@font-face { font-family: futura-400; src: url("../fonts/Futura-Medium.otf");}
@font-face { font-family: futura-700; src: url("../fonts/Futura-Bold.otf");}
@font-face { font-family: futura-800; src: url("../fonts/Futura-Bold-Italic.otf");}

*{
  font-family: futura-400;
}

.titulo{
  font-family: futura-700;
  font-size: 38px;
  color: #14142B;
}

.light-page{
    background: #fcfcfc;
}
#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;
}

.btn-ctal{
  border-radius: 32px;
  padding: 15px 38px;
  font-size: 18px;
  color: #FCFCFC;
  border: 0;
  text-align: center;
  white-space: normal;
}
.btn-telefone{
 background: #F46801;
}
.btn-whatsapp {
  background: #00BA88;
}

.wpcf7-spinner {
  position: absolute;
}
.media {
  border-top-width: 0px;
  border-top-style: solid;
  padding-top: 0px;
  margin-top: 0;
}
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: 56px;
    height: 56px;
    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;
}
/*===========================
    secao 1
=============================*/
#header .box-logo{
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  padding: 20px;
}
#header .box-logo p{
  font-family: futura-400;
  font-size: 13px;
  color: #14142B;
  margin-bottom: 0px;
}
#header a:hover {
    text-decoration: none;
}
#header .logo{
  margin-bottom: 23px;
}
#header .logo2{
  margin-bottom: 21px;
}
#header{
  z-index: 3;
}
#header .bg{
  border-radius: 0px 0px 64px 64px;
}
#header .bg-wrap{
  background: #0B4BB1;
}

#header .box-whatsapp{
  background: #00BA88;
  border-radius: 38px;
  padding: 20px 20px 20px 34px;
}
#header .box-whatsapp h6,
#header .box-telefone h6{
  font-family: futura-400;
  font-size: 17px;
  color: #FCFCFC;
  margin-bottom: 0px;
}
#header .box-whatsapp p,
#header .box-telefone p{
  font-family: futura-400;
  font-size: 28px;
  color: #FCFCFC;
  margin-bottom: 0px;
}
#header .box-telefone{
  background: #F46801;
  border-radius: 38px;
  padding: 20px 20px 20px 34px;
}
#header h1{
  font-family: futura-700;
  font-size: 64px;
  color: #FCFCFC;
  margin-bottom: 10px;
}
#header h2{
  font-family: futura-400;
  font-size: 32px;
  color: #FCFCFC;
}
#header p{
  font-family: futura-700;
  font-size: 24px;
  color: #FCFCFC;
  margin-bottom: 0px;
}
#header .foto{
  margin-bottom: -26px;
}
#header .content-box{
  background: #FCFCFC;
  border-radius: 8px;
  padding: 40px 20px 20px 20px;
  z-index: -1;
}
#header .content-box p{
  font-family: futura-400;
  font-size: 16px;
  color: #14142B;
  margin-bottom: 0px;
}

/*===========================
    secao 2
=============================*/
#secao-2 .bg-wrap {
  background: #0B4BB1 url(../images/banner4.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  border-radius: 0px 0px 45px 45px;
}
#secao-2 .titulo{
  color: #fff;
}
#secao-2 .content-box{
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px 12px 20px;
  min-height: 170px;
}
#secao-2 p{
  font-size: 18px;
  color: #14142B;
  margin-bottom: 0px;
}
.mouse {
    position: absolute;
    left: calc(50% + 0px);
    transform: translateX(-50%);
    z-index: 1 !important;
    bottom: 0px;
}
/*===========================
    secao 3 
=============================*/
#secao-3 h2{
  font-family: futura-700;
  font-size: 64px;
  color: #14142B;
  margin-bottom: 20px;
}
#secao-3 p{
  font-size: 24px;
  color: #14142B;
  margin-bottom: 0px;
}
#secao-3 .btn-secao-3{
  background: #FFFFFF;
  box-shadow: 0px 10.7742px 100px rgba(0, 0, 0, 0.2);
  border-radius: 164px;
  padding: 28px 20px;
  font-size: 40.4032px;
  color: #000000;
  display: block;
  text-align: center;
  white-space: normal;
}
#secao-3 span{
  position: relative;
  top: 5px;
}
/*===========================
    secao 4
=============================*/
#secao-4 h3{
  font-family: futura-700;
  font-size: 38px;
  color: #FCFCFC;
  margin-bottom: 30px;
}
#secao-4 p{
  font-size: 24px;
  color: #FCFCFC;
  margin-bottom: 0px;
}
#secao-4 .box{
  position: relative;
}
#secao-4 .box::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #F46801 url('../images/banner4.svg');
  background-repeat: no-repeat;
  background-position: 79%;
  background-size: contain;
  border-radius: 16px 0px 0px 16px;
  z-index: -1;
  left: 17%;
  top: 0px;
}
#secao-4 .foto{
  max-width: 585px;
  display: block;
  margin-bottom: -79px;
  position: relative;
  left: -30px;
  top: -22px;
}
/*===========================
    secao 5
=============================*/
#secao-5{
  border-bottom: 1px solid #E5E5E5;
}
#secao-5 .foto{
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}
#secao-5 p{
  font-size: 18px;
  color: #14142B;
}
/*===========================
    secao 6
=============================*/
#secao-6 button.accordion {
  background-color: #0B4BB1;
  font-family: futura-700;
  font-size: 20px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 15px 22px;
  width: 100%;
  border: 0;
  border-radius: 16px;
  outline: none;
  position: relative;
  transition: 0.1s;
}
#secao-6 button.accordion:hover{
  background-color: #0d3e8d;
}
#secao-6 button.accordion.active{
  background-color: #0B4BB1;
  border-bottom: 0;
  border-radius: 16px 16px 0px 0px;
}
#secao-6 button.accordion:after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#secao-6 button.accordion.active:after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#secao-6 .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  opacity: 0;
  width: 100%;
  position: relative;
}
#secao-6 .panel.show {
  opacity: 1;
  max-height: 100% !important;
  padding: 0px 19px 5px 25px;
  font-size: 16px;
  color: #A9CAFF;
  background-color: #0b4bb1;
  border-top: 0;
  border-radius: 0px 0px 16px 16px;
}
#secao-6 .panel.show .scroll-d {
  height: auto;
  overflow-y: auto;
}
/*===========================
    secao 7
=============================*/
#secao-7 h2{
 font-family: futura-700;
 font-size: 38px;
 color: #14142B;
 margin-bottom: 20px;
}
#secao-7 p{
  font-size: 24px;
  color: #14142B;
}
#secao-7 .box1{
    margin-bottom: -34px;
    z-index: 2;
}
#secao-7 .box1 ul.list-inline{
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000000;
  margin-bottom: 0;
}
#secao-7 .box1 ul.list-inline > li > a{
  font-size: 15px;
  color: #000000;
}
#secao-7 .box1 ul.list-inline > li > a:hover{
 color: #000;
}
#secao-7 .box2{
  background: #0B4BB1 !important;
  border-radius: 16px;
  padding-top: 52px;
  margin-bottom: -107px;
  flex: 0 0 45%;
  max-width: 46%;
  padding-left: 5px;
  padding-right: 5px;
}
#secao-7 .box2 p{
  font-size: 24px;
  color: #FCFCFC;
}
#secao-7 .box2 ul.list-inline > li + li{
  margin-left: 0px;
}
#footer p {
    font-size: 14px;
    color: #FCFCFC;
    margin-bottom: 0px;
}
.map{
  padding: 0px;
}
.map iframe{
  border:0 !important;
  width: 100%;
}

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

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

.setanav{
  width: 32px;
  height: 32px;
  background: url('../images/seta.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
}
.setanav2{
  width: 32px;
  height: 32px;
  background: url('../images/seta2.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;
}
.owl-theme .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    margin: 5px 7px !important;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 20px;
    cursor: pointer;
}
.owl-dot.active>span{
  background: #01CDBA!important;
  border-color: #01CDBA !important;
}
.carousel-dots-center-bottom .owl-dots{
  bottom: -42px;
}
/*===========================
    modal
=============================*/
.modal_orcamento .bg-wrap {
  border-radius: 8px;
}
.modal_orcamento .modal-content{
  width: 70%;
  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, .modal_orcamento  h4{
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #03233A;
  margin-bottom: 20px;
}

.modal_orcamento .btn {
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
}
::-webkit-input-placeholder { /* Edge */
  color: #5E6871 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #5E6871 !important;
  
}
::placeholder, select{
  color: #5E6871 !important;
}
.modal_orcamento .btn-liga{
  background: #00A291;
  color: #fff !important;
}
.modal_orcamento .btn-w{
  background: #12B937;
}
.contact-form p {
  display: none;
}
.instagram{
  font-size: 20px;
  color: #FCFCFC;
}
.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;
}

.whatsapp-r, .telefone-r{
  display: none;
}
@media (max-width: 1201px) {

}

@media (max-width: 1100px) {
  .setanav{
    margin-bottom: 0;
    margin-left: 0px;
  }
  .setanav2{
    margin-right: 0px;
  }
  .hidden-r, br, #texto-topo{display: none;}
  .linha-secao {
    align-items: center;
    margin: 0 auto;
    display: block;
  }
  .modal_orcamento .modal-content{
  width: 90%;
  }
  .seta{
    margin-left: 0;
  }
  .seta2{
    margin-right: 0;
  }
  .social {
    display: block;
  }
  .img-logo{
    width: 106px;
  }
  #header .box-whatsapp {
    margin-bottom: 30px;
  }
  #header h1 {
    font-size: 40px;
  }
  #header h2 {
    font-size: 25px;
  }
  .titulo {
    font-size: 25px;
  }
  #secao-3 h2 {
    font-size: 36px;
  }
  #secao-3 .btn-secao-3 {
    font-size: 27px;
  }
  #secao-4 .foto {
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  #secao-4 .box::before {
    left: 0;
  }
  #secao-4 p {
    font-size: 18px;
  }
  #secao-6 button.accordion {
    font-size: 16px;
  }
  #secao-7 h2 {
    font-size: 28px;
  }
  #secao-7 .box2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
    .whatsapp-r{
  cursor: pointer;
  position: fixed;
  left: 0;
  display: block;
  bottom: 0px;
  color: white;
  width: 50%;
  text-align: center;
  background: #00ba88;
  font-size: 11px;
  font-weight: 400;
  padding: 6px;
  z-index: 99999;
}
.telefone-r{
  cursor: pointer;
  position: fixed;
  right: 0;
  display: block;
  bottom: 0px;
  color: white;
  width: 50%;
  text-align: center;
  background: #ff820e;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-shadow: 0px 1px 2px #00000082;
  z-index: 99999;
}
  .telefone-r img{width: 12%;}
  .whatsapp-r p, .telefone-r p{
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
  }
  
}

@media (max-width: 1000px) {
 .linha-secao{
    align-items: center;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

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

}