@import url(/menus/_b/fonts/medioambiente/style.css);

section#graficos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 2rem 0;
}
section#graficos>div{
    /*height: 560px;*/
    padding: 5px 10px;
    width: 100%;
    border: 2px solid var(--color1-125);
}
h2.tituloSeccion { color: var(--text-color); font-size: 1.2rem }
form[id^="configForm_"] .grafico { width: 100% !important; }
form[id^="configForm_"]>.contenido>#conten4>.filterArea>.perCombo { margin-left: 10px !important; }
form[id^="configForm_"]:not([id$="C"])>.contenido>#conten4>.sup>.total { display: none !important; }
form[id^="configForm_"][id$="C"]>.contenido>#conten4>.mapGraph>.mapa>.legendSVG { right:unset; }
form[id^="configForm_"][id$="C"]>.contenido>#conten4>.mapGraph>.mapa { margin:0 10px; }
form[id^="configForm_"]+ul.lista_hori { margin-left: 10px; margin-bottom: 10px; }
form[id^="configForm_"]>.contenido>#conten4>p.graphNote { position:relative; top:-1rem; margin: 0 0 10px 10px; }

div.dos_cols_izquierda_principal{
    margin-top: 1rem;
}
div.dos-cols_derecha>img{
    margin-top: 24px;
}
h1.texto_titulo_nivel1_verde{
    width: 100%;
    padding: 0;
}
table.jqplot-table-legend > tr.jqplot-table-legend{
    display: flex;
}
table.jqplot-table-legend td.jqplot-table-legend.jqplot-table-legend-label{
    margin-right: 20px;
}
table.jqplot-table-legend td.jqplot-table-legend.jqplot-table-legend-label.jqplot-seriesToggle.jqplot-series-hidden{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3);
}
section#aplicaciones article.member>figure>a		{ display: block; }
section#aplicaciones article.member>figure>a>img	{ width: -webkit-fill-available; }
section#imgInterior {background-image: url('/experimental/tiva/imagenes/valor_anadido_int_0.jpg'); background-size: cover; padding: 0; }
section#imgExterior {background-image: url('/experimental/tiva/imagenes/valor_externo_0.jpg'); background-size: cover; padding: 0; }
section#imgEmpleo {background-image: url('/experimental/tiva/imagenes/empleo_0.jpg'); background-size: cover; padding: 0; }
section#imgEmisiones {background-image: url('/experimental/tiva/imagenes/co2_0.jpg'); background-size: cover; padding: 0; }
.texto_blanco_2 { width: 75%; padding: 50px 35% 50px 50px; background: linear-gradient(to right, #ffffffdd 50%, transparent); margin: 0px; }

@media screen and (min-width: 480px){
    form[id^="configForm_"]:not([id$="C"])>.contenido>#conten4>.mapGraph { width: 80%; margin: auto;}
    section#aplicaciones article.member>figure>a		{ display: block; height: 285px; }
}
@media screen and (max-width: 480px){
    div.dos_cols_izquierda_principal { width: 100%; min-width: auto; }
    section#graficos { margin: 1rem 0; }
    section#graficos>div { width: 100%; }
    div.dos-cols_derecha { display: block; width: 50%; padding-left: 0; float: unset; margin: auto; margin-bottom: 15px; }
    div.dos-cols_derecha>img { margin-top: 0; }
    ul.lista_hori li { margin-bottom: 10px; }
}