/*parametros compartidos*/


.caja-imagenes{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}

.columna1{
    width: 100%;
    
    display: flex;
    flex-direction: row;
    background: rgba(0,162,175,0.05)
}

.img-grande{
    width: 48.28%;
    height: 650px;
}

/*caja-imagen-grande 
1er imagen!, ajustes de hover
*/

.caja-img-grande{
    width: 500px;
    height: 500px;
    margin-top: 68px;
	background: #1abc9c;
}

.caja-img-grande img {
	opacity: 1;
}

.caja-img-grande:hover img {
	opacity: .85;
}

/*termina caja grande imagenes abajo*/

/*imagenes abajo*/

.imagenes-abajo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 20px;
}


/*cajaabajo1 
2a imagen!, ajustes de hover
*/

.cajaabajo1{
    height: 316px;
    width: 316px;
	background: #1abc9c;
}

.cajaabajo1img {
	opacity: 1;
}

.cajaabajo1:hover img {
	opacity: .85;
}

/*====caja abajo1 finaliza====*/



/*====cajaabajo2 
3a imagen!, ajustes de hover
====*/
.cajaabajo2{
    height: 316px;
    width: 316px;
}

.cajaabajo2 img{
	opacity: 1;
}

.cajaabajo2:hover img{
	opacity: .85;
}

/*====caja abajo1 finaliza====*/



/*sección de texto*/

.texto-caracteristicas{
    width: 51.72%;
}

.texto-car{
    width: 86.13%;
    height: 500px;
    margin-top: 68px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-family: sans-serif;
    font-size: 25px;
}

.texto-car2{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-family: sans-serif;
    font-size: 25px;
}

/**/

.columnatexto{
    width: 100%;
}

.columna2{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}



















