@charset "UTF-8";
/* CSS Document */


.no-view {
	display: none;
}

.view {
	display: block;
}


/* Display Movil */
@media (max-width: 768px) {
	
	.no-view {
		display: block;
}

	.view {
		display: none;
}
	
	.fullscreen-overlay {
      position: fixed;
      margin-top: 90%;
	 width: 100%;
      height: 40%;
      background: rgba(0, 0, 0, 0.0); /* Color con transparencia */
      
    }

}

/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 15:9 */
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-1590 {
	width: 100%;
	height: auto;
	aspect-ratio: 15/9;
	overflow: hidden;
	margin-top: -3%;
	background-color: #eee; /* Color fondo */
	}

/* Medidas internas */
.google-slide-frame-1590 {
	width: 101%;
	height: auto;
	aspect-ratio: 15/9;
	margin-top: -2%;
	border: none;
}




/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 16:9 / 9:16 */
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-1690 {
	width: 101%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
}

/* Medidas internas */
.google-slide-frame-1690 {
	width: 101%;
	height: auto;
	aspect-ratio: 16/9;
	border: none;
}


/* Medidas externas */
.google-slide-0916 {
	width: 109%;
	height: auto;
	aspect-ratio: 9/16;
	overflow: hidden;
}
	
/* Medidas internas */
.google-slide-frame-0916 {
	width: 101%;
	height: auto;
	aspect-ratio: 9/16;
	border: none;
}



/* - - - - - - - - - - - - - - - - - -  */
/* Proporción 3:4  (inicio)*/
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-3040 {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4; /* Nueva proporción */
	overflow: hidden;
	background-color: #eee; /* Color fondo */
}

/* Medidas internas */
.google-slide-frame-3040 {
	width: 101%;
	height: auto;
	aspect-ratio: 3/4; /* Nueva proporción */
	margin-top: -2%;
	border: none;
}



/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 9:4  (somos) */ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-4796 {
	width: 100%;
	height: auto;
	aspect-ratio: 9.6/4.7;
	margin-top: -2%;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-4796 {
	width: 101%;
	height: auto;
	aspect-ratio: 9.6/4.8;
	margin-top: -1%;
	border: none;
}



/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 1:1  */ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-1010 {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin-top: -2%;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-1010 {
	width: 102%;
	height: auto;
	aspect-ratio: 1/1;
	margin-top: -1%;
	border: none;
}



/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 20:02  */ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-2002 {
	width: 100%;
	height: auto;
	aspect-ratio: 20/2;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-2002 {
	width: 101%;
	height: auto;
	aspect-ratio: 20/2;
	transform: scale(1.1); /* Zoom para recortar bordes */
	border: none;
}




/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 20:10  */ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-2010 {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-2010 {
	width: 101%;
	height: auto;
	aspect-ratio: 2/1;
	transform: scale(1.1); /* Zoom para recortar bordes */
	border: none;
}



/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 4:5 */
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-9612 {
	width: 100%;
	height: auto;
	aspect-ratio: 9.6/12;
	margin-top: -2%;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-9612 {
	width: 100%;
	height: auto;
	aspect-ratio: 9.6/12;
	margin-top: -1%;
	border: none;
}


/* Display móviles (menos de 768px) */
@media (max-width: 768px) {

	/* Medidas externas */
	.google-slide-1296 {
		width: 100%;
		height: auto;
		aspect-ratio: 9.6/12;
		overflow: hidden;
}

	/* Medidas internas */
	.google-slide-frame-1296 {
		width: 100%;
		height: auto;
		aspect-ratio: 9.6/12;
		border: none;
}
	
}


/* Display tabletas (entre 768px y 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {

	
}




/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 96:19 (SOMOS 2) LARGO*/ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-9619 {
	width: 100%;
	height: auto;
	aspect-ratio: 9.6/1.9;
	margin-top: -1.5%;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-9619 {
	width: 101%;
	height: auto;
	aspect-ratio: 9.2/2;
	margin-top: -2%;
	border: none;
}


/* Display tabletas (entre 768px y 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
	
}





/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 96:11  LARGO*/ 
/* - - - - - - - - - - - - - - - - - -  */

/* Medidas externas */
.google-slide-9611 {
	width: 100%;
	height: auto;
	aspect-ratio: 10.2/11;
	margin-top: -1%;
	background-color: #eee;
	overflow: hidden;
}


/* Medidas internas */
.google-slide-frame-9611 {
	width: 100%;
	height: auto;
	aspect-ratio: 9.5/10.9;
	margin-top: -3%;
	margin-right: -5%;
	background-color: #eee;
	border: none;
}


/* Display tabletas (entre 768px y 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
	
}

#somos{margin-top: -1%;}
#objetivos{margin-top: -1%;}
#vacantes{margin-top: -1%;}
#contato{margin-top: 5%;}
#plataforma{margin-top: 5%;
}
