@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: 100%;
	 width: 100%;
      height: 40%;
      background: rgba(0, 0, 0, 0.5); /* Color con transparencia */
      
    }

	
}


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

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

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


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

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

/* Medidas internas */
.google-slide-frame-1690 {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9.3;
	border: none;
	margin-top: -1%;
	background-color: #3D7856;
}






/* Display Movil */
@media (max-width: 768px) {

	.google-slide-1690 {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		overflow: hidden;
	}
	.google-slide-frame-1690 {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		border: none;
	}
	
}

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

}



/* - - - - - - - - - - - - - - - - - -  */
/* PROPORCIÓN 19:70 PROMOCIONES */ 
/* - - - - - - - - - - - - - - - - - -  */

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


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


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

	/* Medidas externas */
	.google-slide-1970 {
		width: 100%;
		height: auto;
		aspect-ratio: 19.2/7.97;
		margin-top: -5%;
		overflow: hidden;
}

	/* Medidas internas */
	.google-slide-frame-1970 {
		width: 100%;
		height: auto;
		aspect-ratio: 19.2/7.97;
		margin-top: -2%;
		border: none;
}
	
}


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

	
}






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

/* Medidas externas */
.google-slide-1116 {
	width: 100%;
	height: auto;
	aspect-ratio: 11/17;
	overflow: hidden;
	background-color: #3D7856;
}


/* Medidas internas */
.google-slide-frame-1116 {
	width: 100%;
	height: auto;
	aspect-ratio: 11/17.5;
	border: none;
	background-color: #3D7856;
}


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

	/* Medidas externas */
	.google-slide-1116 {
		width: 100%;
		height: auto;
		aspect-ratio: 11/16.3;
		margin-top: 25%;
		overflow: hidden;
}

	/* Medidas internas */
	.google-slide-frame-1116 {
		width: 100%;
		height: auto;
		aspect-ratio: 11/17;
		border: none;
}
	
}


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

	
}






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

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


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


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

	/* Medidas externas */
	.google-slide-1940 {
		width: 100%;
		height: auto;
		aspect-ratio: 19.2/4.09;
		overflow: hidden;
}

	/* Medidas internas */
	.google-slide-frame-1940 {
		width: 100%;
		height: auto;
		aspect-ratio: 19.2/4.09;
		border: none;
		
}
	
}


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



