/* DISEÑOS ZONAS */

/* Estilos ZONAS */


h2.zona-sociales {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 28px;
    line-height: 36.65px;
    color: #1A5632;
    position: relative;
}

h2.zona-sociales::after {
    content: '';
    position: absolute;
    width: 50%;
    background-color: #C2D501;
    height: 2px;
    bottom: 0;
    left: 0;
}

.container-caracteristicas {
    max-width: 85%;
    margin: auto;
    margin-left: 55px;
    max-width: 790px;
}



.texto-description {
    font-family: Montserrat;
    font-size: 1.2vw;
    line-height: 1.5vw;
    letter-spacing: 1px;
    color: #4D4D4D;
}

.texto-description b {
    display: block;
    font-family: Montserrat;
    font-size: 20px;
    color: #4D4D4D;
    font-weight: 400;
}



/*slider */

.imagen-plantas-ubicacion {
	height: 40vh !important;
}

.container-repeter .slick-list.draggable{
	height: 58vh;
}

.container-repeter {
    min-width: 57vw;
    min-height: 43vh;
}

