@charset "UTF-8";
.header-bottom .header-bottom-content {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  background: linear-gradient(180deg, #111112 74.7%, #222223 82.95%, #2F2F30 100%) !important;
  padding: 50px 100px 73px 100px !important;
}

.header-news, .header-search, .header-404, .header-no-bg {
  height: auto !important;
}

.tt-landing-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  gap: 0px;
  align-items: flex-start;
}

.tt-landing-header__inner .tt-landing-header__description {
  max-width: 633px;
  max-width: 598px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-content: flex-start;
  padding-top: 217px;
  flex-direction: column;
}

.tt-landing-header__inner .tt-landing-header__description p.txt-featured {
  color: var(--Azul-claro, #4DC4CF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PODIUM Sharp 8.4";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.tt-landing-header__inner .tt-landing-header__description h2 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PODIUM Sharp 8.4";
  font-size: 40px;
  font-style: normal;
  font-weight: 450;
  line-height: 50px;
  /* 125% */
  text-transform: uppercase;
  margin-bottom: 27px;
}

.tt-landing-header__inner .tt-landing-header__description h2 strong {
  font-family: "PODIUM Sharp 8.7";
  font-weight: 450;
  display: block;
}

.tt-landing-header__inner .tt-landing-header__description p.summary {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Desktop/H3 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  max-width: 352px;
  text-transform: none !important;
}

.tt-landing-header__inner .tt-landing-header__media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-start;
  padding-top: 217px;
  width: 684px;
}

.tt-landing-header__inner .tt-landing-header__media img {
  width: 463px !important;
  height: auto !important;
}

.tt-landing-header__inner .tt-landing-header__form {
  display: flex;
  width: 440px;
  min-width: 440px;
  height: auto;
  padding: 40px 40px 13px 40px;
  margin-top: 50px !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  border-radius: 16px;
  border: 1px solid  #4DC4CF;
  background: #1C1C1E;
}

.tt-landing-header__inner .tt-landing-header__form iframe {
  height: 520px !important;
  height: 485px !important;
  height: 552px !important;
  margin-left: -10px;
}

.tt-landing-header__inner .tt-landing-header__form .tt-landing-header__iframe-title {
  color: var(--Blanco, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PODIUM Sharp 8.4";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 15px !important;
}

.tt-landing-header__inner .tt-landing-header__form .tt-landing-header__iframe-title strong {
  color: var(--Azul-claro, #4DC4CF);
}

/*Ajustes conenido*/
.page-template-landing-dark .moduleText h2 {
  margin-bottom: 32px;
}

.page-template-landing-dark .moduleText p.summary {
  color: var(--MELER-Blanco, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Desktop/H3 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: none !important;
  margin-bottom: 80px;
}

/*Responsive*/
@media screen and (max-width: 1200px) {
  .page-template-landing-dark .header-no-bg .header-bottom-content .tt-landing-header__inner {
    flex-wrap: wrap;
  }
  .page-template-landing-dark .tt-landing-header__media {
    width: 40%;
  }
  .page-template-landing-dark .tt-landing-header__description {
    width: 50%;
  }
  .page-template-landing-dark .tt-landing-header__form {
    width: 100%;
    margin-top: 42px;
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .page-template-landing-dark .header-no-bg .header-bottom-content {
    padding: 16px !important;
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .page-template-landing-dark .tt-landing-header__inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .page-template-landing-dark .tt-landing-header__inner .tt-landing-header__description p.summary {
    max-width: none;
    text-transform: none !important;
  }
  .page-template-landing-dark .tt-landing-header__media {
    order: 0;
    width: 100%;
    text-align: center;
  }
  .page-template-landing-dark .tt-landing-header__media img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-landing-dark .tt-landing-header__description {
    order: 1;
    width: 100%;
    margin-bottom: 42px;
  }
  .page-template-landing-dark .tt-landing-header__form {
    order: 2;
    width: 100%;
    margin-top: 0px;
  }
  .page-template-landing-dark .tt-landing-header__inner .tt-landing-header__description h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }
  .page-template-landing-dark .tt-landing-header__form {
    height: auto;
  }
}

@media screen and (max-width: 456px) {
  .page-template-landing-dark .tt-landing-header__description {
    padding: 0;
  }
  .page-template-landing-dark .tt-landing-header__inner .tt-landing-header__description p.txt-featured {
    text-align: center !important;
    width: 100%;
  }
  .page-template-landing-dark .tt-landing-header__media {
    padding: 0;
  }
  .page-template-landing-dark .tt-landing-header__media img {
    width: 130.96px !important;
    height: auto !important;
  }
  .page-template-landing-dark .directory-module-icons .num_items_4 {
    display: flex;
    align-items: flex-end;
  }
  .page-template-landing-dark .directory-module-icons .num_items_4 .item {
    width: 50%;
  }
  .tt-landing-header__inner .tt-landing-header__form {
    padding: 27px;
  }
}

/*Página - gracias*/
.page-template-landing-dark.page-id-37566,
.page-template-landing-dark.page-id-37535,
.page-template-landing-dark.page-id-37563,
.page-template-landing-dark.page-id-37564,
.page-template-landing-dark.page-id-37565 {
  /*----[Botones]*/
}

.page-template-landing-dark.page-id-37566 .tt-landing-header__description,
.page-template-landing-dark.page-id-37535 .tt-landing-header__description,
.page-template-landing-dark.page-id-37563 .tt-landing-header__description,
.page-template-landing-dark.page-id-37564 .tt-landing-header__description,
.page-template-landing-dark.page-id-37565 .tt-landing-header__description {
  padding-top: 141px !important;
}

.page-template-landing-dark.page-id-37566 .tt-landing-header__description h2,
.page-template-landing-dark.page-id-37535 .tt-landing-header__description h2,
.page-template-landing-dark.page-id-37563 .tt-landing-header__description h2,
.page-template-landing-dark.page-id-37564 .tt-landing-header__description h2,
.page-template-landing-dark.page-id-37565 .tt-landing-header__description h2 {
  margin-bottom: 30px;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content {
  padding-top: 199px;
  padding-top: 190px;
}

.page-template-landing-dark.page-id-37566 .header-bottom .header-bottom-content,
.page-template-landing-dark.page-id-37535 .header-bottom .header-bottom-content,
.page-template-landing-dark.page-id-37563 .header-bottom .header-bottom-content,
.page-template-landing-dark.page-id-37564 .header-bottom .header-bottom-content,
.page-template-landing-dark.page-id-37565 .header-bottom .header-bottom-content {
  background: #1C1C1E !important;
}

.page-template-landing-dark.page-id-37566 .tt-landing-header__media,
.page-template-landing-dark.page-id-37535 .tt-landing-header__media,
.page-template-landing-dark.page-id-37563 .tt-landing-header__media,
.page-template-landing-dark.page-id-37564 .tt-landing-header__media,
.page-template-landing-dark.page-id-37565 .tt-landing-header__media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 859px;
}

.page-template-landing-dark.page-id-37566 .tt-landing-header__media img,
.page-template-landing-dark.page-id-37535 .tt-landing-header__media img,
.page-template-landing-dark.page-id-37563 .tt-landing-header__media img,
.page-template-landing-dark.page-id-37564 .tt-landing-header__media img,
.page-template-landing-dark.page-id-37565 .tt-landing-header__media img {
  width: auto !important;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.txt,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.txt,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.txt,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.txt,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.txt {
  color: var(--MELER-Blanco, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  /* Desktop/H3 */
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 20px;
}

.page-template-landing-dark.page-id-37566 .button,
.page-template-landing-dark.page-id-37566 .gform_wrapper input.button,
.page-template-landing-dark.page-id-37535 .button,
.page-template-landing-dark.page-id-37535 .gform_wrapper input.button,
.page-template-landing-dark.page-id-37563 .button,
.page-template-landing-dark.page-id-37563 .gform_wrapper input.button,
.page-template-landing-dark.page-id-37564 .button,
.page-template-landing-dark.page-id-37564 .gform_wrapper input.button,
.page-template-landing-dark.page-id-37565 .button,
.page-template-landing-dark.page-id-37565 .gform_wrapper input.button {
  color: #ffffff;
  background-color: #1ecad3;
  padding-top: 17px;
  padding-bottom: 18px;
}

.page-template-landing-dark.page-id-37566 .button:hover,
.page-template-landing-dark.page-id-37566 .gform_wrapper input.button:hover,
.page-template-landing-dark.page-id-37535 .button:hover,
.page-template-landing-dark.page-id-37535 .gform_wrapper input.button:hover,
.page-template-landing-dark.page-id-37563 .button:hover,
.page-template-landing-dark.page-id-37563 .gform_wrapper input.button:hover,
.page-template-landing-dark.page-id-37564 .button:hover,
.page-template-landing-dark.page-id-37564 .gform_wrapper input.button:hover,
.page-template-landing-dark.page-id-37565 .button:hover,
.page-template-landing-dark.page-id-37565 .gform_wrapper input.button:hover {
  color: #1ecad3;
  background-color: transparent;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.buttons,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.buttons,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.buttons,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.buttons,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.buttons {
  margin-bottom: 100px;
  margin-bottom: 38px;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.more,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.more,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.more,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.more,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.more {
  margin: 0;
  padding: 0;
  position: relative;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.more a,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.more a,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.more a,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.more a,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.more a {
  color: #1ecad3;
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  height: auto;
  display: inline-block;
  position: relative;
  min-height: auto;
  position: relative;
  color: #1ecad3;
  padding: 0 48px 0 0;
  margin: 0;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.more a:hover,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.more a:hover,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.more a:hover,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.more a:hover,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.more a:hover {
  background-color: transparent;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.more a::after,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.more a::after,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.more a::after,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.more a::after,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.more a::after {
  content: " ";
  background-image: url(/media/icon-arrow-next.svg);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: inline-block;
  margin-left: 24px;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  transform: translate(0px, -50%);
  transition: all 0.3s ease;
}

.page-template-landing-dark.page-id-37566 .header-no-bg .header-bottom-content p.more a:hover::after,
.page-template-landing-dark.page-id-37535 .header-no-bg .header-bottom-content p.more a:hover::after,
.page-template-landing-dark.page-id-37563 .header-no-bg .header-bottom-content p.more a:hover::after,
.page-template-landing-dark.page-id-37564 .header-no-bg .header-bottom-content p.more a:hover::after,
.page-template-landing-dark.page-id-37565 .header-no-bg .header-bottom-content p.more a:hover::after {
  transform: translate(10px, -50%);
}
