@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap");
@font-face {
  font-family: "GothamLight";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBlack";
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --FontBlack: "GothamBlack";
  --FontBold: "GothamBold";
  --FontBook: "GothamBook";
  --FontLight: "GothamLight";
  --bgColor: #1A1A1A;
  --colorGray: #E5E7EB;
  --colorBlue:#184186;
  --colorBlueHover:#0E3163;
  --colorPink:#E50661;
  --colorPinkHover:#A5044D;
  --colorBase: #4D4D4D;
  --colorBlack: #000;
  --colorWhite: #fff;
}

@media (max-width: 1023px) {
  .container {
    max-width: 100% !important;
  }
}

/*Colors*/
.color-dark {
  color: var(--colorBlack);
}

.color-white {
  color: var(--colorWhite);
}

.color-default {
  color: var(--colorBase);
}

.color-blue {
  color: var(--colorBlue);
}

.color-pink {
  color: var(--colorPink);
}

.bg-scale-1 {
  background-color: #184186;
}

.bg-scale-2 {
  background-color: #402D80;
}

.bg-scale-3 {
  background-color: #8E1872;
}

.bg-scale-4 {
  background-color: #CE0665;
}

.bg-blue {
  background-color: var(--colorPink);
}

.bg-pink {
  background-color: var(--colorPink);
}

.bg-gray {
  background-color: var(--colorGray);
}

.bg-white {
  background-color: var(--colorWhite);
}

.bg-gradient {
  background: linear-gradient(90deg, rgb(24, 65, 134) 0%, rgb(229, 6, 97) 100%);
}

.cursor-pointer {
  cursor: pointer;
}

.light {
  font-family: var(--FontLight) !important;
}

.bold, b {
  font-family: var(--FontBold) !important;
}

.book {
  font-family: var(--FontBook) !important;
}

.black {
  font-family: var(--FontBlack) !important;
}

/*Text*/
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  font-family: var(--FontBook);
}

p {
  color: var(--colorBase);
}
p b {
  line-height: 0;
}

.heading-h1 {
  font-family: "GothamBlack";
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .heading-h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .heading-h1 {
    font-size: 38px;
  }
}

.heading-h2 {
  font-family: "GothamBlack";
  font-size: 48px;
  line-height: 1;
  letter-spacing: -2px;
}
@media (max-width: 1199px) {
  .heading-h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .heading-h2 {
    font-size: 32px;
  }
}

.heading-h3 {
  font-family: "GothamBlack";
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .heading-h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .heading-h3 {
    font-size: 28px;
  }
}

.heading-h4 {
  font-family: "GothamBold";
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .heading-h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-h4 {
    font-size: 22px;
  }
}

.heading-h5 {
  font-family: "GothamBlack";
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .heading-h5 {
    font-size: 24px;
  }
}

.text-default {
  font-family: "GothamBook";
  font-size: 16px;
}

.text-large {
  font-family: "GothamBook";
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .text-large {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-large {
    font-size: 20px;
  }
}
.text-large b {
  line-height: 0;
}

.text-medium {
  font-family: "GothamBook";
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .text-medium {
    font-size: 18px;
  }
}
.text-medium b {
  line-height: 0;
}

.border-left {
  border-left: 4px solid var(--colorPink);
}

/*Button*/
.button {
  border: 1px solid transparent;
  padding: 22px 32px 22px;
  font-size: 16px;
  font-family: var(--FontBold);
  transition: 0.2s ease-in-out;
  background-color: var(--colorPink);
  color: var(--colorWhite);
  line-height: 1;
  border-radius: 0 0 32px 0;
  display: inline-block;
  border: 1px solid transparent;
}
.button:hover {
  background-color: var(--colorPinkHover);
  border-color: var(--colorWhite);
  color: var(--colorWhite);
}
.button.white {
  color: var(--colorBlue);
  background-color: var(--colorWhite);
}
.button.white:hover {
  background-color: var(--colorPinkHover);
  color: var(--colorWhite);
  border-color: var(--colorWhite);
}
.button.pink:hover {
  background-color: --colorPinkHover;
  color: var(--colorWhite);
  border-color: var(--colorWhite);
}

/*Block elements*/
body {
  font-family: var(--FontBook), sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: var(--colorBase);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

/*Animaciones*/
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.show-bg {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.show-bg.active {
  opacity: 1;
  transform: scale(1);
}

.animate-on-scroll.active.show-1 {
  transition-delay: 0.2s;
}

.animate-on-scroll.active.show-2 {
  transition-delay: 0.4s;
}

.animate-on-scroll.active.show-3 {
  transition-delay: 0.6s;
}

.animate-on-scroll.active.show-4 {
  transition-delay: 0.8s;
}

.animate-on-scroll.active.show-5 {
  transition-delay: 1s;
}

.animate-on-scroll.active.show-6 {
  transition-delay: 1.2s;
}

.animate-on-scroll.active.show-7 {
  transition-delay: 1.4s;
}

/*Header*/
header {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  transition: 200ms ease-in-out;
  border-bottom: 1px solid transparent;
}
header .header-inner {
  transition: 200ms ease-in-out;
}
header .header-inner .brand img {
  transition: 200ms ease-in-out;
  /*height: 58px;*/
}
@media (max-width: 1023px) {
  header .header-inner .brand img {
    height: 50px;
  }
}
header .header-inner .menu .nav-link {
  padding-top: 10px;
  height: 32px;
}
header .header-inner .menu a:hover,
header .header-inner .menu a.active {
  color: var(--colorPink);
}
header.scroll {
  border-bottom-color: #ddd;
}
header.scroll .header-inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  header.scroll .header-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  header.scroll .header-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
header.scroll .header-inner .brand img {
  height: 50px;
}
header .toggle {
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .toggle .toggle-inner {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 28px;
  height: 20px;
  margin-top: 0;
  position: relative;
  color: inherit;
}
header .toggle .toggle-inner span {
  background: transparent;
  display: inline-block;
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--colorBlue);
  transition: all 0.3s ease-out;
  vertical-align: top;
  position: absolute;
  right: 0;
}
header .toggle .toggle-inner span:nth-child(2) {
  top: 8px;
  right: 0;
  width: 20px;
}
header .toggle .toggle-inner span:nth-child(3) {
  top: 16px;
  right: 0;
  width: 12px;
}
header .toggle:hover .toggle-inner span:nth-child(1) {
  width: 12px;
}
header .toggle:hover .toggle-inner span:nth-child(3) {
  width: 28px;
}

/*Custom blocks*/
.hero-index .swiper-slide {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-index .swiper-slide {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.hero-index .hero-caption {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hero-index .hero-caption {
    padding-bottom: 32px;
  }
}
.hero-index .hero-caption .heading-h2 {
  width: 100%;
}
.hero-index .bg-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-index .bg-slider.slider-desktop {
    display: none;
  }
}
.hero-index .bg-slider.slider-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero-index .bg-slider.slider-mobile {
    display: block;
  }
}
.hero-index .swiper-button-prev,
.hero-index .swiper-button-next {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .hero-index .swiper-button-prev,
  .hero-index .swiper-button-next {
    display: none;
  }
}
.hero-index .swiper-button-prev::after {
  color: #fff;
}
.hero-index .swiper-button-next::after {
  color: #333;
}
.hero-index .swiper-button-next {
  background-image: url(../images/icon-chevron-right.svg);
}
.hero-index .swiper-button-prev {
  background-image: url(../images/icon-chevron-left.svg);
}

@media (max-width: 1023px) {
  .section-intro .border-left {
    border-left: 0;
  }
}

.section-program .well {
  border-radius: 0 0 48px 0;
}

.section-title {
  position: relative;
  overflow: hidden;
}
.section-title .banner {
  position: absolute;
  right: -4px;
  bottom: 0;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.section-title .heading-h2 {
  position: relative;
  z-index: 1;
}

.section-map {
  position: relative;
  overflow: hidden;
  height: 450px;
}

.footer-social {
  display: flex;
  align-items: center;
}
.footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  background-color: var(--colorPink);
}
.footer-social a img {
  height: 16px;
  width: auto;
}
.footer-social a:hover {
  background-color: var(--colorPinkHover);
}

.social {
  border: 2px solid #fff;
  transition: 200ms ease-in-out;
}
.social svg path {
  transition: 200ms ease-in-out;
}

.social:hover {
  background-color: #fff;
}
.social:hover svg path {
  fill: black;
}

#menu {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
  right: 0;
  top: 0;
  left: auto;
  position: fixed;
  width: 530px;
  will-change: right;
  right: -530px;
}
@media (max-width: 1023px) {
  #menu {
    width: 400px;
    right: -400px;
  }
}
@media (max-width: 767px) {
  #menu {
    width: 280px;
    right: -280px;
  }
}
#menu.menu-active {
  right: 0;
}
#menu .close {
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 20px;
  z-index: 1;
  transition: 200ms ease-in-out;
}
#menu .cross {
  display: grid;
  height: 100%;
  place-items: center;
  position: absolute;
  width: 100%;
}
#menu .cross .bar {
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: var(--colorWhite);
  border-radius: 10px;
  transform-origin: center center;
}
#menu .cross .bar:first-child {
  transform: rotate(-45deg);
}
#menu .cross .bar:last-child {
  transform: rotate(45deg);
}
#menu.menu-scroll .close {
  top: 1rem;
}
#menu .bg {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-items {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.menu-items.active {
  opacity: 1;
  transform: translateY(0);
}
.menu-items.show {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.menu-items.show.appear {
  opacity: 1;
  transform: translateY(0);
}
.menu-items.show.appear.appear-1 {
  transition-delay: 0.2s;
}
.menu-items.show.appear.appear-2 {
  transition-delay: 0.4s;
}
.menu-items.show.appear.appear-3 {
  transition-delay: 0.6s;
}
.menu-items.show.appear.appear-4 {
  transition-delay: 0.8s;
}
.menu-items.show.appear.appear-5 {
  transition-delay: 1s;
}
.menu-items.show.appear.appear-6 {
  transition-delay: 1.2s;
}
@media (max-width: 767px) {
  .menu-items .text-large {
    font-size: 20px;
  }
}
.menu-items .nav-link {
  transition: 0.2s ease-in-out;
}
.menu-items .nav-link:hover {
  margin-right: 8px;
  color: var(--colorPrimary) !important;
}

.chevron {
  position: absolute;
  right: 8px;
  height: 12px;
}

.menu-social {
  display: flex;
  align-items: center;
}
.menu-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  background-color: var(--colorPinkHover);
}
.menu-social a img {
  height: 16px;
  width: auto;
}
.menu-social a:hover {
  background-color: var(--colorPinkHover);
}

.menu-mobile {
  display: flex;
  flex-direction: column;
}
.ico-wsp {
  width: 64px;
  padding: 0px;
  margin: 5px 5px 16px 5px;
}
@media (max-width: 767px) {
  .ico-wsp {
    width: 48px;
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  /*background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;*/
  z-index: 100;
}/*# sourceMappingURL=style.css.map */