    @import url('https://fonts.googleapis.com/css?family=Titillium+Web');
    @import url('https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto');
/*  ==========================================================================
    Common Styles
    ========================================================================== */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #444;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: -0.04em;
}

h2 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 18px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 16px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
}

/* Helper Class */

.padding {
    padding: 80px 0;
}

.no-padding {
    padding: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #282828;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    height: 100%;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}

.loader {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}

/* Button Style */

.btn_group {}

.btn_group a {
    margin: 5px;
}

.hero_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 30px;
}

.hero_btn:hover {
    background-color: #fff;
    color: #333;
}

.app_btn {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    border: 2px solid #f77030;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.app_btn:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.bg_img_gradient,
.bg_gradient_3,
.bg_gradient_2,
.bg_gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* Transition Effect */

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */

.header_section {
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
}

.navbar-fixed.header_section {
    height: 80px;
    background: #000000;
    /* background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%); */
    /* background: -webkit-linear-gradient(-45deg, #f98f1c 0%,#f45442 100%); */
    /* background: linear-gradient(135deg, #f98f1c 0%,#f45442 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442',GradientType=1 ); */
    content: '';
    padding: 0;
}

.navbar-fixed ul.nav>li>a {
    color: #f8f8f8;
}

.navbar-fixed ul.nav>li>a:hover,
.navbar-fixed ul.nav>li>a:focus,
.navbar-fixed ul.nav>li.active>a {
    color: #fff;
}

.logo-light,
.navbar-fixed .logo-light,
.logo-dark,
.navbar-fixed .logo-dark,
.navbar-fixed.header_section,
.header_section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}

.navbar-header {
    padding: 17px 0;
    position: absolute;
}

.navbar-header .brand {
    font-size: 25px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 50px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed .navbar-header .nav-btn .icon-bar {
    background-color: #fff;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

/* Nav Menu */

#navbar {
    z-index: 999;
    padding: 10px 15px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

ul.nav {}

ul.nav>li {}

ul.nav>li>a {
    color: #f8f8f8;
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 10px; */
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    z-index: 1;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

ul.nav>li>a:hover,
ul.nav>li>a:focus,
ul.nav>li.active>a {
    background: none;
    color: #fff;
}

#navbar .active a {
    /* text-decoration: underline; */
    /* padding-bottom: 1px; */
    /* border-bottom: 8px solid #f98f1c; */
    /* line-height: 0; */
    /* margin-top: 30px; */
    /* background:linear-gradient(#245fc1,#245fc1) 0 100%/100% 1px no-repeat; */
}

#navbar .active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 37px;
    margin: auto;
    /* background: #f98f1c; */
    height: 8px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.new_section {
    /* background: #f5f5f5; */
    position: relative;
    min-height: 700px;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 2;
}

.game-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.99);
    z-index: 2;
}

.desc {
    font-size: 20px;
    margin-left: 90px;
    border-top: 8px solid #f98f1c;
    padding-top: 8px;
    color: #c6c6c6;
}

.z {
    z-index: 999;
}

.orangeline {
    display: inline-block;
    width: 200px;
    border-top: 8px solid #f98f1c;
    /* padding-left: -40px; */
}

.blueline {
    display: inline-block;
    width: 68px;
    border-top: 3px solid #34a6de;
    /* padding-left: -40px; */
}

.small-blueline {
    display: inline-block;
    width: 34px;
    border-top: 3px solid #34a6de;
    /* padding-left: -40px; */
}

#game .hero_content {
    padding-left: 10px;
}
.hero_content h1 {
 font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  /* line-height: normal; */
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
    padding-left: 50px;
}

.desc-digital {
 font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #414141;
}

.hero_content .desc-digital  p {
    font-family: 'Titillium Web', sans-serif;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.43;
     letter-spacing: normal;
     text-align: left;
     color: #414141;
   }

   #contato .hero_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 70px;
    padding-left: 0;
    }

    #contato .desc-digital label {
        font-size: 18px!important;
    }

    #contato .desc-digital .blue {
        font-size: 18px!important;
    }

   #contato .desc-digital  p {
    font-family: 'Titillium Web', sans-serif;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.43;
     letter-spacing: normal;
     text-align: left;
     color: #fff;
   }

#fazemos .desc-digital {
    color: #fff;
}

#contato .desc-digital {
    color: #fff;
}

#time .desc-digital p{
    color: #fff;
}

#somos .hero_content {
padding: 100px 0;
}

#somos .hero_content h1 {
    color: #414141;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    padding-left: 0;
}

#criamos .hero_content {
    padding: 100px 0;
    }

#criamos .hero_content h1 {
    color: #414141;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    padding-left: 0;
}

#time .hero_content {
    padding-top: 100px;
    padding-bottom: 10px;
    /* padding: 100px 0; */
    }

#time .hero_content h1 {
    color: #414141;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    padding-left: 0;
}

#time .hero_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    padding-left: 0;
}

#fazemos .hero_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    padding-left: 0;
}

.hero_content .blue {
    color:  #34a6de;
}

#game .desc {
    font-size: 20px;
    margin-left: 90px;
    border-top: none;
    padding-top: 8px;
    color: #c6c6c6;
}

.overlaysobre {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.99); */
    z-index: 2;
}

.new_section:before {
    /* background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #000000 100%);
    background: -webkit-linear-gradient(-45deg, #000000 0%,#000000 100%);
    background: linear-gradient(135deg, #000000 0%,#000000 100%); */
    /* background: #f98f1c; */
    /* background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%); */
    /* background: -webkit-linear-gradient(-45deg, #f98f1c 0%,#f45442 100%); */
    /* background: linear-gradient(135deg, #f98f1c 0%,#f45442 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442',GradientType=1 ); */
    /* content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.89;
    z-index: -1; */
}

.hero_section {
    background-image: url("../img/home-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 700px;
    z-index: 1;
}



.moc_section {
    background-image: url("http://fpoimg.com/1440x810");
    /* background: #000000; */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 700px;
    z-index: 1;
}
#map {
    margin-top: -50px;
    width: 100%;
    height: 350px;
}
.contact_section {
    background-image: url("../img/road.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 700px;
    z-index: 1;
    /* margin-top: -0px; */
}

.admin_section {
    /* background-image: url("../img/hero.png"); */
    background: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 700px;
    z-index: 1;
}

.game_section {
    background-image: url("../img/comida.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 700px;
    z-index: 1;
}

.hero_section:before {
    opacity: 0.77;
    /* background-color: #0d223f; */
    background: linear-gradient(to right, rgba(13,34,63, 0.77) 0%,rgba(13,34,63, 0.77) 42%,rgba(0, 0, 0, 0.51) 42%,rgba(0, 0, 0, 0.51) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact_section:before {
    opacity: 0.77;
    /* background-color: #0d223f; */
    background: linear-gradient(to right, rgba(13,34,63, 0.87) 0%,rgba(13,34,63, 0.87) 42%,rgba(0, 0, 0, 0.51) 42%,rgba(0, 0, 0, 0.51) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.moc_section:before {
    opacity: 0.77;
    /* background-color: #0d223f; */
    background: linear-gradient(to right, rgba(13,34,63, 0.77) 0%,rgba(13,34,63, 0.77) 42%,rgba(0, 0, 0, 0.51) 42%,rgba(0, 0, 0, 0.51) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.moc_section {
        background-image: url('../img/code.png');
        background-size: cover;
}

#time {
    background-image: url('../img/back.png');
    background-size: cover;
}

/* #time:before {
    background-color: rgba(13,34,63, 0.7);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} */

#criamos {
    background-color: #f5f5f5;
}

.time-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13,34,63, 0.96);
    z-index: 2;
}


.footer_section {
    color: #f8f8f8;
}

.particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#fazemos .desc {
    font-size: 18px;
}

#fazemos .desc ul {
    list-style-type: disc;
}

#game .desc ul {
    list-style-type: disc;
}

.hero_moc {
    /* background-image: url(../img/hero-moc.png); */
    /* background-repeat: no-repeat;
    background-position: 70% center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; */
}

.box {
    margin-top: 80px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #d8d8d8;
    padding: 40px;

}

.mini-box {
    color: #0d223f;
}

#admin .desc {
    font-size: 18px;
}

.admin_moc {
    background-image: url(../img/admin.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.game_moc {
    background-image: url(../img/game.png);
    background-repeat: no-repeat;
    background-position: 20% center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#fazemos .hero_content {
    padding: 150px 0;
}

.hero_content h1 {}

.hero_content p {
    color: #fff;
}

.desc-digital label {
    font-size: 20px!important;
}

.desc-digital .blue {
    color: #34a6de!important;
    font-size: 20px!important;
}

.hero_moc {}

.hero_moc img {
    width: 100%;
}

/* ==========================================================================
   Promo Section
   ========================================================================== */

.promo_section {
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.promo_items {
    text-align: center;
}

.promo_item {
    padding: 40px 10px;
    position: relative;
    z-index: 1;
}

.promo_item:hover {
    background-color: #fff;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.promo_items .promo_item i {
    font-size: 28px;
    color: #f77030;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

.promo_items .promo_item h3 {
    margin: 10px 0 5px;
}

.promo_items .promo_item p {
    margin: 0;
}

/* ==========================================================================
   Documentation Section
   ========================================================================== */

.doc_section {
    border-bottom: 1px solid #eaeaea;
}

.doc_mockup {}

.doc_mockup .doc_mockup_1 {
    width: 50%;
    z-index: -1;
}

.doc_mockup .doc_mockup_2 {
    width: 40%;
    position: absolute;
    left: 140px;
    bottom: 0;
}

.list_check {}

.list_check li {
    display: block;
    font-size: 14px;
    color: #111;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.list_check li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 16px;
    color: #FD7E57;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

.doc_content {
    padding: 57px 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */

.feature_section {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}

.feature_moc {
    width: 100%;
    padding: 0 20px;
}

.feature_list {
    padding: 15px 0;
}

.feature_list .list_item i {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

/* ==========================================================================
   Screenshot Section
   ========================================================================== */

.screenshot_section {}

.app_carousel {}

.app_carousel .shot_item {}

.shot_item .screen_thumb {
    overflow: hidden;
    position: relative;
}

.shot_item .screen_thumb img {
    width: 100%;
}

.shot_item .screen_thumb figcaption {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#contact-form {
    margin-top: 80px;
}

#contact-form button:hover {
    background-color:  #63b4dd;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #63b4dd;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
  }

  @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }

  @keyframes sk-rotateplane {
    0% {
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    } 100% {
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

#contact-form button {
    background-color: #34a6de;
    margin-top: 30px;
    font-weight: 600;
    padding: 5px 20px;
    border: none;
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 20px; */
}

#contact-form textarea {
    height: 200px;
    color: #fff;
    font-weight: 600;
    caret-color: #fff;
    padding-left: 10px;
    padding-bottom: 4px;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid #fff;
}

#equipe {
    /* margin-top: 40%; */
}

#contact-form input {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    caret-color: #fff;
    padding-left: 10px;
    padding-bottom: 8px;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid #fff;
}

.shot_item .screen_thumb:hover figcaption {
    opacity: 1;
}

.shot_item .screen_thumb figcaption a {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.owl-nav div {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    left: -40px;
    top: calc(50% - 30px);
    transition: opacity 0.3s ease-in-out;
}

.owl-nav div.owl-next {
    left: auto;
    right: -40px;
}

/* ==========================================================================
   Video Section
   ========================================================================== */

.video_section {
    background-image: url("../img/video-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.video_section:before {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}

.video_content {
    color: #fff;
}

.video_content a {
    background-color: #fff;
    display: inline-block;
    font-size: 24px;
    border-radius: 50%;
    color: #f77030;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-right: 15px;
}

.video_content a:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
}

.video_content span {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */

.pricing_items {}

.pricing_table {
    display: block;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.mid_table {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #f98f1c;
}

.mid_table.pricing_table .pricing_head h5,
.mid_table.pricing_table .pricing_head h3,
.mid_table.pricing_table .pricing_head p,
.mid_table .pricing_list li,
.mid_table.pricing_table .pricing_head i {
    color: #fff;
}

.mid_table .hero_btn {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 47px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
}

.mid_table .hero_btn:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}

.pricing_table .pricing_head {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.pricing_table .pricing_head i {
    font-size: 55px;
    margin-bottom: 25px;
    color: #25d25e;
}

.pricing_table .pricing_head h5 {
    font-size: 16px;
    font-weight: 700;
}

.pricing_table .pricing_head h3 {
    font-size: 32px;
    font-weight: 700;
}

.pricing_table .pricing_head h3 span {
    font-size: 16px;
}

.pricing_table .pricing_head p {
    font-size: 13px;
}

.pricing_list {
    margin-bottom: 40px;
}

.pricing_list li {
    display: block;
    position: relative;
    color: #333;
    margin-bottom: 10px;
    padding-left: 25px;
}

.pricing_list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #25d25e;
    position: absolute;
    left: 0;
    top: 2px;
}

.pricing_list li.red:before {
    content: '\f00d';
    color: #ff0000;
}

.pricing_table .pricing_footer {
    padding-bottom: 20px;
}

/* ==========================================================================
   Download Section
   ========================================================================== */

.download_section {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    padding: 200px 0;
}

.counter_content h3 {
    font-size: 70px;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
}

.counter_content h4 {
    font-size: 32px;
    color: #fff;
}

.counter_content h5 {
    text-transform: uppercase;
    color: #fff;
}

.counter_content {
    display: block;
    text-align: center;
    color: #fff;
}

.download_content {}

.download_content {
    text-align: center;
    margin: 40px 0 0;
}

.download_content li {
    display: inline-block;
    margin: 0 20px;
    background-color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}

.download_content li:hover {
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.download_content li a {
    display: inline-block;
    font-size: 42px;
    color: #f77030;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */

.testimonial_section {
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}

.testimonial_items {}

.testimonial_item {
    color: #fff;
    text-align: center;
}

.testimonial_item h4 {
    color: #f77030;
    font-size: 14px;
    margin: 0 0 25px;
}

.testimonial_item p {
    font-size: 18px;
}

.testimonial_items .owl-dots {
    display: block;
    text-align: center;
}

.testimonial_items .owl-dots .owl-dot {
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}



.testimonial_items .owl-dots .owl-dot.active {
    background-color: #f77030;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog_area {}

.blog_items {}

.blog_item {}

.post_thumb {
    position: relative;
}

.post_thumb img {
    width: 100%;
}

.post_thumb .span {
    background-color: rgba(247, 112, 48, 0.8);
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 15px 0;
}

.post_thumb .blog_title {
    background-color: rgba(247, 112, 48, 0.8);
    height: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
}

.post_thumb .blog_title h3 {
    margin: 0;
    color: #fff;
    line-height: 50px;
}

.post_content {
    padding: 15px;
    border: 1px solid #ddd;
}

.post_content .read_more_btn {
    display: inline-block;
    color: #444;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.post_content .read_more_btn:hover {
    color: #f77030;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */

.subscribe_section {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    padding: 150px 0;
}

.subscribe_wrapper {}

.subscribe_wrap {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.subscribe_form {
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
}

.subscribe_form .form_input {
    background: none;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 15px;
    float: left;
    width: 70%;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}

.subscribe_form .submit {
    background-color: #fff;
    color: #f77030;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 600;
    float: left;
    width: 28%;
    margin-left: 2%;
    text-transform: uppercase;
}

.subscribe_form .submit:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}

#subscribe-result {
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #f77030;
}

#subscribe-result.subs-result {
    display: block;
}

.subscription-success,
.subscription-error {
    color: #fff;
}

.social_link {
    text-align: center;
}

.social_link li {
    display: inline-block;
    margin: 0 5px;
}

.social_link li a {
    display: inline-block;
    font-size: 16px;
    color: #f77030;
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.social_link li a:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer_section {
    background-color: #000;
    display: block;
    padding: 30px 0;
}

.footer_section p.copyright {
    margin: 0;
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_menu {
    text-align: right;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    display: inline-block;
    padding: 0 10px;
    color: #f77030;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.footer_menu li a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */

#scroll-to-top {
    background: #f98f1c;
    background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: -webkit-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
    background: linear-gradient(135deg, #f98f1c 0%, #f45442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f1c', endColorstr='#f45442', GradientType=1);
    content: '';
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}



.items-container img {
    padding-top: 10px;
    /* display: inline; */
    flex: 1 0 20%;
    /* margin: 5px; */
    height: 200px;
    /* margin-bottom: 10px; */
    margin-bottom: 10px;
    /* margin-right: 20px; */
    margin-right: 10px;
    margin-left: 10px;

}

.custom-carousel-img {
    width: auto !important;
    cursor: pointer;
    transition: .5s ease;
    /* backface-visibility: hidden; */
    opacity: 1;
}

.text h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
}

.text p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 200px;
  }

  .img-cont {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;
  }

  .img-cont p{
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      color: white;
  }

  .img-cont:hover .image {
    opacity: 0.3;
  }

  .img-cont:hover .middle {
    opacity: 1;
  }

  .text {
    background-color: rgba(52, 166, 222, 0.9);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    cursor: pointer;
  }


.items-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#time .items-container {
    margin-top: 0!important;
}

#time .owl-dot {
    background-color: #ffffff;
}

#time .owl-dot.active {
    background-color: #34a6de;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: block;
}

.owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #0d223f;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dot.active {
    background-color: #34a6de;
}

#somos {
    padding-top: 80px;
}

@media only screen and (max-width: 414px) {

    .owl-controls{
        width: 100%;
    }
    

    .custom-carousel-img {
        width: 120px!important;
        height: 120px!important;
    }
}

#success-msg {
    color: white;
    font-size: 18px;
    margin-top: 29px;
    padding: 4px;
}

#contato {
    padding-top: 50px; 
}
.news-alert {
    color: #91525b;
    margin-bottom: 15px;
    /* background-color: #f2dede; */
    /* border-color: #ebccd1; */
}

/* @media only screen and (max-width: 769px) {
    .navbar .navbar-collapse {
        margin-top:60px;
    }
    .navbar-fixed.header_section {
        height: 60px;
    }
    .navbar-header .brand {
        display: none!important;
    }
    .navbar-toggle {
        margin-left: 20px;
    }
} */

@media only screen and (max-width: 769px) {
    .hero_content h1 {
        font-size: 24px;
    }
    .navbar-header .brand {
        display: none!important;
    }
    .navbar-toggle.collapsed {
        /* color: white; */
    }
    .navbar-toggle {
        /* color: #34a6de; */
        margin-left: 20px;
    }
    .display-table {
        table-layout: fixed;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .navbar .navbar-collapse {
        margin-top:60px;
    }
    .navbar-fixed.header_section {
        height: 60px;
    }
    .new_section {
        min-height: 400px;
    }
    #fazemos .hero_content {
        padding: 40px 0;
    }
    .box {
        padding: 20px 20px;
        margin-bottom: 30px;
    }
    #criamos .hero_content {
        padding: 50px 0;
    }
    .items-container {
        margin-top: 20px;
    }
    #portfolio {
        margin-bottom: 20px;
    }
    .equipe-wrapp {
        padding: 30px 0;
    }
    #contato {
        padding-top: 30px;
    }
    #contato .hero_content h1 {
        margin-bottom: 40px;
    }
    .contact_section:before {
        opacity: 0.77;
        /* background-color: #0d223f; */
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.51) , rgba(13,34,63, 0.87) 80%) no-repeat;
        /* background: linear-gradient(0deg, rgba(13,34,63, 0.87) 0%,rgba(13,34,63, 0.87) 42%,rgba(0, 0, 0, 0.51) 42%,rgba(0, 0, 0, 0.51) 100%); */
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    #contato {
        padding-bottom: 30px;
    }
}

.owl-stage-outer{
    width: 80% !important;
}

.owl-controls{
    width: 85%;
}
