<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 1.2rem);
  padding-right: var(--bs-gutter-x, 1.2rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 132rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 150rem;
  }
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/montserrat-v15-latin-500.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../fonts/montserrat-v15-latin-600.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/montserrat-v15-latin-700.woff2") format("woff2"), url("../../fonts/montserrat-v15-latin-700.woff") format("woff");
}
:root {
  --primary: #0234ab;
  --primary-light: #3962ac;
  --primary-dark: #233252;
  --secondary: #3a3a3a;
  --bg-light: #6479a7;
  --info: #ff5b41;
  --fondo-davante: #e6ebf4;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--secondary);
  outline: none !important;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}

*::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border-radius: 2rem;
  border: 0.2rem solid transparent;
}

html,
body {
  line-height: 1;
}
html .d-none,
body .d-none {
  display: none;
}
html .overlay,
html .overlay-modal,
body .overlay,
body .overlay-modal {
  backdrop-filter: blur(0.5rem);
  background-color: rgba(0, 21, 52, 0.75);
  border-radius: 50%;
  display: none;
  height: 200vh;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 200%;
}
html .overlay,
body .overlay {
  z-index: 15;
}
html .overlay-modal,
body .overlay-modal {
  z-index: 9999;
}
html.blocked,
body.blocked {
  overflow-y: hidden;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

body a {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 600;
}
body h1.section-title, body h1.pseudotitle,
body h2.section-title,
body h2.pseudotitle,
body h3.section-title,
body h3.pseudotitle,
body h4.section-title,
body h4.pseudotitle,
body h5.section-title,
body h5.pseudotitle,
body h6.section-title,
body h6.pseudotitle {
  color: var(--primary);
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  body h1.section-title, body h1.pseudotitle,
  body h2.section-title,
  body h2.pseudotitle,
  body h3.section-title,
  body h3.pseudotitle,
  body h4.section-title,
  body h4.pseudotitle,
  body h5.section-title,
  body h5.pseudotitle,
  body h6.section-title,
  body h6.pseudotitle {
    font-size: 2.9rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body h1.section-title, body h1.pseudotitle,
  body h2.section-title,
  body h2.pseudotitle,
  body h3.section-title,
  body h3.pseudotitle,
  body h4.section-title,
  body h4.pseudotitle,
  body h5.section-title,
  body h5.pseudotitle,
  body h6.section-title,
  body h6.pseudotitle {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  body h1.section-title, body h1.pseudotitle,
  body h2.section-title,
  body h2.pseudotitle,
  body h3.section-title,
  body h3.pseudotitle,
  body h4.section-title,
  body h4.pseudotitle,
  body h5.section-title,
  body h5.pseudotitle,
  body h6.section-title,
  body h6.pseudotitle {
    font-size: 3.4rem;
  }
}
body h1.section-title + *, body h1.pseudotitle + *,
body h2.section-title + *,
body h2.pseudotitle + *,
body h3.section-title + *,
body h3.pseudotitle + *,
body h4.section-title + *,
body h4.pseudotitle + *,
body h5.section-title + *,
body h5.pseudotitle + *,
body h6.section-title + *,
body h6.pseudotitle + * {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  body h1.section-title + *, body h1.pseudotitle + *,
  body h2.section-title + *,
  body h2.pseudotitle + *,
  body h3.section-title + *,
  body h3.pseudotitle + *,
  body h4.section-title + *,
  body h4.pseudotitle + *,
  body h5.section-title + *,
  body h5.pseudotitle + *,
  body h6.section-title + *,
  body h6.pseudotitle + * {
    margin-top: 4.5rem;
  }
}
body h1.cuadrico,
body h2.cuadrico,
body h3.cuadrico,
body h4.cuadrico,
body h5.cuadrico,
body h6.cuadrico {
  background-color: var(--primary);
  color: white;
  font: 500 2.1rem/1.2 "Montserrat", sans-serif;
  padding: 0.75rem 1.5rem;
}
@media (min-width: 768px) {
  body h1.cuadrico,
  body h2.cuadrico,
  body h3.cuadrico,
  body h4.cuadrico,
  body h5.cuadrico,
  body h6.cuadrico {
    font-size: 2.4rem;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1200px) {
  body h1.cuadrico,
  body h2.cuadrico,
  body h3.cuadrico,
  body h4.cuadrico,
  body h5.cuadrico,
  body h6.cuadrico {
    padding: 1rem 2rem;
    font-size: 2.6rem;
  }
}
body h1.cuadrico a,
body h2.cuadrico a,
body h3.cuadrico a,
body h4.cuadrico a,
body h5.cuadrico a,
body h6.cuadrico a {
  color: white;
}
body .subrayadito {
  position: relative;
}
body .subrayadito:after {
  content: "";
  display: block;
  background: url("../../images/subrayado.svg");
  background-size: cover;
  height: 0.555rem;
  margin-top: 0.5rem;
  width: 21.5rem;
}
@media (min-width: 768px) {
  body .subrayadito:after {
    height: 0.865rem;
    margin-top: 1.5rem;
    width: 33.5rem;
  }
}
body p,
body .paragraphize {
  font: 400 1.4rem/1.5 "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  body p,
  body .paragraphize {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body p,
  body .paragraphize {
    font-size: 1.8rem;
  }
}
body p + p,
body .paragraphize + p {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  body p + p,
  body .paragraphize + p {
    margin-top: 3rem;
  }
}
body p.text-center,
body .paragraphize.text-center {
  text-align: center;
}
body p a,
body .paragraphize a {
  color: var(--info);
  text-decoration: none;
}
body p a.strong-link,
body .paragraphize a.strong-link {
  color: var(--primary);
  font-weight: 700;
}
@media (min-width: 992px) {
  body .m-width {
    min-width: 70rem;
    width: 65vw;
  }
}
body main {
  display: grid;
  gap: 6.5rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 3.5rem;
}
body main.no-margin {
  margin: 0;
}
@media (min-width: 1200px) {
  body main {
    margin-top: 5.5rem;
  }
}
body main:has(.social-attached) + #add-social {
  margin-top: 0;
}
body .btn {
  background-color: var(--info);
  border-radius: 0.6rem;
  display: block;
  color: white;
  font: 700 1.6rem/1 "Montserrat", sans-serif;
  margin: 3.5rem auto 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1.5rem 3.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1200px) {
  body .btn {
    font-size: 1.8rem;
    margin-top: 5.5rem;
  }
}
body .btn:hover {
  background-color: rgb(255, 46.9789473684, 14);
}
body .cta-btn {
  background-color: var(--info);
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  display: block;
  font: 700 1.8rem/1 "Montserrat", sans-serif;
  margin: 4.5rem auto 0;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  body .cta-btn {
    font-size: 2.1rem;
    margin-top: 6.5rem;
  }
}
body .cta-btn:hover {
  background-color: rgb(255, 46.9789473684, 14);
}

/* one trust */
#ot-sdk-btn.ot-sdk-show-settings {
  color: #ededed !important;
  text-decoration: none !important;
}

#ot-sdk-cookie-policy {
  display: none;
}

/* one trust */
.spinner-contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--info);
  border-radius: 3rem;
  -webkit-box-shadow: -0.1rem 0px 2.4rem 0.5rem rgba(0, 0, 0, 0.26);
          box-shadow: -0.1rem 0px 2.4rem 0.5rem rgba(0, 0, 0, 0.26);
  height: 6rem;
  left: 50%;
  margin-top: -3rem;
  margin-left: -3rem;
  position: fixed;
  top: 50%;
  width: 6rem;
  z-index: 30;
}
.spinner-contenedor .lds-default {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.spinner-contenedor .lds-default div {
  position: absolute;
  width: 2.25px;
  height: 2.25px;
  background: white;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
          animation: lds-default 1.2s linear infinite;
}
.spinner-contenedor .lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 13.875px;
  left: 24.75px;
}
.spinner-contenedor .lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 8.25px;
  left: 23.25px;
}
.spinner-contenedor .lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 4.125px;
  left: 19.5px;
}
.spinner-contenedor .lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 2.625px;
  left: 13.875px;
}
.spinner-contenedor .lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 4.125px;
  left: 8.25px;
}
.spinner-contenedor .lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 8.25px;
  left: 4.125px;
}
.spinner-contenedor .lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 13.875px;
  left: 2.625px;
}
.spinner-contenedor .lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 19.5px;
  left: 4.125px;
}
.spinner-contenedor .lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 23.25px;
  left: 8.25px;
}
.spinner-contenedor .lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 24.75px;
  left: 13.875px;
}
.spinner-contenedor .lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 23.25px;
  left: 19.5px;
}
.spinner-contenedor .lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 19.5px;
  left: 23.25px;
}
@-webkit-keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.375);
            transform: scale(1.375);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
#modal-cupon-general .container-modal-cupon-general {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  border-radius: 1rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 {
  background-color: initial;
  color: white;
  font-family: "Montserrat";
  line-height: 1.5rem;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span {
  color: white;
  font-weight: 500;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-1 {
  font-size: 2.6rem;
  font-weight: 600;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-2 {
  font-size: 1.9rem;
  font-weight: 700;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal h4 span.titulo-cupon-2 strong {
  color: white;
}
#modal-cupon-general .container-modal-cupon-general .txt-modal .checkbox input {
  position: absolute;
}
#modal-cupon-general .container-modal-cupon-general label {
  color: white;
}
#modal-cupon-general .container-modal-cupon-general label a {
  text-decoration: underline;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono {
  color: rgba(0, 195, 226, 0.64);
  display: grid;
  font-size: 1.6rem;
  font-weight: 600;
  grid-template-columns: 8rem 1fr;
  min-height: 3.4rem;
  width: 100%;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper {
  position: relative;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper .prefijo-dropdown {
  background-color: transparent;
  height: 100%;
  padding: 0;
  width: 100%;
}
#modal-cupon-general .container-modal-cupon-general .form-cupon-general .telefono .prefijo-wrapper .prefijo-box {
  background-color: #e9e9e9;
  background-image: url("../../images/icons/drop-prefijo.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 50%;
  color: #444;
  cursor: pointer;
  font-size: 1.4rem;
  height: 100%;
  line-height: 3.4rem;
  left: 0;
  padding-left: 0.8rem;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  width: 100%;
  z-index: 1;
}
#modal-cupon-general .container-modal-cupon-general #respuesta-cupon {
  background-color: #be1227;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 2rem 0;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit] {
  background-color: var(--info);
  cursor: pointer;
}
#modal-cupon-general .container-modal-cupon-general button[type=submit]:hover {
  color: white !important;
}

.cc-window span {
  color: white;
}

a#btnInfoGeneralCupon {
  background-color: var(--info);
  border: 0.2rem solid white;
  border-radius: 0.6rem;
  bottom: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.65rem 2.5rem;
}
@media (max-width: 600px) {
  a#btnInfoGeneralCupon {
    z-index: 999999;
  }
}
@media (min-width: 1440px) {
  a#btnInfoGeneralCupon {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  a#btnInfoGeneralCupon {
    font-size: 2.1rem;
  }
}
a#btnInfoGeneralCupon.movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.6rem;
  bottom: 1.5rem;
  color: #fff !important;
  font: 500 1.6rem/1 "Montserrat", sans-serif !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  margin: initial !important;
  padding: 0.65rem 2.5rem !important;
  position: fixed !important;
  right: 1.5rem !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  z-index: 20;
}

#modal-buscador {
  background-color: white;
  height: 100%;
  left: 50%;
  max-height: 85vh;
  max-width: 60rem;
  overflow-y: scroll;
  padding: 2rem;
  position: fixed;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 7.5rem;
  width: 100%;
  z-index: 9999999;
}
@media (min-width: 768px) {
  #modal-buscador {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (min-width: 992px) {
  #modal-buscador {
    top: 7.5rem;
  }
}
#modal-buscador.active {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
#modal-buscador .modal-titulo {
  color: var(--secondary);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}
#modal-buscador .modal-titulo span {
  color: var(--primary);
  font-weight: 700;
}
#modal-buscador .lista-resultados {
  margin-top: 1.875rem;
}
#modal-buscador .lista-resultados li + li {
  margin-top: 0.1rem;
}
#modal-buscador .lista-resultados li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--section-secondary);
  color: var(--secondary);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#modal-buscador .lista-resultados li a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 2.5rem;
  opacity: 0.2;
  height: 1.8rem;
  width: 0.9rem;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#modal-buscador .lista-resultados li a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#modal-buscador .lista-resultados li a:hover img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#modal-buscador button#search-modal-close {
  background-color: var(--primary);
  border: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 1.5rem 0 0 auto;
  padding: 0.75rem 1.5rem;
}

#modal-cupon-general .txt-modal .form-cupon-general .input-field-check input {
  height: 17px !important;
}
#modal-cupon-general .txt-modal .form-cupon-general .input-field-check label {
  line-height: 16px;
}
#modal-cupon-general .txt-modal .form-cupon-general .input-field-check input {
  float: left;
}

.header-pagina {
  background: white;
  -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
  height: 5.6rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1200px) {
  .header-pagina {
    height: 9rem;
  }
}
@media (min-width: 1440px) {
  .header-pagina {
    height: 8rem;
  }
}
.header-pagina .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
  position: relative;
  height: 100%;
  margin-inline: auto;
  max-width: 192rem;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper {
    gap: 4.5rem;
  }
}
.header-pagina .nav-wrapper .nav-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 14rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .nav-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 18rem;
  }
}
.header-pagina .nav-wrapper .nav-logo svg {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  fill: var(--primary);
  height: 4rem;
  width: 16.643rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .nav-logo svg {
    height: 5rem;
    width: 20.8rem;
  }
}
.header-pagina .nav-wrapper .actions-movil a,
.header-pagina .nav-wrapper nav .menu-movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.header-pagina .nav-wrapper .actions-movil a .txt,
.header-pagina .nav-wrapper nav .menu-movil .txt {
  color: var(--primary);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper nav {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.header-pagina .nav-wrapper nav .menu-movil {
  width: 3.7rem;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper nav .menu-movil {
    display: none;
  }
}
.header-pagina .nav-wrapper nav .menu-movil .barritas {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 1.8rem;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span {
  position: absolute;
  left: 0;
  background-color: var(--primary);
  width: inherit;
  height: 0.3rem;
  border-radius: 2rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(1) {
  top: 0;
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-pagina .nav-wrapper nav .menu-movil .barritas span:nth-child(3) {
  bottom: 0;
}
.header-pagina .nav-wrapper nav .menu-movil .txt.cerrar {
  display: none;
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header-pagina .nav-wrapper nav .menu-movil.close .barritas span:nth-child(2) {
  opacity: 0;
}
.header-pagina .nav-wrapper nav .menu-movil.close .txt.menu {
  display: none;
}
.header-pagina .nav-wrapper nav .menu-movil.close .txt.cerrar {
  display: block;
}
.header-pagina .nav-wrapper .menu-wrapper {
  height: calc(100vh - 5.6rem);
  left: 0;
  position: absolute;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  top: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper.close {
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 45rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper .menu-container {
    display: none;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container.close {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form {
  background-size: cover;
  height: 14rem;
  position: relative;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form.img-menu-webp {
  background-image: url("../../images/header-movil.webp");
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form.img-menu-jpg {
  background-image: url("../../images/header-movil.jpg");
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form:after {
  content: "";
  display: block;
  background-color: white;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form {
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper {
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input {
  border: 0.2rem solid var(--secondary);
  height: 4rem;
  padding: 1rem 1.5rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input:focus, .header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper input:hover {
  border: 0.2rem solid var(--primary);
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-form form .form-buscador-wrapper svg {
  -webkit-filter: invert(0.7);
          filter: invert(0.7);
  height: 1.9rem;
  right: 1rem;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9rem;
  z-index: 1;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links .menu-movil-container .movil-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  color: white;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-inline: 1rem;
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links .menu-movil-container .movil-title svg {
  fill: white;
  height: 1.782rem;
  width: 0.992rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.2rem 1rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li a svg {
  fill: white;
  height: 1.414rem;
  width: 0.707rem;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li.menu-dropdown a + * {
  display: none;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .nav-links ul.links-movil li + li {
  border-top: 0.1rem solid #aaa;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary), var(--primary-dark));
  padding: 2.5rem 0 12.5rem;
  width: inherit;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul {
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, minmax(10px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(10px, max-content));
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li span,
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li a {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
}
.header-pagina .nav-wrapper .menu-wrapper .menu-container .menu-movil-pie ul li span {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper {
    position: initial;
    height: inherit;
    overflow: initial;
  }
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper.close {
    opacity: 1;
    pointer-events: initial;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu {
  display: none;
  height: inherit;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 2.5rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li {
  height: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary);
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li &gt; a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li &gt; a {
    font-size: 1.8rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown:after {
  content: "";
  display: block;
  border: 1rem solid transparent;
  border-bottom-color: var(--primary);
  bottom: 0;
  display: none;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown a {
  gap: 0.5rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--primary);
  height: 0.5rem;
  width: 0.8rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown {
  background-color: white;
  border-radius: 0 0 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  display: none;
  width: 35rem;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 8rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li {
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li + li {
  border-top: 0.1rem solid var(--primary);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-dark);
  font-size: 1.5rem;
  gap: 3rem;
  line-height: 1.2;
  padding: 1.5rem;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a svg {
  fill: white;
  height: 1.628rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 0.915rem;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a:hover {
  background-color: var(--primary-dark);
  color: white;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown li a:hover svg {
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
  left: -40rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0 2.5rem;
  text-transform: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas {
    left: -15rem;
  }
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li a {
  color: var(--primary-dark);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.9rem;
  padding: 1.5rem;
  text-transform: initial;
  width: 100%;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li a:hover {
  color: white;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li + li {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.55);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li:nth-child(2), .header-pagina .nav-wrapper .menu-wrapper .desktop-menu li.menu-dropdown .dropdown.dropdown-escuelas li:nth-child(3) {
  border-top: none;
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li:hover .dropdown {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-pagina .nav-wrapper .menu-wrapper .desktop-menu li:hover:after {
  display: block;
}
.header-pagina .nav-wrapper .actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .actions .actions-movil {
    display: none;
  }
}
.header-pagina .nav-wrapper .actions .actions-movil a svg {
  height: 1.8rem;
  width: 2rem;
  fill: var(--primary);
}
.header-pagina .nav-wrapper .actions .actions-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header-pagina .nav-wrapper .actions .actions-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon {
  background-color: var(--primary);
  border-radius: 0.6rem;
  color: white;
  display: block;
  font: 700 1.4rem/0.75 "Montserrat", sans-serif;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  padding: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.header-pagina .nav-wrapper .actions .actions-desktop .infobar a#btnInfoGeneralCupon:hover {
  background-color: var(--primary-dark);
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7.5rem;
  position: relative;
  width: 22.82rem;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador {
    width: 100%;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar {
  height: 3rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar {
    height: 3.9rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input {
  border: 0.2rem solid var(--primary);
  border-radius: 3rem;
  color: var(--secondary);
  font-size: 1.1rem;
  height: 3rem;
  outline: none;
  opacity: 0;
  padding: 0 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  right: 1rem;
  width: 0;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input {
    font-size: 1.4rem;
    height: 4rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input.active {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
  width: 22.82rem;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar input.active {
    max-width: 25rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  position: relative;
  right: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 3rem;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon {
    height: 4rem;
    margin-left: auto;
    width: 4rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon.animate {
  background-color: white;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  right: 1rem;
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon.animate svg {
  fill: var(--primary);
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon svg {
  fill: var(--primary);
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .form-buscador form .search-bar #search-icon svg {
    height: 2rem;
    width: 2rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link {
  color: var(--primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (min-width: 1440px) {
  .header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link {
    font-size: 1.6rem;
  }
}
.header-pagina .nav-wrapper .actions .actions-desktop .contact-bar .phone-link.telefon-open {
  opacity: 0;
}

.info-bar-header {
  background-color: var(--primary);
  padding: 1rem 2rem;
  position: relative;
  z-index: 36;
}
.info-bar-header .info-text {
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.info-bar-header .info-text a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

footer {
  background-color: var(--primary);
  margin-top: 2.5rem;
  padding-block: 4.5rem 6rem;
}
@media (min-width: 992px) {
  footer {
    margin-top: 4.5rem;
    padding-block: 6.5rem 3.5rem;
  }
}
footer * {
  color: white;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
footer .container .footer-main {
  display: grid;
  gap: 3.5rem;
}
@media (min-width: 992px) {
  footer .container .footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  footer .container .footer-main {
    grid-template-columns: 4fr 3fr 3fr 2fr;
  }
}
footer .container .footer-main .footer-header {
  font: 600 2.2rem/1 "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  footer .container .footer-main .footer-header {
    font-size: 2rem;
  }
}
footer .container .footer-main .footer-header:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.4rem;
  margin-top: 0.7rem;
  max-width: 21.5rem;
}
footer .container .footer-main .footer-header.toggle:after {
  display: none;
}
@media (min-width: 992px) {
  footer .container .footer-main .footer-header.toggle:after {
    display: block;
  }
}
footer .container .footer-main .info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .container .footer-main .info-col svg {
  fill: white;
  height: 6.8rem;
  width: 28.5rem;
}
footer .container .footer-main .info-col .brand-footer-movil {
  fill: white;
  height: 5.6rem;
  margin-inline: auto;
  width: 21.5rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .brand-footer-movil {
    display: none;
  }
}
footer .container .footer-main .info-col .intro-masterd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .intro-masterd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .container .footer-main .info-col .intro-masterd p {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  footer .container .footer-main .info-col .intro-masterd p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .intro-masterd p {
    text-align: left;
    width: 85%;
  }
}
footer .container .footer-main .info-col .intro-masterd p.big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 700 1.4rem/1 "Montserrat", sans-serif;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .info-col .intro-masterd p.big {
    font-size: 2.1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .container .footer-main .info-col .intro-masterd p.big svg {
  fill: white;
  height: 1.9rem;
  width: 1.7rem;
}
footer .container .footer-main .info-col .intro-masterd p a {
  color: var(--info);
}
footer .container .footer-main .info-col .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .container .footer-main .enlaces-central .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  footer .container .footer-main .enlaces-central .toggle {
    border-bottom: 1px solid var(--fondo-davante);
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle {
    display: block;
  }
}
footer .container .footer-main .enlaces-central .toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  position: relative;
  width: 2rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle span {
    display: none;
  }
}
footer .container .footer-main .enlaces-central .toggle span:before, footer .container .footer-main .enlaces-central .toggle span:after {
  content: "";
  display: block;
  background-color: white;
  height: 0.3rem;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 1.8rem;
}
footer .container .footer-main .enlaces-central .toggle span.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
footer .container .footer-main .enlaces-central .toggle span.close:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .container .footer-main .enlaces-central .toggle + ul {
  color: white;
  display: none;
  list-style: outside disc;
  margin-top: 2rem;
  padding-left: 3rem;
}
@media (min-width: 992px) {
  footer .container .footer-main .enlaces-central .toggle + ul {
    display: block;
    list-style: none;
    padding: 0;
  }
}
footer .container .footer-main .enlaces-central .toggle + ul li {
  position: relative;
  font: 500 1.3rem/1 "Montserrat", sans-serif;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .container .footer-main .enlaces-central .toggle + ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .container .footer-main .enlaces-central .toggle + ul li:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .container .footer-main .enlaces-central .toggle + ul li + li {
  margin-top: 1.2rem;
}
footer .container .footer-main .enlaces-central .toggle + ul li a {
  color: white;
}
footer .container .footer-main .certificaciones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem;
  margin: 2.5rem auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  footer .container .footer-main .certificaciones {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
    width: 100%;
  }
}
footer .container .footer-main .certificaciones img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 8.5rem;
}
footer .container .prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--fondo-davante);
  padding-block: 1.35rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer .container .prefooter {
    margin-top: 4.5rem;
    padding-block: 3.5rem 0;
  }
}
footer .container .prefooter svg {
  display: none;
  fill: white;
  height: 5.6rem;
  width: 21.5rem;
}
@media (min-width: 992px) {
  footer .container .prefooter svg {
    display: block;
  }
}
footer .container .prefooter a,
footer .container .prefooter #ot-sdk-btn {
  position: relative;
}
footer .container .prefooter a:after,
footer .container .prefooter #ot-sdk-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: white;
  left: 0;
  margin-top: 0.35rem;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
footer .container .prefooter a:hover:after,
footer .container .prefooter #ot-sdk-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .container .prefooter a,
footer .container .prefooter #ot-sdk-btn,
footer .container .prefooter span {
  color: white;
  font: 400 1.2rem/1 "Montserrat", sans-serif !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/../../../images/slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-arrow {
  cursor: pointer;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .slider-arrow {
    width: 2rem;
  }
}
.slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .slider-arrow.arrow-prev {
    left: -1.5rem;
  }
}
.slider-arrow.arrow-next {
  right: 0;
}
@media (min-width: 768px) {
  .slider-arrow.arrow-next {
    right: -1.5rem;
  }
}

.slider-blanco {
  overflow: hidden;
  position: relative;
}
.slider-blanco:before, .slider-blanco:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  z-index: 1;
}
.slider-blanco:before {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(33%, #fff), to(rgba(60, 58, 64, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 33%, rgba(60, 58, 64, 0) 100%);
  left: 0;
}
.slider-blanco:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 58, 64, 0)), color-stop(77%, #fff), to(#fff));
  background: linear-gradient(90deg, rgba(60, 58, 64, 0) 0%, #fff 77%, #fff 100%);
  right: 0;
}
.slider-blanco .slider-arrow.arrow-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.slider-blanco .slider-arrow.arrow-next {
  right: 0;
}

.misma-altura .slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.misma-altura .slick-slide {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.misma-altura .slick-slide &gt; div {
  height: 100%;
}

.slide-centro .slick-list,
.hub-slider .slick-list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slide-centro .slick-list .slick-track,
.hub-slider .slick-list .slick-track {
  height: inherit;
  padding: 3rem 0;
}
.slide-centro .slick-list .slick-track .slick-slide,
.hub-slider .slick-list .slick-track .slick-slide {
  border: 0.2rem solid rgba(58, 58, 58, 0.63);
  position: relative;
  opacity: 0.5;
}
.slide-centro .slick-list .slick-track .slick-slide.slick-center,
.hub-slider .slick-list .slick-track .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .slide-centro .slick-list .slick-track .slick-slide.slick-center,
  .hub-slider .slick-list .slick-track .slick-slide.slick-center {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.slide-centro .slick-list .slick-track .slick-slide.slick-center:before,
.hub-slider .slick-list .slick-track .slick-slide.slick-center:before {
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-color: black;
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
  height: 100%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: 135%;
  z-index: -1;
}
.slide-centro .slick-list .slick-track .slick-slide img,
.hub-slider .slick-list .slick-track .slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hub-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

#logo-grid .logo-grid-slider .slick-track {
  gap: 2.5rem;
}
@media (min-width: 768px) {
  #logo-grid .logo-grid-slider .slick-track {
    gap: 4.5rem;
  }
}
@media (min-width: 1440px) {
  #logo-grid .logo-grid-slider .slick-track {
    gap: 6.5rem;
  }
}
#logo-grid .logo-grid-slider .slick-track .slick-slide &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#logo-grid .logo-grid-slider .slick-track .slick-slide &gt; div img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}

#docentes .slider-arrow {
  width: 1.8rem;
}
#docentes .slick-list {
  overflow: initial;
}
#docentes .slick-list .slick-track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #docentes .slick-list .slick-track {
    gap: 1.5rem;
  }
}
#docentes .slick-list .slick-track .slick-slide {
  padding: 9rem 0 2rem;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media (min-width: 768px) {
  #docentes .slick-list .slick-track .slick-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#docentes .slick-list .slick-track .slick-slide &gt; div {
  margin: 0 auto;
  width: 65%;
}
@media (min-width: 768px) {
  #docentes .slick-list .slick-track .slick-slide &gt; div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #docentes .slick-list .slick-track .slick-current + .slick-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 1200px) {
  #docentes .slick-list .slick-track .slick-center {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#opiniones .slider-arrow {
  width: 1.8rem;
}
#opiniones .slick-list .slick-track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#opiniones .slick-list .slick-track .slick-slide {
  padding: 2rem;
}
#opiniones .slick-list .slick-track .slick-slide &gt; div {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  #opiniones .slick-list .slick-track .slick-slide &gt; div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .alumni-slider .slick-track {
    padding: 5rem 0;
  }
}
.alumni-slider .slick-track .slick-slide {
  border: 0.2rem solid rgba(58, 58, 58, 0.63);
  position: relative;
  opacity: 0.5;
}
.alumni-slider .slick-track .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
@media (min-width: 768px) {
  .alumni-slider .slick-track .slick-slide.slick-center {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.alumni-slider .slick-track .slick-slide.slick-center:before {
  left: 50%;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  background-color: black;
  -webkit-filter: blur(0.5rem);
          filter: blur(0.5rem);
  height: 100%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: 135%;
  z-index: -1;
}
.alumni-slider .slick-track .slick-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.alumni-slider .slick-track .slick-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hero {
  position: relative;
}
#hero:after {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-light)), to(var(--primary-dark)));
  background: linear-gradient(var(--primary-light) 0%, var(--primary-dark) 100%);
  opacity: 0.63;
}
#hero img {
  height: 100%;
  left: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
#hero .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 28rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  #hero .header-content {
    min-height: 42.5rem;
  }
}
#hero .header-content * {
  color: white;
}
#hero .header-content .header-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
#hero .header-content .header-titulo h1 {
  font: 600 2.8rem/1.14 "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  #hero .header-content .header-titulo h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  #hero .header-content .header-titulo h1 {
    font-size: 5.4rem;
    max-width: 88rem;
  }
}
@media (min-width: 1600px) {
  #hero .header-content .header-titulo h1 {
    font-size: 7.5rem;
  }
}
#hero .header-content .header-titulo h2 {
  font: 400 2.2rem/1.14 "Montserrat", sans-serif;
  max-width: 28rem;
}
@media (min-width: 768px) {
  #hero .header-content .header-titulo h2 {
    font-size: 2.8rem;
    max-width: initial;
  }
}
@media (min-width: 1200px) {
  #hero .header-content .header-titulo h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1600px) {
  #hero .header-content .header-titulo h2 {
    font-size: 45px;
  }
}

#cursos .cursos-main {
  display: grid;
  grid-gap: 3.5rem 3rem;
}
@media (min-width: 1200px) {
  #cursos .cursos-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#cursos .cursos-main .curso-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
#cursos .cursos-main .curso-single .curso-single-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  color: white;
  font: 700 1.5rem/1.12 "Montserrat", sans-serif;
  gap: 1rem;
  min-height: 5.8rem;
  padding: 1.2rem;
  text-transform: uppercase;
}
#cursos .cursos-main .curso-single .curso-single-header:hover svg {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
@media (min-width: 1600px) {
  #cursos .cursos-main .curso-single .curso-single-header {
    font-size: 2.1rem;
    min-height: 7.1rem;
  }
}
#cursos .cursos-main .curso-single .curso-single-header svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: white;
  height: 1.6rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0.9rem;
}
#cursos .cursos-main .curso-single .curso-single-contenido ul li {
  width: 100%;
}
#cursos .cursos-main .curso-single .curso-single-contenido ul li + li {
  border-top: 0.1rem solid rgba(112, 112, 112, 0.35);
}
#cursos .cursos-main .curso-single .curso-single-contenido ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--secondary);
  font: 600 1.61rem/1.23 "Montserrat", sans-serif;
  gap: 2rem;
  padding: 1.5rem 1.2rem;
}
@media (min-width: 1200px) {
  #cursos .cursos-main .curso-single .curso-single-contenido ul li a {
    font-size: 1.8rem;
  }
}
#cursos .cursos-main .curso-single .curso-single-contenido ul li a:hover svg {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
#cursos .cursos-main .curso-single .curso-single-contenido ul li a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: rgba(112, 112, 112, 0.35);
  height: 1.173rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0.675rem;
}

#numeros .numeros-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 992px) {
  #numeros .numeros-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #numeros .numeros-main {
    gap: 3.5rem;
  }
}
@media (min-width: 1600px) {
  #numeros .numeros-main {
    gap: 5.3rem;
  }
}
#numeros .numeros-main .numero-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-dark)), to(var(--primary)));
  background: linear-gradient(to right, var(--primary-dark) 0%, var(--primary) 100%);
  border-radius: 1rem;
  gap: 1.5rem;
  min-height: 8.4rem;
  overflow: hidden;
  padding: 1rem 1.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #numeros .numeros-main .numero-single {
    min-height: 15rem;
  }
}
@media (min-width: 1600px) {
  #numeros .numeros-main .numero-single {
    min-height: 20rem;
  }
}
#numeros .numeros-main .numero-single p,
#numeros .numeros-main .numero-single span {
  color: white;
  -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 21, 52, 0.65));
          filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 21, 52, 0.65));
  text-align: center;
}
#numeros .numeros-main .numero-single p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  color: white;
  font: 700 2.8rem/1 "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  #numeros .numeros-main .numero-single p {
    font-size: 5.5rem;
  }
}
@media (min-width: 1600px) {
  #numeros .numeros-main .numero-single p {
    font-size: 6rem;
  }
}
@media (min-width: 1920px) {
  #numeros .numeros-main .numero-single p {
    font-size: 6.8rem;
  }
}
#numeros .numeros-main .numero-single p span {
  font: 500 1.4rem/1.2 "Montserrat", sans-serif;
  max-width: 18rem;
}
@media (min-width: 768px) {
  #numeros .numeros-main .numero-single p span {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  #numeros .numeros-main .numero-single p span {
    font-size: 2.2rem;
    max-width: 22rem;
  }
}
@media (min-width: 1920px) {
  #numeros .numeros-main .numero-single p span {
    font-size: 2.8rem;
  }
}
#numeros .numeros-main .numero-single p span sup {
  color: white;
  font-size: xx-small;
  vertical-align: super;
}
#numeros .numeros-main .numero-single svg {
  height: 25vw;
  opacity: 0.05;
  position: absolute;
  right: -15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25vw;
}
@media (min-width: 992px) {
  #numeros .numeros-main .numero-single svg {
    height: 11vw;
    width: 11vw;
  }
}

#docentes .slick-slide {
  width: 85% !important;
}
@media (max-width: 767px) {
  #docentes .slider-docentes-wrapper:after, #docentes .slider-docentes-wrapper:before {
    display: none;
  }
}
#docentes .slider-docentes-wrapper .docente-single {
  -webkit-box-shadow: 0.4rem 0.4rem 1rem rgba(217, 217, 217, 0.5);
          box-shadow: 0.4rem 0.4rem 1rem rgba(217, 217, 217, 0.5);
  border: 0.1rem solid #f6f6f6;
  border-radius: 1rem;
  height: 100%;
  position: relative;
  padding: 9.5rem 2.5rem 2rem;
  width: 100%;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-pic {
  border-radius: 50%;
  border: 0.5rem solid var(--primary-dark);
  left: 50%;
  max-width: 17.2rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-pic:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-pic:after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-light)), to(var(--primary-dark)));
  background: linear-gradient(var(--bg-light) 0%, var(--primary-dark) 100%);
  opacity: 0.4;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-pic img {
  height: 100%;
  left: 0;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: saturate(0) brightness(0.7);
          filter: saturate(0) brightness(0.7);
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy svg {
  display: block;
  fill: var(--primary-dark);
  height: 3.632rem;
  margin: 0 auto;
  width: 3.512rem;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content {
  margin-top: 1rem;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content span,
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content p {
  text-align: center;
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content span {
    font-size: 2.1rem;
  }
}
#docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content p {
  color: var(--primary);
  opacity: 0.75;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  #docentes .slider-docentes-wrapper .docente-single .docente-single-copy .docente-single-content p {
    font-size: 1.7rem;
  }
}

.embed-container {
  border: 1px solid white;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.48);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.48);
  margin: 4.5rem auto;
  max-width: 77rem;
  width: 85%;
}
@media (min-width: 992px) {
  .embed-container {
    margin: 6.5rem auto;
  }
}
.embed-container .youtube-player img {
  height: auto;
}

.youtube-player {
  background: #000;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 2rem rgba(255, 255, 255, 0.48);
          box-shadow: 0 0 2rem rgba(255, 255, 255, 0.48);
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.23%;
  position: relative;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.youtube-player &gt; div img {
  border: none;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player &gt; div .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.47);
  border: 2px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1rem rgb(0, 0, 0);
          box-shadow: 0 0 1rem rgb(0, 0, 0);
  cursor: pointer;
  height: 12.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  width: 12.6rem;
}
@media (min-width: 768px) {
  .youtube-player &gt; div .play {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1200) {
  .youtube-player &gt; div .play {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.youtube-player &gt; div .play .arrow-right {
  background-image: url(../../images/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 5.6rem;
  margin-left: 1rem;
  width: 4.9rem;
}
.youtube-player:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.youtube-player:hover .play {
  background-color: rgba(255, 0, 0, 0.47);
}

#caracteristicas {
  background-attachment: fixed;
  background-image: url("../../images/caracteristicas-alt.jpg");
  background-position: center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  padding-block: 10rem;
}
@media (min-width: 1200px) {
  #caracteristicas {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 15rem 0;
  }
}
#caracteristicas * {
  color: white;
}
#caracteristicas .caracteristicas-main {
  position: relative;
  z-index: 1;
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 4.5rem 9%;
  grid-template-columns: 100%;
}
@media (min-width: 1200px) {
  #caracteristicas .caracteristicas-main .carateristicas-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left h2 {
  background-color: white;
  color: var(--info);
  font: 700 2.1rem/1.12 "Montserrat", sans-serif;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1rem 1.5rem;
  width: 100%;
}
@media (min-width: 1200px) {
  #caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  #caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left h2 {
    font-size: 3.8rem;
  }
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left h2 + p {
  margin-top: 4.5rem;
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-left h2 p {
  font-weight: 500;
}
#caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-right .embed-container {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #caracteristicas .caracteristicas-main .carateristicas-wrapper .carateristicas-right .embed-container {
    max-width: 58rem;
    width: 100%;
  }
}

.opinion-single {
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5);
          box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5);
  background-color: white;
  border: 0.1rem solid #f6f6f6;
  border-radius: 1rem;
  cursor: pointer;
  padding: 1.5rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.opinion-single:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.opinion-single p {
  color: var(--secondary);
  font-size: 1.3rem;
  line-height: 1.23;
}
.opinion-single p.opinion-autor {
  color: var(--primary);
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0;
}
.opinion-single p.opinion-bio {
  font-weight: 600;
  margin-top: 0.5rem;
}
.opinion-single p.opinion-bio + P {
  margin-bottom: 2.5rem;
}
.opinion-single .opinion-corazones {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, -webkit-max-content));
  grid-template-columns: repeat(5, minmax(0, max-content));
  margin-top: auto;
}
.opinion-single .opinion-corazones svg {
  height: 2.5rem;
  width: 2.8rem;
}

#home-eventos {
  margin-bottom: 4.5rem;
}
@media (min-width: 1200px) {
  #home-eventos {
    margin-bottom: 6.5rem;
  }
}
#home-eventos .eventos-wrapper {
  display: grid;
  grid-gap: 2.5rem;
}
@media (min-width: 768px) {
  #home-eventos .eventos-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#home-eventos .eventos-wrapper .evento-single {
  border: 0.2rem solid var(--primary);
  display: grid;
}
@media (min-width: 992px) {
  #home-eventos .eventos-wrapper .evento-single {
    grid-template-columns: 11.5rem auto;
  }
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  border-bottom: 0.1rem solid white;
  gap: 1.2rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  #home-eventos .eventos-wrapper .evento-single .evento-izq-mob {
    display: none;
  }
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob * {
  color: white;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob p {
  line-height: 1;
  margin: 0;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob p.dia {
  font-size: 3.8rem;
  font-weight: 700;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob p.fecha {
  font-size: 1.6rem;
  font-weight: 600;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-mob p.fecha span {
  display: block;
  font-size: 1.4rem;
  opacity: 0.6;
}
@media (max-width: 991px) {
  #home-eventos .eventos-wrapper .evento-single .evento-izq-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  #home-eventos .eventos-wrapper .evento-single .evento-izq-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 11.5rem;
  }
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-desktop &gt; span {
  background-color: var(--primary-dark);
  color: white;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.6rem 0;
  text-align: center;
  width: 100%;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-desktop p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary);
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4.6rem;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  width: 100%;
}
#home-eventos .eventos-wrapper .evento-single .evento-izq-desktop p span {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
}
#home-eventos .eventos-wrapper .evento-single .evento-der {
  padding: 2.8rem 1rem 1rem 2rem;
  position: relative;
}
#home-eventos .eventos-wrapper .evento-single .evento-der p {
  font-size: 1.4rem;
  line-height: 1.21;
}
@media (min-width: 992px) {
  #home-eventos .eventos-wrapper .evento-single .evento-der p {
    font-size: 1.8rem;
  }
}
#home-eventos .eventos-wrapper .evento-single .evento-der p.evento-tipo {
  background-color: var(--primary);
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
#home-eventos .eventos-wrapper .evento-single .evento-der p.evento-tipo + p {
  font-weight: 500;
  margin-top: 1.2rem;
  max-width: 90%;
}

#noticias .home-noticias-main {
  display: grid;
  gap: 2.5rem;
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  #noticias .home-noticias-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  #noticias .home-noticias-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#noticias .home-noticias-main .noticia-single {
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5);
          box-shadow: 0.5rem 0.5rem 1rem rgba(217, 217, 217, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0.1rem solid rgba(35, 51, 37, 0.13);
  border-radius: 1rem;
  height: 100%;
  padding: 1.5rem;
}
#noticias .home-noticias-main .noticia-single .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#noticias .home-noticias-main .noticia-single .post-content * {
  color: var(--secondary);
}
#noticias .home-noticias-main .noticia-single .post-content h3 {
  font: 600 1.6rem/1.25 "Montserrat", sans-serif;
}
#noticias .home-noticias-main .noticia-single .post-content p {
  font: 400 1.4rem/1.33 "Montserrat", sans-serif;
}
#noticias .home-noticias-main .noticia-single .blog-link {
  border-radius: 0.5rem;
  color: var(--info);
  display: block;
  font: 700 1.4rem/1 "Montserrat", sans-serif;
  margin-top: 4.5rem;
}
/*# sourceMappingURL=home-main.css.map */
</pre></body></html>