@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 */
      
    }

	
}

iframe {
	background-color: #FAF2D3;
	border: none;
}


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

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

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


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

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



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

/* Medidas externas */
.google-slide-1940 {
	width: 100%;
	height: auto;
	aspect-ratio: 19/4;
	margin-top: -2%;
	overflow: hidden;
	background-color: #feb18b;
}


/* Medidas internas */
.google-slide-frame-1940 {
	width: 100%;
	height: auto;
	aspect-ratio: 19/4;
	margin-top: -1%;
	border: none;
	background-color: #feb18b;
}


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

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

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


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



