@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700,700i&display=swap");
@font-face {
  font-family: 'futuraBold';
  src: url("../fonts/Futura-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Futura-Bold.otf") format('opentype'), url("../fonts/Futura-Bold.woff") format('woff'), url("../fonts/Futura-Bold.ttf") format('truetype'), url("../fonts/Futura-Bold.svg#Futura-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/bold.eot");
  src: url("../fonts/avenir-next/bold.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/bold.woff2") format('woff2'), url("../fonts/avenir-next/bold.woff") format('woff'), url("../fonts/avenir-next/bold.ttf") format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/demi.eot");
  src: url("../fonts/avenir-next/demi.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/demi.woff2") format('woff2'), url("../fonts/avenir-next/demi.woff") format('woff'), url("../fonts/avenir-next/demi.ttf") format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/medium.eot");
  src: url("../fonts/avenir-next/medium.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/medium.woff") format('woff'), url("../fonts/avenir-next/medium.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/regular.eot");
  src: url("../fonts/avenir-next/regular.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/regular.woff") format('woff'), url("../fonts/avenir-next/regular.ttf") format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/thin.eot");
  src: url("../fonts/avenir-next/thin.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/thin.woff2") format('woff2'), url("../fonts/avenir-next/thin.woff") format('woff'), url("../fonts/avenir-next/thin.ttf") format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/avenir-next/ultralight.eot");
  src: url("../fonts/avenir-next/ultralight.eot?#iefix") format('embedded-opentype'), url("../fonts/avenir-next/ultralight.woff") format('woff'), url("../fonts/avenir-next/ultralight.ttf") format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Regular.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Regular.woff") format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Light.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Light.woff") format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'GT Flexa';
  src: url("../fonts/GT-Flexa-Standard-Bold.woff2") format('woff2'), url("../fonts/GT-Flexa-Standard-Bold.woff") format('woff');
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: 'Avenir Next';
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
span,
div,
input,
figure,
figcaption,
select,
button,
textarea {
  -webkit-appearance: none;
  margin: 0;
  display: block;
  outline: none;
  color: #000;
  font-family: 'Avenir Next';
  border: none;
}
a {
  text-decoration: none !important;
}
button,
a {
  cursor: pointer;
  background: none;
}
.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1120px) {
  .flex-block {
    flex-direction: column;
  }
}
.wide-container {
  max-width: 1340px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.top,
.credits {
  background: #d4b6f8;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 10px 15px;
  z-index: 99999;
  font-family: 'Avenir Next';
}
@media (max-width: 999px) {
  .top,
  .credits {
    font-size: 14px;
    height: auto;
    padding: 10px 5% 13px;
  }
}
@media (max-width: 640px) {
  .top,
  .credits {
    font-size: 10px;
  }
}
.top span,
.credits span {
  display: inline;
  margin-left: 8px;
}
@media (max-width: 999px) {
  .top span,
  .credits span {
    display: block;
  }
}
.top {
  color: #3c4ebe;
}
@media (max-width: 999px) {
  .top {
    display: none;
  }
}
.top span {
  color: #3c4ebe;
}
.top a {
  display: inline;
  text-decoration: underline !important;
  color: #3c4ebe;
}
.top.blueTop {
  background: #3c4ebe;
  color: #fff;
}
.top.blueTop span {
  color: #fff;
}
.top button {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 999;
  background: none;
  padding: 0;
  margin: 0;
}
.top button:after,
.top button:before {
  content: '';
  height: 100%;
  width: 2px;
  background: #3c4ebe;
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.top button:after {
  transform: rotate(45deg);
}
.top button:before {
  transform: rotate(-45deg);
}
.credits {
  background: #374fc4;
  color: #fff;
}
.credits span {
  color: #fff;
}
.credits.purple {
  background: #d9b4fc;
  color: #374fc4;
}
.credits.purple span {
  color: #374fc4;
}
header {
  background: #fff;
  position: relative;
  z-index: 9999;
}
header.shadow {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.175);
  box-shadow: 0 0 12px rgba(0,0,0,0.175);
}
header.navFix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
}
header .flex-block {
  height: 112px;
}
@media (max-width: 1120px) {
  header .flex-block {
    flex-direction: row;
  }
}
@media (max-width: 999px) {
  header .flex-block {
    flex-direction: row;
    height: 90px;
    align-items: center;
  }
}
@media (max-width: 640px) {
  header .flex-block {
    height: 70px;
  }
}
header .flex-block .hamburguer {
  display: none;
  height: auto;
  width: 26px;
  cursor: pointer;
}
@media (max-width: 999px) {
  header .flex-block .hamburguer {
    display: block;
  }
}
header .flex-block .hamburguer:before,
header .flex-block .hamburguer:after,
header .flex-block .hamburguer span {
  width: 100%;
  display: block;
  height: 3px;
  background: #000;
  content: '';
  margin-bottom: 5px;
}
header .flex-block .hamburguer:after {
  margin: 0;
}
header .flex-block .hamburguer.xicon {
  z-index: 99999999;
}
header .flex-block .hamburguer.xicon:before {
  transform: rotate(45deg);
  margin-top: 5px;
}
header .flex-block .hamburguer.xicon:after {
  transform: rotate(-45deg);
  margin-top: -8px;
}
header .flex-block .hamburguer.xicon span {
  display: none;
}
header .flex-block h1 {
  display: block;
  width: auto;
}
@media (max-width: 999px) {
  header .flex-block h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header .flex-block h1 a {
  width: 204px;
}
@media (max-width: 640px) {
  header .flex-block h1 a {
    width: 110px;
  }
  header .flex-block h1 a img {
    width: 100%;
    object-fit: contain;
  }
}
header .flex-block a {
  color: #000;
  font-size: 19px;
  height: auto;
}
header .flex-block a br {
  display: none;
}
header .flex-block a:hover,
header .flex-block a.active {
  color: #374fc4;
}
header .flex-block .info {
  display: none;
}
header .flex-block nav {
  width: auto;
  height: auto;
}
header .flex-block nav:lang(es) {
  min-width: 560px;
  max-width: 590px;
}
@media (max-width: 999px) {
  header .flex-block nav {
    display: none;
    margin: 0;
    min-width: inherit;
    max-width: inherit;
  }
  header .flex-block nav.slicing {
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    height: calc(100% - 112px);
    background: #374fc4;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  header .flex-block nav.slicing a {
    color: #fff;
    font-size: 32px;
    margin: 0 0 30px;
    text-align: center;
  }
  header .flex-block nav.slicing a:last-of-type {
    margin-bottom: 0;
  }
  header .flex-block nav.slicing a br {
    display: block;
  }
  header .flex-block nav.slicing .items {
    margin-top: -10%;
  }
  header .flex-block nav.slicing .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    padding: 30px;
    background: #d9b4fc;
    color: #374fc4;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    display: block;
  }
}
@media (max-width: 999px) {
  header .flex-block nav.slicing {
    top: 70px;
    height: calc(100% - 70px);
  }
}
@media (max-width: 640px) {
  header .flex-block nav.slicing .info {
    font-size: 13px;
    padding: 20px;
    width: calc(100% - 40px);
  }
}
header .flex-block nav .items {
  display: flex;
  justify-content: flex-end;
  width: auto;
  align-items: center;
}
@media (max-width: 999px) {
  header .flex-block nav .items {
    flex-direction: column;
  }
}
header .flex-block nav .items a {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
header .flex-block nav .items a.mob {
  display: none;
}
@media (max-width: 999px) {
  header .flex-block nav .items a.mob {
    display: block;
    width: 137px;
    height: 181px;
    margin: 20% auto 60%;
  }
  header .flex-block nav .items a.mob svg {
    height: 100%;
    width: 100%;
    display: block;
  }
}
header .flex-block nav .items a:nth-of-type(2) {
  margin-right: 40px;
}
@media (max-width: 999px) {
  header .flex-block nav .items a:nth-of-type(2) {
    margin: 20px 0 0;
    order: 3;
  }
}
header .flex-block .last {
  text-transform: uppercase;
  padding: 8px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #000;
}
@media (max-width: 999px) {
  header .flex-block .last {
    border-color: #fff;
    color: #fff !important;
    border: 2px solid #fff !important;
  }
}
@media (max-width: 640px) {
  header .flex-block .last {
    font-size: 12px;
    font-weight: 700;
  }
}
header .flex-block .last span {
  display: inline;
}
@media (max-width: 640px) {
  header .flex-block .last span {
    display: none;
  }
}
header .flex-block .last:hover,
header .flex-block .last.active {
  color: #374fc4;
  border-color: #374fc4;
}
header .flex-block .last:hover span,
header .flex-block .last.active span {
  color: #374fc4;
}
.stage-ppal {
  background: #f8f7f7;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.stage-ppal.videostage {
  margin-bottom: -1px;
}
.stage-ppal.videostage:before {
  display: none;
}
.stage-ppal.videostage .contentVideo {
  position: relative;
}
.stage-ppal.videostage .contentVideo .buttonBox {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 999;
}
@media (max-width: 999px) {
  .stage-ppal.videostage .contentVideo .buttonBox {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .stage-ppal.videostage .contentVideo .buttonBox {
    width: 40px;
    height: 40px;
  }
}
.stage-ppal.videostage .contentVideo .buttonBox button {
  display: block;
  width: 100%;
  height: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  padding: 0;
}
.stage-ppal.videostage .contentVideo .buttonBox button img {
  width: 100%;
  object-fit: contain;
}
.stage-ppal.videostage .contentVideo .buttonBox button:first-of-type {
  display: block;
}
.stage-ppal.videostage .contentVideo .buttonBox button:last-of-type {
  display: none;
}
.stage-ppal.videostage .contentVideo .buttonBox button:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.stage-ppal.videostage .contentVideo .buttonBox.changeBtn button:first-of-type {
  display: none;
}
.stage-ppal.videostage .contentVideo .buttonBox.changeBtn button:last-of-type {
  display: block;
}
.stage-ppal.videostage .contentVideo .imgBack {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  height: 100%;
  display: block;
}
.stage-ppal.videostage .contentVideo .imgBack.coverImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.stagebox {
  height: auto;
  position: relative;
  z-index: 4;
  padding: 5% 0;
}
@media (max-width: 999px) {
  .stagebox {
    height: auto;
    padding: 40px 0;
  }
}
.stagebox .flex-block {
  height: 100%;
}
@media (max-width: 999px) {
  .stagebox .flex-block {
    height: auto;
    width: 100%;
  }
}
.stagebox .flex-block figure {
  width: 55%;
  position: relative;
  z-index: 2;
}
@media (max-width: 999px) {
  .stagebox .flex-block figure {
    width: 100%;
    margin: 40px auto 0;
  }
}
.stagebox .flex-block figure img {
  width: 100%;
  object-fit: contain;
}
.stagebox .flex-block figure p {
  text-align: center;
  color: #374fc4 !important;
  font-size: 22px;
  margin: 20px auto 0;
  font-family: 'Avenir Next';
  font-weight: 400;
  max-width: 400px;
  width: 90%;
}
.stagebox .flex-block figure p a {
  display: inline;
  color: #374fc4;
  text-decoration: underline !important;
}
.stagebox .flex-block article {
  width: 40%;
}
@media (max-width: 999px) {
  .stagebox .flex-block article {
    width: 90%;
    margin: 0 auto;
  }
}
.stagebox .flex-block article h2 {
  position: relative;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: 'GT Flexa';
  font-weight: 700;
  color: #3a3737;
}
@media (max-width: 640px) {
  .stagebox .flex-block article h2 {
    font-size: 56px;
  }
}
@media (max-width: 414px) {
  .stagebox .flex-block article h2 {
    font-size: 38px;
  }
  .stagebox .flex-block article h2 img {
    position: absolute;
    right: -10%;
    top: -100px;
    z-index: 99;
  }
}
@media (max-width: 414px) and (max-width: 640px) {
  .stagebox .flex-block article h2 img {
    right: -5%;
    top: -580%;
  }
}
.stagebox .flex-block article p {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Avenir Next';
  font-weight: 400;
  color: #3a3737;
}
.stagebox .flex-block article p:last-of-type {
  margin: 0;
}
.brands {
  margin: 0 0 7%;
}
@media (max-width: 999px) {
  .brands {
    margin-top: 0;
  }
}
.brands small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #48474a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .brands small {
    font-size: 14px;
  }
}
.brands .flex-block {
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .brands .flex-block {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.brands .flex-block img {
  height: 26px;
  object-fit: contain;
  max-width: inherit;
  width: auto;
}
@media (max-width: 999px) {
  .brands .flex-block img {
    margin: 0 15px 20px;
  }
}
.brands .flex-block img:nth-of-type(2) {
  height: 51px;
}
.brands .flex-block img:nth-of-type(3) {
  height: 35px;
}
.brands .flex-block img:nth-of-type(4),
.brands .flex-block img:nth-of-type(7) {
  height: 28px;
}
.brands .flex-block img:nth-of-type(5) {
  height: 56px;
}
.brands .flex-block img:nth-of-type(6) {
  height: 48px;
}
.sign-up-blocks {
  background: rgba(168,208,244,0.2);
  padding: 7% 0;
}
.sign-up-blocks .wide-container {
  flex-wrap: wrap;
  max-width: 1220px;
}
.sign-up-blocks .block-sign {
  width: 48%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  height: 500px;
  max-width: 567px;
  position: relative;
}
@media (max-width: 1120px) {
  .sign-up-blocks .block-sign {
    width: 100%;
    height: auto !important;
    padding: 40px;
  }
  .sign-up-blocks .block-sign:first-of-type {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}
.sign-up-blocks .block-sign .info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  text-align: center;
  width: 100%;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign .info {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    width: 100%;
  }
}
.sign-up-blocks .block-sign .info p {
  margin: 0;
  font-size: 32px !important;
  line-height: normal !important;
  font-weight: 700 !important;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign .info p {
    font-size: 28px !important;
    font-weight: 600 !important;
  }
}
.sign-up-blocks .block-sign .info p,
.sign-up-blocks .block-sign .info span {
  color: #374fc4 !important;
}
.sign-up-blocks .block-sign .info span {
  margin: 30px auto;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign .info span {
    margin: 15px auto;
  }
}
.sign-up-blocks .block-sign .info a {
  display: inline-block;
  color: #5b5c5f;
  font-size: 18px;
  padding: 8px 25px 4px;
  -webkit-box-shadow: 0 4px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 0px 0px rgba(0,0,0,0.2);
  box-shadow: 0 4px 0px 0px rgba(0,0,0,0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  height: calc(50px - 16px);
  line-height: 28px;
}
.sign-up-blocks .block-sign .info a:hover {
  background: #374fc4;
  color: #fff;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign .info a {
    background: #374fc4;
    color: #fff;
  }
}
.sign-up-blocks .block-sign .info a img {
  height: 34px;
  object-fit: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.sign-up-blocks .block-sign:first-of-type {
  background: #fff url("../images/redCircularIcon.svg") no-repeat left bottom;
  background-size: 13%;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign:first-of-type {
    background: #fff url("../images/yellowCircularIcon.svg") no-repeat right -60px top -65px;
    background-size: 140px !important;
    padding-top: 90px !important;
  }
}
.sign-up-blocks .block-sign:first-of-type .info span {
  visibility: hidden;
}
.sign-up-blocks .block-sign:last-of-type {
  background: #fff url("../images/yellowCircularIcon.svg") no-repeat right top;
  background-size: 13%;
}
@media (max-width: 999px) {
  .sign-up-blocks .block-sign:last-of-type {
    background: #fff url("../images/redCircularIcon.svg") no-repeat left 0% bottom -70px;
    background-size: 90px !important;
    padding-bottom: 90px !important;
  }
}
.sign-up-blocks .block-sign:last-of-type .info figure {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}
.sign-up-blocks .block-sign:last-of-type .info figure img {
  display: block;
  height: 100%;
  margin: 0;
}
@media (max-width: 1120px) and (max-width: 999px) {
  .sign-up-blocks .block-sign:first-of-type {
    margin-bottom: 30px;
  }
}
.sign-up-blocks p {
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
  display: block;
  font-size: 22px;
  color: #3a3737;
}
@media (max-width: 999px) {
  .sign-up-blocks p.mob {
    display: none;
  }
}
@media (max-width: 999px) {
  .sign-up-blocks.sign-up-content {
    padding: 50px 0;
  }
}
.sign-up-blocks.sign-up-content .block-sign {
  height: 740px;
}
.sign-up-blocks.sign-up-content .block-sign .info {
  position: relative;
  top: auto;
  transform: none;
  left: auto;
  width: 70%;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 140px);
}
@media (max-width: 999px) {
  .sign-up-blocks.sign-up-content .block-sign .info {
    width: 90%;
    margin-top: 0;
    height: auto;
  }
}
.sign-up-blocks.sign-up-content .block-sign .info .topper {
  flex: auto;
}
.sign-up-blocks.sign-up-content .block-sign .info .parraf p {
  font-size: 20px !important;
  color: #000 !important;
  margin-bottom: 30px;
  font-weight: 400 !important;
  text-align: left;
}
.sign-up-blocks.sign-up-content .block-sign .info .parraf p:last-of-type {
  margin: 0;
}
@media (max-width: 999px) {
  .sign-up-blocks.sign-up-content .block-sign .info .bottom a {
    margin-top: 30px;
  }
}
.text-figure-block .wide-container {
  padding-top: 7%;
}
@media (max-width: 1344px) {
  .text-figure-block .wide-container {
    padding-top: 60px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .wide-container {
    padding-top: 30px;
    width: 100%;
  }
}
.text-figure-block .flex-block {
  align-items: flex-start;
  margin-bottom: 140px;
}
@media (max-width: 1344px) {
  .text-figure-block .flex-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .flex-block {
    margin-bottom: 50px;
  }
}
.text-figure-block .flex-block .info {
  width: 45%;
  position: relative;
  z-index: 6;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info {
    width: 100%;
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.text-figure-block .flex-block .info h2,
.text-figure-block .flex-block .info p {
  display: block;
  margin: 0;
}
.text-figure-block .flex-block .info h2 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 48px;
  font-family: 'GT Flexa';
  color: #3a3737;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.text-figure-block .flex-block .info p,
.text-figure-block .flex-block .info span {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: justify;
  word-break: break-word;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info p,
  .text-figure-block .flex-block .info span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info p,
  .text-figure-block .flex-block .info span {
    font-size: 18px;
    line-height: 21px;
  }
}
.text-figure-block .flex-block .info .bulletsIcon {
  padding-left: 50px;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info .bulletsIcon {
    width: calc(90% - 60px);
    padding-left: 60px;
    margin: 0 auto;
  }
}
.text-figure-block .flex-block .info .bulletsIcon p {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 640px) {
  .text-figure-block .flex-block .info .bulletsIcon p {
    text-align: left;
  }
}
.text-figure-block .flex-block .info .bulletsIcon p:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 30px;
  background: url("../images/benefits1.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info .bulletsIcon p:before {
    top: 1px;
    left: -54px;
    width: 38px;
    height: 38px;
  }
}
.text-figure-block .flex-block .info .bulletsIcon p:nth-of-type(2):before {
  background: url("../images/benefits5.svg") no-repeat center center;
}
.text-figure-block .flex-block .info .bulletsIcon p:nth-of-type(3):before {
  background: url("../images/benefits4.svg") no-repeat center center;
}
.text-figure-block .flex-block .info .bulletsIcon p:nth-of-type(4):before {
  background: url("../images/benefits3.svg") no-repeat center center;
}
.text-figure-block .flex-block .info .bulletsIcon p:nth-of-type(5):before {
  background: url("../images/benefits2.svg") no-repeat center center;
}
.text-figure-block .flex-block .info .bulletsIcon + p {
  color: #374fc4 !important;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block .info .bulletsIcon + p {
    display: none;
  }
}
.text-figure-block .flex-block .info p {
  font-size: 20px;
  color: #374fc4;
  font-family: 'Avenir Next';
  font-weight: 400;
  margin: 30px 0 0;
  text-align: left;
}
.text-figure-block .flex-block figure {
  width: 50%;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
    max-width: inherit;
  }
}
.text-figure-block .flex-block figure.redIcon,
.text-figure-block .flex-block figure.greenIcon {
  padding-top: 60px;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon,
  .text-figure-block .flex-block figure.greenIcon {
    padding-top: 0;
  }
}
.text-figure-block .flex-block figure.redIcon:after,
.text-figure-block .flex-block figure.greenIcon:after {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  background: url("../images/fb2.svg") no-repeat center center;
  height: 200px;
  width: 200px;
  background-size: contain;
  z-index: 999;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon:after,
  .text-figure-block .flex-block figure.greenIcon:after {
    height: 120px;
    width: 120px;
    top: -60px;
    right: -60px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block figure.redIcon:after,
  .text-figure-block .flex-block figure.greenIcon:after {
    height: 60px;
    width: 60px;
    top: -30px;
    right: -30px;
  }
}
@media (min-width: 1000px) {
  .text-figure-block .flex-block figure.redIcon:after {
    top: -40px;
  }
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.redIcon {
    margin-top: 90px;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block figure.redIcon {
    margin-top: 40px;
  }
}
.text-figure-block .flex-block figure.greenIcon {
  padding-top: 0;
}
.text-figure-block .flex-block figure.greenIcon:after {
  background: url("../images/fb3.svg") no-repeat center center;
  right: auto;
  left: -27px;
  bottom: -78px;
  top: auto;
  height: 150px;
  width: 150px;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block figure.greenIcon:after {
    bottom: -75px;
    left: -75px;
  }
}
.text-figure-block .flex-block figure img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.text-figure-block .flex-block.invert-block {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 999px) {
  .text-figure-block .flex-block.invert-block {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .text-figure-block .flex-block.invert-block {
    margin-bottom: 40px;
  }
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #000;
}
input[type='range']::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -10px;
  cursor: pointer;
}
input[type='range']::-moz-range-track,
input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
}
input[type='range']::-moz-range-track {
  width: 100%;
  height: 2px;
  background: #000;
}
input[type='range']::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.benefitsColombia {
  text-align: center;
  padding: 6% 0;
}
@media (max-width: 999px) {
  .benefitsColombia {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia {
    margin-top: 60px;
  }
}
.benefitsColombia h2 {
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 100px;
  font-family: 'GT Flexa';
}
@media (max-width: 999px) {
  .benefitsColombia h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.benefitsColombia h2 br {
  display: none;
}
@media (max-width: 999px) {
  .benefitsColombia h2 br {
    display: block;
  }
}
.benefitsColombia h2 p {
  font-size: 28px;
  font-weight: 400;
  font-family: 'avenir Next';
  margin-top: 30px;
}
@media (max-width: 999px) {
  .benefitsColombia h2 p {
    font-size: 32px;
    line-height: 32px;
    width: 80%;
    margin: 15px auto 0;
  }
}
@media (max-width: 640px) {
  .benefitsColombia h2 p {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }
}
.benefitsColombia h2 p br {
  display: block;
}
@media (max-width: 999px) {
  .benefitsColombia h2 p br {
    display: none !important;
  }
}
@media (max-width: 1120px) {
  .benefitsColombia .flex-block {
    flex-direction: row;
  }
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block .show {
    width: 30%;
    margin-bottom: 80px;
  }
  .benefitsColombia .flex-block .show:last-of-type,
  .benefitsColombia .flex-block .show:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .benefitsColombia .flex-block .show {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 420px) {
  .benefitsColombia .flex-block .show {
    width: 100%;
    margin: 0 auto 40px 0 !important;
  }
}
.benefitsColombia .flex-block .show img,
.benefitsColombia .flex-block .show span {
  display: block;
}
.benefitsColombia .flex-block .show img {
  height: 106px;
  object-fit: contain;
  margin: 0 auto 30px;
}
@media (max-width: 1344px) {
  .benefitsColombia .flex-block .show img {
    height: 86px;
  }
}
.benefitsColombia .flex-block .show span {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #3a3737;
}
@media (max-width: 999px) {
  .benefitsColombia .flex-block .show span {
    font-size: 20px;
  }
}
.spirit {
  padding: 7% 0;
}
@media (max-width: 999px) {
  .spirit {
    padding: 60px 0;
  }
}
.spirit .wide-container {
  text-align: center;
}
@media (max-width: 999px) {
  .spirit .wide-container {
    width: 80%;
  }
}
.spirit .wide-container h2 {
  font-family: 'GT Flexa';
  font-weight: 700;
  font-size: 40px;
}
.spirit .wide-container p {
  font-size: 22px;
  font-weight: 400;
  margin: 15px auto 40px;
}
@media (max-width: 999px) {
  .spirit .wide-container p margin-bottom 60px br {
    display: none;
  }
}
.spirit .wide-container a {
  display: inline-block;
  padding: 8px 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #000;
  color: #000;
  font-weight: 500;
  font-size: 30px;
}
#exitob,
#fracasob {
  margin: 20px auto 25px;
}
#exitob p,
#fracasob p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  background: #f46738;
  padding: 0 20px;
  font-weight: 100;
  display: block;
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  #exitob p,
  #fracasob p {
    height: 47px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #exitob p,
  #fracasob p {
    height: 39px;
    font-size: 12px;
  }
}
#fracasob p {
  background: #f24d54;
}
.servicesBlock {
  background: rgba(168,208,244,0.2);
  padding: 4% 0;
}
@media (max-width: 999px) {
  .servicesBlock {
    padding: 60px 0;
  }
}
@media (max-width: 1080px) {
  .servicesBlock .flex-block {
    flex-direction: column;
  }
}
@media (max-width: 1080px) {
  .servicesBlock .flex-block .title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.servicesBlock .flex-block .title h2 {
  font-weight: 700;
  font-family: 'GT Flexa';
  color: #000;
  text-align: left;
  font-size: 32px;
}
.servicesBlock .flex-block .title h2 p {
  display: block;
  font-family: 'Avenir Next';
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 999px) {
  .servicesBlock .flex-block .title h2 p {
    display: none;
  }
}
.servicesBlock .flex-block .Destiny-block {
  padding-right: 120px;
}
@media (max-width: 1080px) {
  .servicesBlock .flex-block .Destiny-block {
    width: 100%;
    padding: 0;
  }
}
.servicesBlock .flex-block .Destiny-block span {
  font-family: 'GT Flexa';
  color: #464242;
  font-size: 20px;
}
.servicesBlock .flex-block .Destiny-block span figure {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  margin: -4px 10px 0 15px;
}
.servicesBlock .flex-block .Destiny-block span figure img {
  display: block;
  height: 100%;
  margin: 0;
}
.servicesBlock .services {
  margin-top: 80px;
}
.servicesBlock .services .slick-list .itemGroup {
  text-align: center;
}
.servicesBlock .services .slick-list .itemGroup img {
  height: 82px;
  object-fit: contain;
  display: inline-block;
}
.servicesBlock .services .slick-list .itemGroup p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: 'GT Flexa';
  font-weight: 700;
  margin-top: 15px;
}
.servicesBlock .services .slick-list .itemGroup p img {
  width: 24px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  margin-left: 8px;
}
.servicesBlock .services .slick-arrow {
  width: 14px;
  height: 28px;
  position: absolute;
  top: -126px;
  z-index: 999;
  right: 0;
}
@media (max-width: 999px) {
  .servicesBlock .services .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.servicesBlock .services .slick-arrow.slick-prev {
  left: 10px;
  background: url("../images/aleft.svg") 0 0 no-repeat;
}
@media (min-width: 999px) {
  .servicesBlock .services .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
  }
}
.servicesBlock .services .slick-arrow.slick-next {
  right: 10px;
  background: url("../images/aright.svg") 0 0 no-repeat;
}
.imgWide img {
  width: 100%;
}
.imgWide.BlockMobile {
  display: none;
}
@media (max-width: 999px) {
  .imgWide.BlockMobile {
    display: block;
  }
}
@media (max-width: 999px) {
  .imgWide.noMobile {
    display: none;
  }
}
.form {
  padding: 5% 0;
}
@media (max-width: 999px) {
  .form {
    padding: 60px 0;
  }
}
.form .wide-container {
  max-width: 1160px;
}
.form h2 {
  font-weight: 700;
  font-family: 'GT Flexa';
  color: #000;
  text-align: left;
  font-size: 32px;
  margin-bottom: 10px;
}
.form p {
  display: block;
  font-family: 'Avenir Next';
  font-size: 24px;
  font-weight: 400;
}
.form form {
  display: block;
  margin: 40px 0 0;
}
@media (max-width: 1120px) {
  .form form .flex-block .input-box {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
.form form .flex-block .input-box label,
.form form .flex-block .input-box input {
  display: block;
  font-family: 'Avenir Next';
  width: 100%;
}
.form form .flex-block .input-box label {
  color: #000;
  font-size: 24px;
  font-family: 'GT Flexa';
  font-weight: 700;
  margin-bottom: 15px;
}
.form form .flex-block .input-box label span {
  color: #f20300;
  display: inline-block;
  vertical-align: sup;
}
.form form .flex-block .input-box input {
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  background: rgba(168,208,244,0.2);
  width: calc(100% - 30px);
}
.form form .input-block-2 .input-box {
  width: 48%;
}
.form form .input-block-3 {
  margin: 50px 0;
}
@media (max-width: 1120px) {
  .form form .input-block-3 {
    margin: 0 0 30px 0 !important;
  }
}
.form form .input-block-3 .input-box {
  width: 30%;
}
@media (max-width: 1120px) {
  .form form .input-block-3 .input-box:last-of-type {
    margin: 0 !important;
  }
}
.form form .input-block-1 {
  margin-bottom: 60px;
}
.form form .input-block-1 .input-box {
  width: 100%;
}
.form form button {
  display: block;
  padding: 8px 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #000;
  color: #000;
  font-weight: 500;
  font-size: 30px;
  margin: 0 auto;
  font-family: 'GT Flexa';
}
footer {
  background: #374fc4;
  padding: 100px 0 20px;
  text-align: center;
}
@media (max-width: 999px) {
  footer {
    padding: 50px 0 40px;
  }
}
footer .logo-block {
  max-width: 560px;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 999px) {
  footer .logo-block {
    display: none;
  }
}
footer .logo-block.mobp {
  display: none;
}
@media (max-width: 999px) {
  footer .logo-block.mobp {
    display: block;
    max-width: 360px;
    width: 80%;
    margin: 60px auto 0;
  }
}
footer .social-side .rs-networks,
footer .social-side p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 999px) {
  footer .social-side .rs-networks {
    margin-bottom: 60px;
  }
}
footer .social-side .rs-networks a {
  width: 46px;
  height: 46px;
  margin: 0;
}
@media (max-width: 999px) {
  footer .social-side .rs-networks a {
    width: 40px;
    height: 40px;
  }
}
footer .social-side .rs-networks a:nth-of-type(2) {
  margin: 0 35px;
}
@media (max-width: 999px) {
  footer .social-side .rs-networks a:nth-of-type(2) {
    margin: 0 50px;
  }
}
footer .social-side .rs-networks a img {
  width: 100%;
  height: 100%;
  display: block;
}
footer .social-side p {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px;
}
footer .social-side p img {
  width: 46px;
  margin-left: 10px;
}
footer .bottom-text {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 999px) {
  footer .bottom-text {
    display: none;
  }
}
footer .bottom-text.mobp {
  display: none;
}
@media (max-width: 999px) {
  footer .bottom-text.mobp {
    display: block;
    text-align: left;
    margin: 0 auto 80px;
    width: 90%;
  }
}
h2 {
  font-size: 34px !important;
  color: #000 !important;
}
@media (max-width: 999px) {
  h2 {
    font-size: 28px !important;
  }
}
p,
.Destiny-block span,
.show span {
  font-size: 20px !important;
  line-height: 26px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
