.weather-monitor{padding:20px}.page-title{font-size:24px;@apply text-negro;@apply border-l-4 border-anaranjado;padding-left:15px;margin-bottom:30px}.layout-container{display:grid;grid-template-columns:1.3fr .9fr .8fr;gap:15px}.column{display:flex;flex-direction:column;gap:12px}.weather-column .weather-section{width:100%}.weather-column .weather-grid{display:grid;grid-template-columns:1fr;gap:15px}.charts-column .chart-container{margin-bottom:0;padding:15px;max-height:250px;min-height:200px;display:flex;flex-direction:column}.charts-column .chart-container>div{flex:1;display:flex;align-items:center;justify-content:center}.charts-column .chart-title{font-size:16px;margin-bottom:5px;text-transform:none;font-weight:700}.charts-column p{font-size:12px;margin:0 0 5px}.charts-column .legend{margin-top:10px;gap:10px}.charts-column .legend-item{margin-bottom:5px}.charts-column .legend-text{font-size:12px}.weather-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.weather-card{background-color:#e6e6e64d;@apply rounded-lg shadow;padding:10px 20px 20px;display:flex;flex-direction:column;position:relative;min-height:200px}.card-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:5px}.weather-column .weather-card{padding:15px}.weather-column .weather-icon{width:60px;height:60px}.weather-column .weather-value{font-size:28px}.weather-column .weather-label{font-size:16px}.weather-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;flex:1}.weather-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;@apply bg-gris-claro;border-radius:50%}.weather-icon svg{width:50px;height:50px}.weather-value{font-size:32px;font-weight:700;@apply text-anaranjado;color:#ff7e29;margin:5px 0;display:flex;align-items:center;justify-content:flex-start}.weather-label{font-size:22px;font-weight:700;@apply text-negro;margin-bottom:10px}.horizontal-line{width:100%;height:2px;background-color:#ccc;margin:15px 0}.weather-date{font-size:12px;@apply text-gris-intenso;text-align:center;min-height:20px}.flag{display:flex;align-items:flex-start;justify-content:flex-end}.flag-image{width:60px;height:auto}.flag svg{width:30px;height:30px}.map-container{@apply bg-blanco rounded-lg shadow;padding:20px;height:400px;position:relative}.chart-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.legend{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.legend-item{display:flex;align-items:center}.legend-color{width:20px;height:20px;border-radius:50%;margin-right:8px}.legend-text{font-size:14px;@apply text-gris-intenso;}.alerts-container{@apply bg-blanco rounded-lg shadow;}.alert-bell{width:40px;height:40px;@apply bg-anaranjado;border-radius:50%;display:flex;align-items:center;justify-content:center;@apply text-blanco;margin-right:15px}.alert-header{display:flex;align-items:left;margin-bottom:20px}.alert-title{font-size:18px;@apply text-negro;font-weight:700}.alert-item{display:flex;@apply border-t border-gris-claro;padding:15px 0}.alert-content{flex:1}.alert-message{font-size:14px;@apply text-negro;font-weight:700;margin-bottom:5px}.alert-description{font-size:12px;@apply text-gris-intenso;}.alerts-column .alerts-container{height:100%}.chart-container{@apply bg-blanco rounded-lg shadow;padding:0;margin-bottom:0}.chart-title{font-size:18px;@apply text-negro;margin-bottom:20px;text-transform:uppercase;font-weight:700}@media (max-width: 1535px){.weather-icon{width:65px;height:65px}.weather-icon svg{width:40px;height:40px}.flag-image{width:45px}.weather-value{font-size:26px}.weather-label{font-size:18px}.weather-column .weather-icon{width:50px;height:50px}.weather-column .weather-value{font-size:24px}.weather-column .weather-label{font-size:14px}}@media (max-width: 1279px){.weather-icon{width:55px;height:55px}.weather-icon svg{width:35px;height:35px}.flag-image{width:40px}.weather-value{font-size:22px}.weather-label{font-size:16px}.weather-column .weather-icon{width:45px;height:45px}.weather-column .weather-value{font-size:20px}.weather-column .weather-label{font-size:13px}}.variable-map-container{position:relative;width:100%;border-radius:8px;overflow:hidden;background-color:#f8f8f8;margin-bottom:20px;padding:0}.map-wrapper{position:relative;width:100%;overflow:hidden}.variable-map{position:absolute;width:140%;height:140%;object-fit:cover;display:block;top:50%;left:50%;transform:translate(-50%,-50%)}.map-controls{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:5px;z-index:10}.zoom-button{width:28px;height:28px;border-radius:4px;background-color:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;box-shadow:0 2px 4px #0000001a}.variable-point-container{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%,-100%);z-index:5}.variable-bubble{background-color:#fff;border-radius:8px;padding:5px 10px;display:flex;flex-direction:column;align-items:center;font-size:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:5px;white-space:nowrap}.variable-bubble span:first-child{font-weight:700}.variable-indicator{width:10px;height:10px;border-radius:100%;background-color:#5add3d;outline:.5px solid #f8f8f8;position:relative}.variable-indicator .indicator-circle{display:none}.lluvia.variable-indicator,.viento.variable-indicator,.rafaga.variable-indicator{background-color:#5add3d;box-shadow:0 0 10px #5add3d}.turbidez.variable-indicator,.diesel.variable-indicator{background-color:#999;box-shadow:0 0 10px #999}.legend-indicator.lluvia,.legend-indicator.viento,.legend-indicator.rafaga{background-color:#5add3d}.legend-indicator.turbidez,.legend-indicator.diesel{background-color:#999}.variable-legend{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;margin-top:10px;gap:10px}.legend-button{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;background:none;border:none;cursor:default;padding:5px 8px;border-radius:4px}.legend-indicator{width:17px;height:17px;border-radius:50%;border:2px solid white;outline:.5px solid #666666;box-shadow:0 1px 3px #0003;display:flex;align-items:center;justify-content:center}.legend-indicator.empty{background-color:#fff;border:2px solid #ccc}.legend-indicator.empty .indicator-circle{display:none}@media (max-width: 768px){.layout-container{display:flex;flex-direction:column;gap:20px}.column{width:100%;padding:0;margin:0}.weather-monitor{padding:8px}.page-title,h1{font-size:20px!important;padding-left:8px;margin-bottom:18px}.weather-card{min-height:140px;padding:8px 8px 14px}.weather-label{font-size:15px}.weather-value{font-size:20px}}
