@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Poppins:wght@400;500;600;700&display=swap");
html {
  font-size: 105%;
}

body {
  color: #5d737e;
  font-family: "Poppins", Arial, sans-serif;
}

#main-header #idioma {
  display: none;
}

#recurso a {
  text-decoration: none;
}
#recurso ul.tipo1, #recurso ul.tipo2, #recurso ol {
  font-family: "Poppins", Arial, sans-serif;
}
#recurso ul {
  margin-bottom: 30px;
}
#recurso ul li {
  padding-bottom: 5px;
}

.fondo1 {
  background: linear-gradient(104deg, #126DA2 1%, #4DD0EE 100%);
}

.fondo1-2 {
  background: linear-gradient(104deg, #126DA2 1%, #4DD0EE 100%);
}

.fondo1-3 {
  background: linear-gradient(102deg, #126DA2 1.91%, #309EC8 33.63%, #D1E678 98.02%);
}

.fondo2 {
  background-color: #385F98;
}

.fondo3 {
  background-color: #CB1519;
}

.fondo4 {
  background: linear-gradient(83deg, #DF5042 3.41%, #F2B441 80.51%);
}

.fondo4-2 {
  background: linear-gradient(93deg, #F2B441 6.61%, #DF5042 83.59%);
}

.fondo5 {
  background: linear-gradient(97deg, #D1DF65 3.52%, #278C67 46.94%, #D1DF65 98.07%);
}

.fondo5-2 {
  background: linear-gradient(85deg, #B4C968 5.45%, #208C6E 49.12%, #B4C968 96.5%);
}

.fondo6 {
  background: linear-gradient(85deg, #2CCEDF 3.2%, #278C67 27.16%, #D1DF65 98.09%);
}

.fondo7 {
  background: linear-gradient(90deg, #F2B33D 0.4%, #F2762E 103.81%);
}

.fondo7-2 {
  background: linear-gradient(88deg, #F2762E 0.7%, #F2B33D 98.8%);
}

.fondo8 {
  background: linear-gradient(90deg, #2C2F73 0.4%, #1B2440 101.74%);
}

.fondo9 {
  background: linear-gradient(90deg, #9272B1 0.4%, #492A8C 68.65%);
}

.fondo10 {
  background: linear-gradient(90deg, #BF967E 0.4%, #8C3A3A 80.02%);
}

.fondo11 {
  background: linear-gradient(90deg, #038C7F 0.4%, #395953 89.33%);
}

.fondo12 {
  background: linear-gradient(90deg, #048ABF 0.4%, #0477BF 87.26%);
}

.fondo13 {
  background: linear-gradient(90deg, #E2007C 0.4%, #8C035C 87.26%);
}

.fondo14 {
  background: linear-gradient(90deg, #F29F05 0.4%, #D97904 101.74%);
}

h1, h2 {
  color: #000;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
h1.tipo2, h2.tipo2 {
  color: #f52549;
}

h3, h4, h5, h6 {
  color: #5d737e;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
h3.tipo2, h4.tipo2, h5.tipo2, h6.tipo2 {
  color: #f52549;
}

.modulo1 h1 {
  font-size: 1.7rem;
  line-height: 1.1em;
  text-align: center;
}
.modulo1 h1:after {
  content: '';
  display: block;
  height: 3px;
  width: 80px;
  background: #000;
  margin: 30px auto 60px;
}
.modulo1 h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.modulo1 h2:after {
  content: '';
  display: block;
  height: 3px;
  width: 50px;
  background: #000;
  margin: 10px 0 0;
}
.modulo1 h2.tipo2:after {
  background: #f52549;
}

.meses h2:after {
  display: none;
}

h3 {
  font-size: 1.05rem;
}

h4, h3.tipo2 {
  font-size: 1.1rem;
}

h5, h6 {
  font-size: 1rem;
}

h1 + p .txt-l,
h1 + h2 + p .txt-l, .txt-m {
  line-height: 1.5em;
}

h2.ui-accordion-header:after {
  display: none;
}

.txtcolortema2, .acordeon .ui-accordion-header .ui-accordion-header-icon:before,
#listadoitems .elementos li a,
#listadoitems h2 {
  color: #f52549;
}

.naranja {
  color: #ea654c;
}

#main-nav .icono-cerrar::before {
  color: #fff;
}

#main-nav {
  background: linear-gradient(90deg, #126DA2 40%, #4DD0EE 103.8%);
}

@media (min-width: 768px) {
  #main-nav {
    background: linear-gradient(90deg, #126DA2 70%, #4DD0EE 103.8%);
  }
}

#main-nav ul#n2 li a {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}
#main-nav ul#n2 li a:hover {
  opacity: .7;
  transition: all 300ms;
}
#main-nav ul#n2 li.activo a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#main-nav ul#n2 li.primero a {
  font-weight: 600;
}

.contenedor .bloque.intro .zona-izd {
  padding-top: 50px;
}

.modulohome .intro-dest {
  justify-content: flex-start;
  background-position: 100% 50%;
}
.modulohome .intro-dest .texto {
  color: #000;
  text-align: left;
  box-sizing: border-box;
  padding: 0 25px;
}
.modulohome .intro-dest .texto h2 {
  color: #000;
  font-size: 2em;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 40px 0;
}
.modulohome .intro-dest .texto h2 strong {
  display: block;
}
.modulohome .intro-dest .texto h2 strong:after {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background: #000;
  margin: 35px 0;
}
.modulohome .intro-dest .texto p {
  font-size: 1.15rem;
  z-index: 10;
}
.modulohome .intro-dest .texto p a {
  color: #000;
  text-decoration: none;
}
.modulohome .intro-dest .texto p a:hover {
  opacity: .7;
  transition: all 300ms;
}

.modulohome .cuadricula .foto {
    padding: 5%;
    box-sizing: border-box;
}

.modulohome .cuadricula .foto img {
      width: 75%;
}

.caja-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.caja-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bloque .destacado {
  font-family: "DM Serif Text", serif;
}

.bloque .destacado .espacio p {
  line-height: 1.25em;
}

.bloque .destacado ul.fijo {
  position: fixed;
}

.bloque .destacado ul li {
  background: none;
  position: relative;
}

.bloque .destacado ul li:before {
    background: white;
    content: '';
    display: block;    
    height: 5px;
    left: 11px; 
    position: absolute;
    top: 11px;
    width: 5px;
}

.bloque .destacado ul a {
  color: #fff;
}

.bloque .destacado ul a:hover {
  color: #fff !important;
}

.bloque.fondo2 {
  background-color: #f5f1e9;
}

.bloque.fondo2 * {
    color: #5d737e;
}

.bloque.fondo2 a:hover {
    text-decoration-color: #5d737e;
}

.caja-dest {
  font-family: "DM Serif Text", serif;
  margin-bottom: 60px;
  text-align: center;
}

.caja-dest p {
  font-size: 1.2em;
}

#atajo {
  z-index: 100;
}

.boton a {
  color: #fff !important;
  text-decoration: none !important;
}

.boton a:hover {
  color: #07346b !important;
}

table th {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
}

.enlaces-contenidos.activo {
  opacity: 1;
  transform: translateY(0);
}

.acordeon .ui-accordion-content :not(.boton) > a {
    text-decoration: underline !important;
}

.acordeon-gris .ui-accordion-header,
.acordeon-gris .ui-accordion-header .ui-accordion-header-icon:before{
  color: #5d737e;
}

.bloque-blanco ul li {
  background: none;
  text-align: left;
  position: relative;
}

.bloque-blanco ul li:before {
    background: white;
    content: '';
    display: block;    
    height: 5px;
    left: 11px; 
    position: absolute;
    top: 11px;
    width: 5px;
}

.bloque-blanco a {
  color: #fff;
  text-decoration: underline !important;
}

.bloque-blanco a:hover {
  color: #fff !important;
}

@media (min-width: 47em) {
  .contenedor .bloque.intro .zona-dch > img {
    width: 100%;
    object-fit: cover;
  }

  .bloque .destacado {
    height: 100%;
    min-height: 425px;
  }
}

@media (min-width: 67.5em) {
  #recurso a:hover {
    text-decoration: underline;
    color: #f52549;
  }

  .modulohome .cuadricula .foto img{
      width: 75%;
  }

  .modulohome .cuadricula .info {
    min-height: 350px;
  }

  .modulohome .cuadricula .info p a:hover {
    color: inherit !important;
  }

  .fondo2 a:hover {
    color: #fff;
    opacity: .7;
  }

  .bloque.fondo2 a:hover {
    color: #5d737e;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  .contenedor .bloque.intro .zona-izd {
    padding-top: 80px;
  }

  .modulohome .intro-dest .texto {
    padding: 9vh 60px 0;
    max-width: 350px;
    align-self: flex-start;
  }
  .modulohome .intro-dest .texto h2 {
    margin: 0;
  }
  .modulohome .intro-dest .texto p {
    bottom: 10px;
    position: absolute;
    left: 50px;
    z-index: 10;
  }

  .modulohome .intro-dest .scroll-down {
    bottom: 20px;
  }

  .enlaces-contenidos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .enlaces-contenidos p.siguiente-cont a:before {
    display: none;
  }

  .enlaces-contenidos p.siguiente-cont a:after {
    color: #fff;
    content: "\f006";
    flex: 0 0 50px;
    font-family: fontello;
    font-size: 29px !important;
    height: 39px !important;
    padding: 11px 0 0;
    text-align: center;
    width: 50px !important;
  }

  .enlaces-contenidos p.siguiente-cont a {
    align-items: center;
    border-radius: 35px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    max-width: 50px;
    overflow: hidden;
    padding-top: 1px;
    position: relative;
    text-align: right;
    transition: max-width 1s;
    vertical-align: top;
    white-space: nowrap;
  }

  .enlaces-contenidos p.siguiente-cont a span {
    padding-left: 30px;
  }

  .enlaces-contenidos p.siguiente-cont a:hover {
    max-width: 600px;
    width: auto;
    color: #fff !important;
  }

  .bloque .destacado {
    font-size: 1.7em;
  }

  .caja-dest p {
    font-size: 1.35em;
  }
}
@media (min-width: 1700px) {
  #main-section {
    font-size: 1em;
  }

  .modulohome .intro-dest .texto p {
    bottom: 25px;
  }
  .modulohome .intro-dest .scroll-down {
    bottom: 40px;
  }
}

@media (min-width: 810px) {
    .bloque .zona-dch {
        min-height: calc(100vh - 155px);
    }
}
