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

}




/* - - - - - - - - - - - - - - - - - -  */
/* HEADER 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: 102%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
	background-color: #eee; /* Color fondo */
	margin-left: -1%;
	}

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


/* Display Movil */
@media (max-width: 768px) {
	
	/* Medidas externas */
	.google-slide-0916 {
		width: 100%;
		height: auto;
		aspect-ratio: 9.6/17;
		overflow: hidden;
	}
	
	/* Medidas internas */
	.google-slide-frame-0916 {
		width: 100%;
		height: auto;
		aspect-ratio: 9.6/17.2;
		border: none;
	}
	
}





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

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


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

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

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


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

	
}





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

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


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


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

	/* Medidas externas */
	.google-slide-1010 {
		width: 100%;
		height: auto;
		aspect-ratio: 1/.95;
		background-color: #eee;
		overflow: hidden;
}

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


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

	
}






/* - - - - - - - - - - - - - - - - - -  */
/* 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  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: 100%;
	height: auto;
	aspect-ratio: 9.6/2;
	margin-top: -1%;
	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) {
	
}

#farmacia1{
}
