/* DISEÑOS PLANES */

/* Estilos planes */
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-repeter {
    height: 100%;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow{
    top: 55%;
}

.imagen-plantas-ubicacion{
	height: 58vh !important;
	background-size: contain;
	background-position: left;
}

.imagen-cuadro{
    height: 126px;
    width: 80%
}

.video-embed iframe {
    height: 80vh;
}

