/*

Theme Name: Signature v2.2

*/
.fixo{position: fixed;z-index: 19999;bottom: 60px;left: 90%;}
 .fixo2{position: fixed;z-index: 19999;bottom: 148px;left: 90%;}
 .nopulse {width: 60px;height: 60px;background-color: #D1945A;border: solid 1px #1E252D;border-radius: 50%;text-align: center;line-height: 60px;font-size: 18px;position: relative;display: grid;align-items: center;}
 .nopulse svg{margin: 0 auto;width: 35px;height: 35px;}
 
.pulse{width: 60px;height: 60px;background-color:#25d366;border-radius: 50%;text-align: center;line-height: 60px;font-size: 18px;position: relative;display: grid;align-items: center;color: #fff;}
  .pulse svg{margin: 0 auto;}
  .pulse:after,.pulse:before{content: '';position: absolute;top: -10px;left: -10px;right: -10px;bottom: -10px;border-radius: 50%;border: 1px solid #25d366;animation: pulse 1.5s linear infinite;}
	
  @keyframes pulse{
  0%
    {
  transform: scale(.5);
  opacity: 0;
  }
  50%{
  transform: scale(1);opacity: 1
  }
  100%{
  transform: scale(1.4);
  opacity: 0;
  }
  }

.fraseDiv {display: none;position: absolute;width: 170px;top: 3px;border-radius: 20px;left: -153px;padding: 7px 38px;
    margin-left: 10px;background: #D1945A; z-index: -1;}
.fraseDiv p{text-align: right;font-weight: 600;}
/* Estilo para animação (opcional) */
.fraseDiv .show {display: block;animation: fadeIn 0.5s ease-out;}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*! Modelo para importação de fonte, usar sempre em extensão WOFF !*/

@font-face {

    font-family: 'introBold';

    font-style: normal;

    font-weight: normal;

    src: url("fonts/Intro-Bold-Regular.woff") format("woff"), url("fonts/Intro-Bold-Regular.woff") format("truetype");

    }

    @font-face {

    font-family: 'introLight';

    font-style: normal;

    font-weight: normal;

    src: url("fonts/Intro-Light-Regular.woff") format("woff"), url("fonts/Intro-Light-Regular.woff") format("truetype");

    }

    @font-face {

    font-family: 'introRegular';

    font-style: normal;

    font-weight: normal;

    src: url("fonts/Intro-Regular.woff") format("woff"), url("fonts/Intro-Regular.woff") format("truetype");

    }

    

    

    *:not(.slick-track):not(body) {transition: .55s all ease;outline: none !important;font-family: 'introLight';}

    .fa, .far, .fas {
      font-family: Font Awesome\ 5 Free!important;font-size: 21px;
  }

    .ekko-lightbox.modal.fade.in.show{z-index: 10000;}



    a, a:hover, a:focus {outline: none;text-decoration: none;}

    img {width: 100%}

    

    p, a, div{margin: 0px;padding: 0px;font-family: 'introRegular';}

    h1, h2, h3 {font-family: 'introBold';}

    

    b, strong {font-family: 'introBold'!important;}

    

    .space {padding-top: 70px;padding-bottom: 70px}

    .space-top {padding-top: 70px;}

    .space-bottom {padding-bottom: 70px;}

    .left {text-align: left;}

    .center {text-align: center;}

    .right {text-align: right;}

    .flow-root {display: flow-root;width: 100%}

    

    .container {max-width: 1000px;width: 100% !important;padding-right: 0px!important;padding-left: 0px!important;}

    .container {}

    /*! CSS DO SITE ABAIXO !*/

    

    

        .embed-container {

      --video--width: 1296;

      --video--height: 540;



      position: relative;

      padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */

      overflow: hidden;

      max-width: 100%;

      background: black;

    }



    .embed-container iframe,

    .embed-container object,

    .embed-container embed {

      position: absolute;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

    }



    

    .navbar-default {text-transform: uppercase;background: unset;margin: 0px;border: 0px;border-radius: 0px;z-index: 9999;position: fixed;top: 0;width: 100%;border-radius: 0px;height: 182px;display: flex;align-items: center;}

    .navbar-default .navbar-nav>.open>a{background: unset!important;}

    .wpcf7-not-valid {box-shadow: inset 0px 0px 15px #b53a3a;}

    div.wpcf7 .ajax-loader {display: none !important;}

    span.wpcf7-not-valid-tip {display: none !important;}

    div.wpcf7-response-output {margin: 5px 0px auto!important;padding: 10px !important;text-align: center !important;}

    

    input[type="checkbox"] {width: auto !important}

    .wpcf7-acceptance label {margin: 0px;}

    .wpcf7-acceptance span.wpcf7-list-item {margin: 10px 0px !important}

    

    .hide991 {display: none !important;}

    .show991 {display: block !important;}

    

    /* .page-template{background: #1e252d;} */

    .navbar-default .navbar-nav>li>a {color: #fff!important;}

    .dropdown-menu {min-width: 180px!important;}

    .navbar-nav>li>.dropdown-menu{background: #1d232b;}

    .dropdown-menu>li>a {color: #fff!important;padding: 3px 8px!important;width: 100%;}

    .dropdown-menu li{display: flex;align-items: center;justify-content: flex-start;margin: 10px 0;}

    .dropdown-menu li a:hover {color: #333!important;background: #fff;}

    .page-template .navbar{background: #1d232b;}

    

    /*cor sites*/

    .bc{color: #fff!important;}

    .lr{color: #D1945A;}

    

    .bgBc{background: #fff;}

    .bgAz{background: #1e252d;}

    /*fim cor sites*/

    

    /*navebar*/
  
    .navbar .container{display: flex;align-items: center;justify-content: center;}
    .navbar .log1{max-width: 106px;width: 100%;display: block;box-sizing: border-box;position: absolute;left: 10%;}
    .navbar .log2{max-width: 102px;width: 100%;display: block;box-sizing: border-box;position: absolute;right: 10%;}
    .navbar .navbar-header .logo img{max-width: 40px;}

    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .dropdown-menu li a, .dropdown-menu li a:hover{color: #A9BAC7;}

    .dropdown-menu{background: unset;border: unset;box-shadow: unset;}

    



    /*Slick */

    .slickDiferenciais .slick-prev {left: 35px;height: 30px;width:100%;max-width: 35px;z-index: 9991;}

    .slickDiferenciais .slick-next {right: 35px;height: 30px;width:100%;max-width: 35px;}

    

    

    .imgPc, .pc{display: block;}

    .imgCel, .mobli{display: none;}

    

    #recaptchaForm {display: block;margin: 20px;}

    

    /*Banner Top*/

    .bannerTop{/*height: 80vh;*/height: 800px;border-bottom: 4px solid #d1925a;display: flex;align-items: center;text-transform: uppercase;position: relative;background-position: center;background-repeat: no-repeat;background-size: cover;}

    /* .bannerTop .imgPc{position: absolute;bottom: 0px;width: 100%;max-width: 400px;right: 10%;} */

    .bannerTop .imgPc{position: absolute;bottom: 0px;width: 100%;max-width: 575px;right: 0%;}

    .bannerTop .box{display: flex;}

    .form{text-align: center;}

    form h2, .single h2{font-size: 15px;text-align: center;margin-bottom: 20px;text-transform: uppercase;font-family: 'introBold'!important;}

    form h2 span{font-family: 'introBold'!important;color:#1E252D!important;}

    form input{color: #FFF;width: 100%;max-width: 275px;text-align: center;background: unset;border: 0.5px solid #fff;border-radius: 20px;padding: 10px;font-size: 12px;letter-spacing: 2px;}

    form input[type=submit]{background: #1E252D;color:#D1945A;border: 1px solid #1E252D;margin: 15px auto;display: block;}

    form input::placeholder{color: #FFF;}

     #whatsapp-modal input { width:100%; padding:12px; margin:8px 0; border:1px solid #ddd !important; border-radius:8px; font-size:15px; box-sizing:border-box; }
	#whatsapp-modal input {
	color: #000 !important
	}

    .bannerTop .box .bannerLog{margin-left: 85px;width: 100%;max-width: 200px;}

    .bannerTop .box .bannerLog h2{font-size: 18px;text-align: center;margin-bottom: 20px;font-family: 'introBold'}

    .bannerTop .box .bannerLogos{display: flex;flex-direction: column-reverse;}

    .bannerTop .box .bannerLogos .log1{width: 100%;max-width: 200px;margin: 20px 0px;}

    /* Banner grid */
    .banner-grid{display: grid;grid-template-columns: 1fr 1fr;position: relative;grid-template-rows: 770px;}
    .banner-grid .floating{position: absolute;max-width: 444px;width: 100%;object-fit: contain;height: auto;bottom: 0;left: 50%;transform: translateX(-50%);;}
    .banner-grid .grids{height: 100%;}
    .banner-grid .grids img{height: 100%;object-fit: cover;}

    .boxBottom{height: 200px;display: flex;align-items: center;text-transform: uppercase;}

    .boxBottom .all{display: flex;width: 100%;}

    .boxBottom .all .single{max-width: calc(100%/3);display: flex;width: 100%;flex-direction: column;justify-content: center;align-items: center;}

    .boxBottom .all .single.bordasLR{margin: 10px 0px;padding: 5px 15px;border-left: 2px solid #fff;border-right: 2px solid #fff;position: relative;}

    .boxBottom .all .single .box{display: block;margin: auto;}

    .boxBottom .all .single h2{font-size: 16px;padding-left: 50px;font-family: 'introBold';letter-spacing: 5px;}

    .boxBottom .all .single h2 span{font-family: 'introBold';}

    .boxBottom .all .single p{font-size: 14px;display: flex;align-items: center;letter-spacing: 2px;padding: 5px;}

    .boxBottom .all .single p img{max-width: 12px;margin-right: 10px;}

    

    /*Parallax*/

    .parallax{background-image: url('img/parallax/parallax1.png');height: 500px;background-size: cover;background-repeat: no-repeat;}

    

    /*about the signature / Localização*/

    .boxInf{}

    .boxInf .container{display: flex;justify-content: space-around;align-items: center;}

    .boxInf .box{}

    .boxInf .box.bordaL{border-left: 2px solid #D1945A;max-width: 650px;}

    .boxInf .box h2{margin-right: 35px;text-transform: uppercase;font-size: 18px;letter-spacing: 5px;}

    .boxInf .box p{padding-left: 35px;letter-spacing: 2px;line-height: 2;font-size: 12px;}

    

    /* Conheça Mais */

    .conhecaMais{}

    .conhecaMais .all{width: 100%;display: flex;height: 350px;}

    .conhecaMais .all.rowReverse{flex-direction: row-reverse;}

    .conhecaMais .all .single{max-width: calc(100%/2);width: 100%;height: 100%;}

    .conhecaMais .all .single .banner{height: 100%;}

    .conhecaMais .all .single .bg1{background-image: url('img/banner/1.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;}

    .conhecaMais .all .single .bg2{background-image: url('img/banner/3.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;}

    .conhecaMais .all .single .bg3{background-image: url('img/banner/2.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;}
    .conhecaMais .all .single .bg4{background-image: url('https://signatureroyalpark.com.br/home/wp-content/uploads/2023/03/RB2_Sao_Jose_Cozinha_HR.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;}

    .conhecaMais .all .single .boxLink{display: flex;flex-direction: column;align-items: center;background: #1e252d;color: #fff;height: 100%;justify-content: center;}

    .conhecaMais .all .single .boxLink h3{text-transform: uppercase;border-bottom: 1px solid;padding: 0 0 40px;margin: 0 0 40px;letter-spacing: 2px;font-size: 16px;font-family: 'introBold';}

    .conhecaMais .all .single .boxLink h3 span{font-family: 'introBold';}

    .conhecaMais .all .single .boxLink a{color: #1e252d;display: flex;align-items: center;text-transform: uppercase;background: #fff;padding: 15px 25px;}

    .conhecaMais .all .single .boxLink a:hover{background: #1e252d;color: #fff;border: 2px solid #fff;}

    .conhecaMais .all .single .boxLink a p{letter-spacing: 3px;font-size: 13px;font-family: 'introBold';}

    

    /*Contato*/

    .contato{background-image: url(./img/banner/Bannercontato.png);display: flex;align-items: center;background-position: right;background-size: 100%;background-repeat: no-repeat;position: relative;}

    .contato .imgContato{width: 100%;position: absolute;top: 0;}

    .contato h2{text-align: center;color: #4A596A;text-transform: uppercase;letter-spacing: 3px;}
	.contato .fone a{background: #1E252D;color: #D1945A;border: 1px solid #1E252D;margin: 15px auto;display: block;border-radius: 20px;width: 100%;max-width: 241px;text-align: center;padding: 10px 0;}
	.contato .fone a img{width:30px;padding-right:10px;}
    .contato .all{display: flex;align-items: center;justify-content: space-around;border-top: 2px solid #3D4B5B;border-bottom: 2px solid #3D4B5B;margin: 25px 0px;}

    .contato .all .single{max-width: calc(100%/2);margin: 30px 0;}

    .contato .all .bordeLeft{border-left: 2px solid #3D4B5B;padding-left: 150px;z-index: 4;}

    .contato .all .single .boxSocial{display: flex;flex-direction: column;}

    .contato .all .single .boxSocial a{margin: 10px;color: #fff;display: flex;align-items: center;}

    .contato .all .single .boxSocial a img{max-width: 40px;margin-right: 15px;}

    

    .textLeg .redeSocial{display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;margin-bottom: 1.5rem;}

    .textLeg .redeSocial .box{display: flex;align-items: center;}

    .textLeg .redeSocial h3{color: #fff;text-transform: uppercase;margin: 0 15px;}

    .textLeg .redeSocial .box a img{max-width: 40px;margin: 0px 5px;}

    

    /*RodaPe*/

    .textLeg{background: #1e252d;padding: 15px 0 0 0;}

    .textLeg .all{display: flex;flex-direction: row!important;align-items: center;border-bottom: 2px solid #3d4b5b;padding-bottom: 40px;margin-bottom: 40px;}

    .textLeg .all .single{}

    .textLeg .all .single p{max-width: 800px;margin-right: 50px;font-size: 10px;color: #fff;}

    .textLeg .all .single img{max-width: 150px;}

    .textLeg h5{text-align: center;color: #fff;}

    

    /*Pag Diferenciais/infraestrutura*/

    .menuTop{height: 100px;display: flex;align-items: center;justify-content: space-between;position: fixed;width: 100%;z-index: 1010;}

    .menuTop .all{display: flex;justify-content: space-around;width: 100%;}

    .menuTop .all img{max-width: 40px;}

    .menuTop .all .linkMenu, .menuTop .all .linkMenu2{display: flex;align-items: center;}

    .menuTop .all .linkMenu p{margin-left: 10px;text-transform: uppercase;font-size: 16px;}

    .menuTop .all .linkMenu2 a{margin: 0px 20px;text-transform: uppercase;font-size: 16px;color: #fff;}

    .menuTop .all .linkMenu2 a img{max-width: 10px;margin-right: 8px;}

    

    .imgFull{}

    .imgFull img{width: 100%;border-bottom: 5px solid #D1945A;}

    

    .diferenciais{display: flex;align-items: center;}

    .diferenciais .all{width: 100%;display: flex;align-items: center;border-bottom: 2px solid #3D4B5B;padding-bottom: 70px;}

    .diferenciais .all .single{max-width: calc(100%/2);width: 100%;}

    .diferenciais .all .single h2{font-size: 18px;text-transform: uppercase;letter-spacing: 5px;line-height: 1.5;font-family: 'introBold';}

    .diferenciais .all .single h2 span{font-family: 'introBold';}

    .diferenciais .all .single p{}

    

    /*Pag Diferenciais*/

    .pontosInfo{}

    .pontosInfo .all{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-around;}

    .pontosInfo .all .single{display: flex;align-items: center;height: 100px;}

    .pontosInfo .all .single img{max-width: 50px;}

    .pontosInfo .all .single .box{width: 400px;margin-left: 15px;display: flex;flex-direction: column;justify-content: flex-end;}

    .pontosInfo .all .single .box h3{text-transform: uppercase;font-size: 16px;margin: 0;}

    .pontosInfo .all .single .box p{}

    

    

    /*Pag infraestrutura*/

    .lazer{display: flex;align-items: center;}

    .lazer .all{width: 100%;display: flex;align-items: center;border-bottom: 2px solid #3D4B5B;padding-bottom: 70px;}

    .lazer .all .single{max-width: calc(100%/2);width: 100%;}

    .lazer .all .single h2{font-size: 18px;text-transform: uppercase;letter-spacing: 3px;line-height: 1.5;font-family: 'introBold';}

    .lazer .all .single h2 span{font-family: 'introBold';}

    .lazer .all .single p{}

    

    .areasComuns{}

    .areasComuns .infoPlanta{border-top: 2px solid #1e252d;padding-top: 70px;}

    .areasComuns .infoPlanta h2{color: #4A596A;text-align: center;text-transform: uppercase;}

    .areasComuns .infoPlanta img{}

    .areasComuns .infoPlanta .box{}

    .areasComuns .infoPlanta .box .all{border: 2px solid #D1945A;border-radius: 35px;height: 400px;}

    .areasComuns .infoPlanta .box .all .single{}

    .areasComuns .infoPlanta .box .all .single h3{text-transform: uppercase;color: #d1945a;;font-size: 20px;}

    .areasComuns .infoPlanta .box .all .single ul{}

    .areasComuns .infoPlanta .box .all .single ul li{color: #A9BAC7;letter-spacing: 2px;font-size: 12px;line-height: 35px;}

    

    .areasComuns{}

    .areasComuns h2{color: #4A596A;text-align: center;text-transform: uppercase;}

    .areasComuns img{}

    .areasComuns .all{display: flex;margin-top: 70px;}

    .areasComuns .textCent{align-items: center;justify-content: space-evenly;} 

    .areasComuns .all .boxPont{max-width: calc(100%/3);width: 100%;}

    .areasComuns .all .boxPont .single{display: flex;flex-direction: row;align-items: center;margin: 15px 0px;text-transform: uppercase;}

    .areasComuns .all .boxPont .single .numb{margin-right: 15px;width: 100%;max-width: 30px;height: 30px;background: #D1945A;color: #1F262E;display: flex;align-items: center;justify-content: center;border-radius: 50px;font-size: 16px;}

    .areasComuns .all .boxPont .single .info{width: 100%;text-transform: uppercase;letter-spacing: 0px;font-size: 12px;}

    

    /*Pag Plantas*/

    .page-template-template-planta .plantaTorre .container{text-align: center;border-top: 2px solid #3D4B5B;}

    .page-template-template-planta .plantaTorre h2{margin: 70px 0px 45px;font-family: 'introBold';} 

    .page-template-template-planta .plantaTorre h2 span{font-family: 'introBold';}

    

    /*Celular*/

    .card .card-header button{width: 100%;text-align: center;border: 2px solid #A9BAC7;background: unset;color: #fff;padding: 20px 15px;border-radius: 30px;font-size: 14px;margin: 5px 0px;}

    .card-body .block .info{text-align: center;height: auto;border: 2px solid #D1945A;border-radius: 30px;width: 100%;max-width: 100%;justify-content: center;align-items: center;margin: 30px auto;color: #fff;padding:15px 10px;display: flex;}

    .card-body .block .info span{color: #1e252d;height: 28px;border-radius: 100%;background: #ff9f43;font-weight: 900;width: 100%;max-width: 28px;display: flex;justify-content: center;align-items: center;margin-right: 10px;}

    

    /*---------------------------------------------------------------------------------------------------------*/

    .slick-prev::before, .slick-next::before {font-size: 35px!important;opacity: .90!important;}

    

    /*---------------------------------------------------------------------------------------------------------*/

    .arrow-container {position: absolute;bottom: -40px;width: 25px;/* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);cursor: pointer;height: 20px;}

    .arrow-down {height: 2px;background: #FFF;transform: rotate(45deg);transform-origin: 0% 0%;border-radius: 5px;}

    .arrow-down:after {content: '';position: absolute;width: 100%;height: 100%;bottom: 0;left: 100%;border-radius: 5px;background: #fff;transform: rotate(-90deg);transform-origin: 0% 100%;}

    

    @keyframes bounce {

    50% {

        transform: translateY(-15px);

      }

    }

    /*---------------------------------------------------------------------------------------------------------*/  

    #torreLegenda{opacity: 0;}

    .torreLegenda div{margin: 0px 20px;}

    .torreLegenda div p{color: #FFF;text-align: center;border: 2px solid #d1945a;padding: 20px 5px;width: 100%;max-width: 541px;margin: auto;border-radius: 50px;display: flex;align-items: center;justify-content: center;height: 75px;}

    .torreLegenda div p span{background: #d1945a;color: #1e252d;font-family: 'introBold';padding: 8px 9px;margin-right: 10px;border-radius: 100%;height: 40px;width: 40px;display: flex;align-items: center;justify-content: space-around;}

    .torreLegenda .slick-prev{left: 25px;z-index: 999;}

    .torreLegenda .slick-next {right: 0px;}

  

    #plantasImg{}

    #plantasImg .btnMenu{display: flex;align-items: center;justify-content: center;}

    #plantasImg .btnMenu button{font-family: 'introBold';background: #fff;border: unset;margin: 0px 40px;padding: 5px 15px;border-radius: 70px;font-size: 22px;text-transform: uppercase;}

  

    #btn-menu-torreI{}

    #btn-menu-torreI .btn-menu-planta{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-top: 50px;}

    #btn-menu-torreI .btn-menu-planta .all{flex-direction: row;width: 100%;display: flex;align-items: center;justify-content: center;}

    #btn-menu-torreI .btn-menu-planta .all .single{max-width: calc(100%/2);width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}

    #btn-menu-torreI .btn-menu-planta .all .single button{font-family: 'introBold';background: #fff;border: unset;margin: 10px 20px;padding: 5px 15px;border-radius: 12px;font-size: 18px;text-transform: uppercase;color: #1f262e;width: 100%;max-width: 310px;}

  

    #btn-menu-torreII{}

    #btn-menu-torreII .btn-menu-planta{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-top: 50px;}

    #btn-menu-torreII .btn-menu-planta .all{flex-direction: row;width: 100%;display: flex;align-items: center;justify-content: center;}

    #btn-menu-torreII .btn-menu-planta .all .single{max-width: calc(100%/3);width: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}

    #btn-menu-torreII .btn-menu-planta .all .single button{max-width: 300px;width: 100%;font-family: 'introBold';background: #fff;border: unset;margin: 10px 20px;padding: 5px 15px;border-radius: 12px;font-size: 18px;text-transform: uppercase;color: #1f262e;}

  

    .img-tI{}

    .img-tI .plantasTorre{}

    .img-tI .plantasTorre .btn-menu-tr-planta-informativo{border-top: 2px solid #3d4b5b;padding-top: 60px;margin: 50px 0px 0px;display: flex;align-items: center;justify-content: space-evenly;align-content: space-around;flex-direction: row;}

    .img-tI .plantasTorre .btn-menu-tr-planta-informativo div{margin: 0px 20px 30px;}

    .img-tI .plantasTorre .btn-menu-tr-planta-informativo div p{display: flex;color: #fff;text-transform: uppercase;}

    .img-tI .plantasTorre .btn-menu-tr-planta-informativo div p img{max-width: 12px;width: 100%;display: block;margin: auto 10px auto 0px;} 

    .img-tI .plantasTorre img{margin: 0px 0px 50px;}

  

  

    /*---------------------------------------------------------------------------------------------------------*/  

  

    .page-template-template-video .tittleVideo .marg {border-bottom: 2px solid #d1945a;margin: 50px auto 0px;padding: 0 0 10px;width: 100%;max-width: 660px;}

    .page-template-template-video .tittleVideo p{color: #FFF;text-align: center;font-size: 20px;text-transform: uppercase;}

    .page-template-template-video .tittleVideo .tittleTorre{display: flex;flex-direction: row;align-items: center;justify-content: space-evenly;margin: 35px 0px;color: #FFF;}  

    .page-template-template-video .tittleVideo .tittleTorre p{font-size: 18px;font-family: 'introBold';}

    .page-template-template-video .tittleVideo .tittleTorre p span{color: #d1925a;font-family: 'introBold';}

    .page-template-template-video .tittleVideo .video{margin: 40px 0;}

    .page-template-template-video .tittleVideo .video iframe{width: 100%;height: 500px;}

    .page-template-template-video .tittleVideo .rodape{height: 100px;display: flex;align-items: center;justify-content: center;}

    .page-template-template-video .tittleVideo .rodape a{margin: 0px 30px;color:#fff;}

    .page-template-template-video .tittleVideo .rodape a img{width: 100%;max-width: 40px;margin-right: 5px;}

    .page-template-template-video #contato .imgContato{display: none!important;}

    .page-template-template-video .contato {height: auto;padding-bottom: 46px;}

  

    /* Torres */

      .page-template-template-torre1-final1-video #contato,     

      .page-template-template-torre1-final2-video #contato, 

      .page-template-template-torre1-final3-video #contato, 

      .page-template-template-torre1-final4-video #contato, 

      .page-template-template-torre2-final1-video #contato, 

      .page-template-template-torre2-final2-video #contato, 

      .page-template-template-torre2-final3-video #contato, 

      .page-template-template-torre2-final4-video #contato, 

      .page-template-template-torre2-final5-video #contato, 

      .page-template-template-torre2-final6-video #contato 

      {display: none;}



      .page-template-template-torre1-final1-video .textLeg,

      .page-template-template-torre1-final2-video .textLeg,

      .page-template-template-torre1-final3-video .textLeg,

      .page-template-template-torre1-final4-video .textLeg,

      .page-template-template-torre2-final1-video .textLeg,

      .page-template-template-torre2-final2-video .textLeg,

      .page-template-template-torre2-final3-video .textLeg,

      .page-template-template-torre2-final4-video .textLeg,

      .page-template-template-torre2-final5-video .textLeg,

      .page-template-template-torre2-final6-video .textLeg

      {display: none;}

      

      .page-template-template-torre1-final1-video .tittleVideo ,

      .page-template-template-torre1-final2-video .tittleVideo ,

      .page-template-template-torre1-final3-video .tittleVideo ,

      .page-template-template-torre1-final4-video .tittleVideo ,

      .page-template-template-torre2-final1-video .tittleVideo ,

      .page-template-template-torre2-final2-video .tittleVideo ,

      .page-template-template-torre2-final3-video .tittleVideo ,

      .page-template-template-torre2-final4-video .tittleVideo ,

      .page-template-template-torre2-final5-video .tittleVideo ,

      .page-template-template-torre2-final6-video .tittleVideo 

      {height: 100vh;min-height: 700px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}

      

      .page-template-template-torre1-final1-video .tittleVideo .marg ,

      .page-template-template-torre1-final2-video .tittleVideo .marg ,

      .page-template-template-torre1-final3-video .tittleVideo .marg ,

      .page-template-template-torre1-final4-video .tittleVideo .marg ,

      .page-template-template-torre2-final1-video .tittleVideo .marg ,

      .page-template-template-torre2-final2-video .tittleVideo .marg ,

      .page-template-template-torre2-final3-video .tittleVideo .marg ,

      .page-template-template-torre2-final4-video .tittleVideo .marg ,

      .page-template-template-torre2-final5-video .tittleVideo .marg ,

      .page-template-template-torre2-final6-video .tittleVideo .marg 

      {color: #fff;text-transform: uppercase;font-size: 25px;border-bottom: 2px solid #d1945a;margin: 50px auto 0px;padding: 0 0 10px;margin-bottom: 50px;}

      

      .page-template-template-torre1-final1-video .video ,

      .page-template-template-torre1-final2-video .video ,

      .page-template-template-torre1-final3-video .video ,

      .page-template-template-torre1-final4-video .video ,

      .page-template-template-torre2-final1-video .video ,

      .page-template-template-torre2-final2-video .video ,

      .page-template-template-torre2-final3-video .video ,

      .page-template-template-torre2-final4-video .video ,

      .page-template-template-torre2-final5-video .video ,

      .page-template-template-torre2-final6-video .video      

      {width: 100%;}

      

      .page-template-template-torre1-final1-video .video iframe ,

      .page-template-template-torre1-final2-video .video iframe ,

      .page-template-template-torre1-final3-video .video iframe ,

      .page-template-template-torre1-final4-video .video iframe ,

      .page-template-template-torre2-final1-video .video iframe ,

      .page-template-template-torre2-final2-video .video iframe ,

      .page-template-template-torre2-final3-video .video iframe ,

      .page-template-template-torre2-final4-video .video iframe ,

      .page-template-template-torre2-final5-video .video iframe ,

      .page-template-template-torre2-final6-video .video iframe

      {width: 100%;height: 480px;}

    

    /* Fim Torres */



    .wpcf7 form.sent .wpcf7-response-output {color: #46b450!important;}

    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {margin: auto!important;border-color: #ffb900!important;max-width: 290px!important;font-size: 13.5px!important;color: #ffb900!important;}

    .wpcf7-spinner{display: none!important;}

/*Tour*/
.page-template-template-tour{background: #1e252d;}
.page-template-template-tour h2{    margin: 60px auto 10px;border-bottom: 5px solid #D1945A;max-width: 40%;padding: 0 0 5px 0;color: #fff;text-transform: none!important;}
.page-template-template-tour .corpo.space-top {padding-top: 182px;}
.page-template-template-tour #tour{}
/*fim Tour*/

    /* Galeria */

    .page-template-template-galeria .corpo{padding-top: 70px;}

    .page-template-template-galeria{background: #1e252d;}

    .page-template-template-galeria h2{margin: 40px 0 20px 5%;border-bottom: 5px solid #D1945A;max-width: 140px;padding: 0 0 5px 0;color: #fff;}

    .page-template-template-galeria .galeria{display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;}

    .page-template-template-galeria .galeria .single{max-width: calc(100%/4);height: 300px;width: 100%;background-size: cover;background-repeat: no-repeat;}

    .page-template-template-galeria .galeria .single a{position: relative;width: 100%;height: 300px !important;display: block;opacity: 0;}

    .page-template-template-galeria .galeria .single a:hover{opacity: 1;background: #000000ab;}

    .page-template-template-galeria .galeria .single a img{width: 100%;max-width: 50px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}



    /*Obras*/

    .obras h1{color: #fff;font-size: 2rem;}

    .obras h2{font-weight: 600;color: #fff;;text-transform: uppercase;font-size: 18px;margin-bottom: 5px;padding: 0px 11px;}

    .obras .paragrafo{font-size: 1.5rem;margin-bottom: 30px;color: #fff;}

    .obras .acumulado{font-weight: bold;color: #fff;}

    #videoObras iframe{width: 100%;height: 500px;}





    /*Barras de progresso*/

    .titulo{text-transform: uppercase;color: #fff;}

    .caixa-flex{display: flex;flex-direction: row;width: 100%;}

    .caixa span{font-size: 1.3rem;color: #fff;}

    .caixa{max-width: 100%;width: 40%;margin: 10px;}

    .caixa2{width: 31.3%;margin: 10px;}

    .caixa-progresso{height: 10px;background-color: #e4e4e4;}

    .progresso-zero{height: 100%;background-color: #D1945A;}

    .progresso-quatro{height: 100%;background-color: #D1945A;}

    .progresso-seis,.caixa-progresso .progresso{height: 100%;background-color: #D1945A;}

    .progresso-sete{height: 100%;background-color: #D1945A;}



    /*Carousel*/

    #space-total{margin-bottom: 70px;}

    .slider{margin-top: 15px;}

    .slider img{padding: 5px;}

    .titleObras{text-align: left;margin: 50px 0px 35px 0px;font-size: 28px;color: #fff;border-bottom: 4px solid #D1945A;max-width: 150px;padding: 0 0 5px 0;font-weight: bold;}

    .slider .slider-item{object-fit: cover;background-size: cover;background-position: center;background-repeat: no-repeat;height: 200px;margin: 5px 15px;}

    .slider2 .slider-item{object-fit: cover;background-size: cover;background-position: center;background-repeat: no-repeat;height: 200px;margin: 5px 15px;}

    .slider .slider-item .sombra{display: flex;justify-content: center;padding: 55px;background: linear-gradient(45deg, black, transparent);height: 100%;opacity: 0;}

    .slider .slider-item .sombra:hover{opacity: 1;}

    .slider .zoom{height:80px;position: absolute;z-index: 999;width: 80px;margin-top: 0;}

    .slider .zoom .imagem-zoom{}

    .prev2 {color: #999;position: absolute;top: 38%;left: 0;font-size: 1.5em;}

    .prev2 :hover {cursor: pointer;color: black;}

    .next2 {color: #999;position: absolute;top: 38%;right: 0;font-size: 1.5em;}

    .next2 :hover {cursor: pointer;color: black;}

    .prev {color: red;position: absolute;top: 38%;left: -15px;font-size: 1.5em;}

    .prev :hover {cursor: pointer;color: black;}

    .next {color: #999;position: absolute;top: 38%;right: 0;font-size: 1.5em;}

    .next :hover {cursor: pointer;color: black;}

/* Política de privacidade */
	.privacy-policy .conteudo{padding: 250px 0 0 0;}

/*página decorado*/
.page-template-template-decorado{background: #1e252d;}
  .decorado99 .corpo .galeria, .decorado120 .galeria {display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;}
  .decorado99 .corpo .galeria .single, .decorado120 .galeria .single {max-width: calc(100% / 4);height: 300px;width: 100%;background-size: cover;background-repeat: no-repeat;}
  .decorado99 .corpo .galeria .single a, .decorado120 .galeria .single a{    position: relative;width: 100%;height: 300px !important;display: block;opacity: 0;}
  .decorado99 {margin-top:100px;}
  .decorado99 .galeria .single a:hover, .decorado120 .galeria .single a:hover {opacity: 1;background: #000000ab;}
  .decorado99 .corpo .galeria .single a img, .decorado120 .galeria .single a img {width: 100%;max-width: 50px;position: absolute;top: 50%;left: 50%;  transform: translate(-50%, -50%);}
  .decorado99 h2, .decorado120 h2{margin: 40px 0 20px 5%;border-bottom: 5px solid #D1945A;max-width: 140px;padding: 0 0 5px 0;color: #fff!important;}


    @media only screen and (max-width: 991px) and (min-width: 768px) {

        .navbar-header, .navbar-collapse {margin: 0px -15px !important;}

        .navbar-collapse {border-top: 1px solid #e0e0e0;}

    }

    

    /*! COLAPSE MENU 991px !*/

    @media (max-width: 991px) {

        .hide991 {display: none !important;}

        .show991 {display: block !important;}

        .navbar-header { 

          float: none; 

        }

        .navbar-left,

        .navbar-right { 

          float: none !important;

        }

        .navbar-default{height: 182px;}
        .navbar .log2{right: 23%;}

        .navbar-default .navbar-nav > li > a {padding: 15px}

        .navbar-toggle { 

        margin: 16px 12px;

        display: block; 

        }

        .navbar-fixed-top { 

          top: 0; 

          border-width: 0 0 1px; 

        }

        .navbar-collapse.collapse { 

          display: none!important; 

        }

        .navbar-collapse.collapsing {overflow: hidden;}

        .navbar-nav { 

          float: none!important; 

        }

        .navbar-nav > li { 

          float: none;

        }

        .collapse.in { 

          display:block !important;

        }

        .navbar{background: #1f262e;}

        /*Thema*/

        .container {padding-right: 15px!important;padding-left: 15px!important;}

        .imgPc, .pc{display: none;}

        .imgCel, .mobli{display: block;}

        .space {padding-top: 30px;padding-bottom: 30px}

        .space-top {padding-top: 30px;}

        .space-bottom {padding-bottom: 30px;}

    

        .imgFull img {height: 100%;}

    

        .container > .navbar-header{margin-left: 0px;margin-right: 0px;}

        .navbar .container{display: unset;}

        .navbar .navbar-header .logo img{display: none;}

        .bannerTop{height: 760px;}

        .bannerTop .box {flex-direction: column-reverse;align-items: center;margin-top: 30px;}

        .bannerTop .box .form {text-align: center;z-index: 9998;}
		.form .ir{color: #1E252D;}

        .bannerTop .box .bannerLog {margin-left: 0px;margin-bottom: 0px;}

        .boxBottom .all .single p {justify-content: center;font-size: 12px;padding: 10px 0px;max-width: 210px;}

    

        .boxBottom {height: 400px;}

        .boxBottom .all {flex-direction: column;}

        .boxBottom .all .single {max-width: calc(100%/1);}

        .boxBottom .all .single.bordasLR {margin: 10px 0px;padding: 25px 15px;border-top: 2px solid #fff;border-bottom: 2px solid #fff;border-left: unset;border-right: unset;}

        .boxBottom .all .single h2 {padding-left: 0px;line-height: 1.5;}

    

        .conhecaMais .all {height: 500px;flex-direction: column!important;}

        .conhecaMais .all .single {max-width: calc(100%/1);}

        .conhecaMais .all .single .boxLink {justify-content: center;}

        .conhecaMais .all .single .boxLink h3 {padding: 0 0 30px;margin: 0;text-align: center;font-size: 16px;width: 100%;max-width: 300px;}

        .boxInf .box h2 {margin: 0px;padding: 0px;}

    

        .boxInf .container{flex-direction: column;}

        .boxInf .box.bordaL{border-top: 2px solid #D1945A;border-left: unset;padding-top: 20px;margin-top: 20px;}

    

        .contato .all{flex-direction: column;padding: 20px 0px;margin: 20px 0px;border-top: unset;}

        .contato .all .single{margin: 0;max-width: 100%;}

        .contato .all .bordeLeft{padding: 0;border: unset;margin: 0px;}

        .contato .all .single .boxSocial{flex-direction: column;}

    

        .contato .redeSocial{flex-direction: column;}

        .contato .redeSocial h3{text-align: center;margin-bottom: 15px;}

    

        .textLeg .all {flex-direction: column-reverse!important;}

        .textLeg .all .single p{margin-right: 0;margin-bottom: 15px;font-size: 7px;}

        .textLeg .all .single img {margin-bottom: 30px;}

    

    

        /* .menuTop {height: 120px;}     */

        .menuTop {height: 190px;} 

        .menuTop .all{flex-direction: column;align-items: center;height: 155px;}

        .menuTop .all .linkMenu2{margin: 25px;align-items: flex-start;flex-direction: column;width: 100%;}

        .menuTop .all .linkMenu2 a {font-size: 12px;margin: 5px 20px;}

        .pontosInfo .all .single {max-width: 100%;margin: 10px 0px;}

        .diferenciais .all{flex-direction: column;}

        .diferenciais .all .single {max-width: calc(100%/1);}

        .diferenciais .all .single h2 {font-size: 18px;text-align: center;margin-bottom: 30px;line-height: 1.3;}

    

        .lazer .all{flex-direction: column;}

        .lazer .all .single {max-width: calc(100%/1);}

        .lazer .all .single h2 {font-size: 17px;text-align: center;margin-bottom: 20px;}

    

        .areasComuns .all {flex-direction: column; align-items: flex-start;padding: 0px 10px;}

        .areasComuns .all .boxPont {max-width: calc(100%/1);width: 100%;}

        .areasComuns .infoPlanta .box .all {height: auto;padding: 20px 0px;margin: 30px 0px;width: 100%;}

        .areasComuns .infoPlanta .box .all .single {width: 100%;}

        .areasComuns .infoPlanta .box .all .single h3 {text-align: center;}

    

        .page-template-template-planta .plantaTorre h2 {font-size: 21px;}

    

        /* .imgFull {padding-top: 120px;} */

        .imgFull{padding-top: 65px;}

        .card-body .block .info{max-width: 85%;}

        .card-body .block .slick-next{right:0px}

        .card-body .block .slick-prev{left:0px}

    

        .page-template-template-video .tittleVideo .tittleTorre {flex-direction: column;}

        .page-template-template-video .tittleVideo p {margin: 10px;}

        .page-template-template-video .tittleVideo .video {margin: 0px 0;}

        .page-template-template-video .tittleVideo .video iframe {height: 300px;}

        

  

        #btn-menu-torreI .btn-menu-planta .all {flex-direction: column;}

        #btn-menu-torreI .btn-menu-planta .all .single {max-width: calc(100%/1);}

        #btn-menu-torreI .btn-menu-planta .all .single button {width: 100%;}

        #btn-menu-torreII .btn-menu-planta .all {flex-direction: column;}

        #btn-menu-torreII .btn-menu-planta .all .single {max-width: calc(100%/1);}

        #btn-menu-torreII .btn-menu-planta .all .single button {width: 100%;}

        

        .img-tI .plantasTorre .btn-menu-tr-planta-informativo {flex-direction: row;flex-wrap: wrap;}

        .img-tI .plantasTorre .dedo{text-align: center;background: #fff;border-radius: 6px;height: auto;font-size: 18px;text-transform: uppercase;font-family: 'introBold';margin-top: 10px;}

        .img-tI .plantasTorre .dedo p{font-family: 'introBold';padding: 5px 15px;font-size: 18px;text-transform: uppercase;}

  

        .torreLegenda .slick-prev {left: 30%;}

        .torreLegenda .slick-next {right: 30%;}

        .torreLegenda .slick-prev, .torreLegenda .slick-next {top: 150%!important;}

        .page-template-template-video .tittleVideo .marg {margin: 49px 0px 0px;}

        .torreLegenda div {margin: 0px auto;}

        .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {display: none;}



        /* Galeria */

        .page-template-template-galeria .corpo{padding-top: 180px;}

        .page-template-template-galeria .galeria .single {max-width: calc(100%/1);}



        /* Obras */

        .caixa-flex .caixa{width: 100%;}

        .caixa-flex .caixa2{width: 100%;}

        .caixa-flex{display: flex;flex-direction: column;width: 100%;padding-right: 10px;}

        #videoObras iframe{width: 100%;height: 250px;}



        .dropdown-menu.hide991{background: #1f262e;width: 100%;}

    }

    @media (max-width: 991px) and (min-width: 768px) {

        .navbar-collapse {padding: 0px}

        .navbar-nav {margin: 0px;}

    }

    @media screen and (max-width: 767px) {

        .navbar-nav {margin-bottom: 0px;margin-top: 0px}
		.fixo2{left: 80%;}
		.fixo{left:81%}
		.contato{background-size: auto;}
    }

    

    @media screen and (max-width: 767px) {

        .parallax {background-position-x: -680px;}

    }

    /*! FIM COLAPSE 991px !
     * /* =========================
   COOKIE BANNER
   ========================= */

.cookie-banner {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 420px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0 10px 30px rgba(14, 64, 67, 0.15);
    z-index: 9999;
    font-family: "Gotham-Book", sans-serif;
    color: #0E4043;
    animation: cookieFadeUp .6s ease;
}

/* Oculto */
.cookie-banner.hidden {
    display: none;
}

/* Título */
.cookie-banner h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
}

/* Texto */
.cookie-banner p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Link */
.cookie-banner p a {
    color: #1e252d;
    text-decoration: underline;
    transition: opacity .3s ease;
}

.cookie-banner p a:hover {
    opacity: .75;
}

/* Botões */
.cookie-banner .buttons {
    display: flex;
    gap: 12px;
}

.cookie-banner button {
    flex: 1;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 0.75rem;
    font-family: "Gotham-Book", sans-serif;
    cursor: pointer;
    transition: all .3s ease;
}

/* Aceitar */
#aceitar-cookies {
    background:#1e252d;
    color: #fff;
}

#aceitar-cookies:hover {
    background: #11161c ;
}

/* Recusar */
#recusar-cookies {
    background: #F2F6F6;
    color: #000;
}

#recusar-cookies:hover {
    background:#11161c;
	color: #ffff
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 768px) {
    .cookie-banner {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: unset;
        padding: 20px;
        border-radius: 14px;
    }

    .cookie-banner h3 {
        font-size: 0.9rem;
    }

    .cookie-banner p {
        font-size: 0.8rem;
    }

    .cookie-banner button {
        font-size: 0.7rem;
        padding: 9px 0;
    }
}

/* =========================
   ANIMAÇÃO SUTIL
   ========================= */

@keyframes cookieFadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.privacy {
  background: #fff;
  color: #000;;
}

.privacy .container {
    margin: 0 auto;
    padding: 80px;
    border-radius: 8px;
}

.privacy img {
    margin: 0px auto 0;
    width: 21%;

}

.privacy h1 {
    font-size: 2.2em;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
	margin-top: 30px;
	display: flex;
    justify-content: center;
}
	
	.privacy h1::before,
	.privacy h1::after {
		display: none
	}

.privacy h2 {
    font-size: 1.5em;
    color: #1e252d;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #1e252d;
    padding-left: 10px;
}

.privacy p {
    margin-bottom: 15px;
    color: #000;
    text-align: justify;
}

.privacy p a {
  color: #0693e3;
}

.privacy ul {
    padding-left: 0; 
    margin-bottom: 20px;
}

.privacy li {
    list-style: none;  
    position: relative;  
    padding-left: 20px; 
    margin-bottom: 10px;        
    color: #555555;
}

.privacy li::after {
    content: '';            
    position: absolute; 
    left: 0;
    top: 8px; 
    height: 8px; 
    width: 8px;
    background-color: #0693e3;
    border-radius: 50%;
}

/* --- Estilos para tablets --- */
@media (max-width: 992px) {
  .privacy .container {
    padding: 20px;
  }

  .privacy h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .privacy h2 {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 12px;
    padding-left: 8px;
    border-left-width: 3px;
  }

  .privacy p {
    font-size: 0.95em;
    margin-bottom: 12px;
  }

  .privacy li {
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 0.95em;
  }

  .privacy li::after {
    height: 7px;
    width: 7px;
    top: 7px;
  }
}

/* --- Estilos para mobile --- */
@media (max-width: 576px) {
  .privacy .container {
    padding: 15px;
  }

  .privacy img {
    width: 34%;
  }

  .privacy h1 {
    font-size: 1.5em;
    margin-bottom: 12px;
    margin-top: 150px;
  }

  .privacy h2 {
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 6px;
    border-left-width: 3px;
  }

  .privacy p {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .privacy ul {
    margin-bottom: 15px;
  }

  .privacy li {
    padding-left: 16px;
    margin-bottom: 6px;
    font-size: 0.9em;
  }

  .privacy li::after {
    height: 6px;
    width: 6px;
    top: 6px;
  }
}

@media (max-width: 380px) {
    .privacy img {
        width: 51%;
    }
}
