@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


/* block cajita */



.flex_gota {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.imagen_gota {
    width: 200px;
    height: 200px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    border-radius: 150px 0px 150px 150px;

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
	
	margin: 1em auto;
}

.titular_areas {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
font-family: 'Raleway', sans-serif;
}

.text_gota {
    margin-bottom: 20px;
}

.contenedor_boton_banner.centrado {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contenedor_boton_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.boton_linea_verde {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid #83b62c;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: transparent;
    font-family: Raleway, sans-serif;
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_linea_verde {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 2px solid #83b62c;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.fecha-noticias {
  margin-left: 5em;
  margin-bottom: 1em;
  padding: 0.2em;
  width: 157px;
  border: 2px solid #83b62c;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #83b62c;
  text-align: center;
}

/* Cambio de fuente de actualidad */
.view-noticias .view-content, .container.el-destacados, .container.news-feed {
  font-family: 'Open Sans';
}

.news-feed__contenido {
  margin-top: 2rem;
}

.news-feed__enlace {
  /* margin-top: 2rem; */
  margin-left: 1em;
  margin-top: 2rem;
  
margin-bottom: 1em;
  padding: 0.2em;
  width: 157px;
  border: 2px solid #83b62c;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #83b62c;
  text-align: center;
  color: black;
}



.news-feed__title {
  margin-bottom: 1.5rem;
}

/* IMAGEN */
.news-feed__imgfeed {
  margin: 2rem 0;
  display: flex;
  justify-content: center; 
  align-items: center;     
  flex-direction: column;  
  text-align: center;     
}
.news-feed__imgfeed img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .news-feed__imgfeed img {
    max-width: 550px;
  }
}


.feeds-body .titular-feed {
  font-family: "Open Sans";
  color: #5A7F23;
  font-size: 1.25em;
  font-weight: 600;
}

.feeds-body .parrafo-feed {
  color: black;
  font-size: 1rem;
}

.col-1.img-noticias {
  padding-top: 0.5rem;
}

.btn-ver-noticia .boton_linea_verde.boton-solo-actualidad {
  margin: 1.5rem 0 1.5rem 0.5rem;
  font-family: "Open Sans";
  font-size: 0.8rem;
}

.news-feed__imgfeed img.img-original {
  max-width: 1400px; /* Tamaño máximo de la imagen */
  /* width: 100%; Para que la imagen se ajuste al tamaño de su contenedor */
  height: auto; /* Mantiene la proporción original de la imagen */
}

.zoom-in {
  transform: scale(0.9);
  transition: transform 0.4s ease;
}

.modal.show .zoom-in {
  transform: scale(1);
}


/* interlineado del título de las noticias de actualidad */
.container.news-feed h2 {
  line-height: 1.25;
}

.news-feed__fecha {
  margin-top: -1rem;
}

.fecha-boton-wrapper .boton_linea_verde.boton-solo-actualidad {
  margin-left: 0.6em;
  margin-bottom: 0.5rem;
}

.news-feed__fecha .fecha-boton-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem; /* Espacio entre los elementos, ajustable */
  flex-wrap: wrap; /* Opcional, por si en pantallas pequeñas quieres que se apilen */
}

.col-fecha {
  flex: 0 1 auto;
}

.col-boton {
  flex: 0 1 auto;
}

.container.news-feed h2 a span {
  color: black;
}

/* Estilos para pantallas de ordenador (por defecto) */
.container.news-feed {
  padding: 0 450px;
}

.container.news-feed p {
  margin-bottom: 1.5rem;

}

.news-feed__sumario {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1rem;
  background-color:#83b62c24;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); /* Sombra sutil */

}

/* Media query para tablets */
@media (max-width: 1024px) {
  .container.news-feed {
      padding: 0 4rem; /* Ajusta el padding para tablets */
  }
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
  .container.news-feed {
      padding: 0 3rem; /* Ajusta el padding para móviles */
  }
}

/* Media query para dispositivos móviles pequeños */
@media (max-width: 480px) {
  .container.news-feed {
      padding: 0 1.5rem; /* Ajusta el padding para móviles pequeños */
  }
}

.news-feed__imgfeed {
  margin-top: 1rem;
  text-align: center;
}


.ficha-espacios #btn-pdf {
  width: auto;
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #83b62c;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  align-self: auto;
  margin: 10px;
  font-family: Raleway, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  overflow: visible;
  padding: 0.8rem;
}

a#btn-pdf:hover {
  background-color: #4f8400;
  color: white;
}

.boton_linea_verde:hover {
  background-color: #83b62c;
  color: #000;
}


/* fin block cajita */


/* espacios */

/* .block-iepnb-menu-ajax.block-menu-block-menu .form {
    padding: 0 1em 0 3em;
    width:90%;
} */

.chart-iepnb .highcharts-title,   .highcharts-credits{
    display:none;
}


.block-chart-iepnb-graphs-block h2 {
    margin: 2em;
    font-family: Raleway, sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    border-left: 8px solid #83b62c;
    padding: 0.2em 1em;

}

.block-facets-ajax  li.tm_x3b_es_id_rango_norma_int {
padding-left: 2em;

}

.block-facets-ajax  li.tm_x3b_es_id_rango_norma_inf {
    padding-left: 4em;
    
    }
	/*
#facet-title-tm_x3b_es_id_rango_norma_int, #facet-title-tm_x3b_es_id_rango_norma_inf {
    border-top: #dadada solid 1px;
}

#facet-title-tm_x3b_es_id_rango_norma_int .facet-block__title {
    padding-left: 4em;
    margin-top:2em;
    display:none;
}    

#facet-title-tm_x3b_es_id_rango_norma_inf .facet-block__title {
    padding-left: 6em;
    margin-top:2em;
    display:none;
}  
*/
 


.block--facetsblock h2 {
	font-size: 1em;
    margin: 3em 0 0 2em;
}


.block--facetsblock {
    margin-left: 25px !important;

}

div#facet-title-normativa {
  margin-top: 1em;
}
  
.facets-widget-dropdown select {
  background-color: #ffffff;
  color: #6c727a;
  padding: 12px;
  width: 96%;
  border: solid rgb(216, 215, 215) 1px;
  font-size: 0.9em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  margin: 0em 0em 1em 1.2em;
} 
  
.accordion-button:active,
.accordion-button:focus,
  .facets-widget-dropdown select:active,
  .facets-widget-dropdown select:focus {
	  border: 1px solid black;
	  box-shadow: 0 0 0 2px white, 0 0 0 4px 
  }
  
  .facets-widget-dropdown:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .facets-widget-dropdown select option {
    padding: 30px;
  }
  
  
  
    .block-facets-ajax .accordion-button:not(.collapsed) {
     color: black;
     background-color: transparent;
     box-shadow: none;
}


.menu_ajax.id-237 label{
    opacity:0;
    position: absolute;
}


.node-191 .view-especies .views-row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
}
/* .node-191 .view-especies .views-field-tm-x3b-es-foto{
	max-width:20%;
} */
.node-191 .view-especies .views-field-tm-x3b-es-nombre{
	max-width:30%;padding-left: 1em;
}


.node-191 .view-especies .views-field-ts-x3b-es-descrip{
	max-width:50%;padding-left: 1em;
}





.node-191 .view-especies .views-field-tm-x3b-es-foto img{
	width: 100%;
}





.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  text-indent: -99999em;
}
 
.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
	-webkit-animation: spin 0.8s infinite linear;
	animation: spin 0.8s infinite linear;
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px 0px 30px 30px;
    border-width: 5px;
    border-style: solid;
    border-color: #40bb3f;
    overflow: hidden;
    text-indent: -99999em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
 


 
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg); 
  }
}
 
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


#mapa{
	width: 100%;
height: 300px;
}


.d-excel {
margin: 4em 0;
    display: block;
    font-size: 1.2em;
}

/* .d-excel:before {
    font-family: 'Material Symbols Outlined';
    font-size: 1.7em;
    font-weight: 100;
    float: left;
    margin-top: -9px;
    margin-right: 0.3em;
    color: #2c9142;
    font-weight: 300;
	    content: '\e7cf';
} */

.block--formularioexpuestoespeciesblock-1 #edit-submit-especies,
.block--formularioexpuestonormativablock-1 #edit-submit-normativa {
	display: inline-block;
}

.block--formularioexpuestoespeciesblock-1 #edit-reset,
.block--formularioexpuestonormativablock-1 #edit-reset{
    display: inline-block;
    background-color: transparent;
    border: 0;
}



 
 .dot-flashing:after{
    content: '';
    background-image: url(/sites/default/files/media-icons/ellipsis.gif);
    background-size: 25px;
    position: relative;
    display: inline-block;
    max-width: 25px;
    width: 25px;
    height: 20px;
    margin-left: 0.5em;
 }
 
a.d-excel.descarga-excel{
	display: inline-block;
}

/* Destacados */

.destacados-imgckan .blazy {
  min-width: 20%;
}


/* TABLA DE INGESTA DE DATOS */

.bloque-ingesta-datos {
  margin: 1rem 5rem;
}

.bloque-ingesta-datos thead.bg-light th {
  background: #83b62c;
  
}

.bloque-ingesta-datos .table-responsive {
  margin-top: 2rem;
}

.bloque-ingesta-datos thead.bg-light th:first-child {
  border-top-left-radius: 8px;
}

.bloque-ingesta-datos thead.bg-light th:last-child {
  border-top-right-radius: 8px;
}

#views-exposed-form-ingesta-block-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* Opcional: permite que se acomoden en varias líneas en pantallas pequeñas */
}

#views-exposed-form-ingesta-block-1 .form-item,
#views-exposed-form-ingesta-block-1 .form-actions {
  margin: 0;
}


input#edit-submit-ingesta {
  margin-bottom: 2.5rem;
}

button.d-file.descarga-file.wrapper-enlace-general {
  border: 0;
  background-color: white;
  font-size: 1.2rem;
}

/* Estilo del formulario de metodologías / indicadores */
.descarga-indicador {
  all: unset;
  color: #417400;
  cursor: pointer;
}

.descarga-indicador:hover {
  text-decoration: none;
}


.ver-indicadores {
  display: flex;
  align-items: center;
  gap: 0.5em; /* Espacio entre el texto y el formulario */
}
