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

.light-page{
    background: #fff;
}
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: #FF7324;
    -webkit-border-radius: 3px;
}

body::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #FF7324;
    -webkit-border-radius: 3px;
}

.carousel-secao, .carousel-secao2{
  display: contents;
  position: relative;
}

.separate-list li:last-child {
  border-bottom-width: 0;
  padding-bottom: 4px;
}

.img-center{
  display: block;
  margin: 0 auto;
}
.menu-topo {
  position: fixed;
  width: 100%;
  z-index: 8;
  background-color: #000 !important;
  transition: all 2s linear;
}
#nav-menu{
  background-color: transparent;
  transition: all 2s linear;
}
#nav-menu .img-logo{
  margin: 0 auto;
  display: block;
  position: relative;
  top: -10px;
}
#nav-menu p{
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  position: relative;
  top: 10px;
}
.btn-modal-cta, .btn-whatsapp, .btn-telefone{
  background: transparent;
  border: 2px solid #fff;
  text-align: left !important;
}
.btn-cta, #obrigado .btn-cta{
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  color: #fff;
  padding: 7px 19px;
  height: 47px;
  width: 170px;
  transition: all 0.2s ease-in-out;
}
#nav-menu .btn-agendar{
  background: #FF7324;
  border: 2px solid #FF7324;
}
#nav-menu .btn-agendar span{
  text-align: center !important;
  color: #fff;
  display: block;
  margin: 0 auto;
}
#nav-menu ul.list-inline {
  float: right;
}
.btn-ctal {
  color: #fff;
  background: #FF7324;
  border-radius: 6px !important;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 21px;
  color: #FFFFFF;
}
/*===========================
    secao 1
=============================*/
#header .bg-wrap {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#header h1{
  font-size: 48px;
}
#header p{
  font-size: 14px;
}
#header .content-box {
  padding: 10px;
  min-height: 105px;
  background: rgba(255, 255, 255, 0.29);
  backdrop-filter: blur(5px);
  border-radius: 6px;
}
#header .content-box p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
#header .content-box .foto{
  border-radius: 2px;
  max-width: 100%;
}

/*===========================
    secao 2
=============================*/
#secao-2 {
  position: relative;
}
.mouse {
    position: absolute;
    left: calc(50% + 0px);
    transform: translateX(-50%);
    z-index: 1 !important;
    top: -42px;
}
#secao-2 h2{
  font-weight: 600;
  font-size: 42px;
  color: #33303E;
}
#secao-2 p{
  font-size: 18px;
  color: #7A7786;
}
#secao-2 .foto{
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}
#secao-2 .box {
  background: #E7F3F3;
  border-radius: 6px;
  padding: 12px;
  margin-right: 13px;
}
#secao-2 .media{
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
#secao-2 .media p{
  font-weight: 600;
  font-size: 18px;
  color: #4E4B59;
  margin-bottom: 0;
}
#secao-2 hr{
  border: 1px solid #E7E7E7;
}
/*===========================
    secao 3
=============================*/

#secao-3 h2{
  font-weight: 600;
  font-size: 38px;
  color: #33303E;
}
#secao-3 h3{
  font-size: 22px;
  color: #7A7786;
}
#secao-3 p{
  font-size: 16px;
  color: #7A7786;
  margin-bottom: 3px;
}
#secao-3 p strong{
  font-weight: 600;
  font-size: 18px;
  color: #4E4B59;
}
#secao-3 .box{
  padding-left: 30px;
  position: relative;
  padding-right: 0%;
}
#secao-3 .box:not(:last-child){
  border-left: 2px solid #ECECEC;
}
#secao-3 .box:before {
  content: " ";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: -9px;
  top: -15px;
  z-index: 0;
  background: #41A39B;
}
#secao-3 .box p{
  position: relative;
  top: -20px;
}
#secao-3 .box:not(:last-child):before {
  content: " ";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: -11px;
  top: -15px;
  z-index: 0;
  background: #41A39B;
}
#secao-3 .content-box{
  border: 2px solid #00A291;
  border-radius: 6px;
  margin-top: 30px;
  padding: 29px 19px 15px 19px;
}
/*===========================
    secao 4
=============================*/
#secao-4 .bg-wrap{
  background-color: #F3F0F8;
}
#secao-4 h4{
  font-weight: 600;
  font-size: 42px;
  color: #33303E;
}
#secao-4 .content-box {
  padding: 28px 17px 15px 17px;
  min-height: 130px;
  background: #fff;
  border-radius: 6px;
}
#secao-4 .content-box p{
  font-size: 14px;
  color: #33303E;
}

/*===========================
    secao 5
=============================*/
#secao-5 .bg-wrap {
  background: url(../images/banner5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#secao-5 h5{
  font-weight: 600;
  font-size: 42px;
  color: #FFFFFF;
}
/*===========================
    secao 6
=============================*/
#secao-6 .bg-wrap{
  background-color: #F3F0F8;
}
#secao-6 h4{
  font-size: 42px;
  line-height: 42px;
  color: #33303E;
  font-weight: 600;
}
#secao-6 p{
 font-size: 16px;
  color: #616161;
}
#secao-6 p strong{
  font-size: 16px;
  color: #122433;
}

#secao-6 .content-box{
  padding: 25px 25px 0px 25px;
  position: relative;
  border-radius: 6px;
}

#secao-6 .scroll-d {
  height: 318px;
  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: #ffffff;
  -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;
}
/*===========================
    secao 7
=============================*/
#secao-7 .bg-wrap{
  background: url('../images/banner7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
#secao-7 h1{
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 600;
  width: 335px;
}
#secao-7 p{
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
#secao-7 .btn-cta, #secao-7 .btn-ctal{
  background: #fff;
  color: #41A39B;
}
#secao-7 .btn-ctal{
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  padding: 7px 19px;
  height: 47px;
  width: 170px;
}
#secao-7 .btn-ctal span{
  display: block;
  text-align: center;
  margin: 0 auto;
}
#secao-7 .telefone-text{
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
}
.container-form .content-box {
  padding: 5% 8% 1% 8%;
  border-radius: 8px;
  width: 85%;
  margin: 0 auto;
}
.container-form .content-box h3{
  font-weight: bold;
  font-size: 18px;
  color: #0A131C;
  margin-bottom: 20px;
}
#secao-7 .container-form .form-control{
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4% 3%;
}
.container-form .btn-form{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
  display: flow-root;
  background: #41A39B;
  border-radius: 4px !important;
  width: 100%;
   
}
.container-form .btn-form:hover, .modal_simulacao .btn-form:hover{
    background: #117169;
  }
#secao-7 textarea {
    height: 131px;
}

#footer{
  background: #fff;
}
#footer p{
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
#footer img{
  width: 155px;
}

.seta{
  width: 16px;
  height: 29px;
  background: url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.seta2{
  width: 16px;
  height: 29px;
  background: url('../images/seta2.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.setanav{
  width: 32px;
  height: 32px;
  background: url('../images/setanav.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.setanav2{
  width: 32px;
  height: 32px;
  background: url('../images/setanav2.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: -20px;
}

.owl-nav .owl-prev {
  left: -44px;
  top: 55%;
}
.owl-nav .owl-next {
  right: -44px;
  top: 55%;
}
.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;
}
/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  border-radius: 8px !important;
}
.modal_orcamento .modal-content{
  width: 60%;
  margin: 0 auto;
  padding: 26px 26px 1px 26px;
  border-radius: 8px;
}
.modal_orcamento  textarea {
    height: 130px;
}
.modal_orcamento  h4{
  font-size: 22px;
  color: #0A131C;
  font-weight: bold;
  text-align: center;
}
.modal_orcamento  p{
  font-size: 14px;
  color: #585858;
  text-align: center;
  margin-bottom: 30px;
}

.modal_orcamento .form-control {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 3%;
  font-size: 13px;
}
.modal_orcamento  .btn{
  white-space: normal;
  border-radius: 4px;
  color: #fff;
  background: #FF7324;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  display: flow-root;
  width: 100%;
  margin-bottom: 7px;
  padding: 10px  22%;
}
.modal_orcamento .btn-liga{
  background: #0697FF;
}
.modal_orcamento .btn-w{
  background: #12B937;
}
#obrigado .bg-wrap {
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#obrigado h1{
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}
#obrigado p{
  font-size: 22px;
  color: #FFFFFF;
}
#obrigado .btn-obrigado{
  background: #FFFFFF;
  color: #4E4B59 !important;
}
#obrigado .texto{
  font-size: 16px;
  color: #FFFFFF;
}


.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) {
  .hidden-r{display: none;}
  .menu-topo {position: initial;}
  #header h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  #secao-2 h2,#secao-3 h2,
  #secao-4 h4, #secao-5 h5,
  #secao-6 h4,#secao-7 h1{
    font-size: 32px;
  }
  #secao-2 .foto {
    width: 100%;
  }
  #secao-3 h3 {
    margin-bottom: 40px; 
  }
  #secao-7 h1 {
    width: auto;
  }
  #secao-7 ul.list-inline > li{
    display: block !important;
    margin-bottom: 16px;
    margin-left: 0;
   }
  .btn-ctal {
    font-size: 17px;
    white-space: normal;
  }
  .container-form .content-box {
    width: 100%;
  }
  .modal_orcamento .modal-content{
  width: 90%;
  }
  .social{
    display: block;
  }
  .setanav {
    margin-left: 0px;
  }
  .setanav2 {
    margin-right: 0px;
  }
  #secao-2 .linha{
  align-items: center;
    margin: 0 auto;
    display: block;
	  width: 78%;
 }
}

@media (max-width: 1000px) {
 
}
@media (max-width: 500px) {
 
}
@media (max-width: 330px) {

}