/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss (2) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 3rd party packages */
/* SASS and Global'ish Stuff */
.font-bitcrusher {
  font-family: "BitCrusher", sans-serif !important;
}

.navmenu .menu,
.navmenu .text-menu {
  font-family: "Exo 2";
  color: var(--Very-Dark-Blue, #131852);
}
.navmenu .menu__wrapper,
.navmenu .text-menu__wrapper {
  border-bottom: 5px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.navmenu .menu__wrapper__item,
.navmenu .text-menu__wrapper__item {
  color: var(--Very-Dark-Blue, #131852);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 24px */
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.navmenu .menu__wrapper__item:hover,
.navmenu .text-menu__wrapper__item:hover {
  color: var(--color-lime-400);
  text-decoration: none;
}
.navmenu .menu-current,
.navmenu .text-menu-current {
  border-bottom: 5px solid var(--Moderate-Yellow, #a8d81c);
}
.navmenu .buttons-menu {
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  font-family: "Exo 2";
  color: var(--Very-Dark-Blue, #131852);
}
@media (max-width: 640px) {
  .navmenu .buttons-menu {
    display: none;
  }
}
.navmenu .buttons-menu .envivo {
  display: flex;
  height: 36px;
  padding: 6px 12px 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: var(--Bright-Red-200, #f65041);
  transition: all 0.3s ease-in-out;
}
.navmenu .buttons-menu .envivo:hover {
  filter: saturate(1.2);
  text-decoration: none;
}
.navmenu .buttons-menu .envivo__icon {
  width: 7px;
  height: 7px;
}
.navmenu .buttons-menu .envivo__text {
  color: var(--White, #fff);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  white-space: nowrap;
}
.navmenu .buttons-menu .buttonitem {
  display: flex;
  height: 43px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.navmenu .buttons-menu .buttonitem .icon {
  width: 24px;
  height: 24px;
}
.navmenu .buttons-menu .buttonitem .text {
  color: var(--Very-Dark-Blue, #131852);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  white-space: nowrap;
}
.navmenu .buttons-menu .iconitem {
  display: flex;
  min-width: 50px;
  padding: 10px 10px 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navmenu .buttons-menu .iconitem .icon {
  width: 24px;
  height: 24px;
}
.navmenu .social-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: right;
}
.navmenu .social-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.navmenu-line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background-color: var(--Moderate-Yellow, #131852);
  z-index: -1;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Styles for dynamic menu items and buttons */
.desktop-menu-container li {
  position: relative;
  transition: color 0.3s ease;
}
.desktop-menu-container li a {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1100px) {
  .desktop-menu-container li a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.desktop-menu-container li a:hover {
  color: #585e8a;
}
.desktop-menu-container li .sub-menu {
  position: absolute;
  top: 100%;
  left: -14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
  background-color: #131852;
  padding: 10px 29px;
  border-radius: 16px;
  width: 210px;
  display: flex;
  flex-direction: column;
  border: 1px solid #585e8a;
}
.desktop-menu-container li .sub-menu a {
  padding-left: 0;
  display: block;
}
.desktop-menu-container li .sub-menu .menu-item-type-custom a {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  color: #585e8a;
  text-transform: uppercase;
  cursor: default;
  padding-bottom: 8px;
}
.desktop-menu-container li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hidden desktop menú */
.desktop-menu-hidden ul > .menu-item {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
}
.desktop-menu-hidden ul .espacio-vacio {
  opacity: 0;
  height: 24px;
}
.desktop-menu-hidden ul .espacio-vacio a {
  pointer-events: none;
  color: transparent;
  cursor: default;
}
.desktop-menu-hidden ul .titulo-menu > a {
  position: relative;
  top: -6px;
}
.desktop-menu-hidden ul .titulo-menu > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-left: 22px;
  background: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 17L17 7M17 7H7M17 7V17%27 stroke=%27%23A8D81C%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center center;
  background-size: contain;
}
.desktop-menu-hidden ul li {
  color: #A8D81C;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 32px;
}
.desktop-menu-hidden ul li a {
  white-space: nowrap;
}
.desktop-menu-hidden ul li li {
  color: white;
  padding-bottom: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.desktop-menu-hidden ul li li:hover {
  color: #585E8A;
}
.desktop-menu-hidden ul li .title-category {
  color: #585E8A;
  font-size: 10px;
}
.desktop-menu-hidden .sub-menu {
  position: relative;
}
.desktop-menu-hidden .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 160px;
}

.menu-hamburger {
  min-height: 100vh;
  font-family: "Exo 2";
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.menu-hamburger__icon {
  width: 24px;
  height: 24px;
}
.menu-hamburger__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu-hamburger__links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 65%;
}
.menu-hamburger__item {
  margin: 10px 0;
  color: white;
}
.menu-hamburger__link {
  color: var(--Strong-Green, #A8D81C);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  gap: 20px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.menu-hamburger__link:hover {
  color: #ccff33;
  transform: translateY(-2px);
}
.menu-hamburger__sublink {
  text-decoration: none;
}
.menu-hamburger__live-indicator {
  width: 35%;
  height: 11.25rem;
  border: solid 2px #f65041;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .menu-hamburger__live-indicator {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-hamburger__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .menu-hamburger {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .menu-hamburger__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .menu-hamburger__sublist {
    display: none;
  }
}

.menu-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.menu-visible {
  transform: translateY(0);
  opacity: 1;
}

.menu__wrapper__item {
  position: relative;
}

.menu__wrapper .sub-menu,
.menu__wrapper .flex.flex-col.gap-4 {
  position: absolute;
  top: 100%;
  left: -14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
}

.menu__wrapper:hover .sub-menu,
.menu__wrapper:hover .flex.flex-col.gap-4 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu__wrapper::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}

.animation-live {
  background-color: #AD3328;
  animation: animation-live 3s infinite alternate ease-in-out;
}

@keyframes animation-live {
  0% {
    background-color: #AD3328;
    box-shadow: none;
  }
  10% {
    background-color: white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  }
  50% {
    background-color: white;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  }
  60% {
    background-color: #AD3328;
    box-shadow: none;
  }
  100% {
    background-color: #AD3328;
    box-shadow: none;
  }
}
.menu-hamburger-dynamic ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.9375rem;
}
@media (max-width: 768px) {
  .menu-hamburger-dynamic ul {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.menu-hamburger-dynamic, .footer-menu-dynamic {
  width: 100%;
}
.menu-hamburger-dynamic ul li, .footer-menu-dynamic ul li {
  color: #A8D81C;
  margin: 10px 0;
}
.menu-hamburger-dynamic ul li a, .footer-menu-dynamic ul li a {
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
}
.menu-hamburger-dynamic ul li a::after, .footer-menu-dynamic ul li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-left: 22px;
  background: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 17L17 7M17 7H7M17 7V17%27 stroke=%27%23A8D81C%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center center;
  background-size: contain;
}

.font-bitcrusher {
  font-family: "BitCrusher", sans-serif !important;
}

.navmenu .menu,
.navmenu .text-menu {
  font-family: "Exo 2";
  color: var(--Very-Dark-Blue, #131852);
}
.navmenu .menu__wrapper,
.navmenu .text-menu__wrapper {
  border-bottom: 5px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.navmenu .menu__wrapper__item,
.navmenu .text-menu__wrapper__item {
  color: var(--Very-Dark-Blue, #131852);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 24px */
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.navmenu .menu__wrapper__item:hover,
.navmenu .text-menu__wrapper__item:hover {
  color: var(--color-lime-400);
  text-decoration: none;
}
.navmenu .menu-current,
.navmenu .text-menu-current {
  border-bottom: 5px solid var(--Moderate-Yellow, #a8d81c);
}
.navmenu .buttons-menu {
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  font-family: "Exo 2";
  color: var(--Very-Dark-Blue, #131852);
}
@media (max-width: 640px) {
  .navmenu .buttons-menu {
    display: none;
  }
}
.navmenu .buttons-menu .envivo {
  display: flex;
  height: 36px;
  padding: 6px 12px 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: var(--Bright-Red-200, #f65041);
  transition: all 0.3s ease-in-out;
}
.navmenu .buttons-menu .envivo:hover {
  filter: saturate(1.2);
  text-decoration: none;
}
.navmenu .buttons-menu .envivo__icon {
  width: 7px;
  height: 7px;
}
.navmenu .buttons-menu .envivo__text {
  color: var(--White, #fff);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  white-space: nowrap;
}
.navmenu .buttons-menu .buttonitem {
  display: flex;
  height: 43px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.navmenu .buttons-menu .buttonitem .icon {
  width: 24px;
  height: 24px;
}
.navmenu .buttons-menu .buttonitem .text {
  color: var(--Very-Dark-Blue, #131852);
  text-align: center;
  /* Menu item */
  font-family: var(--Titles-Menu-Family, "Exo 2");
  font-size: var(--Titles-Body-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  white-space: nowrap;
}
.navmenu .buttons-menu .iconitem {
  display: flex;
  min-width: 50px;
  padding: 10px 10px 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.navmenu .buttons-menu .iconitem .icon {
  width: 24px;
  height: 24px;
}
.navmenu .social-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: right;
}
.navmenu .social-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.navmenu-line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background-color: var(--Moderate-Yellow, #131852);
  z-index: -1;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Styles for dynamic menu items and buttons */
.desktop-menu-container li {
  position: relative;
  transition: color 0.3s ease;
}
.desktop-menu-container li a {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 1100px) {
  .desktop-menu-container li a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.desktop-menu-container li a:hover {
  color: #585e8a;
}
.desktop-menu-container li .sub-menu {
  position: absolute;
  top: 100%;
  left: -14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
  background-color: #131852;
  padding: 10px 29px;
  border-radius: 16px;
  width: 210px;
  display: flex;
  flex-direction: column;
  border: 1px solid #585e8a;
}
.desktop-menu-container li .sub-menu a {
  padding-left: 0;
  display: block;
}
.desktop-menu-container li .sub-menu .menu-item-type-custom a {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  color: #585e8a;
  text-transform: uppercase;
  cursor: default;
  padding-bottom: 8px;
}
.desktop-menu-container li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* hidden desktop menú */
.desktop-menu-hidden ul > .menu-item {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
}
.desktop-menu-hidden ul .espacio-vacio {
  opacity: 0;
  height: 24px;
}
.desktop-menu-hidden ul .espacio-vacio a {
  pointer-events: none;
  color: transparent;
  cursor: default;
}
.desktop-menu-hidden ul .titulo-menu > a {
  position: relative;
  top: -6px;
}
.desktop-menu-hidden ul .titulo-menu > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-left: 22px;
  background: url("data:image/svg+xml;utf8,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 17L17 7M17 7H7M17 7V17%27 stroke=%27%23A8D81C%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>") no-repeat center center;
  background-size: contain;
}
.desktop-menu-hidden ul li {
  color: #A8D81C;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 32px;
}
.desktop-menu-hidden ul li a {
  white-space: nowrap;
}
.desktop-menu-hidden ul li li {
  color: white;
  padding-bottom: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.desktop-menu-hidden ul li li:hover {
  color: #585E8A;
}
.desktop-menu-hidden ul li .title-category {
  color: #585E8A;
  font-size: 10px;
}
.desktop-menu-hidden .sub-menu {
  position: relative;
}
.desktop-menu-hidden .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 160px;
}

body {
  font-family: "Exo 2", sans-serif;
  background: #FFF;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

h1 {
  color: var(--Very-Dark-Blue, #131852);
  /* H1 */
  font-family: var(--Titles-H1-Headline-Family, "DM Serif Text");
  font-size: var(--Titles-H1-Headline-Size, 45.741px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h1 a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h2 {
  color: var(--Very-Dark-Blue, #131852);
  /* H2 */
  font-family: "Exo 2";
  line-height: normal;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 110.526% */
}
h2 a {
  text-decoration: none;
}

.animate-flash {
  position: relative;
  overflow: visible;
}

.animate-flash::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse-outline 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes pulse-outline {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    border: none;
  }
  70% {
    transform: translate(-50%, -50%) scale(2);
    border: 0.1px solid #F65041;
    background: transparent;
  }
  100% {
    opacity: 0;
  }
}
.blog-post-content {
  /* Scroll container for the rest */
  /* Hide scroll bar */
  /* Show only 6 images at a time */
  /* Fade to indicate scroll */
  /* Small images in the scrollable grid */
  /* !Gallery post styles */
}
.blog-post-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 16px;
  line-height: 150%;
  letter-spacing: 0px;
}
.blog-post-content blockquote {
  background-color: #F8F7F5;
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #646464 !important;
  position: relative;
  margin-bottom: 1rem;
}
.blog-post-content blockquote p {
  max-width: 612px;
  margin: 0;
  font-weight: 700;
  font-style: italic;
  font-size: 22px !important;
  color: #646464 !important;
}
.blog-post-content blockquote::after {
  content: url(images/double.ef33e58b.png);
  font-size: 50px;
  font-weight: bold;
  color: #646464;
  position: absolute;
  top: 10px;
  left: 70px;
}
@media (max-width: 1200px) {
  .blog-post-content {
    /* Add responsive styles here */
  }
  .blog-post-content blockquote p {
    max-width: 250px;
  }
  .blog-post-content blockquote::after {
    top: 10px;
    left: 30px;
  }
}
@media (max-width: 835px) {
  .blog-post-content {
    /* Add responsive styles here */
  }
  .blog-post-content blockquote p {
    max-width: 110px;
  }
  .blog-post-content blockquote::after {
    top: 10px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  .blog-post-content {
    /* Add responsive styles here */
  }
  .blog-post-content blockquote p {
    max-width: 241px;
  }
  .blog-post-content blockquote::after {
    top: 10px;
    left: 30px;
  }
}
.blog-post-content .custom-gallery-featured img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-post-content .custom-gallery-wrapper {
  position: relative;
}
.blog-post-content .custom-gallery-scroll {
  position: relative;
  cursor: grab;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.blog-post-content .custom-gallery-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
  display: none;
}
.blog-post-content .custom-gallery-featured img {
  position: relative;
  z-index: 1;
}
.blog-post-content .custom-gallery-wrapper.has-more::after {
  display: block;
}
.blog-post-content .custom-gallery-wrapper::-webkit-scrollbar {
  display: none;
}
.blog-post-content .custom-gallery-item {
  flex: 0 0 calc((100% - 50px) / 6);
  scroll-snap-align: start;
}
.blog-post-content .custom-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.blog-post-content .fade-end-horizontal {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, transparent, white);
  pointer-events: none;
  z-index: 2;
}
.blog-post-content .custom-gallery-scroll img {
  height: 70px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.blog-post-content .custom-gallery-scroll::-webkit-scrollbar {
  display: none;
}
.blog-post-content .custom-gallery-scroll.dragging {
  cursor: grabbing;
}

.font-exo-2 {
  font-family: "Exo 2", sans-serif;
}

.font-mery {
  font-family: "Merriweather", sans-serif;
}

/* Top categories styles */
.news1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: news1;
}

.news2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: news2;
}

.news3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: news3;
}

.news4 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: news4;
}

.news5 {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
  grid-area: news5;
}

.top-categories {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-top: 32px;
  grid-template-areas: "news1 news3 news3 news4" "news2 news3 news3 news5";
}

@media (max-width: 1200px) {
  .top-categories {
    grid-template-columns: 1fr 1.2fr;
    grid-template-areas: "news1 news3" "news2 news3" "news4 news5";
  }
  .news1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .news3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .news4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .news5 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 736px) {
  .top-categories {
    grid-template-columns: 1fr;
    grid-template-areas: "news1" "news2" "news3" "news4" "news5";
  }
  .news1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .news3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .news4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .news5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
footer {
  font-family: "Exo 2", sans-serif;
}

/* Terms and conditions styles */
.terms-and-conditions {
  color: #131852;
  margin-bottom: 64px;
}
.terms-and-conditions p {
  margin-bottom: 16px;
  font-weight: 400;
  color: #131852;
}
.terms-and-conditions h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  margin-bottom: 16px;
}
.terms-and-conditions ul {
  margin-bottom: 16px;
  list-style: disc;
  list-style-position: inside;
  list-style-type: disc;
  color: #131852;
  font-size: 16px;
  list-style: none;
  margin-left: 6px;
}
.terms-and-conditions ul li::before {
  content: "•";
  color: #131852;
  font-size: 16px;
  margin-right: 8px;
}

.custom-select-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select-container .custom-select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.custom-select-container::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMiAxNUwxOCA5IiBzdHJva2U9IiMwRTEwMjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  pointer-events: none;
}

figure {
  height: auto !important;
}

/* Styles for the custom gallery page */
.thumbnail {
  border: 2px solid transparent;
}

.thumbnail.active {
  opacity: 1;
  border-color: #A8D81C;
}

.thumbnails-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.thumbnails-container::-webkit-scrollbar {
  display: none;
}

.menu-search {
  min-height: 100vh;
  font-family: "Exo 2";
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.menu-search__icon {
  width: 24px;
  height: 24px;
}
.menu-search__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu-search__links {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 65%;
  max-width: 950px;
}
.menu-search__subitem {
  margin-bottom: 10px;
  color: #585E8A;
}
.menu-search__item {
  margin: 10px 0;
  color: var(--Very-Dark-Blue, #131852);
}
.menu-search__link {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--Very-Dark-Blue, #131852);
  display: flex;
  gap: 0.9375rem;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.menu-search__link:hover {
  color: var(--Desaturated-Dark-Blue, #585e8a);
  transform: translateY(-2px);
}
.menu-search__sublink {
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu-search__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .menu-search__links {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .menu-search__links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.menu-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.menu-visible {
  transform: translateY(0);
  opacity: 1;
}

/* FSE */
.icn-placeholder-block {
  padding: 20px;
  text-align: center;
  font-size: 1.65rem;
  background: linear-gradient(180deg, #dedede, #adadad);
}

.nav-placeholder-block {
  padding: 10px;
  text-align: right;
  font-size: 16px;
  background: linear-gradient(180deg, #dedede, #adadad);
}

.icn-footer-placeholder-block {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(180deg, #131852, #1e267b);
  color: #fff;
}

.icn-header-placeholder-block {
  padding: 10px;
  text-align: center;
  background: linear-gradient(180deg, #131852, #1e267b);
  font-size: 18px;
  color: #fff;
}

.mobile-placeholder-block {
  padding: 10px;
  text-align: right;
  font-size: 16px;
  background: linear-gradient(180deg, #ecfcfc, #f8d3f5);
}

.ad300x600 iframe {
  height: 600px !important;
}

@view-transition {
  navigation: auto;
}
.frontpage .main-title {
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-bottom: 3px solid var(--Very-Dark-Blue, #131852);
}
.frontpage .main-title .page-title {
  color: var(--Very-Dark-Blue, #131852);
  font-family: "Exo 2";
  font-weight: 600;
  line-height: 13.45px;
  word-wrap: break-word;
  font-style: normal;
}
.frontpage .main-title .noticias {
  color: var(--Moderate-Yellow, #b5d357);
}
.frontpage .recentnews {
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.frontpage .recentnews__image-container {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  overflow: hidden;
  /*
  background-image: url(https://placehold.co/1280x445);
  */
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}
.frontpage .recentnews__image-container__image {
  flex: 1 1 0;
  height: 720.59px;
  min-width: 790.46px;
  min-height: 445px;
}
.frontpage .recentnews__container {
  width: 100%;
  height: 100%;
  padding-right: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}
.frontpage .recentnews__container__title {
  color: var(--Very-Dark-Blue, #131852);
  /* H1 */
}

.icn-share-button.copied::after {
  content: "Copiado!";
  position: absolute;
  transform: translateY(30px);
  font-family: "Exo 2";
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #585E8A;
}

.post-date {
  color: var(--Desaturated-Dark-Blue, #585e8a);
  /* Caption */
  font-family: var(--Titles-Body-Family, Lato);
  font-size: var(--Titles-Caption-Size, 12px);
  font-style: normal;
  font-weight: var(--Titles-Caption-Weight, 400);
  line-height: 22px; /* 183.333% */
  text-transform: uppercase;
}

.categories {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.categories ul.post-categories {
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.categories ul.post-categories li {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: white;
  border-radius: 32px;
  outline: 1px #585e8a solid;
  outline-offset: -1px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: var(--Desaturated-Dark-Blue, #585e8a);
  /* Meta */
  font-family: var(--Titles-Meta-Family, Lato);
  font-size: var(--Titles-Meta-Size, 12px);
  font-style: normal;
  font-weight: var(--Titles-Meta-Weight, 700);
  line-height: 22px; /* 183.333% */
  text-transform: uppercase;
  text-decoration: none !important;
}

.categories-breadcrumbs {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.categories-breadcrumbs ul.post-categories {
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.categories-breadcrumbs ul.post-categories li {
  color: var(--Black, #000);
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
}
.categories-breadcrumbs ul.post-categories li:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
  color: var(--Black, #000);
}

.category-tag {
  font-family: "BitCrusher";
}

form input:focus {
  outline: none;
}

.search-container {
  position: absolute;
  top: 0;
  left: 4px;
  height: 86px;
  right: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
@media (max-width: 1200px) {
  .search-container {
    right: 165px;
    left: auto;
  }
}
@media (max-width: 600px) {
  .search-container {
    right: 0;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.search-container--active {
  display: flex;
  align-items: center;
}

.loading {
  text-align: center;
  padding: 20px;
  font-size: 16px;
}

.no-more-posts {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: var(--Desaturated-Dark-Blue, #585e8a);
}

.wp-block-embed-youtube, .wp-block-embed__wrapper {
  height: 100%;
}

.buttons-float {
  display: none;
}

@media (max-width: 640px) {
  .buttons-float {
    display: none;
  }
}
@media (width >= 48rem) {
  .buttons-float {
    position: fixed;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    gap: 12.6px;
    display: flex;
    flex-direction: column;
  }
}
.buttons-float a, .buttons-float button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.buttons-float a:hover, .buttons-float button:hover {
  transform: scale(1.1);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.volume-control {
  transform: rotate(-90deg);
  transform-origin: left top;
  cursor: pointer;
  accent-color: #a8d81c; /* Set slider color */
}

/*# sourceMappingURL=style-index.css.map*/