*{
  font-family: 'Asap', sans-serif !important;
}

.light-page{
    background: #f0f0f0;
}
#wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}
body::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    -webkit-border-radius: 16px;
}

body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #337575;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #337575;
    -webkit-border-radius: 3px;
}
.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.menu-topo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 8;
  background-color: #F58220 !important;
  transition: all 2s linear;
}
#nav-menu{
  background: transparent;
}
#nav-menu .box{
  text-align: left;
}
#nav-menu .texto p{
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #14142B;
  margin-bottom: 0px;
  margin-top: -3px;
  position: relative;
  bottom: -10px;
}
#nav-menu p{
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.btn-ctal{  
  background: #60DA4C;
  border-radius: 62px;
  font-size: 18px;
  font-weight: 600;
  color: #14142B;
  border: 0;
  padding: 14px;
  text-align: center;
  white-space: normal;
  display: block;
}
.btn-ctal:hover{
  background: #2b9c19;
}
.btn-whatsapp{
  background: #0DFF6E;
  padding: 8px 30px 8px 15px;
}
.btn-ctal2{
  background: #F58220;
}
.box-cta{
  background: #fff;
  box-shadow: 0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1);
  border-radius: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-cta ul{
  margin-bottom: 0px;
}
.box-cta .btn-ctal{
  padding: 10px 27px;
  font-size: 20px;
}
.wpcf7-spinner {
  position: absolute;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
.foto{
  width: 100%;
  display: block;
  margin: 0 auto;
}
/*===========================
    secao 1
=============================*/

#header{
  z-index: 3;
}
#header .bg-wrap{
  border-radius: 0px 0px 32px 32px;
}
#header h1{
  font-size: 48px;
  color: #FCFCFC;
  margin-bottom: 10px;
}
#header p{
  font-size: 24px;
  color: #FCFCFC;
}
#header h3{
  font-size: 24px;
  color: #FCFCFC;
  margin-bottom: 15px;
}
#header .box-cta{
  margin-bottom: -5%;
}
/*===========================
    secao 2
=============================*/
#secao-2 h2,
#secao-3 h2,
#secao-4 h2,
#secao-5 h3,
#secao-6 h4{
  font-weight: 600;
  font-size: 38px;
  color: #14142B;
  margin-bottom: 15px;
}
#secao-2 p,
#secao-3 p,
#secao-4 p{
  font-size: 18px;
  color: #4E4B66;
  margin-bottom: 0px;
}
#secao-2 .content-box{
  background: #FCFCFC;
  box-shadow: 0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 13px 24px;
}
#secao-2 .content-box h3{
  font-weight: 600;
  font-size: 18px;
  color: #14142B;
  margin-bottom: 10px;
}
#secao-2 .content-box p{
  font-weight: 500;
  font-size: 14px;
  color: #4E4B66;
}
#secao-2 .box{
  margin-bottom: 10px;
  min-height: 200px;
}
/*===========================
    secao 3 
=============================*/
#secao-3 .box{
  background: #F58220;
  border-radius: 24px;
  padding: 50px;
}
#secao-3 h2{
  color: #FCFCFC;
  text-align: center;
}
#secao-3 p{
  color: #FCFCFC;
  text-align: center;
  font-size: 24px;
}
#secao-3 h3{
  color: #F58220;
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
}
#secao-3 .content-box{
  background: #FCFCFC;
  border-radius: 8px;
  padding: 20px;
  min-height: 121px;
}
#secao-3 .content-box p{
  font-weight: 500;
  font-size: 18px;
  color: #4E4B66;
  text-align: left;
}
#secao-3 .carousel-dots-aside-top .owl-dots{
  top: -30%;
  border-bottom: 1px solid #FFD6B3;
}
#secao-3 .owl-theme .owl-dot span {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #FFD6B3;
  padding-bottom: 22px;
  border: 0;
}
#secao-3 .owl-dot.active>span{
  color: #fff !important;
  border-bottom: 3px solid #fff;
  padding-bottom: 21px;
  border: 0;
}
#secao-3 .owl-dot.active>span::after{
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 3px;
  border-radius: 8px;
  bottom: -2px;
  left: 0px;
}
.owl-dot{
  position: relative;
}
.owl-dot:not(:last-child):before {
  content: "";
  background: url(../images/passo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: 16px;
}
#secao-3 .owl-dot.active:not(:last-child):before{
  opacity: 1.0;
}
#secao-3 .seta{
  width: 34px;
  height: 34px;
  background: #fff url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 7px;
}
#secao-3 .seta2{
  width: 34px;
  height: 34px;
  background: #fff url('../images/seta2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
#secao-3 .carousel-nav-right-bottom .owl-nav {
  bottom: 47%;
}
.carousel-nav-aside-center .owl-nav .owl-prev, 
.carousel-nav-aside-center .owl-nav .owl-next{
  background: transparent;
}
.owl-theme .owl-nav [class *=owl-]::after,
.owl-theme .owl-nav .owl-prev::before,
.owl-theme .owl-nav .owl-next::before {
   display:none;
}
.setanav{
  width: 34px;
  height: 34px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -13px;
  box-shadow: 0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1);
}
.setanav2{
  width: 34px;
  height: 34px;
  background: url('../images/setanav2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -13px;
  box-shadow: 0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1);
}
/*===========================
    secao 4
=============================*/
#secao-4 .bg-wrap{
  background: #fff;
}
#secao-4 .bg {
  background: #f0f0f0;
  height: 313px;
  width: 100%;
  top: 0px;
  bottom: auto;
}
#secao-4 .foto{
  border-radius: 8px;
  filter: drop-shadow(0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1));
}
#secao-4 .content-box {
  border: 1px solid #D9DBE9;
  border-radius: 8px;
  padding: 21px;
}
#secao-4 .content-box  p {
  font-size: 16px;
}
#secao-4 h3{
  font-weight: 600;
  font-size: 32px;
  color: #14142B;
  margin-bottom: 20px;
}
#secao-4 .box{
  min-height: 274px
}
a.video-box {
  display: inline-block;
  position: relative;
  width: 100%;
}
a.video-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: url(../images/play2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
a.video-box::before {
  display: none;
}
.mfp-iframe-holder .mfp-content {
  width: 50%;
}
/*===========================
    secao 5
=============================*/
#secao-5 h3{
  color: #FCFCFC;
}
#secao-5 p{
  font-size: 16px;
  color: #FCFCFC;
  margin-bottom: 0px;
}
#secao-5 .content-box{
  background: rgba(252, 252, 252, 0.15);
  box-shadow: 0px 45.3789px 90.7578px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  min-height: 252px;
}
/*===========================
    secao 6
=============================*/
#secao-6 h4{
  color: #14142B;
}
#secao-6 .content-box p{
  font-size: 16px;
  color: #4E4B66;
  margin-bottom: 0px;
}
#secao-6 .item{
  border-radius: 16px;
}
#secao-6 .foto{
  border-radius: 8px;
}
#secao-6 .content-box p strong{
  color: #14142B;
}
#secao-6 a.video-box::after {
  width: 74px;
  height: 74px;
}
#secao-6 .content-box{
  padding: 25px 20px;
  border-radius: 8px;
  background: #FFFFFF; 
}
#secao-6 .scroll-d {
  height: 121px;
  padding-right: 17px;
  overflow-y: auto;
}
#secao-6 .scroll-d::-webkit-scrollbar {
  width: 3px;
  -webkit-border-radius: 16px;
}
#secao-6 .scroll-d::-webkit-scrollbar-track-piece {
  background-color: #F9F6F6;
  -webkit-border-radius: 3px;
}
#secao-6 .scroll-d:hover::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
#secao-6 .scroll-d:hover::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
#secao-6 .owl-carousel .owl-stage-outer {
  padding-bottom: 25px;
}
#footer{
  background: #fff;
}
#footer p{
  font-size: 14px;
  color: #4E4B66;
}
#footer img{
  width: 155px;
}
/*===========================
    modal
=============================*/
#obrigado{
	height: 100vh;
}
#obrigado h1{
  font-weight: 700;
  font-size: 38px;
  color: #FCFCFC;
  margin-bottom: 20px;
}
#obrigado p{
  font-weight: 500;
  font-size: 18px;
  color: #FCFCFC;
}
.modal_orcamento .bg-wrap {
  border-radius: 8px;
}
.modal_orcamento .modal-content{
  width: 65%;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
}
.modal_orcamento .content-box{
  position: relative;
}
.modal_orcamento .content-box h6 {
  top: -36px
}
.modal_orcamento  textarea {
    height: 130px;
}
.modal_orcamento  h3{
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #14142B;
  margin-bottom: 22px;
}
.modal_orcamento  h4{
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #4E4B66;
  margin-bottom: 20px;
}
.modal_orcamento p{
  margin-bottom: 0px;
}
.form-control {
  border: 0 !important;
  background: #F2F4F9;
  padding: 13px;
  font-size: 14px;
  border-radius: 8px !important;
  margin-bottom: 10px;
}
.modal_orcamento .btn-ctal {
  border-radius: 50px !important;
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
}
.light input[type=checkbox]+.lbl::after{
  background-color: #000;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #5E6871 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #5E6871 !important;
  
}
::placeholder, select{
  color: #5E6871 !important;
}
.icon-seta {
  width: 16px;
  height: 9px;
  background-image: url(../images/icon-seta.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
}
.social img{
  border-radius: 4px;
}
.social{
  left: calc(50% + 0px);
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  z-index: 8;
  text-align: center;
  background: #fff;
  padding: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 0px;
  width: 85%;
  margin: 0 auto;
  display:none;

}
.social ul.list-inline {
  margin-bottom: 0;
}
.social .separate-list li {
  border-bottom-width: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.social .separate-list li:last-child {
    border-right: 0;
}
.social p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #878787;
}
.separate-list li {
  border-color: rgba(0, 0, 0, 0.2);
}
.social ul.list-inline > li + li, .social ul.list-justify > li + li {
    margin-left: 0;
}
.social img{
  padding: 0 12px;
}
.padding-x2-list li {
  padding: 9px 0 12px 0;
}
.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}
.social{
    display: none;
  }
@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  .logo{
    text-align: center !important;
  }
  .hidden-r, br{display: none;}
  .linha-secao {
    align-items: center;
    margin: 0 auto;
    display: block;
  }
  .mfp-iframe-holder .mfp-content {
    width: 80%;
  }


}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .modal_orcamento .modal-content{
    width: 80%;
  }
  #header h1 {
    font-size: 22px;
  }
  #header p {
    font-size: 15px;
  }
  .box-cta .btn-ctal {
    font-size: 15px;
  }
  ul.list-inline > li + li, ul.list-justify > li + li {
    margin-left: 0;
  }
  .box-cta {
    border-radius: 40px;
  }
  #secao-2 h2, #secao-3 h2, #secao-4 h2, #secao-5 h3, #secao-6 h4 {
    font-size: 22px;
  }
  #secao-4 .bg {
    height: 113px;
  }
  #secao-2 p, #secao-3 p, #secao-4 p {
    font-size: 15px;
  }
  #secao-4 h3 {
    font-size: 23px;
  }
  .setanav {
    margin-left: 0;
  }
  .setanav2 {
    margin-right: 0px;
  }
  #secao-3 h3{
    display: block;
  }
  #secao-3 .content-box p {
    font-size: 15px;
  }
  #secao-3 .carousel-nav-right-bottom .owl-nav {
    bottom: -19px;
  }
  #header h3 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}