@font-face{
    font-family: transducer;
    src: url("./font/transducer-regular.otf")
}

*{
    font-family: 'transducer';
    font-size: 1rem;
    margin: 0;
    box-sizing: border-box;
}

body, html{
    overflow-x: hidden;
}

body{
    width: calc(100vw);
    box-sizing: border-box;
    color: #000;
    overflow-x: hidden;
    background-color: #0a1814;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: transparent;           /* width of the entire scrollbar */
}

body::-webkit-scrollbar-thumb{
    cursor: pointer;
    background: #0046ff;
}
body{
    position: absolute;
}

body main{
    position: relative;
    z-index: 0;
}

body header{
    width: 100%;
    background-color: #fff;
    /*position: absolute;
    top: 0;
    z-index: 1;*/
}


p{
    margin: 0px;
}

/* BACKGROUNDS */
.bg-gray-ligth{
    background-color: #f2f2f2 ;
}

.bg-image{
    background-image: url('./img/1.webp');
    background-size: cover;
    background-position: center;

}


/*NAVBAR header*/
.nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 85px;
    /*position: fixed !important;*/
    text-align: center;
    background-color: transparent;
    color: #000;
    transition: all 1s ease-out;
}

.nav div.logo {
    float: left;
    width: auto;
    height: max-content;
}

.nav div.logo img{
    max-width: 100px;
    margin-top: 12px;
}

.contact-header{
     max-height: 30px;
}

/*CONTAINER-VENDAS*/
.container-vendas{
    width: 100%;
    min-height: calc(100vh - 85px);
    min-height: 750px;
    display: flex;
    flex-direction: column-reverse;
}

/*info vendas*/
.info-vendas{
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: #054676;
}

.info-vendas h1 span{
    font-size: 40px;
    color: #c5a47e;
}

.container-vendas .info-vendas blockquote{
    width: 100%;
    margin-top: 20px;
    padding: 1rem;
    border-radius: 5px;
    border-color: #ffffffa2;
    box-shadow: 0 0 5px rgba(253, 253, 253, 0.707) , 0 0 5px rgba(188, 188, 188, 0.7) , 0 0 5px #ffffffa9 , 0 0 5px #ffffffbd , 0 0 5px #fcfcfccf;
}

.box-ligthing{
    background-color: black;
    margin-top: 20px;
    padding: 1rem;
    border-radius: 5px;
    border-color: #ffffffa2;
    box-shadow: 0 0 5px rgba(253, 253, 253, 0.707) , 0 0 5px rgba(188, 188, 188, 0.7) , 0 0 5px #ffffffa9 , 0 0 5px #ffffffbd , 0 0 5px #fcfcfccf;
}

.btn-contact{
    margin-top: 20px;
    text-decoration: none;
    width: max-content;
}

#btn-header{
    text-decoration: none;
}

#btn-header button{
    border: none;
    border-radius: 30px;
    padding: 1rem;
    background-color: #0fd439;
    color: #fff;
    width: 250px;
    font-weight: 700;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#btn-header button:hover{
    cursor: pointer;
}

.svg-button{
    width: 20px;
    margin-right: 10px;
    fill: #fff;
}

.btn-contact:hover{
    text-decoration: none;
}

.btn-contact:hover .svg-button{
    fill: #0fd439;
    transition: all 0.5s;
}

.btn-contact button{
    border: none;
    border-radius: 30px;
    padding: 1rem;
    background-color: #0fd439;
    color: #fff;
    width: 250px;
    font-weight: 700;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-contact button:hover{
    cursor: pointer;
    background-color: #fff;
    color: #0fd439;
    transition: all 0.5s;
    text-decoration: none;
}

.container-vendas .info-vendas a button i{
    margin-right: 10px;
}

.container-vendas .info-vendas p{
    width: max-content;
}



/*CONTAINER-VIDEO*/
.container-video{
    width: 100%;
    height: 100%;
    min-height: 40vh;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
    background-image: url(img/loteamento/1.webp);
    background-size: cover;
}

.container-video img{
    width: 100%;
    position: relative;
    z-index: 0;
}

.container-video a{
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: calc(50% - 32px);
    top:  calc(50% - 32px);
    z-index: 1;
    line-height: .03125em;
}

.fa-circle-play{
    color: #ffffff;
    font-size: 4rem;
}

.container-vendas .container-video blockquote{
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    display: none;
}

.container-vendas .container-video blockquote h2, .container-vendas .container-video blockquote h3{
    font-size: 40px;
    padding: 0.3rem;
    border-radius: 5px;
    background-color: #0046ff;
}

/* INFRAESTRUTURA */
.info-infra{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 15px;
}

.infra h2{
    color: #fff;
    font-size: 46px;
}

/*CARD-INFRA*/
.card-infra{
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    background-color: #ffffff  ;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

}

.card-infra h3{
    color: #000;
    font-size: 20px;
}

.card-infra img{
    width: 30px;
}

.beneficios{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #fff;
}

.beneficios-text{
    padding: 20px 16px;
    
}




/*MAPA*/
.img-mapa{
    width: 100%;
    height: 100%;
}

/* STATUS OBRA */
.status-obra{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.status-obra img{
    display: none;
}

/*15 anos*/
.status-obra .status-info .anos-exp {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.status-obra .status-info .anos-exp h2{
    font-size: 1.5rem;
    color: #fff;
    box-shadow: #000 5px ;
}

.status-obra .status-info .anos-exp span{
    font-size: 2rem;
    color: #cdd1d8 ;
}

/* PROGRESS BAR */
.progress{
    border-radius: 20px;
}
.progress .progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 20px;
}

/*100%*/
.progress .progress-bar-100{
    width: 100%;
    background-color: #0fd439;
    animation: progress-animation-100 2s linear;
}

@keyframes progress-animation-100{
    0% { width: 0%; } 
    100% { width: 100%}
}

/*SLIDER*/

.swiper-area{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem;
    background-color: #ffffff;
}

.swiper-area .mySwiper{
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
}

.swiper-slide{
    box-shadow: 2px 2px 5px #000;
}

.swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-prev, .swiper-button-next{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #fff;
    border-radius: 100%;
    --swiper-navigation-size: 22px
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,30px);
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,35px);
    left: auto;
}

/*location*/
.location h3{
    text-align: center;
}
.location iframe{
    width: 100%;
}

.location .informations-contact{
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.informations-contact-2{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location .informations-contact .data-contact{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    gap: 15px;
}

.data-contact a, .data-contact p{
    text-decoration:  none; 
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    box-sizing: border-box;
}

.data-contact svg{
    fill: #fff
}

/*SCROLL TOP */
html{
    scroll-behavior: smooth;
}

.scroll-top button{
    border: none;
    outline: none
}

.button-scroll {
    width: 35px;
    height: 35px;
    background: #0046ff;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    transition: all .3s ease-in-out;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-scroll button {
    border: none;
    outline: none;
}

.button-scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%);
    border: none;
    outline: none;
}

.button-scroll:hover{
    cursor: pointer;
}

/*whatsapp*/
.whatsapp button{
    border: none;
    outline: none;
}

.button-wpp {
    width: 54px;
    height: 54px;
    background: transparent;
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 99;
    transition: all .3s ease-in-out;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-wpp button {
    border: none;
    outline: none;
}

.button-wpp:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    right: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%);
    border: none;
    outline: none;
}

.button-wpp:hover{
    cursor: pointer;
}

.jumping {
    animation: jump 3s infinite ease-in-out;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

/*FOOTER*/
#separate{
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.37);
    position: relative;width: 100%;
}

footer{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

footer span, footer p {
    width: max-content;
    max-width: 100%;
}

[data-aos="roll-in-left"] {
    -webkit-transform: translateX(-800px) rotate(-540deg);
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
}

[data-aos="roll-in-left"].aos-animate {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 1;
}

/* MEDIA QUERIES*/
@media screen and (max-width:768px) {
    .swiper-slide img {
        max-height: 250px;
        width: 500px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

@media screen and (min-width: 768px){
    .container-vendas{
        width: 100%;
        height: calc(100vh - 85px);
        display: flex;
        flex-direction: row;
    }
    
    /*info vendas*/
    .info-vendas{
        width: 50%;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        background-color: #054676;
    }

    .container-vendas .container-video blockquote{
        display: block;
    }

    /*infraestrutura*/
    .info-infra{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 80px;
    }

    .info-infra .card-infra{
        width: 210px;
    }
    
    .info-infra .card-infra:nth-child(1), .info-infra .card-infra:nth-child(3), .info-infra .card-infra:nth-child(5){
        position: relative;
        bottom: 60px;
    }

    .info-infra .card-infra:nth-child(2), .info-infra .card-infra:nth-child(4){
        position: relative;
        top: 40px;
    
    }
    
    /*mapa */
    .img-mapa{
        width: 80%;
        height: 100vh;
    }

    /*beneficios*/
    .beneficios{
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #fff;
    }

    .beneficios-text{
        padding: 15px;
    }

    /*status obra*/
    .status-obra img{
        width: 600px;
        display: block;
    }

    .status-info{
        padding-left: 100px;
        width: 50%;
    }

    /* progress*/
    .status-progress{
        width: 80%;
    }

    .status-progress .container-progress{
        max-width: 100%;
        margin-top: 15px;
    }

    /*location*/
    .location .informations-contact{
        padding: 50px 200px;
    }

    .location .informations-contact .data-contact{
        flex-wrap: wrap;
        max-height: 80px;
    }

    /*swiper*/
    .swiper-area .mySwiper{
        width: 70%;
    }

    .bg-image{
        background-image: url('./img/1.webp');
        background-size: cover;
        background-position: center;
    }

    footer{
       flex-direction: row;
       justify-content: space-around; 
    }
}




@media screen and (min-width:300px) and (max-width: 490px) {
    .container-vendas{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .container-video{
        height: 150px
    }
}

/*pulsate*/
.pulsate-fwd {
	-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        animation: pulsate-fwd 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-fwd {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}



.pin-icon{
    display: flex;
    justify-content: center;
}

.pin-icon img{
    max-width: 35px;
}

.entradas p{
    font-size: 18px;
}