body, p, h1 {
    margin: 0;
    padding: 0;
}

.slick-slide {
    height: auto !important;
}

.divWsp {
    position: fixed;
    bottom: 20;
    right: 20;
    z-index: 999;
}

.logoWsp {
    width: 75px;
    cursor: pointer;
}

.subTitulo {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #BB9067;
    margin-bottom: 20px;
}

.titulo {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #2A2A2A !important;
}

.imagePpal {
    position: relative;
    width: 100%;
}

.divisorVertical {
    height: 100px;
    position: relative;
}

.divisorVerticalBig {
    height: 150px;
    position: relative;
}

.divisorVerticalSmall, .divisorVerticalAmenities {
    height: 50px;
    position: relative;
}

.texto {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2A2A2A;
    text-align: left;
    margin: 0;
}

.contenedorChico, .contenedorImages {
    width: 80%;
    margin: auto;
    max-width: 980px;
}

.imgsDesktop {
    display: block;
    font-size: 0px;
}

.contenedorGrande {
    width: 90%;
    margin: auto;
    max-width: 1100px;
}

.contenedorTexto {
    max-width: 500px;
    margin: auto 0 auto auto;

}

.divisor {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.buttonBrochure {
    padding: 15px;
    background: #BB9067;
    border-radius: 12px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.logoAmenities {
    display: inline-block;
    width: 110px;
    vertical-align: middle;
}

.textoAmenities, .textoAmenitiesBig {
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2A2A2A;
    margin-left: 20px;
}

.textoAmenitiesBig {
    vertical-align: middle;
    max-width: 150px;
}

.subtextAmenities {
    color: #BB9067;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.txtAmenitiesLong {
    max-width: 165px;
}

.derecha {
    text-align: left;
    width: 39% !important;
    margin-left: 10%;
}


.divEquipos {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}

.txtEquipo {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    color: #2A2A2A;
}

.imgEquipo {
    width: 110px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.divMapa {
    width: 100%;
    height: 75vh;
}

.contenedorIconos {
    width: 90%;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .divEquipos {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 899px) {
    .divisorVerticalAmenities {
        display: none;
    }

    .contenedorChico, .contenedorImages {
        width: 90%;
    }

    .textoAmenitiesBig {
        max-width: 120px;
    }

    .txtAmenitiesLong {
        max-width: 120px;
    }

    .divisor {
        display: block;
        width: 100%;
    }

    .contenedorTexto {
        max-width: none
    }

    .divisorVerticalBig {
        height: 100px;
    }

    .derecha {
        text-align: left;
        width: 100% !important;
        margin-left: 0px;
    }

    .contenedorIconos {
        text-align: left;
        max-width: fit-content;
        width: auto;
    }
}