@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-bold.ttf') format("truetype"), url('../fonts/opensans-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-extrabolditalic.ttf') format("truetype"), url('../fonts/opensans-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/opensans-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Materialicons;
  src: url('../fonts/materialicons-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #ffa100;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  background-color: #fab50026;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 21.33px;
}

h1 {
  color: #a4561a;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

h2 {
  color: #ffa100;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  color: #ed7902;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #fab500;
}

.navbar {
  background-color: #0000;
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  order: 1;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: block;
}

.nav-link {
  color: #333;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.nav-link:hover {
  color: #feb700;
}

.nav-link.w--current {
  color: #a4561a;
}

.grid-recuadros-inicio {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-items: end;
  margin-top: 0;
}

.logo-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.logo-header.w--current {
  flex-direction: row;
  order: -1;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.libros-inicio {
  max-width: 1316px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recuadro-noticias {
  text-align: left;
  width: 100%;
  display: block;
  position: static;
  top: 16px;
}

.grid-footer {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-footer.footer {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.container-footer {
  border-top: 1px solid #fab500;
  max-width: 1316px;
}

.datos-footer {
  text-align: center;
  font-size: 14px;
}

.collection-list-wrapper-noticias-inicio-1 {
  display: block;
}

.noticias_inicio {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.noticia1 {
  flex: 0 100%;
  display: block;
}

.grid-noticias-inicio {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mapa-qs {
  margin-top: 30px;
}

.mapa-ediur {
  margin-top: 25px;
  padding-right: 0;
}

.footer {
  max-width: 1316px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

.noticias-inicio {
  margin-top: 100px;
  position: static;
}

.novedades-inicio {
  align-items: flex-start;
  margin-top: -50px;
  display: block;
}

.hero-section {
  max-width: 1316px;
  margin: 50px auto 0;
}

.texto-principal {
  object-fit: fill;
  max-width: none;
}

.menu {
  border-bottom: 1px solid #fab500;
  justify-content: space-between;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cajas-inicio {
  justify-content: flex-end;
  max-width: 1316px;
  display: flex;
}

.container-quienes-somos {
  border: 0 solid #000;
  border-bottom: 1px solid #fab500;
  max-width: 1316px;
  margin: 50px auto 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 30px;
}

.container-8 {
  max-width: 1316px;
  margin-top: 50px;
  margin-bottom: 200px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.zonas {
  text-align: left;
  text-transform: uppercase;
  max-width: 206px;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.text-block-8 {
  max-width: 206px;
  margin-top: 10px;
}

.section-3 {
  max-width: 1316px;
  margin: 50px auto 100px;
}

.div-block-5 {
  margin-top: 30px;
  padding-top: 0;
}

.grid-9 {
  grid-template-rows: 300px;
  grid-template-columns: 300px 1.25fr .75fr;
  width: 100%;
}

.wrapper-editorial-blanco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.image-21 {
  display: inline-block;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 20px;
}

.tabs-content {
  border: 1px solid #fbc22b;
  width: 100%;
}

.text-block-10 {
  align-self: auto;
  font-family: Materialicons, sans-serif;
  font-size: 18px;
  position: static;
}

.div-block-8 {
  margin: 40px;
}

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

.tabs-menu {
  border-radius: 10px 10px 0 0;
  flex-direction: row;
  margin-right: -3px;
  display: flex;
  overflow: hidden;
}

.mapa-inicio {
  margin-top: -20px;
  padding-bottom: 80px;
}

.zonas-editoriales {
  text-align: left;
  text-transform: uppercase;
  max-width: 206px;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 35px;
}

.sub-fecha {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-3 {
  height: 100%;
  margin-top: 30px;
}

.collection-item-3 {
  height: 100%;
}

.image-22 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.container-9 {
  max-width: 1316px;
  margin-top: 50px;
}

.grid-10 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 32px;
}

.div-block-9 {
  margin-top: -10px;
  margin-right: 180px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 51px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-4 {
  margin-top: 100px;
}

.image-23 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: block;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.container-10 {
  max-width: 1316px;
  margin-top: 50px;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.collection-list-wrapper-5, .collection-list-5, .collection-list-6, .collection-item-5 {
  height: 100%;
}

.container-11 {
  max-width: 1316px;
  margin-top: 100px;
  margin-bottom: 200px;
}

.grid-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .3fr;
}

.grid-14 {
  grid-column-gap: 10px;
  border-top: 1px solid #fab500;
  grid-template-rows: auto;
  grid-template-columns: 30px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-fecha-noticia {
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.grid-15 {
  grid-template-rows: auto 40px;
  grid-template-columns: 3fr 1fr;
  margin-top: 0;
  margin-bottom: 20px;
}

.bajada {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.cuerpo-noticia {
  white-space: normal;
  font-size: 18px;
  line-height: 24px;
}

.grid-17 {
  grid-column-gap: 100px;
  grid-template-columns: 1.3fr 2fr;
  align-content: stretch;
  justify-items: stretch;
}

.container-12 {
  max-width: 1316px;
  margin-bottom: 200px;
}

.grid-18 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
}

.nombre-de-campo {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.caja-form {
  background-color: #fff0;
  border: 1px solid #f6a016;
  border-radius: 15px;
  overflow: auto;
}

.caja-form.mensaje-form {
  min-height: 296px;
}

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #717070;
  border-radius: 10px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  box-shadow: 0 1px 20px #0000;
}

.submit-button:hover {
  background-color: #f6a016;
  transform: translate(0, -3px);
  box-shadow: 0 3px 20px #0003;
}

.container-13 {
  max-width: 1316px;
}

.section-4 {
  margin-top: 50px;
  margin-bottom: 0;
}

.grid-19 {
  grid-template-columns: .5fr 1fr;
}

.text-block-11 {
  margin-top: 10px;
  margin-bottom: 0;
}

.container-14 {
  max-width: 1316px;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.collection-list-wrapper-6, .collection-item-6 {
  height: 100%;
}

.grid-20 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 31px 1fr;
}

.titulo-contacto {
  color: var(--orange);
  margin-top: auto;
  margin-bottom: 100px;
}

.descripcion-contacto {
  margin-bottom: 50px;
}

.container-15 {
  max-width: 1316px;
  margin-top: 100px;
  margin-bottom: 200px;
}

.grid-post {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .7fr .3fr;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1.25fr;
  margin-bottom: 20px;
}

.div-block-12 {
  margin-bottom: 50px;
}

.grid-24 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
}

.link-block-8 {
  color: #333;
  text-decoration: none;
}

.link-titulo {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-titulo.w--current {
  color: #a45619;
  font-weight: 600;
}

.paginacion {
  margin-top: 50px;
  display: block;
}

.siguiente {
  color: #333;
  text-align: right;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.anterior {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  order: -1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.text-block-13 {
  color: #ff7a02;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 800;
  display: block;
  position: static;
  bottom: 0;
}

.link-block-9 {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 150px;
  left: 788px;
}

.grid-opiinion {
  grid-column-gap: 10px;
  object-fit: fill;
  border-top: 1px solid #fab500;
  grid-template-rows: auto;
  grid-template-columns: 80px 50px 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-item-7 {
  margin-bottom: 50px;
}

.section-5 {
  margin-top: 100px;
}

.success-message {
  background-color: #feb700;
}

.sub-editorial {
  color: #ed7904;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.wraper-titulo-post {
  margin-top: -20px;
  margin-bottom: 50px;
}

.wraper-relacionadas {
  margin-top: 90px;
  margin-bottom: 40px;
}

.container-16 {
  max-width: 1316px;
}

.logo {
  background-image: url('../images/usm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 194px;
  height: 194px;
  margin-left: 0;
  margin-right: 15px;
}

.logo._2 {
  margin-right: 15px;
}

.slider {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-left: 40px;
  display: block;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 194px repeat(auto-fit, minmax(836px, .75fr));
}

.left-arrow {
  color: var(--orange);
  margin-left: -55px;
  display: block;
}

.right-arrow {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -43px;
  font-size: 26px;
  display: block;
}

.slide-nav {
  margin-bottom: -60px;
  display: none;
}

.carrusel-logos {
  margin-top: 100px;
}

.mask {
  width: auto;
}

.icon {
  font-size: 26px;
}

.mensaje-coleccion {
  background-color: #feb700;
}

.ver-mas {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: underline;
}

.ver-mas.descripcion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.caja-ver-mas {
  text-align: right;
  margin-top: 50px;
}

.anterior_texto {
  font-style: normal;
  text-decoration: underline;
}

.siguiente-texto {
  text-decoration: underline;
}

.wraper-h2 {
  margin-top: -20px;
}

.wraper-h4 {
  margin-top: 10px;
}

.grid-novedades-inicio {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.novedad-2 {
  margin-top: 100px;
}

.novedad-3 {
  margin-top: 200px;
}

.novedad-4 {
  margin-top: 300px;
}

.titulo-negrita {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-15 {
  font-size: 14px;
}

.menu-button {
  order: 0;
}

.redes-cabecera-1 {
  color: #333;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.redes-cabecera-1:hover {
  color: #feb700;
}

.redes-cabecera-1.w--current {
  color: #a4561a;
}

.redes-cabecera-2 {
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.redes-cabecera-2:hover {
  color: #feb700;
}

.redes-cabecera-2.w--current {
  color: #a4561a;
}

.redes-cabecera-3 {
  color: #333;
  padding-left: 10px;
  padding-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.redes-cabecera-3:hover {
  color: #feb700;
}

.redes-cabecera-3.w--current {
  color: #a4561a;
}

.text-block-16 {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.redes-footer {
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.redes-footer:hover {
  color: #feb700;
}

.redes-footer.w--current {
  color: #a4561a;
}

.div-block-15 {
  align-items: flex-start;
  display: inline-block;
}

.collection-list-wrapper-noticias-inicio-2 {
  display: block;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.section-7 {
  margin-top: 50px;
}

.tab-link {
  color: #333;
  background-color: #ffb600;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.tab-link:hover {
  color: #ba5509;
}

.tab-link.w--current {
  color: #fff;
  background-color: #ed7902;
  border-top-left-radius: 0;
  margin-right: 3px;
}

.tab-link.final {
  border-top-right-radius: 5px;
  margin-right: 0;
}

.tab-link.final.w--current {
  margin-right: 0;
}

.tab-link.inicio {
  border-top-left-radius: 5px;
}

.container-17 {
  max-width: 1316px;
  margin-top: 50px;
}

.grid-27 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  margin-top: -10px;
}

.text-block-34 {
  margin-top: 10px;
}

.text-block-35 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
}

.text-block-37 {
  text-align: right;
}

.text-span {
  font-weight: 800;
}

.link-editorial {
  text-decoration: none;
}

.heading-38 {
  margin-right: 4vh;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.body {
  font-size: 14px;
  line-height: 20px;
}

.heading-40 {
  padding-right: 10px;
  font-weight: 600;
}

.heading-41 {
  font-size: 19px;
  line-height: 24px;
}

.image-31 {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.body-2 {
  line-height: 22px;
}

.form-block {
  margin-right: 150px;
}

.text-block-40 {
  color: #ed7904;
  text-transform: uppercase;
  justify-content: center;
  padding: 8px 16px;
  font-size: 11px;
  display: flex;
}

.link {
  color: #ed7904;
  padding-left: 4px;
  text-decoration: none;
}

.firma {
  justify-content: center;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 20px 20px 20px;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block-45 {
  color: #ed7904;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link-block-21 {
  text-decoration: none;
}

.text-block-46 {
  padding-top: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button-2 {
  background-color: var(--orange);
  text-transform: uppercase;
  font-weight: 600;
}

.container-19 {
  max-width: 1316px;
  margin-top: 80px;
}

.grid-30 {
  grid-template-rows: 300px auto;
  grid-template-columns: 300px 1.25fr .75fr;
}

.text-block-47, .text-block-48, .text-block-49 {
  font-family: Materialicons, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.grid-31 {
  grid-row-gap: 0px;
  grid-template-rows: 20px 20px 20px;
  grid-template-columns: 20px 1fr;
}

.div-block-21 {
  margin-top: 90px;
}

.text-block-50 {
  margin-top: 40px;
  font-size: 16px;
}

.collection-list-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23 {
  margin-top: -20px;
}

.div-block-24, .div-block-25 {
  margin-top: 40px;
}

.empty-state, .empty-state-2 {
  background-color: #fcdba4;
}

.link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38, .link-block-39, .link-block-40 {
  text-decoration: none;
}

.titulo-editorial {
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-46, .heading-47 {
  font-size: 28px;
  line-height: 38px;
}

.fecha_mes {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.fecha_dia {
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fecha_a-o {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-fecha {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  justify-items: center;
  display: grid;
}

.pagination {
  justify-content: space-between;
  margin-top: 50px;
}

.link-2 {
  text-decoration: none;
}

.link-2:hover {
  color: #333;
}

.link-2.w--current {
  color: #fff;
}

.text-block-54 {
  width: 100%;
}

.video, .paragraph {
  margin-top: 24px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.section-guia {
  max-width: 1316px;
  min-height: 60vh;
  margin: 50px auto 100px;
}

.container-info-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.bg-01 {
  background-color: #d2011e;
}

.bg-01.square-box {
  width: 100%;
}

.style-text {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
  inset: 9% auto auto 0%;
}

.style-text.static {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 5px;
  font-weight: 400;
  position: static;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 48px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
  }

  .grid-footer.footer {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .container-footer {
    max-width: none;
    display: block;
  }

  .footer {
    width: auto;
  }

  .heading-6 {
    font-size: 20px;
  }

  .mapa-inicio {
    margin-right: 8vh;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-20 {
    margin-bottom: 10px;
  }

  .descripcion-contacto {
    font-size: 21px;
    line-height: 28px;
  }

  .slider {
    width: 100%;
  }

  .grid-26 {
    grid-template-columns: 194px 1044px;
  }

  .titulo-negrita {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-24 {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-35 {
    margin-top: 20px;
  }

  .heading-38 {
    margin-right: 6vh;
    font-size: 64px;
    line-height: 70px;
  }

  .body {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-40 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-41 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-38 {
    font-size: 18px;
    line-height: 24px;
  }

  .firma {
    align-items: center;
  }

  .collection-item-8 {
    display: flex;
  }

  .link-block-16, .text-block-41, .link-block-18, .link-block-19 {
    text-decoration: none;
  }

  .utility-page-wrap {
    height: 60vh;
  }

  .utility-page-content {
    width: 360px;
  }

  .container-18 {
    max-width: 1316px;
  }

  .link-block-20 {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
  }

  .text-block-44 {
    text-decoration: none;
  }

  .image-32 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  body {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .nav-menu {
    background-color: #fff4e0;
    border: 1px solid #fab502;
    border-top-width: 0;
    border-radius: 0;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    padding: 10px 29px 10px 10px;
    display: block;
  }

  .nav-link.w--current {
    flex: 0 auto;
    padding: 10px 0 10px 10px;
    display: block;
  }

  .logo-header {
    order: -1;
  }

  .logo-header.w--current {
    order: -1;
    margin-top: 30px;
  }

  .libros-inicio {
    margin-top: 100px;
  }

  .recuadro-noticias {
    top: 0;
  }

  .grid-footer.footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container-footer {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .collection-list-wrapper-noticias-inicio-1 {
    margin-top: 0;
    position: static;
  }

  .noticia1 {
    flex-basis: 100%;
  }

  .grid-noticias-inicio {
    grid-column-gap: 9px;
    grid-template-columns: 1fr .7fr 1fr;
    grid-auto-flow: row;
  }

  .mapa-qs {
    margin-top: 50px;
  }

  .mapa-ediur {
    z-index: auto;
    clear: left;
    margin-top: 20px;
    position: relative;
  }

  .footer {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .noticias-inicio {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .novedades-inicio {
    margin-top: 100px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .hero-section {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-quienes-somos {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
    padding-bottom: 50px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .container-8 {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .section-3 {
    margin: 50px 2vh 100px;
  }

  .div-block-5 {
    margin-top: 40px;
  }

  .grid-9 {
    grid-template-rows: 250px 125px;
    grid-template-columns: 250px auto;
  }

  .heading-6 {
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .mapa-inicio {
    margin-top: 0;
    margin-right: 0;
  }

  .zonas-editoriales {
    margin-top: 0;
  }

  .collection-list-3 {
    grid-row-gap: 50px;
    grid-template-rows: auto 514px 475px auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .collection-list-wrapper-3 {
    margin-top: 50px;
  }

  .collection-item-3, .link-block, .image-22 {
    height: auto;
  }

  .container-9 {
    margin-top: 50px;
  }

  .grid-10 {
    grid-column-gap: 30px;
    grid-template-columns: .3fr .7fr;
  }

  .heading-8 {
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-9 {
    margin-right: 0;
  }

  .collection-list-4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-4 {
    margin-top: 50px;
  }

  .image-23 {
    width: 100%;
    height: auto;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .container-10 {
    margin-top: 50px;
  }

  .collection-list-6, .collection-item-5 {
    width: 100%;
    height: auto;
  }

  .container-11 {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-15 {
    grid-template-rows: auto 40px;
    margin-bottom: 0;
  }

  .bajada {
    font-size: 16px;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-12 {
    margin-top: 50px;
    margin-bottom: 91px;
  }

  .grid-18 {
    margin-bottom: 50px;
  }

  .nombre-de-campo {
    font-size: 19px;
    line-height: 26px;
  }

  .submit-button {
    letter-spacing: 3px;
    width: 150px;
    height: 60px;
  }

  .section-4 {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .grid-19 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-7 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .titulo-contacto {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 50px;
  }

  .descripcion-contacto {
    font-size: 19px;
    line-height: 26px;
  }

  .container-15 {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .grid-post {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-22 {
    margin-bottom: 0;
  }

  .link-titulo {
    font-size: 19px;
    line-height: 26px;
  }

  .link-block-9 {
    display: block;
    top: 70px;
    left: 246px;
  }

  .section-5 {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .wraper-titulo-post {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .wraper-relacionadas {
    margin-top: 0;
  }

  .logo {
    width: 150px;
    height: 150px;
  }

  .grid-26 {
    grid-template-columns: 150px 1116px;
  }

  .right-arrow {
    margin-right: 570px;
  }

  .carrusel-logos {
    margin-top: 100px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .mask {
    width: 44%;
  }

  .caja-ver-mas {
    margin-top: 50px;
  }

  .wraper-h2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .grid-novedades-inicio {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
  }

  .novedad-3 {
    margin-top: -100px;
  }

  .novedad-4 {
    margin-top: 0;
  }

  .icon-2 {
    color: #333;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    display: block;
  }

  .menu-button {
    flex-flow: row;
    order: 1;
    place-content: flex-start center;
    align-items: center;
    padding: 0;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #fff4e0;
    align-self: auto;
  }

  .redes-cabecera-1 {
    flex: 0 auto;
    align-items: flex-start;
    width: 20px;
    margin-left: 0;
    margin-right: 15px;
    padding: 10px 0;
    display: flex;
    position: static;
  }

  .redes-cabecera-1.w--current {
    flex: 0 auto;
    padding: 10px 0;
    display: block;
  }

  .redes-cabecera-2 {
    flex: 0 auto;
    align-items: flex-start;
    width: 20px;
    margin-left: 0;
    margin-right: 15px;
    padding: 10px 0;
    display: flex;
    position: static;
  }

  .redes-cabecera-2.w--current {
    flex: 0 auto;
    padding: 10px 0;
    display: block;
  }

  .redes-cabecera-3 {
    flex: 0 auto;
    align-items: flex-start;
    width: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
    position: static;
  }

  .redes-cabecera-3.w--current {
    flex: 0 auto;
    padding: 10px 0;
    display: block;
  }

  .redes-footer {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    margin-left: 0;
    margin-right: 20px;
    padding: 10px 0;
    display: flex;
    position: static;
  }

  .redes-footer.w--current {
    flex: 0 auto;
    padding: 10px 0;
    display: block;
  }

  .redes-footer.f {
    margin-right: 0;
  }

  .div-block-15 {
    order: 0;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    display: flex;
  }

  .div-block-16 {
    align-items: flex-start;
    display: flex;
  }

  .image-27 {
    max-width: 70%;
  }

  .collection-list-wrapper-noticias-inicio-2 {
    margin-top: 0;
    position: static;
  }

  .image-28 {
    display: inline-block;
  }

  .section-6 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-17 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-18 {
    margin-top: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .collection-list-wrapper-7, .link-block-11 {
    width: 100%;
  }

  .heading-20 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .heading-22 {
    font-size: 19px;
    line-height: 26px;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 42px;
  }

  .heading-24 {
    font-size: 26px;
    line-height: 34px;
  }

  .section-7, .section-8 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .collection-list-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-26 {
    font-size: 46px;
    line-height: 50px;
  }

  .heading-27 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-29 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .section-9 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .collection-list-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-30 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-31 {
    font-size: 19px;
    line-height: 26px;
  }

  .heading-32 {
    font-size: 26px;
    line-height: 34px;
  }

  .tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-34 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 51px;
  }

  .heading-35 {
    font-size: 26px;
    line-height: 34px;
  }

  .heading-36 {
    font-size: 19px;
    line-height: 26px;
  }

  .image-28-qs {
    display: inline-block;
  }

  .section-11 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-37 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .container-17 {
    margin-top: 50px;
  }

  .collection-list-10 {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-35 {
    margin-top: 20px;
  }

  .link-editorial {
    height: auto;
  }

  .heading-38 {
    margin-right: 0;
    font-size: 48px;
    line-height: 52px;
  }

  .section-12 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .div-block-20 {
    margin-top: 10px;
    padding-left: 20px;
  }

  .grid-30 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 250px 1.25fr .75fr;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .div-block-21 {
    margin-top: 0;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .titulo-editorial {
    font-size: 34px;
  }

  .text-block-51 {
    font-size: 15px;
  }

  .text-block-52, .text-block-53 {
    font-size: 14px;
  }

  .heading-46, .heading-47 {
    font-size: 26px;
    line-height: 34px;
  }

  .section-guia {
    margin: 50px 2vh 100px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    order: 0;
  }

  .logo-header {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .logo-header.w--current {
    padding-left: 0;
  }

  .recuadro-noticias {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-footer.footer {
    padding-bottom: 0;
  }

  .container-footer {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .collection-list-wrapper-noticias-inicio-1 {
    margin-top: 0;
  }

  .grid-noticias-inicio {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .hero-section {
    margin-top: 30px;
  }

  .grid-7 {
    grid-template-rows: 0;
  }

  .grid-8 {
    grid-column-gap: 88px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .zonas {
    margin-top: 0;
    font-size: 10px;
  }

  .section-3 {
    height: 100%;
    margin-bottom: 50px;
  }

  .div-block-5 {
    margin-top: 30px;
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .image-21 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-8 {
    margin: 20px;
  }

  .sub-fecha {
    margin-top: 5px;
  }

  .collection-list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto 465px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block, .image-22 {
    height: auto;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    font-size: 21px;
    line-height: 30px;
  }

  .grid-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-fecha-noticia {
    margin-top: 10px;
  }

  .grid-15 {
    grid-template-rows: auto 40px;
  }

  .bajada {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cuerpo-noticia {
    font-size: 16px;
  }

  .grid-18 {
    margin-bottom: 30px;
  }

  .nombre-de-campo {
    font-size: 18px;
    line-height: 22px;
  }

  .submit-button {
    letter-spacing: 2px;
    width: 130px;
    height: 50px;
    font-size: 18px;
  }

  .text-block-11 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .titulo-contacto {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 46px;
  }

  .descripcion-contacto {
    font-size: 18px;
    line-height: 22px;
  }

  .link-titulo {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-13 {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    bottom: auto;
  }

  .link-block-9 {
    flex-direction: column;
    order: 0;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    display: block;
    position: relative;
    top: -5px;
    bottom: 6px;
    left: 8%;
  }

  .grid-opiinion {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wraper-relacionadas {
    margin-bottom: 20px;
  }

  .right-arrow {
    margin-right: 740px;
  }

  .mask {
    width: 29%;
  }

  .wraper-h4 {
    margin-top: 0;
  }

  .titulo-negrita {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .menu-button {
    flex-direction: column;
    order: 4;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    display: block;
    position: static;
  }

  .redes-footer {
    margin-right: 15px;
  }

  .image-27 {
    max-width: 60%;
  }

  .collection-list-wrapper-noticias-inicio-2 {
    margin-top: 0;
  }

  .image-28 {
    width: 40%;
    height: auto;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-18, .heading-20 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-22 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-23 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-24 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-26 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-27, .heading-28 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-29 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-30 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-31 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-32 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 30px;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-34 {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-35 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .heading-36 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-28-qs {
    width: 50%;
    height: auto;
  }

  .heading-37 {
    font-size: 42px;
    line-height: 46px;
  }

  .container-17 {
    margin-top: 50px;
  }

  .grid-27 {
    grid-column-gap: 30px;
    grid-template-columns: 200px 1.5fr;
  }

  .collection-list-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-35 {
    margin-top: 10px;
  }

  .autor {
    font-size: 30px;
    line-height: 40px;
  }

  .link-editorial {
    height: auto;
  }

  .heading-38 {
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-20 {
    margin-bottom: 30px;
  }

  .text-block-50 {
    margin-top: 32px;
  }

  .collection-list-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .titulo-editorial {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-46, .heading-47 {
    font-size: 24px;
    line-height: 30px;
  }

  .fecha_mes, .fecha_dia, .fecha_a-o {
    margin-top: 5px;
  }

  .section-guia {
    height: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .logo-header.w--current {
    padding-top: 0;
    padding-left: 0;
  }

  .libros-inicio {
    margin-top: 0;
  }

  .recuadro-noticias {
    width: 110px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid-footer.footer {
    grid-template-rows: auto auto auto;
    padding-bottom: 0;
  }

  .container-footer {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .datos-footer {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .collection-list-wrapper-noticias-inicio-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .noticia1 {
    flex-basis: 100%;
  }

  .mapa-ediur {
    margin-top: 10px;
  }

  .footer {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .noticias-inicio, .novedades-inicio {
    margin-top: 50px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .hero-section {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .container-quienes-somos {
    margin-top: 30px;
    margin-left: 2vh;
    margin-right: 2vh;
    padding-bottom: 30px;
  }

  .grid-7 {
    margin-top: 30px;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 16px;
  }

  .section-3 {
    margin: 30px 2vh;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .tabs-menu {
    flex-wrap: wrap-reverse;
    align-content: flex-start;
    align-self: flex-start;
  }

  .zonas-editoriales {
    margin-bottom: 40px;
  }

  .sub-fecha {
    margin-top: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .collection-list-3 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .collection-list-wrapper-3 {
    margin-top: 30px;
  }

  .collection-item-3 {
    width: auto;
    height: auto;
  }

  .link-block, .image-22 {
    height: auto;
  }

  .container-9 {
    margin-top: 30px;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 22px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .grid-12 {
    margin-left: 1vh;
    margin-right: 1vh;
  }

  .container-10 {
    margin-top: 30px;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .container-11 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-13 {
    grid-row-gap: 50px;
  }

  .grid-15 {
    grid-template-rows: auto 40px;
  }

  .grid-17 {
    grid-template-columns: 1fr;
    display: block;
  }

  .grid-18 {
    grid-column-gap: 5px;
    grid-template-columns: 60px 1fr;
    font-size: 14px;
    line-height: 18px;
  }

  .nombre-de-campo {
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }

  .section-4 {
    margin-top: 30px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 18px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .titulo-contacto {
    font-size: 26px;
    line-height: 40px;
  }

  .descripcion-contacto {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .container-15 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .link-titulo {
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-13 {
    align-items: flex-start;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .link-block-9 {
    left: 25px;
  }

  .grid-opiinion {
    grid-template-columns: 80px 27px 1fr;
    align-items: center;
  }

  .section-5 {
    margin-top: 30px;
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .sub-editorial {
    margin-top: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .wraper-titulo-post {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .logo {
    width: 84px;
    height: auto;
    margin-right: 5px;
  }

  .slider {
    width: 109%;
    margin-left: 10px;
  }

  .grid-26 {
    grid-template-columns: 84px auto;
  }

  .left-arrow {
    margin-left: -45px;
    margin-right: 10px;
  }

  .right-arrow {
    margin-right: -1px;
    font-size: 18px;
    line-height: 23px;
    position: absolute;
  }

  .carrusel-logos {
    margin-top: 50px;
    margin-left: 1vh;
    margin-right: 2vh;
  }

  .mask {
    width: 188px;
    height: auto;
  }

  .icon {
    font-size: 14px;
    line-height: 14px;
  }

  .ver-mas {
    font-size: 8px;
    line-height: 10px;
  }

  .caja-ver-mas {
    margin-top: 10px;
  }

  .wraper-h2 {
    margin-bottom: 20px;
  }

  .grid-novedades-inicio {
    grid-column-gap: 1vh;
    grid-row-gap: 8vh;
  }

  .novedad-2 {
    margin-top: 50px;
  }

  .novedad-3 {
    margin-top: -100px;
  }

  .novedad-4 {
    margin-top: -50px;
  }

  .titulo-negrita {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .text-block-15 {
    font-size: 10px;
    line-height: 12px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 20px;
  }

  .redes-footer {
    margin-right: 10px;
    display: inline-block;
  }

  .image-26 {
    max-width: 25%;
  }

  .icon-3 {
    font-size: 14px;
    line-height: 14px;
  }

  .image-27 {
    max-width: 45%;
    margin-top: 20px;
  }

  .link-block-10 {
    margin-top: 0;
  }

  .collection-list-wrapper-noticias-inicio-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-28 {
    width: 50%;
    height: auto;
  }

  .heading-17 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-18, .heading-20 {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-22 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-18 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-23 {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-19, .text-block-20 {
    font-size: 14px;
    line-height: 18px;
  }

  .section-7 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .text-block-21, .text-block-22 {
    font-size: 13px;
    line-height: 18px;
  }

  .section-8 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .collection-list-8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .heading-27 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-29 {
    font-size: 26px;
    line-height: 40px;
  }

  .section-9 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-30 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-31 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-32 {
    font-size: 18px;
    line-height: 22px;
  }

  .tab-link {
    margin-right: 2px;
    padding-left: 6px;
    padding-right: 8px;
    font-size: 10px;
  }

  .tab-link.inicio {
    margin-right: 2px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .section-10 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-34 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-35 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-36 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-28-qs {
    width: 54%;
    height: auto;
  }

  .section-11 {
    margin-left: 2vh;
    margin-right: 2vh;
  }

  .heading-37 {
    font-size: 26px;
    line-height: 40px;
  }

  .rich-text-block, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
    font-size: 14px;
    line-height: 18px;
  }

  .container-17 {
    margin-top: 30px;
  }

  .grid-27 {
    grid-template-columns: auto;
  }

  .text-block-35 {
    margin-top: 0;
  }

  .autor {
    font-size: 26px;
    line-height: 32px;
  }

  .link-editorial {
    height: auto;
  }

  .heading-38 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-40 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-41 {
    font-size: 16px;
    line-height: 20px;
  }

  .form-block {
    margin-right: 0;
  }

  .text-block-38 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-40 {
    font-size: 8px;
  }

  .link-block-16, .text-block-41, .link-block-18, .link-block-19 {
    text-decoration: none;
  }

  .heading-43, .heading-44 {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-45 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-42 {
    text-decoration: none;
  }

  .text-block-45 {
    font-weight: 600;
    line-height: 14px;
  }

  .container-19 {
    margin-top: 50px;
  }

  .grid-30 {
    grid-template-columns: 1fr auto auto;
  }

  .text-block-50 {
    margin-top: 24px;
  }

  .titulo-editorial {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-46, .heading-47 {
    font-size: 18px;
    line-height: 22px;
  }

  .fecha_mes, .fecha_dia, .fecha_a-o {
    margin-top: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .section-guia {
    margin: 30px 2vh;
  }
}

#w-node-_9158a325-65dc-460e-2b05-2615769d8954-cb8b3cef {
  justify-self: center;
}

#w-node-e08a077e-8b3a-c84c-81a6-a053adb21718-cb8b3cef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-adba066c-4944-1f0e-0906-ab04673723f9-673723f6, #w-node-_98e7872e-4c2c-37b4-1782-d1628ac7f700-673723f6 {
  justify-self: center;
}

#w-node-fb4be7bc-33f9-e8a6-1b11-d93329e593cd-cdbc6228 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31707fc6-3fdc-57f8-3756-024d7ab6399a-cdbc6228 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_36be9f1b-2ee5-6253-cfd0-241031f60535-1cbbca23, #w-node-_469aa9ca-67ad-559e-c722-8c47ec7927c0-1cbbca23 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7f9666b8-bf62-106b-9a38-2b3899610704-31d4a49d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start center;
}

#w-node-_57511778-8003-6441-8e26-c439baa2f9c6-93d5531c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f9d01fc0-503c-0b8c-9ec8-9afac3b365ce-93d5531c {
  align-self: end;
}

#w-node-c78c5c0a-3b23-5206-722f-a3be8ef8f34f-e3637cac {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-a906ee35-6095-2dc9-d5db-c1704819a56d-e3637cac {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_09a9dceb-afed-2e5e-8f32-ac50ef877225-55dbedc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41d8ebf8-7e17-af31-669f-3bf24aafc1a8-55dbedc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_7b2c654d-32a4-9c39-54d9-10b209e77298-55dbedc4 {
  place-self: center end;
}

#w-node-a44e0228-95e8-d222-a420-5b01dfe5ea5e-55dbedc4 {
  place-self: center start;
}

#w-node-_2a5c1c14-5a82-2083-2b47-3824cb726a9b-1f46e6cf, #w-node-_2a5c1c14-5a82-2083-2b47-3824cb726a9d-1f46e6cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbeee778-bb74-c092-61fb-3eebf0ed89ef-1f46e6cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-fbeee778-bb74-c092-61fb-3eebf0ed8a01-1f46e6cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_106fd777-3f34-b2e7-f2d5-36744af59e12-65556839, #w-node-_8ac67522-df45-156d-db11-32741a815b5f-65556839 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7fe92265-a1f5-4fba-cc38-58913175b21d-f9296b0f, #w-node-_25e3925f-93fc-a90c-a3f3-d79e06623290-f9296b0f, #w-node-f386246e-9c69-1916-34fd-6a2a70b2f8ec-f9296b0f, #w-node-_509eba17-3160-1541-d9db-d2b3eb020f06-f9296b0f {
  align-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_7b2c654d-32a4-9c39-54d9-10b209e77298-55dbedc4 {
    place-self: center end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_98e7872e-4c2c-37b4-1782-d1628ac7f700-673723f6 {
    justify-self: center;
  }

  #w-node-_760a4e78-e8a3-3d53-5eee-5e926e9eef25-65556839 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b38027ff-5a71-e872-9a68-6462778f9daf-65556839 {
    justify-self: center;
  }

  #w-node-_8fbc986d-15cf-7ce1-7d82-9ae85e168442-f9296b0f, #w-node-_25e3925f-93fc-a90c-a3f3-d79e0662328c-f9296b0f, #w-node-f386246e-9c69-1916-34fd-6a2a70b2f8e8-f9296b0f, #w-node-_509eba17-3160-1541-d9db-d2b3eb020f02-f9296b0f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9158a325-65dc-460e-2b05-2615769d8954-cb8b3cef {
    justify-self: center;
  }

  #w-node-_8fbc986d-15cf-7ce1-7d82-9ae85e168442-f9296b0f, #w-node-_25e3925f-93fc-a90c-a3f3-d79e0662328c-f9296b0f, #w-node-f386246e-9c69-1916-34fd-6a2a70b2f8e8-f9296b0f, #w-node-_509eba17-3160-1541-d9db-d2b3eb020f02-f9296b0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d254d6d0-9c95-683b-eb43-8b7b15ac1515-cb8b3cef {
    align-self: auto;
  }

  #w-node-c78c5c0a-3b23-5206-722f-a3be8ef8f34f-e3637cac {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
  }

  #w-node-_64b71a64-1e6a-eaf2-ced5-366c8c6fb249-65556839 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_760a4e78-e8a3-3d53-5eee-5e926e9eef25-65556839 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-b38027ff-5a71-e872-9a68-6462778f9daf-65556839 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-extrabolditalic.ttf') format('truetype'), url('../fonts/opensans-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/materialicons-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}