/* SECCION IMAGEN PRINCIPAL */
#inicio {
	padding-bottom: 0px;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../images/landing/imagenPortada2.png");
    z-index: 100; /* Asegurarse que no interfiera con otros elementos de mayor z-index */
}

/* SECCION IMAGEN UNETE */
#inicio-unete {
	background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 25em;
	background-image: url("../images/landing/slider/1x/PRINCIPAL 1.png");
		position: relative;
  		z-index: 100;
}

/* SECCION IMAGEN NOSOTROS */
#inicio-nosotros {
	background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 25em;
	background-image: url("../images/landing/slider/1x/PRINCIPAL 1.png");
		position: relative;
  		z-index: 100;
}



