@charset "UTF-8";
/* agregar aquí todos los archivos sass parciales ej: "_archivo_parcial.sass" */
/* para revisar estilos desde el inspector del navegador, se debe generar un archivo .map
 * que ayuda a identificar en qué lineas de un archivo .sass están los estilos*/
blockquote, q {
  quotes: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

a:focus {
  outline: 0px dotted !important;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Para utilizar las variables basta con reemplazar el atributo por el nombre de la variable en nuestro código ej: "color: $main_azul" */
/* al modificar el atributo de cualquier variable afectará a todos los selectores donde se utilizó */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @mixin nombre_mixin */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar mixins variables llamar de la siguiente forma: @include nombre_mixin(variable1, variable2, ...) */
.swiper-button-next, .swiper-button-prev {
  background-repeat: no-repeat !important;
  background-size: 26px !important;
  border-radius: 1rem;
  z-index: 1 !important;
  width: 54px !important;
  height: 54px !important;
  top: calc(50% + 12px) !important;
  outline: none !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 426px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}

.swiper-button-next {
  background-image: url("../../imag/v1/icon/ic-arrow-right-w.svg") !important;
  right: 0.5vw !important;
  background-position: 49% center !important;
}

.swiper-button-prev {
  background-image: url("../../imag/v1/icon/ic-arrow-left-w.svg") !important;
  left: 0.5vw !important;
  background-position: 52% center !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.btn__primary.btn-disabled:hover, .btn__primary.btn-disabled {
  background: rgb(227, 227, 227);
  background: -moz-linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  background: -webkit-linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  background: linear-gradient(137deg, rgb(227, 227, 227) 20%, rgb(181, 181, 181) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#b5b5b5",GradientType=1);
}

.btn__primary {
  display: inline-block;
  font-size: 1rem;
  padding: 15px 20px;
  letter-spacing: 0.2px;
  background-color: #0F662A;
  gap: 3px;
  border: 1px solid #0F662A;
  transition: 0.3s all ease;
  color: #ffffff;
  border-radius: 3rem;
  text-align: center;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "NunitoSans-Bold", sans-serif;
}
.btn__primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 426px) {
  .btn__primary {
    line-height: 20px;
    padding: 11px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn__primary {
    line-height: 20px;
    padding: 11px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .btn__primary {
    padding: 10px 15px;
  }
}
.btn__primary:hover {
  transition: 0.3s all ease;
}
.btn__primary.btn-disabled {
  color: #666666;
  cursor: inherit;
}
.btn__primary .icon {
  width: 24px;
  height: 24px;
}
.btn__primary--sm {
  padding: 10px 20px;
  font-size: 0.875rem;
}
.btn__primary--white {
  background-color: #ffffff;
  color: #0F662A;
  border-color: #0F662A;
}
.btn__primary--cyan {
  background-color: #0baa96;
  border-color: #0baa96;
  color: #ffffff;
}
.btn__primary--outline-white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
.btn__primary--outline-grey, .btn__primary--outline {
  background: none;
  color: #0F662A;
  border-color: #0F662A;
}
.btn__primary--outline-green {
  background: none;
  color: #0F662A;
  border-color: #0F662A;
}
.btn__primary--outline-lightgreen {
  background: none;
  color: #93bd26;
  border-color: #93bd26;
}
.btn__primary--outline-cyan {
  background: none;
  color: #0baa96;
  border-color: #0baa96;
}

.btn__secondary {
  font-size: 1rem;
  color: #0F662A;
  line-height: 1.3;
  transition: 0.2s all ease;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .btn__secondary {
    font-size: 0.875rem;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn__secondary {
    font-size: 0.875rem;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.btn__secondary .icon {
  width: 16px;
  height: 16px;
}
.btn__secondary:hover {
  color: #0F662A;
}
.btn__secondary--white {
  color: #ffffff;
}
.btn__secondary--white:hover {
  opacity: 0.8;
  color: #ffffff;
}

.btn {
  gap: 26px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .btn {
    gap: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn {
    gap: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .btn {
    gap: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .btn {
    gap: 10px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .btn {
    gap: 10px;
  }
}
.btn__center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn__column {
  gap: 10px;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.btn__fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.btn__icon {
  border-radius: 50%;
  background-color: #ffffff;
  padding: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  display: inline-block;
  z-index: 100;
}
@media (max-width: 426px) {
  .btn__icon {
    padding: 5px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .btn__icon {
    padding: 5px;
  }
}
.btn__icon:hover {
  background-color: white;
  transform: scale(1.1);
}
.btn__icon:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.btn .tooltip-text {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: white;
  color: black;
  text-align: center;
  padding: 6px 12px;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
  word-wrap: break-word;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  max-width: 140px;
}
.btn .tooltip-text::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.btn:last-child .tooltip-text {
  left: auto;
  right: 0;
  transform: translateX(0%) translateY(10px);
}
.btn:last-child .tooltip-text::after {
  left: auto;
  right: 20%;
  transform: translateX(50%);
}
@media (max-width: 426px) {
  .btn:last-child .tooltip-text {
    padding: 12px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn:last-child .tooltip-text {
    padding: 12px;
  }
}
@media (min-width: 575px) and (max-width: 616px) {
  .btn:last-child .tooltip-text {
    padding: 7px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .btn:last-child .tooltip-text {
    padding: 12px;
  }
}
.btn:last-child .tooltip-text img {
  width: 28px;
}
@media (max-width: 426px) {
  .btn:last-child .tooltip-text img {
    width: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn:last-child .tooltip-text img {
    width: 24px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .btn:last-child .tooltip-text img {
    width: 24px;
  }
}

section .auxi > .cont-btn {
  text-align: center;
}
@media (max-width: 426px) {
  section .auxi > .cont-btn .btn__sec {
    max-width: 400px;
    padding: 20px 35px;
    width: 90%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  section .auxi > .cont-btn .btn__sec {
    max-width: 400px;
    padding: 20px 35px;
    width: 90%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  flex: none;
}
.icon__right {
  margin-left: 10px;
}
.icon__left {
  margin-right: 10px;
}
.icon__ticket {
  background-image: url("../../imag/v1/icon/ic-ticket.svg");
}
.icon__arrow-right-w {
  background-image: url("../../imag/v1/icon/ic-chevron-r-w.svg");
}
.icon__arrow-right-g {
  background-image: url("../../imag/v1/icon/ic-chevron-r-b.svg");
}
.icon__arrow-right-l {
  background-image: url("../../imag/v1/icon/ic-chevron-r-l.svg");
}

.chip {
  display: inline-block;
  font-size: 0.8125rem;
  color: #0F662A;
  background-color: #ffffff;
  position: relative;
  padding: 8px 10px;
  border-radius: 10px;
  transition: 0.2s all ease;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .chip {
    font-size: 0.875rem;
    text-transform: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .chip {
    font-size: 0.875rem;
    text-transform: none;
  }
}
@media (max-width: 390px) {
  .chip {
    font-size: 0.75rem;
    text-transform: none;
  }
}
.chip:hover {
  background-color: #0F662A;
  color: #ffffff;
}
.chip__cyan {
  color: #ffffff;
  background-color: #0baa96;
}

.toggle {
  padding: 15px 30px;
  border-radius: 30px;
  margin: 30px auto;
  max-width: 500px;
  width: 100%;
  gap: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .toggle {
    max-width: 400px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .toggle {
    max-width: 400px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.toggle__title {
  font-size: 1.5rem;
  color: #4e4d4d;
}
.toggle__container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.toggle__label {
  color: rgba(78, 77, 77, 0.4);
  font-size: 1.5rem;
  font-family: "NunitoSans-Bold", sans-serif;
}
.toggle__label:first-child {
  margin-right: 10px;
}
.toggle__label:last-child {
  margin-left: 10px;
}
.toggle__label.active {
  color: #4e4d4d;
}
.toggle__label.inactive {
  color: rgba(78, 77, 77, 0.4);
}
.toggle__switch {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 33px;
}
.toggle__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e4d4d;
  transition: 0.4s;
  border-radius: 3rem;
}
.toggle__slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle input:checked + .toggle__slider:before {
  transform: translateX(40px);
}

.enc-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.enc-main .auxi {
  text-align: center;
  position: relative;
  padding: 50px 0 60px;
  z-index: 3;
}
@media (max-width: 426px) {
  .enc-main .auxi {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .auxi {
    padding: 30px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main .auxi {
    padding: 30px 15px 60px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-main .auxi {
    padding: 30px 15px 60px;
  }
}
.enc-main__content {
  text-align: center;
  margin: 0 20px;
}
.enc-main__content--flex {
  align-items: center;
  color: #fff;
  padding: 80px 0;
  gap: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .enc-main__content--flex {
    text-align: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.enc-main__content--flex .enc-main__left {
  flex: 1;
}
.enc-main__content--flex .enc-main__title {
  display: inline-block;
  padding: 0;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 110%;
}
.enc-main__content--flex .enc-main__right {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  flex: 1;
  max-width: 620px;
}
.enc-main__content--flex .enc-main__right p {
  font-size: 1rem;
  line-height: 140%;
  color: #4e4d4d;
}
.enc-main__content--flex .enc-main__subtitle {
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #0F662A;
  font-family: "NunitoSans-Black", sans-serif;
}
.enc-main__content--flex .enc-main__price-title {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.enc-main__content--flex .enc-main__price {
  margin-bottom: 20px;
}
.enc-main__content--flex .price-now {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "NunitoSans-Black", sans-serif;
}
.enc-main__content--flex .price-old {
  display: block;
  color: #4e4d4d;
  text-decoration: line-through;
  font-size: 0.9375rem;
  margin-top: 4px;
}
.enc-main__date {
  color: #4e4d4d;
  font-size: 1rem;
  margin-top: 40px;
  font-family: "NunitoSans-Regular", sans-serif;
}
.enc-main__epig {
  font-size: 1rem;
  color: #4e4d4d;
}
.enc-main__epig .chip {
  margin-left: 20px;
}
.enc-main__title {
  padding-top: 30px;
  color: #4e4d4d;
  line-height: 1.3;
  font-size: 2.8125rem;
  margin-left: 0;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .enc-main__title {
    padding-top: 20px;
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__title {
    padding-top: 20px;
    font-size: 1.875rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-main__title {
    font-size: 2.375rem;
  }
}
.enc-main__description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4e4d4d;
  max-width: 800px;
  margin: 20px auto 0;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .enc-main__description {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__description {
    margin-top: 20px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main__description {
    font-size: 1.125rem;
  }
}
.enc-main__bar {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: rgba(15, 102, 42, 0.13);
  color: #0F662A;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-family: "NunitoSans-Bold", sans-serif;
}
.enc-main .img-wrap {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .enc-main .img-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .img-wrap {
    margin-top: 20px;
  }
}
.enc-main__bg {
  position: relative;
  min-height: 520px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .enc-main__bg {
    min-height: 280px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__bg {
    min-height: 280px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main__bg {
    min-height: 300px;
  }
}
.enc-main__bg .auxi {
  padding-top: 60px;
  padding-bottom: 0;
}
.enc-main__bg .enc-main__title {
  color: #ffffff;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 426px) {
  .enc-main__bg .enc-main__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__bg .enc-main__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main__bg .enc-main__title {
    text-align: center;
  }
}
.enc-main__bg .enc-main__title--landing {
  font-size: 3.875rem;
  line-height: 100%;
}
@media (max-width: 426px) {
  .enc-main__bg .enc-main__title--landing {
    font-size: 2.8125rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main__bg .enc-main__title--landing {
    font-size: 2.8125rem;
  }
}
.enc-main__bg .bg-int {
  opacity: 1;
}
.enc-main__bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.enc-main__bg .breadcrumb, .enc-main__bg .breadcrumb a {
  color: #ffffff !important;
}
.enc-main__bg .breadcrumb:after, .enc-main__bg .breadcrumb a:after {
  color: #ffffff !important;
}
.enc-main__bg--dark::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.enc-main__art .enc-main__content {
  text-align: left;
  margin: 0;
}

.enc-btn {
  padding: 70px 0;
}
@media (max-width: 426px) {
  .enc-btn {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-btn {
    padding: 40px 0;
  }
}
.enc-btn .cont-txt {
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .enc-btn .cont-txt {
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-btn .cont-txt {
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-btn .cont-txt {
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.enc-btn .cont-txt .tit {
  font-size: 3.25rem;
  color: #000000;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .enc-btn .cont-txt .tit {
    font-size: 2.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-btn .cont-txt .tit {
    font-size: 2.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-btn .cont-txt .tit {
    margin: 0 auto;
  }
}
.enc-btn .btn__tert {
  background-color: #ffffff;
  position: absolute;
  left: 0;
}
@media (max-width: 426px) {
  .enc-btn .btn__tert {
    max-width: 220px;
    margin: 20px auto 0;
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-btn .btn__tert {
    max-width: 220px;
    margin: 20px auto 0;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-btn .btn__tert {
    max-width: 220px;
    margin: 20px auto 0;
    position: relative;
  }
}
.enc-btn .btn__tert:hover {
  background-color: #000000;
}

.enc-txt {
  padding: 70px 0;
}
@media (max-width: 426px) {
  .enc-txt {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt {
    padding: 30px 0;
  }
}
.enc-txt .auxi {
  text-align: center;
  padding-bottom: 0;
}
.enc-txt .auxi .tit {
  font-size: 3.25rem;
  line-height: 130%;
  color: #000000;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .enc-txt .auxi .tit {
    font-size: 2.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt .auxi .tit {
    font-size: 2.375rem;
  }
}
.enc-txt .auxi .baj {
  font-size: 1.625rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
  max-width: 85%;
  margin: 20px auto 0;
  color: #000000;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .enc-txt .auxi .baj {
    font-size: 1.125rem;
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt .auxi .baj {
    font-size: 1.125rem;
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-txt .auxi .baj {
    font-size: 1.125rem;
    max-width: 100%;
  }
}

.block-head {
  padding: 0;
  margin-bottom: 40px;
  z-index: 1;
  gap: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .block-head {
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head {
    margin-bottom: 10px;
  }
}
.block-head--landing {
  margin-bottom: 0;
}
.block-head__left {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.block-head__left .block-head__title {
  max-width: 720px;
}
.block-head__epig {
  padding: 0 0 5px;
  font-size: 1rem;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "NunitoSans-Regular", sans-serif;
}
.block-head__title {
  font-size: 3.25rem;
  line-height: 1.2;
  color: #93bd26;
  margin-bottom: 0;
  text-align: left;
  font-family: "NunitoSans-Black", sans-serif;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .block-head__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-head__title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.block-head__title--lg {
  font-size: 2.8125rem;
  color: #93bd26 !important;
}
.block-head__title--slide, .block-head__title a {
  font-size: 3.25rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: left;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .block-head__title--slide, .block-head__title a {
    font-size: 2.375rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__title--slide, .block-head__title a {
    font-size: 2.375rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-head__title--slide, .block-head__title a {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-head__title--slide, .block-head__title a {
    font-size: 3.25rem;
  }
}
.block-head__title--slide::after, .block-head__title a::after {
  content: none;
}
.block-head__title--sm {
  font-size: 32px;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.block-head__description {
  line-height: 1.4;
  font-size: 1rem;
  color: #4e4d4d;
  margin: 0 auto;
  max-width: 890px;
  text-align: center;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .block-head__description {
    font-size: 0.9375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__description {
    font-size: 0.9375rem;
  }
}
.block-head__center .block-head__title {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.block-head ul {
  list-style: disc;
  margin-left: 30px;
}
.block-head ul li {
  color: #4e4d4d;
  font-size: 1rem;
}
.block-head ul li + li {
  margin-top: 30px;
}
.block-head__sm .block-head__title {
  font-size: 1.5rem;
}
@media (max-width: 426px) {
  .block-head__btn-lg {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__btn-lg {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 426px) {
  .block-head__btn-lg .btn__primary {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__btn-lg .btn__primary {
    margin: 0;
    width: auto;
  }
}
.block-head__suscription .block-head__logo {
  max-width: 463px;
  width: 100%;
}
.block-head__suscription .block-head__title {
  font-size: 3.875rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.block-head__suscription .block-head__description {
  text-align: left;
  font-size: 1.125rem;
  margin-top: 20px;
}
.block-head__hor {
  gap: 90px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .block-head__hor {
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-head__hor {
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.block-head__hor .block-head__suscription {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.block-head__hor ul {
  -webkit-flex: 0 1 45%;
  flex: 0 1 45%;
}
.block-head.form-msj {
  background: none !important;
  max-width: 740px;
  margin: 70px auto 90px;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.block-head.form-msj img {
  width: 90px;
}
.block-head.form-msj .block-head__title, .block-head.form-msj .block-head__description {
  text-align: center;
  margin-top: 0;
}

.block-info {
  padding: 40px 0;
}
.block-info__row {
  gap: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .block-info__row {
    gap: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-info__row {
    gap: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.block-info__pref {
  color: #93bd26;
  font-size: 0.9375rem;
}
.block-info__txt {
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-info__txt {
    font-size: 1rem;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-info__txt {
    font-size: 1rem;
  }
}
.block-info__title {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
}
.block-info__group {
  margin-top: 20px;
}
.block-info__group .block-info__txt {
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.block-info__group .block-info__pref {
  line-height: 1.4;
  font-size: 1.125rem;
}
.block-info .btn {
  margin-top: 55px;
}
@media (max-width: 426px) {
  .block-info .btn {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-info .btn {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 426px) {
  .block-info .btn .btn__primary {
    padding: 15px 10px;
    margin: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-info .btn .btn__primary {
    padding: 15px 10px;
    margin: 0;
  }
}

.card {
  overflow: hidden;
  border-radius: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.card__auxi {
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card > a {
  display: block;
}
.card__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.card__chips {
  left: 20px;
  top: 20px;
  position: absolute;
  font-size: 0.75rem;
  gap: 8px;
  z-index: 2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.card__content {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__content .chip {
  margin-top: 16px;
}
.card__white > a {
  height: 100%;
}
.card__white .card__content {
  padding: 30px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__white .card__title {
  color: #4e4d4d;
  font-size: 1.25rem;
}
.card__white--sm .card__content {
  padding: 20px;
}
.card__white--premium {
  background-color: rgba(11, 170, 150, 0.1);
  box-shadow: none;
  border: 2px solid #0baa96;
}
.card__white--premium .card__content {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .card__white--premium .card__content {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__white--premium .card__content {
    padding: 20px;
  }
}
.card__white--premium .card__epig {
  background-color: #0baa96;
  padding: 7px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  font-family: "NunitoSans-Semibold", sans-serif;
}
.card__white--premium .card__title {
  color: #0baa96;
  font-size: 1.625rem;
  text-align: center;
}
.card__white--premium .card__description {
  font-size: 1.125rem;
  color: #4e4d4d;
  text-align: center;
}
.card__white--premium .card__green {
  margin-top: 20px;
  background-color: rgba(11, 170, 150, 0.14);
  width: 100%;
  padding: 15px 15px 15px 20px;
  border-radius: 12px;
  gap: 15px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 426px) {
  .card__white--premium .card__green {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__white--premium .card__green {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__white--premium .card__green {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__white--premium .card__green {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.card__white--premium .card__green .card__description {
  margin-top: 0;
  color: #4e4d4d;
  text-align: left;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
}
@media (max-width: 426px) {
  .card__white--premium .card__green .card__description {
    text-align: center;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__white--premium .card__green .card__description {
    text-align: center;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__white--premium .card__green .card__description {
    text-align: center;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__white--premium .card__green .card__description {
    text-align: center;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.card__white--premium .card__green .btn__primary {
  margin-top: 0;
}
.card__epig {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #0F662A;
}
.card__title {
  font-size: 1rem;
  color: #0F662A;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  transition: 0.3s all ease;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__title {
    font-size: 1.125rem;
  }
}
.card__title--lg {
  font-size: 1.5rem;
}
.card__description {
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-top: 15px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card__info {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.card ul:not(.card__info) {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card ul:not(.card__info) li {
  color: #4e4d4d;
  font-size: 1rem;
  gap: 10px;
  line-height: 1.3;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-family: "NunitoSans-Semibold", sans-serif;
}
.card ul:not(.card__info) li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../imag/v1/icon/ic-check-circle-g.svg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 100%;
  display: block;
  position: relative;
  bottom: 1px;
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
}
.card ul:not(.card__info) li a {
  color: #ffffff;
  transition: 0.3s all ease;
}
.card ul:not(.card__info) li a:hover {
  opacity: 0.7;
}
.card ul:not(.card__info) li + li {
  margin-top: 20px;
}
.card__icon-txt {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.card__icon-txt + .card__icon-txt {
  margin-top: 10px;
}
.card__icon-txt img {
  width: 24px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.card__date-number {
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "NunitoSans-Black", sans-serif;
}
.card__date-txt {
  font-size: 1rem;
  color: #ffffff;
  font-family: "NunitoSans-Regular", sans-serif;
  font-style: italic;
}
.card__address-title {
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__address-txt {
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "NunitoSans-Regular", sans-serif;
  font-style: italic;
}
.card .btn__primary {
  margin-top: 30px;
}
@media (max-width: 426px) {
  .card .btn__primary {
    width: auto;
    margin: 20px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card .btn__primary {
    width: auto;
    margin: 20px 0 0;
  }
}
.card .btn__secondary {
  margin-top: 30px;
}
.card .btn {
  margin-top: 30px;
  gap: 20px;
}
.card .btn .btn__primary {
  margin-top: 0;
}
.card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.card.grad-lightgreen {
  overflow: hidden;
}
.card.grad-lightgreen::before {
  content: "";
  background: #93BD26;
  background: -webkit-linear-gradient(25deg, rgba(147, 189, 38, 0) 30%, rgba(147, 189, 38, 0.44) 100%);
  background: -moz-linear-gradient(25deg, rgba(147, 189, 38, 0) 30%, rgba(147, 189, 38, 0.44) 100%);
  background: linear-gradient(25deg, rgba(147, 189, 38, 0) 30%, rgba(147, 189, 38, 0.44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93BD26", endColorstr="#93BD26", GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  border-radius: 20px;
}
.card.grad-cyan {
  overflow: hidden;
}
.card.grad-cyan::before {
  content: "";
  background: #0BAA96;
  background: -webkit-linear-gradient(25deg, rgba(11, 170, 150, 0) 30%, rgba(11, 170, 150, 0.44) 100%);
  background: -moz-linear-gradient(25deg, rgba(11, 170, 150, 0) 30%, rgba(11, 170, 150, 0.44) 100%);
  background: linear-gradient(25deg, rgba(11, 170, 150, 0) 30%, rgba(11, 170, 150, 0.44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0BAA96", endColorstr="#0BAA96", GradientType=0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  border-radius: 20px;
}
.card__horizontal {
  gap: 40px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .card__horizontal {
    gap: 20px;
    margin-bottom: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal {
    gap: 20px;
    margin-bottom: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal {
    gap: 0;
    margin-bottom: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.card__horizontal + .card__horizontal--white {
  margin-top: 100px;
}
@media (max-width: 426px) {
  .card__horizontal + .card__horizontal--white {
    margin-top: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal + .card__horizontal--white {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal + .card__horizontal--white {
    margin-top: 60px;
  }
}
.card__horizontal + .card__horizontal--dark {
  margin-top: 100px;
}
@media (max-width: 426px) {
  .card__horizontal + .card__horizontal--dark {
    margin-top: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal + .card__horizontal--dark {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal + .card__horizontal--dark {
    margin-top: 60px;
  }
}
.card__horizontal.inv .card__auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 426px) {
  .card__horizontal.inv .card__auxi {
    margin-bottom: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal.inv .card__auxi {
    margin-bottom: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal.inv .card__auxi {
    margin-bottom: 30px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.card__horizontal:last-child {
  margin-bottom: 0;
}
.card__horizontal .card__content {
  padding: 10px;
  justify-content: center;
  -webkit-flex: 0 1 55%;
  flex: 0 1 55%;
}
.card__horizontal .card__epig, .card__horizontal .card__title, .card__horizontal .card__description {
  text-align: left;
}
.card__horizontal .card__title {
  display: block;
  margin-bottom: 30px;
  font-size: 3.25rem;
  color: #93bd26;
  line-height: 1.5;
  font-family: "NunitoSans-Black", sans-serif;
}
@media (max-width: 426px) {
  .card__horizontal .card__title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .card__title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal .card__title {
    font-size: 2.5rem;
  }
}
.card__horizontal .card__title--sm {
  font-size: 1.875rem !important;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "NunitoSans-Black", sans-serif;
}
@media (max-width: 426px) {
  .card__horizontal .card__title--sm {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .card__title--sm {
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal .card__title--sm {
    font-size: 2.5rem;
  }
}
.card__horizontal .card__title--smd {
  font-size: 1.875rem !important;
  color: #4e4d4d;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "NunitoSans-Black", sans-serif;
}
@media (max-width: 426px) {
  .card__horizontal .card__title--smd {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .card__title--smd {
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal .card__title--smd {
    font-size: 2.5rem;
  }
}
.card__horizontal .card__description {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.card__horizontal .card__description + .card__description {
  margin-top: 20px;
}
.card__horizontal .card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
  margin-top: 30px;
}
.card__horizontal .card__list li::before {
  background-image: url("../../imag/v1/icon/ic-check-g.svg") !important;
}
.card__horizontal .card__list li + li {
  margin-top: 0 !important;
}
.card__horizontal .card__list--bullet {
  display: block;
  list-style-type: disc !important;
}
.card__horizontal .card__list--bullet li {
  gap: 8px !important;
  list-style-type: disc !important;
}
.card__horizontal .card__list--bullet li::before {
  content: "•" !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  -webkit-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}
.card__horizontal .card__list--bullet li + li {
  margin-top: 10px !important;
}
.card__horizontal .card__img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 426px) {
  .card__horizontal .card__img {
    flex: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .card__img {
    flex: none;
  }
}
.card__horizontal .card__img.img__text .cont-tit {
  padding: 90px 70px 90px 120px;
  margin-bottom: 0;
}
.card__horizontal .btn {
  padding-top: 40px;
}
@media (max-width: 426px) {
  .card__horizontal .btn {
    padding-top: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .btn {
    padding-top: 10px;
  }
}
.card__horizontal .btn .btn__primary, .card__horizontal .btn .btn__secondary {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 426px) {
  .card__horizontal .btn .btn__primary, .card__horizontal .btn .btn__secondary {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal .btn .btn__primary, .card__horizontal .btn .btn__secondary {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal .btn .btn__primary, .card__horizontal .btn .btn__secondary {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__horizontal .btn .btn__primary, .card__horizontal .btn .btn__secondary {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.card__horizontal--md .card__title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 426px) {
  .card__horizontal--md .card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal--md .card__title {
    font-size: 1.5rem;
  }
}
.card__horizontal--md .card__description {
  font-size: 1rem;
}
.card__horizontal--md .card__img {
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
}
.card__horizontal--md .btn {
  padding-top: 30px;
}
.card__horizontal--sm {
  border-radius: 20px;
  background-color: #ffffff;
  gap: 15px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 426px) {
  .card__horizontal--sm {
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal--sm {
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal--sm {
    gap: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__horizontal--sm {
    gap: 0;
  }
}
@media (max-width: 390px) {
  .card__horizontal--sm {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.card__horizontal--sm .card__chips {
  left: 10px;
  top: 10px;
}
@media (max-width: 426px) {
  .card__horizontal--sm .card__chips {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__horizontal--sm .card__chips {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.card__horizontal--sm .card__epig {
  font-size: 0.8125rem;
}
.card__horizontal--sm .card__title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  font-size: 1rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__horizontal--sm .card__description {
  font-size: 0.75rem;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.card__horizontal--sm .card__content {
  padding: 0;
  padding-right: 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__horizontal--sm .card__content {
    padding: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__horizontal--sm .card__content {
    padding: 15px;
  }
}
@media (max-width: 390px) {
  .card__horizontal--sm .card__content {
    padding: 0 15px 15px;
  }
}
.card__horizontal--sm .card__content .chip {
  margin-top: 3px;
  font-size: 0.6875rem;
  padding: 6px 10px;
}
.card__horizontal--sm .card__img {
  border-radius: 0;
  -webkit-flex: 1 0 200px;
  flex: 1 0 200px;
}
@media (max-width: 390px) {
  .card__horizontal--sm .card__img {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (max-width: 390px) {
  .card__horizontal--sm .card__img img {
    height: 240px;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .card__horizontal--sm .chip {
    font-size: 11px;
  }
}
.card__horizontal--white .card__subtitle, .card__horizontal--white .card__description {
  color: #ffffff;
}
.card__horizontal--white .card__list li {
  color: #ffffff !important;
}
.card__horizontal--white .CUERPO p, .card__horizontal--white .CUERPO ul li, .card__horizontal--white .CUERPO ol li {
  color: #fff;
  line-height: 1.6;
  font-size: 1rem;
}
.card__horizontal--white .CUERPO a {
  text-decoration: underline;
  color: #93bd26;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__horizontal--white .CUERPO ul {
  list-style: list;
  margin-left: 0;
}
.card__horizontal--white .CUERPO ul li::before {
  content: "•";
  background: none;
  width: auto;
  height: auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card__horizontal--white .CUERPO ol {
  margin-left: 20px;
}
.card__horizontal--white .CUERPO ol li {
  margin-top: 20px;
}
.card__horizontal--dark .card__subtitle, .card__horizontal--dark .card__description {
  color: #4e4d4d;
}
.card__horizontal--dark .card__list li {
  color: #4e4d4d !important;
}
.card__horizontal--dark .CUERPO p, .card__horizontal--dark .CUERPO ul li, .card__horizontal--dark .CUERPO ol li {
  color: #4e4d4d;
  line-height: 1.6;
  font-size: 1rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
.card__horizontal--dark .CUERPO a {
  text-decoration: underline;
  color: #93bd26;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__horizontal--dark .CUERPO ul {
  list-style: list;
  margin-left: 0;
  margin-top: 0 !important;
}
.card__horizontal--dark .CUERPO ul li::before {
  content: "•";
  background: none;
  width: auto;
  height: auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card__horizontal--dark .CUERPO ol {
  margin-left: 20px;
}
.card__horizontal--dark .CUERPO ol li {
  margin-top: 20px;
}
.card__icon {
  position: relative;
  padding: 70px 20px 60px;
}
@media (max-width: 426px) {
  .card__icon {
    padding: 70px 20px 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__icon {
    padding: 70px 20px 40px;
  }
}
.card__icon::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.card__icon .card__auxi {
  padding: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
@media (max-width: 426px) {
  .card__icon .card__auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__icon .card__auxi {
    padding: 0;
  }
}
.card__icon .card__img {
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.card__icon .card__img img {
  width: 200px;
}
.card__icon .card__title {
  font-size: 2.1875rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 450px;
  margin: 0 auto;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .card__icon .card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__icon .card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__icon .card__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__icon .card__title {
    font-size: 1.25rem;
  }
}
.card__icon .card__description {
  color: #ffffff;
  line-height: 1.4;
  margin: 20px auto 0;
  text-align: center;
}
.card__icon .card__content {
  padding: 20px 0 0;
}
@media (max-width: 426px) {
  .card__icon .card__content {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__icon .card__content {
    padding: 0;
  }
}
.card__icon .btn__primary {
  margin-top: 60px;
  width: 100%;
}
.card__icon--fucsia:before {
  background-image: url("../../imag/v1/master/gradient-fucsia.png");
}
.card__icon--blue:before {
  background-image: url("../../imag/v1/master/gradient-lightblue.png");
}
.card__bg {
  position: relative;
}
.card__bg .card__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s all ease;
  background: rgb(0, 0, 52);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 52, 0) 0%, rgba(0, 0, 52, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 52, 0) 0%, rgba(0, 0, 52, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 52, 0) 0%, rgba(0, 0, 52, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000034",endColorstr="#000034",GradientType=1);
}
.card__bg .card__auxi {
  position: relative;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.card__bg .card__auxi:hover .card__img:before {
  background: rgba(0, 0, 52, 0.5);
}
.card__bg .card__auxi:hover .card__hiden-box {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.card__bg .card__auxi > a {
  display: block;
  width: 100%;
}
.card__bg .card__content {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 426px) {
  .card__bg .card__content {
    padding: 15px;
    top: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__bg .card__content {
    padding: 15px;
    top: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__bg .card__content {
    padding: 20px;
  }
}
.card__bg .card__hiden-box {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s all ease;
}
@media (max-width: 426px) {
  .card__bg .card__hiden-box {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__bg .card__hiden-box {
    display: none;
  }
}
.card__bg .card__title {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__bg .card__title {
    font-size: 1.5rem;
  }
}
.card__bg .card__description {
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
}
.card__bg .card__icon {
  margin: 0 auto;
  width: 34px;
  margin-top: 15px;
}
.card__bg .btn__secondary {
  margin-top: 20px;
}
@media (max-width: 426px) {
  .card__bg--full .card__content {
    padding: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__bg--full .card__content {
    padding: 40px;
  }
}
@media (max-width: 426px) {
  .card__bg--full .card__img img {
    height: 428px;
    object-fit: cover;
    object-position: top;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__bg--full .card__img img {
    height: 428px;
    object-fit: cover;
    object-position: top;
  }
}
.card__bg--txt .card__auxi::before {
  background: rgb(27, 35, 43);
  background: -moz-linear-gradient(180deg, rgba(27, 35, 43, 0) 0%, rgba(27, 35, 43, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, rgba(27, 35, 43, 0) 0%, rgba(27, 35, 43, 0.8) 100%);
  background: linear-gradient(180deg, rgba(27, 35, 43, 0) 0%, rgba(27, 35, 43, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b232b",endColorstr="#1b232b",GradientType=1);
}
.card__bg--txt .card__content {
  padding: 20px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.card__bg--sm .card__img:before {
  background: #282828;
  background: -webkit-linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgb(40, 40, 40) 100%);
  background: -moz-linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgb(40, 40, 40) 100%);
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgb(40, 40, 40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828", endColorstr="#282828", GradientType=0);
}
.card__bg--sm .card__auxi:hover .card__img:before {
  background: rgba(35, 35, 35, 0.4);
}
.card__bg--sm .card__description {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.card__banner {
  position: relative;
  padding: 0;
}
.card__banner .card__auxi {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .card__banner .card__auxi {
    padding: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__banner .card__auxi {
    padding: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.card__banner .card__content {
  max-width: 700px;
  padding-right: 5vw;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 426px) {
  .card__banner .card__content {
    max-width: 100%;
    padding: 15px 20px 15px 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__banner .card__content {
    max-width: 100%;
    padding: 15px 20px 15px 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__banner .card__content {
    padding: 30px 4vw;
    max-width: 500px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__banner .card__content {
    max-width: 600px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .card__banner .card__content {
    max-width: 600px;
  }
}
.card__banner .card__title {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .card__banner .card__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__banner .card__title {
    font-size: 1.5rem;
  }
}
.card__banner .card__title a {
  color: #ffffff;
}
.card__banner .card__description {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 550px;
  text-transform: uppercase;
  font-family: "NunitoSans-Regular", sans-serif;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 426px) {
  .card__banner .card__description {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__banner .card__description {
    font-size: 1rem;
  }
}
.card__banner .btn__primary {
  height: auto;
  margin: 0;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .card__banner .btn__primary {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__banner .btn__primary {
    padding: 15px 20px;
    margin-top: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__banner .card__img img {
    height: 500px;
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
.card__banner--bg:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
  background: -webkit-linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.card__banner--bg::before {
  z-index: 1;
}
.card__event {
  background-color: #4e4d4d;
}
.card__event .card__content {
  padding: 20px;
}
.card__event .card__epig {
  color: #ffffff;
}
.card__event .card__title {
  font-size: 1.375rem;
  color: #ffffff;
  line-height: 1.2;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__event .card__description {
  color: #ffffff;
}
.card__event .btn__primary {
  margin-top: 0;
}
.card__event--sidebar .card__content {
  padding: 40px;
  background-color: #93bd26;
}
@media (max-width: 426px) {
  .card__event--sidebar .card__content {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__event--sidebar .card__content {
    padding: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__event--sidebar .card__content {
    padding: 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .card__event--sidebar .card__content {
    padding: 20px;
  }
}
.card__event--sidebar .btn {
  width: 100%;
}
.card__link {
  border: 1px solid #93bd26;
  transition: 0.3s all ease;
}
.card__link:hover {
  background-color: #93bd26;
}
.card__link .card__img {
  overflow: visible;
  width: auto;
}
.card__link .card__img img {
  width: 32px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__link .card__img img {
    width: 23px;
  }
}
.card__link .card__content {
  width: auto;
  gap: 20px;
  transition: 0.3s all ease;
  display: block;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.card__link .card__title {
  font-size: 1.125rem;
  color: #93bd26;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__link .card__description {
  font-size: 1rem;
  margin-top: 10px;
  color: #93bd26;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.card__link a {
  padding: 20px;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .card__link a {
    gap: 10px;
  }
}
@media (max-width: 426px) {
  .card__link--sm a {
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__link--sm a {
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.card__link--sm .card__title {
  margin-bottom: 0;
}
@media (max-width: 426px) {
  .card__link--sm .card__title {
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__link--sm .card__title {
    text-align: center;
  }
}
.card__result {
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.card__result .card__auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .card__result .card__auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__result .card__auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.card__result .card__content {
  padding: 30px;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 426px) {
  .card__result .card__content {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__result .card__content {
    padding: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__result .card__content {
    padding: 20px;
  }
}
.card__result .card__img {
  -webkit-flex: 0 1 45%;
  flex: 0 1 45%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .card__result .card__img {
    -webkit-flex: 0 1 70%;
    flex: 0 1 70%;
  }
}
.card__result .card__epig {
  color: #ffffff;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.card__result .card__title {
  color: #0F662A;
  font-size: 1.375rem;
  transition: 0.3s all ease;
}
.card__result .card__description {
  color: #4e4d4d;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.card__result:hover .card__title {
  color: #93bd26;
}
.card__media--video .card__img-icon {
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  width: 44px;
}
.card__media--img .card__img-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
}
.card__comment {
  padding: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.card__comment .card__title {
  font-size: 1.25rem;
  color: #4e4d4d;
  text-align: center;
  line-height: 1.2;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__comment .card__img {
  border-radius: 50%;
  overflow: hidden;
  width: 72px;
  height: 72px;
  margin: 20px auto 10px;
}
.card__comment .card__content {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card__comment .card__name {
  font-size: 0.9375rem;
  text-align: center;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__comment .card__caption {
  font-size: 0.875rem;
  color: #4e4d4d;
  margin-top: 5px;
  text-align: center;
  font-family: "NunitoSans-Regular", sans-serif;
  font-style: italic;
}
.card__comment .chip {
  margin-top: 20px;
}
.card__comment .btn {
  margin-top: 20px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.card__comment .btn__primary {
  min-width: auto;
}
.card__comment--lg .card__img {
  width: 120px;
  height: 120px;
}
.card__comment--lg .card__name {
  font-size: 1.125rem;
}
.card__testimonio {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.card__testimonio--landing {
  max-width: 1000px;
  margin: 0 auto;
}
.card__testimonio .card__icon {
  padding: 0;
  margin-bottom: 15px;
}
.card__testimonio .card__icon img {
  width: 50px;
}
.card__testimonio .card__title {
  font-size: 1.25rem;
  color: #4e4d4d;
  line-height: 1.3;
  font-family: "NunitoSans-Medium", sans-serif;
}
.card__testimonio .card__title--landing {
  font-size: 1.875rem;
}
.card__testimonio .card__description {
  font-size: 0.9375rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__testimonio .card__caption {
  margin-top: 15px;
  font-size: 0.9375rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Regular", sans-serif;
  font-style: italic;
}
.card__magazine {
  padding: 30px 35px;
}
.card__magazine .card__img {
  border-radius: 20px;
  overflow: hidden;
}
.card__magazine .card__content {
  text-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card__magazine .card__title {
  font-size: 1.25rem;
  text-align: center;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__magazine .card__caption {
  font-size: 0.8125rem;
  text-align: center;
  color: #4e4d4d;
  margin-top: 15px;
}
.card__magazine .btn__primary {
  min-width: auto;
  padding: 11px 20px;
}
.card__report {
  padding: 30px 35px;
}
.card__report .card__img {
  border-radius: 20px;
  overflow: hidden;
}
.card__report .card__content {
  margin-top: 15px;
}
.card__report .card__title {
  font-size: 1.25rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__report .card__description {
  font-size: 0.875rem;
  color: #4e4d4d;
  margin-top: 20px;
}
.card__report .card__description + .card__description {
  margin-top: 2px;
}
.card__price {
  border-radius: 20px;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.card__price .card__content {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card__price .card__number {
  font-size: 2.5rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Black", sans-serif;
}
.card__price .card__sufix {
  margin-left: 3px;
  font-size: 1.125rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
.card__price .card__title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.card__price .card__list {
  margin-top: 20px;
}
.card__price .card__caption {
  margin-top: 20px;
  font-size: 0.875rem;
  color: rgba(78, 77, 77, 0.4);
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  font-family: "NunitoSans-Black", sans-serif;
}
.card__price .btn__primary {
  width: 100%;
  max-width: 400px;
  margin-top: 15px;
}
.card__price--panel {
  padding: 20px;
}
.card__price--panel .btn__primary {
  text-decoration: none;
  color: #fff;
}
.card__price--panel .card__title {
  font-size: 1.25rem;
  text-align: center;
}
.card__price--panel .card__number {
  font-size: 1.5rem !important;
}
.card__price--highlight {
  background: linear-gradient(25deg, rgba(147, 189, 38, 0) 30%, rgba(147, 189, 38, 0.44) 100%);
}
.card__price--grad-cyan {
  background: linear-gradient(25deg, rgba(11, 170, 150, 0) 30%, rgba(11, 170, 150, 0.44) 100%);
}
.card__suscripcion {
  background: #dfecbe;
  position: fixed;
  max-width: 650px;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 426px) {
  .card__suscripcion {
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .card__suscripcion {
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 20px;
  }
}
.card__suscripcion .card__title {
  font-size: 1.5rem;
  color: #4e4d4d;
  font-family: "NunitoSans-Black", sans-serif;
}
.card__suscripcion .card__description {
  font-size: 1rem;
  color: #4e4d4d;
  margin-top: 12px;
}
.card__suscripcion.show {
  opacity: 1;
}
.card__suscripcion .form {
  margin: 0;
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  gap: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.card__suscripcion .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.card__suscripcion .btn__primary {
  margin-top: 0;
}
.card__suscripcion .btn {
  margin-top: 20px;
  gap: 10px;
}

.box__full {
  padding: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 426px) {
  .box__full {
    padding: 60px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full {
    padding: 60px 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__full {
    padding: 60px 15px;
  }
}
.box__full .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  display: block !important;
}
@media (max-width: 426px) {
  .box__full .bg-img {
    border-radius: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full .bg-img {
    border-radius: 0;
  }
}
.box__full .bg-img::before {
  content: "";
  background-color: rgba(16, 36, 84, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.box__full .auxi {
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .box__full .auxi {
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full .auxi {
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__full .auxi {
    max-width: 100%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.box__full .cont-tit {
  padding-right: 100px;
  text-align: left;
  margin-bottom: 70px;
  display: block;
}
@media (max-width: 426px) {
  .box__full .cont-tit {
    padding-right: 0;
    text-align: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full .cont-tit {
    padding-right: 0;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__full .cont-tit {
    padding-right: 0;
  }
}
.box__full .cont-tit .tit {
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px;
  font-size: 3.25rem;
  display: block;
}
.box__full .cont-tit .tit::after {
  content: none;
}
@media (max-width: 426px) {
  .box__full .cont-tit .tit {
    font-size: 2.375rem;
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full .cont-tit .tit {
    font-size: 2.375rem;
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__full .cont-tit .tit {
    max-width: 100%;
    font-size: 3.25rem;
  }
}
.box__full .cont-tit .baj {
  max-width: 700px;
  width: 100%;
  margin-left: 0;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .box__full .cont-tit .baj {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__full .cont-tit .baj {
    font-size: 1.25rem;
  }
}
.box__full .btn__main {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__full .btn__main {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.box__full .btn__sec {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.box__full .navbar-buttons__links > li {
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
}

.banner {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .banner {
    padding: 40px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .banner {
    padding: 40px 20px;
  }
}
.banner img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.banner__caption {
  text-align: center;
  font-size: 0.8125rem;
  color: #666666;
  margin-top: 10px;
}

.list a {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.list a:hover .list__title {
  color: #0F662A;
}
.list li + li {
  margin-top: 24px;
}
.list img {
  width: 40px;
}
.list__title {
  font-size: 1.125rem;
  color: #0F662A;
  transition: 0.3s all ease;
}
.list__detail {
  font-size: 0.75rem;
  margin-top: 4px;
  color: #0F662A;
}

.form {
  width: 100%;
  gap: 20px;
  margin: 0 auto;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .form {
    gap: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form {
    gap: 20px;
  }
}
.form__title {
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #4e4d4d;
  font-family: "NunitoSans-Bold", sans-serif;
}
.form__title--lg {
  font-size: 2.5rem;
  text-align: center;
  color: #0F662A;
  margin: 20px auto 30px;
}
@media (max-width: 426px) {
  .form__title--lg {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form__title--lg {
    font-size: 1.875rem;
  }
}
.form__title--md {
  font-size: 1.5rem;
  text-align: left;
  color: #4e4d4d;
  margin: 20px 0;
}
@media (max-width: 426px) {
  .form__title--md {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form__title--md {
    font-size: 1.25rem;
  }
}
.form__flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .form__flex {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.form__flex .form__checkbox {
  margin-bottom: 0;
}
.form__link {
  color: #0F662A;
  text-decoration: underline;
  font-size: 0.875rem;
  transition: 0.2s all ease;
}
.form__link:hover {
  color: #93bd26;
}
.form__register {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.form__register a {
  color: #0F662A;
  text-decoration: underline;
  transition: 0.2s all ease;
  font-family: "NunitoSans-Bold", sans-serif;
}
.form__register a:hover {
  color: #93bd26;
}
.form__group {
  position: relative;
}
.form__group label {
  color: #4e4d4d;
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
  font-family: "NunitoSans-Medium", sans-serif;
}
.form__group input, .form__group select, .form__group textarea {
  width: 100%;
  padding: 18px 20px;
  color: #0F662A;
  width: 100%;
  font-size: 0.9375rem;
  transition: 0.3s all ease;
  background-color: #ffffff;
  border: none;
  resize: none;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-family: "NunitoSans-Regular", sans-serif;
}
.form__group input::-webkit-input-placeholder, .form__group select::-webkit-input-placeholder, .form__group textarea::-webkit-input-placeholder {
  color: #4e4d4d;
}
.form__group input:-moz-placeholder, .form__group select:-moz-placeholder, .form__group textarea:-moz-placeholder {
  color: #4e4d4d;
}
.form__group input::-moz-placeholder, .form__group select::-moz-placeholder, .form__group textarea::-moz-placeholder {
  color: #4e4d4d;
}
.form__group input:-ms-input-placeholder, .form__group select:-ms-input-placeholder, .form__group textarea:-ms-input-placeholder {
  color: #4e4d4d;
}
.form__group input:focus, .form__group input:focus-visible, .form__group select:focus, .form__group select:focus-visible, .form__group textarea:focus, .form__group textarea:focus-visible {
  border-color: #0F662A;
  transition: 0.5s all ease;
  outline: none;
}
.form__group select {
  padding: 15px 20px;
  border-color: #d1d1d1;
  background-image: url("../../imag/v1/icon/ic-chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 15px;
  background-size: 24px;
}
.form__group textarea {
  border-radius: 16px;
}
.form__group--error input, .form__group--error select, .form__group--error textarea {
  border-color: #ff697e;
}
.form__group--icon input {
  padding-left: 45px;
}
.form__group--icon a {
  position: absolute;
  left: 15px;
  top: 38px;
}
.form__group--icon a img {
  width: 20px;
}
.form__group--password {
  position: relative;
}
.form__group--password .form__control {
  padding-right: 50px;
}
.form__group--password .toggle-password {
  position: absolute;
  right: 20px;
  top: 43px;
  width: 24px;
  height: 24px;
  background: url("../../imag/v1/icon/ic-eye.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.form__group--password .toggle-password.eye-slashed {
  background: url("../../imag/v1/icon/ic-eye-slashed.svg") no-repeat center;
  background-size: contain;
}
.form__group--password3col {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .form__group--password3col {
    grid-template-columns: 1fr;
  }
}
.form__group--password3col .form__group {
  position: relative;
}
.form__group--password3col .form__control {
  padding-right: 20px;
  padding-left: 20px;
}
.form__group--password3col .toggle-password {
  position: absolute;
  right: 20px;
  top: 43px;
  width: 24px;
  height: 24px;
  background: url("../../imag/v1/icon/ic-eye.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.form__group--password3col .toggle-password.eye-slashed {
  background: url("../../imag/v1/icon/ic-eye-slashed.svg") no-repeat center;
  background-size: contain;
}
.form__caption {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.3;
  text-align: left;
  margin-top: 4px;
}
.form__caption--error {
  color: #ff697e !important;
}
.form .__validator-alert {
  left: 0px;
  top: 0;
}
.form .__validator-alert span {
  position: relative;
  background: none;
  box-shadow: none;
  color: #ff697e;
  padding: 5px 0 0;
  width: 100%;
  font-size: 0.6875rem;
  line-height: 1.3;
  text-align: left;
  margin-top: 4px;
}
.form__checkbox {
  display: block;
  margin-bottom: 35px;
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form__checkbox .__validator-alert span {
  padding: 12px 0 0;
}
.form__checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form__checkbox label {
  position: relative;
  cursor: pointer;
  color: #666666;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.form__checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0F662A;
  border-radius: 2px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s all ease;
  position: relative;
  bottom: 0;
}
.form__checkbox label.is-checked:before {
  border-color: #0F662A;
  background-color: #0F662A;
}
.form__checkbox label.is-checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__checkbox a {
  color: #0F662A;
  text-decoration: underline;
  display: inline;
}
.form__checkbox-txt {
  line-height: 1.4;
  font-size: 0.875rem;
}
.form .msj p {
  text-align: center;
  color: #4e4d4d;
}
.form .btn {
  margin-top: 20px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.form .btn__primary {
  padding: 15px 20px;
  min-width: auto;
}
.form .d-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.form .d-flex .file {
  display: none;
}
.form .d-flex .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 0.75rem;
  vertical-align: middle;
  background-color: #ffffff;
  width: 100%;
  cursor: inherit;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .d-flex .btn-file {
  background-color: #0F662A;
  border: 1px solid #0F662A;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  padding: 14px 20px;
  transition: all 0.6s;
  color: #ffffff;
  font-size: 0.75rem;
  vertical-align: middle;
  margin-right: 0;
  cursor: pointer;
  width: 180px;
}
.form .d-flex .btn-file:hover {
  background: #0F662A;
  border-color: #0F662A;
  color: #ffffff;
}
.form .radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-family: sans-serif;
}
@media (max-width: 426px) {
  .form .radio {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form .radio {
    grid-template-columns: 1fr;
  }
}
.form .radio__content {
  gap: 5;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.form .radio__option {
  position: relative;
  /* estado activo */
}
.form .radio__option input[type=radio] {
  display: none;
}
.form .radio__option label {
  height: 100%;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: #4e4d4d;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /* hover opcional */
  /* círculo del radio button */
}
.form .radio__option label:hover {
  border-color: #0F662A;
  color: #0F662A;
}
.form .radio__option label:hover::before {
  border-color: #0F662A;
}
.form .radio__option label::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #666666;
  border-radius: 50%;
  margin-top: 2px;
  transition: all 0.2s ease;
}
.form .radio__option label .bold {
  font-size: 1rem;
}
.form .radio__option input[type=radio]:checked + label {
  background-color: #0F662A;
  color: #ffffff;
  border-color: #0F662A;
}
.form .radio__option input[type=radio]:checked + label::before {
  border-color: #ffffff;
  background: radial-gradient(#ffffff 0%, #ffffff 40%, transparent 45%);
}
.form .radio-simple {
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4e4d4d;
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.form .radio-simple label {
  cursor: pointer;
}
.form .radio-simple input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  margin-bottom: -3px;
  padding: 0;
}
.form .radio-simple input[type=radio]:checked {
  border-color: #0F662A;
  margin-bottom: -3px;
}
.form .radio-simple input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #0F662A;
  border-radius: 50%;
}
.form .radio-simple:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 102, 42, 0.2);
}

#suggestions {
  background-color: #ffffff;
  border: none !important;
  padding: 18px;
  margin-top: 5px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
#suggestions .suggestion-item {
  color: #4e4d4d;
}
#suggestions .suggestion-item + .suggestion-item {
  margin-top: 10px;
}

.table-responsive {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}
@media (min-width: 426px) and (max-width: 767px) {
  .table-responsive .table-responsive {
    padding: 20px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .table-responsive .table-responsive {
    padding: 20px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .table-responsive .table-responsive {
    padding: 20px 0;
  }
}

.table-custom {
  border-collapse: collapse;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.9;
  vertical-align: top;
  clear: both;
  margin: 20px auto;
  empty-cells: show;
  border: none;
  background: #ffffff;
  width: 1280px;
  font-style: normal;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .table-custom {
    font-size: 0.9375rem;
    width: 1000px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .table-custom {
    width: 1000px;
  }
}
.table-custom__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: "NunitoSans-Bold", sans-serif;
}
.table-custom__subtitle {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
}
.table-custom td {
  border-collapse: collapse;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 20px;
  vertical-align: middle;
  border-right: 1px solid rgba(27, 35, 43, 0.05);
  width: 25%;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .table-custom td {
    font-size: 0.9375rem;
  }
}
.table-custom td:last-child {
  border-right: 0;
}
.table-custom tr, .table-custom th {
  padding: 0;
}
.table-custom tr:last-child {
  border-bottom: 0;
}
.table-custom th {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-style: normal;
  font-weight: initial;
  background-color: #0F662A;
  width: 25%;
  font-family: "NunitoSans-Bold", sans-serif;
}
.table-custom th span {
  display: block;
}
.table-custom th a {
  color: #ffffff;
}
.table-custom a {
  border-bottom: none;
}
.table-custom thead {
  border-top: 1px solid #93bd26;
}
.table-custom tbody {
  padding: 20px;
}
.table-custom tr:first-child {
  border-top: none;
}
.table-custom tr:last-child {
  border-bottom: none;
}

.section-dual {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
  overflow: hidden;
}
.section-dual__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  z-index: 0;
}
.section-dual__content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 3rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(12px);
}
.section-dual__header {
  text-align: center;
  margin-bottom: 2rem;
}
.section-dual__title {
  font-size: 32px;
  font-weight: 700;
  color: #4e4d4d;
  font-family: "NunitoSans-Black", sans-serif;
}
.section-dual__body .CUERPO {
  padding: 0 !important;
  column-count: 2;
  column-gap: 3em;
}
@media (max-width: 1024px) {
  .section-dual__body .CUERPO {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .section-dual__body .CUERPO {
    column-count: 1;
  }
}
.section-dual__col {
  flex: 1 1 45%;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4e4d4d;
}
.section-dual__col strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-dual__content {
    padding: 2rem;
  }
  .section-dual__body {
    flex-direction: column;
  }
  .section-dual__col {
    flex: 1 1 100%;
  }
}

.section__layout {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}
.section__layout .section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  z-index: 0;
}
.section__layout .section__content {
  position: relative;
  z-index: 1;
}
.section__layout .section__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
}
.section__layout .stat__card {
  flex: 1 1 150px;
  min-width: 180px;
  max-width: 220px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  color: #93bd26;
  transition: transform 0.2s ease, background 0.2s ease;
  font-family: "NunitoSans-Black", sans-serif;
}
.section__layout .stat__number {
  font-size: 3.875rem;
  font-weight: 800;
  color: #93bd26;
  margin-bottom: 0.5rem;
}
.section__layout .stat__text {
  font-size: 1rem;
  line-height: 1.4;
  color: #0F662A;
  font-family: "NunitoSans-Medium", sans-serif;
}
@media (max-width: 768px) {
  .section__layout .section__stats {
    flex-direction: column;
    align-items: center;
  }
  .section__layout .stat__card {
    width: 80%;
    max-width: 320px;
  }
}

.account {
  width: 100%;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.account__title-band {
  width: 100%;
  padding: 20px 0;
  background-color: #0C4D20;
  margin-top: -1px;
}
.account__title-band .account__title {
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.account__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 767px) and (max-width: 991px) {
  .account__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 426px) {
  .account__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .account__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.account__layout .dropdown {
  background-color: #ffffff;
}
.account__layout .dropdown .dropdown__content {
  background-color: #ffffff;
}
.account__sidebar {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 260px;
  position: relative;
}
@media (max-width: 992px) {
  .account__sidebar {
    max-width: 100%;
    padding: 10px;
  }
  .account__sidebar .sidebar__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #4e4d4d;
    transition: background-color 0.3s ease;
  }
  .account__sidebar .sidebar__toggle:hover {
    background-color: #f0f0f0;
  }
  .account__sidebar .sidebar__toggle .sidebar__text-active {
    flex-grow: 1;
  }
  .account__sidebar .sidebar__toggle .sidebar__toggle-icon {
    width: 20px;
    height: 20px;
  }
  .account__sidebar .sidebar__dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .account__sidebar.is-open .sidebar__dropdown-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .account__sidebar .sidebar__toggle {
    display: none;
  }
}
.account__sidebar .sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account__sidebar .sidebar__item .sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #4e4d4d;
  font-size: 0.9375rem;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.account__sidebar .sidebar__item .sidebar__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.account__sidebar .sidebar__item .sidebar__link .sidebar__icon {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.account__sidebar .sidebar__item--active .sidebar__link {
  background-color: rgba(0, 0, 0, 0.05);
  color: #0F662A;
  font-weight: 600;
}
.account__sidebar .sidebar__item--active .sidebar__link .sidebar__icon {
  opacity: 1;
}
.account__sidebar .sidebar__item:hover .sidebar__link .sidebar__icon {
  opacity: 1;
}
.account__content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 426px) {
  .account__content {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .account__content {
    padding: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .account__content {
    padding: 20px;
  }
}
.account__content p:not(.form__caption--error) {
  line-height: 130%;
  color: #4e4d4d;
  margin-top: 20px;
}
.account__content a {
  text-decoration: underline;
  color: #0F662A;
}
.account__content .subscription__section {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.account__content .subscription__section h3 {
  color: #4e4d4d;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: "NunitoSans-Bold", sans-serif;
}
.account__content .subscription__section ul, .account__content .subscription__section li, .account__content .subscription__section p:not(.form__caption--error) {
  color: #4e4d4d;
  font-size: 1rem;
  line-height: 140%;
}
.account__content .subscription__section .btn {
  margin-top: 20px;
}
.account__content .subscription__section .lang {
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #4e4d4d;
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.account__content .subscription__section .lang input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  margin-bottom: -3px;
}
.account__content .subscription__section .lang input[type=radio]:checked {
  border-color: #0F662A;
  margin-bottom: -3px;
}
.account__content .subscription__section .lang input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #0F662A;
  border-radius: 50%;
}
.account__content .subscription__section .lang:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 102, 42, 0.2);
}
.account__content .subscription__section--full {
  padding: 0;
  border: 0;
  margin: 40px 0;
}
.account__content .pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
@media (max-width: 1440px) {
  .account__content .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .account__content .pricing__grid {
    grid-template-columns: 1fr;
  }
}
.account__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.account__edit-link {
  font-size: 0.9rem;
  color: #0F662A;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: opacity 0.2s;
}
.account__edit-link .icon-pencil {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.account__edit-link:hover {
  opacity: 0.7;
}
.account__avatar {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ddd;
}
@media (max-width: 426px) {
  .account__avatar {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .account__avatar {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .account__avatar {
    width: 80px;
    height: 80px;
  }
}
.account__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.account__name {
  font-size: 1.875rem;
  color: #0F662A;
  font-family: "NunitoSans-Bold", sans-serif;
}

.form__account .form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 426px) {
  .form__account .form__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form__account .form__grid {
    grid-template-columns: 1fr;
  }
}

.avobook-premium {
  background-color: #ffffff;
  padding: 60px 20px 20px 20px;
}
.avobook-premium .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.avobook-premium .title {
  font-size: 3.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "NunitoSans-Black", sans-serif;
  color: #0F662A;
}
.avobook-premium .subtitle {
  font-size: 16px;
  color: #4e4d4d;
  margin-bottom: 40px;
  margin-top: 40px;
}
.avobook-premium .cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.avobook-premium .card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.avobook-premium .card .icon {
  font-size: 24px;
  margin-bottom: 12px;
  width: 64px;
  height: 64px;
}
.avobook-premium .card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #4e4d4d;
  font-family: "NunitoSans-ExtraBold", sans-serif;
}
.avobook-premium .card p {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .avobook-premium .cards {
    gap: 16px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .avobook-premium .cards .card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0F662A;
  z-index: 1000;
  display: none;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 426px) {
  .bottom-bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bottom-bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.bottom-bar__button {
  padding: 10px;
  gap: 7px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
}
.bottom-bar img {
  width: 24px;
}
.bottom-bar__text {
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.3;
  font-family: "NunitoSans-Regular", sans-serif;
}

@media (max-width: 426px) {
  .menujq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
}
.menujq.open {
  max-height: 1000px;
}
.menujq > ul {
  margin-left: 0 !important;
  list-style: none;
}
.menujq > ul > li {
  list-style: none !important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.menujq > ul > li.active {
  border-color: #0F662A;
}
.menujq > ul > li.active .menujq__head:after {
  transform: rotate(180deg);
}
.menujq > ul > li:first-child > ul {
  display: block;
}
.menujq__head {
  position: relative;
  margin: 0;
  padding: 10px 50px 10px 20px;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menujq__head::before {
  content: "•";
  color: #93bd26;
  font-size: 2.1875rem;
  position: absolute;
  left: 0;
}
.menujq__head:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 21px;
  height: 21px;
  background-image: url("../../imag/v1/icon/chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  bottom: calc(50% - 12px);
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .menujq__head:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__head:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
.menujq__subtit {
  font-size: 0.9375rem;
  color: #0F662A;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menujq__item a {
  display: block;
  padding: 10px 20px;
  font-size: 0.8125rem;
  color: #0F662A;
  transition: 0.3s all ease;
  border-radius: 10px;
  line-height: 1.4;
}
.menujq__item + .menujq__item {
  margin-top: 15px;
}
.menujq__item.item-active a {
  background-color: #93bd26;
  color: #93bd26;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menujq__auxi {
  padding: 0 0 0 20px;
}
.menujq__auxi ul {
  display: block !important;
}
.menujq__description {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #93bd26;
}
.menujq .desplegable ul {
  list-style: none;
  background-color: #ffffff;
}
.menujq .desplegable ul li {
  list-style: none !important;
}
.menujq__comite {
  padding-top: 30px;
}
@media (max-width: 426px) {
  .menujq__comite {
    max-height: 100%;
    overflow: visible;
    transition: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__comite {
    max-height: 100%;
    overflow: visible;
    transition: none;
  }
}
.menujq__comite .menujq__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
}
@media (max-width: 426px) {
  .menujq__comite .menujq__head {
    padding: 10px 40px 10px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__comite .menujq__head {
    padding: 10px 40px 10px 10px;
  }
}
.menujq__comite .menujq__head::before {
  content: none;
}
.menujq__comite .menujq__head::after {
  width: 32px;
  height: 32px;
  background-image: url("../../imag/v1/icon/chevron-down-g.svg");
}
@media (max-width: 426px) {
  .menujq__comite .menujq__head::after {
    top: 27px;
    right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__comite .menujq__head::after {
    top: 27px;
    right: 0;
  }
}
.menujq__comite .menujq__subtit {
  font-size: 1rem;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menujq__comite .menujq__auxi {
  padding: 0 20px;
}
.menujq__comite > ul > li {
  margin-bottom: 25px;
}

/* Estilos para el botón */
.menu-toggle {
  display: none;
  cursor: pointer;
  color: #0F662A;
  max-width: 95%;
  width: 100%;
  padding: 12px 40px 12px 20px;
  border-radius: 10px;
  border: 1px solid #0F662A;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  position: relative;
}
@media (max-width: 426px) {
  .menu-toggle {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 21px;
  height: 21px;
  background-image: url("../../imag/v1/icon/chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  bottom: calc(50% - 12px);
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .menu-toggle:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-toggle:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
.menu-toggle.active::after {
  transform: rotate(-180deg);
}

.filter {
  padding: 10px 0 10px;
}
.filter select, .filter input {
  min-height: 56px;
  background-color: #ffffff;
  font-size: 1rem;
  border-radius: 3rem;
  border: none;
  color: #0F662A;
  font-family: "NunitoSans-Regular", sans-serif;
}
.filter select::placeholder, .filter input::placeholder {
  color: #0F662A;
}
.filter select::-webkit-input-placeholder, .filter input::-webkit-input-placeholder {
  color: #0F662A;
}
.filter select:-ms-input-placeholder, .filter input:-ms-input-placeholder {
  color: #0F662A;
}
.filter .auxi {
  padding: 20px 0 0px;
}
@media (max-width: 426px) {
  .filter .auxi {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter .auxi {
    padding: 20px;
  }
}
.filter button {
  min-height: 56px;
  background-color: #93bd26;
  font-size: 1rem;
  border-radius: 3rem;
  border: none;
  color: #ffffff;
  font-family: "NunitoSans-Regular", sans-serif;
  -webkit-flex: 0 1 200px;
  flex: 0 1 200px;
}
.filter button::placeholder {
  color: #ffffff;
}
.filter button::-webkit-input-placeholder {
  color: #ffffff;
}
.filter button:-ms-input-placeholder {
  color: #ffffff;
}
@media (max-width: 426px) {
  .filter button {
    max-width: 450px;
    max-height: 56px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter button {
    max-width: 450px;
    max-height: 56px;
    width: 100%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .filter button {
    padding: 15px;
    -webkit-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}
.filter__container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 426px) {
  .filter__container {
    gap: 15px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__container {
    gap: 15px;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .filter__container {
    gap: 20px;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .filter__container {
    gap: 20px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .filter__container {
    gap: 30px;
  }
}
.filter__select {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 340px;
  flex: 0 1 340px;
}
@media (max-width: 426px) {
  .filter__select {
    max-width: 450px;
    width: 100%;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__select {
    max-width: 450px;
    width: 100%;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .filter__select {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .filter__select {
    -webkit-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}
.filter__select select {
  background-image: url(../../imag/v1/icon/ic-chevron-down-b.svg);
  background-size: 24px;
  background-position: 93% 17px;
  padding-right: 50px;
  padding-left: 24px;
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 426px) {
  .filter__select select {
    width: 100%;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__select select {
    width: 100%;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.filter__date {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 426px) {
  .filter__date {
    width: 100%;
    gap: 15px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__date {
    width: 100%;
    gap: 15px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 426px) {
  .filter__group {
    max-width: 450px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__group {
    max-width: 450px;
    width: 100%;
  }
}
.filter__select::before, .filter__date::before {
  content: none;
  position: relative;
  height: 45px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 30px;
  margin-right: 30px;
  -webkit-flex: 0 0 1px;
  flex: 0 0 1px;
}
@media (max-width: 426px) {
  .filter__select::before, .filter__date::before {
    content: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter__select::before, .filter__date::before {
    content: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .filter__select::before, .filter__date::before {
    content: none;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .filter__select::before, .filter__date::before {
    content: none;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .filter__select::before, .filter__date::before {
    content: none;
  }
}
.filter__control, .filter__btn {
  padding: 15px 20px;
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.filter__control-label {
  color: #ffffff;
  font-size: 0.9375rem;
  margin-bottom: 6px;
  margin-left: 10px;
  display: block;
}
.filter .search {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex: 0 1 340px;
  flex: 0 1 340px;
}
@media (max-width: 426px) {
  .filter .search {
    width: 100%;
    max-width: 450px;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter .search {
    width: 100%;
    max-width: 450px;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .filter .search {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .filter .search {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .filter .search {
    -webkit-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}
@media (min-width: 1390px) and (max-width: 1440px) {
  .filter .search {
    -webkit-flex: 0 1 280px;
    flex: 0 1 280px;
  }
}
.filter .search__input {
  padding: 13px 24px;
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.filter .search__input::placeholder {
  color: #999999;
}
.filter .search__input::-webkit-input-placeholder {
  color: #999999;
}
.filter .search__input:-ms-input-placeholder {
  color: #999999;
}
@media (max-width: 426px) {
  .filter .search__input {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filter .search__input {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .filter .search__input {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.filter .search__button {
  background-color: #ffffff;
  padding: 16px;
  position: absolute;
  right: 5px;
  top: 0px;
  border-radius: 3rem;
}
.filter .search__button img {
  width: 24px;
}

.modal__icon {
  width: 70px;
  margin: 0 auto;
}
.modal__title {
  font-size: 1.625rem;
  color: #0F662A;
  text-align: center;
  line-height: 1.3;
  font-family: "NunitoSans-Bold", sans-serif;
}
.modal__description {
  margin-top: 30px;
  font-size: 1rem;
  color: #4e4d4d;
  text-align: center;
  line-height: 1.4;
  font-family: "NunitoSans-Regular", sans-serif;
}
.modal__list {
  padding: 20px;
  margin-top: 30px;
  background-color: #dafde2;
  padding-left: 30px;
  list-style-type: disc;
  border-radius: 14px;
}
.modal__list li {
  font-size: 0.875rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
.modal__list li + li {
  margin-top: 15px;
}
.modal__btns {
  margin-top: 40px;
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .modal__btns {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .modal__btns {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.modal__btns .btn__primary {
  min-height: 44px;
}
@media (max-width: 426px) {
  .modal__btns .btn__primary {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .modal__btns .btn__primary {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.modal__error {
  background-color: #fff4f4 !important;
}
.modal__error .modal__title {
  color: #dd2222;
}
.modal__error .modal__list {
  background-color: #ffe7e7;
}
.modal__error .modal__list li {
  color: #dd2222;
}
.modal #avatarPreview {
  margin: 20px auto;
}

/* MicroModal base styles */
.micromodal-slide {
  z-index: 100000;
  position: fixed;
}
.micromodal-slide.is-open {
  display: block;
}

.modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal__container {
  background: white;
  padding: 40px 30px;
  max-width: 540px;
  width: 92%;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("../../imag/v1/icon/ic-close-b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}

.submenu {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  margin-top: -70px;
  z-index: 10000;
  transition: all 0.3s ease;
}
@media (max-width: 426px) {
  .submenu {
    overflow-x: auto;
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .submenu {
    overflow-x: auto;
    margin-top: 0;
  }
}
.submenu .auxi {
  gap: 60px;
  border-radius: 20px;
  background-color: #4e4d4d;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .submenu .auxi {
    padding: 0 20px;
    border-radius: 0;
    gap: 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .submenu .auxi {
    padding: 0 20px;
    border-radius: 0;
    gap: 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .submenu .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .submenu .auxi {
    padding: 0 15px;
  }
}
@media (max-width: 426px) {
  .submenu + .mt-14 {
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .submenu + .mt-14 {
    margin-top: 0;
  }
}
.submenu.sticky {
  left: 0;
  right: 0;
  max-width: 100%;
  background-color: #4e4d4d;
}
.submenu.sticky .auxi {
  border-radius: 0;
}
.submenu.sticky .submenu__item {
  padding: 31px 0;
}
.submenu.sticky + .mt-14 {
  margin-top: 0;
}
.submenu__item {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  padding: 20px 0;
  transition: 0.3s all ease;
  font-family: "NunitoSans-Black", sans-serif;
}
@media (max-width: 426px) {
  .submenu__item {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .submenu__item {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.submenu__item:hover {
  opacity: 0.6;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("../../imag/v1/icon/chevron-down-n.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 13px;
  background-size: 28px;
}

.bg-int {
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}

.bg-white {
  background-color: #ffffff;
}

.bg-extralightgreen {
  background-color: rgba(15, 102, 42, 0.05);
}

.bg-extralightcyan {
  background-color: rgba(11, 170, 150, 0.05);
}

.bg-green {
  background-color: #0F662A;
}
.bg-green .block-head__title, .bg-green .block-head__description {
  color: #ffffff;
}
.bg-green.box__carousel .swiper-button-next, .bg-green.box__carousel .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-green.box__carousel .swiper-button-next {
  background-image: url("../../imag/v1/icon/ic-arrow-right-w.svg") !important;
}
.bg-green.box__carousel .swiper-button-prev {
  background-image: url("../../imag/v1/icon/ic-arrow-left-w.svg") !important;
}
.bg-green.box__carousel .swiper-pagination-bullet, .bg-green.box__carousel .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.bg-dark-green {
  background-color: #0c4d20;
  margin-top: 0;
}
.bg-dark-green .bg-int {
  opacity: 0.08;
}

body.contraste {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.contraste *, body.contraste article, body.contraste section, body.contraste .form-group .form-control {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body.contraste.home .header .auxi, body.contraste.home .cont-access, body.contraste.home .menu-btn, body.contraste .menu_responsive .menu-btn:checked ~ .menu-icon .navicon, body.contraste .menu-responsive .cont-logo img, body.contraste .menu-responsive .cont-logo,
body.contraste .card__art .art__auxi .cont-btn, body.contraste .menu-responsive .menu-icon, body.contraste .switch__desktop.checked .light-txt, body.contraste .auxi, body.contraste .destacado .swiper-pagination-bullet, body.contraste .cont__row, body.contraste .header.sticky .acc-cont,
body.contraste .menu-responsive.active, body.contraste section .auxi > .cont-btn, body.contraste .dest-main .swiper.swiper-1 .swiper-pagination-bullets, body.contraste .downloads .auxi ul li a, body.contraste .acc-cont .cont-access, body.contraste .switch__desktop.checked .light-txt,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper.active .input-holder .search-icon, body.contraste .card__bg .cont-txt, body.contraste .card__bg .cont-btn, body.contraste .header .item-icon.search-cont .search-wrapper, body.contraste .hero__content,
body.contraste .hero .btn, body.contraste .card__color .card__title, body.contraste .card__color .card__description, body.contraste .hero .swiper-pagination, body.contraste .btn-icon__title, body.contraste .btn-icon__icon, body.contraste .btn-icon__icon img, body.contraste .hero__row, body.contraste .card__color .btn-group,
body.contraste .card__icon, body.contraste .card__icon img, body.contraste .btn__secondary, body.contraste .card .list, body.contraste .card .list li, body.contraste .card .list li a, body.contraste .card .list .list__content, body.contraste .card .list .list__title, body.contraste .card .list .list__detail,
body.contraste .menu-responsive .menu, body.contraste .menu-responsive .menu__links, body.contraste .menu-responsive .top-bar .btns-sec .icon img, body.contraste .form__group label, body.contraste .footer__social a img, body.contraste .header__txt, body.contraste .header__contact--blue img,
body.contraste .card__img, body.contraste .card__img img, body.contraste .card__bg .card__content, body.contraste .hero__content, body.contraste .card__color .card__title, body.contraste .card__color .card__description, body.contraste #return-to-top img, body.contraste .enc-main__banner .enc-main__content,
body.contraste .card__video .card__content, body.contraste .box__arts--bg .row, body.contraste .menu-responsive .menu__search button, body.contraste .menu-responsive .menu__search button img,
body.contraste .header .item-icon.search-cont .search-wrapper .input-holder .search-icon, body.contraste .enc-main__content {
  background: none !important;
}
body.contraste .menu-responsive .cont-logo, body.contraste .menu_responsive .menu-icon .navicon, body.contraste .menu_responsive .menu-icon .navicon:before, body.contraste .menu_responsive .menu-icon .navicon:after,
body.contraste .menu-responsive .top-bar .btns-sec .open-btn img,
body.contraste .header .nav .nav_cont .search-cont .search-wrapper .close:before, body.contraste .swiper-pagination-bullet-active, body.contraste .swiper-pagination .swiper-pagination-bullet-active,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .close:before, body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .close:after, body.contraste .menu-responsive .cont-search button img, body.contraste.formulario .d-flex .btn, body.contraste .step-bar li.active .img-wrap, body.contraste .step-bar li.active:before, body.contraste .wp-pagenavi span.pag_actual, body.contraste .wp-pagenavi span.actual,
body.contraste .box__carousel .swiper-button-prev, body.contraste .box__carousel .swiper-button-next, body.contraste .menu-responsive .top-bar .menu-icon .navicon:before, body.contraste .menu-responsive .top-bar .menu-icon .navicon:after, body.contraste .menu-responsive .top-bar .menu-icon .navicon,
body.contraste .switch .slider:before, body.contraste .card .list li img, body.contraste .phones-box__head .close-btn, body.contraste .menu-responsive .top-bar .btns-sec .icon, body.contraste #return-to-top, body.contraste .swiper-pagination-bullet, body.contraste .menu-responsive .menu__search button {
  background-color: #ffffff !important;
}
body.contraste .header__links .sub-menu, body.contraste .header__links > li.desp:hover > a, body.contraste .header__links .sub-menu__row, body.contraste .header__links .sub-menu__row li, body.contraste .header__links .sub-menu__row li a,
body.contraste .header__links .sub-menu__title, body.contraste .header__links .sub-menu__row .sub-menu__content, body.contraste .card__txt .card__pill, body.contraste .card__color .card__content, body.contraste .btn-icon:hover, body.contraste .inner-nav-container .inner-nav .pill.active a,
body.contraste .form__group input, body.contraste .form__group select, body.contraste .form__group textarea, body.contraste .header__contact--blue, body.contraste .header__contact--blue a, body.contraste .card__map .card__content, body.contraste .card__map .card__content *,
body.contraste .card__map .horarios, body.contraste .card__map .horarios *, body.contraste .table-result th {
  background-color: #000000 !important;
}
body.contraste a, body.contraste p, body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h4, body.contraste input::placeholder, body.contraste .breadcrumbs .breadcrumb a, body.contraste .breadcrumbs .breadcrumb:last-child, body.contraste .form-container.auxi > .auxi .link_back {
  color: #ffffff !important;
}
body.contraste .header .sec-navbar .cont-links .cont-search input, body.contraste .cont-select .auxi form select, body.contraste .form .d-flex .btn-file, body.contraste.formulario .auxi .cont-form form .form-group select, body.contraste.formulario .auxi .cont-form form .form-group input,
body.contraste .btn__main, body.contraste .btn__sec, body.contraste .switch .slider.round, body.contraste .acc-cont .cont-access, body.contraste .menu-responsive .cont-search input, body.contraste .acc-cont.active,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .input-holder .search-input, body.contraste.articulo .anclas .subtitulos a, body.contraste .tags__item,
body.contraste .box__auxi .card__art .card__auxi, body.contraste .card__art.card__bg, body.contraste .card__art .art__auxi .cont-btn .btn__sec, body.contraste .card__art .art__auxi, body.contraste .card__art .art__auxi .cont-btn .btn__main,
body.contraste .form-container.auxi > .auxi .link_back, body.contraste .menu-responsive .menu .btn__main, body.contraste .menu-responsive .menu .btn__tert, body.contraste .tags__tag, body.contraste .menujq__head, body.contraste .card__txt--color .card__content,
body.contraste .header__links .desp__int .sub-menu__int, body.contraste .header__links .desp__int:hover > a, body.contraste .btn__primary, body.contraste .table-custom th, body.contraste .table-custom td, body.contraste .card__link,
body.contraste .menu-responsive .menu__links .main-link__btn, body.contraste .menu-responsive .menujq .desplegable ul, body.contraste .menu-responsive .menu__search input, body.contraste .header__links .sub-menu,
body.contraste .header .item-icon.search-cont .search-wrapper .input-holder .search-input, body.contraste .CUERPO .table-ugm thead th, body.contraste .CUERPO .table-ugm td, body.contraste .form .d-flex .file-name,
body.contraste .header__links .megamenu, body.contraste .card, body.contraste .form__group input, body.contraste .form__group select, body.contraste .form__group textarea {
  border: 1px solid #ffffff !important;
}
body.contraste .destacado .swiper-pagination .swiper-pagination-bullet, body.contraste .header__links .desp__int > a {
  border: 1px solid #000000 !important;
}
body.contraste .header .sec-navbar .cont-links .cont-search button, body.contraste .menu-responsive .menu-btn:checked ~ .menu-icon .navicon, body.contraste .breadcrumbs, body.contraste .destacado .swiper-pagination,
body.contraste .header .sec-navbar .cont-access li a, body.contraste .switch__desktop.checked .dark-txt, body.contraste .btn__secondary .icon, body.contraste .btn__primary .icon, body.contraste .card .btn__primary,
body.contraste .phones-box__head .close-btn img, body.contraste .menu-responsive .top-bar .menu-icon .navicon {
  background-color: initial !important;
}
body.contraste.inter .item.destacado .cont-txt, body.contraste .acc-holder .cont-access, body.contraste .table-result thead, body.contraste .menu-responsive .accordionItemContent li a {
  border: none !important;
}
body.contraste .faq .row .cont-tabs ul li a:not(.inactive), body.contraste.formulario .d-flex .btn, body.contraste .wp-pagenavi span.pag_actual, body.contraste .wp-pagenavi span.actual {
  color: #000000 !important;
}
body.contraste .header__links .sub-menu__row li a:hover {
  background-color: #000000 !important;
}
body.contraste .menu-responsive, body.contraste .header__top, body.contraste .header {
  border-bottom: 1px solid #ffffff;
}
body.contraste .footer, body.contraste .menu_bar, body.contraste .block-tabs .tab-btns a, body.contraste .bottom-bar, body.contraste .alert__cookies {
  border-top: 1px solid #ffffff;
}
body.contraste .header__links .sub-menu__int, body.contraste .header__links .sub-menu__mega {
  border-top: 0 !important;
}
body.contraste .header__links .desp__int:hover > a {
  border-bottom: 0;
}
body.contraste .header__links .sub-menu__mega {
  border-left: 0 !important;
  border-right: 0 !important;
}
body.contraste .header .item-icon .ic-access {
  background-image: url(../../imag/v1/icon/ic-access-w.svg);
}
body.contraste .header .item-icon .ic-access.change {
  background-image: url(../../imag/v1/icon/ic-close-w.svg);
}
body.contraste .form__group select, body.contraste .filter__select select {
  background-image: url(../../imag/v1/icon/chevron-down-w.svg);
}
body.contraste .menu-responsive .menujq__head::after {
  background-image: url(../../imag/v1/icon/chevron-down-w.svg);
}
body.contraste .header .item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search {
  background-image: url("../../imag/v1/icon/ic-search-w.svg") !important;
}
body.contraste .switch__desktop.checked .dark-txt {
  color: #3D434D !important;
}
body.contraste .navbar__btns .item-icon .ic-access:not(.change) {
  background-color: #ffffff !important;
  border-radius: 50%;
}
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper.active .input-holder .search-icon.btn .ic-search {
  background-image: url(../../imag/v1/icon/ic_search_d_w.svg);
}
body.contraste .header__nav .navbar__links > li.desp > a {
  background-image: url(../../imag/v1/icon/chevron_down_w.svg);
  background-size: 16px;
}
body.contraste .btn__primary--blur {
  background-color: rgba(255, 255, 255, 0.2);
}
body.contraste .txt-light {
  display: none;
}
body.contraste .txt-dark {
  display: block !important;
}

.wp-pagenavi {
  font-size: 0.9375rem;
  font-family: "NunitoSans-Regular", sans-serif;
  margin: 50px 0 0;
  padding: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .wp-pagenavi {
    padding: 0;
    margin-top: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi {
    padding: 0;
    margin-top: 40px;
  }
}
.wp-pagenavi a {
  padding: 14px 18px;
  margin-right: 10px;
  transition: 0.2s all ease;
  display: block;
  border-radius: 12px;
  color: #0F662A;
  background-color: #ffffff;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .wp-pagenavi a {
    padding: 12px 16px;
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi a {
    padding: 12px 16px;
    margin-right: 5px;
  }
}
.wp-pagenavi a:hover {
  background-color: #93bd26;
  color: #ffffff;
}
.wp-pagenavi a.page {
  margin-right: 17px;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 15px 20px;
  margin-right: 10px;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .wp-pagenavi span {
    padding: 12px 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi span {
    padding: 12px 16px;
  }
}

.wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
  color: #ffffff;
  background-color: #0F662A;
  border-radius: 12px;
}

.menujq > ul > li > ul {
  display: none;
}

.breadcrumbs {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: "NunitoSans-Regular", sans-serif;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.breadcrumbs .breadcrumb:after {
  content: "";
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 16px;
  height: 16px;
  background-image: url("../../imag/v1/icon/ic-chevron-r-w.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  opacity: 0.4;
  margin-left: 6px;
  margin-right: 5px;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumbs .breadcrumb a {
  color: #ffffff;
  transition: 0.3s all ease;
  text-decoration: none;
}
.breadcrumbs .breadcrumb a:hover {
  color: #93bd26;
}

.chart-container {
  height: 450px;
}

.bg-blue .apexcharts-text, .bg-blue .apexcharts-title-text, .bg-blue .apexcharts-menu-icon svg {
  fill: #ffffff;
}
.bg-blue .apexcharts-legend-text {
  color: #ffffff !important;
}

.wrap-car {
  position: relative;
}
.wrap-car .swiper-5 {
  margin: 0 50px;
  position: initial;
}
@media (max-width: 426px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
.wrap-car .swiper-5 .swiper-slide {
  width: 220px;
  height: inherit !important;
}
.wrap-car .swiper-5 .swiper-button-prev, .wrap-car .swiper-5 .swiper-button-next {
  top: calc(50% - 35px);
}

.swiper-container {
  position: static;
  max-width: 92%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 426px) {
  .swiper-container {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-container {
    max-width: 100%;
  }
}
.swiper-container.swiper-6 {
  max-width: 100%;
  padding: 0 2px;
}

.swiper {
  padding: 24px 0;
}
@media (max-width: 426px) {
  .swiper {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper {
    padding: 0 !important;
  }
}
.box__carousel .swiper-1sl .swiper-button-disabled {
  opacity: 0 !important;
}

.prod-content {
  position: relative;
  overflow: hidden;
}
.prod-content .swiper-slide {
  height: auto !important;
  margin-bottom: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 426px) {
  .prod-content .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .prod-content .swiper-slide {
    width: 60%;
  }
}
.prod-content .swiper-slide .card__art {
  margin-bottom: 0;
}

.swiper-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch !important;
  -moz-box-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
  height: auto !important;
}

.swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: auto !important;
}
.swiper-slide .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.swiper-slide + .swiper-slide {
  margin-top: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
  margin-top: -40px !important;
}
@media (max-width: 426px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  min-height: 19px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .swiper-pagination {
    bottom: 40px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-pagination {
    bottom: 40px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #4e4d4d;
  height: 12px;
  width: 12px;
  margin: 0 5px !important;
  transition: 0.2s all ease;
  border-radius: 50%;
  opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4e4d4d;
  opacity: 1;
  width: 19px;
  height: 19px;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-position: center;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.articulo .mySwiper2 .swiper-slide {
  background-color: #4e4d4d;
}
body.articulo .mySwiper2 .swiper-slide img {
  max-height: 550px;
  max-width: 748px;
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}
body.articulo .mySwiper .swiper-slide {
  background-color: #4e4d4d;
}
body.articulo .mySwiper .swiper-slide img {
  max-height: 70px;
  max-width: 116px;
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 426px) {
  body.articulo .mySwiper .swiper-slide img {
    max-height: 30px;
    max-width: 55px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.articulo .mySwiper .swiper-slide img {
    max-height: 40px;
    max-width: 65px;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body.articulo .mySwiper .swiper-slide img {
    max-height: 60px;
    max-width: 98px;
  }
}
body.articulo .swiper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 426px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.articulo .swiper {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
body.articulo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
body.articulo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
body.articulo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
body.articulo .swiper-pointer-events {
  touch-action: pan-y;
}
body.articulo .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px 0 !important;
  z-index: 1;
  position: relative;
}
body.articulo .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body.articulo .swiper-android .swiper-slide, body.articulo .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body.articulo .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body.articulo .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.articulo .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.box__arts .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-left: -20px;
  gap: 20px 0;
}
@media (max-width: 426px) {
  .box__arts .row {
    gap: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts .row {
    gap: 0;
  }
}
.box__arts .row .col {
  border-left-width: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.box__arts {
  padding: 60px 0 0;
}
@media (max-width: 426px) {
  .box__arts {
    padding: 30px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts {
    padding: 30px 0 0;
  }
}

body:not(.home, .port-int) .header {
  position: relative;
  padding: 0;
}
body:not(.home, .port-int) .header.sticky {
  position: fixed;
}
body:not(.home, .port-int) .header__cont {
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}

.header {
  padding: 0;
  position: fixed;
  z-index: 1001;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px;
}
@media (max-width: 426px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header {
    padding: 0;
  }
}
.header .auxi {
  transition: 0.2s all ease;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .auxi {
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .header .auxi {
    padding: 20px 15px;
  }
}
.header .desktop {
  padding: 20px 20px 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .desktop {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .header .desktop {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .mobile {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .header .mobile {
    display: block !important;
  }
}
.header.sticky {
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  background-color: #0F662A;
  z-index: 1001;
  padding: 0;
  background-color: #ffffff;
}
.header.sticky .header__cont {
  background: none;
  border-radius: 0;
}
.header.sticky .header__bottom {
  padding-top: 0;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header.sticky .header__bottom {
    padding-top: 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header.sticky .header__bottom {
    padding-top: 0;
  }
}
.header.sticky .header__links .sub a {
  padding-top: 0;
  padding-bottom: 0;
}
.header.sticky .header__logo img {
  width: 120px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header.sticky .header__logo img {
    width: 100px;
  }
}
.header.sticky .header__btns .desp {
  padding-bottom: 30px;
}
.header.sticky .header__btns .access-top {
  padding-bottom: 20px;
}
.header.sticky .item-icon.search-cont .search-icon.ic span {
  position: relative;
}
.header.sticky .menu-responsive.active .navbar__links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header.sticky .menu-responsive .navbar__links {
  display: none;
}
.header.scrolled {
  position: relative;
}
.header__cont {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
@media (max-width: 426px) {
  .header__cont {
    background: none;
    border-radius: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header__cont {
    background: none;
    border-radius: 0;
  }
}
.header__btn-group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header__group {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__group {
    gap: 8px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header__group {
    gap: 10px;
  }
}
.header__btns {
  gap: 20px;
  margin-top: 3px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__btns {
    gap: 8px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header__btns {
    gap: 10px;
  }
}
.header__btns.header__links {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__btns .desp, .header__btns .access-top {
  padding-bottom: 30px;
}
.header__btns .item-icon.search-cont {
  margin-bottom: 30px;
}
.header__btns .btn__primary {
  padding: 8px 10px;
  font-size: 0.8125rem;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__btns .btn__primary {
    font-size: 0.875rem;
    padding: 8px 10px;
    margin-right: 0;
  }
}
.header__btns .btn__primary span {
  width: 15px;
}
.header__btns .megamenu {
  max-width: 250px !important;
}
.header__bottom {
  transition: 0.3s all ease;
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.header__bottom .btn__primary {
  white-space: nowrap;
  min-width: auto;
}
.header__bottom .btn__primary .icon__right {
  margin-left: 2px;
}
.header__logo {
  transition: 0.3s all ease;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__logo {
    -webkit-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}
.header__logo a {
  transition: 0.3s all ease;
}
.header__logo img {
  transition: 0.3s all ease;
}
.header .header__links--sec {
  align-items: center;
  list-style: none;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .header__links--sec .sub a {
  color: #4e4d4d;
  text-decoration: none;
  padding: 0 14px;
  font-family: "NunitoSans-Regular", sans-serif;
  display: flex;
}
.header .header__links--sec .sub a:hover {
  color: #93bd26;
}
.header .header__links--sec .sub .dropdown__content {
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 426px) {
  .header .header__links--sec .sub .dropdown__content {
    width: 100%;
    box-shadow: none;
    background-color: rgba(15, 102, 42, 0.05);
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .header__links--sec .sub .dropdown__content {
    width: 100%;
    box-shadow: none;
    background-color: rgba(15, 102, 42, 0.05);
    position: relative;
  }
}
.header .header__links--sec .sub .dropdown__content.show {
  max-height: 500px;
  opacity: 1;
}
.header .header__links--sec .sub .dropdown__content a {
  padding: 5px 20px;
  font-size: 12px;
}
.header .header__links--sec .sub .dropdown__content a:first-child {
  padding: 20px 20px 5px;
}
.header .header__links--sec .sub .dropdown__content a:last-child {
  padding: 5px 20px 20px;
}
.header .header__links--sec .sub .dropdown__content a:hover {
  background-color: transparent !important;
}
.header__links {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__links {
    gap: 5px;
  }
}
.header__links .desp:hover .megamenu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header__links > li:last-child a {
  margin-right: 0;
}
.header__links > li:hover .megamenu {
  display: grid;
}
.header__links > li > a {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  margin-right: 0;
  line-height: 1.3;
  color: #4e4d4d;
  padding: 0 10px 0;
  position: relative;
  transition: 0.3s all ease;
  font-family: "NunitoSans-Bold", sans-serif;
}
.header__links > li > a:hover {
  color: #93bd26;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__links > li > a {
    font-size: 0.9375rem;
    padding: 0 10px 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header__links > li > a {
    font-size: 0.875rem;
    padding: 0 10px 0;
  }
}
.header__links > li > a.selected {
  font-family: "NunitoSans-Regular", sans-serif;
}
.header__links > li.desp > a {
  padding-right: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 95% 2px;
  background-size: 17px;
  background-image: url("../../imag/v1/icon/ic-chevron-down-b.svg");
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__links > li.desp > a {
    padding-right: 24px;
    background-size: 15px;
  }
}
.header__links > li.desp__sm {
  position: relative;
}
.header__links .megamenu {
  display: none;
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  width: 100%;
  top: 82%;
  padding-top: 21px;
}
.header__links .megamenu__auxi {
  padding: 40px 3vw;
  background: #f3f7f4;
  transition: 0.2s all ease;
  gap: 40px;
  border-radius: 16px;
  gap: 40px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__links .megamenu__auxi {
    gap: 5px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header__links .megamenu__auxi {
    gap: 10px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .header__links .megamenu__auxi {
    gap: 20px;
  }
}
.header__links .megamenu__head {
  padding: 30px;
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
}
.header__links .megamenu__title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "NunitoSans-Bold", sans-serif;
}
.header__links .megamenu__description {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 20px;
}
.header__links .megamenu__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
}
.header__links .megamenu .btn {
  gap: 10px;
  margin-top: 30px;
}
.header__links .megamenu .btn__primary--xs {
  margin-top: 20px;
  padding: 8px 15px;
}
.header__links .megamenu .card__report {
  padding: 26px;
  box-shadow: none;
}
.header__links .megamenu .card__report .card__img {
  border-radius: 12px;
  overflow: hidden;
  max-width: 100px;
  margin: 0 auto;
}
.header__links .megamenu .card__report .card__title {
  font-size: 1rem;
  text-align: center;
}
.header__links .megamenu .card__report .card__content {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__links .megamenu .card__white .card__title {
  font-size: 1rem;
}
.header__links .megamenu .card__white .card__content {
  padding: 20px;
}
.header__links .megamenu .card__comment .card__title {
  font-size: 1rem;
  margin-top: 10px;
}
.header__links .megamenu .card__comment .btn {
  margin-top: 20px;
}
.header__links .megamenu .card__comment .btn__primary {
  margin-top: 0;
}
.header__links .megamenu .card__magazine .card__title {
  font-size: 1.125rem;
}
.header__links .megamenu .card__magazine .card__img {
  max-width: 150px;
  margin: 0 auto;
}
.header__links .megamenu .card__event .card__title {
  font-size: 1.125rem;
}
.header__links .megamenu .card__event .card__info {
  padding: 15px 0;
  margin: 15px 0;
}
.header__links .megamenu .card__event .btn__primary--xs {
  margin-top: 5px;
}
.header__links--sec {
  gap: 40px;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header__links--sec {
    gap: 10px;
  }
}
.header__links--sec li a {
  font-size: 0.875rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
.header .item-icon {
  position: relative;
}
.header .item-icon a span {
  transform: none !important;
}
.header .item-icon a::before, .header .item-icon a:after {
  content: none;
}
.header .item-icon a img {
  width: 24px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .item-icon a img {
    width: 20px;
  }
}
.header .item-icon .ic-access {
  display: inline-block;
  background-image: url("../../imag/v1/icon/ic-access.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transition: 0.2s all ease;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .item-icon .ic-access {
    width: 28px;
    height: 28px;
  }
}
.header .item-icon .ic-access.change {
  background-image: url("../../imag/v1/icon/ic-close-b.svg");
}
.header .item-icon.search-cont {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .item-icon.search-cont {
    margin-left: 0;
  }
}
.header .item-icon.search-cont .search-wrapper {
  position: absolute;
  right: 0;
}
.header .item-icon.search-cont .search-wrapper.active .close {
  right: -15px;
  opacity: 1;
  transform: rotate(-45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
}
.header .item-icon.search-cont .search-wrapper.active .input-holder {
  width: 22vw;
  margin-right: 15px;
  border: none;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  background: #fff;
  border-radius: 15px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .item-icon.search-cont .search-wrapper.active .input-holder {
    width: 30vw;
  }
}
.header .item-icon.search-cont .search-wrapper.active .input-holder .search-input {
  opacity: 1;
  padding: 12px 30px;
  outline: none;
  color: #0F662A;
}
.header .item-icon.search-cont .search-wrapper.active .input-holder .search-icon {
  border: none;
}
.header .item-icon.search-cont .search-wrapper.active .input-holder .search-icon.btn {
  padding: 10px 20px;
  top: 0;
  display: block;
}
.header .item-icon.search-cont .search-wrapper.active .input-holder .search-icon.btn .ic-search {
  background-image: url("../../imag/v1/icon/ic-search-b.svg");
}
.header .item-icon.search-cont .search-wrapper.active .input-holder .search-icon.ic {
  display: none;
}
.header .item-icon.search-cont .search-wrapper .close {
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: 5px;
  right: 10px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
  margin-top: 0;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
}
.header .item-icon.search-cont .search-wrapper .close::before {
  width: 2px;
  height: 20px;
  left: 3px;
  top: -5px;
}
.header .item-icon.search-cont .search-wrapper .close::after {
  width: 20px;
  height: 2px;
  left: -6px;
  top: 4px;
}
.header .item-icon.search-cont .search-wrapper .input-holder {
  top: -7px;
  height: 45px;
  width: 32px;
  right: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-input {
  width: 100%;
  opacity: 0;
  position: absolute;
  background: transparent;
  border: none;
  background-color: #ffffff;
  border-radius: 16px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  height: 100%;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-input:focus {
  outline: none;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-input::placeholder {
  color: #000000;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-input::-webkit-input-placeholder {
  color: #000000;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-input:-ms-input-placeholder {
  color: #000000;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-icon {
  top: 11px;
  font-size: 1.25rem;
  border: none;
  border-radius: 6px;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../../imag/v1/icon/ic-search-b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.header .item-icon.search-cont .search-wrapper .close:before, .header .item-icon.search-cont .search-wrapper .close:after {
  position: absolute;
  content: "";
  background: #4e4d4d;
}
.header .item-icon.search-cont .search-icon.btn {
  display: none;
}
.header .item-icon.search-cont .search-icon.ic {
  text-align: center;
}
.header .dropdown__user .dropdown__content {
  right: 0;
}

.acc-cont {
  position: absolute;
  right: 38px;
  top: -50%;
  width: 0;
  background-color: #0F662A;
  transition: 0.2s all ease;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  border-radius: 16px;
}
.acc-cont.active {
  width: 190px;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.acc-cont .cont-access {
  padding: 10px 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.acc-cont .cont-access li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acc-cont .cont-access li .acc-icon {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease;
}
.acc-cont .cont-access li .ic-text-lg {
  background-image: url("../../imag/v1/icon/ic_text_l.svg");
}
.acc-cont .cont-access li .ic-text-sm {
  background-image: url("../../imag/v1/icon/ic_text_s.svg");
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 25px;
  margin-left: 30px;
}
.switch.desktop {
  position: absolute;
  top: 33vh;
  left: 10px;
  z-index: 10;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #93bd26;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 5px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -34px;
  bottom: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  background-image: url("../../imag/v1/icon/ic-sun-w.svg");
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #0F662A;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.switch input:checked + .slider::after {
  background-image: url("../../imag/v1/icon/ic-moon.svg");
}

.dropdown {
  position: relative;
}
@media (max-width: 426px) {
  .dropdown {
    width: 100%;
    border-radius: 12px;
    background-color: rgba(15, 102, 42, 0.05);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown {
    width: 100%;
    border-radius: 12px;
    background-color: rgba(15, 102, 42, 0.05);
  }
}
.dropdown__btn {
  color: #4e4d4d;
  padding: 8px 10px;
  font-size: 0.8125rem;
  border: none;
  cursor: pointer;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .dropdown__btn {
    width: 100%;
    font-size: 1rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown__btn {
    width: 100%;
    font-size: 1rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.dropdown__btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../../imag/v1/icon/ic-chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.dropdown__btn img {
  width: 16px;
}
.dropdown__btn--micuenta {
  font-size: 1rem;
  width: 100%;
  position: relative;
  min-width: 200px;
  max-width: 300px;
}
.dropdown__btn--micuenta::after {
  position: absolute;
  right: 15px;
}
.dropdown .dropdown__btn--drop {
  font-size: 1.25rem;
  font-family: "NunitoSans-ExtraBold", sans-serif;
}
.dropdown .dropdown__btn--drop::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../imag/v1/icon/ic-chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.dropdown__content {
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 426px) {
  .dropdown__content {
    width: 100%;
    box-shadow: none;
    background-color: rgba(15, 102, 42, 0.05);
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown__content {
    width: 100%;
    box-shadow: none;
    background-color: rgba(15, 102, 42, 0.05);
    position: relative;
  }
}
.dropdown__content.show {
  max-height: 500px;
  opacity: 1;
}
.dropdown__item {
  color: #4e4d4d;
  padding: 8px 16px;
  display: block;
  text-decoration: none;
  gap: 10px;
  font-size: 0.875rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dropdown__item:hover {
  background-color: #f1f1f1;
}
.dropdown__item img {
  width: 24px;
}
.dropdown__lang {
  margin-top: 3px;
}
@media (max-width: 426px) {
  .dropdown__lang {
    width: auto;
    background: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown__lang {
    width: auto;
    background: none;
  }
}
.dropdown__lang .dropdown__btn {
  border: 1px solid rgba(78, 77, 77, 0.2);
  border-radius: 3rem;
}
@media (max-width: 426px) {
  .dropdown__lang .dropdown__content {
    bottom: 60px;
    background-color: #f3f7f4;
    border-radius: 12px;
    top: auto;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown__lang .dropdown__content {
    bottom: 60px;
    background-color: #f3f7f4;
    border-radius: 12px;
    top: auto;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 426px) {
  .dropdown__lang .dropdown__content--micuenta {
    bottom: auto;
    top: 60px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dropdown__lang .dropdown__content--micuenta {
    bottom: auto;
    top: 60px;
  }
}

.menu-responsive {
  position: relative;
  top: 0;
  z-index: 100;
  padding: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s all ease;
  background-color: #ffffff;
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-responsive {
    display: block !important;
  }
}
.menu-responsive.active .menu {
  max-height: 90vh;
  height: 88vh;
}
.menu-responsive .top-bar {
  padding: 10px 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-responsive .top-bar .cont-logo {
  display: inline-block;
}
.menu-responsive .top-bar .cont-logo a {
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .top-bar .cont-logo img {
  width: 185px;
}
@media (max-width: 390px) {
  .menu-responsive .top-bar .cont-logo img {
    width: 160px;
  }
}
.menu-responsive .top-bar .btns-sec {
  gap: 10px;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.menu-responsive .top-bar .btn__primary {
  padding: 5px 10px;
  min-width: auto;
  width: auto;
}
@media (max-width: 390px) {
  .menu-responsive .top-bar .btn__primary {
    font-size: 0.8125rem;
  }
}
.menu-responsive .top-bar .menu-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
  margin-left: 10px;
  padding: 12px 0;
}
.menu-responsive .top-bar .menu-icon .navicon {
  border-radius: 5px;
  display: block;
  position: relative;
  transition: background 0.2s ease-out;
  width: 45px;
  height: 45px;
  background-image: url("../../imag/v1/icon/ic-menu.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.menu-responsive .top-bar .menu-icon .navicon:before, .menu-responsive .top-bar .menu-icon .navicon:after {
  border-radius: 5px;
  background: #4e4d4d;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  border-radius: 3rem;
  width: 24px;
  right: 12px;
  opacity: 0;
  height: 4px;
  top: 20px;
}
.menu-responsive .top-bar .menu-btn {
  display: none;
}
.menu-responsive .top-bar .menu-btn:checked ~ .menu {
  max-height: 90vh;
  height: 90vh;
}
.menu-responsive .top-bar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-responsive .top-bar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  width: 50%;
  opacity: 1;
}
.menu-responsive .top-bar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  width: 50%;
  opacity: 1;
}
.menu-responsive .menu {
  clear: both;
  padding: 0;
  max-height: 0;
  width: 100%;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  margin: 0 auto;
  position: relative;
  max-width: 380px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-responsive .menu {
    max-width: 100%;
  }
}
.menu-responsive .menu__links {
  padding: 30px 0 15px;
  max-width: 100%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-responsive .menu__links {
    margin: 0;
  }
}
.menu-responsive .menu__links li {
  position: relative;
  float: none;
}
.menu-responsive .menu__links li a {
  padding: 25px 15px;
  text-decoration: none;
  color: #ffffff;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menu-responsive .menu__links li a > img {
  width: 18px;
}
.menu-responsive .menu__links > li > a {
  padding: 15px 20px;
  color: #4e4d4d;
  font-size: 1rem;
  min-height: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menu-responsive .menu__links--sec {
  padding: 20px 0;
}
.menu-responsive .menu__links--sec li a {
  font-size: 1rem;
  color: #4e4d4d;
  padding: 12px 20px;
  min-height: auto;
  border: none !important;
  font-family: "NunitoSans-Regular", sans-serif;
}
.menu-responsive .menu .btn__primary {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.menu-responsive .menu .cont-access {
  padding: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-responsive .menu .cont-access .access {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .menu .cont-access .access .switch {
  margin-right: 10px;
}
.menu-responsive .menu .cont-access .access .switch input:checked + .slider::after {
  background-image: url(../../imag/v1/icon/ic-moon.svg);
}
.menu-responsive .menu .cont-access .access .switch .slider {
  background-color: #4e4d4d;
}
.menu-responsive .menu .cont-access .access .switch .slider:after {
  width: 25px;
  height: 25px;
  background-image: url(../../imag/v1/icon/ic-sun-b.svg);
}
.menu-responsive .menu .cont-access .access .switch .slider::before {
  background-color: #ffffff;
}
.menu-responsive .menu .cont-access .txt-light {
  color: #4e4d4d;
}
.menu-responsive .menu .cont-access .txt-dark {
  color: #ffffff;
  display: none;
}
.menu-responsive .menu__search {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 400px;
}
.menu-responsive .menu__search input {
  width: 100%;
  padding: 15px 15px 15px 25px;
  position: relative;
  color: #4e4d4d;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 1px solid rgba(78, 77, 77, 0.2);
}
.menu-responsive .menu__search input::-webkit-input-placeholder {
  color: #4e4d4d;
}
.menu-responsive .menu__search input:-moz-placeholder {
  color: #4e4d4d;
}
.menu-responsive .menu__search input::-moz-placeholder {
  color: #4e4d4d;
}
.menu-responsive .menu__search input:-ms-input-placeholder {
  color: #4e4d4d;
}
.menu-responsive .menu__search button {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 10px;
  padding-left: 12px;
  font-size: 17px;
  border-radius: 50%;
}
.menu-responsive .menu__search button img {
  width: 24px;
}
.menu-responsive .accordionItemContent .menu__title {
  padding: 0;
  font-size: 1.125rem;
}
.menu-responsive .accordionItemContent .menu__title a {
  line-height: 1.4;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menu-responsive .accordionItemContent li a {
  padding: 12px 30px;
  color: #000000;
  display: block;
  font-size: 0.9375rem;
  text-transform: none;
  background: none;
  font-family: "NunitoSans-Regular", sans-serif;
}
.menu-responsive .menujq__head {
  border-radius: 12px 12px 0 0;
  transition: 0.3s all ease;
}
.menu-responsive .menujq__head::after {
  width: 18px;
  height: 18px;
  margin-right: 0;
  top: 10px;
  right: 14px;
}
.menu-responsive .menujq .desplegable ul {
  background-color: #0F662A;
  padding: 10px 0;
  border-radius: 0 0 12px 12px;
}
.menu-responsive .menujq .desplegable ul li .menujq__link-dest {
  font-family: "NunitoSans-Bold", sans-serif;
}
.menu-responsive .menujq .desplegable ul li a {
  font-size: 0.875rem;
  color: #ffffff;
}
.menu-responsive .menujq > ul {
  margin: 0 15px !important;
}
.menu-responsive .menujq > ul li a {
  padding: 12px 30px 12px 20px;
}
.menu-responsive .accordionItemHeading {
  width: auto;
  position: relative;
  gap: 6px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .accordionItemHeading figure {
  position: relative;
  margin-left: 5px;
}
.menu-responsive .accordionItemHeading img {
  width: 24px;
  transition: 0.2s all ease;
  position: relative;
}
.menu-responsive .accordionItemHeading .hide {
  display: none !important;
}
.menu-responsive .accordionItemHeading .show {
  display: block !important;
}
.menu-responsive .open .main-link {
  transition: 0.2s all ease;
}
.menu-responsive .open .accordionItemHeading img {
  transform: rotate(180deg);
}
.menu-responsive .open .accordionItemHeading .hide {
  display: block !important;
}
.menu-responsive .open .accordionItemHeading .show {
  display: none !important;
}
.menu-responsive .open .accordionItemContent {
  padding: 5px 0 25px;
  width: 100%;
  display: block;
  background-color: #ffffff;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
.menu-responsive .open .accordionItemContent .menu__title {
  padding: 10px 20px;
  font-size: 1rem;
  color: #93bd26;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
}
.menu-responsive .open .accordionItemContent li a {
  padding: 12px 30px;
  color: #0F662A;
  display: block;
  font-size: 0.9375rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
.menu-responsive .open .accordionItemContent > a {
  font-size: 0.9375rem;
  display: block;
  padding: 12px 20px;
  font-family: "NunitoSans-Regular", sans-serif;
}
.menu-responsive .close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  display: block;
  padding: 0;
}

.main-header {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header__logo {
  display: inline-block;
}
.main-header img {
  display: block;
  max-width: 220px;
  height: auto;
}
@media (max-width: 768px) {
  .main-header img {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .main-header img {
    max-width: 130px;
  }
}

.footer {
  padding: 70px 0;
  position: relative;
  z-index: 0;
  background-color: #4e4d4d;
}
@media (max-width: 426px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .auxi {
  position: relative;
}
@media (max-width: 426px) {
  .footer .auxi {
    padding: 0 18px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi {
    padding: 0 18px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .footer .auxi {
    gap: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .footer .auxi {
    gap: 50px;
    max-width: 100% !important;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .footer .auxi {
    max-width: 1250px !important;
  }
}
@media (min-width: 1399px) {
  .footer .auxi {
    max-width: 90% !important;
  }
}
.footer__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.15;
}
@media (max-width: 426px) {
  .footer__bg {
    background-size: 1630px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__bg {
    background-size: 1630px;
  }
}
@media (max-width: 426px) {
  .footer__info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer__logo {
  display: block;
  width: 200px;
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media (max-width: 426px) {
  .footer__logo {
    flex: 0 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__logo {
    flex: 0 0 auto;
  }
}
@media (max-width: 426px) {
  .footer__logo img {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__logo img {
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .footer__logo img {
    margin: 0 auto;
  }
}
.footer__links {
  gap: 30px 100px;
  max-width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .footer__links {
    text-align: center;
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__links {
    text-align: center;
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .footer__links {
    gap: 60px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .footer__links {
    gap: 40px;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .footer__links {
    gap: 40px;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.footer__col {
  gap: 35px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .footer__col {
    gap: 12px;
    text-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__col {
    gap: 12px;
    text-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer__col li {
  color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 426px) {
  .footer__col li {
    text-align: center;
    line-height: 1.3;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__col li {
    text-align: center;
    line-height: 1.3;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer__col li a {
  font-size: 1rem;
  color: #ffffff;
  transition: 0.3s all ease;
  line-height: 1.5;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .footer__col li a {
    font-size: 0.9375rem;
  }
}
.footer__col li a:hover {
  color: #93bd26;
}
.footer__col .icon-footer a {
  gap: 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__col .icon-footer img {
  width: 24px;
}
.footer__btn .btn__primary {
  color: #0F662A;
}
.footer__social {
  margin-top: 60px;
  gap: 40px;
  justify-content: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__social img {
  width: 28px;
}
.footer__contact {
  list-style: none;
  margin-top: 2.5rem;
  gap: 0.5rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer__contact li a {
  font-size: 1rem;
  color: #ffffff;
  transition: 0.3s all ease;
  line-height: 1.5;
  gap: 8px;
  font-family: "NunitoSans-Regular", sans-serif;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .footer__contact li a {
    font-size: 0.9375rem;
  }
}
.footer__contact li a:hover {
  color: #93bd26;
}
.footer__contact li a img {
  width: 24px;
}
.footer__bottom {
  padding-top: 0;
  margin-top: 50px;
}
@media (max-width: 426px) {
  .footer__bottom {
    padding-top: 0;
    margin-top: 70px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer__bottom {
    padding-top: 0;
    margin-top: 70px;
  }
}
.footer__title {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
}
.footer__legal {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
  font-family: "NunitoSans-Regular", sans-serif;
}

.main-footer {
  background-color: #f2f2f2;
  padding: 25px 0;
  font-size: 0.95rem;
  color: #111;
}
.main-footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-footer__logo {
  max-width: 180px;
  height: auto;
  display: block;
}
.main-footer__right {
  gap: 15px;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-footer__right p {
  margin: 0;
  font-style: italic;
  font-size: 0.95rem;
}
.main-footer__right p a {
  color: #111;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.main-footer__right p:hover {
  text-decoration: underline;
}
.main-footer__social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-footer__social img {
  width: 16px;
  height: 16px;
}
.main-footer__social:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .main-footer .container {
    text-align: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .main-footer__right {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 426px) {
  .hero .swiper-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .swiper-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.hero .swiper-button-next, .hero .swiper-button-prev {
  background-repeat: no-repeat !important;
  background-size: 26px !important;
  border-radius: 1rem;
  z-index: 1 !important;
  width: 54px !important;
  height: 54px !important;
  top: calc(50% + 12px) !important;
  outline: none !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.hero .swiper-button-next::after, .hero .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 426px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.hero .swiper-button-next {
  background-image: url("../../imag/v1/icon/ic-arrow-right-b.svg") !important;
  right: 0.5vw !important;
  background-position: 49% center !important;
}
.hero .swiper-button-prev {
  background-image: url("../../imag/v1/icon/ic-arrow-left-b.svg") !important;
  left: 0.5vw !important;
  background-position: 52% center !important;
}
.hero .swiper-button-disabled {
  opacity: 1 !important;
}
@media (max-width: 426px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .hero .swiper-button-next, .hero .swiper-button-prev {
    display: none;
  }
}
.hero .swiper-button-next {
  right: 20px !important;
}
.hero .swiper-button-prev {
  left: 20px !important;
}
.hero .swiper-button-prev, .hero .swiper-button-next {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.hero .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}
@media (max-width: 426px) {
  .hero .swiper-pagination {
    position: relative;
    bottom: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .swiper-pagination {
    position: relative;
    bottom: 0 !important;
  }
}
.hero .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.hero .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.hero .swiper-slide {
  position: relative;
}
@media (max-width: 426px) {
  .hero .swiper-slide {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .swiper-slide {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.hero__img-wrap {
  position: relative;
  width: 100%;
  flex: none;
}
.hero__img-wrap img {
  display: block;
}
.hero__content {
  text-align: center;
  max-width: 1180px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 5rem 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 426px) {
  .hero__content {
    max-width: 100vw;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero__content {
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
    max-width: 100vw;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero__content {
    padding: 20px 20px 40px;
    max-width: 100vw;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .hero__content {
    padding: 2rem 20px;
    max-width: 100vw;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.hero__epig {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: left;
  font-family: "NunitoSans-Bold", sans-serif;
}
.hero__epig a {
  color: #ffffff;
}
@media (max-width: 426px) {
  .hero__epig {
    font-size: 1.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero__epig {
    font-size: 1.375rem;
  }
}
@media (max-width: 390px) {
  .hero__epig {
    font-size: 1rem;
  }
}
.hero__title {
  font-size: 3.875rem;
  color: #ffffff;
  line-height: 1.1;
  text-align: left;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .hero__title {
    font-size: 42px;
    line-height: 1;
    font-size: 2.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero__title {
    font-size: 42px;
    line-height: 1;
    font-size: 2.375rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero__title {
    font-size: 2.375rem;
  }
}
.hero__title .bold {
  color: #93bd26;
  font-family: "NunitoSans-Bold", sans-serif;
}
.hero__description {
  color: #ffffff;
  padding: 0;
  line-height: 1.5;
  margin-top: 32px;
  max-width: 500px;
  text-align: left;
  font-size: 1.125rem;
}
@media (max-width: 426px) {
  .hero__description {
    text-align: left;
    font-size: 1rem;
    margin-top: 20px;
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero__description {
    text-align: left;
    font-size: 1rem;
    margin-top: 20px;
    display: none;
  }
}
.hero__description .hero__epig {
  font-size: 1rem;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .hero__description .hero__epig {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero__description .hero__epig {
    font-size: 0.875rem;
  }
}
.hero__img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000000;
  background: -webkit-linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(220deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.hero .btn {
  margin-top: 30px;
}
@media (max-width: 426px) {
  .hero .btn {
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .btn {
    width: 100%;
    margin-top: 40px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 426px) {
  .hero .btn .btn__primary {
    padding: 11px 20px;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hero .btn .btn__primary {
    padding: 11px 20px;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero .auxi {
    padding-top: 60px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .hero .auxi {
    max-width: 90%;
    padding-top: 60px;
  }
}
.hero__banner .hero__img-wrap::before {
  content: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero__banner .hero__img-wrap img {
    height: auto;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .hero__banner .hero__img-wrap img {
    height: auto;
  }
}

.prod-content .slider {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: static !important;
}
@media (max-width: 426px) {
  .prod-content .slider {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .prod-content .slider {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .prod-content .slider {
    max-width: 100%;
    padding: 30px 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .prod-content .slider {
    max-width: 100%;
  }
}
.prod-content .slider__full {
  max-width: 100%;
}

.swiper.swiper-3s {
  padding: 30px 20px !important;
}
@media (max-width: 426px) {
  .swiper.swiper-3s {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper.swiper-3s {
    padding: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper.swiper-3s {
    padding: 0 !important;
  }
}

.home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.home .box__arts--bg {
  padding-top: 80px;
}
.home .box__arts--bg::before {
  content: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .home .hero__img-wrap img {
    height: 400px;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .home .hero__img-wrap img {
    width: 100%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .home .hero__img-wrap img {
    width: 100%;
  }
}

.arts {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 426px) {
  .arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts {
    padding: 30px 0;
  }
}
@media (max-width: 426px) {
  .arts {
    padding-bottom: 120px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts {
    padding-bottom: 120px;
  }
}
.arts .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.arts .row .col {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 426px) {
  .arts .row .col {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .row .col {
    margin-bottom: 20px;
  }
}
.arts .auxi {
  z-index: 2;
}
.arts__pad40 .card {
  margin-bottom: 40px;
}

.arts article + article > a, .box__arts article + article > a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 426px) {
  .arts .card__color + .card__color, .box__arts .card__color + .card__color {
    margin-top: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .card__color + .card__color, .box__arts .card__color + .card__color {
    margin-top: 40px;
  }
}
.arts .btn__center, .box__arts .btn__center {
  margin-top: 40px;
}
.arts .btn__center .btn__primary, .box__arts .btn__center .btn__primary {
  margin: 0 auto;
  width: auto;
}

.box__title {
  font-size: 2.375rem;
  padding: 40px 0;
}
.box__arts {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 426px) {
  .box__arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts {
    padding: 30px 0;
  }
}
@media (max-width: 426px) {
  .box__arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts {
    padding: 30px 0;
  }
}
@media (max-width: 426px) {
  .box__arts:has(.block-hor) {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts:has(.block-hor) {
    padding: 20px 0;
  }
}
@media (max-width: 426px) {
  .box__arts .swiper-slide {
    width: 75%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts .swiper-slide {
    width: 75%;
  }
}
.box__arts .swiper-slide .card {
  height: 100%;
}
@media (max-width: 426px) {
  .box__arts .block-hor {
    padding: 0;
    gap: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts .block-hor {
    padding: 0;
    gap: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__arts .block-hor .block-hor__content {
    padding: 0;
  }
}
.box__arts .swiper-pagination {
  position: relative;
  margin-top: 45px;
  top: 0;
}
.box__arts--mision .block-head {
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.box__arts--mision .block-head__description {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 140%;
  display: inline-block;
  text-align: center;
  font-family: "NunitoSans-Regular", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.box__arts:has(.block-head .btn__primary) {
  position: relative;
}
@media (max-width: 426px) {
  .box__arts:has(.block-head .btn__primary) {
    padding-bottom: 90px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts:has(.block-head .btn__primary) {
    padding-bottom: 90px;
  }
}
@media (max-width: 426px) {
  .box__arts:has(.block-head .btn__primary) .auxi {
    position: inherit;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts:has(.block-head .btn__primary) .auxi {
    position: inherit;
  }
}
@media (max-width: 426px) {
  .box__arts:has(.block-head .btn__primary) .btn__primary {
    position: absolute;
    bottom: 0;
    max-width: 160px;
    margin: 0 auto -65px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__arts:has(.block-head .btn__primary) .btn__primary {
    position: absolute;
    bottom: 0;
    max-width: 160px;
    margin: 0 auto -65px;
    left: 0;
    right: 0;
  }
}
.box__arts--small .card__title {
  font-size: 1.375rem;
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__arts--small .card__title {
    font-size: 1.375rem;
  }
}
.box__carousel {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 426px) {
  .box__carousel {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel {
    padding: 30px 0;
  }
}
.box__carousel--landing {
  padding: 30px 0 0 0;
}
@media (max-width: 426px) {
  .box__carousel .block-head {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .block-head {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.box__carousel .block-head--landing {
  margin-bottom: 15px;
}
@media (max-width: 426px) {
  .box__carousel .block-head--landing {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .block-head--landing {
    margin-bottom: 15px;
  }
}
@media (max-width: 426px) {
  .box__carousel .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .auxi {
    padding: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box__carousel .auxi .swiper {
    max-width: 100%;
  }
}
@media (max-width: 426px) {
  .box__carousel .auxi--landing {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .auxi--landing {
    padding: 15px;
  }
}
.box__carousel .swiper-button-next, .box__carousel .swiper-button-prev {
  background-repeat: no-repeat !important;
  background-size: 26px !important;
  border-radius: 1rem;
  z-index: 1 !important;
  width: 54px !important;
  height: 54px !important;
  top: calc(50% + 12px) !important;
  outline: none !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.box__carousel .swiper-button-next::after, .box__carousel .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 426px) {
  .box__carousel .swiper-button-next, .box__carousel .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box__carousel .swiper-button-next, .box__carousel .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.box__carousel .swiper-button-next {
  background-image: url("../../imag/v1/icon/ic-arrow-right-b.svg") !important;
  right: 0.5vw !important;
  background-position: 49% center !important;
}
.box__carousel .swiper-button-prev {
  background-image: url("../../imag/v1/icon/ic-arrow-left-b.svg") !important;
  left: 0.5vw !important;
  background-position: 52% center !important;
}
.box__carousel .swiper-button-disabled {
  opacity: 1 !important;
}
.box__carousel .swiper-button-prev, .box__carousel .swiper-button-next {
  border-color: rgba(78, 77, 77, 0.2);
}
.box__carousel .swiper-button-prev {
  left: 0 !important;
}
@media (max-width: 426px) {
  .box__carousel .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .swiper-button-prev {
    display: none;
  }
}
.box__carousel .swiper-button-next {
  right: 0 !important;
}
@media (max-width: 426px) {
  .box__carousel .swiper-button-next {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .swiper-button-next {
    display: none;
  }
}
.box__carousel .swiper-pagination {
  position: relative;
  margin-top: 45px;
  top: 0;
}
@media (max-width: 426px) {
  .box__carousel .swiper-pagination {
    bottom: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .swiper-pagination {
    bottom: 0 !important;
  }
}
.box__carousel .swiper-slide article {
  height: 100%;
}
@media (max-width: 426px) {
  .box__carousel .swiper-slide {
    width: 75%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel .swiper-slide {
    width: 75%;
  }
}
@media (max-width: 426px) {
  .box__carousel--logos .swiper-slide {
    width: 140px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel--logos .swiper-slide {
    width: 140px;
  }
}
.box__carousel:has(.block-head .btn__primary) {
  position: relative;
}
@media (max-width: 426px) {
  .box__carousel:has(.block-head .btn__primary) {
    padding-bottom: 100px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel:has(.block-head .btn__primary) {
    padding-bottom: 100px;
  }
}
@media (max-width: 426px) {
  .box__carousel:has(.block-head .btn__primary) .btn__primary {
    position: absolute;
    bottom: 0;
    max-width: 160px;
    margin: 0 auto -80px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box__carousel:has(.block-head .btn__primary) .btn__primary {
    position: absolute;
    bottom: 0;
    max-width: 160px;
    margin: 0 auto -80px;
    left: 0;
    right: 0;
  }
}

.block-hor {
  padding: 70px 0;
}
@media (max-width: 426px) {
  .block-hor {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor {
    padding: 30px 0;
  }
}
.block-hor .auxi {
  gap: 60px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .block-hor .auxi {
    margin-bottom: 0;
    gap: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor .auxi {
    margin-bottom: 0;
    gap: 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-hor .auxi {
    gap: 30px;
  }
}
.block-hor:last-child {
  margin-bottom: 0;
}
.block-hor__title, .block-hor__description {
  text-align: left;
}
.block-hor__title {
  font-size: 3.875rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .block-hor__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-hor__title {
    font-size: 2.1875rem;
  }
}
.block-hor__title--sm {
  font-size: 3.25rem;
}
@media (max-width: 426px) {
  .block-hor__title--sm {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__title--sm {
    font-size: 1.875rem;
  }
}
.block-hor__description {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 20px;
  color: #ffffff;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .block-hor__description {
    font-size: 1.25rem;
    margin-top: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__description {
    font-size: 1.25rem;
    margin-top: 20px;
    line-height: 1.4;
  }
}
.block-hor__content {
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 426px) {
  .block-hor__content {
    flex: none;
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__content {
    flex: none;
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-hor__content {
    padding: 40px 0 40px 2vw;
  }
}
.block-hor__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 426px) {
  .block-hor__img {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__img {
    flex: none;
    width: 100%;
  }
}
.block-hor__img--video:hover .play {
  transform: scale(1.1);
}
.block-hor__img--video .play {
  transition: 0.3s all ease;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-hor__img--video .play__icon {
  width: 28px;
}
.block-hor__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.block-hor .btn {
  margin-top: 30px;
}
@media (max-width: 426px) {
  .block-hor .btn {
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor .btn {
    margin-top: 15px;
  }
}
@media (max-width: 426px) {
  .block-hor .btn .btn__primary {
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor .btn .btn__primary {
    margin-top: 0;
  }
}
.block-hor .btn__primary {
  width: auto;
}
@media (max-width: 426px) {
  .block-hor .btn__primary {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor .btn__primary {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-hor .btn__primary {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.block-hor.inv .auxi {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 426px) {
  .block-hor.inv .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor.inv .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.block-hor__white .block-hor__title, .block-hor__white .block-hor__description {
  color: #ffffff;
}
.block-hor__bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-hor__bg--light .auxi {
  position: relative;
  z-index: 2;
}
.block-hor__bg--light::before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.block-hor__bg--light::after {
  background-color: #0F662A;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.block-hor__bg--dark .block-hor__title, .block-hor__bg--dark .block-hor__description {
  color: #ffffff;
}
.block-hor__bg--dark::before {
  background-color: #93bd26;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.block-hor__full .swiper-container {
  max-width: 100%;
}
.block-hor__full .swiper-container .swiper-slide {
  max-width: 70%;
}
@media (max-width: 426px) {
  .block-hor__full .swiper-container .swiper-slide {
    width: 100%;
    max-width: 80%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__full .swiper-container .swiper-slide {
    width: 100%;
    max-width: 80%;
  }
}
.block-hor__full .swiper-container .swiper-pagination {
  display: none;
}
@media (max-width: 426px) {
  .block-hor__full .swiper-container .swiper-pagination {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-hor__full .swiper-container .swiper-pagination {
    display: block;
  }
}
.block-hor__full .swiper-container .swiper-button-disabled {
  opacity: 0 !important;
}

.formulario .enc-main__title {
  text-align: center;
}
.formulario__img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 426px) {
  .formulario__img {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .formulario__img {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .formulario__img {
    display: none;
  }
}
.formulario__container {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .formulario__container {
    -webkit-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
.formulario__login .form-content .auxi {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .formulario__login .form-content .auxi {
    max-width: 90%;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .formulario__login .form-content .auxi {
    max-width: 90%;
    padding: 0;
  }
}
.formulario__login .form-content .form__container {
  padding: 20px 40px 40px;
  border-radius: 20px;
  background-color: #f3f7f4;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 426px) {
  .formulario__login .form-content .form__container {
    padding: 20px 20px 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .formulario__login .form-content .form__container {
    padding: 20px 30px 40px;
  }
}
.formulario .block-head {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.formulario .block-head__title {
  text-align: left;
  font-size: 2.5rem;
  color: #0F662A;
  font-family: "NunitoSans-Bold", sans-serif;
}
.formulario .block-head__description {
  text-align: left;
  font-size: 1.125rem;
}
.formulario .form-content {
  padding: 60px 0;
}
.formulario .form-content .auxi {
  gap: 60px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .formulario .form-content .auxi {
    max-width: 90%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .formulario .form-content .auxi {
    max-width: 90%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .formulario .form-content .auxi {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.formulario .msj {
  padding-bottom: 0;
  padding-top: 15px;
  display: block;
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  font-family: "NunitoSans-Regular", sans-serif;
}

.hero {
  position: relative;
}

@media (max-width: 426px) {
  .box-full .swiper-button-next, .box-full .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-full .swiper-button-next, .box-full .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-full .swiper-button-next, .box-full .swiper-button-prev {
    display: none;
  }
}

.suscripcion {
  position: relative;
  padding: 40px 0;
}
.suscripcion .auxi {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 70px 100px;
  backdrop-filter: blur(20px);
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .suscripcion .auxi {
    @inclue flex-column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .suscripcion .auxi {
    @inclue flex-column;
  }
}
.suscripcion .block-head {
  text-align: left;
  gap: 0;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 0 1 47%;
  flex: 0 1 47%;
}
.suscripcion .block-head__epig {
  color: #ffffff;
  font-size: 42px;
  text-transform: none;
  font-family: "NunitoSans-Black", sans-serif;
}
.suscripcion .block-head__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 42px;
  font-family: "NunitoSans-Black", sans-serif;
}
.suscripcion .block-head__description {
  color: #ffffff;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 20px;
}
.suscripcion .form {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.suscripcion .form__control {
  padding: 20px 160px 20px 30px;
  font-size: 1rem;
  color: #4e4d4d;
}
.suscripcion .form .btn__primary {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 11px 20px;
}

.avobook-sub {
  background: rgba(147, 189, 38, 0.1);
  padding: 30px 40px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  width: 90%;
}
.avobook-sub .container {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.avobook-sub__left, .avobook-sub__right {
  flex: 1 1 45%;
  min-width: 260px;
}
.avobook-sub__left h3, .avobook-sub__right h3 {
  font-size: 1.875rem;
  color: #0F662A;
  font-family: "NunitoSans-Black", sans-serif;
}
.avobook-sub__right {
  text-align: center;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.avobook-sub__right .avobook-sub__price {
  font-size: 1.5rem;
  color: #4e4d4d;
  text-align: center;
  font-family: "NunitoSans-Black", sans-serif;
}
@media (max-width: 1440px) {
  .avobook-sub .container {
    flex-direction: column;
    text-align: center;
  }
  .avobook-sub__left, .avobook-sub__right {
    flex: 1 1 100%;
  }
  .avobook-sub__right {
    text-align: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.taxport .enc-main, .formulario .enc-main {
  min-height: 380px;
  background-color: #0c4d20;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 426px) {
  .taxport .enc-main, .formulario .enc-main {
    min-height: 280px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .enc-main, .formulario .enc-main {
    min-height: 280px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .taxport .enc-main, .formulario .enc-main {
    min-height: 300px;
  }
}
.taxport .enc-main__title, .formulario .enc-main__title {
  color: #ffffff;
}
@media (max-width: 426px) {
  .taxport .enc-main__title, .formulario .enc-main__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .enc-main__title, .formulario .enc-main__title {
    font-size: 2.1875rem;
  }
}
.taxport .enc-main.tagport, .formulario .enc-main.tagport {
  min-height: 450px;
}
.taxport .grid__col > article, .formulario .grid__col > article {
  height: 100%;
}
.taxport .card__event .card__img img, .formulario .card__event .card__img img {
  height: 300px;
  object-fit: cover;
}

.results {
  min-height: auto;
  background-color: rgba(15, 102, 42, 0.05);
}
.results .enc-main .auxi {
  padding: 30px 0;
}
.results .box__arts {
  padding: 40px 0 60px;
}
@media (max-width: 426px) {
  .results .box__arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .box__arts {
    padding: 30px 0;
  }
}
.results .box__arts .auxi {
  max-width: 1000px;
}
.results .box__arts .card + .card {
  margin-top: 35px;
}
.results .breadcrumbs .breadcrumb {
  color: #4e4d4d;
}
.results .breadcrumbs .breadcrumb::after {
  background-image: url("../../imag/v1/icon/ic-chevron-r-b.svg");
}
.results .breadcrumbs a {
  color: #0F662A;
}

.search-data {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0;
  position: relative;
  text-align: center;
}
.search-data__content {
  margin-top: 10px;
  font-family: "NunitoSans-Regular", sans-serif;
}
.search-data__pref {
  font-size: 1.125rem;
  color: #4e4d4d;
  line-height: 1.4;
}
@media (max-width: 426px) {
  .search-data__pref {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .search-data__pref {
    font-size: 1.25rem !important;
  }
}
.search-data__criteria {
  color: #0F662A;
  font-size: 1.125rem;
  font-family: "NunitoSans-Bold", sans-serif;
}
.search-data__results p {
  font-size: 0.9375rem;
  color: #4e4d4d;
  line-height: 1.4;
}

.error {
  padding-bottom: 0;
}
.error .auxi {
  margin: 0 auto;
  padding: 90px 0;
  min-height: 80vh;
  max-width: 1300px;
  gap: 60px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .error .auxi {
    padding: 30px 15px;
    min-height: 60vh;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error .auxi {
    padding: 30px 15px;
    min-height: 60vh;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .error .auxi {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .error .auxi {
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.error__img {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 426px) {
  .error__img {
    max-width: 300px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error__img {
    max-width: 300px;
  }
}
.error__content {
  text-align: left;
  margin-left: 30px;
  -webkit-flex: 1 1 65%;
  flex: 1 1 65%;
}
@media (max-width: 426px) {
  .error__content {
    margin-left: 0;
    text-align: center;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error__content {
    margin-left: 0;
    text-align: center;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.error__title {
  font-size: 3.875rem;
  padding-bottom: 15px;
  color: #0F662A;
  font-family: "NunitoSans-Bold", sans-serif;
}
@media (max-width: 426px) {
  .error__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .error__title {
    font-size: 2.375rem;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .error__title {
    font-size: 2.375rem;
  }
}
.error__description {
  font-size: 1.875rem;
  color: #4e4d4d;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "NunitoSans-Regular", sans-serif;
}
@media (max-width: 426px) {
  .error__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error__description {
    font-size: 1.25rem;
  }
}
.error__description--sm {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
  max-width: 1000px;
}
@media (max-width: 426px) {
  .error__description--sm {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error__description--sm {
    font-size: 0.875rem;
  }
}
.error__description--sm + .error__description--sm {
  margin-top: 20px;
}
.error a {
  color: #93bd26;
  text-decoration: underline;
  font-family: "NunitoSans-Bold", sans-serif;
}

/*# sourceMappingURL=main.css.map */