@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  overflow: scroll;
  position: relative;
  height: 100%;
  overflow-x: hidden !important;
  font-size: 16px;
}

body.custom-background {
  background: transparent !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

a, a::before, a::after, a:visited, a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
}

p {
  margin-bottom: 0;
}

.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
}

.grid-max {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}

@font-face {
  font-family: "Erode-Regular";
  src: url("../../fonts/Erode-Regular.woff2") format("woff2"), url("../../fonts/Erode-Regular.woff") format("woff"), url("../../fonts/Erode-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
h1 {
  font-family: "Erode-Regular", serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 90%;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-family: "Erode-Regular", serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 120%;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }
}

h4 {
  font-family: "Erode-Regular", serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 100%;
  font-size: 2.25rem;
}

h5 {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  line-height: 125%;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 1.25rem;
  }
}

p {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

.p-small {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-small {
    font-size: 0.875rem;
  }
}

.button {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 0.875rem;
  }
}

.menu-item {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0C1727;
}
.menu-item a {
  color: #0C1727;
}

.link {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 0.875rem;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #FCFCFD;
  filter: drop-shadow(3px 3px 5px rgba(12, 23, 39, 0.15));
}

.navbar {
  display: flex;
  transition: 0.3s;
  position: relative;
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .navbar {
    height: 4rem;
  }
}
.navbar__menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  z-index: 5;
}
.navbar__logo-logotipo {
  display: none;
}
.navbar__logo-logotipo img {
  height: 56px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .navbar__logo-logotipo {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .navbar__logo-isotipo {
    display: none;
  }
}
.navbar__links {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .navbar__links {
    height: 100vh;
    width: 100vw;
    background-color: #FCFCFD;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .navbar__links .menu {
    display: flex !important;
    flex-direction: column;
  }
}
.navbar__links a:hover {
  color: #1E5CDC;
}
@media screen and (max-width: 1024px) {
  .navbar__links-collapsed {
    transform: translateX(100%);
  }
}
.navbar__links .menu-item {
  padding: 0.75rem 2.5rem;
  border-left: 1.5px solid #1E5CDC;
}
@media screen and (max-width: 1024px) {
  .navbar__links .menu-item {
    font-size: 1.5rem;
    border-left: none;
  }
}
.navbar__links .menu-item:first-child {
  border-left: none;
}
.navbar__social {
  display: flex;
  align-items: center;
}
.navbar__social a {
  margin-left: 1.5rem;
}
.navbar__hamburger {
  position: relative;
  width: 1rem;
  height: 2px;
  background-color: #1E5CDC;
  border-radius: 16px;
  z-index: 2;
  transition: 0.3s;
}
.navbar__hamburger:before, .navbar__hamburger:after {
  content: "";
  position: absolute;
  height: 2px;
  right: 0;
  width: 1rem;
  height: 2px;
  background-color: #1E5CDC;
  transition: 0.3s;
}
.navbar__hamburger:before {
  top: -6px;
}
.navbar__hamburger:after {
  top: 6px;
}
.navbar__toggler {
  border-radius: 20px;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: #FCFCFD;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.navbar__toggler-active {
  background-color: #1E5CDC;
}
.navbar__toggler-active .navbar__hamburger {
  background: transparent;
}
.navbar__toggler-active .navbar__hamburger:before {
  background-color: #FCFCFD;
  top: 0;
  transform: rotate(-45deg);
}
.navbar__toggler-active .navbar__hamburger:after {
  background-color: #FCFCFD;
  top: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .navbar__toggler {
    display: flex;
  }
  .navbar__link {
    margin: 1.5rem 0;
  }
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.button {
  border: 1px solid #FCFCFD;
  color: #FCFCFD;
  background-color: transparent;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.button:hover {
  background-color: #FCFCFD;
  color: #1E5CDC;
}

.footer {
  background-color: #0C1727;
  padding: 1rem 0;
}
.footer__name {
  grid-column: span 6/span 6;
}
.footer p {
  color: #FCFCFD;
}
.footer__social {
  grid-column: span 6/span 6;
  display: flex;
  justify-content: flex-end;
}
.footer__social a {
  margin-left: 1.5rem;
}

.hero {
  width: 100%;
  height: 100vh;
  background-color: #1E5CDC;
  color: #FCFCFD;
  display: flex;
  width: 100%;
  position: relative;
}
.hero__background {
  position: absolute;
  display: flex;
  left: 0;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .hero__background {
    bottom: 0;
    height: 50%;
    width: 100%;
  }
}
.hero__background-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__text {
  grid-column: span 4/span 4;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .hero__text {
    grid-column: span 12/span 12;
  }
}
.hero h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.hero__text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .hero__text {
    height: 50%;
    align-self: flex-end;
  }
}
.hero__title {
  margin: auto;
  margin-left: 0;
}
.hero__button {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .hero__button {
    margin-top: 2rem;
  }
}
.hero .button {
  display: inline-block;
}
.hero__foto {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .hero__foto {
    width: 100vw;
    height: 50vh;
  }
}

.video {
  padding: 0;
  display: block;
}
.video .container-fluid {
  padding: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  min-width: 100%;
  max-height: 85vh;
  padding: 0rem;
  margin: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}

.embed-responsive-21by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.bio {
  background-color: #0C1727;
  color: #FCFCFD;
  padding: 7.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bio {
    padding: 5rem 0;
  }
}
.bio__titulo {
  grid-column: span 5/span 5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bio__titulo {
    margin-bottom: 1rem;
    grid-column: span 12/span 12;
  }
}
.bio__image {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  display: flex;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .bio__image {
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .bio__image {
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .bio__image {
    display: none;
  }
}
.bio__image img {
  opacity: 0.2;
  max-height: 100%;
  width: auto;
}
.bio__texto {
  grid-column: 3/span 8;
}
@media screen and (max-width: 767px) {
  .bio__texto {
    grid-column: span 12/span 12;
  }
}
.bio__texto p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .bio__texto p {
    font-size: 1.125rem;
  }
}
.bio__texto a {
  color: #FCFCFD;
  text-decoration: underline;
}

.ejes {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .ejes {
    padding: 5rem 0;
  }
}
.ejes__cards {
  grid-column: span 8/span 8;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ejes__cards {
    grid-column: span 12/span 12;
  }
}
.ejes__eje {
  min-height: 20rem;
  width: 45%;
  border: 1px solid #0C1727;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .ejes__eje {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ejes__eje {
    padding: 1.5rem;
    margin-left: 0;
  }
}
.ejes__eje-img {
  height: 4rem;
  width: auto;
}
.ejes__eje-link {
  color: #1E5CDC;
  margin-top: 1.5rem;
}
.ejes__eje-titulo {
  color: #0C1727;
}
.ejes__eje-text {
  color: #7B7F89;
  margin-top: 0.5rem;
}
.ejes__title {
  color: #0C1727;
  display: flex;
  justify-content: flex-end;
  grid-column: span 3/span 4;
}
@media screen and (max-width: 767px) {
  .ejes__title {
    grid-column: span 12/span 12;
  }
}
.ejes #titulo__mobile {
  display: none;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ejes #titulo__mobile {
    display: inline-block;
    justify-content: flex-start;
  }
}
.ejes #titulo__desktop {
  display: inline-block;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .ejes #titulo__desktop {
    display: none;
  }
}

.noticias {
  background-color: #EFF0F3;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .noticias {
    padding: 5rem 0;
  }
}
.noticias__encabezado {
  display: flex;
  grid-column: span 12/span 12;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .noticias__encabezado {
    flex-direction: column;
  }
}
.noticias h2, .noticias .link {
  color: #0C1727;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .noticias h2, .noticias .link {
    margin-bottom: 1rem;
  }
}
.noticias__card {
  grid-column: span 4/span 4;
  display: flex;
  flex-direction: column;
  background-color: #FCFCFD;
  border: 1px solid #0C1727;
  border-radius: 4px;
  min-height: 30rem;
  max-height: 32rem;
}
@media screen and (max-width: 1024px) {
  .noticias__card {
    grid-column: span 6/span 6;
  }
}
@media screen and (max-width: 767px) {
  .noticias__card {
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 767px) {
  .noticias__card {
    min-height: 26rem;
  }
}
.noticias__card-content {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .noticias__card-content {
    padding: 1.5rem;
  }
}
.noticias__card-date {
  color: #7B7F89;
  margin-bottom: 0.5rem;
}
.noticias__card-link {
  margin-top: 2rem;
  color: #1E5CDC !important;
  justify-self: flex-end;
}
.noticias__card-img {
  min-height: 45%;
}
.noticias__card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacto {
  background-color: #0C1727;
  padding: 7.5rem 0;
  border-bottom: 1px solid #FCFCFD;
}
@media screen and (max-width: 767px) {
  .contacto {
    padding: 5rem 0;
  }
}
.contacto h2 {
  color: #FCFCFD;
  grid-column: span 7/span 7;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contacto h2 {
    margin-bottom: 1rem;
    grid-column: span 12/span 12;
  }
}
.contacto__data {
  grid-column: span 4/span 4;
}
.contacto__data p {
  color: #FCFCFD;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .contacto__data {
    grid-column: span 5/span 5;
  }
}
@media screen and (max-width: 767px) {
  .contacto__data {
    grid-column: span 12/span 12;
  }
}

.sin-encontrar {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sin-encontrar header {
  grid-column: span 12/span 12;
  text-align: center;
}

.post__container {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .post__container {
    margin-bottom: 5rem;
  }
}

.post__entry-title {
  color: #0C1727;
  font-family: "Erode-Regular", serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 110%;
  font-size: 4.5rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .post__entry-title {
    font-size: 3rem;
  }
}
.post__entry-header {
  margin-bottom: 2rem;
  grid-column: 3/span 8;
  margin-top: 8.5rem;
}
@media screen and (max-width: 1024px) {
  .post__entry-header {
    margin-bottom: 1.5rem;
    grid-column: span 12/span 12;
  }
}
@media screen and (max-width: 1024px) {
  .post__entry-header {
    margin-top: 6.5rem;
  }
}
.post__entry-extracto {
  margin-top: 2rem;
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 125%;
  color: #7B7F89;
}
@media screen and (max-width: 576px) {
  .post__entry-extracto {
    font-size: 1rem;
  }
}
.post__entry-content {
  margin: 0;
  grid-column: 3/span 8;
}
@media screen and (max-width: 1024px) {
  .post__entry-content {
    grid-column: span 12/span 12;
  }
}
.post__entry-content p {
  margin-bottom: 1.5rem;
  color: #5B5F67;
}
.post__entry-content a {
  color: #5B5F67;
  text-decoration: underline;
}
.post__entry-content h2 {
  color: #0C1727;
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 125%;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .post__entry-content h2 {
    font-size: 1.25rem;
  }
}

.wp-block-image {
  margin: 2rem 0;
}

.wp-block-image img {
  min-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.post-navigation {
  display: none;
}

.post__image {
  margin-bottom: 1.5rem;
  grid-column: 3/span 8;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .post__image {
    margin-bottom: 1rem;
    grid-column: span 12/span 12;
  }
}

.post-thumbnail img {
  min-width: 100% !important;
  height: auto !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.post__date {
  margin-bottom: 1rem;
  color: #7B7F89;
}

.wp-element-caption {
  color: #7B7F89;
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1rem;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .wp-element-caption {
    font-size: 0.875rem;
  }
}

.header__container {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .header__container {
    margin-bottom: 3rem;
  }
}

.page {
  margin: 0;
}
.page__header {
  background-color: #1E5CDC;
  grid-column: span 12/span 12;
  margin-top: 8.5rem;
  display: flex;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page__header {
    margin-top: 6.5rem;
    flex-direction: column;
  }
}
.page__header-noticias {
  background-color: #0C1727;
}
.page__header-img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .page__header-img {
    display: inline-block;
    position: relative;
    height: 5rem;
    width: 5rem;
    margin-left: 2rem;
    margin-top: 2rem;
  }
}
.page__header-img img {
  height: 100% !important;
  width: auto !important;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .page__header-img img {
    opacity: 1;
  }
}
.page__entry-title {
  font-family: "Erode-Regular", serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 100%;
  font-size: 4.5rem;
  margin: 0;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page__entry-title {
    font-size: 3.5rem;
    width: 50%;
  }
}
.page__entry-content {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .page__entry-content {
    margin-top: 1rem;
    width: 100%;
  }
}
.page__title-container {
  color: #FCFCFD;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .page__title-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  .page__title-container {
    padding: 2rem;
    padding-top: 1rem;
  }
}
.page__title-container h2 {
  font-family: "Jost", "Arial", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 125%;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .page__title-container h2 {
    font-size: 1.25rem;
  }
}
.page__cards {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .page__cards {
    margin-bottom: 5rem;
  }
}