
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Roboto' !important;
    scroll-behavior: smooth;
  }
  
  a{
    text-decoration: none;
    list-style: none;
  }
  
  .logo{
    position: absolute;
    top: 7%;
    left: 50%;
    width: 450px;
    margin-left: -230px;
    right: 0;
    z-index: 1;
    animation: logoIntro 6s infinite;
    height: 120px;
  }
  
  @keyframes logoIntro{  
    0%{opacity: 0.7;transform: scale(1);}
    50%{opacity: 1;transform: scale(1.07);}
    100%{opacity: 0.7;transform: scale(1);}
  }
  
  .bgImg{
    position: relative;
    background: #000 !important;
    height: 100vh;
    z-index: 0 !important;
  }
  
  .btnDown{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: white;
    font-size: 50px;
    transition: 0.3s;
    animation: btnMovimento 3s infinite; 
  }
  
  @keyframes btnMovimento{  
    0%{bottom: 18px;}
    50%{bottom: 0px;}
    100%{bottom: 18px;}
  }
  
  .btnImob {  
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    bottom: 20%;
    text-align: center;
    color: #000;
    cursor: pointer;
  }
  
  .btnImob div {
    float: left;
    width: 345px;
    color: #ffffff;
    background: #00000036;
    padding: 16px 10px;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 10px;
    border-radius: 0px;
    border: 6px solid #ffffff6e;
    transition: 0.8s;
    font-weight: 600;
  }
  .btnImob div:hover {
    transform: scale(1.04);
    border: 6px solid #ffffff;
  }
  
  .btnInfo {
    color: var(--cor-b);
    text-align: center;
    max-width: 220px;
    padding: 8px;
    border-radius: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 40px 40px 0px 30%;
    border: 5px solid var(--cor-d);
    cursor: pointer;
    transition: 0.3s;
  }
  
  .btnInfo:hover {
    filter: brightness(1.2);
  }
  
  h4.introTituloP {
    margin:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    color: #000000;
  }
  
  h2.introTituloG {
    margin:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    color: var(--cor-a);
  }
  
  .tp-bannertimer{
  height: 10px !important; 
  }
  
  #blog .row{
    margin:20px 0px 60px 0px;
    background:#FFF;
    box-shadow: 10px 10px 25px -20px rgba(0,0,0,.35);
  }
  
  #blog .row img{
    filter: brightness(130%);
  }
  
  .nopadding{
    padding: 0px !important;
  }
  
  .text-padding{
    padding: 35px 60px !important;
    text-align: justify;
  }
  
  .col-list-filiais{
    margin-left: 15% !important; 
    width: 70% !important;
  }

  .listing-title h4 {
      margin: 36px 0 8px;
  }
  
  .footer-shadow {
      background: transparent !important;
  }
  
  .listing-item .listing-title, .listing-content, .media-box-content {
      background: var(--cor-f) !important;
  }
  
  .listing-img-container, .listing-item .imgAnuncio{
      height: 380px!important;
  }
  
  .imgBlog{
    background-position: center center;
    width: 100%;
    height: 450px;
  }
  
  body .parallaxView .owl-theme .owl-controls .owl-buttons div.owl-next, body .parallaxView .owl-theme .owl-controls .owl-buttons div.owl-prev {
    top: 290px !important;
    background-color: transparent !important;
  }
  
  body .parallaxView .owl-theme .owl-controls .owl-buttons div{
    color: #FFF !important;
    border: 2px solid var(--cor-b);
  }
  
  .listing-carousel.owl-theme .owl-controls .owl-next:after, .listing-carousel.owl-theme .owl-controls .owl-prev:before {
      background-color: var(--cor-a);
      border-radius: 0%;
      opacity: 1;
  }
  p.mb-3.title-matriz-filial.d-flex.align-items-center{
    font-size: 15px !important;
    font-weight: 600 !important;
  }
  
  .leiaMais{
    position: relative;
    float: right;
    background-color: var(--cor-a);
    padding: 6px 25px;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
    z-index: 999;
    transition: 0.3s;
  }
  
  .leiaMais:hover{
    filter: brightness(120%);
  }
  
  body #siga-slide-home li:after {
    background: linear-gradient(0deg, #000000ba 0%, #00000040 100%) !important;
    opacity: 0.95 !important;
  }
  
  body .slider-pro {
      background-color: #383838 !important;
  }
  
  body .slider-pro .videoLegenda{
    font-size: 18px;
    padding: 5px 20px;
    background: rgb(56 56 56 / 82%);
    color: #ffffff;
  }
  
  body  .slider-pro a.sp-video:after{
  background-color: var(--cor-b);
  color: #FFF;
  border: 0px;
  }
  
  /* ATIVANDO RESPONSIVO */
  @media (max-width: 1500px) {
  
    .btnImob div {
      width: 305px !important;
      padding: 7px 7px !important;
      font-size: 14px !important;
      margin: 6px !important;
    }
  
    .btnDown{
      font-size: 40px;
    }
  
    .text-padding{
      padding: 15px 30px !important;
    }
  }
  
  .parallaxView div h2 {
    color:#FFFFFF;
  }
  .parallaxView {
      color: #FFF;
      background-image:url("https://s3.amazonaws.com/files.sigahost.com.br/brazilluxury/img_slides/gbanner_20210511_1509_59.jpg?nocache=164710");
      background-size: cover;
      height:  430px !important;
  }
  
  .parallaxView .parallaxBG {
      background-color: var(--cor-a);
      opacity: 0.9;
      height:  430px !important;
  }
  
  .owl-theme .owl-controls .owl-buttons div {
      background-color: #FFFFFF !important;
      border-radius: 5px;
  }
  
  
  /* boxItens: section novo jeito e seu imovel */
  .boxItens{
    padding:0px 0% 5px 0%;
  }
  .boxItens .row{
    background-color:#FFFFFF;
    padding: 30px 30px 50px 30px;
    margin: 0px !important;
  }
  .boxItens .njTitulo1 h3,.boxItens h4{
    color: var(--cor-a);
  }
  
  .boxItens .njTitulo2{
    margin-top: 20px;
    font-size: 18px;
    color: #777777;
  }
  .boxItens .row .col-md-4{
    padding: 30px 80px;
  }
  .boxItens i{
    font-size: 50px;
    color: var(--cor-a);
  }
  
  @media only screen and (min-width:1850px){
    .boxItens .row .col-md-4{
      padding: 30px 50px;
    } 
  }
  
  /* boxColor */
  .boxColor{
    background-color: #0f273f;
    padding: 40px 20px;
    color: #FFFFFF;
  }
  
  .boxColor h4, .boxColor span{
    color:#ffffff;
  }
  .boxColor h3,.boxColor a{
    color: #FFF;
    margin: 0px;
  }
  
  .boxColor .parceiros{
    padding: 0% 15%;
  }
    
  .parallaxView {
      margin-top: -5px !important;
  }
  
  i.fa.fa-whatsapp.ml-2 {
    color: green;
}
  
  /* RESPONSIVO MOBILE */
  @media (max-width: 800px) {
    .row-imob-infos p {
      text-align: left;
    }
    .logo {
      top: 14%;
    }
  
    .btnImob {  
      display: block;
      bottom: 15%;
    }
  
    .btnImob div {
      float: none;
      position: relative;
      width: 90%;
      padding: 22px 20px;
      font-size: 16px;
      letter-spacing: 3px;
      margin: 35px 20px;
    }
  
    #footerMobile {
      background-color: #414042 !important;
    }
  
    img.footer-logo {
      width: 240px !important;
    } 
  
    .logo{
      max-width: 300px !important;
      margin-left: -150px !important;
    }
    .btnImob div {
      width: 90% !important;
      margin: 15px 5% !important;
    }
    .tp-bgimg{
      opacity: 0.15 !important;
    }
  
    .tparrows{
      display: none !important;
    }
  
    .boxItens .row .col-md-4 {
      padding: 30px 0px;
    }
  
    .entre-contato{
      text-align: center;
    }
  
    .text-about-footer {
      margin-top: 50px !important;
    }
  
    h2.introTituloG {
      text-align: center;
    }
  
    .btnInfo {
      margin: 40px 40px 0px 13%;
    }
  
    body #depoimentos .parallaxView .owl-theme .owl-controls .owl-buttons div.owl-next, 
    body #depoimentos .parallaxView .owl-theme .owl-controls .owl-buttons div.owl-prev {
      top: 100px !important;
    }
  
    body #depoimentos .parallaxView .owl-theme .owl-controls .owl-buttons div.owl-prev {
      margin-left:7% !important;
    }
  
    #blog h3{
      font-size: 17px;
    }
  
  }
  
  @media only screen 
    and (max-width : 800px) 
    and (max-height : 615px) {
      .logo {
        top: 5%;
      }
  }
.row-filiais .mailto-link,
.row-filiais .fones-footer {
    color: var(--cor-b);
}