/* Add your custom css styles */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Urbanist', sans-serif !important;
    background-color: white;
}
header {
    position: relative;
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:3900px;
    margin: auto;
}
.nonebar{
    display: block;
    position: relative;
    background-color: transparent;
  z-index: 9;
  width: 230px;
}
.navbar{   
    z-index: 999;
    display:flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 0 5px 0;
} 
.menu-links{
    color:#00234D;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 10px;
    align-items: center;  
    z-index: 99;
}
.menu-linksbtn ul{
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    width:350px;
    text-align: center;
    z-index: 99;
}
.menu-linksbtn a {
    display:block;
    text-align: center;
    color:#00234D;
    z-index: 99;
    mix-blend-mode: exclusion;
    text-decoration:none;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing:1px
}
.menu-linksbtn a:hover{
    color:#009100;
    transition: 0.5s;
}
.menusocial{
    right: 0;
    z-index: 9;
}
.menusocial ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content:space-between;
    width:auto;
    gap: 4px;
    text-align: center;
    align-items: center;
}
.menusocial ul a {
    text-decoration:none;
    cursor: pointer;
    align-items: center;
    padding-top: 5px;
    align-items: center;
}
.menusocial ul li{
    display: flex;
    align-items: center;
}
.menusocial ul li svg circle{
    fill: #00336C;
}
.menusocial ul li svg:hover circle{
    fill: #009100;
}
.callnow{
  border-radius: 100px;
  border: none;
  background-color: #00336C;
}
.callnow a{
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  align-items: center;
  padding: 10px 8px 5px;
  width: 159px;
  text-align: left;
  margin: auto;
  z-index: 9;
}
.callnow:hover{
    background-color: #009100;
  transition: 0.1s ease-in-out;
}
.btn-toggle{display: none;}
.logo-m{
z-index: 9;
display:block;
width: 110px;
top: -30px;
left: 0;
position: absolute;
}
.logow, .callm, .imgm{display: none;}
@media only screen and (max-width: 1000px) {
    .nonebar, .callnow.callw{display: none}
  .box{
    width: fit-content;
    height: 0vh;
    position: relative;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.3s;
  }
  .imgm{
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
}
.btn-toggle {
    position:absolute;
    right:30px;
    top:0;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    width:15px;
    height:15px;
    
}
.btn-toggle .bar {
    height:3px;
    width:100%;
    border-radius:20px
}
  .active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
  }
  .menu_icon_box{
    display: block;
    z-index: 2;
    width: fit-content;
    height: auto;
    margin: 20px;
    position: absolute;
    border-radius: 4px;
    cursor: pointer;
  }
  .line1 , .line2 , .line3{
    width: 20px;
    height: 3px;
    margin: 4px 0px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s;
  }
  .active .line1{
    transform: translate(0px , 15px)rotate(45deg);
  }
  .active .line2{
    opacity: 0;
  }
  .active .line3{
    transform: translate(0px , 1px)rotate(-45deg);
  }
  .imglogo-m{
      position: absolute;
      display: block;
      z-index: 999;
      left: 1.9rem;
      top: 0.6rem;
  }
  .imglogo-m img{
      width: 100%;
      max-width: 70px;
      margin: auto;
      padding: 0px;
  }
  .menu-links{
    background-color: #38962aa9;
    flex-direction: column;
  align-items:center;
  margin-top: 0px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 68px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding-top: 0;
  height:180px
  }
  .menu-links ul{
      display: block;
  }
  .menu-links ul li{
    margin-top:5px;
  }
  .menu-linksbtn{
      display: flex;
  }
  .menusocial{
    max-width: 280px;
  }
  .menusocial ul{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      margin: auto;
  }
  .menusocial ul li:last-child{
      margin-left:0;
  }
  .menusocial ul a {
      text-decoration:none;
      cursor: pointer;
      align-items: center;
  }
  .callm{
    display: block;
    position: absolute;
    line-height: 90%;
    align-items: center;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    align-items: center;
    z-index: 999;
  }
  .callm a{
    padding: 5px 0;
    font-size: 12px;
    width: 140px;
  }
  .menu-links.active{
      margin: auto;
      margin-top: 70px;
  display:flex;
  }
  .menusocial.active {
      display:flex
  }
  .navbar {
  padding:0px 0px;
  }
  #home {
  display:flex;
  flex-direction:column;
  max-width: 400px;
  text-align: right;
  align-items: end;
}   
  #home ul{
    padding: 0;
  }
}
.no-padding {
    position: relative;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    max-height: 1000px;
}
.no-padding img{
    padding: 90px 0 50px;
}
.owl-bg-img::after {
    content: '';
    inset: 0;
    background-color: #e8f7ff73;
    position: absolute;
}
.logo-gif{
    max-width: 400px;
    z-index: 8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#offercontainer h2, #aboutcontainer h2{
    font-size: 32px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: -10px;
}

.col-md-5 .img-fluid {
    border-radius: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn1{
    display: block;
    margin-bottom: 40px;
}
.cardoffer{
    background-color: #009100;
    border-radius: 23px;
    padding: 0;
}
.cardoffer a img{
    width: 100%;
    max-width: 900;
    margin: auto;
    padding: 0;
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.real-estate-form{
    width: 540px;
    border-radius: 30px;
}
.real-estate-form div {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.real-estate-form div:first-child {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form1h{
    font-family: 'Urbanist', sans-serif !important;
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.formcards{
    border-radius: 1px;
    background-color: #cbd7e7;
    color: #000;
    margin-bottom: 27px;
    border: 1px solid #ffffff77;
}
.form-group input::placeholder, .form-group input:focus {
    color: #000;
}
.portfolio .container {
    margin-bottom: 40px;
}
textarea{
    resize: none;
    max-width: 745px;
    margin: auto;
}
@media screen and (max-width: 750px) {
    .portfolio .col-lg-12{
        display: flex;
        flex-direction: column;
    }
    .col-lg-3{
        display: flex;
        align-self: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .real-estate-form{
        width: 340px;
        margin: auto;
    }    
    .formcards{
        margin-bottom: 7px;
    }
    .form1h{
        max-width: 150px;
        font-size: 20px;
    }
    .cardoffer{
        margin-top: 20px;
    }
}

.reviewbtns{
    display: flex;
    align-items: center;
    padding: 0;
    gap: 30px;
}
.mb{
    margin: auto;
    justify-content: center;
    height: 50px;
}
.col-xs-12 .btn-success1 {
    display: flex;
    color: #fff;
    width: 290px;
    border-radius: 40px;
    font-size: 20px;
    background-color: #009100;
    border-color: transparent;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
}
.col-xs-12 .btn-send{
    color: #fff;
    width: 290px;
    font-size: 20px;
    border-radius: 40px;
    background-color: #2B79D9;
    border-color: transparent;
    gap: 10px;
    padding: 10px 15px;
}
.reviewbtns .btn-send a, .reviewbtns .btn-success1 a{
    padding-left: 5px;
}
.form2bg{
    width: 100%;
    max-width: 2899px;
    margin: auto;
    height: 100%;
    /* height: 1000px; */
    background-color: #163e70;
    background-image: url(../images/formbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.form2bg .container .row{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    text-align: center;
}
.logo-form{
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
    justify-content: center;
}
.form2{
    background-color: #fff;
    border-radius: 30px;
    opacity: 1;
    max-height: 630;
    padding: 20px;
}
.form2 h2 {
    max-width: 270px;
    margin: auto;
    color:#00234D;
    font-size: 40px;
    font-weight: 700;
}
.form2 h4{
    display: flex;
    color:#00234D;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 7px;
}
.form2 h4 svg{
    margin-bottom: 4px;
}
.btnform2{
    max-width: 300px;
}
.infosform{
    max-width: 580px;
    margin: auto;
}
.formserv{
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    margin: auto;
    padding: 50px 0;
}
.formserv .row{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.form-group textarea{
    margin: auto !important;
}
@media screen and (max-width:1220px) {
    .form2bg{
        background-image: url(../images/formbg.png);
        background-repeat: no-repeat;
        background-size: 150%;
    }
}
@media screen and (max-width:920px) {
    .form2bg{
        background-image: url(../images/formbg.png);
        background-repeat: no-repeat;
        background-size: 190%;
    }
    .logo-form{
        max-width: 250px;
    }
}
@media screen and (max-width:770px) {
    .form2bg{
        background-image: url(../images/formbg.png);
        background-repeat: no-repeat;
        background-size: 350%;
    }
    .form2{
        max-height: 730;
    }
    .logo-form{
        max-width: 200px;
    }
}

body{
    font-family: 'Urbanist', sans-serif !important;
}
.no-padding {
    position: relative;
    width: 100%;
    max-width: 2990px;
    margin: auto;
}
.slider div img{
    position: relative;
    width: 100%;
    max-width: 2990px;
    margin: auto;
    object-fit: cover;    
}
.header-wrapper{
    background-color: #ffffff30;
}
.col-md-4 .row{
    position: relative;
    display: flex;
    gap: 10px;
}
.cardoffer{
    background-color: #009100;
    padding: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.cardofferinfos{
    padding: 24px;
}
.btncardoffer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    width: 150px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent;
}
.btncardoffer a{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 80%;
    align-items: center;
}
.cardoffer{
    height: 100%;
    max-height: 480px;
    align-items: center;
}
.popuptest{
    position: relative;
    width: 100%;
    max-width: 9999px;
    margin: auto;    
    padding-bottom: 100px;
}
.popupgrid{
    display: flex;
    width: 100%;
    max-width: 656px;
    margin: auto;
    justify-content: center;
}
.popup .content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    gap: 32px;
    padding: 100px 0 32px 0;
    color: #00234D;
}
.popupimg{
    display: flex;
    width: 100%;
    max-width: 790px;
    margin: auto;
    object-fit: cover;
    margin-top: 32px;
    border-radius: 24px;
}
.callpopup{
    background-color: #009100;
    padding: 5px 0;
}
.callpopup a{
    color: #1F455B;
}
.popup .content h1{
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
}
.popup .content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-width: 511px;
    margin: auto;
}
.popupimgm{display: none;}
.elfsight{
    padding: 50px 0;
}
.col-lg-3{
    justify-content: center;
    margin: auto;
}
.thankscontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00336C;
    color: #fff;
    height: 100%;
    text-align: center;
    gap: 80px;
    padding: 20px 0;
}
.thankscontainer svg{
    width: 150px;
}
.thankscontainer p{
    max-width: 1100px;
    padding: 0 20px;
    font-size: 20px;
}
.btntks button{
    border: none;
    background-color: transparent;
    margin: auto;
}
.btntks button a{
    display: flex;
    justify-content: center;
    padding: 16px 0;
    border-radius: 34px;
    background-color: #00234D;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    width: 270px;
}
.btntks:hover a{
    background-color: #009100;
}
:root {
    --swiper-navigation-color: #eee;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --scroll: 0
}
swiper-container{
    width: 100%;
    height: 100%;
}
.mySwiper3 {
  width: 100%;
  max-width: 9000px;
  cursor: grab;
  margin: 0 auto !important;
}
.swiper3 {
  width: 100%;
  max-width: 520px;
  height: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.swiper3 img {
  width: 100% !important;
  max-width: 518px;
  margin: auto;
  object-fit: cover !important;
  border-radius: 10px;
}
/* YTB player - nao funfou aqui, foi pra tag <style> no <head> */
.snippet-ytb-lazy{
    width: 100%;
    max-width: 570px;
    overflow: hidden;
    max-height: 300px;
}
.snippet-ytb-lazy .player, .snippet-ytb-lazy iframe{
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
}
.snippet-ytb-lazy .player{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ytbthumb{
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.snippet-ytb-lazy .player svg{
    width: 50px;
    line-height: 0;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width:800px) {
    .about {
        text-align: center;
    }
    #sectionserv{
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 30px;
    }
    #sectionserv .flip-card-back p{
        text-align: center;
        margin: auto;
    }
    .lead, .about.col-md-7 p, .col-md-7 h1{
        padding: 0 10px;
    }
    .cardoffer{
        max-height: 100%;
        margin: 20px 30px 0;
    }
    #section3{
        padding-left: 30px;
        padding-right: 30px;
    }
    .elfsight{
        margin: auto;
    }
    .popuptest{
    padding-bottom: 100px;
    }
    .popupgrid{
        padding: 0px 10px 0;
    }
    .popupimg{display: none;}
    .popupimgm{
        display: block;
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding: 0;
    }
    .p-b-60, .form2bg{
        padding-left: 10px;
        padding-right: 10px;
    }
    .thankscontainer{
        gap: 30px;
    }
    .mySwiper3 {
      margin: 0 auto !important;
      padding: 0 30px;
    }
    .swiper3 {
      width: 100%;
      max-width: 100vw;
    }
    .swiper3 img {
      max-width: 100vw !important;
    }
    .ytbcontainer{
        flex-direction: column;
    }
    .snippet-ytb-lazy{
        max-height: 600px;
    }
    .snippet-ytb-lazy .player svg{
        height: 250px;
    }
}



/* novos justes de css */
    .navbar::before{
        content: '';
        height: 60px;
        background-color: #38962aa9;
        z-index: 0;
        width: 100%;
        max-width: 100vw;
        position: fixed;
        margin: auto;
        display: flex;
        justify-content: start;
        left: 0;
        margin-top: 10px;
    }   
@media screen and (max-width: 1000px) {
    .no-padding, .no-padding .owl-bg-img video{
        height: 450px;
    }
    video{
        object-fit: cover;
    }
    .navbar::before{
        top: 0;
        height: 70px;
        margin-top: 0;
    }
}
.btnsche{width:100%; margin-top:29px; font-size:17px; background-color: #38962a; border-color:#38962a}
#btnform2, #btnform1, #btnform1blue:hover, .btnform1blue:hover{
    background-color: #009100;
}
#btnform1blue, .btnform1blue{
    background-color: #00336C;
}
/* hover btns */
.btncardoffer:hover, #btnform2:hover, #btnform1:hover{
    background-color: #00336C;
    transition: 0.1s;
}
.callnow.btncardoffer:hover a, .callnow.btncardoffer:hover svg path{
    stroke: #009100;
    color: #009100;
    transition: 0.1s;
    text-decoration: none;
}
.btncardoffer:hover{
border: 1px solid #fff;
}
.btnreq{
    display: flex;
    margin: auto !important;
}
.btnreq:hover{
    background-color: #009100;
}
.btnsche:hover{
    border: 1px solid #009100;
    background-color: #00234D;
}
.opentime, .opentime h3{
    color: white;
}
.opentime{
    padding: 50px 0 0;
}
.opentime ul{
    list-style: none;
    padding: 0;
}
.opentime h3{
    font-weight: bold;
}