
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}



/*//////////////////////////////////////////////////////////////////
[ Form ]*/

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.2);
  border: solid 1px #fff;
  border-radius: 200px;
  height: 60px;
  padding: 0 25px;
}


.input100:hover {
  background: rgba(255,255,255,0.4);
  border: solid 1px #fff;
}

.focus-input100 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  border-radius: 200px;
  color: rgba(197, 145, 86, 0.6);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 5px 30px 6px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

.s1-txt1 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #e5e5e5;
  line-height: 1.333333;
}

.s1-txt2 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}



/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.333333;
}

.m1-txt2 {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.333333;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  /*font-family: Poppins-Bold;*/
  font-family: 'Allura', cursive;
  font-size: 56px;
  color: #fff;
  line-height: 1.333333;
  padding-bottom: 10px;
}

.l1-txt2 {
  /*font-family: Poppins-Bold;*/
  font-family: 'Allura', cursive;
  font-size: 36px;
  color: #fff;
  line-height: 1.333333;
}

.l1-txt3 {
  /*font-family: Poppins-Bold;*/
  font-family: Raleway;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1;
}

/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 155px;
  height: 155px;
}

.size3 {
  /*min-width: 170px;*/
  height: 50px;
}

.size4 {
  width: 34px;
  height: 34px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  max-width: 900px;
}



/*//////////////////////////////////////////////////////////////////
[ Bootstrap Grid ]*/
.tag-search{
  margin: 0 auto;
}

.title-align {
  font-size: 31px !important;
  margin: 0;
  padding: 0px 50px !important;
  color: #fff !important;
  /* float: right; */
}

.title-align:hover {
  text-decoration: none;
}

/*
.gradient-background {
  background: #FDC830; 
  background: -webkit-linear-gradient(to right, #F37335, #FDC830); 
  background: linear-gradient(to right, #F37335, #FDC830);
}
*/

.quemsomos-title-color {
  color: #fff;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}

.quemsomos-text-color {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  line-height: 28px
}

/*.tag-search div:first-child {
  margin-left: 30px !important;
}
*/
.col-md-4 {
  text-align: center;
}

.tag-img-search {
  background-position: center;
  background-size: cover;
  height: 200px;
  border-radius: 10px;
  cursor: pointer;
  /*border: solid 3px rgba(255,255,255,0.4);*/
}

.box-1 {
  background: url('../images/bg01.jpg');
  background-position: center;
  background-size: cover;
  height: 200px;
}
.box-1:hover {
  background-image: url(../images/bg01.jpg), -webkit-linear-gradient(right, #ffefba, #ffffff); 
  background-image: url(../images/bg01.jpg), -moz-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg01.jpg), -o-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg01.jpg), linear-gradient(to right, #ffefba, #ffffff); 
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  margin-top: -3px;
}

.box-2 {
  background: url('../images/bg02.jpg');
  background-position: center;
  background-size: cover;
  height: 200px;
}
.box-2:hover {
  background-image: url(../images/bg02.jpg), -webkit-linear-gradient(right, #ffefba, #ffffff); 
  background-image: url(../images/bg02.jpg), -moz-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg02.jpg), -o-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg02.jpg), linear-gradient(to right, #ffefba, #ffffff); 
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  margin-top: -3px;
}

.box-3 {
  background: url('../images/bg03.jpg');
  background-position: center;
  background-size: cover;
  height: 200px;
}
.box-3:hover {
  background-image: url(../images/bg03.jpg), -webkit-linear-gradient(right, #ffefba, #ffffff); 
  background-image: url(../images/bg03.jpg), -moz-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg03.jpg), -o-linear-gradient(right, #ffefba, #ffffff);
  background-image: url(../images/bg03.jpg), linear-gradient(to right, #ffefba, #ffffff); 
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  margin-top: -3px;
}

.box-text {
  /*background: rgba(255,255,255,0.9);*/
  padding: 5px 20px;
  border-radius: 115px;
  /*color: #FF606D;*/
  color: #fff;
  font-family: allura;
  font-size: 24px;
}

.box-align {
    bottom: 10px;
    position: absolute;
}


.flex-w.flex-sb-m.p-l-75.p-r-60.p-b-165.respon1 {
    padding-bottom: 100px;
}

button.especialistas {
  background-color: rgba(255,255,255,0);
  color: #fff;
  padding: 10px 15px !important;
  border-radius: 200px !important;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 3px;
}
button.especialistas:hover {
  color: #ff606d;
  background-color: #fff !important;
}

i.fa.fa-user {
  margin-right: 10px;
  font-size: 12px;
}

i.fa.fa-search {
    font-size: 18px;
}

.footer-align {
  bottom: 10px;
  position: absolute;
}

.footer-social {
  /*bottom: 0;
  position: absolute;
  right: 20px;*/
}

#fileToUpload {
  color: #fff;
}


.topnav {
  position: absolute;
  z-index: 9999999;
  right: 50px;
  top: 50px;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  background-color: rgba(255,255,255,0);
  color: #fff;
  padding: 10px 15px;
  border-radius: 200px !important;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 3px;
}

.topnav a.especialistas:hover {
  color: #ff606d;
  background-color: #fff;
  text-decoration: none;
}

.active {
  color: #ff606d !important;
  background-color: #fff !important;
}
.active:hover {
  color: #fff !important;
  background: transparent !important;
  text-decoration: none;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.2);
  }

  .topnav {
    overflow: hidden;
  }

  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 0px !important;
    font-family: Raleway;
    padding: 20px 15px;
  }

  .topnav a:hover {
    /*background-color: #fff;*/
    color: black;
  }

  .topnav a.especialistas:hover {
    color: #f58134;
    background-color: #fff !important;
    text-decoration: none;
    border-radius: 0px;
  }

  .active {
    background-color: #4CAF50;
    color: white;
  }

  .topnav .icon {
    display: none;
    margin: 0;
    padding: 20px 25px;
  }

  .fa-bars {
    font-size: 20px !important
  }

  .fa-user {
    display: none;
  }

  .topnav .icon:hover {
    color: #f58134;
  }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .p-t-30 {
    padding-top: 80px;
  }
  
  .wrappic1.m-r-30.m-t-10.m-b-10 {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }

  .footer-social {
    margin: 0 auto;
    margin-top: 30px;
  }

  .footer-align {
    bottom: 10px;
    position: relative;
    width: 100%;
  }

  .p-r-50 {
    padding-right: 20px;
  }

  .p-l-50 {
      padding-left: 20px;
  }
  .p-b-50 {
      padding-bottom: 10px;
  }

  .logo-align-mobile {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }

  .col-sm-12.quemsomos-title-color {
    text-align: center;
    padding-top: 20px;
  }

}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;padding: 20px 25px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 20px 15px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
}




/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1 {
  margin: 0 5px 20px 5px;
}



/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #fff; opacity: 0.8}
.placeholder0:-moz-placeholder { color: #fff; opacity: 0.8}
.placeholder0::-moz-placeholder { color: #fff; opacity: 0.8}
.placeholder0:-ms-input-placeholder { color: #fff; opacity: 0.8}

/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-image: url(../images/bg01.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d);
  background-image: url(../images/bg01.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
  background-image: url(../images/bg01.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
  background-image: url(../images/bg01.jpg), linear-gradient(to right, #ffc171, #ff606d);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;*/
}

/*---------------------------------------------*/
.how-btn1 {
  background-color: rgba(255,255,255,0);
  padding-right: 18px;
  padding-left: 18px;
  position: relative;
  border-radius: 200px;
  margin-left: -56px;
  z-index: 99999;
}

.how-btn1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff606d;
  background: -webkit-linear-gradient(right, #ffc171, #ff606d);
  background: -o-linear-gradient(right, #ffc171, #ff606d);
  background: -moz-linear-gradient(right, #ffc171, #ff606d);
  background: linear-gradient(right, #ffc171, #ff606d);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 100px;
}

.how-btn1:hover {
  background-color: transparent;
}

.how-btn1:hover:before {
  opacity: 1;
}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  flex-grow: 1;
}

.wrappic1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
.how-social {
  color: #fff;
  font-size: 18px;

  /*background-color: #fff;*/
  border-radius: 50%;
}

.how-social:hover {
  background-color: rgba(255,255,255,1);
  color: #ff606d;
  text-decoration: none;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/







/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  .p-b-165 {padding-bottom: 105px !important;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 1024px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  .p-b-165 {padding-bottom: 105px !important;}

  /*---------------------------------------------*/


}

@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  .p-b-165 {padding-bottom: 105px !important;}

  /*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}

  .p-b-165 {padding-bottom: 105px !important;}
  /*---------------------------------------------*/

  .col-md-4.col-sm-12 {margin-bottom: 20px;}

  .form-mobile-align {margin-bottom: 0px;}

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  .p-b-165 {padding-bottom: 15px !important;}

  /*---------------------------------------------*/
  .respon1 {padding: 0 0px 35px 5px;}
  .col-md-4.col-sm-12 {margin-bottom: 20px;}
  
  .box-1 {height: 140px;}
  .box-2 {height: 140px;}
  .box-3 {height: 140px;}

}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}

  .l1-txt1 {font-size: 36px;}
  .p-b-60 {padding-bottom: 10px;}
  /*---------------------------------------------*/

  .box-1 {height: 140px;}
  .box-2 {height: 140px;}
  .box-3 {height: 140px;}

  .gradient-background .row {margin: 0 auto;}

}



.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/bg01.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg01.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg01.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg01.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/bg02.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg02.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg02.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg02.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/bg03.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg03.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg03.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg03.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/bg04.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg04.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg04.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg04.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/bg05.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg05.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg05.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg05.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/bg06.jpg), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg06.jpg), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg06.jpg), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg06.jpg), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}


.cb-slideshow-quem-somos,
.cb-slideshow-quem-somos:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow-quem-somos:after { 
    content: '';
    background-image: url(../images/bg-quem-somos.jpg), -webkit-linear-gradient(right, #F37335, #FDC830); 
    background-image: url(../images/bg-quem-somos.jpg), -moz-linear-gradient(right, #F37335, #FDC830);
    background-image: url(../images/bg-quem-somos.jpg), -o-linear-gradient(right, #F37335, #FDC830);
    background-image: url(../images/bg-quem-somos.jpg), linear-gradient(to right, #F37335, #FDC830); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.cb-slideshow-form,
.cb-slideshow-form:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow-form:after { 
    content: '';
    background-image: url(../images/bg-logo-natura.png), -webkit-linear-gradient(right, #ffc171, #ff606d); 
    background-image: url(../images/bg-logo-natura.png), -moz-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg-logo-natura.png), -o-linear-gradient(right, #ffc171, #ff606d);
    background-image: url(../images/bg-logo-natura.png), linear-gradient(to right, #ffc171, #ff606d); 
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}

.form-especialista-align {
  margin-bottom: 50px;
}

.form-especialista-align input {
  margin-top: 10px;
}

.form-especialista-align input:hover {
  border: solid 1px solid #000;
}

.submit {
  background: rgba(255,255,255,1);
  text-transform: uppercase;
  font-weight: 600;
  color: #ff606d;
  /*width: 300px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;*/
}

.submit:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  cursor: pointer;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}