<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-gray{
  color: #838383 !important;
}
.main-header {
  display: none !important;
}

.w-md-70 {
  align-self: center !important;
}

.cardMobileNews {
  max-width: 300px !important;
}

#subscribirError,
#subscribirResultSuccess,
#subscribirResultError,
#subscribirErrorPopup,
#subscribirResultSuccessPopup,
#subscribirResultErrorPopup {
  font-size: 14px;
}

.card a {
  color: #153e69;
}

.nav-countries {
  display: none !important;
}

.scroll-left,
.scroll-right {
  display: none !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

#modalpopup .modal-content {
  border-radius: 1.25rem;
}

#subscribirResultSuccess {
  color: #00abc8;
}

.tags-container .filtro {
  font: 16px Lato;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.filtro-selected {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px #ffffff solid;
  color: #00ABC8;
}

.filtro-selected .filtro {
  color: #00ABC8;
}

.filtro-selected:hover {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px #ffffff solid;
  color: #00ABC8;
}

.filtro-selected:hover .filtro {
  color: #00ABC8;
}

.filtro-not-selected {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 20px;
  border: 1.5px #ffffff solid;
  color: #ffffff;
  background: transparent;
}

.filtro-not-selected:hover {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px #ffffff solid;
  color: #00ABC8;
}

.filtro-not-selected:hover .filtro {
  color: #00ABC8;
}

.filtro-not-selected:hover img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(94%) saturate(445%) hue-rotate(140deg) brightness(95%) contrast(101%);
}

.icon-filtros {
  height: 16px;
  width: 16px;
  filter: brightness(0) invert(1);
}

.filtro-not-selected:hover .icon-filtros {
  filter: brightness(0) saturate(100%) invert(48%) sepia(94%) saturate(445%) hue-rotate(140deg) brightness(95%) contrast(101%);
}

.filtro-selected .icon-filtros {
  filter: none;
}

.filtro-selected:hover .icon-filtros {
  filter: brightness(0) saturate(100%) invert(48%) sepia(94%) saturate(445%) hue-rotate(140deg) brightness(95%) contrast(101%);
}

.text-filtros {
  color: #00abc8;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.newsletter {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
  background: #f7f7f7;
  gap: 24px;
}

.icon {
  font-size: var(--size);
}

.btn-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn-icon-container .icon {
  font-size: 28px;
}

.Turquoise-to-blue:hover {
  background: #204071 !important;
}

.Turquoise-to-blue {
  background: #00abc8;
}

.align-items-center {
  align-items: center !important;
}

.scrollable-container {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
}

.scrollable-container::-webkit-scrollbar {
  overflow-x: hidden;
}

.card {
  width: 255px;
  height: 401px;
}

/* carrousel */
.carousel-main-suscribe-mobile {
  display: none;
}

.benefitsCarousel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 20;
}

.buttonCarousel {
  padding: 3px 5px 3px 15px;
  background: #00abc8;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

.carousel-caption {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.carousel-main-content-title {
  display: inline-block;
  line-height: 1;
}

.tiltecarousel {
  font-size: 64px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  display: block;
}

.subtitletiltecarousel {
  font-size: 35px !important;
  color: #ffffff;
}

.mainCarousel {
  width: 100%;
  background-color: #ccc;
}

.carousel-control-prev,
.carousel-control-next {
  background: 0 0;
  border: 0;
  opacity: 1;
}

.mainCarousel .carousel-control-prev-icon,
.mainCarousel .carousel-control-next-icon {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  filter: brightness(0) invert(1) opacity(0.8);
  transform: scale(1.1);
}

.movil-none {
  display: block;
}

.movil-none-flex {
  display: flex;
}

.desktop-none {
  display: none;
}

#carouselAllianceMovil .carousel-control-prev {
  left: -20%;
  background-color: rgb(197, 197, 197);
  height: fit-content;
  border-radius: 20px;
  padding: 6px;
  top: 50%;
}

#carouselAllianceMovil .carousel-control-next {
  right: -20%;
  background-color: rgb(197, 197, 197);
  height: fit-content;
  border-radius: 20px;
  padding: 6px;
  top: 50%;
}

#carousleSlider,
#carousleSliderMovil {
  width: 100%;
}

#carousleSlider .carousel-inner,
#carousleSliderMovil .carousel-inner {
  width: 100%;
  margin: auto;
  border-radius: inherit;
}

#carousleSlider .carousel-item img,
#carousleSliderMovil .carousel-item img {
  vertical-align: middle;
  border-style: none;
  height: 100%;
  min-height: 150px;
  border-radius: 0px;
  width: 100%;
}

/* fin carrousel */

/* smartphone */
@media (max-width: 767px) {

  .carousel-content {
    padding: 1rem;
  }

  .scroll-left,
  .scroll-right {
    display: block !important;
  }

  .mobil-mb-1 {
    margin-bottom: 1rem !important;
  }

  #modalpopup img {
    width: 100% !important;
    height: 50vw !important;
    object-fit: cover;
    object-position: center;
  }

  #modalpopup .container-fluid {
    width: 100% !important;
  }

  #modalpopup .w-50 {
    width: 100% !important;
  }

  #modalpopup .pb-4,
  #modalpopup input,
  #modalpopup .Turquoise-to-blue {
    width: 90% !important;
    align-self: center !important;
  }

  #modalpopup .Turquoise-to-blue {
    justify-content: center !important;
  }

  #modalpopup #popupBtnIcon {
    visibility: hidden !important;
    width: 0 !important;
  }

  .mobil-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .newsletter {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .mobil-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }

  .mobil-flex-direction-column {
    flex-direction: column !important;
  }

  .px-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .scrollable-container {
    width: 100%;
    padding-left: 1.5rem !important;
  }

  .tags-container {
    padding-left: 0rem !important;
  }

  .mobileMt-5 {
    margin-top: 3rem !important;
  }

  .movil-none {
    display: none !important;
  }

  .movil-none-flex {
    display: none !important;
  }

  .desktop-none {
    display: flex !important;
  }

  .tiltecarousel {
    font-size: 18px;
  }

  .subtitletiltecarousel {
    font-size: 20px !important;
  }
}

/* tablet */
@media (min-width: 767px) and (max-width: 991px) {
  .px-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .scrollable-container {
    width: 100%;
    padding-left: 1.5rem !important;
  }

  .w-md-70 {
    width: 50% !important;
  }
  #modalpopup .mobil-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  #modalpopup .mobil-flex-direction-column {
    flex-direction: column !important;
  }
  #modalpopup .mobil-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #modalpopup .mobil-mb-1 {
    margin-bottom: 1rem !important;
  }
  #modalpopup img {
    width: 100% !important;
    height: 50vw !important;
    object-fit: cover;
    object-position: center;
  }

  #modalpopup .container-fluid {
    width: 100% !important;
  }

  #modalpopup .w-50 {
    width: 100% !important;
  }

  #modalpopup .pb-4,
  #modalpopup input,
  #modalpopup .Turquoise-to-blue {
    width: 90% !important;
    align-self: center !important;
  }

  #modalpopup .Turquoise-to-blue {
    justify-content: center !important;
  }

  #modalpopup #popupBtnIcon {
    visibility: hidden !important;
    width: 0 !important;
  }

}

@media (min-width: 991px) {
  .px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .scrollable-container {
    width: 100%;
  }

  .w-md-70 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .scrollable-container {
    width: 100%;
  }

  .w-md-70 {
    width: 55% !important;
  }

  header .container-fluid {
    margin-left: 3rem !important;
    max-width: 95% !important;
  }

  header #navbarNav {
    max-width: 26rem;
  }

  header nav {
    justify-content: space-between !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .newsletter {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

@media (min-width: 1001px) and (max-width: 1250px) {
  .newsletter {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .card {
    max-width: 230px;
    height: 401px;
  }
}

@media (max-width: 1300px) {
  .mobil-flex-direction-column-reverse {
    gap: 20px !important;
  }

  .mobil-flex-direction-column {
    gap: 20px !important;
  }
}

/* Carousel Styles */
.mainCarousel .carousel-item {
  position: relative;
  height: 650px;
  /* Ajusta según necesites */
}

.carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 5rem;
  z-index: 1;
}

.carousel-top-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
}

.carousel-top-button.subscribe {
  background: #1B365D;
  padding: 9px 16px;
  border-radius: 5px;
  color: white;
  gap: 14px;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.carousel-top-button.quote {
  padding: 2px 16px 2px 16px;
  background: #1B365D;
  border-radius: 19px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  border: none;
  cursor: pointer;
}

.carousel-top-button.quote span {
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: Lato;
  font-weight: 500;
  line-height: 16px;
  word-wrap: break-word;
}

.carousel-top-button.quote .Component6 {
  width: 20px;
  height: 34px;
  position: relative;
}

/* Quitar efectos de focus */
.carousel-top-button:focus,
.carousel-top-button:active,
.carousel-top-button.subscribe:focus,
.carousel-top-button.subscribe:active,
.carousel-top-button.quote:focus,
.carousel-top-button.quote:active {
  outline: none !important;
  box-shadow: none !important;
}

.carousel-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  width: 100%;
  gap: 32px;
}

.carousel-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li {
  background-color: #fff;

}

/* Tags container styles */
.tags-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
  width: 90%;
  margin: 0 auto;
  padding: 0 calc((100% - 90%) / 2);
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

.tags-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.carousel-main-content-tags {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.tags-container .btn {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 6px 16px;
  border-radius: 20px;
  gap: 5px;
}

.carousel-main-content-search {
  max-width: 580px;
  width: 90%;
}

@media (max-width: 767px) {
  .tags-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .carousel-main-content-title .carousel-main-content-title-logo {
    width: 80%;
  }

  .carousel-content {
    padding: 1rem;
  }

  .carousel-top-buttons {
    justify-content: flex-end;

  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-top-buttons .carousel-top-button.subscribe {
    display: none;
  }

  .carousel-main-suscribe-mobile {
    display: flex;
    justify-content: center;
  }

}</pre></body></html>