:root {
  --font-base: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-size-xl: 20px;
  --font-size-lg: 16px;
  --font-size-base: 15px;
  --font-size-sm: 12px;
  --font-size-xs: 11px;

  --roundedXl: 10px;

  --brandPrimary: #3baec7;

  --gray-light: #e6e6e6;
  --gray-blueish: #c1ece9;
  --gray-dark: #4d4d6e;

  --bodyColor: var(--gray-dark);
}

@media (min-width: 481px) {
  :root {
    --font-size-lg: 18px;
    --font-size-base: 16px;
    --font-size-sm: 14px;
    --font-size-xs: 13px;
  }
}

header.navbar-default {
  padding: 5px 0;
}

.main-note ul {
  padding-left: 1.5rem;
}

@media (max-width: 1330px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .note-info {
    flex-direction: column;
    align-items: center;
    right: 1rem;
  }

  .note-info img {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .note-info h2 {
    text-align: center;
  }
}

.note-hero {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.note-hero h2 span {
  color: #297E89;
  font-size: 25px;
}

@media screen and (min-width: 801px) {
  .note-hero h2 span {
    font-size: 40px;
  }
}

.note-summary {
  color: #297E89;
  margin-bottom: 2rem;
  font-size: 16px;
}

.field-date time {
  color: #297E89;
  font-size: 12px;
  font-weight: bold;
}

.field-body p {
  margin: 0 0 1rem;
}

.note-hero>img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.note-info {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: flex;
}

@media screen and (min-width: 801px) {
  .note-info {
    left: 4rem;
  }
}

.note-info img {
  width: 100px;
  margin-right: 2rem;
}

@media screen and (min-width: 801px) {
  .note-info img {
    width: 150px;
  }
}

.note-info h2 {
  margin: 0;
}

.note-body .field_image {
  float: left;
  margin-right: 2rem;
  max-width: 400px;
}


@media screen and (min-width: 1400px) {
  #block-views-block-noticias-block-2 {
    height: 585px;
  }

  #block-accesoamapainteractivo .imgdest img {
    height: 331px;
    width: 100%;
  }
}

.border-0 {
  border: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

@media (max-width: 1330px) {
  .container {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
}

.navbar-default [class^="col-md-12"] {
  position: static;
}

.navbar-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.navbar-toggle-form {
  margin: 0;
  display: block;
  order: initial;
  border: 0;
}

.navbar-toggle .icon-bar {
  width: 28px;
}

header.navbar-default .navbar-toggle:hover .icon-bar,
header.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-default .navbar-toggle-form:hover,
.navbar-default .navbar-toggle-form:focus {
  background-color: transparent;
}

.navbar-toggle-form .glyphicon-search {
  font-size: 18px;
}

@media (min-width: 768px) {
  .navbar-toggle-form {
    order: 2;
  }
}

@media (min-width: 992px) {
  .navbar-toggle-form {
    display: none;
  }
}

.navbar-nav {
  margin-left: 0;
}

header.navbar-default .navbar-nav > li > a {
  display: flex;
  align-items: center;
}

header.navbar-default .navbar-nav > li > .dropdown-menu li a {
  display: flex;
  align-items: center;
}

header.navbar-default .navbar-collapse {
  width: 100%;
  flex: 1 0 100%;
}

@media (max-width: 991px) {
  header.navbar-default .navbar-nav > li:last-child > .dropdown-menu {
    left: initial;
    right: 0;
  }
}

@media (min-width: 768px) {
  header.navbar-default .navbar-collapse {
    margin-left: auto;
    width: initial;
    flex: 0 1 auto;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
  }

  header.navbar-default .navbar-nav > li {
    float: none;
  }
}

div#block-inumet-search {
  width: 100%;
  float: none;
}

@media (max-width: 767px) {
  .header-form-collapse #block-inumet-search {
    display: block;
  }

  header.navbar-default .navbar-toggle {
    margin: 0;
  }

  header.navbar-default .navbar-toggle[data-target="#navbar-collapse"] {
    margin-right: -10px;
  }

  header.navbar-default .navbar-toggle-form {
    margin-left: auto;
  }

  .navbar-header {
    flex-wrap: wrap;
  }
}

.header-form-collapse {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  width: 100%;
}

.header-form-collapse .region-header-form {
  padding: 10px;
  background-color: #3baec7;
  width: 100%;
}

@media (min-width: 992px) {
  .header-form-collapse.collapse {
    display: block!important;
    flex: 0 0 200px;
    height: auto!important;
    position: static;
  }

  .header-form-collapse .region-header-form {
    background-color: transparent;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header.navbar-default .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  header.navbar-default .navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .header-form-collapse.collapse {
    flex: 0 0 300px;
  }
}

input#edit-keys {
  padding: 6px 16px;
  background-color: rgba(48, 159, 183, 1);
  border: 0;
}

[id="search-block-form"] .form-search {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(48, 159, 183, 1);
  border: 0;
  padding: 6px 16px;
  height: 38px;
  color: #fff;
}

[id="search-block-form"] .form-search:hover,
[id="search-block-form"] .form-search:focus {
  border: 0;
}

[id="search-block-form"] .form-search::placeholder {
  color: rgba(255,255,255, .6);
}

[id="search-block-form"] .form-item {
  margin-bottom: 0;
}

[id="search-block-form"] .form-submit {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: rgba(48, 159, 183, 1);
  border: 0;
  height: 38px;
  transition: background-color .25s;
  margin-bottom: 0;
}

[id="search-block-form"] .form-submit > .icon {
  font-size: 18px;
  opacity: .6;
}

[id="search-block-form"] .form-submit:focus {
  outline: none;
}

.view-id-avisos_a_la_poblacion {
  background-color: rgba(255,255,255,0);
}

[id^="block-views-block-avisos-a-la-poblacion-block"] + [id^="block-climablock"] {
  margin-top: 20px;
}

.msg-avisos.msg-avisos {
  margin-bottom: 15px;
  border-radius: 3px;
}

.msg-avisos .msg-avisos-inner-content {
  display: flex;
  align-items: flex-start;
}

.msg-avisos .msg-avisos-copy h2 {
  color: var(--bodyColor);
  font-size: 20px;
  margin-bottom: 5px;
}

.msg-avisos .msg-avisos-copy p {
  font-size: var(--font-size-base);
  color: var(--bodyColor);
}

.msg-avisos .msg-avisos-icon {
  margin-right: 15px;
}

.msg-avisos .msg-avisos-icon > img {
  width: 45px;
  height: auto;
}

header.navbar-default .navbar-brand {
  margin: 5px 0 !important;
}

.region-navigation {
  display: flex;
  align-items: center;
}

#block-icono150anosomm,#block-icono150anosomm-2 {
  margin-left: 1.5em;
}

@media only screen and (max-width: 1199px) {
  .who-imo_alternative-logo {
    height:auto;
    max-height: 46px;
    width:100%;
    max-width: 32px;
  }
} 

@media only screen and (min-width: 1200px) {
  .who-imo_logo {
    height:auto;
    max-height: 46px;
    width:100%;
    max-width: 129px;
  }
}

.who-imo_logo {
  display: none;
}

.who-imo_alternative-logo {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .who-imo_alternative-logo {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .who-imo_logo {
    display: block !important;
  }
}

#edit-credencial-civica .panel-heading {
  display: none;
}

.form-item.panel#edit-credencial-civica {
  border: none;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#edit-credencial-civica .form-group {
  margin-bottom: 15px;
}

#edit-credencial-civica .panel-body:before {
  display: none;
}

#edit-credencial-civica .panel-body {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}

#edit-credencial-civica .panel-body:after {
  display: none;
}

.form-item-serie {
  margin-right: 2rem;
}

.form-item-no-aplica {
  flex: 0 0 100%;
  margin-top: -10px;
}
.slick-slider {
  margin-top: 0;
  margin-bottom: 0; 
}
@media screen and (max-width: 767px) {
  .slick-slider {
    margin-bottom: -10px;
  }
}  
.slick-prev {
  left: 1%;
  z-index: 1;
}
.slick-next {
  right: 1%;
  z-index: 1;
}  
@media screen and (min-width: 768px) {
  .slick-slider {
    margin-top: 20px;
  }
  .slick-prev:before {
    content: '';
  }
  .slick-prev:after {
    content: '';
  }
  .slick-prev:before, .slick-next:before {
    /*font-size: 30px;*/
  }
  .slick-prev, .slick-next { 
    top: 110%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #3baec7;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .slick-prev:active, .slick-next:active {
    background: #3baec7;
    opacity: 0.7;
  }  
  .slick-prev {
    left: 47.5%;	  
  }
  .slick-next {
    right: 47.5%;
  }
  .slick-prev:before {
    content: '';
  }
  .slick-next:before {
    content: '';
  }  
} 
.form-item-markup-estaciones {
  margin-bottom: 0; 
  margin-top: 15px;
}
/*.view-avisos-a-la-poblacion .msg {
  border-left: 5px solid #f4a717;
}*/
.block-climav2 {
  margin-top: 0px !important;
}  
img#imagenAviso.avisohome {
  border-radius: 10px 0px 0px 10px;
}
.alert-info .info {
  display: flex;
  align-items: center;
}
.alert-info {
  margin: 10px 0 !important;
  border-radius: var(--roundedXl);
  padding: 0px 10px 0px 0px !important;
  box-shadow: 0 3px 7px -3px rgba(0,0,0,0.3);
}
.alert-info figure {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 575px) {
  .alert-info figure {
    margin-right: 10px !important;
  }
}  
.alert-info-aviso {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  padding-top: 6px !important;
}
@media screen and (max-width: 374px) {
  .alert-info-aviso {
    padding-top: 4px !important;
  }
}
.alert-info-aviso a {
  margin-top: 16px !important;
}
@media screen and (max-width: 374px) {
  .alert-info-aviso a {
    margin-top: 2px !important;
  }
}

@media screen and (min-width: 1400px) {
  #block-accesoamapainteractivo .imgdest img {
    height: 203px;
    width: 100%;
  }
}
.current-weather .dropdown-map {
  position: relative !important;
}
#current-weather-banner-desktop {
  width: 100%;
  margin-inline: auto;
}  
#current-weather-banner-mobile {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 20px;
}    
@media screen and (max-width: 991px) {
  #current-weather-banner-desktop {
    display: none; 
  }
}
@media screen and (min-width: 992px) {
  #current-weather-banner-mobile {
    display: none;
  }
}
#current-weather-banner-desktop img {
  width: 100%;
}
#current-weather-banner-mobile img {
  width: 100%;
}
.banner-container {
  margin-block: 10px;
}
.path-comunidad section .region {
  background-color: #fff;
  padding: 25px;
}
.path-comunidad .view-noticias .view-content {
    display: block;
}
.path-comunidad .view-noticias .view-content .views-row {
  width: inherit;
  margin-right: 10px;
  margin-bottom: 25px;
}
.path-comunidad .view-noticias .view-content .views-row {
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}
.path-comunidad hr {
display: none;
}
@media screen and (max-width: 991px) {
  .path-comunidad .view-noticias .view-content .views-row img {
    margin: 0 auto;
  }
}
.path-comunidad .view-noticias .view-content .views-row .row h2 {
   margin-top: 0;
}
@media screen and (max-width: 991px) {
  .path-comunidad .view-noticias .view-content .views-row .row h2 {
    margin-top: 20px;
  }
}
#noHayAdv {
  font-weight: 700;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #fff;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  background-color: #4d4d4d;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background-color: #4d4d4d;
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
  background-color: #4d4d4d;
}
.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
  background-color: #4d4d4d;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button) {
    background-color: #fff;
    color: #4d4d4d;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: #fff;
    color: #4d4d4d;
}
.ckeditor-accordion-container > dl {
  border: none;
}
.presencia dl {
  margin-bottom: 0px;
}       	
.presencia .ml {
  margin-left: -18px;
}  
@media screen and (max-width: 767px) {
  .presencia .pb {
    padding-bottom: 20px;
  }
}  
@media screen and (min-width: 1200px) {
  .presencia .pr {
     padding-right: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .presencia .px {
     padding: 0 20px 0 20px !important;
  }
}  
.presencia img {
  width: 100%;
  height: auto;
}
.cope p:last-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cope .row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cope .col-sm-2 {
    width: 20% !important;
  }
}

.cope-item {
  margin-bottom: 20px;
}

.cope-item .cope-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cope-item a {
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .libro .col-sm-2 {
    width: 20% !important;
  }
}
.libro-item {
  margin-bottom: 20px;
}
.libro-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .libro-item a {
    text-align: center;
  }
}
tr:has(a[href$='cese_2024_08_07_13_39.pdf']) {
  display: none !important;
}

#acronym-table {
    text-align: center;
}
.acronym-column {
    width: 25%;
}
.meaning-column {
    width: 75%;
}
#acronym-table, th, td {
    border: 1px solid #ddd;
}
#acronym-table th {
    background: #3baec7;
    color: white;
    font-size: 13px;
    margin-bottom: 10px;
}
#acronym-table td {
    vertical-align: middle;
}
#pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination-controls button {
    border: none;
    background: none;
    padding: 6px 12px;
}
#pagination-controls a {
    padding: 6px 12px;
}
#pagination-controls .disabled {
    font-weight: bold;
}
#pagination-controls a {
    color: #4d4d4d;
}
#pagination-controls a:hover {
    color: #297e89;
}
#pagination-controls .disabled {
    color: #327e88;
}
#pagination-controls .disabled:hover {
    color: #327e88;
}
#pagination-controls .disabled:focus {
    color: #327e88;
}
/*.webform-submission-docentes-solicitud-visita-form label {
  font-weight: bold;
}*/

.webform-submission-docentes-solicitud-visita-form .select-wrapper:after {
    right: 2%;
}

@media screen and (min-width: 768px) {
    .portal-educativo .row {
        display: flex;
        justify-content: center;
    }
}

.portal-educativo img {
    max-width:100%;
    height:auto;
    margin-bottom:1rem;
    border-radius:20px
}

.portal-educativo img:hover {
    opacity: 0.7;
}

.portal-educativo span {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}

.block-views-blockvideos-block-3 h2 {
    margin-bottom: 2.5rem;
}

.portal-educativo .video-embed-field-provider-youtube {
    margin-bottom: 1rem;
}

.portal-educativo .cols-5 {
    display: flex;
    justify-content: center;
}

.portal-educativo .more-link.form-group {
    text-align: center;
    border-bottom: none
}

.portal-educativo .more-link.form-group a {
    background: #3baec7;
    color: #FFF;
    padding: 1rem 1.5rem 1rem;
    border-radius: 3px;
}

.portal-educativo .more-link.form-group a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .block-views-blockvideos-block-3 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .block-views-blockvideos-block-4 {
        display: none;
    }
}

.enlaces-interes .col-sm-9 {
    display: flex;
    align-items: center;
}

.formulario-visita {
    margin: 3rem 0rem;
    border: 1px solid #ddd;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
   #edit-rango-edades {
       display: flex;
   }
}

.indices-uv-incendios {
    display: flex;
}

@media screen and (min-width: 992px) {
    .indices-uv-incendios {
        display: flex;
        margin-top: -15px;
        margin-bottom: 12px;
    }
}

.indice-uv, .riesgo-incendio {
    display: flex;
    flex: 1;
    align-items: center;
}

.indices-uv-incendios .img {
    flex: 0 0 45px;
    height: 45px;
    width: 45px;
    margin: 0 0.5rem;
}

@media screen and (max-width: 991px) {
   .indices-uv-incendios .img {
        margin: 0 1rem;
    }
}

.indices-uv-incendios .img:hover {
    opacity: 0.8;
}

.indices-uv-incendios .info {
    flex: 1;
    margin: 0 0.5rem;
}

.indices-uv-incendios .titulo {
    font-weight: 600;
}

.indices-uv-incendios svg {
    display: none;
}

@media screen and (max-width: 991px) {
    .current-weather .dropdown-map .btn-trigger-dropdown {
        top: 65px;
    }
}

.ueg .ml {
    margin-left: -18px;
}

.ueg dd {
    margin-left: 1.75rem !important;
}

.ueg ul {
    margin-left: 2rem;
}

.ueg h6 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.ckeditor-accordion-container h6:first-of-type {
    margin-top: 1.75rem;
}

.ueg .ckeditor-accordion-container > dl {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1023px) {
    .block-views-blockvideos-block-5 {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .block-views-blockvideos-block-6 {
        display: none;
    }
}

.miniatura-video-home {
   margin-top: 14px;
   margin-bottom: 7px;
}

.links-video-home {
  margin-bottom: 6px;
  text-align: center;
}

.miniatura-video-home {
  position: relative;
  display: inline-block;
}

.miniatura-video-home img {
  width: 100%;
  height: auto;
}

.miniatura-video-home::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: transparent url('/sites/default/files/play.png') no-repeat scroll 0 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  pointer-events: none;
}

.path-aeronautica #div_aviso ul {
    list-style-type: none;
}

.banner-mides-sinae {
  display: flex;
  width: 100%;
  height: auto;
  background-image: url('/sites/default/files/banner-mides-sinae.jpg'); /* Ruta al banner */
  background-size: cover;
  background-position: center;
  aspect-ratio: 6.2 / 1;
}

.banner-mides-sinae .banner-zone {
  display: block;
  height: 100%;
}

.banner-mides-sinae .left-zone {
  flex: 0 0 45%;
}

.banner-mides-sinae .center-zone {
  flex: 0 0 10%;
  pointer-events: none; /* No se puede hacer clic */
}

.banner-mides-sinae .right-zone {
  flex: 0 0 45%;
}
