@font-face {
  font-family: 'Proxima Nova Light';
  src: url("../font/proxima_nova/Proxima Nova Light.otf");
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../font/proxima_nova/Proxima Nova Regular.otf");
}

@font-face {
  font-family: 'Proxima Nova SemiBold';
  src: url("../font/proxima_nova/Proxima Nova Semibold.otf");
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../font/proxima_nova/Proxima Nova Bold.otf");
}

:root {
  /* FONTS */
  --font-titles: 'Raleway', sans-serif;
  --font-button: 'Montserrat', sans-serif;
  /* COLOR */
  --primary-color: #00FFBD;
  --background-color: #2C3DA7;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-color);
  color: #FFF;
  overflow-x: hidden;
}

header {
  margin-top: 15px;
  background: var(--background-color);
}

main {
  text-align: center;
}

/* NAVBAR */
nav {
  background-color: var(--background-color);
}

nav a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.815rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

nav .navbar-nav {
  margin-left: auto !important;
}

.circulo {
  height: 3px;
  width: 3px;
  background-color: #00FFBD;
  border-radius: 50%;
  display: inline-block;
  margin: auto 10px;
}

.nav_contacto {
  color: #00FFBD !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-left: 30px;
  text-decoration: none;
  border-style: solid;
  border-radius: 18px;
  border-width: 1px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.nav_contacto:hover {
  background-color: #00FFBD;
  color: #181D4D !important;
  border-color: transparent;
  border-width: 1px;
  cursor: pointer;
}

.navbar-mobile .navbar-nav {
  text-align: right;
}

.navbar-mobile .btn-close {
  color: #FFF !important;
}

.navbar-mobile .btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.navbar-mobile .nav-item {
  margin-bottom: 10px;
}

.navbar-mobile .nav-link {
  border-bottom: 1px solid #FFF;
  border-bottom-width: 50%;
}

.offcanvas {
  background-color: #414141;
}

.offcanvas a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: capitalize;
}

.offcanvas-end {
  width: 255px;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.8em;
  height: 1.8em;
}

.wsp_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* END NAVBAR */
.section {
  padding: 160px 0px;
}

.section_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: initial;
  padding: 40px 0px;
  height: 90vh;
  background: url("../img/evolving-svg/Group 3777.svg") -10vw 25vh no-repeat, url("../img/evolving-svg/Group 3778.svg") 70vw 5vh no-repeat;
  /* border-bottom: 2px solid #8C4AE1; */
}

.section_carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_carousel .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_carousel .container .row h1 {
  font-family: var(--font-titles);
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: -1.6px;
}

.section_carousel .container .row p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 75px 0px;
  max-width: 85%;
}

.section_carousel .container .row p span {
  font-family: "Proxima Nova Bold", sans-serif;
  color: var(--primary-color);
}

.section_carousel .container .row a {
  padding: 10px 45px;
  text-decoration: none;
  border-style: solid;
  border-radius: 50px;
  border-width: 1px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: var(--font-button);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #5F2EA1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section_2 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00FFBD91), color-stop(85%, #2468a9), color-stop(105%, #2e41a4));
  background: transparent linear-gradient(180deg, #00FFBD91 0%, #2468a9 85%, #2e41a4 105%);
}

.section_2 h2 {
  font-size: 3.75rem;
  line-height: 2.625rem;
  letter-spacing: -1.2px;
}

.section_2 p {
  font-family: "Proxima Nova SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.section_2 .parrafo_2 {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 1.125rem;
}

.section_2 .row {
  /* .border-bottom-icon {
            border-bottom: 1px solid #FFF;
        } */
}

.section_2 .row img {
  max-width: 64px;
  margin-top: 90px;
}

.section_2 .row p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 90px;
  line-height: 17px;
}

.section_2 h3 {
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-top: 160px;
}

.section_3 {
  background-color: #181D4D;
  background-image: url("../img/evolving-svg/Mask Group 7@2x.png");
  background-size: cover;
  background-position: center;
}

.section_3 h3 {
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 2.125rem;
  line-height: 2.563rem;
  margin: 65px 0px 40px 0px;
}

.section_3 span {
  font-family: "Proxima Nova Bold", sans-serif;
}

.section_3 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.188rem;
  margin-bottom: 70px;
}

.section_3 a {
  padding: 10px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-radius: 25px;
  border-width: 1px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #00FFBD;
  border-color: #00FFBD;
  color: #181D4D;
}

.section_3 a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.section_4 {
  padding-bottom: 0px;
  text-align: left;
}

.section_4 h2 {
  text-align: center;
}

.section_4 h3 {
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 1.875rem !important;
  line-height: 1.875rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -5px;
  margin-left: 20px;
}

.section_4 p, .section_4 ul {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.section_4 .primer_parrafo {
  font-size: 0.938rem;
}

.section_4 .imagenes-section-4 {
  width: 100%;
}

.section_4 .img-1 {
  position: relative;
  margin-top: -100px;
  width: 1040px;
  right: -80px;
}

.section_4 .img-2 {
  position: relative;
  margin-top: -161px;
  width: 1220px;
  left: -736px;
}

.section_4 .img-3 {
  position: relative;
  margin-top: -403px;
  width: 1084px;
  right: -23px;
}

.section_4 .img-4 {
  position: relative;
  margin-top: -229px;
  width: 1220px;
  left: -784px;
}

.section_4 .textos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: -110px;
}

.section_4 li {
  list-style: none;
  font-size: 14px;
}

.section_4 li::before {
  content: "\2022";
  color: #00FFBD;
  display: inline-block;
  width: 1.25em;
  margin-left: -1em;
}

.section_5 {
  padding-top: 0px;
}

.section_5 .col {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_5 .col img {
  max-width: 80%;
  margin: auto auto;
  max-height: 75%;
}

.section_6 {
  background-image: url("../img/evolving-svg/Mask Group 12@2x.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
  border-bottom: solid;
  border-width: 1px;
  border-color: #00FFBD;
}

.section_6 input {
  height: 55px;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 15px 30px;
  margin: 10px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border-bottom: solid;
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0;
  transition: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 51px;
}

.section_6 input::-webkit-input-placeholder {
  color: white;
}

.section_6 input:-ms-input-placeholder {
  color: white;
}

.section_6 input::-ms-input-placeholder {
  color: white;
}

.section_6 input::placeholder {
  color: white;
}

.section_6 input:hover::-webkit-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover:-ms-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover::-ms-input-placeholder {
  color: #00FFBD;
}

.section_6 input:hover::placeholder {
  color: #00FFBD;
}

.section_6 input:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: solid;
  border-color: #00FFBD;
}

.section_6 button {
  position: relative;
  padding: 10px 60px;
  text-decoration: none;
  border-style: solid;
  border-radius: 25px;
  border-width: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #00FFBD;
  border-color: #00FFBD;
  color: #181D4D;
  margin-top: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section_6 button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.section_6 .form-control {
  display: initial;
  max-width: 320px;
}

.section_6 .form-control:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #00FFBD;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(1, 255, 255, 0);
          box-shadow: 0 0 0 0.25rem rgba(1, 255, 255, 0);
}

.section_6 .btn:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(113, 240, 198, 0.16) !important;
          box-shadow: 0 0 0 0.25rem rgba(113, 240, 198, 0.16) !important;
}

.titulo_seccion {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 2.625rem;
  margin-bottom: 70px;
  letter-spacing: -1px;
}

.btn-whatsapp {
  display: block;
  width: 110px;
  height: 110px;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
  background-color: #FFFFFF2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-whatsapp img {
  height: 45px;
}

.btn-whatsapp-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.btn-whatsapp-desktop img {
  height: 35px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px 0px 5px 0px;
}

footer img {
  width: 120px;
}

footer p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 0.438rem;
  opacity: 0.75;
  margin-top: 1rem;
}

.swal2-styled.swal2-confirm {
  border-radius: 2em !important;
  background-color: var(--primary-color) !important;
  color: var(--background-color) !important;
  width: 100px !important;
  font-family: "Montserrat", sans-serif !important;
}

.swal2-styled.swal2-confirm:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(111, 227, 173, 0.59) !important;
          box-shadow: 0 0 0 3px rgba(111, 227, 173, 0.59) !important;
}

/* MEDIASQUERIS */
@media (max-width: 991px) {
  .navbar-desktop, .btn-whatsapp {
    display: none;
  }
  .titulo_seccion {
    font-size: 2.5rem;
  }
  .section_carousel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C3DA7DB), to(#2C3DA7DB)), url("../img/evolving-svg/Group 3730.svg");
    background-image: linear-gradient(to bottom, #2C3DA7DB, #2C3DA7DB), url("../img/evolving-svg/Group 3730.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
  }
  .section_carousel .container .row h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .section_carousel .container .row p {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.688rem;
    margin: 50px 40px;
  }
  .section_carousel .container .row img {
    display: none;
  }
  .section_2 {
    background: var(--background-color);
    padding: 0px 0px 50px 0px;
  }
  .section_2 h2 {
    font-size: 2.5rem;
  }
  .section_2 p {
    font-family: "Proxima Nova SemiBold", sans-serif;
    font-size: 1.063rem;
    line-height: 1.313rem;
    padding: 0px 15px;
  }
  .section_2 .parrafo_2 {
    font-family: "Proxima Nova Regular", sans-serif;
    font-size: 1.125rem;
  }
  .section_2 .row img {
    width: 80px;
    max-width: none;
    margin-top: 0px;
  }
  .section_2 .row p {
    font-size: 1.063rem;
    line-height: 1.313rem;
    text-align: center;
    margin-top: 0px;
  }
  .section_2 h3 {
    margin-top: 100px;
    font-size: 1.25rem;
    line-height: 1.688rem;
  }
  .section_2 .fondo-icono-1 {
    background: transparent -webkit-gradient(linear, right top, left top, from(#00FFBD91), color-stop(67%, #1A8DB1D8), color-stop(86%, #294EAB), to(#2C3DA7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(to left, #00FFBD91 0%, #1A8DB1D8 67%, #294EAB 86%, #2C3DA7 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 128px 128px 0px;
    padding: 30px;
    margin: 60px 30px 30px 30px;
    width: 88%;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_2 .fondo-icono-2 {
    background: transparent -webkit-gradient(linear, left top, right top, from(#00FFBD91), color-stop(67%, #1A8DB1D8), color-stop(86%, #294EAB), to(#2C3DA7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(to right, #00FFBD91 0%, #1A8DB1D8 67%, #294EAB 86%, #2C3DA7 100%) 0% 0% no-repeat padding-box;
    border-radius: 128px 0px 0px 128px;
    padding: 30px;
    margin: 60px 30px 30px 30px;
    width: 88%;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_2 .caja-texto-mobile {
    width: 85%;
  }
  .section_3 h3 {
    font-size: 1.625rem;
    line-height: 1.938rem;
  }
  .section_4 {
    position: relative;
    padding-top: 70px;
  }
  .section_4 .textos {
    margin-top: 0px;
    display: initial;
    position: relative;
  }
  .section_4 .section-4-mobile {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 15px;
  }
  .section_4 .imagenes-section-4 {
    display: none;
  }
  .section_4 .fondo_1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/1.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/2.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/3.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 .fondo_4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1A177BC7), to(#1A177BC7)), url("../img/evolving-svg/4.jpg");
    background-image: linear-gradient(to bottom, #1A177BC7, #1A177BC7), url("../img/evolving-svg/4.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_4 h3 {
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 1.75em;
    margin: 25px 0px 150px;
    display: block;
  }
  .section_4 p, .section_4 li, .section_4 .primer_parrafo {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0px 15px;
  }
  .section_4 .derecha {
    text-align: right;
    width: 100%;
  }
  .section_4 .blob_1 {
    position: absolute;
    left: -135px;
    top: 20px;
    width: 449px;
  }
  .section_4 .blob_2 {
    position: absolute;
    right: -184px;
    top: -80px;
    width: 526px;
  }
  .section_4 .blob_2b {
    position: absolute;
    right: -184px;
    top: -98px;
    width: 526px;
  }
  .section_5 {
    padding: 15px;
  }
  .section_5 h2 {
    margin-top: 100px;
  }
  .parrafo_desktop {
    display: none;
  }
  .overflow-mobile {
    overflow-x: hidden;
    position: relative;
  }
  .navbar-brand img {
    width: 145px;
  }
  .border-bottom-icon {
    border-bottom: 0px;
  }
  .salto2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-mobile {
    display: none;
  }
  .parrafo_mobile {
    display: none;
  }
  .salto {
    display: none;
  }
  .blob_1 {
    display: none;
  }
  .blob_2 {
    display: none;
  }
  .blob_2b {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */