@import url('fonts.css');

:root{
    --titulo: 'CaviarDreams';
    --texto: 'Euclid Circular';
    --colorCafe: #7E5E4A;
    --colorOscuro: #373737;
    --colorLigth: #EDEDED;
}

/* ANCHOR Estilos globales */
*, * * {
    font-family: var(--texto);
    /* box-sizing: border-box; */
}
@media(min-width:1800px){
    *{
        font-size: 1.2rem;
    }
}
html, body{
    width: 100%;
    overflow-x: hidden;
    max-width: 1920px;
    margin: auto;
}
h1,h2,h3,h4{
    font-family: var(--titulo);
    color: var(--colorCafe);
    font-weight: bold;
}


/* ANCHOR Variables globales */
.float-whats{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
}
.titulo{
    font-size: 3.5rem;
    color: var(--colorCafe);
}
.subtitulo{
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 15px;
}

@media(max-width:1600px){
    .titulo{
        font-size: 2.7rem;
    }
    .subtitulo{
        font-size: 1.5rem;
        letter-spacing: 10px;
    }
}
@media(max-width:680px){
    .titulo{
        font-size: 1.8rem;
    }
    .subtitulo{
        font-size: 1.2rem;
        letter-spacing: 5px;
    }
}

.cuadro{
    clip-path: polygon(0% 0%, 0% 100%, 14% 100%, 13% 14%, 87% 14%, 88% 86%, 11% 87%, 7% 100%, 100% 100%, 100% 0%);
}

.boton{
    border: solid 1px var(--colorCafe);
    letter-spacing: 10px;
    text-transform: uppercase;
    color: var(--colorCafe);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    display: flex;
    align-items: center;
    width: max-content;
}
@media(max-width:520px){
    .boton{
        letter-spacing: 5px;
    }
}
.boton *{
    margin-left: 1rem;
}

/* SWIPER */
.control-swiper{
    background-color: rgba(255, 255, 255, 0.6);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ANCHOR banner */
.banner{
    transition: transform 0.2s;
}
.animation{
    transition: transform 1s;
}

.banner__info{
    top: 39%;
    text-shadow: 0 0 10px white;
}
.banner__info--contacto h1{
    color: #000000cb;
}

@media (max-width:1250px){
   .banner__info{
        top: 50%;
   }
}
.banner__title{
    font-size: 3.2rem;
}
.banner__subtitle{
    font-size: 2rem;
    letter-spacing: 15px;
}

@media(max-width:962px){
    .banner__title{
        font-size: 3rem;
    }
    .banner__subtitle{
        font-size: 1.7rem;
    }
}
@media(max-width:580px){
    .banner__title{
        font-size: 2.5rem;
    }
    .banner__subtitle{
        font-size: 1.2rem;
        letter-spacing: 8px;
    }
}

.banner__image{
    z-index: -1;
}

/* ANCHOR - INICIO */
.simplifica{
    position: relative;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.simplifica__header{
    height: min-content;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.simplifica__header .titulo, .simplifica__header .subtitulo{
    padding-left: 2.5rem;
}
.simplifica__header .titulo{
    padding-top: .5rem;
}
.simplifica__header .cuadro{
    background: var(--colorCafe);
    opacity: .1;
    height: 160px;
    width: 160px;
    position: absolute;
}
.simplifica__texto{
    margin: 3.5rem 0;
    margin-top: 5.7rem;
    width: 30%;
    text-align: justify;
}
@media(max-width:768px){
    .simplifica__texto{
        width: 55%;
    }
}
@media(max-width:540px){
    .simplifica__texto{
        width: 100%;
    }
}

.simplifica__picture{
    display: block;
    margin-top: -25rem;
    width: 65%;
}
.simplicate__image{
    width: 100%;
}

@media(max-width:768px){
    .simplifica__picture{
        margin-top: 0rem;
        width: 70%;
    }
}

@media(max-width:885px){
    .amenidades__article{
        position: relative !important;
        width: 90% !important;
        margin: auto;
    }
}

.amenidades__lista{
    list-style: none;
    font-size: 1.2rem;
}

@media(max-width:885px){
    .amenidades__lista{
        text-align: left;
        padding-left: 0;
    }
}

.amenidades__lista__item{
    margin-bottom: 1rem;
}
.amenidades__lista__icon{
    width: 1.5rem;
    margin: 0 1rem;
}


@media(max-width:520px){
    .contactanos__banner{
        display: block;
        height: 200px;
    }
    .contactanos__banner img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
.contactanos__article{
    bottom: 20%;
}
@media(max-width: 768px){
    .contactanos__article h2{
        margin: 7px !important;
    }
    .contactanos__article p{
        font-size: 1rem;
    }
    .contactanos__article img{
        width: 35px;
    }
}
.contactanos__iconwhatsapp{
    width: 60px;
}

.disfruta__minimapa{
    position: absolute;
    right: 0;
    bottom: -20%;
    width: 45%;
}

@media(max-width:820px){
    .disfruta__minimapa{
        left: 0;
        top: 20%;
    }
}
@media(max-width:520px){
    .disfruta__minimapa{
        left: 0;
        top: 10%;
    }
}

.disfruta__article{
    top: 25%;
    width: 60%;
}

@media(max-width:820px){
    .disfruta__article{
        position: relative !important;
        width: 100%;
        margin-top: 4rem;
    }
}
@media(max-width:520px){
    .disfruta__article{
        position: relative !important;
        width: 100%;
        margin-top: 5rem;
    }
}

.disfruta__article__header{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}


.disfruta__article__header .cuadro{
    background-color: var(--colorCafe);
    opacity: .1;
    height: 200px;
    width: 200px;
}

@media(max-width:760px){
    .disfruta__article__header .cuadro{
        width: 100px;
        height: 100px;
    }
}

.disfruta__article__header .titulo{
    position: absolute;
    left: 100px;
}
@media(max-width:720px){
    .disfruta__article__header .titulo{
        left: 50px;
        font-size: 1.45rem;
    }
}



.disfruta__lista{
    width: 60%;
}
@media(max-width:768px){
    .disfruta__lista{
        width: 90%;
    }
}
.disfruta__lista li i{
    padding-right: 10px;
    margin-top: 5px;
    color: var(--colorCafe);
    opacity: .5;
}
.disfruta__lista .fw-bold{
    color: var(--colorCafe);
}
.disfruta__lista li{
    text-align: justify;
}

.maingaleria{
    margin-top: 10rem;
    margin-bottom: 5rem;
}
@media(max-width: 768px){
    .maingaleria{
        margin-top: 4rem;
    }
}

.maingaleria .swiper-slide img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.swipermain{
    position: relative;
}

.maingaleria__controles{
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}



/*ANCHOR - FOOTER*/
.footer {
    color: white;
    text-align: center;
}
.footer__logo{
    width: 130px;
}
.footer__container{
    padding: 1.7rem;
    background-color: var(--colorOscuro);
}
.footer__nav{
    text-transform: uppercase;
    padding: 1.3rem;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.534);
}
@media(max-width:520px){
    .footer__nav{
        flex-direction: column;
    }
}
.footer__nav .nav-link{
    padding: 0 1rem;
}
.footer__otros{
    padding: 1.3rem 0;
    margin: auto;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.534);
}
.footer__otros .nav-link{
    text-align: start;
    padding: 0 2rem;
}
.footer__otros .nav-link i {
    padding-right: 1rem;
}
@media(max-width:800px){
    .footer__otros{
        flex-direction: column;
    }
    .footer__otros .nav-link{
        padding-bottom: 1rem;
    }
}
.footer__otros .nav-link:nth-child(1){
    width: 400px;
}
.footer__copy{
    background-color: var(--colorCafe);
}



/* ANCHOR - PROYECTOS */
@media (min-width:1440px) {
    .banner__image {
        width: 100%;
    }

    .banner--proyecto .banner__image img {
        display: block;
        height: 110vh !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: bottom;
    }

    .banner__chica {
        position: absolute;
    }

    .shadow-white-banner {
        display: block;
        position: absolute;
        top: 0;
        height: 35%;
        width: 100%;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7315301120448179) 60%, rgba(249, 245, 245, 0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7315301120448179) 60%, rgba(249, 245, 245, 0) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7315301120448179) 60%, rgba(249, 245, 245, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f9f5f5", GradientType=1);
    }
    .shadow-white-banner--proyecto{
        display: block;
        position: absolute;
        top: 0;
        height: 35%;
        width: 100%;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7679446778711485) 23%, rgba(249,245,245,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7679446778711485) 23%, rgba(249,245,245,0) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7679446778711485) 23%, rgba(249,245,245,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9f5f5",GradientType=1);
    }
}


.banner__info--proyecto{
    top: 18%;
}

@media (min-width:1378px){
    .banner__info--proyecto .banner__title{
        font-size: 3rem;
    }
    .banner__info--proyecto .banner__subtitle{
        font-size: 2rem !important;
    }
}

@media(max-width:1200px){
    .banner--proyecto{
        margin-bottom: 300px;
    }
    .banner__info--proyecto{
        padding: 0 1rem;
        top: 100%;
    }

}
@media(max-width:780px){
    .banner--other{
        margin-bottom: 200px;
    }

}

.elegirnos__header{
    margin-top: 4rem;
}

@media(max-width:800px){
    .elegirnos__header{
        width: 75% !important;
        text-align: left !important;
    }
}

.elegirnos__header .titulo{
    padding-left: 1rem;
}
.elegirnos__header .cuadro{
    top: -1.5rem;
    height: 100px;
    width: 100px;
    background-color: var(--colorCafe);
    opacity: .1;
}
@media(max-width:800px){
    .elegirnos__header .cuadro{
        top: -1rem;
    }
}

.elegirnos__lista{
    margin: 4rem 0;
    list-style: none;
    padding-left: 0;
}
.elegirnos__lista__item img{
    height: 70px;
    margin-bottom: 1.5rem;
}
.elegirnos__lista__item p{
    margin-top: 1rem;
    text-align: center;
    padding: .5rem;
}

@media(min-width:800px){
    .potencializa__article{
        position: absolute;
        top: 30%;
    }
}


.bucerias__article{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    width: 60%;
    top: 0;
    left: 0;
    right: 0;
}

@media(max-width:800px){
    .bucerias__article{
        width: 90%;
    }
}

.bucerias__article .titulo{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.bucerias__article .cuadro{
    position: absolute;
    z-index: -1;
    background-color: var(--colorCafe);
    opacity: .4;
    display: block;
    height: 150px;
    width: 150px;
}

@media (max-width:800px) {
    .bucerias__article .titulo{
        font-size: 2rem;
    }
    .bucerias__article .subtitulo{
        font-size: 1rem;
    }
}

@media(max-width:600px){
    .bucerias__article .cuadro{
        display: none;
    }
    .bucerias__article .titulo{
        font-size: 1rem;
        margin-bottom: .6rem;
    }
    .bucerias__article .subtitulo{
        font-size: .8rem;
        letter-spacing: 3px;
    }
}

.swiperproyecto{
    position: relative;
}
.swiperproyecto .control-swiper{
    background-color: var(--colorLigth);
    opacity: .8;
    position: absolute;
    bottom: 43%;
    z-index: 1;
}
@media(max-width:768px){
    .swiperproyecto .control-swiper{
        bottom: 36%;
    }
}
@media(max-width:520px){
    .swiperproyecto .control-swiper{
        display: none;
    }
}
.swiperproyecto .plantas__controles__next{
    right: 0;
}
.swiperproyecto .plantas__controles__back{
    left: 0;
}
/* ANCHOR - CONTACTO */

.contacto{
    margin-bottom: 4rem;
}

.contacto__header{
    text-align: center;
}
.contacto__form .boton{
    margin: auto;
}

@media (min-width:768px) {
    .contacto__form{
        width: 60%;
        margin: 2rem auto;
    }
}
@media (min-width:1250px){
    .contacto__form{
        width: 40%;
        margin: 1rem 0;
    }
    .contacto__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 4rem;
        margin-bottom: 4rem;
        text-align: start;
    }
    .contacto__header .titulo,
    .contacto__header .subtitulo{
        padding-left: 75px;
    }
    .contacto__header .cuadro{
        height: 150px;
        width: 150px;
        background-color: var(--colorLigth);
        position: absolute;
        z-index: -1;
    }
    .contacto__form .boton{
        margin: 0;
    }
}
.contacto__input,
.contacto__textarea{
    background-color: var(--colorLigth);
}
.contacto__textarea{
    height: 100px !important;
}

.contacto__redes{
    margin: 2rem;
    text-align: center;
}
.contacto__redes a img{
    height: 40px;
    margin: 0 .5rem;
}

.contacto__image{
    float: right;
    width: 95%;
}

@media(min-width:1250px){
    .contacto__image{
        position: absolute;
        right: 0;
        top: 10%;
        width: 54%;
    }
}
