Servicios de Información SIAR y SIAL
Reporte Estadístico Departamental
body {
font-family: Arial, sans-serif;
}
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #3b9fcc;
}
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
color: #fff;
}
.tab button:hover {
background-color: #0071bc;
}
.
temática-consumo-responsable-producción-sostenible
/* 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 */ } }