@font-face {
  font-family: 'Museo';
  src: url('../fonts/museosans_500-webfont.woff2') format('woff2'),
  url('../fonts/museosans_500-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.noticia {
  background-color: #fff;
  padding: 0;
}

.noticia img {
  width: 100%;
}

.info-noticias {
  padding: 20px;
}

.info-noticias a h2 {
  color: #297e89;
  font-size: 18px;
}

/* Home videos */
.videos {
  background-color: #fff;
  border: 1px solid #81d7e2;
  padding: 30px;
  margin-bottom: 15px;
}

.videos h2 {
  font-size: 15px;
  margin-left: 60px;
}

.slide-videos ul {
  list-style-type: none;
  overflow: hidden;
  background-color: #333;
}

.slide-videos li {
  display: inline;
  padding: 20px;
}

.slide-videos li img {
  width: 300px;
  height: 168px;
}

/* Custom Arrow. */
.prev {
  color: #999;
  top: 50%;
  left: 1.5em;
  font-size: 1.5em;
}

.prev:hover {
  cursor: pointer;
  color: black;
}

.next {
  color: #999;
  top: 50%;
  right: 1.5em;
  font-size: 1.5em;
}

.next:hover {
  cursor: pointer;
  color: black;
}

@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}

/*  Body. */
body {
  background: #f7fafb;
  margin: 0;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

h1, h2, h3 {
  color: #297e89;
  font-family: 'Museo', 'Open Sans', sans-serif;
  margin: 0;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px !important;
}

h2 a {
  font-size: 18px;
  margin-bottom: 10px;
}

a h3 span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1a808c;
}

a:hover h3 span {
  color: #3baec7;
  text-decoration: none;
}

p, span, a, ul li {
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 13px;
}

a {
  color: #297e89;
}

a:hover, a:focus {
  color: #3baec7;
  text-decoration: none;
}

.alert {
  display: block;
  margin-bottom: inherit;
}

.alert ul.item-list--messages li.item--message {
  display: none;
}

ul, ul li {
  padding: 0;
}

/*  Grid. */
.container {
  max-width: 1440px;
  width: 100%;
}

/*  Flex. */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*  Header. */
#block-inumet-main-menu ul li ul li ul.dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.navbar-default {
  background: #3baec7;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin-top: 0 !important;
}

header.navbar-default .navbar-default .navbar-collapse,
header.navbar-default .navbar-default .navbar-form {
  background: transparent;
}

header.navbar-default .navbar-brand {
  height: auto;
  margin: 10px 0 !important;
  padding: 0;
}

header.navbar-default .navbar-nav > li {}
header.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

header.navbar-default .navbar-nav > li.active > a {
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

header.navbar-default .navbar-nav > li.active > a:hover,
header.navbar-default .navbar-nav > li.active > a:focus {
  color: white;
}

header.navbar-default .navbar-nav > li > a .caret,
#block-inumet-main-menu ul li ul li a .caret {
  background-color: white;
  -webkit-mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  height: 12px;
  width: 12px;
  vertical-align: baseline;
}

header.navbar-default .navbar-nav > li > a:hover,
header.navbar-default .navbar-nav > li > a:focus {
  background: transparent !important;
  color: #a3edfd;
}

header.navbar-default .navbar-nav > li > a:hover .caret,
header.navbar-default .navbar-nav > li > a:focus .caret {
  background: #a3edfd;
}

header.navbar-default .navbar-nav > .open > a,
header.navbar-default .navbar-nav > .open > a:hover,
header.navbar-default .navbar-nav > .open > a:focus {
  color: red;
  background-color: #3bb0c9;
}

header.navbar-default .navbar-nav > li > .dropdown-menu {
  background: #3bb0c9;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 10px 20px 20px;
  left: 0;
  right: auto;
}

header.navbar-default .navbar-nav > li > .dropdown-menu li {}
header.navbar-default .navbar-nav > li > .dropdown-menu li a {
  color: #fff;
  padding: 5px 0;
}

header.navbar-default .navbar-nav > li > .dropdown-menu li a:hover,
header.navbar-default .navbar-nav > li > .dropdown-menu li a:focus {
  background: transparent;
  color: #a3edfd;
}

header.navbar-default .navbar-nav > li > ul > li > ul.dropdown-menu li > a {
  font-weight: normal;
}

header.navbar-default .navbar-nav > li > .dropdown-menu li.active a.dropdown-toggle,
header.navbar-default .navbar-nav > li > .dropdown-menu li.active a.is-active {
  background: transparent;
  color: white;
  font-weight: 600;
}

header.navbar-default .navbar-nav > .open > a,
header.navbar-default .navbar-nav > .open > a:hover,
header.navbar-default .navbar-nav > .open > a:focus {
  color: white;
}

@media (max-width: 767px) {
  header.navbar-default {
    padding: 10px 0;
  }

  header.navbar-default .navbar-toggle {
    border: none;
    margin: 12px 5px 0 5px;
  }

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

  header.navbar-default .navbar-toggle .icon-bar {
    background: white;
  }

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

  header.navbar-default .navbar-nav.menu {
    margin: 10px 0 0;
  }

  header.navbar-default .navbar-collapse {
    border-color: #a3edfd;
    margin-top: 10px;
    padding: 0;
  }

  header.navbar-default .navbar-nav > li > a {
    padding: 7px 0;
  }

  header.navbar-default .navbar-nav > li > a:hover,
  header.navbar-default .navbar-nav > li > a:focus {
    background: transparent !important;
    color: #a3edfd;
  }

  header.navbar-default .navbar-nav > li > a:hover .caret,
  header.navbar-default .navbar-nav > li > a:focus .caret {
    background: #a3edfd !important;
  }

  header.navbar-default .navbar-nav > li > ul > li > a .caret {
    background-color: white;
    -webkit-mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
    mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
    height: 12px;
    width: 12px;
    vertical-align: baseline;
  }

  header.navbar-default .navbar-nav > li > .dropdown-menu li {}
  header.navbar-default .navbar-nav > li > .dropdown-menu li a {
    color: #fff !important;
    padding: 5px 0;
  }

  header.navbar-default .navbar-nav > li > .dropdown-menu li a:hover,
  header.navbar-default .navbar-nav > li > .dropdown-menu li a:focus {
    background: transparent;
    color: #a3edfd !important;
  }

  header.navbar-default .navbar-nav > li > .dropdown-menu li.active a,
  header.navbar-default .navbar-nav > li > .dropdown-menu li.active a {
    background: transparent !important;
    color: white;
    font-weight: 600;
  }
}

/*  Home. */
.path-frontpage aside {
  margin-top: 20px;
}

.path-frontpage .region-content {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .path-frontpage aside {
    margin-top: 0;
  }
}

/*  Menú de página en sección contenido. */
.region-content nav {
  background: white;
  padding: 20px 40px 40px;
}

.region-content nav h2,
.region-content nav h2 span {
  color: #297e89;
  font-size: 16px;
  font-weight: 600;
}

.region-content nav ul {
  float: none !important;
  margin: 0;
}

.region-content nav ul li {
  border-bottom: 1px solid #a3edfd;
  float: none !important;
}

.region-content nav ul li:last-child {
  border-bottom: none;
}

.region-content nav ul li a {
  color: #4d4d4d;
  font-size: 14px;
}

.region-content nav ul li a .caret {
  background-color: #3baec7;
  -webkit-mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  height: 12px;
  width: 12px;
  vertical-align: baseline;
}

.region-content nav ul li.open a {
  color: #297e89;
}
.region-content nav ul li.open a .caret {
  transform: rotate(180deg);
}

.region-content nav ul li a:hover,
.region-content nav ul li a:focus {
  background: transparent;
  color: #297e89;
}

.region-content nav .dropdown-menu {
  position: relative;
  box-shadow: none;
  border: none;
}

.region-content nav .dropdown-menu a {
  color: #4d4d4d !important;
  padding-left: 25px;
}

/*  Box. */
.box {
  background: white;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}

.box-green {
  margin-bottom: 10px;
  padding: 20px;
}

.box-green select {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

/*  Header box. */
.header-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.header-box h3 {
  margin: 10px 0;
  font-size: 20px;
}

/*  File. */
.download {
  border: 2px solid #f3f8f9;
  border-radius: 5px;
  margin: 5px 0;
  padding: 5px;
}

.file {
  display: block;
  align-items: center;
}

.file span {
  border: none !important;
}

.file-icon-download img {
  margin-right: 5px;
  width: 40px;
}

.file-link a {
  color: #297e89;
}

.file-link a:hover,
.file-link a:focus {
  color: #3baec7;
  text-decoration: none;
}

/*  Box. */
.block-grid {}
.block-grid .block-home {
  margin-right: 5px;
  padding: 10px;
  width: 50%;
}

.block-grid.block-grid-last {
  margin-bottom: 20px;
}

.block-grid .block-home:nth-child(2) {
  margin-left: 5px;
  margin-right: 0;
}

.block-grid .block-home a {
  display: block;
  text-align: center;
  color: #999;
}

.block-grid .block-home a:hover,
.block-grid .block-home a:focus {
  color: #297e89;
}

.block-grid .block-home a img {
  display: block;
  margin: 10px auto;
  width: 50px;
}

.block-grid .block-home a span {
  color: #297e89;
  display: block;
  font-size: 11px;
  line-height: 12px;
}

.block-grid .block-home a:hover span,
.block-grid .block-home a:focus span {
  color: #3baec7;
}

.block-grid .block-home a:hover img,
.block-grid .block-home a:focus img {
  opacity: 0.7;
}

/*  Icons. */
.arrow-down {
  background-color: #3baec7;
  display: inline-block;
  -webkit-mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  height: 15px;
  width: 15px;
  vertical-align: baseline;
}

.arrow-down:hover,
.arrow-down:focus {
  background: #3bb0c9;
}

.arrow-down2 {
  background-color: #3baec7;
  display: inline-block;
  -webkit-mask: url(../images/ico-arrow-down-2.svg) no-repeat 50% 50%;
  mask: url(../images/ico-arrow-down.svg) no-repeat 50% 50%;
  height: 25px;
  width: 25px;
  vertical-align: baseline;
  float: right;
}

.arrow-down:hover,
.arrow-down:focus {
  background: #3bb0c9;
}

/*  Social. */
.social {
  padding: 10px;
}

.social a {
  flex-grow: 1;
  text-align: center;
}

/*  Botón acceso. */
.boton-acceso {
  padding: 0;
}

.boton-acceso a {
  display: block;
}

.boton-acceso img {
  margin-right: 20px;
}

.boton-acceso:hover,
.boton-acceso:focus {
  border: 1px solid #3baec7;
}

.boton-acceso:hover h2,
.boton-acceso:focus h2 {
  color: #3baec7;
}

/*  Destacado. */
.destacado {}
.destacado .img-destacado {
  flex: 0 20%;
}

.destacado .img-destacado img {
  border-radius: 50%;
  overflow: hidden;
}

.destacado .info-destacado {
  flex: 0 70%;
  margin: 0 10px;
}

.destacado .info-destacado .titulo-destacado a {
  font-family: 'Museo', 'Open Sans', sans-serif;
  font-size: 16px;
}

.titulo-destacado {
  font-family: 'Museo', 'Open Sans', sans-serif;
  font-size: 16px;
}

/*  View noticias. */
.view-noticias {
  margin: 20px 0;
}

.view-noticias .view-content {
  display: flex;
}

.view-noticias .view-content .views-row {
  margin-right: 10px;
  width: 50%;
}

.view-noticias .views-row:nth-child(2) {
  /*margin-left: 10px;*/
  margin-right: 0;
}

@media (max-width: 768px) {
  .view-noticias .view-content {
    display: block;
  }
  .view-noticias .view-content .views-row {
    flex: 1;
    margin: 0;
    width: 100%;
  }
}

/*  Noticias. */
article.news {}
.view-noticias.view-id-noticias.view-display-id-block_1 .box-img,
article.news figure {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.view-noticias.view-id-noticias.view-display-id-block_1 .box-img img,
article.news figure img {
  border: none;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 3;
}

article.news figure .overlay-figure {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;
}

article.news .box-info {
  background: white;
  margin: 0;
  height: 150px;
  padding: 20px;
}

article.news .box-info h2 {
  margin: 10px 0;
}

article.news a:hover,
article.news a:focus {
  text-decoration: none;
}

article.news a:hover h2,
article.news a:focus h2 {
  color: #3baec7;
}

article.news a:hover .overlay-figure,
article.news a:focus .overlay-figure {
  background: rgba(59, 176, 201, 0.3);
}

.view-noticias.view-id-noticias.view-display-id-block_1 .box-img img:hover,
.view-noticias.view-id-noticias.view-display-id-block_1 .box-img img:focus,
article.news a:hover figure img,
article.news a:focus figure img {
  transform: scale(1.15);
}

.box-img img {
  width: 100%;
}

@media (max-width: 1200px) {
  article.news .box-info {
    height: 200px;
  }
}

@media (max-width: 768px) {
  article.news {
    margin-bottom: 20px;
  }
  article.news .box-info {
    height: auto;
  }
}

/*  Navs admin. */
nav.tabs {}
nav.tabs ul {
  display: flex;
}

/*  Nav Tabs. */
.nav-tabs {
  border: none;
  padding: 0;
}

.nav-tabs > li {
  float: none;
  margin-right: 5px;
}

@media (max-width: 1024px) {
  .nav-tabs > li {
    flex-grow: 1;
  }
}

.nav-tabs > li:last-child {
  margin-right: 0;
}

.nav-tabs > li > a {
  background: #ffffff5c;
  border: 1px solid #a3edfd73;
  border-bottom: none;
  height: 50px;
  padding: 15px 30px;
}

@media (max-width: 1024px) {
  .nav-tabs > li > a {
    padding: 15px;
  }
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #ffffff5c;
  border: 1px solid #a3edfd;
  border-bottom: none;
}

.nav-tabs > li.active {
  position: relative;
  overflow: hidden;
}

.nav-tabs > li.active:after {
  bottom: -2px;
  content: "";
  left: 1px;
  background: white;
  height: 3px;
  position: absolute;
  width: 100%;
}

.nav-tabs > li.active > a {
  background: white;
  border: 1px solid #a3edfd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #a3edfd;
}

.nav-tabs > li.active > a > .name {
  color: #3baec7;
}

.nav-tabs > li > a {
  display: flex;
  margin: 0;
}
.nav-tabs > li > a > .name {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nav-tabs > li > a > .name {
    display: none;
  }

  .nav-tabs > li > a > .ico {
    background-color: #3baec7;
    /*: 20px;
    width: 20px;
    */
    height: 25px;
    width: 25px;
  }

  .nav-tabs > li > a:hover > .ico,
  .nav-tabs > li > a:focus > .ico {
    background-color: #a3edfd;
  }

  .nav-tabs > li.item-estado > a > .ico {
    -webkit-mask: url(../images/ico-tab-estado-actual.svg) no-repeat 50% 50%;
    mask: url(../images/ico-tab-estado-actual.svg) no-repeat 50% 50%;
  }

  .nav-tabs > li.item-pronostico > a > .ico {
    -webkit-mask: url(../images/ico-tab-pronostico.svg) no-repeat 50% 50%;
    mask: url(../images/ico-tab-pronostico.svg) no-repeat 50% 50%;
  }

  .nav-tabs > li.item-aviso > a > .ico {
    -webkit-mask: url(../images/ico-tab-aviso.svg) no-repeat 50% 50%;
    mask: url(../images/ico-tab-aviso.svg) no-repeat 50% 50%;
  }

  .nav-tabs > li.item-alerta > a > .ico {
    -webkit-mask: url(../images/ico-tab-alerta.svg) no-repeat 50% 50%;
    mask: url(../images/ico-tab-alerta.svg) no-repeat 50% 50%;
  }
  .msg-actualizacion {
    margin-top: 10%;
  }
}

.tab-content {
  background: white;
  border: 1px solid #a3edfd;
}

.tab-content .tab-pane {
  padding: 20px;
}

/*  Footer. */
footer.footer {
  background: #3baec7;
  border: none;
  padding: 15px 0;
}

footer.footer * {
  color: white;
}

footer.footer p {
  margin: 0;
}

footer p.mapaSitio {
  padding-top: 20px;
}

footer p.mapaSitio > a:hover, a:focus {
  color: #297e89;
  text-decoration: none;
}

/*  FORM. */
.form-item {
  border: none;
}
.form-item.panel {
  margin-bottom: 40px;
}
.form-item.panel .panel {
  margin: 0;
}

.form-item .panel-heading {
  border-bottom: 1px solid #d1f6fe;
  background: transparent;
}
.form-item .panel-heading .panel-title {
  color: #297e89;
  font-size: 26px;
  margin-top: 30px;
  padding-left: 0;
}

.form-control {
  border: 1px solid #3baec7;
  box-shadow: none;
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  max-width: 300px;
}

.form-control:hover, .form-control:focus {
  border: 1px solid #a3edfd;
  box-shadow: none;
}

.help-block {
  display: none;
}

/*  OTROS. */
.block-views-blocknoticias-block-1 .view-id-noticias {
  background: transparent;
}

.menu-izquierdo span {
  font-size: 16px;
  color: #297e89;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: bold;

}

.menu {
  margin-left: 30px;
}

/* Contenido. */
.contenido .fotonoticia {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  width: 50%;
}

.contenido p {
  font-size: 13px;
  text-align: justify;
}

.breadcrumb {
  padding: 8px 15px 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.breadcrumb > .active {
  color: #297e89;
  font-weight: bold;
}

.breadcrumb > li + li:before {
  content: "\003e" !important;
  color: #297e89;
}

.embed-responsive {
  margin-right: 20px;
}

/* Aviso población. */
.aviso {
  margin-bottom: 30px;
  border: 1px solid #effcff;
  padding: 25px;
}

.view-id-avisos_a_la_poblacion {
  background-color: #fff;
}

/* Perspectivas. */
.perspectivas, .descargas {
  margin-bottom: 30px;
  border-bottom: 1px solid #e2f5f8;
  padding: 25px;
}

/* Descargas. */
.descargas h2 span {
  font-size: 18px;
  margin-bottom: 10px;
  color: #297e89;
}

.view-id-perspectivas {
  background-color: #fff;
}

/* Listado noticias. */
.noticias-list {
  border-bottom: 1px solid #e2f5f8;
  padding: 20px 10px 10px 10px;
  display: flex;
}

.noticias-list .imagen {
  float: left;
  padding-right: 10px;
}

.noticias-list .texto-list {
  float: left;
}

.path-sala-de-prensa .view-noticias .view-content {
  display: block;
}

.path-sala-de-prensa .view-noticias .view-content .views-row {
  width: inherit;
}

.view-id-noticias {
  background-color: #fff;
}
#block-navegacionprincipal-menu {
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
}

#block-navegacionprincipal-menu a {
  font-size: 18px;
}

.path-node section .region,
.path-sala-de-prensa section .region,
.page-node-type-noticias section .region,
.page-node-type-perspectivas section .region,
.path-institucional section .region,
.path-webform section .region,
.path-clima section .region,
.path-sitemap section .region,
.path-contingencia-estado-actual section .region,
.path-contingencia-pronostico section .region,
.path-contingencia-aviso section .region,
.path-contingencia-alerta section .region,
.path-tiempo section .region,
.path-search section .region,
.path-escuela section .region {
  background-color: #fff;
  padding: 25px;
}

section .region .page-header {
  border: none;
}
section .region h1.page-header,
section .region .page-header span {
  font-size: 35px;
  color: #4d4d4d;
}

@media screen and (max-width: 468px) {
  .noticias-list {
    min-height: auto;
  }
  .noticias-list .imagen {
    width: 100%;
  }

  .noticias-list .texto-list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #block-inumet-main-menu {
    position: relative;
    z-index: 9999;
  }
  #block-inumet-main-menu ul.menu {
    background: #3baec7;
    margin-left: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #block-navegacionprincipal {
    display: none;
  }

  #block-inumet-main-menu {
    display: none;
  }

  #block-navegacionprincipal-2 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #block-navegacionprincipal-2 {
    display: none;
  }
}

/* Noticias. */
.path-node .region .noticias .field--name-field-fecha {
  font-weight: bold;
  padding-bottom: 10px;
}
.path-node .region .noticias .field--name-body {
  font-weight: 500;
}

.path-node .region .noticias .slick--skin--fullwidth,
.path-node .region .noticias .field--name-field-archivos-adjuntos {
  padding-top: 50px;
}

.btn-primary {
  color: #fff;
  background-color: #3bb0c9;
  border-color: #3bb0c9;
}

.btn-primary:hover {
  color: #fff;
  background-color: #297e89;
  border-color: #297e89;
}

.reportes {
  display: none;
}

/* Descarga de archivos. */
.file-icon-download > img {
  width: 30px;
  padding: 3px;
}

.file-icon-download,
.file-link,
.file-size {
  display: initial;
}

.file-link > a:hover, a:focus {
  color: #3baec7;
  text-decoration: none
}

.file > span:first-child,
.file > span:last-child,
.file > span {
  border: none;
  color: #4d4d4d;
}

.divTiempo {
  text-align: center;
}

.tablaCuencas {
  width: 100% !important;
  max-width: 700px;
  border: 1px #f2f3f4 solid;
}

.tablaCuencas th {
  font-size: 16px;
  background-color: #3baec7;
  padding: 5px;
  color: #fff;
  font-weight: normal;
}

.tablaCuencas td {
  padding: 5px;
  color: #4d4d4d;
  text-align: center;
  border-bottom: 1px solid #f2f3f4;
}

th {
  text-align: center !important;
}

/* 404. */
#fof {display: block; width: 100%; margin: 100px 0; line-height: 1.6em; text-align: center;}
#fof .content-logo {margin: 20px;}
#fof .hgroup {text-transform: uppercase;}
#fof .hgroup h1 {margin-bottom: 25px; font-size: 80px;}
#fof .hgroup h1 span {display: inline-block; margin-left: 5px; padding: 2px; border: 1px solid #ccc; overflow: hidden;}
#fof .hgroup h1 span strong {display: inline-block; padding: 0 20px 20px; border: 1px solid #ccc; font-weight: normal;}
#fof .hgroup h2 {font-size: 30px; font-weight: bold; color: #47aec6;}
#fof .hgroup h2 span {display: block; font-size: 30px;}
#fof p {margin: 25px 0 0 0; padding: 0; font-size: 16px;}
#fof p:first-child {margin-top: 0;}

/* Fin de contenido. */

.List--media .Media { margin-top: 2rem; padding: 2rem 0 0; }
.Media, .Media-body { display: block; overflow: hidden; }
.Box-info { color: #555; display: block; font-size: 0.875em; margin-bottom: 0.5em; }
.Media-body h3, .Media-body h3.Box-title { margin: 0.5rem 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #327e88;
  font-weight: bold;
  cursor: default;
  background: none;
  border: none;
}

.pagination > li > a, .pagination > li > span {
  color: #4d4d4d;
}

/* Color flechas slider. */
.slick-arrow::before {
  color: #3baec7 !important;
}

.media__icon--litebox:hover::before, .media__icon--litebox:hover::after {
  background-color: #3baec7 !important;
}

a:focus {
  outline: none;
  outline-offset: initial;
}

/* Logo mapa. */
.contMapaIndex:after,
.contMapaIndexPron:after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 70%;
  background-image: url("../images/ISOinumet.svg");
  background-size: 80px 80px;
  background-position: 25px 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 468px) {
  .contMapaIndex:after,
  .contMapaIndexPron:after {
    background-size: 50px 50px;
    width: 100px;
    height: 100px;
  }
}

/* Formulario llamados. */
.path-webform .panel-body {
  padding: 20px 0 0;
}

.path-webform .form-inline .form-control {
  display: block;
}

.path-webform #edit-curriculum-vitae-upload {
  padding-bottom: 20px;
}

.path-webform #edit-curriculum-vitae-upload .description {
  display: none;
}

.path-webform .select-wrapper:after {
  right: 78%;
}

/* Ajustes en perspectivas y contingencia-home. */
.field--label, .file {
  font-weight: 700;
  font-size: 14px;
}

.field--label {
  font-weight: 700;
  font-size: 18px;
}

.field--label-above {
  margin: 30px 0;
}

h2 span {
  font-size: 18px;
  color: #297e89;
  font-family: 'Museo', 'Open Sans', sans-serif;
  margin: 0;
}

/* Ajustes generales de estilos. */
.texto-boton a h2 {
  color: #999;
}

.transparencia {
  padding-left: 20px;
}

.seleccionar-estacion {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 30px 10px 10px;
  position: relative;
  width: 100%;
}

.espacio-15 {
  padding: 15px 0;
}

.separador-llamados {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2f5f8;
}

.form-item--error-message.alert {
  display: block;
}

.captcha {
  margin-bottom: 20px;
}

.aviso-block {
  background: white;
  border-left: 5px solid #3baec7;
  padding: 20px;
  margin-bottom: 20px;
}

.aviso-block a h2 {
  color: #3baec7;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.aviso-block a:hover h2:hover {
  color: #727272;
}

.aviso-block span {
  font-size: 22px;
  color: #e5ae42;
}

.ver-link {
  color: #3baec7;
  font-size: 14px;
  font-weight: bold;
}

.ver-link:hover {
  color: #297e89;
}

.content h3 {
  font-size: 16px;
  margin: 8px 0 5px 0;
}

li.print {
  list-style: none;
  display: inline;
  font-weight: bold;
  background-color: #3baec7;
  padding: 10px;
  border-radius: 6px;
}

.print a {
  font-size: 14px;
  color: #fff;
}

li.pdf {
  list-style: none;
  display: inline;
  font-weight: bold;
  background-color: #3baec7;
  padding: 10px;
  border-radius: 6px;
  margin-left: 20px;
}

li.pdf:hover {
  background-color: #3baec7;
}

.pdf a {
  font-size: 14px;
  color: #fff;
}

/* Ajustes para formulario de solicitud de información. */
.form-required:after {
  margin-left: 5px;
}

legend span {
  font-size: 20px;
}

#edit-texto-requisitos-academicos p strong {
  font-size: 16px;
}
.select-wrapper:after {
  color: #3baec7;
}

.select-wrapper select {
  line-height: normal;
}

/* Ajustes para buscador. */
.glyphicon-search {
  color: #fff;
}

.input-group .form-control {
  display: block;
  max-width: none;
}

#search-form {
  display: none;
}

nav.slick__arrow {
  background: none;
}

.imgdest {
  width: 100% !important;
  margin: 0;
}

.notimg {
  width: 100% !important;
}

.block-views-blocknoticias-block-2 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}

.block-views-blocknoticias-block-2 h3 {
  font-weight: lighter;
}

i.ico.ico-circule.ico__humedad.pull-left {
  background-size: 20px !important;
}

.text-imp {
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-block_2 {
  margin: 0;
}
.view-display-id-block_2 ul {
  margin: 0;
}

input#edit-keys {
  padding: 5px;
  background-color: #3ca5bb;
  border: 1px solid #3ca5bb;
}

input#edit-keys::placeholder {
  color: #5bbfd4;
}

div#block-inumet-search {
  width: 45%;
  float: right;
}

@media screen and (max-width: 767px) {
  div#block-inumet-search {
    display: none;
  }
}

.navbar-header {
  width: 100%;
}

.contOM {
  margin-bottom: 20px;
}

p.titDescContOM, span.tituloTabla {
  font-weight: bold;
  font-size: 15px;
}

.btn-default {
  border-color: #3baec7;
}

.btn:active, .btn.active {
  box-shadow: inherit;
}

p.descTitClasClim {
  font-weight: bold;
}

#contenedorTablas p {
  padding: 5px 0 10px 0;
}

table.tablaClimatica {
  margin-bottom: 25px;
}

.tablaClimatica tr:nth-child(1) td {
  background-color: #3baec7;
  font: bold 12px arial;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .quintilesReferencia li {
    width: 100%;
  }
}

.kitprensa {
  margin-bottom: 10px;
}

.pagination > li > a, .pagination > li > span {
  border: none;
}

section#block-views-block-videos-block-1 {
  padding: 10px;
}

.video-home {
  padding: 0 5px;
}

.more-link.form-group {
  text-align: right;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #d8dcde;
}

.block-views-blockvideos-block-2 {
  padding: 10px;
}

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

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

@media screen and (max-width: 768px) {
  .img-responsive {
    width: 100%;
  }
  .box-destacado {
    width: 100%;
  }
}

.container .v2 {
  margin: 15px 0 0;
}

.alertas {
  border-radius: 4px;
  margin: 0 15px;
}

.alert-info {
  margin: 5px 15px !important;
}

@media screen and (max-width: 768px) {
  .bordetop {
    border-top: 1px solid #dde4e6;
    padding-top: 20px;
  }

  .semana {
    font-size: 18px !important;
    font-weight: bold !important;
  }
}
.card-border {
  border: 1px solid #e6e6e6 !important;
}

.semana2 {
  font-size: 14px !important;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .card-border {
    padding: 10px;
  }

  .pronostico-desc {
    padding: 10px;
  }

  section#block-accesosdirectos {
    margin-bottom: 15px;
  }

  section#block-accesoamapainteractivo {
    margin-bottom: 15px;
  }

  .path-frontpage .region-content {
    margin-top: 5px;
  }

  a.btn.btn-border.btn-small.pull-right {
    display: block;
    margin: 10px 5px;
  }
}
