@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--FONTS--*/
/*--GRID SYSTEM--*/
/*--RESPONSIVES--*/
/*-----PIXEL TO EMS----*/
/*--CLEAN--*/
/*--GRID--*/
/*--FONTS--*/
@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Prata-Regular.eot") format("eot");
  src: url("fonts/Prata-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Prata-Regular.woff") format("woff"), url("fonts/Prata-Regular.ttf") format("truetype"), url("fonts/Prata-Regular.svg#Prata") format("svg"); }
/*--POSITIONING--*/
/*--PLACEHOLDERS--*/
/*-- ANIMATION --*/
/*--RESPONSIVE FUNCTS--*/
/*--TRANSFORM--*/
/*--FLEXS--*/
/*-- MARGENES GRALS --*/
/*--IMAGES FUNCTS--*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*--- DESIGN VARIABLES ---*/
/*-- MIXINS --*/
.outer-container {
  display: none; }

/*--- GENERAL ---*/
#landing-bloon {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  background: white;
  font-size: 100%;
  font-family: "Prata", Arial, sans-serif;
  color: #0A1B2E;
  padding-top: 73px;
  /*--- CLEARFIX ---*/
  /*--- TEXT - STYLES ---*/
  /*--- LINKS - BUTTONS ---*/
  /*--- BACGROUNDS ---*/
  /*--- IMGS ---*/
  /*--- GRID ---*/
  /*--- SLIDERS ---*/
  /*--- BANNER ---*/
  /*-- GLOBE & CAPSULE --*/
  /*-- ICON BOXES --*/
  /*-- STICKER CONTAINER --*/
  /*-- ANSWRES --*/
  /*-- VIDEO --*/ }
  #landing-bloon img {
    display: inline-block; }
  #landing-bloon h1,
  #landing-bloon h2,
  #landing-bloon h3,
  #landing-bloon h4,
  #landing-bloon h5 {
    font-weight: normal;
    line-height: 1.15; }
  #landing-bloon h1 {
    font-size: 3.25rem; }
  #landing-bloon h3 {
    font-size: 2rem;
    line-height: 2.6875rem;
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin-bottom: 4.375rem;
    letter-spacing: 1px; }
  #landing-bloon p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 300; }
    #landing-bloon p.big {
      font-size: 1.25rem;
      line-height: 2.125rem; }
  #landing-bloon a {
    font-weight: 400;
    color: #2185C3;
    text-decoration: none; }
    #landing-bloon a:hover {
      text-decoration: underline; }
  #landing-bloon .clear::after, #landing-bloon .clear::before {
    content: "";
    display: table; }
  #landing-bloon .clear::after {
    clear: both; }
  #landing-bloon .txt-modulo {
    text-align: center;
    max-width: 964px;
    margin: 0 auto; }
  #landing-bloon .txt-bigger,
  #landing-bloon .txt-small {
    color: #2FA7DB;
    display: block; }
  #landing-bloon .txt-bigger {
    font-size: 5rem;
    font-family: "Prata", Arial, sans-serif;
    letter-spacing: 3px; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .txt-bigger {
        font-size: 3.75rem; } }
  #landing-bloon .txt-small {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 3px; }
  #landing-bloon .sansfont {
    font-family: "Nunito", Arial, sans-serif;
    color: #060844; }
  #landing-bloon .btn {
    display: inline-block;
    color: white;
    background: #2185C3;
    padding: 20px 40px;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 80px;
    text-decoration: none; }
    #landing-bloon .btn.go:after {
      margin-left: 10px;
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-position: center;
      background-size: 100%; }
  #landing-bloon .gris {
    background-color: #E6E6E6; }
  #landing-bloon .gris-2 {
    background-color: #e2e2e2; }
  #landing-bloon .gris-3 {
    background-color: #F2F1F1; }
  #landing-bloon .fondo-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(imgs/fotofaqs.jpg);
    padding-bottom: 490px;
    position: relative; }
    #landing-bloon .fondo-img .row_c {
      position: relative;
      z-index: 1; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .fondo-img:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: white;
        opacity: 0.3; } }
  #landing-bloon .wrap-img img {
    width: 100%;
    height: auto; }
  #landing-bloon .wrap-img .imgs-container {
    text-align: center; }
    #landing-bloon .wrap-img .imgs-container img {
      display: inline-block; }
  #landing-bloon .wrap-img-full {
    width: 100%;
    overflow: hidden; }
    #landing-bloon .wrap-img-full img {
      width: 100%;
      min-height: 100%;
      min-width: 100.1%;
      max-width: 1000%;
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      object-fit: cover; }
  #landing-bloon .full_c {
    width: 100%; }
  #landing-bloon .row_c {
    max-width: 1150px;
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
    #landing-bloon .row_c::after, #landing-bloon .row_c::before {
      content: "";
      display: table; }
    #landing-bloon .row_c::after {
      clear: both; }
    #landing-bloon .row_c .row_c {
      width: 100%;
      max-width: none; }
  #landing-bloon .columns_c {
    margin-right: 0;
    margin-left: 0; }
    #landing-bloon .columns_c::after, #landing-bloon .columns_c::before {
      content: "";
      display: table; }
    #landing-bloon .columns_c::after {
      clear: both; }
    @media only screen and (min-width: 769px) {
      #landing-bloon .columns_c {
        margin-right: -1.5625rem;
        margin-left: -1.5625rem; } }
  #landing-bloon .col-x-4 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      #landing-bloon .col-x-4 {
        width: 33.33333%;
        margin-bottom: 0;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    #landing-bloon .col-x-4:last-child {
      margin-bottom: 0; }
    #landing-bloon .col-x-4:last-child:not(:first-child) {
      float: right; }
  #landing-bloon .col-x-6 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      #landing-bloon .col-x-6 {
        width: 50%;
        margin-bottom: 0;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem; } }
    #landing-bloon .col-x-6:last-child {
      margin-bottom: 0; }
    #landing-bloon .col-x-6:last-child:not(:first-child) {
      float: right; }
  #landing-bloon .modulo {
    padding: 4.6875rem 0; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .modulo {
        padding: 3.4375rem 0; } }
  #landing-bloon .izq-col {
    width: 34.78261%;
    float: left; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .izq-col {
        width: 100%; } }
    #landing-bloon .izq-col h3 {
      text-align: left;
      margin-bottom: 3.25rem; }
    #landing-bloon .izq-col + .wrap-img {
      float: left;
      width: calc(100% - 34.78261%); }
      @media only screen and (max-width: 769px) {
        #landing-bloon .izq-col + .wrap-img {
          width: 50%; } }
    #landing-bloon .izq-col p.big {
      line-height: 1.875rem;
      margin-top: 3px; }
  #landing-bloon .owl-carousel .item {
    height: 0;
    padding-bottom: 56.25%; }
    #landing-bloon .owl-carousel .item:after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: black;
      opacity: 0.35; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .owl-carousel .item {
        height: 680px;
        height: 68vh;
        padding-bottom: 0%; } }
    #landing-bloon .owl-carousel .item img {
      width: 100%;
      min-height: 100%;
      min-width: 100.1%;
      max-width: 1000%;
      position: relative;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      object-fit: cover;
      position: absolute; }
    #landing-bloon .owl-carousel .item .row_c {
      position: relative;
      z-index: 1;
      padding-bottom: 56.25%; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .owl-carousel .item .row_c {
          padding-bottom: 0%;
          height: 100%; } }
    #landing-bloon .owl-carousel .item p {
      position: absolute;
      width: 80%;
      max-width: 960px;
      margin: 0 auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: white;
      font-size: 2.5rem;
      line-height: 3.25rem;
      text-align: center; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .owl-carousel .item p {
          font-size: 1.875rem;
          line-height: 2.625rem;
          width: 75%; } }
  #landing-bloon .owl-prev,
  #landing-bloon .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -49px;
    width: 52px;
    height: 98px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .owl-prev,
      #landing-bloon .owl-next {
        width: 38px;
        height: 68px;
        background-size: auto 45px; } }
  #landing-bloon .owl-prev {
    left: 2.5%;
    background-image: url(imgs/prev-arrow.svg); }
  #landing-bloon .owl-next {
    right: 2.5%;
    background-image: url(imgs/next-arrow.svg); }
  #landing-bloon .banner {
    position: relative;
    text-align: center;
    padding: 3.25rem 0 10.375rem 0; }
    #landing-bloon .banner h1 {
      color: white;
      max-width: 465px;
      display: block;
      margin: 1.25rem auto 2.5rem auto;
      letter-spacing: 3px; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .banner h1 {
          font-size: 2.5rem; } }
    #landing-bloon .banner .wrap-img-full {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #landing-bloon .banner .wrap-img-full:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: black;
        opacity: 0.3; }
    #landing-bloon .banner .wrap-txt {
      position: relative; }
  #landing-bloon .logo-banner {
    width: 156px;
    height: auto;
    display: inline-block;
    margin: 0 auto; }
  #landing-bloon .play-video {
    margin: 0 auto;
    text-decoration: none;
    text-indent: -9999px;
    display: block;
    width: 145px;
    height: 145px;
    background: url(imgs/iconoplay.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    transition: opacity 200ms ease-in-out; }
    #landing-bloon .play-video:hover {
      opacity: 0.7; }
  #landing-bloon .quote-container.banner {
    padding: 13.625rem 0; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .quote-container.banner {
        padding: 3.125rem 0; } }
  #landing-bloon .quote-container .wrap-img-full:after {
    display: none; }
  #landing-bloon .quote {
    color: white;
    font-size: 2.5rem;
    text-align: center;
    line-height: 3.25rem;
    padding-bottom: 20px;
    font-weight: 400;
    max-width: 964px;
    margin: 0 auto; }
    #landing-bloon .quote span {
      display: block;
      font-size: 0.9375rem;
      line-height: 1.5625rem;
      padding-top: 15px; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .quote {
        font-size: 1.875rem;
        line-height: 2.625rem; } }
  #landing-bloon .group div {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    font-weight: 300; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .group div {
        margin-bottom: 2.5rem; } }
  #landing-bloon .group:nth-child(2) {
    margin-top: 7.875rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .group:nth-child(2) {
        margin-top: 40px; } }
  #landing-bloon .group:nth-child(3) {
    margin-top: 110px; }
  #landing-bloon .group.bottom {
    position: absolute;
    bottom: 6.25rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .group.bottom {
        bottom: -5rem; } }
  #landing-bloon .duration {
    margin-right: -25px;
    margin-left: -25px;
    padding-top: 10px; }
    #landing-bloon .duration::after, #landing-bloon .duration::before {
      content: "";
      display: table; }
    #landing-bloon .duration::after {
      clear: both; }
    #landing-bloon .duration span {
      display: block; }
      #landing-bloon .duration span:first-child {
        font-family: "Prata", Arial, sans-serif;
        font-size: 1.875rem; }
      #landing-bloon .duration span:last-child {
        font-size: 0.75rem;
        font-weight: 300;
        padding-top: 3px; }
    #landing-bloon .duration .features {
      box-sizing: border-box;
      text-align: center;
      float: left;
      position: relative;
      padding: 0 25px; }
      #landing-bloon .duration .features:after, #landing-bloon .duration .features:before {
        position: absolute;
        content: "";
        display: block;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat; }
      #landing-bloon .duration .features:after {
        top: 10px;
        right: -8.75px;
        width: 16px;
        height: 16px;
        background-image: url(imgs/mas-ico.svg); }
      #landing-bloon .duration .features:before {
        bottom: -45px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 50px;
        height: 25px;
        opacity: 0.3;
        background-size: auto 100%;
        background-image: url(imgs/direction-up.svg); }
      #landing-bloon .duration .features:nth-child(2):before {
        background-image: url(imgs/direction-both.svg); }
      #landing-bloon .duration .features:nth-child(3):before {
        background-image: url(imgs/direction-down.svg); }
      #landing-bloon .duration .features:nth-child(3):after {
        display: none; }
  #landing-bloon .imgs-container {
    position: relative;
    top: -140px;
    z-index: 1;
    left: -55px; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .imgs-container {
        top: 0px !important;
        left: 0; } }
    #landing-bloon .imgs-container .globe {
      max-width: 636px;
      height: auto;
      width: 90%; }
    #landing-bloon .imgs-container .capsule-big {
      max-width: 357px;
      width: 90%;
      height: auto; }
    #landing-bloon .imgs-container .zoomico {
      width: 39px;
      height: auto; }
    #landing-bloon .imgs-container .zoom-box {
      position: relative; }
      #landing-bloon .imgs-container .zoom-box:after, #landing-bloon .imgs-container .zoom-box:before {
        top: 0;
        content: "";
        display: block;
        width: 150px;
        height: 1px;
        background-color: #DCDCDC;
        position: absolute; }
      #landing-bloon .imgs-container .zoom-box:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 50%;
        margin-left: -173px;
        margin-top: 10px; }
      #landing-bloon .imgs-container .zoom-box:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 50%;
        margin-right: -166px;
        margin-top: 10px; }
    #landing-bloon .imgs-container .mini-capsule {
      position: absolute;
      left: 50%;
      text-indent: -9999px;
      -webkit-transform: translate(-50%, -60px);
      -ms-transform: translate(-50%, -60px);
      -moz-transform: translate(-50%, -60px);
      transform: translate(-50%, -60px);
      width: 53px;
      height: 26px;
      margin: 0 auto;
      border-style: solid;
      border-width: 1px;
      border-color: #2FA7DB;
      border-radius: 50px;
      margin-left: -3px; }
  #landing-bloon .globo-container {
    position: relative;
    padding-top: 13.75rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .globo-container {
        padding-top: 3.125rem; } }
    #landing-bloon .globo-container.modulo {
      padding-bottom: 0; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .globo-container.modulo {
          padding-bottom: 160px; } }
    #landing-bloon .globo-container .row_c {
      position: relative; }
  #landing-bloon .distance {
    position: absolute;
    height: calc(100% - 120px);
    bottom: 0.625rem;
    right: 0;
    width: 235px;
    z-index: 1; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .distance {
        width: 50%;
        position: absolute;
        float: left;
        bottom: -140px;
        left: 50%;
        right: auto;
        height: calc(100% - 660px); } }
    #landing-bloon .distance div {
      position: absolute;
      width: 100%; }
      #landing-bloon .distance div::after, #landing-bloon .distance div::before {
        content: "";
        display: table; }
      #landing-bloon .distance div::after {
        clear: both; }
      #landing-bloon .distance div span {
        color: #969696;
        display: block;
        float: left;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        font-family: "Nunito", Arial, sans-serif; }
        @media only screen and (max-width: 769px) {
          #landing-bloon .distance div span {
            font-size: 0.75rem;
            line-height: 1.0625rem; } }
        #landing-bloon .distance div span:first-child {
          width: calc(100% - 50px);
          text-align: right;
          padding-right: 30px;
          box-sizing: border-box; }
          @media only screen and (max-width: 769px) {
            #landing-bloon .distance div span:first-child {
              padding-right: 14px; } }
        #landing-bloon .distance div span:last-child {
          width: 50px;
          text-align: left; }
      #landing-bloon .distance div:nth-child(1) {
        top: 0;
        margin-top: 30px; }
      #landing-bloon .distance div:nth-child(2) {
        top: 33.33333%;
        margin-top: 30px; }
      #landing-bloon .distance div:nth-child(3) {
        bottom: 6.25rem;
        margin-top: 30px; }
      #landing-bloon .distance div:nth-child(4) {
        bottom: 0; }
        #landing-bloon .distance div:nth-child(4) span {
          color: white; }
    #landing-bloon .distance:after {
      content: "";
      position: absolute;
      right: 65px;
      height: 100%;
      width: 1px;
      background-color: #060844;
      opacity: 0.3; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .distance:after {
          right: 55px; } }
  #landing-bloon .icon-boxes h4 {
    color: #2185C3;
    margin: 0 0 3px 0;
    font-size: 1.3125rem;
    line-height: 1.64063rem;
    font-weight: 400; }
  #landing-bloon .icon-boxes p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: #060844; }
  #landing-bloon .icon-boxes .box {
    font-family: "Nunito", Arial, sans-serif;
    padding-left: 5rem;
    padding-right: 1.5625rem;
    background-repeat: no-repeat;
    background-image: url(imgs/peaceful.svg);
    background-position: 0.4375rem 0;
    min-height: 80px; }
    #landing-bloon .icon-boxes .box.peaceful {
      background-image: url(imgs/peaceful.svg); }
    #landing-bloon .icon-boxes .box.exclusive {
      background-image: url(imgs/exclusive.svg); }
    #landing-bloon .icon-boxes .box.private {
      background-image: url(imgs/private.svg); }
    #landing-bloon .icon-boxes .box.clean {
      background-image: url(imgs/clean.svg); }
    #landing-bloon .icon-boxes .box.safe {
      background-image: url(imgs/safe.svg); }
    #landing-bloon .icon-boxes .box.impressive {
      background-image: url(imgs/impressive.svg); }
    @media only screen and (max-width: 769px) {
      #landing-bloon .icon-boxes .box {
        margin-bottom: 1.875rem; } }
  #landing-bloon .icon-boxes .columns_c {
    margin-bottom: 4.375rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .icon-boxes .columns_c {
        margin-bottom: 1.25rem; } }
  #landing-bloon .sticker-container h3 {
    text-align: left;
    margin-bottom: 20px; }
  #landing-bloon .sticker {
    float: left;
    width: 250px;
    display: block; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .sticker {
        margin: 0 auto;
        float: none; } }
    #landing-bloon .sticker + div {
      width: calc(100% - 250px);
      float: left;
      box-sizing: border-box;
      padding-left: 2.5rem;
      margin-top: 4.375rem; }
      @media only screen and (max-width: 769px) {
        #landing-bloon .sticker + div {
          width: 100%;
          padding-left: 0rem;
          margin-top: 2.5rem;
          text-align: center; } }
  #landing-bloon .founders {
    font-family: "Nunito", Arial, sans-serif; }
    #landing-bloon .founders span {
      display: block;
      font-size: 1.625rem;
      color: #2185C3;
      font-weight: 300; }
      #landing-bloon .founders span:last-of-type {
        color: #969696;
        font-size: 0.75rem;
        margin-top: 10px; }
  #landing-bloon .linkedin-social {
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(imgs/linkedin-ico.svg) no-repeat;
    margin-top: 25px; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .linkedin-social {
        margin-left: auto;
        margin-right: auto; } }
    #landing-bloon .linkedin-social:hover {
      background-position: -25px; }
  #landing-bloon .wave-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 120px; }
  #landing-bloon .avion {
    width: 75px;
    height: auto;
    position: absolute;
    bottom: 7.5rem;
    display: block;
    right: 230px;
    opacity: 1;
    animation: avion 3.5s linear 0s infinite; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .avion {
        animation: none;
        display: none; } }
@-webkit-keyframes avion {
  from {
    right: 230px;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    right: calc(100% - 280px);
    opacity: 0; } }
@keyframes avion {
  from {
    right: 230px;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    right: calc(100% - 280px);
    opacity: 0; } }
@-webkit-keyframes avionmobil {
  from {
    right: -100px;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    right: calc(100% + 100px);
    opacity: 0; } }
@keyframes avionmobil {
  from {
    right: -100px;
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  to {
    right: calc(100% + 100px);
    opacity: 0; } }
  #landing-bloon .wave {
    position: absolute;
    height: 120px;
    width: 3880px;
    left: 0;
    top: 60px;
    background-image: url(imgs/Pasteola2.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    filter: hue-rotate(7deg);
    transform-style: preserve-3d;
    transform: translate(0px, 0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -webkit-tap-highlight-color: transparent; }
  #landing-bloon .wave2 {
    opacity: 0.750162; }
  #landing-bloon .answers {
    padding-bottom: 23.125rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .answers {
        padding-bottom: 3.125rem; } }
    #landing-bloon .answers h4 {
      font-size: 0.875rem;
      color: #2185C3;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0.3125rem; }
    #landing-bloon .answers p {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      margin-top: 0; }
    #landing-bloon .answers .columns_c {
      margin-bottom: 2.5rem; }
  #landing-bloon .video-banner.active {
    z-index: 1; }
  #landing-bloon .video-container {
    width: 100%;
    position: absolute;
    /* Para que el contenedor tenga relación de aspecto 16/9 */
    padding-top: 0;
    height: 100%;
    overflow: hidden; }
  #landing-bloon .video-container iframe,
  #landing-bloon .video-container object,
  #landing-bloon .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #landing-bloon .partners .col-x-6:first-child {
    padding-right: 3.75rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .partners .col-x-6:first-child {
        padding-right: 0;
        margin-bottom: 20px; } }
  #landing-bloon .partners .col-x-6:last-child {
    padding-left: 3.75rem; }
    @media only screen and (max-width: 769px) {
      #landing-bloon .partners .col-x-6:last-child {
        padding-left: 0; } }

#menu_z2i_item_bloon a {
  color: white; }
  #menu_z2i_item_bloon a span {
    border-bottom-color: #2185C3; }

.in-bloon-landing #book_now.section-10 {
  padding-top: 75px; }
  .in-bloon-landing #book_now.section-10 .inner-container {
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 769px) {
      .in-bloon-landing #book_now.section-10 .inner-container {
        padding: 0; } }

.in-bloon-landing #stay_informed:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5; }
.in-bloon-landing #stay_informed .inner-container {
  position: relative;
  z-index: 1; }

.in-bloon-landing #book_now.section-10 header h1,
.in-bloon-landing #stay_informed h1 {
  font-size: 2rem;
  line-height: 2.6875rem;
  text-transform: uppercase;
  color: #0A1B2E;
  text-align: center;
  margin-bottom: 4.375rem;
  font-family: "Prata", Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  letter-spacing: 1px; }

.in-bloon-landing #stay_informed h1 {
  color: white; }

.in-bloon-landing .section-10 form p:nth-of-type(-n+4) {
  width: calc(50% - 10px);
  float: left; }
  @media only screen and (max-width: 769px) {
    .in-bloon-landing .section-10 form p:nth-of-type(-n+4) {
      width: 100%; } }

.in-bloon-landing .section-10 form p:nth-of-type(4) {
  margin-left: 20px;
  padding-top: 0; }
  @media only screen and (max-width: 769px) {
    .in-bloon-landing .section-10 form p:nth-of-type(4) {
      margin-left: 0;
      margin-bottom: 20px; } }

.in-bloon-landing #book_now.section-10 .contact {
  display: none; }

.in-bloon-landing #book_now textarea {
  height: 120px; }
.in-bloon-landing #book_now button {
  font-family: "Nunito", Arial, sans-serif; }

/*# sourceMappingURL=styles-landing.css.map */
