@charset "utf-8";
/* CSS Document */

/********************************************* Index ************************************************/
.logoI{
   background: url("../image/logo_c.png") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 200px;
}
.imagen1I{
    background: url("../image/home/icono_precio.png") no-repeat center;
    background-position: center;
    background-size: contain;
    width: auto;
    height: 200px;
}
.imagen2I{
	background: url("../image/home/icono_serivicio.png") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 200px;
}
.imagen3I {
    background: url("../image/home/icono_certificado.png") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 200px;
}
.imagen4I {
    background: url("../image/home/sobre_nosotros.jpg") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 400px;
}
.imagen5I {
    background: url("../image/home/Proyectos_unidos.jpg") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

/*******************       Acabados         *********************************/

.imagen1A {
    background: url("../image/Collage_empaqueBNW.png") no-repeat center;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}





/************************************************************************** Fondos **************************************/
.fondoGrisClaro {
	background-color:lightgray;
    height: 283px;
}
.fondoGrisClaro2 {
	background-color:#f6f6f6;
}
.fondoGrisClaro2 h2, h5 {
	color: var(--third-color);
}
.fondoA {
	background-color: var(--accent);
}


.FondoTransS {
	background-color: rgba(0,0,0,.30);
	height: 100%;
	width: 100%;
}
.fondoCeleste {
    background-color: #eef6fc;
}

