/* DISEÑOS CARACTARISTICAS Y UBICACIÓN ESCRITORIO */

/* Estilos caracteristicas */


/*  caracteristicas del proyecto */

.content-proyecto{
	width: 57vw;
	height: 32vw;
    background-image: url(../img/caracteristicas-nina-13.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: grid;
    grid-template-columns: 40% 62%;

}

ul.caracteristicas-proyecto {
    display: grid;
    grid-column-gap: 17px;
    grid-template-columns: 1fr 1fr;
    max-width: 86%;
}

li.list-caracteristicas{
    position: relative;
    width: 100%;
    height: 100%;
	display: flex;
    align-items: center;
}

li.list-caracteristicas::before {
    content: url(../img/icons/check_Mesa\ de\ trabajo\ 1.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    left: -22px;

}

p.item-caracteristica {
    font-family: Montserrat;
    font-size: 1.1vw;
    color: #4D4D4D;
	margin:0;
}




/* Tan por qué invertir con nosotros */

.content-proyecto-porque{
	min-width: 57vw;
    min-height: 32vw;
    background-image: url(../img/porque-invertir-13.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: grid;
    grid-template-columns: 32% 68%;

}

ul.caracteristicas-proyecto.c-pq {
    grid-column-gap: 37px;
    max-width: 92%;
}

.c-pq li.list-caracteristicas::before{
    width: 22px;
    height: 22px;
    left: -26px;
}


