/* DISEÑOS CONOCENOS */

/* Estilos conocenos */
.video-embed iframe{
	height: 50vh;
}

.video-embed {
    height: 100%;
}

.video-embed iframe {
    width: 100%;
    height: 100%;
}

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

.content-proyecto {
    display: grid;
    grid-template-columns: 26% 74%;
	height: 74vh;
}

.espacio-left {
    background-color: #003C80;
    position: relative;
}

img.logo {
    width: 92%;
    position: absolute;
    bottom: 23px;
    right: 9px;
}

ul.caracteristicas-proyecto {
    background-color: #EDEDED;
}

ul.caracteristicas-proyecto {
    margin: 0;
}

p.item-caracteristica {
    font-family: Montserrat;
	font-size: 1vw;
    line-height: 23.6px;
    color: #4D4D4D;
    position: relative;
}

p.item-caracteristica::before{
    content: url(../img/icons/check-conocenos.svg);
    position: absolute;
    height: 16px;
    width: 15px;
    left: -21px;
    top: 2px;
}