@charset "UTF-8";
/*
@include breakpoint($tablet) {

    }
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap");
@media only screen and (max-width: 50rem) {
  .entry {
    --font-size: 1rem;
    font-size: var(--font-size) !important;
  }
}
.entry > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 50rem) {
  .entry p {
    margin-top: 1em !important;
  }
}
.entry p a {
  color: var(--wp--preset--color--custom-azul-francia);
}
@media only screen and (max-width: 50rem) {
  .entry h1,
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6 {
    margin-top: calc(var(--font-size) * 1.75) !important;
  }
}
.entry h1:first-child,
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child,
.entry h5:first-child,
.entry h6:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 50rem) {
  .entry h1 {
    font-size: 1.75em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry h2 {
    font-size: 1.5em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry h3 {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry h4 {
    font-size: 1.1875em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry h5 {
    font-size: 1.125em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry h6 {
    font-size: 1.0625em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry .wp-block-spacer {
    height: 3em !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry blockquote p {
    margin-top: 0 !important;
  }
}
.entry blockquote.wp-block-quote {
  padding-left: 1em;
  --my: 1.5em;
  margin-top: var(--my) !important;
  margin-bottom: var(--my) !important;
}
@media only screen and (max-width: 50rem) {
  .entry blockquote.wp-block-quote {
    --my: calc( var(--font-size) * 1.5 );
  }
}
.entry figure img {
  background-color: #000;
}
@media only screen and (max-width: 50rem) {
  .entry figure img {
    width: 100% !important;
  }
}
.entry figure figcaption {
  text-align: left;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1.4;
  margin-top: 10px;
}
.entry .wp-block-pullquote {
  --py: 2em;
  padding-top: var(--py);
  padding-bottom: var(--py);
}
@media only screen and (max-width: 50rem) {
  .entry .wp-block-pullquote {
    --my: calc( var(--font-size) * 1.5 );
    margin-top: var(--my) !important;
    margin-bottom: var(--my) !important;
  }
}
@media only screen and (max-width: 50rem) {
  .entry .is-layout-grid {
    grid-template-columns: 1fr !important;
  }
}

.wp-block-navigation__responsive-container-content {
  display: flex;
  padding: 64px 32px !important;
  align-items: center !important;
}

.wp-block-navigation__submenu-container {
  left: -110px !important;
}
@media only screen and (max-width: 68.75rem) {
  .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}

.reset-custom-block {
  --mx: 0px;
  margin-left: var(--mx) !important;
  margin-right: var(--mx) !important;
  max-width: none !important;
  box-sizing: border-box;
}
.reset-custom-block * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.reset-custom-block picture {
  line-height: 1;
  font-size: 0;
}

body {
  margin: 0; /* Elimina posibles márgenes externos */
  width: 100%;
  height: 100vh;
}
body header {
  position: fixed !important;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
body header.hidden {
  transform: translateY(-100%) !important;
}
body .page-content {
  width: 100%;
  height: 100vh; /* Asegúrate de ocupar todo el viewport */
  overflow-y: scroll;
  scrollbar-width: none; /* Oculta la barra de scroll en Firefox */
  -ms-overflow-style: none; /* Oculta la barra de scroll en Internet Explorer y Edge */
  scroll-behavior: smooth;
}
body .page-content .page-content::-webkit-scrollbar {
  display: none; /* Oculta la barra de scroll en Chrome, Safari y Edge */
}
body .page-content .section {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 50px;
  padding-left: 50px;
}
body .page-content .section > * {
  width: 100%;
}
@media only screen and (max-width: 68.75rem) {
  body .page-content .section {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.header {
  display: flex;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 105px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 68.75rem) {
  .header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media only screen and (max-width: 68.75rem) {
  .header .wp-block-navigation__responsive-container-close {
    top: 1.5em;
    right: 16px;
  }
}
.header .header-conteiner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.header .header-conteiner .logo-container {
  width: 400px;
}
@media only screen and (max-width: 68.75rem) {
  .header .header-conteiner .logo-container {
    width: 200px;
  }
}
.header .header-conteiner .logo-container .logo {
  display: flex;
  align-items: center;
}
.header .header-conteiner .logo-container .sublogo-principal {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .header .header-conteiner .logo-container .sublogo-principal {
    display: none;
  }
}
.header .header-conteiner .logo-container .sublogo {
  display: flex;
  align-items: center;
  margin-top: 8px !important;
}
@media only screen and (max-width: 68.75rem) {
  .header .header-conteiner .logo-container .sublogo {
    display: none;
  }
}
.header .header-conteiner .menu-container .nav-container .botones-container {
  display: none;
}
@media only screen and (max-width: 37.5rem) {
  .header .header-conteiner .menu-container .nav-container .botones-container {
    display: block;
  }
}
.header .header-conteiner .menu-container .nav-container .botones-container .boton a {
  background-color: #001426;
  border-radius: 999px !important;
}
.header .header-conteiner .menu-container .botones-container {
  border-radius: 999px;
  background-color: #001426;
}
@media (max-width: 900px) {
  .header .header-conteiner .menu-container .botones-container {
    display: none;
  }
}

.hero-section {
  height: 100vh;
  display: flex !important;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 112px !important;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 68.75rem) {
  .hero-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hero-section .hero-container {
  width: 100%;
}
.hero-section .hero-container .title-container {
  width: 100%;
}
.hero-section .hero-container .title-container .title {
  max-width: 800px;
  margin-left: 0 !important;
}
@media only screen and (max-width: 68.75rem) {
  .hero-section .hero-container .title-container .title {
    font-size: 1.75rem !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .hero-section .hero-container .button-container .botones-container {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px !important;
  }
}
.hero-section .hero-container .button-container .botones-container .boton a {
  white-space: nowrap !important;
}

@media only screen and (max-width: 68.75rem) {
  .servicios__section {
    gap: 5em;
    display: flex;
    flex-direction: column;
  }
}

.texto-centrado-section .texto-centrado-pila .texto-centrado-container {
  display: flex;
  gap: 0 !important;
  flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .texto-centrado-section .texto-centrado-pila .texto-centrado-container {
    font-size: 1.75rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: flex;
    gap: 0 !important;
    flex-direction: column;
  }
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .volanta {
  margin-bottom: 48px;
}
@media only screen and (max-width: 68.75rem) {
  .texto-centrado-section .texto-centrado-pila .texto-centrado-container .volanta {
    font-size: 0.75rem !important;
    margin-bottom: 8px;
  }
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .volanta p {
  font-weight: 300;
  line-height: 25.2px !important;
  letter-spacing: 3px !important;
}
@media only screen and (max-width: 68.75rem) {
  .texto-centrado-section .texto-centrado-pila .texto-centrado-container .volanta p {
    font-size: 0.75rem !important;
  }
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .title {
  max-width: none !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 68.75rem) {
  .texto-centrado-section .texto-centrado-pila .texto-centrado-container .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .texto-centrado-section .texto-centrado-pila .texto-centrado-container .title h3 {
    font-size: 1.75rem !important;
  }
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .text {
  line-height: 25.2px;
  max-width: inherit;
  width: 75%;
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .text p {
  max-width: inherit;
  letter-spacing: 0.1px !important;
  width: 100%;
}
.texto-centrado-section .texto-centrado-pila .texto-centrado-container .volanta__inferior {
  font-weight: 300;
  margin-top: 20px;
}
@media only screen and (max-width: 68.75rem) {
  .tarjeta-simple__section {
    gap: 2em;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 68.75rem) {
  .consultoria__section {
    gap: 5em;
  }
}

.beneficios__section {
  display: flex;
  flex-direction: column;
  gap: 5em;
}
@media only screen and (max-width: 68.75rem) {
  .beneficios__section {
    gap: 3em;
  }
}

.notas__section .texto-centrado-container {
  display: flex;
  gap: 0 !important;
  flex-direction: column;
}
@media only screen and (max-width: 68.75rem) {
  .notas__section .texto-centrado-container {
    font-size: 1.75rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    display: flex;
    gap: 0 !important;
    flex-direction: column;
  }
}
.notas__section .texto-centrado-container .volanta {
  margin-bottom: 48px;
  font-weight: 300;
}
@media only screen and (max-width: 68.75rem) {
  .notas__section .texto-centrado-container .volanta {
    font-size: 0.75rem !important;
    margin-bottom: 32px;
  }
}
.notas__section .texto-centrado-container .volanta p {
  font-weight: 300;
  line-height: 25.2px;
}
@media only screen and (max-width: 68.75rem) {
  .notas__section .texto-centrado-container .volanta p {
    font-size: 0.75rem !important;
  }
}
.notas__section .texto-centrado-container .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 68.75rem) {
  .notas__section .texto-centrado-container .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .notas__section .texto-centrado-container .title h3 {
    font-size: 1.75rem !important;
  }
}
.notas__section .texto-centrado-container .text {
  max-width: inherit;
  width: 80%;
}
.notas__section .texto-centrado-container .text p {
  max-width: inherit;
  width: 80%;
}
.pasos__tarjeta-simple {
  display: flex;
  min-height: 270px;
  min-width: 288px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (max-width: 68.75rem) {
  .pasos__tarjeta-simple {
    min-height: 210px;
  }
}
.pasos__tarjeta-simple .container-text {
  margin-left: 0 !important;
}

.pasos__tarjeta-simple-hover {
  display: flex;
  min-height: 270px;
  max-width: 288px;
  box-shadow: 4px 6px 10px rgba(88, 94, 106, 0.4);
}
@media only screen and (max-width: 68.75rem) {
  .pasos__tarjeta-simple-hover {
    max-height: 210px !important;
    min-height: inherit !important;
  }
}
.pasos__tarjeta-simple-hover .container-text {
  margin-left: 0 !important;
  margin-bottom: 0px !important;
}

.background-text-section {
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  position: relative;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 68.75rem) {
  .background-text-section {
    height: auto !important;
    font-size: 1.75rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
.background-text-section .background-text-column {
  gap: 1em;
  width: 100%;
}
.background-text-section .background-text-column .kicker-container {
  padding-bottom: 48px;
}
@media only screen and (max-width: 68.75rem) {
  .background-text-section .background-text-column .kicker-container {
    padding-bottom: 16px;
    font-size: 0.75rem !important;
  }
}
.background-text-section .background-text-column .kicker-container p {
  font-size: 1em !important;
}
@media only screen and (max-width: 68.75rem) {
  .background-text-section .background-text-column .kicker-container p {
    font-size: 0.75rem !important;
  }
}
.background-text-section .background-text-column .title-container {
  margin-top: 0em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 68.75rem) {
  .background-text-section .background-text-column .title-container {
    margin-bottom: 20px;
    font-family: 1.75rem;
  }
}
@media only screen and (max-width: 68.75rem) {
  .background-text-section .background-text-column .text-container {
    font-size: 1rem;
  }
}
.background-text-section .background-text-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 12, 22, 0.61); /* Negro con 40% de opacidad */
}

.card-icono {
  min-height: 266px;
  min-width: 320px;
  box-shadow: 0 10 40px 0 rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (max-width: 68.75rem) {
  .card-icono {
    min-width: 343px !important;
  }
}

.card-icono-hover {
  min-height: 266px;
  min-width: 320px;
  box-shadow: 4px 6px 10px rgba(88, 94, 106, 0.4);
}
@media only screen and (max-width: 68.75rem) {
  .card-icono-hover {
    min-width: 343px !important;
  }
}

.grid-icons, .grid-icons__alt {
  margin-top: 50px;
  justify-items: center;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .grid-icons, .grid-icons__alt {
    display: flex !important;
    width: 100%;
    margin-top: 50px;
    align-items: center !important;
    font-size: 1.75rem !important;
    padding-top: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
    gap: 16px !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: auto;
  }
}
.grid-icons .card-icono, .grid-icons__alt .card-icono {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (max-width: 68.75rem) {
  .grid-icons .card-icono, .grid-icons__alt .card-icono {
    min-width: 100% !important;
  }
}

.text-img__section .container {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.text-img__section .container .columns {
  gap: 16px;
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container .columns .column-1 .volanta {
    font-size: 0.75rem !important;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container .columns .column-1 h3 {
    font-size: 1.75rem !important;
  }
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container .columns .column-1 p {
    max-width: inherit;
  }
}
.text-img__section .container .columns .column-2 .col-2__container .container__image img {
  width: 586px;
  height: 646px;
  border-radius: 20px;
  object-fit: cover;
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container .columns .column-2 .col-2__container .container__image img {
    width: auto;
    height: auto;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 68.75rem) {
  .text-img__section .container .columns-reverse {
    flex-direction: column-reverse;
  }
}

.grid-icons__alt .card-icono {
  min-height: 266px !important;
  min-width: 257px !important;
  box-shadow: 0 10 40px 0 rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (max-width: 68.75rem) {
  .grid-icons__alt .card-icono {
    min-width: 343px !important;
  }
}
.grid-icons__alt .card-icono-hover {
  min-height: 266px !important;
  min-width: 257px !important;
  box-shadow: 4px 6px 10px rgba(88, 94, 106, 0.4);
}
@media only screen and (max-width: 68.75rem) {
  .grid-icons__alt .card-icono-hover {
    min-width: 343px !important;
  }
}

.grid-logos {
  row-gap: 68px;
}
@media only screen and (max-width: 68.75rem) {
  .grid-logos {
    display: flex !important;
    flex-direction: row;
    margin-top: 2em !important;
    font-size: 1.75rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
    gap: 16px !important;
    overflow-x: scroll;
  }
}

.card-2 {
  min-height: 250px;
  width: 350px;
}
@media only screen and (max-width: 68.75rem) {
  .card-2 {
    font-size: 1rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
.card-2 .texto-container {
  width: 100%;
}

.card-logo {
  min-height: 70px;
  width: 263px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(141, 141, 141, 0.662745098);
}
.card-logo img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}

.cards-section {
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 68.75rem) {
  .cards-section {
    margin: 0 !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: auto;
  }
}

.cards-container {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 68.75rem) {
  .cards-container {
    justify-content: center;
    font-size: 1.75rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 16px !important;
  }
}

.banner1-section {
  display: flex;
  align-items: center;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media only screen and (max-width: 68.75rem) {
  .banner1-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.banner1-section .banner1-container {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 68.75rem) {
  .banner1-section .banner1-container {
    height: 120px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
.banner1-section .banner1-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("");
  background-position: center;
  background-size: contain; /* Cambiado de 'cover' a 'contain' */
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}
.banner1-section .banner1-container .banner1-title {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 68.75rem) {
  .banner1-section .banner1-container .banner1-title {
    font-size: 1.5rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media only screen and (max-width: 68.75rem) {
  .card-conteiner {
    min-width: 100% !important;
  }
}
.card-conteiner .card-column {
  gap: 1em;
}
.card-conteiner .card-column .card-title-container {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1) !important;
  min-height: 60px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-radius: 999px !important;
  background-color: #00aeef !important;
  display: flex;
  justify-content: center;
}
.card-conteiner .card-column .card-title-container .title p {
  line-height: 25.2px !important;
  min-width: 165px;
  letter-spacing: 0.1px !important;
}
.card-conteiner .card-column .card-title-container .title-img__container figure {
  min-width: 165px;
}
.card-conteiner .card-column .card-title-container .title-img__container figure img {
  object-fit: fill !important;
}
.card-conteiner .card-column .card-text-container {
  max-width: 700px;
}
.card-conteiner .card-column .card-text-container .text {
  line-height: 25.2px !important;
  letter-spacing: 0.1px !important;
  border-radius: 15px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.05) !important;
}
/* Estilos para las cards de artículos */
.articulos-container {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 30px;
  margin: 30px 0;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-bottom: 80px;
}
@media only screen and (max-width: 68.75rem) {
  .articulos-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 16px !important;
  }
}
.articulos-container .articulo-card {
  display: flex;
  max-width: 564px;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.articulos-container .articulo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.articulos-container .articulo-imagen {
  height: 367px;
  overflow: hidden;
}
.articulos-container .articulo-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.articulos-container .articulo-card:hover .articulo-imagen img {
  transform: scale(1.05);
}
.articulos-container .articulo-contenido {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.articulos-container .articulo-etiqueta {
  color: #48c3ff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}
.articulos-container .articulo-etiqueta .volanta {
  font-weight: 300;
}
@media only screen and (max-width: 68.75rem) {
  .articulos-container .articulo-etiqueta .volanta {
    font-size: 0.75rem !important;
  }
}
.articulos-container .articulo-etiqueta .volanta span {
  font-weight: 300;
  line-height: 25.2px !important;
}
@media only screen and (max-width: 68.75rem) {
  .articulos-container .articulo-etiqueta .volanta span {
    font-size: 0.75rem !important;
  }
}
.articulos-container .articulo-titulo {
  color: #1a1a1a;
  font-size: 22px;
  margin: 0 0 15px 0;
  line-height: 1.3;
  font-weight: 400;
}
.articulos-container .articulo-extracto {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px !important;
  margin-bottom: 20px;
  flex-grow: 1;
}
.articulos-container .articulo-boton {
  width: 130px;
  height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  display: inline-block;
  background-color: #0a1932;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.1);
}
.articulos-container .articulo-boton:hover {
  background-color: #122b4a;
}

/* Estilos responsivos */
@media (max-width: 768px) {
  .articulos-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  .articulo-titulo {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .articulos-container {
    grid-template-columns: 1fr;
  }
}
/* Estilos para el formulario de contacto */
.form {
  max-width: 1400px;
  width: 100%;
}
.form .text-container .volanta {
  font-weight: 300;
}
@media only screen and (max-width: 68.75rem) {
  .form .text-container .volanta {
    font-size: 0.75rem !important;
  }
}
.form .text-container .volanta p {
  font-weight: 300;
  line-height: 25.2px !important;
  letter-spacing: 3px !important;
}
@media only screen and (max-width: 68.75rem) {
  .form .text-container .volanta p {
    font-size: 0.75rem !important;
  }
}
@media only screen and (max-width: 68.75rem) {
  .form .text-container .title h3 {
    font-size: 1.75rem !important;
  }
}
.form .text-container .text {
  max-width: inherit;
}
.form .text-container .text p {
  width: 100%;
  line-height: 25.2px !important;
  letter-spacing: 0.1px !important;
  max-width: inherit;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gform_heading {
  display: none;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gform_title {
  display: none;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gform_description {
  display: none;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gfield {
  margin-bottom: 16px;
  width: 100% !important;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input {
  height: 53px;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=text],
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=email],
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 999px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=text]:focus,
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=email]:focus,
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 textarea:focus {
  outline: none;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 textarea {
  min-height: 150px;
  resize: vertical;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input::placeholder,
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 textarea::placeholder {
  color: #555;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gfield_label {
  display: none;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gform_body {
  padding: 0;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gform_fields {
  grid-row-gap: 16px !important;
  padding: 0;
  margin: 0 !important;
  display: block !important;
}
body:not(.fp-body):not(.sp-body) #gform_wrapper_1 .gfield {
  grid-column: 1/-1 !important;
  width: 100% !important;
}

body:not(.fp-body):not(.sp-body) #gform_submit_button_1 {
  background-color: #0a1932;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  width: auto;
}
body:not(.fp-body):not(.sp-body) #gform_submit_button_1:hover {
  background-color: #122b4a;
}

.gform_confirmation_message {
  background-color: #dff0d8;
  color: #3c763d;
  padding: 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-align: center;
}

.validation_error {
  background-color: #f2dede;
  color: #a94442;
  padding: 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  text-align: center;
}

.validation_message {
  color: #a94442;
  font-size: 14px;
  margin-top: 5px;
}

.gform_footer {
  padding-top: 16px !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=text],
  body:not(.fp-body):not(.sp-body) #gform_wrapper_1 input[type=email],
  body:not(.fp-body):not(.sp-body) #gform_wrapper_1 textarea {
    padding: 16px;
  }
  body:not(.fp-body):not(.sp-body) #gform_submit_button_1 {
    width: 100%;
  }
}
.gform-theme--orbital .gform-body {
  display: block !important;
}
.gform-theme--orbital .gform_fields {
  display: block !important;
  grid-template-columns: none !important;
  grid-column-gap: 0 !important;
}
.gform-theme--orbital .gfield {
  grid-column: 1 !important;
  margin: 0 0 16px 0 !important;
}
.gform-theme--orbital .gfield + .gfield {
  margin-top: 16px !important;
}
.gform-theme--orbital input.large,
.gform-theme--orbital textarea.large {
  width: 100% !important;
  max-width: 100% !important;
}
.gform-theme--orbital .gform_wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.gform-theme--orbital .ginput_container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.gform-theme--orbital .gfield_validation_message {
  position: relative !important;
  margin-top: 5px !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.gform-theme--orbital .gform_footer {
  padding: 16px 0 0 0 !important;
  margin: 0 !important;
  display: block !important;
}

:root {
  --gf-field-img-choice-size-md: auto !important;
}

.footer {
  height: 450px;
}
@media only screen and (max-width: 68.75rem) {
  .footer {
    height: auto !important;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 48px;
  }
}
.footer .footer-container {
  height: 100%;
}
.footer .footer-container .columns {
  height: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .footer .footer-container .columns {
    height: 30%;
    gap: 5em;
  }
}
.footer .footer-container .columns .column-1 {
  height: 100%;
}
.footer .footer-container .columns .column-1 .column-1__container {
  height: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .footer .footer-container .columns .column-1 .column-1__container {
    gap: 5em;
  }
}
.footer .footer-container .columns .column-1 .column-1__container .container__logos figure {
  display: flex;
}
.footer .footer-container .columns .column-1 .column-1__container .container__logos-chicos figure img {
  height: 21px !important;
  object-fit: contain !important;
}
.footer .footer-container .columns .column-2 {
  height: 100%;
}
.footer .footer-container .columns .column-2 .column-2__container {
  height: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .footer .footer-container .columns .column-2 .column-2__container {
    display: flex;
    align-items: flex-start;
    gap: 5em;
  }
}
.footer .footer-container .columns .column-2 .column-2__container .column-2__nav-container {
  max-height: 150px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 68.75rem) {
  .footer .footer-container .columns .column-2 .column-2__container .column-2__nav-container {
    padding-right: 0 !important;
  }
}
.footer .footer-container .columns .column-2 .column-2__container .column-2__nav-container .column-link-2 div figure {
  width: 21px;
  display: flex;
  justify-content: center;
}
.footer .footer-container .columns .column-2 .column-2__container .column-2__nav-container .column-link-2 div p {
  width: 72px;
}

.dropdown__section {
  padding-right: 5em;
  padding-left: 5em;
}
@media only screen and (max-width: 68.75rem) {
  .dropdown__section {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media only screen and (max-width: 68.75rem) {
  .dropdown__section .dropdown__container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 68.75rem) {
  .dropdown__section .dropdown__container .volanta {
    font-size: 0.75rem !important;
    margin-bottom: 8px;
  }
}

.section__preguntas--preguntasTarjeta {
  margin-bottom: 16px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.section__preguntas--preguntasTarjeta .pregunta {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
}
.section__preguntas--preguntasTarjeta .respuesta {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px !important;
  margin: 0;
}

.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta {
  border: none !important;
  transition: box-shadow 0.3s ease;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaSuperior {
  padding: 20px;
  background-color: #ffffff;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaSuperior p {
  font-weight: 500;
  color: #00aeef;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaSuperior figure {
  display: none;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaInferior {
  background-color: #f9f9f9;
  padding: 20px;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaInferior.js-dropdown__content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta .wp-block-group.alignfull.section__preguntasTarjeta--filaInferior.js-dropdown__content p {
  margin-left: 0 !important;
  line-height: 25.2px !important;
  letter-spacing: 0.1px !important;
}

.wp-block-group.alignfull.js-dropdown.section__preguntas--preguntasTarjeta:not(.isOpen) .wp-block-group.alignfull.section__preguntasTarjeta--filaInferior.js-dropdown__content {
  height: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.fp-topbar {
  background-color: #FA2323;
  text-align: center;
  padding: 6px 16px;
  width: 100%;
}
.fp-topbar span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

html:has(body.fp-body),
html:has(body.nt-body),
html:has(body.vl-body),
html:has(body.sm-body),
html:has(body.hs-body),
html:has(body.hr-body),
html:has(body.ag-body),
html:has(body.sp-body) {
  overflow-x: hidden;
}

body.fp-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
body.fp-body *, body.fp-body *::before, body.fp-body *::after {
  box-sizing: border-box;
}

.fp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-family: "Montserrat", sans-serif;
  transition: transform 0.3s ease;
  border-bottom: 2px solid #FA2323;
}
.fp-header.fp-header--hidden {
  transform: translateY(-100%);
}
.fp-header__left {
  display: flex;
  align-items: center;
  background-color: #fff;
  flex: 1 1 50%;
  height: 64px;
  padding: 0;
}
@media only screen and (max-width: 68.75rem) {
  .fp-header__left {
    flex: 1;
    padding: 0;
  }
}
.fp-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 28px;
}
.fp-header__logo img {
  height: 40px;
  width: auto;
}
.fp-header__right {
  display: flex;
  align-items: center;
  background-color: #FA2323;
  flex: 1 1 50%;
  height: 64px;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 68.75rem) {
  .fp-header__right {
    display: none;
  }
}
.fp-header__nav {
  display: flex;
  align-items: stretch;
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .fp-header__nav {
    display: none;
  }
}
.fp-header__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: background-color 0.2s, color 0.2s;
}
.fp-header__nav--left a {
  color: #FA2323;
}
.fp-header__nav--left a:hover {
  background-color: #FA2323;
  color: #fff;
}
.fp-header__nav--left a.is-active {
  border-bottom: 3px solid #FA2323;
}
.fp-header__nav--right a {
  color: #fff;
}
.fp-header__nav--right a:hover {
  background-color: #fff;
  color: #FA2323;
}
.fp-header__nav--right a.is-active {
  border-bottom: 3px solid #fff;
}
.fp-header__social {
  display: flex;
  gap: 0;
  align-items: center;
  margin-left: 12px;
  height: 100%;
}
.fp-header__social-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
}
.fp-header__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
  color: #fff;
  transition: opacity 0.2s;
}
.fp-header__social-icon:hover {
  opacity: 0.7;
}
.fp-header__social-icon svg {
  width: 22px;
  height: 22px;
}
.fp-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 16px;
  bottom: 0;
  top: auto;
  height: 64px;
  z-index: 10;
}
.fp-header__hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: 0.3s;
}
@media only screen and (max-width: 68.75rem) {
  .fp-header__hamburger {
    display: flex;
  }
}

.fp-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.fp-mobile-menu.is-open {
  transform: translateX(0);
}
.fp-mobile-menu__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  line-height: 1;
}
.fp-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fp-mobile-menu__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s;
}
.fp-mobile-menu__nav a:hover {
  color: #FA2323;
}
.fp-mobile-menu__social {
  display: flex;
  gap: 20px;
}
.fp-mobile-menu__social a {
  color: #FA2323;
}
.fp-mobile-menu__social a svg {
  width: 28px;
  height: 28px;
}

.fp-hero {
  position: relative;
  width: 100%;
  max-width: 1600px !important;
  max-height: 80vh !important;
  min-height: 80vh !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.fp-hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fp-hero__bg--active {
  opacity: 1;
}
.fp-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 30px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-hero__inner {
    padding: 0;
    max-width: none;
  }
}
.fp-hero__card {
  width: 40%;
  max-width: 600px;
  background-color: #FA2323;
  padding: 50px 46px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-hero__card {
    width: 100%;
    max-width: none;
    padding: 32px 20px;
  }
}
.fp-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 68.75rem) {
  .fp-hero__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-hero__title {
    font-size: 1.4rem;
  }
}
.fp-hero__text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 68.75rem) {
  .fp-hero__text {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-hero__text {
    font-size: 1rem;
  }
}
.fp-hero__btn {
  display: inline-block;
  align-self: flex-start;
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 8px;
}
.fp-hero__btn:hover {
  background-color: #333;
}
@media only screen and (max-width: 68.75rem) {
  .fp-hero__btn {
    padding: 14px 28px;
    font-size: 0.78rem;
  }
}

.fp-valores {
  padding: 48px 30px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-valores {
    padding: 32px 16px;
  }
}
.fp-valores__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}
@media only screen and (max-width: 68.75rem) {
  .fp-valores__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.fp-valores__col {
  position: relative;
  padding-top: 32px;
}
.fp-valores__keyword {
  position: absolute;
  left: 0;
  top: -10px;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.fp-valores__col:nth-child(1) .fp-valores__keyword { top: -15px; }
.fp-valores__col:nth-child(2) .fp-valores__keyword { top: 45px; }
.fp-valores__col:nth-child(3) .fp-valores__keyword { top: 100px; }
@media only screen and (max-width: 68.75rem) {
  .fp-valores__keyword {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-valores__keyword {
    font-size: 2rem;
  }
  .fp-valores__col:nth-child(1) .fp-valores__keyword { top: -9px; }
  .fp-valores__col:nth-child(2) .fp-valores__keyword { top: -10px; }
  .fp-valores__col:nth-child(3) .fp-valores__keyword { top: 0px; }
}
.fp-valores__col p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 12px;
}

.fp-banner-evento {
  padding: 60px 0;
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 68.75rem) {
  .fp-banner-evento {
    padding: 32px 0;
  }
}
.fp-banner-evento__inner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: linear-gradient(to right, #FA2323 0%, #FF6B35 65%, #FF6B35 100%);
  height: 120px;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-banner-evento__inner {
    height: 90px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-banner-evento__inner {
    height: auto;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
  }
}
.fp-banner-evento__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-banner-evento__content {
    gap: 16px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-banner-evento__content {
    flex-direction: column;
    text-align: center;
  }
}
.fp-banner-evento__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media only screen and (max-width: 68.75rem) {
  .fp-banner-evento__title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-banner-evento__title {
    font-size: 1.1rem;
    white-space: normal;
  }
}
.fp-banner-evento__btn {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 68.75rem) {
  .fp-banner-evento__btn {
    padding: 12px 28px;
    font-size: 0.82rem;
  }
}
.fp-banner-evento__btn:hover {
  background-color: #333;
}
.fp-banner-evento__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 37.5rem) {
  .fp-banner-evento__image {
    display: none;
  }
}
.fp-banner-evento__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fp-noticias {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 30px 134px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 68.75rem) {
  .fp-noticias {
    padding: 40px 16px 32px;
  }
}
.fp-noticias__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-noticias__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.fp-noticias__card {
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.fp-noticias__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background-color: #FA2323;
}
.fp-noticias__card:hover .fp-noticias__card-title {
  color: #fff;
}
.fp-noticias__card:hover .fp-noticias__card-excerpt {
  color: rgba(255, 255, 255, 0.85);
}
.fp-noticias__card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.fp-noticias__img-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
@media only screen and (max-width: 68.75rem) {
  .fp-noticias__img-wrap {
    height: 220px;
  }
}
.fp-noticias__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.fp-noticias__card:hover .fp-noticias__img {
  transform: scale(1.06);
}
.fp-noticias__body {
  padding: 60px 24px 90px;
  margin-top: -36px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fp-noticias__card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #FA2323;
  transition: color 0.3s ease;
}
.fp-noticias__card-excerpt {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  color: #666;
  transition: color 0.3s ease;
}
.fp-noticias__more {
  text-align: center;
  padding-top: 8px;
}
.fp-noticias__more-btn {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.fp-noticias__more-btn:hover {
  background-color: #333;
}

.fp-afiliacion {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: visible;
  background: linear-gradient(to right, #FA2323 0%, #FF6B35 65%, #FF6B35 100%);
  padding: 20px 0;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion {
    overflow: hidden;
    padding: 0;
  }
}
.fp-afiliacion__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  min-height: 260px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion__inner {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }
}
.fp-afiliacion__img-col {
  position: relative;
  z-index: 1;
  flex: 0 0 38%;
  align-self: center;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion__img-col {
    height: 300px;
    flex: none;
    width: 100%;
  }
}
.fp-afiliacion__img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
  margin-top: -120px;
  margin-bottom: -120px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion__img {
    height: 100%;
    margin-top: 0;
  }
}
.fp-afiliacion__form-col {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion__form-col {
    padding: 32px 16px;
  }
}
.fp-afiliacion__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-afiliacion__title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.fp-afiliacion__form {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 480px;
}
.fp-afiliacion__field {
  margin-bottom: 8px;
}
.fp-afiliacion__field input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  padding: 14px 2px;
  outline: none;
  transition: border-color 0.2s;
}
.fp-afiliacion__field input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.fp-afiliacion__field input:focus {
  border-bottom-color: #fff;
}
.fp-afiliacion__field--row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 4px;
}
.fp-afiliacion__field--row input {
  flex: 1;
}
@media only screen and (max-width: 37.5rem) {
  .fp-afiliacion__field--row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.fp-afiliacion__submit {
  flex-shrink: 0;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 32px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
.fp-afiliacion__submit:hover {
  background-color: #333;
}

.fp-afiliacion #gform_wrapper_1 {
  max-width: 480px;
  padding: 0;
  margin: 0;
  width: 100%;
  --gform-theme-color-inside-control: transparent;
  --gform-theme-color-inside-control-rgb: 255, 255, 255;
  --gform-theme-color-inside-control-contrast: #fff;
  --gform-theme-color-inside-control-darker: transparent;
  --gform-theme-color-inside-control-lighter: transparent;
  --gform-theme-control-border-color: transparent;
  --gform-theme-control-border-color-hover: transparent;
  --gform-theme-control-border-color-focus: transparent;
  --gform-theme-border-radius: 0;
  --gform-theme-control-size: auto;
  --gform-theme-control-label-color-primary: transparent;
  --gform-theme-control-label-color-secondary: transparent;
  --gform-theme-color-outside-control-light: transparent;
  --gform-theme-color-outside-control-dark: #fff;
  --gform-theme-color-outside-control-dark-lighter: rgba(255,255,255,0.65);
}
.fp-afiliacion #gform_wrapper_1 .gform_heading,
.fp-afiliacion #gform_wrapper_1 .gform_title,
.fp-afiliacion #gform_wrapper_1 .gform_description {
  display: none;
}
.fp-afiliacion #gform_wrapper_1 .gfield_label {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fp-afiliacion #gform_wrapper_1 .gform_body {
  padding: 0;
}
.fp-afiliacion #gform_wrapper_1 .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fp-afiliacion #gform_wrapper_1 .gfield {
  margin-bottom: 8px !important;
  padding: 0 !important;
  width: 100% !important;
}
.fp-afiliacion #gform_wrapper_1 input[type=text],
.fp-afiliacion #gform_wrapper_1 input[type=email],
.fp-afiliacion #gform_wrapper_1 input[type=tel] {
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 0 !important;
  border-block-start: none !important;
  border-block-end: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  block-size: auto !important;
  padding-block: 14px !important;
  padding-inline: 2px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.92rem !important;
  padding: 14px 2px !important;
  outline: none !important;
  transition: border-color 0.2s;
  height: auto !important;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.fp-afiliacion #gform_wrapper_1 input[type=text]::placeholder,
.fp-afiliacion #gform_wrapper_1 input[type=email]::placeholder,
.fp-afiliacion #gform_wrapper_1 input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
.fp-afiliacion #gform_wrapper_1 input[type=text]:focus,
.fp-afiliacion #gform_wrapper_1 input[type=email]:focus,
.fp-afiliacion #gform_wrapper_1 input[type=tel]:focus {
  border-bottom-color: #fff !important;
  border-block-end-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.fp-afiliacion #gform_wrapper_1 .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.fp-afiliacion .gform_confirmation_wrapper {
  display: flex !important;
  justify-content: center !important;
}
.fp-afiliacion .gform_confirmation_message {
  background-color: #fff !important;
  color: #1a1a1a !important;
  border-radius: 12px !important;
  padding: 32px 40px !important;
  max-width: 600px !important;
  text-align: center !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}
.fp-afiliacion #gform_wrapper_1 .validation_error {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
  border-radius: 8px !important;
}
.fp-afiliacion #gform_wrapper_1 .validation_message {
  color: #ffcccc !important;
}

.fp-afiliacion .gf-inline-row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 4px;
}
.fp-afiliacion .gf-inline-row #field_1_5 {
  flex: 1;
  margin-bottom: 0 !important;
}
.fp-afiliacion .gf-inline-row .gform_footer {
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 37.5rem) {
  .fp-afiliacion .gf-inline-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

.fp-afiliacion #gform_submit_button_1 {
  flex-shrink: 0;
  background-color: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  border-block-start: none !important;
  border-block-end: none !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 32px !important;
  padding-block: 13px !important;
  padding-inline: 32px !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
  block-size: auto !important;
  inline-size: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.fp-afiliacion #gform_submit_button_1:hover {
  background-color: #333 !important;
}

.fp-redes {
  width: 100%;
  padding: 187px 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 68.75rem) {
  .fp-redes {
    padding: 48px 0;
  }
}
.fp-redes__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-redes__inner {
    gap: 40px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-redes__inner {
    flex-direction: column;
    gap: 28px;
  }
}
.fp-redes__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  color: #FA2323;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 68.75rem) {
  .fp-redes__title {
    font-size: 1.3rem;
    white-space: normal;
    text-align: center;
  }
}
.fp-redes__icons {
  display: flex;
  gap: 16px;
}
.fp-redes__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #FA2323;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: background-color 0.2s, transform 0.2s;
}
@media only screen and (max-width: 68.75rem) {
  .fp-redes__icon {
    width: 72px;
    height: 72px;
  }
}
.fp-redes__icon:hover {
  background-color: #d41d1d;
  transform: scale(1.05);
}
.fp-redes__icon svg {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-redes__icon svg {
    width: 34px;
    height: 34px;
  }
}

.fp-footer {
  width: 100%;
  background-color: #FA2323;
  padding: 60px 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer {
    padding: 40px 0;
  }
}
.fp-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.fp-footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
.fp-footer__logo {
  height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__logo {
    height: 48px;
  }
}
.fp-footer__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.fp-footer__brand-text span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__brand-text span {
    font-size: 1.15rem;
  }
}
.fp-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 60px;
  row-gap: 14px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__nav {
    grid-template-columns: repeat(2, auto);
    column-gap: 40px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .fp-footer__nav {
    grid-template-columns: 1fr;
  }
}
.fp-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.fp-footer__nav a:hover {
  opacity: 0.7;
}
.fp-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.fp-footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
}
.fp-footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #FA2323;
  border: none;
  border-radius: 0;
  transition: background-color 0.2s, transform 0.2s;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__social-icon {
    width: 44px;
    height: 44px;
  }
}
.fp-footer__social-icon:hover {
  background-color: rgba(255, 255, 255, 0.85);
  transform: scale(1.05);
}
.fp-footer__social-icon svg {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 68.75rem) {
  .fp-footer__social-icon svg {
    width: 22px;
    height: 22px;
  }
}

body.nt-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.nt-search {
  background-color: #FA2323;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 92px;
}
@media only screen and (max-width: 68.75rem) {
  .nt-search {
    flex-direction: column;
    padding: 24px 16px;
    gap: 12px;
    align-items: stretch;
  }
}
.nt-search__label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.nt-search__input-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 68.75rem) {
  .nt-search__input-wrap {
    max-width: none;
  }
}
.nt-search__input {
  width: 100%;
  padding: 12px 48px 12px 18px;
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #333;
  outline: none;
  box-sizing: border-box;
}
.nt-search__input::placeholder {
  color: #999;
}
.nt-search__icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #999;
  pointer-events: none;
}

.nt-filters {
  background-color: #fff;
  padding: 28px 40px;
}
@media only screen and (max-width: 68.75rem) {
  .nt-filters {
    padding: 20px 16px;
  }
}
.nt-filters__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.nt-filters__pill {
  display: inline-block;
  border: 1.5px solid #333;
  border-radius: 24px;
  padding: 8px 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
.nt-filters__pill:hover {
  background-color: #333;
  color: #fff;
}
.nt-filters__pill--active {
  background-color: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
@media only screen and (max-width: 37.5rem) {
  .nt-filters__pill {
    font-size: 0.6rem;
    padding: 6px 14px;
  }
}

.nt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px;
}
@media only screen and (max-width: 68.75rem) {
  .nt-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 28px 16px;
    gap: 20px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .nt-grid {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 20px;
  }
}

.nt-card {
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.nt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  background-color: #FA2323;
}
.nt-card:hover .nt-card__title {
  color: #fff;
}
.nt-card:hover .nt-card__category {
  color: rgba(255, 255, 255, 0.85);
}
.nt-card:hover .nt-card__handle {
  color: rgba(255, 255, 255, 0.7);
}
.nt-card__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.nt-card__img-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
@media only screen and (max-width: 68.75rem) {
  .nt-card__img-wrap {
    height: 220px;
  }
}
.nt-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.nt-card:hover .nt-card__img {
  transform: scale(1.06);
}
.nt-card__body {
  padding: 60px 24px 90px;
  margin-top: -36px;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-card__category {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #999;
  transition: color 0.3s ease;
}
.nt-card__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #FA2323;
  transition: color 0.3s ease;
}
.nt-card__handle {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  color: #aaa;
  transition: color 0.3s ease;
}

.nt-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 68.75rem) {
  .nt-pagination {
    padding: 28px 0 40px;
    gap: 8px;
  }
}
.nt-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(250, 35, 35, 0.25);
  border-radius: 10px;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(250, 35, 35, 0.4);
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
@media only screen and (max-width: 68.75rem) {
  .nt-pagination__link {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    border-radius: 8px;
  }
}
.nt-pagination__link:hover {
  border-color: #FA2323;
  color: #FA2323;
}
.nt-pagination__link--active {
  background-color: #FA2323;
  border-color: #FA2323;
  color: #fff;
}
.nt-pagination__link--arrow {
  background-color: rgba(250, 35, 35, 0.35);
  border-color: rgba(250, 35, 35, 0.35);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 68.75rem) {
  .nt-pagination__link--arrow {
    font-size: 1.3rem;
  }
}
.nt-pagination__link--arrow:hover {
  background-color: #FA2323;
  border-color: #FA2323;
}

body.sm-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
body.sm-body *, body.sm-body *::before, body.sm-body *::after {
  box-sizing: border-box;
}

.sm-hero {
  margin-top: 92px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.sm-hero__img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 68.75rem) {
  .sm-hero__img {
    height: 360px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-hero__img {
    height: 260px;
  }
}

.sm-section {
  width: 100%;
  padding: 140px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section {
    padding: 80px 16px;
  }
}
.sm-section__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.sm-section__left {
  flex: 1;
  position: relative;
  padding-left: 80px;
  min-height: 180px;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__left {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-section__left {
    padding-left: 48px;
  }
}
.sm-section__number {
  position: absolute;
  left: -10px;
  top: -70px;
  font-family: "Montserrat", sans-serif;
  font-size: 11rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__number {
    font-size: 8rem;
    top: -20px;
    left: -8px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-section__number {
    font-size: 6rem;
    top: -15px;
    left: -4px;
  }
}
.sm-section__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FA2323;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-section__title {
    font-size: 1.2rem;
  }
}
.sm-section__text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 37.5rem) {
  .sm-section__text {
    font-size: 0.88rem;
  }
}
.sm-section__right {
  flex: 0 0 42%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__right {
    width: 100%;
  }
}
.sm-section__card {
  background-color: #FA2323;
  border-radius: 14px;
  padding: 52px 56px;
  width: 100%;
}
@media only screen and (max-width: 68.75rem) {
  .sm-section__card {
    padding: 40px 32px;
    border-radius: 10px;
  }
}
.sm-section__card p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}
.sm-section__card p + p {
  margin-top: 16px;
}

.sm-photo {
  width: 100%;
  overflow: hidden;
}
.sm-photo__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 68.75rem) {
  .sm-photo__img {
    height: 320px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-photo__img {
    height: 240px;
  }
}

.sm-carta {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 68.75rem) {
  .sm-carta {
    height: 240px;
  }
}
.sm-carta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sm-carta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.45);
  z-index: 1;
}
.sm-carta__btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: rgba(20, 20, 20, 0.9);
  padding: 22px 40px;
  border-radius: 60px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.sm-carta__btn:hover {
  background-color: rgba(40, 40, 40, 0.95);
}
@media only screen and (max-width: 37.5rem) {
  .sm-carta__btn {
    padding: 16px 28px;
    gap: 14px;
  }
}
.sm-carta__btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.sm-carta__btn-text span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-carta__btn-text span {
    font-size: 0.85rem;
  }
}
.sm-carta__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-carta__btn-icon {
    width: 40px;
    height: 40px;
  }
}
.sm-carta__btn-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}
@media only screen and (max-width: 37.5rem) {
  .sm-carta__btn-icon svg {
    width: 18px;
    height: 18px;
  }
}

body.vl-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
body.vl-body *, body.vl-body *::before, body.vl-body *::after {
  box-sizing: border-box;
}

.sm-junta {
  margin-top: 92px;
}
.sm-junta__header {
  background-color: #f0f0f0;
  padding: 40px 24px 24px;
  text-align: center;
}
.sm-junta__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__title {
    font-size: 1.15rem;
  }
}
.sm-junta__content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}
@media only screen and (max-width: 68.75rem) {
  .sm-junta__content {
    flex-direction: column;
    gap: 32px;
    padding: 40px 24px 48px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__content {
    display: none;
  }
}
.sm-junta__photos {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__photos {
    gap: 16px;
  }
}
.sm-junta__card {
  text-align: center;
}
.sm-junta__photo {
  width: 220px;
  height: 260px;
  background-color: #d9d9d9;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.sm-junta__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__photo {
    width: 160px;
    height: 200px;
  }
}
.sm-junta__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sm-junta__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #1a1a1a;
  transition: color 0.2s;
}
.sm-junta__social a:hover {
  color: #FA2323;
}
.sm-junta__social a svg {
  width: 20px;
  height: 20px;
}
.sm-junta__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 68.75rem) {
  .sm-junta__info {
    align-items: center;
  }
}
.sm-junta__member-info {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__member-info {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }
}
.sm-junta__cargo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #333;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__cargo {
    font-size: 1.1rem;
  }
}
.sm-junta__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__name {
    font-size: 1.1rem;
  }
}
.sm-junta__grid-card--mobile-only {
  display: none;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__grid-card--mobile-only {
    display: block;
  }
}
.sm-junta__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}
@media only screen and (max-width: 68.75rem) {
  .sm-junta__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 16px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__grid {
    grid-template-columns: 1fr;
    gap: 24px 12px;
  }
}
.sm-junta__grid-card {
  text-align: center;
}
.sm-junta__grid-photo {
  width: 100%;
  aspect-ratio: 1;
  background-color: #d9d9d9;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.sm-junta__grid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__grid-photo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sm-junta__grid-name {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__grid-name {
    font-size: 0.85rem;
  }
}
.sm-junta__grid-cargo {
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  font-style: italic;
  color: #666;
  margin: 0 0 10px;
  min-height: 18px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-junta__grid-cargo {
    font-size: 0.72rem;
  }
}
.sm-junta__grid-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sm-junta__grid-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #1a1a1a;
  transition: color 0.2s;
}
.sm-junta__grid-social a:hover {
  color: #FA2323;
}
.sm-junta__grid-social a svg {
  width: 20px;
  height: 20px;
}

.sm-legisladores-prov__header {
  background-color: #f0f0f0;
  padding: 40px 24px 24px;
  text-align: center;
}
.sm-legisladores-prov__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__title {
    font-size: 1.15rem;
  }
}
.sm-legisladores-prov__subheader {
  background-color: #f0f0f0;
  padding: 0 0 24px;
}
.sm-legisladores-prov__subheader-inner {
  display: flex;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__subheader-inner {
    flex-direction: column;
    gap: 8px;
    padding: 0 24px;
  }
}
.sm-legisladores-prov__sub-left {
  flex: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__sub-left {
    font-size: 0.9rem;
    padding-left: 0;
  }
}
.sm-legisladores-prov__sub-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 24px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__sub-right {
    padding-left: 0;
  }
}
.sm-legisladores-prov__sub-right-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__sub-right-title {
    font-size: 0.9rem;
  }
}
.sm-legisladores-prov__senador-name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__senador-name {
    font-size: 0.9rem;
  }
}
.sm-legisladores-prov__images {
  display: flex;
  width: 100%;
  gap: 24px;
  padding: 24px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__images {
    flex-direction: column;
  }
}
.sm-legisladores-prov__diputados-col {
  flex: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.sm-legisladores-prov__diputados-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 68.75rem) {
  .sm-legisladores-prov__diputados-img {
    height: 380px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__diputados-img {
    height: 260px;
  }
}
.sm-legisladores-prov__cta {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #FA2323;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 40px;
  white-space: nowrap;
  transition: background-color 0.2s;
  z-index: 2;
}
.sm-legisladores-prov__cta:hover {
  background-color: rgb(238.7733333333, 5.4266666667, 5.4266666667);
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__cta {
    font-size: 0.82rem;
    padding: 14px 28px;
    bottom: 24px;
  }
}
.sm-legisladores-prov__senador-col {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.sm-legisladores-prov__senador-col img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 68.75rem) {
  .sm-legisladores-prov__senador-col img {
    height: 380px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__senador-col img {
    height: 300px;
  }
}
.sm-legisladores-prov__senador-placeholder {
  width: 100%;
  height: 500px;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 68.75rem) {
  .sm-legisladores-prov__senador-placeholder {
    height: 380px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov__senador-placeholder {
    height: 300px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores-prov {
    display: flex;
    flex-direction: column;
  }
  .sm-legisladores-prov__subheader,
  .sm-legisladores-prov__subheader-inner,
  .sm-legisladores-prov__images {
    display: contents;
  }
  .sm-legisladores-prov__sub-left {
    order: 2;
    padding: 0 24px 16px;
    background-color: #f0f0f0;
  }
  .sm-legisladores-prov__diputados-col {
    order: 3;
  }
  .sm-legisladores-prov__sub-right {
    order: 4;
    padding: 16px 24px;
  }
  .sm-legisladores-prov__senador-col {
    order: 5;
    padding: 0 24px;
  }
}

.sm-foro__header {
  background-color: #fff;
  padding: 40px 24px 24px;
  text-align: center;
}
.sm-foro__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-foro__title {
    font-size: 1.15rem;
  }
}
.sm-foro__list {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 24px 48px;
}
.sm-foro__row {
  display: flex;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  gap: 40px;
}
.sm-foro__row:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 37.5rem) {
  .sm-foro__row {
    flex-direction: column;
    gap: 4px;
  }
}
.sm-foro__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1a1a1a;
  min-width: 220px;
  flex-shrink: 0;
}
@media only screen and (max-width: 37.5rem) {
  .sm-foro__name {
    font-size: 1rem;
    min-width: unset;
  }
}
.sm-foro__cargo {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
}
@media only screen and (max-width: 37.5rem) {
  .sm-foro__cargo {
    font-size: 0.95rem;
  }
}

.sm-legisladores__header {
  background-color: #f0f0f0;
  padding: 40px 24px;
}
.sm-legisladores__header-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__header-title {
    font-size: 1.15rem;
  }
}
.sm-legisladores__content {
  background-color: #333;
  padding: 60px 24px 80px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__content {
    padding: 40px 16px 60px;
  }
}
.sm-legisladores__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__cards {
    flex-direction: column;
    gap: 32px;
  }
}
.sm-legisladores__card {
  text-align: center;
  flex: 0 0 260px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__card {
    flex: none;
    width: 200px;
  }
}
.sm-legisladores__photo {
  width: 220px;
  height: 220px;
  background-color: #555;
  border-radius: 8px;
  margin: 0 auto 16px;
  overflow: hidden;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__photo {
    width: 180px;
    height: 180px;
  }
}
.sm-legisladores__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sm-legisladores__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__name {
    font-size: 0.95rem;
  }
}
.sm-legisladores__cargo {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  color: #ccc;
  margin: 0 0 14px;
}
.sm-legisladores__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sm-legisladores__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  transition: color 0.2s;
}
.sm-legisladores__social a:hover {
  color: #FA2323;
}
.sm-legisladores__social a svg {
  width: 20px;
  height: 20px;
}
.sm-legisladores__emblem {
  flex-shrink: 0;
  width: 120px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
@media only screen and (max-width: 37.5rem) {
  .sm-legisladores__emblem {
    width: 80px;
    height: 100px;
    order: -1;
  }
}
.sm-legisladores__emblem svg {
  width: 100%;
  height: 100%;
}

.sm-autoridades__header {
  background-color: #f0f0f0;
  padding: 40px 24px;
}
.sm-autoridades__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5rem) {
  .sm-autoridades__title {
    font-size: 1.15rem;
  }
}
.sm-autoridades__table-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  overflow-x: auto;
}
@media only screen and (max-width: 37.5rem) {
  .sm-autoridades__table-wrap {
    padding: 24px 16px 48px;
  }
}
.sm-autoridades__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  min-width: 700px;
}
@media only screen and (max-width: 37.5rem) {
  .sm-autoridades__table {
    font-size: 0.8rem;
  }
}
.sm-autoridades__table thead th {
  text-align: left;
  font-weight: 700;
  padding: 14px 12px;
  border-bottom: 2px solid #1a1a1a;
  color: #1a1a1a;
  white-space: nowrap;
}
.sm-autoridades__table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.sm-autoridades__table tbody tr:hover {
  background-color: #fafafa;
}
.sm-autoridades__table tbody td {
  padding: 10px 12px;
  color: #444;
  vertical-align: top;
}
.sm-autoridades__depto {
  font-weight: 700;
  color: #1a1a1a !important;
}

body.hs-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.hs-hero {
  margin-top: 92px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.hs-hero__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}
@media only screen and (max-width: 68.75rem) {
  .hs-hero__img {
    height: 320px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .hs-hero__img {
    height: 240px;
  }
}

.hs-timeline {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 40px 80px;
}
@media only screen and (max-width: 68.75rem) {
  .hs-timeline {
    padding: 32px 16px 60px;
    display: flex;
    flex-direction: column;
  }
}
.hs-timeline__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 90px;
  margin-bottom: 60px;
  position: relative;
}
.hs-timeline__row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background-color: #FA2323;
  z-index: 0;
  width: calc(var(--cards-in-row, 5) * (100% - 360px) / 5 + (var(--cards-in-row, 5) - 1) * 90px);
}
@media only screen and (max-width: 68.75rem) {
  .hs-timeline__row::after {
    display: none;
  }
  .hs-timeline__row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.hs-timeline__card {
  background-color: #ededed;
  padding: 0;
  border: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: background-color 0.2s;
  position: relative;
  z-index: 1;
}
.hs-timeline__card--active {
  background-color: #e0e0e0;
}
.hs-timeline__card--hoy {
  background-color: #fff;
  border: 2px solid #FA2323;
}
.hs-timeline__year {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  line-height: 1.1;
  width: 100%;
  padding: 18px 20px;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__year {
    font-size: 1.6rem;
    padding: 14px 16px;
  }
}
.hs-timeline__title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: #FA2323;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 1.3;
  padding: 0 20px;
}
.hs-timeline__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  color: #666;
  line-height: 1.45;
  margin: 0 0 8px;
  flex: 1;
  padding: 0 20px;
}
.hs-timeline__btn {
  display: inline-block;
  background-color: #FA2323;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 8px 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-bottom: 16px;
}
.hs-timeline__btn:hover {
  background-color: #d41d1d;
}
.hs-timeline__btn--hoy {
  background-color: #FA2323;
}
.hs-timeline__btn--hoy:hover {
  background-color: #d41d1d;
}
.hs-timeline__panel {
  margin-bottom: 24px;
}
@media only screen and (max-width: 68.75rem) {
  .hs-timeline__panel {
    order: -1;
  }
}
.hs-timeline__panel-inner {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: auto 1fr;
  min-height: 300px;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__panel-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.hs-timeline__panel-year {
  grid-column: 1;
  grid-row: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  padding: 32px 40px 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__panel-year {
    padding: 20px 16px 10px;
    border-right: none;
  }
}
.hs-timeline__panel-empty {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__panel-empty {
    display: none;
  }
}
.hs-timeline__panel-title {
  grid-column: 1;
  grid-row: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #FA2323;
  margin: 0;
  line-height: 1.3;
  padding: 16px 40px 32px;
  align-self: start;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__panel-title {
    padding: 0 16px 16px;
    border-right: none;
  }
}
.hs-timeline__panel-text {
  grid-column: 2;
  grid-row: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 1.22rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  padding: 0 48px 32px 40px;
  align-self: start;
}
@media only screen and (max-width: 37.5rem) {
  .hs-timeline__panel-text {
    grid-column: 1;
    grid-row: 3;
    font-size: 1rem;
    padding: 0 16px 20px;
  }
}
.hs-timeline__panel-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s;
}
.hs-timeline__panel-close:hover {
  color: #333;
}

body.hr-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.hr-hero {
  margin-top: 92px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.hr-hero__img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 68.75rem) {
  .hr-hero__img {
    height: 280px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .hr-hero__img {
    height: 200px;
  }
}

.hr-tools {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 68.75rem) {
  .hr-tools {
    padding: 60px 16px 80px;
  }
}
.hr-tools__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 68.75rem) {
  .hr-tools__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .hr-tools__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.hr-tools__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s;
}
.hr-tools__item:hover {
  transform: translateY(-4px);
}
.hr-tools__icon {
  width: 80px;
  height: 80px;
  color: #FA2323;
  margin-bottom: 16px;
}
@media only screen and (max-width: 37.5rem) {
  .hr-tools__icon {
    width: 60px;
    height: 60px;
  }
}
.hr-tools__icon svg, .hr-tools__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hr-tools__label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
}
@media only screen and (max-width: 37.5rem) {
  .hr-tools__label {
    font-size: 0.9rem;
  }
}
.hr-tools__info {
  display: flex;
  align-items: stretch;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  max-width: 1000px;
  margin: 60px auto 0;
}
.hr-tools__info-icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 32px 40px;
}
@media only screen and (max-width: 37.5rem) {
  .hr-tools__info-icon {
    padding: 24px 24px;
  }
}
.hr-tools__info-bar {
  width: 7px;
  height: 36px;
  background-color: #bbb;
  border-radius: 2px;
}
.hr-tools__info-dot {
  width: 7px;
  height: 7px;
  background-color: #bbb;
  border-radius: 2px;
}
.hr-tools__info-divider {
  flex-shrink: 0;
  width: 1px;
  background-color: #ccc;
}
.hr-tools__info-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  padding: 32px 40px;
}
@media only screen and (max-width: 37.5rem) {
  .hr-tools__info-text {
    font-size: 1rem;
    padding: 24px 20px;
  }
}
.hr-tools__info-text a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}
.hr-tools__info-text a:hover {
  text-decoration: underline;
}

body.ag-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.ag-banner {
  margin-top: 92px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 30px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 68.75rem) {
  .ag-banner {
    padding: 16px 16px;
  }
}
.ag-banner__inner {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(to right, #FA2323 0%, #FF6B35 65%, #FF6B35 100%);
  height: 110px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 68.75rem) {
  .ag-banner__inner {
    height: 90px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .ag-banner__inner {
    height: auto;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
  }
}
.ag-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 68.75rem) {
  .ag-banner__content {
    padding: 0 20px;
    gap: 16px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .ag-banner__content {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
}
.ag-banner__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media only screen and (max-width: 68.75rem) {
  .ag-banner__title {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .ag-banner__title {
    font-size: 1rem;
    white-space: normal;
  }
}
.ag-banner__btn {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 11px 26px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.ag-banner__btn:hover {
  background-color: #333;
}
.ag-banner__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 37.5rem) {
  .ag-banner__image {
    display: none;
  }
}
.ag-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ag-calendar {
  position: relative;
  padding: 20px 30px 80px;
  min-height: 600px;
}
@media only screen and (max-width: 68.75rem) {
  .ag-calendar {
    padding: 16px 16px 60px;
  }
}
.ag-calendar__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.ag-calendar__deco--circle-blue-tl {
  width: 200px;
  height: 200px;
  background: rgba(74, 108, 247, 0.15);
  top: 0;
  left: -40px;
}
@media only screen and (max-width: 37.5rem) {
  .ag-calendar__deco--circle-blue-tl {
    width: 120px;
    height: 120px;
  }
}
.ag-calendar__deco--circle-orange {
  width: 260px;
  height: 260px;
  border: 3px solid rgba(255, 165, 0, 0.3);
  background: transparent;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 37.5rem) {
  .ag-calendar__deco--circle-orange {
    width: 160px;
    height: 160px;
  }
}
.ag-calendar__deco--circle-blue-br {
  width: 240px;
  height: 240px;
  background: rgba(74, 108, 247, 0.12);
  bottom: 20px;
  right: -60px;
}
@media only screen and (max-width: 37.5rem) {
  .ag-calendar__deco--circle-blue-br {
    width: 140px;
    height: 140px;
    right: -40px;
  }
}
.ag-calendar__icon {
  position: absolute;
  top: 0;
  right: 40px;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media only screen and (max-width: 68.75rem) {
  .ag-calendar__icon {
    width: 72px;
    height: 72px;
    right: 16px;
  }
}
.ag-calendar__icon svg {
  width: 100%;
  height: 100%;
}
.ag-calendar__container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 40px auto 0;
}
.ag-calendar .tribe-events {
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
}
.ag-calendar .tribe-common {
  font-family: "Montserrat", sans-serif;
}
.ag-calendar .tribe-events .tribe-events-header__events-bar,
.ag-calendar .tribe-events .tribe-events-header__messages {
  display: none !important;
}
.ag-calendar .tribe-events .tribe-events-header {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 16px 0;
  width: 110%;
  max-width: 1200px;
}
.ag-calendar .tribe-events .tribe-events-c-top-bar {
  padding: 0;
}
.ag-calendar .tribe-events .tribe-events-calendar-month {
  border-radius: 8px;
  overflow: hidden;
}
.ag-calendar .tribe-events .tribe-events-c-top-bar__nav {
  gap: 8px;
}
.ag-calendar .tribe-events .tribe-events-c-top-bar__today-button {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 16px;
  background: #fff;
  color: #333;
}
.ag-calendar .tribe-events .tribe-events-c-top-bar__today-button:hover {
  background: #f5f5f5;
}
.ag-calendar .tribe-common .tribe-common-c-btn,
.ag-calendar .tribe-events .tribe-events-c-search__button {
  background-color: #FA2323;
  border-color: #FA2323;
  font-family: "Montserrat", sans-serif;
  border-radius: 999px;
}
.ag-calendar .tribe-common .tribe-common-c-btn:hover, .ag-calendar .tribe-common .tribe-common-c-btn:focus,
.ag-calendar .tribe-events .tribe-events-c-search__button:hover,
.ag-calendar .tribe-events .tribe-events-c-search__button:focus {
  background-color: rgb(238.7733333333, 5.4266666667, 5.4266666667);
  border-color: rgb(238.7733333333, 5.4266666667, 5.4266666667);
}
.ag-calendar .tribe-events .tribe-events-c-top-bar__datepicker-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.ag-calendar .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
  color: #FA2323;
}
.ag-calendar .tribe-events .tribe-events-calendar-month__calendar-event--featured::before {
  background-color: #FA2323;
}
.ag-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link {
  font-family: "Montserrat", sans-serif;
}
.ag-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link:hover {
  color: #FA2323;
}
.ag-calendar .tribe-events .tribe-events-c-view-selector__button,
.ag-calendar .tribe-events .tribe-events-c-nav__prev,
.ag-calendar .tribe-events .tribe-events-c-nav__next {
  font-family: "Montserrat", sans-serif;
}
.ag-calendar .tribe-events .tribe-events-c-search__input {
  font-family: "Montserrat", sans-serif;
  border-radius: 999px;
}
.ag-calendar .tribe-events .tribe-events-c-subscribe-dropdown,
.ag-calendar .tribe-events .tribe-events-c-ical {
  display: none !important;
}
.ag-calendar .tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.ag-calendar .tribe-events .tribe-events-calendar-month__multiday-event-hidden-link,
.ag-calendar .tribe-events .tribe-events-calendar-month__day-date-link {
  cursor: default;
  text-decoration: none;
}

.tribe-events-single {
  max-width: 900px;
  margin: 100px auto 60px;
  padding: 0 30px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 68.75rem) {
  .tribe-events-single {
    padding: 0 16px;
    margin-top: 80px;
  }
}
.tribe-events-single .tribe-events-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #FA2323;
  text-decoration: none;
}
.tribe-events-single .tribe-events-back a:hover {
  text-decoration: underline;
}
.tribe-events-single .tribe-events-single-event-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  font-size: 2.2rem;
  margin: 16px 0 8px;
}
@media only screen and (max-width: 37.5rem) {
  .tribe-events-single .tribe-events-single-event-title {
    font-size: 1.6rem;
  }
}
.tribe-events-single .tribe-events-schedule {
  font-family: "Montserrat", sans-serif;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 24px;
}
.tribe-events-single .tribe-events-single-event-description {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.tribe-events-single .tribe-events-event-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.tribe-events-single .tribe-events-meta-group {
  font-family: "Montserrat", sans-serif;
}
.tribe-events-single .tribe-events-meta-group .tribe-events-single-section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}
.tribe-events-single .tribe-events-sub-nav {
  font-family: "Montserrat", sans-serif;
}
.tribe-events-single .tribe-events-sub-nav a {
  color: #FA2323;
  text-decoration: none;
  font-weight: 600;
}
.tribe-events-single .tribe-events-sub-nav a:hover {
  text-decoration: underline;
}
.tribe-events-single .tribe-events-c-subscribe-dropdown,
.tribe-events-single .tribe-events-cal-links,
.tribe-events-single .tribe-events-c-ical {
  display: none !important;
}

body.sp-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.sp-hero {
  position: relative;
  margin-top: 92px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media only screen and (max-width: 68.75rem) {
  .sp-hero {
    height: 360px;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sp-hero {
    height: 280px;
  }
}
.sp-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sp-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex: 1;
  padding: 0 40px 40px;
}
@media only screen and (max-width: 68.75rem) {
  .sp-hero__inner {
    padding: 0 16px 28px;
  }
}
.sp-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 68.75rem) {
  .sp-hero__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .sp-hero__title {
    font-size: 1.4rem;
    padding: 0 16px 20px;
  }
}

.sp-form-section {
  background-color: #FA2323;
  padding: 48px 40px;
}
@media only screen and (max-width: 68.75rem) {
  .sp-form-section {
    padding: 36px 16px;
  }
}
.sp-form-section__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sp-form__fields {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  color: #fff;
  padding: 14px 2px;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.sp-form input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.sp-form input:focus {
  border-bottom-color: #fff;
}
.sp-form__row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 4px;
}
@media only screen and (max-width: 37.5rem) {
  .sp-form__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.sp-form__row input {
  flex: 1;
}
.sp-form__submit {
  flex-shrink: 0;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 32px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}
@media only screen and (max-width: 37.5rem) {
  .sp-form__submit {
    width: 100%;
    margin-top: 12px;
  }
}
.sp-form__submit:hover {
  background-color: #333;
}

.sp-form-section #gform_wrapper_1 {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  --gform-theme-color-inside-control: transparent;
  --gform-theme-color-inside-control-rgb: 255, 255, 255;
  --gform-theme-color-inside-control-contrast: #fff;
  --gform-theme-color-inside-control-darker: transparent;
  --gform-theme-color-inside-control-lighter: transparent;
  --gform-theme-control-border-color: transparent;
  --gform-theme-control-border-color-hover: transparent;
  --gform-theme-control-border-color-focus: transparent;
  --gform-theme-border-radius: 0;
  --gform-theme-control-size: auto;
  --gform-theme-control-label-color-primary: transparent;
  --gform-theme-control-label-color-secondary: transparent;
  --gform-theme-color-outside-control-light: transparent;
  --gform-theme-color-outside-control-dark: #fff;
  --gform-theme-color-outside-control-dark-lighter: rgba(255,255,255,0.65);
}
.sp-form-section #gform_wrapper_1 .gform_heading,
.sp-form-section #gform_wrapper_1 .gform_title,
.sp-form-section #gform_wrapper_1 .gform_description {
  display: none;
}
.sp-form-section #gform_wrapper_1 .gfield_label {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sp-form-section #gform_wrapper_1 .gform_body {
  padding: 0;
}
.sp-form-section #gform_wrapper_1 .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sp-form-section #gform_wrapper_1 .gfield {
  margin-bottom: 8px !important;
  padding: 0 !important;
  width: 100% !important;
}
.sp-form-section #gform_wrapper_1 input[type=text],
.sp-form-section #gform_wrapper_1 input[type=email],
.sp-form-section #gform_wrapper_1 input[type=tel] {
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 0 !important;
  border-block-start: none !important;
  border-block-end: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  block-size: auto !important;
  padding-block: 14px !important;
  padding-inline: 2px !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.92rem !important;
  padding: 14px 2px !important;
  outline: none !important;
  transition: border-color 0.2s;
  height: auto !important;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.sp-form-section #gform_wrapper_1 input[type=text]::placeholder,
.sp-form-section #gform_wrapper_1 input[type=email]::placeholder,
.sp-form-section #gform_wrapper_1 input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}
.sp-form-section #gform_wrapper_1 input[type=text]:focus,
.sp-form-section #gform_wrapper_1 input[type=email]:focus,
.sp-form-section #gform_wrapper_1 input[type=tel]:focus {
  border-bottom-color: #fff !important;
  border-block-end-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}
.sp-form-section #gform_wrapper_1 .ginput_container {
  margin: 0 !important;
  padding: 0 !important;
}
.sp-form-section .gform_confirmation_wrapper {
  display: flex !important;
  justify-content: center !important;
}
.sp-form-section .gform_confirmation_message {
  background-color: #fff !important;
  color: #1a1a1a !important;
  border-radius: 12px !important;
  padding: 32px 40px !important;
  max-width: 600px !important;
  text-align: center !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}
.sp-form-section #gform_wrapper_1 .validation_error {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff !important;
  border-radius: 8px !important;
}
.sp-form-section #gform_wrapper_1 .validation_message {
  color: #ffcccc !important;
}

.sp-form-section .gf-inline-row {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 4px;
}
.sp-form-section .gf-inline-row #field_1_5 {
  flex: 1;
  margin-bottom: 0 !important;
}
.sp-form-section .gf-inline-row .gform_footer {
  flex-shrink: 0;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 37.5rem) {
  .sp-form-section .gf-inline-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

.sp-form-section #gform_submit_button_1 {
  flex-shrink: 0;
  background-color: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  border-block-start: none !important;
  border-block-end: none !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 13px 32px !important;
  padding-block: 13px !important;
  padding-inline: 32px !important;
  border-radius: 999px !important;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
  block-size: auto !important;
  inline-size: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.sp-form-section #gform_submit_button_1:hover {
  background-color: #333 !important;
}
@media only screen and (max-width: 37.5rem) {
  .sp-form-section #gform_submit_button_1 {
    width: 100% !important;
    inline-size: 100% !important;
    margin-top: 12px;
  }
}
