temática-agua

/* Estilo para pantallas grandes (mayor o igual a 768px de ancho) */ @media screen and (min-width: 768px) { #miIframe { height: 1500px; /* Altura fija para pantallas grandes */ } } /* Estilo para dispositivos móviles (menos de 768px de ancho) */ @media screen and (max-width: 767px) { #miIframe { height: 2500px; /* Altura diferente para dispositivos móviles */ } }

inicio-tematicas

inicio-regiones

estadisticas

.iframe-container { position: relative; width: 100%; height: 900px; overflow: hidden; } .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; overflow: hidden; } @media only screen and (max-width: 1000px) { .iframe-container { height: 1500px; } }