/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

div,
header,
section,
article,
aside,
nav,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
/*
================================================================ ESTILOS PROPIOS
================================================================================
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
}
body {
  background-color: #efefef;
}
section {
  padding: 43px 20px 33px;
}
section.conMenu {
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.25);
  box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}
@media screen and (min-width: 870px) {
  section {
    padding: 50px 20px;
  }
}
h1 {
  padding-bottom: 30px;
  font-size: 3.4375rem;
  font-weight: bold;
  color: #00c83c;
  text-align: left;
}
@media screen and (min-width: 870px) {
  h1 {
    font-size: 5.625rem;
    line-height: 5rem;
  }
}
h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #363636;
  text-align: center;
}
@media screen and (min-width: 870px) {
  h2 {
    font-size: 1.625rem;
  }
}
.h2-fecha {
  font-size: 1.125rem;
  font-weight: 400;
  color: #363636;
  text-align: center;
}
@media screen and (min-width: 870px) {
  .h2-fecha {
    font-size: 1.5rem;
  }
}
h3 {
  margin-bottom: 23px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
h3.h3-top5 {
  margin: 0 -20px;
  padding: 10px 20px 7px;
  background-color: #00c83c;
  color: #fff;
}
h3.h3-top5 .titulo {
  font-size: 1.5rem;
}
h3.h3-top5 .subtitulo {
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  h3.h3-top5 {
    margin: 0;
  }
}
h3.h3-crea {
  max-width: 265px;
  margin: 0 auto;
}
h3.h3-skandiaOne,
h3.h3-simuladores,
h3.h3-ayudaVentas,
h3.h3-formatos {
  margin-bottom: 60px;
  padding-left: 52px;
  text-align: left;
  position: relative;
}
h3.h3-skandiaOne::before {
  content: url("../images/ico-skandiaOne.png");
  width: 40px;
  height: 36px;
  position: absolute;
  top: -8px;
  left: 0;
}
h3.h3-simuladores::before,
h3.h3-ayudaVentas::before,
h3.h3-formatos::before {
  content: url("../images/ico-calculadora.svg");
  width: 34px;
  height: 47px;
  position: absolute;
  top: -14px;
  left: 0;
}
h3.h3-ayudaVentas::before {
  content: url("../images/ico-hoja2.svg");
  width: 41px;
  height: 37px;
  top: -10px;
}
h3.h3-formatos::before {
  content: url("../images/ico-lista.svg");
  width: 37px;
  height: 41px;
  top: -10px;
}
h3.aps {
  margin-bottom: 74px;
  font-size: 1.5rem;
  font-weight: 400;
}
h3.aps.doble {
  margin-bottom: 47px;
}
@media screen and (min-width: 870px) {
  h3 {
    font-size: 1.5rem;
  }
  h3.h3-top5 .titulo {
    font-size: 1.625rem;
  }
  h3.h3-top5 .subtitulo {
    font-size: 1.375rem;
  }
}
h4 {
  padding-top: 70px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
h4.ventas {
  padding-top: 30px;
}
@media screen and (min-width: 870px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 870px) {
  h5 {
    font-size: 1.5rem;
  }
}
.resaltado {
  color: #00c83c;
}
a {
  color: #00c83c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.botonTexto {
  width: 277px;
  height: 40px;
  margin: 42px auto 0;
  padding-top: 12px;
  background-color: #00c83c;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.botonTexto.botRanking {
  margin-top: 30px;
}
.botonTexto:hover {
  background-color: #fe9200;
  -webkit-box-shadow: 0 0 15px rgba(254,146,0,0.5);
  box-shadow: 0 0 15px rgba(254,146,0,0.5);
}
.botonTexto.club {
  width: 148px;
  height: 49px;
  margin: 0;
  padding: 5px 20px;
}
@media screen and (min-width: 510px) {
  .botonTexto.club {
    width: 230px;
    height: 40px;
    padding: 12px;
  }
}
.botonTexto.productividad {
  width: 126px;
  height: 40px;
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 400px) {
  .botonTexto.productividad {
    width: 160px;
  }
}
@media screen and (min-width: 1240px) {
  .botonTexto.productividadAIS {
    margin-top: 84px;
  }
}
@media screen and (min-width: 810px) {
  .botonTexto.ayudaVentas {
    margin-top: 60px;
  }
}
.botonTexto.aps {
  margin-bottom: 37px;
}
@media screen and (min-width: 870px) {
  .botonTexto {
    font-size: 1rem;
  }
  .botonTexto.largo {
    width: 356px;
    margin: 20px auto 0;
  }
}
.contenedorBoton {
  width: 100%;
}
.video {
  width: 100%;
}
.video.aps {
  margin-top: 15px;
}
/* --------------------------------------------------------------- contenedor */
.contenedor {
  width: 100%;
  max-width: 1440px;
  margin: -18px auto 0;
  background-color: #fff;
  overflow: hidden;
}
.contenedor.login {
  margin: 0 auto;
}
/* -------------------------------------------------------------------- Login */
.login-encabezado {
  margin: 0 25px;
  padding: 20px 0 41px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.login-encabezado .logo-Skandia {
  width: 170px;
}
.login-encabezado .lineaVerde-h {
  display: none;
}
@media screen and (min-width: 800px) {
  .login-encabezado {
    height: 145px;
    margin: 0;
    padding: 45px 60px 0;
    text-align: left;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    box-shadow: 0 5px 5px rgba(0,0,0,0.25);
    position: relative;
  }
  .login-encabezado::before {
    content: url("../images/img-login-before.svg");
    width: 30px;
    height: 38px;
    position: absolute;
    left: 66px;
    bottom: 0;
  }
  .login-encabezado::after {
    content: url("../images/img-login-after.svg");
    width: 60px;
    height: 98px;
    position: absolute;
    right: 60px;
    top: 12px;
  }
  .login-encabezado .logo-Skandia {
    width: 200px;
  }
  .login-encabezado .lineaVerde-h {
    width: calc(100% - 30px - 64px);
    height: 4px;
    margin: 23px 0 0 35px;
    background-color: #00c83c;
    display: block;
  }
}
.login-contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login-contenido-vlp {
  width: 100%;
  margin: 0 25px;
  padding: 18px 0 23px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 605px) {
  .login-contenido-vlp {
    width: initial;
  }
}
.login-contenido-vlp-h1 {
  padding-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #00c83c;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.login-contenido-vlp-txt {
  max-width: 245px;
  margin: 0 auto;
  padding-top: 13px;
  text-align: center;
}
.login-contenido-vlp-txt p {
  margin-bottom: 33px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3f3f3f;
}
.login-contenido-vlp-iconos {
  width: 225px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.login-contenido-vlp-iconos img:first-child {
  width: 29px;
}
.login-contenido-vlp-iconos img:nth-child(2) {
  width: 19px;
}
.login-contenido-vlp-iconos img:nth-child(3) {
  width: 23px;
}
.login-contenido-vlp-iconos img:last-child {
  width: 24px;
}
.login-contenido .division {
  display: none;
}
.login-contenido-formulario {
  width: 280px;
  padding-bottom: 30px;
}
.login-contenido-formulario fieldset {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  border: 0;
}
.login-contenido-formulario fieldset label {
  font-weight: bold;
  color: #4d4d4d;
}
.login-contenido-formulario fieldset label span {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #999;
}
.login-contenido-formulario fieldset input {
  width: 275px;
  height: 50px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  border: 1px solid #999;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.login-contenido-formulario fieldset input::placeholder {
  padding-top: 2px;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #b3b3b3;
  text-align: center;
}
.login-contenido-formulario fieldset input[type=number]::-webkit-inner-spin-button,
.login-contenido-formulario fieldset input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login-contenido-formulario fieldset input:focus {
  background-color: #efefef;
  border-color: #00c83c;
  outline: none;
}
.login-contenido-formulario fieldset input[type=submit] {
  width: 207px;
  height: 42px;
  background-color: #00c83c;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}
.login-contenido-formulario fieldset input[type=submit]:hover {
  width: 217px;
  background-color: #363636;
}
.login-contenido-formulario .captcha {
  margin: 30px 0 0 -10px;
}
.login-contenido-formulario .ayuda {
  margin-top: 25px;
  text-align: center;
}
.login-contenido-formulario .ayuda a {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}
.login-contenido-formulario .ayuda a:hover {
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .login-contenido {
    min-height: 460px;
    position: relative;
  }
  .login-contenido::before {
    content: '';
    width: 4px;
    height: 564px;
    background-color: #00c83c;
    position: absolute;
    top: 0;
    left: 62px;
  }
  .login-contenido::after {
    content: '';
    width: 22px;
    height: 22px;
    background-color: #00c83c;
    border-radius: 15px;
    position: absolute;
    top: 560px;
    left: 53px;
  }
  .login-contenido-vlp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .login-contenido-vlp-h1 {
    height: 190px;
    padding: 25px 30px 25px 0;
    border-bottom: none;
    text-align: left;
    border-right: 1px solid #ccc;
  }
  .login-contenido-vlp-txt {
    margin-left: 30px;
    text-align: left;
  }
  .login-contenido-vlp-iconos {
    width: 30px;
    height: 190px;
    margin: 0 0 0 62px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .login-contenido-formulario {
    width: 670px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .login-contenido-formulario fieldset {
    width: 50%;
  }
  .login-contenido-formulario fieldset.boton {
    width: 100%;
  }
  .login-contenido-formulario fieldset input {
    width: 310px;
    height: 38px;
  }
  .login-contenido-formulario fieldset input[type=submit] {
    width: 166px;
    height: 34px;
    padding-top: 5px;
    font-size: 1rem;
  }
  .login-contenido-formulario .ayuda {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  .login-contenido .login-contenido-vlp-h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1360px) {
  .login-contenido-vlp {
    margin: 0 0 0 100px;
    border-bottom: none;
  }
  .login-contenido .division {
    width: 1px;
    background-color: #ccc;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .login-contenido-formulario {
    width: 310px;
    margin-right: 130px;
  }
  .login-contenido-formulario fieldset {
    width: 100%;
  }
  .login-contenido-formulario .captcha {
    margin: 30px 0 0 2px;
  }
  .login-contenido::before {
    height: 400px;
  }
  .login-contenido::after {
    top: 395px;
  }
}
/* ------------------------------------------------------------------- Footer */
.pie {
  width: 100%;
  padding-bottom: 16px;
}
.pie .sombra {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 20px;
  height: 11px;
  background: -webkit-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: -moz-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: -o-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: -ms-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  display: none;
}
@media screen and (min-width: 800px) {
  .pie .sombra {
    display: block;
  }
}
.pie-precontenedor {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.pie-precontenedor img {
  margin-left: 10px;
}
@media screen and (min-width: 800px) {
  .pie-precontenedor {
    padding-top: 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.pie-contenedor {
  max-width: 1440px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 800px) {
  .pie-contenedor {
    padding-top: 10px;
  }
}
.pie-contenedor-links {
  width: 156px;
  margin: 0 auto;
}
.pie-contenedor-links .link {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}
.pie-contenedor-links .link a {
  color: #363636;
}
.pie-contenedor-links .link.oscuro a {
  color: #fff;
}
.pie-contenedor-links .redes {
  margin-top: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pie-contenedor-links .redes-facebook {
  width: 14px;
}
.pie-contenedor-links .redes-twitter,
.pie-contenedor-links .redes-linkedin,
.pie-contenedor-links .redes-youtube {
  width: 27px;
}
@media screen and (min-width: 800px) {
  .pie-contenedor-links {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.pie-contenedor-exencion {
  margin-top: 23px;
  font-size: 0.5625rem;
  font-weight: 300;
  color: #363636;
}
@media screen and (min-width: 800px) {
  .pie-contenedor-exencion {
    margin-top: 50px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.pie-contenedor-exencion.oscuro {
  color: #fff;
}
.pie-contenedor-firma {
  margin-top: 22px;
  font-size: 0.75rem;
  line-height: 1.1rem;
}
@media screen and (min-width: 800px) {
  .pie-contenedor-firma {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.pie.oscuro {
  background-color: #363636;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .pie.oscuro {
    padding-top: 22px;
  }
}
/* ------------------------------------------------------------------- Header */
.header {
  width: 100%;
  height: 83px;
  position: relative;
}
.header-1 {
  width: inherit;
  max-width: 1440px;
  height: 57px;
  padding: 0 10px 0 18px;
  background-color: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #333;
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-1-logo {
  width: 167px;
}
.header-1 .hamburguesa {
  width: 22px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-1 .hamburguesa .lineas {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background-color: #666;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-1 .hamburguesa .lineas.activo:first-child {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(6px) rotate(-45deg);
  -o-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.header-1 .hamburguesa .lineas.activo:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header-1 .hamburguesa .lineas.activo:last-child {
  -webkit-transform: translateY(-5px) rotate(45deg);
  -moz-transform: translateY(-5px) rotate(45deg);
  -o-transform: translateY(-5px) rotate(45deg);
  -ms-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
.header-1 .menu {
  width: 100%;
  height: calc(100vh - 57px);
  background-color: rgba(63,63,63,0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 57px;
  right: calc(-100vw);
  z-index: 900;
}
.header-1 .menu.visible {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: 0;
}
.header-1 .menu-link {
  width: 100%;
  padding: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-1 .menu-link:hover {
  background-color: #fff;
  color: #00c83c;
}
.header-2 {
  width: 100%;
  padding: 65px 10px 0 0;
  font-size: 0.75rem;
  text-align: right;
}
.header-2 .usuario {
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 155px;
    padding-top: 35px;
  }
  .header-1 {
    height: 120px;
    position: initial;
    border-bottom: none;
  }
  .header-1.onTop {
    margin-top: -35px;
    position: fixed;
  }
  .header-1-logo {
    width: 216px;
  }
  .header-1 .hamburguesa {
    display: none;
  }
  .header-1 .menu {
    width: initial;
    height: 23px;
    margin-top: 12px;
    background-color: transparent;
    border-left: 1px solid #00c83c;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: initial;
  }
  .header-1 .menu-link {
    width: initial;
    border-right: 1px solid #00c83c;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #666;
  }
  .header-1 .menu-link:hover {
    background-color: transparent;
  }
  .header-1 .menu-link.activo {
    font-weight: bold;
    color: #00c83c;
  }
  .header-2 {
    height: 35px;
    padding-top: 10px;
    background-color: #efefef;
    font-size: 0.875rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1240px) {
  .header-1 .menu-link {
    padding: 2px 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .header-1 {
    padding: 0 60px;
  }
  .header-2 {
    padding: 10px 60px 0;
  }
}
/* -------------------------------------------------------------- #ValeLaPena */
.vlp {
  padding: 5px 0 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.vlp .lineaVerde-h {
  display: none;
}
@media screen and (min-width: 1024px) {
  .vlp {
    padding: 76px 0 76px 20px;
    position: relative;
  }
  .vlp.mg {
    background: url("../images/ico-estrella-xl.svg") no-repeat 87% -51px;
    -webkit-background-size: 610px;
    -moz-background-size: 610px;
    background-size: 610px;
  }
  .vlp.mv {
    background: url("../images/ico-medalla-xl.svg") no-repeat 80% -22px;
    -webkit-background-size: 410px;
    -moz-background-size: 410px;
    background-size: 410px;
  }
  .vlp.aps {
    background: url("../images/ico-maletin-xl.svg") no-repeat 79% -27px;
    -webkit-background-size: 585px;
    -moz-background-size: 585px;
    background-size: 585px;
  }
  .vlp.pr {
    background: url("../images/ico-parlante-xl.svg") no-repeat 78% -27px;
    -webkit-background-size: 627px;
    -moz-background-size: 627px;
    background-size: 627px;
  }
}
@media screen and (min-width: 1280px) {
  .vlp {
    position: relative;
  }
  .vlp::before {
    content: '';
    width: 32px;
    height: 32px;
    background-color: #00c83c;
    border-radius: 25px;
    position: absolute;
    left: 10px;
    bottom: 7px;
  }
  .vlp::after {
    content: url("../images/img-vlp-after.svg");
    width: 96px;
    height: 258px;
    position: absolute;
    bottom: 23px;
    right: 20px;
  }
  .vlp .lineaVerde-h {
    width: calc(100% - 125px);
    height: 5px;
    background-color: #00c83c;
    display: block;
    position: absolute;
    bottom: 20.3px;
    left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .vlp {
    padding: 76px 32px 76px 58px;
  }
  .vlp::before {
    left: 40px;
  }
  .vlp::after {
    right: 60px;
  }
  .vlp .lineaVerde-h {
    width: calc(100% - 225px);
    left: 70px;
  }
}
.vlp-01 {
  max-width: 553px;
}
.vlp-01-link {
  padding: 20px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 573px) {
  .vlp-01-link {
    padding: 20px 30px 0 0;
    position: relative;
  }
  .vlp-01-link::after {
    content: url("../images/ico-linkExterno.svg");
    width: 40px;
    height: 30px;
    position: absolute;
    right: -20px;
    bottom: 0;
  }
}
.vlp-02 {
  max-width: 553px;
  padding: 57px 20px 0;
  position: relative;
}
.vlp-02.mg::after {
  content: url("../images/ico-estrella.svg");
}
.vlp-02.mv::after {
  content: url("../images/ico-medalla.svg");
}
.vlp-02.aps::after {
  content: url("../images/ico-maletin.svg");
}
.vlp-02.pr::after {
  content: url("../images/ico-parlante.svg");
}
.vlp-02::after {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 573px) {
  .vlp-02 {
    padding: 57px 0 0;
  }
  .vlp-02::after {
    right: 0;
  }
}
@media screen and (min-width: 1043px) {
  .vlp-02 {
    width: 470px;
    padding: 0 20px;
  }
  .vlp-02::after {
    top: -50px;
    right: 20px;
  }
  .vlp-02 p {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1159px) {
  .vlp-02 {
    width: 566px;
    max-width: initial;
    padding-right: calc(100% - (553px + 20px + 566px));
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .vlp-02::after {
    width: 121px;
    height: 121px;
    top: -70px;
  }
}
@media screen and (min-width: 1400px) {
  .vlp-02::after {
    right: 0;
  }
}
/* --------------------------------------------------------------- Cómo vamos */
.comovamos {
  position: relative;
}
.comovamos.pr {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comovamos-contenido {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.comovamos-progreso {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (min-width: 350px) {
  .comovamos-progreso {
    width: 100%;
  }
}
.comovamos-progreso-meta {
  text-align: center;
  position: relative;
}
.comovamos-progreso-meta::before,
.comovamos-progreso-meta::after {
  content: '';
  background-color: #00c83c;
  position: absolute;
}
.comovamos-progreso-meta::before {
  width: 13px;
  height: 13px;
  border-radius: 10px;
  bottom: -15px;
  left: calc(50% - 6px);
}
.comovamos-progreso-meta::after {
  width: 1px;
  height: 51px;
  bottom: -60px;
  left: 50%;
}
.comovamos-progreso-meta-txt,
.comovamos-progreso-faltan-txt {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8c8c8c;
}
.comovamos-progreso-meta-numero,
.comovamos-progreso-faltan-numero {
  font-size: 1.625rem;
  font-weight: bold;
  color: #363636;
}
.comovamos-progreso-grafica {
  width: 297px;
  height: 310px;
  margin: 56px auto 0;
  padding-top: 10px;
  background-image: url("../images/bg-progreso-00.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  color: #fff;
  position: relative;
}
.comovamos-progreso-grafica-g01,
.comovamos-progreso-grafica-g02,
.comovamos-progreso-grafica-g03,
.comovamos-progreso-grafica-g04,
.comovamos-progreso-grafica-g05,
.comovamos-progreso-grafica-g06,
.comovamos-progreso-grafica-g07,
.comovamos-progreso-grafica-g08,
.comovamos-progreso-grafica-g09,
.comovamos-progreso-grafica-g10 {
  width: inherit;
  height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: -15px;
  left: -39px;
  z-index: 20;
}
.comovamos-progreso-grafica-g01.visible,
.comovamos-progreso-grafica-g02.visible,
.comovamos-progreso-grafica-g03.visible,
.comovamos-progreso-grafica-g04.visible,
.comovamos-progreso-grafica-g05.visible,
.comovamos-progreso-grafica-g06.visible,
.comovamos-progreso-grafica-g07.visible,
.comovamos-progreso-grafica-g08.visible,
.comovamos-progreso-grafica-g09.visible,
.comovamos-progreso-grafica-g10.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.comovamos-progreso-grafica > div {
  width: 137px;
  margin: 10px 50px 0;
  position: relative;
  z-index: 30;
}
.comovamos-progreso-grafica-llevamos {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.comovamos-progreso-grafica-llevamos-numero,
.comovamos-progreso-grafica-cumplimiento-numero {
  font-size: 1.375rem;
  font-weight: bold;
}
.comovamos-progreso-faltan {
  width: 170px;
  margin: 39px auto 0;
  text-align: center;
}
.comovamos-progreso-faltan-txt {
  position: relative;
}
.comovamos-progreso-faltan-txt::before {
  content: '';
  width: 25px;
  height: 19px;
  background-color: #ccc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.comovamos-progreso-crea {
  max-width: 510px;
  margin: 46px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.comovamos-progreso-crea-01 {
  width: 40%;
  padding: 0 5px;
}
.comovamos-progreso-crea-02 {
  width: 60%;
  padding: 0 5px;
  border-left: 1px solid #ccc;
}
.comovamos-progreso-crea-titulo {
  font-size: 1.3675rem;
  font-weight: bold;
}
.comovamos-progreso-crea-txt {
  margin-top: 26px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #8c8c8c;
}
.comovamos-progreso-crea-numero {
  font-size: 1.625rem;
  font-weight: bold;
}
.comovamos-division {
  width: 1px;
  background-color: #ccc;
  display: none;
  -webkit-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
.comovamos-faltan {
  padding: 28px 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.comovamos-faltan-img {
  width: 71px;
}
.comovamos-faltan-contenido {
  padding-left: 46px;
}
.comovamos-faltan-contenido .faltan {
  font-size: 1.5rem;
  font-weight: bold;
}
.comovamos-faltan-contenido .diasFaltan {
  font-size: 4.6875rem;
  font-weight: 800;
  color: #00c83c;
}
.comovamos-faltan-contenido .dias {
  width: 90px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #8c8c8c;
  line-height: 1.4;
}
.comovamos-faltan-contenido .faltanFecha {
  width: 90px;
  padding-top: 5px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #8c8c8c;
}
@media screen and (min-width: 800px) {
  .comovamos-progreso {
    width: 760px;
  }
  .comovamos-progreso-meta {
    position: absolute;
    top: 0;
    left: 0;
  }
  .comovamos-progreso-meta::before,
  .comovamos-progreso-meta::after {
    bottom: initial;
    left: initial;
  }
  .comovamos-progreso-meta::before {
    top: 5px;
    right: -20px;
  }
  .comovamos-progreso-meta::after {
    width: 130px;
    height: 1px;
    top: 11px;
    right: -145px;
  }
  .comovamos-progreso-meta-txt,
  .comovamos-progreso-faltan-txt {
    font-size: 1.25rem;
  }
  .comovamos-progreso-meta-numero,
  .comovamos-progreso-faltan-numero {
    font-size: 1.75rem;
  }
  .comovamos-progreso-grafica {
    width: 384px;
    height: 400px;
    margin: 0 auto;
  }
  .comovamos-progreso-grafica > div {
    width: 177px;
  }
  .comovamos-progreso-grafica-llevamos-txt,
  .comovamos-progreso-grafica-cumplimiento-txt {
    font-size: 1.25rem;
  }
  .comovamos-progreso-grafica-llevamos-numero,
  .comovamos-progreso-grafica-cumplimiento-numero {
    font-size: 1.75rem;
  }
  .comovamos-progreso-faltan {
    width: initial;
    margin: 0;
    position: absolute;
    bottom: 220px;
    right: 10px;
  }
  .comovamos-progreso-crea-02 {
    border-left: none;
  }
  .comovamos-progreso-crea-titulo {
    font-size: 1.625rem;
  }
  .comovamos-progreso-crea-txt {
    font-size: 1.25rem;
  }
  .comovamos-progreso-crea-numero {
    font-size: 1.75rem;
  }
  .comovamos-faltan-contenido .dias {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1078px) {
  .comovamos-progreso {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .comovamos-division {
    display: block;
  }
  .comovamos-faltan {
    padding: 110px 0 0;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .comovamos-faltan-contenido {
    padding-left: 23px;
  }
}
/* ------------------------------------------------------------------ Ranking */
.ranking-contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ranking-contenido.aps {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ranking-contenido > div {
  padding-top: 33px;
}
.ranking-contenido-invitacion {
  width: 100%;
  text-align: center;
}
.ranking-contenido-videoContainer {
  max-width: 469px;
  position: relative;
}
.ranking-contenido-comoganar {
  max-width: 525px;
}
@media screen and (min-width: 1034px) {
  .ranking-contenido-comoganar {
    padding-left: 30px;
  }
}
.ranking-contenido-aps {
  max-width: 533px;
}
.ranking-contenido p {
  margin-top: 16px;
  line-height: 1.5;
}
.ranking-contenido ul {
  max-width: 430px;
  min-height: 280px;
  padding-left: 65px;
  background-image: url("../images/img-pasos.png");
  background-repeat: no-repeat;
  list-style: none;
}
.ranking-contenido ul .ico-calendario {
  width: 61px;
  margin-right: 15px;
}
.ranking-contenido ul .ico-dinero {
  width: 55px;
  margin-right: 19px;
}
.ranking-contenido ul .ico-diamante {
  width: 54px;
  margin-right: 21px;
}
.ranking-contenido ul li {
  padding: 13px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ranking-contenido ul li .txt {
  font-size: 1rem;
  font-weight: bold;
  color: #8c8c8c;
}
.ranking-contenido ul li .txt .verde {
  color: #00c83c;
}
.ranking-contenido ul li .resaltado {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00c83c;
}
@media screen and (min-width: 580px) {
  .ranking-contenido ul {
    margin-left: 30px;
  }
}
.ranking-contenido ol {
  margin-left: 25px;
}
.ranking-contenido ol.pasos {
  max-width: 430px;
  padding-left: 65px;
  list-style: none;
  counter-reset: li;
}
.ranking-contenido ol.pasos li {
  min-height: 62px;
  padding: 13px 0;
  position: relative;
}
.ranking-contenido ol.pasos li::before {
  content: counter(li);
  counter-increment: li;
  width: 45px;
  height: 45px;
  padding: 4px 11px;
  background-color: #363636;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: -65px;
}
.ranking-contenido ol.pasos li::after {
  content: '';
  width: 51px;
  height: 51px;
  border: 1px dashed #00c83c;
  border-radius: 40px;
  position: absolute;
  top: 4px;
  left: -69px;
}
.ranking-contenido.contenido2 {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
.ranking-contenido.contenido2 ol.pasos {
  max-width: 750px;
  margin: 30px auto 0;
}
.ranking-contenido.contenido2 ol.pasos li::before {
  top: -1px;
}
.ranking-contenido.contenido2 ol.pasos li::after {
  top: -5px;
}
.ranking-top5 {
  max-width: 1000px;
  margin: 40px auto;
}
.ranking-top5-titulosLista {
  display: none;
}
.ranking-top5-lista {
  width: calc(100% + 20px);
  list-style: none;
  counter-reset: li;
}
.ranking-top5-lista-item {
  margin-left: -20px;
  padding: 20px 0 10px 97px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
.ranking-top5-lista-item::before {
  counter-increment: li;
  content: counter(li);
  width: 32px;
  height: 32px;
  padding: 6px;
  background-color: #00c83c;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ranking-top5-lista-item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
  position: absolute;
  top: 0px;
  left: 87px;
}
.ranking-top5-lista-item:first-child {
  background-color: #999;
  color: #fff;
}
.ranking-top5-lista-item .nombre {
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
}
.ranking-top5-lista-item-datos {
  width: 100%;
  min-height: 50px;
  padding-top: 6px;
  font-weight: bold;
  position: relative;
}
.ranking-top5-lista-item-datos::before {
  font-size: 0.65625rem;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
}
.ranking-top5-lista-item-datos::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
}
.ranking-top5-lista-item-datos.valor::before {
  content: 'APE Neto';
  width: 28px;
  top: 3px;
  left: -80px;
}
.ranking-top5-lista-item-datos.valor::after {
  content: url("../images/ico-dinero.svg");
  left: -51px;
}
.ranking-top5-lista-item-datos.porcentaje::before {
  content: '% para participar';
  width: 60px;
  top: 5px;
  left: -96px;
}
.ranking-top5-lista-item-datos.porcentaje::after {
  content: url("../images/ico-porcentaje.svg");
  left: -51px;
}
.ranking-top5 .preBotonTexto {
  margin: 30px 0 -25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ranking-top5-titulosLista {
    padding: 0 20px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ranking-top5-titulosLista .padding {
    width: 50px;
    height: 60px;
    border-bottom: 1px solid #d8d8d8;
  }
  .ranking-top5-titulosLista .titulo {
    height: 60px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .ranking-top5-titulosLista .titulo .imagen {
    width: 37px;
  }
  .ranking-top5-titulosLista .titulo .txt {
    width: 100px;
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #8c8c8c;
  }
  .ranking-top5-titulosLista .titulo:nth-child(2) {
    width: 40%;
  }
  .ranking-top5-titulosLista .titulo:nth-child(3) {
    width: 35%;
  }
  .ranking-top5-titulosLista .titulo:last-child {
    width: 25%;
    border-right: none;
  }
  .ranking-top5-lista {
    width: 100%;
    padding: 0 20px;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .ranking-top5-lista-item {
    height: 60px;
    margin-left: 0;
    padding: 18px 0 10px 45px;
    font-size: 1.125rem;
    border-bottom-color: #d8d8d8;
  }
  .ranking-top5-lista-item::before {
    width: 37px;
    height: 37px;
    padding: 8px;
    left: 0;
    top: calc((100% - 37px) / 2);
  }
  .ranking-top5-lista-item::after {
    height: calc(100% + 1px);
    background-color: #d8d8d8;
    left: initial;
    right: -20px;
  }
  .ranking-top5-lista-item:first-child {
    padding-left: 50px;
  }
  .ranking-top5-lista-item:first-child:before {
    background-color: #fff;
    color: #00c83c;
    left: 5px;
  }
  .ranking-top5-lista-item:last-child {
    border-bottom: none;
  }
  .ranking-top5-lista-item .nombre {
    width: 40%;
    min-height: initial;
    margin-bottom: 0;
  }
  .ranking-top5-lista-item-datos {
    min-height: initial;
    padding-top: 0;
    text-align: center;
  }
  .ranking-top5-lista-item-datos.valor {
    width: 35%;
  }
  .ranking-top5-lista-item-datos.porcentaje {
    width: 25%;
  }
  .ranking-top5-lista-item-datos::before {
    content: none !important;
  }
  .ranking-top5-lista-item-datos::after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #d8d8d8;
    position: absolute;
    top: -23px;
    left: 0 !important;
  }
}
@media screen and (min-width: 1080px) {
  .ranking-top5-titulosLista .titulo .txt {
    width: initial;
    font-size: 1.375rem;
  }
  .ranking-top5-titulosLista .titulo:last-child .txt {
    width: 170px;
  }
}
.ranking-tops {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ranking-top5APS {
  max-width: 320px;
  margin: 40px 20px 0;
}
.ranking-top5APS-lista {
  width: 100%;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  list-style: none;
  counter-reset: li;
}
.ranking-top5APS-lista-item {
  padding: 20px 0 10px 97px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}
.ranking-top5APS-lista-item::before {
  counter-increment: li;
  content: counter(li);
  width: 32px;
  height: 32px;
  padding: 6px;
  background-color: #00c83c;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ranking-top5APS-lista-item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
  position: absolute;
  top: 0px;
  left: 87px;
}
.ranking-top5APS-lista-item .nombre {
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
}
.ranking-top5APS-lista-item-datos {
  width: 100%;
  min-height: 50px;
  padding-top: 6px;
  font-weight: bold;
  position: relative;
}
.ranking-top5APS-lista-item-datos::before {
  font-size: 0.65625rem;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
}
.ranking-top5APS-lista-item-datos::after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
}
.ranking-top5APS-lista-item-datos.valor::before {
  content: 'APE Neto';
  width: 28px;
  top: 3px;
  left: -80px;
}
.ranking-top5APS-lista-item-datos.valor::after {
  content: url("../images/ico-dinero.svg");
  left: -51px;
}
.ranking-top5APS-lista-item-datos.porcentaje::before {
  content: '% para participar';
  width: 60px;
  top: 5px;
  left: -96px;
}
.ranking-top5APS-lista-item-datos.porcentaje::after {
  content: url("../images/ico-porcentaje.svg");
  left: -51px;
}
.ranking-top5APS .preBotonTexto {
  margin: 30px 0 -25px;
  text-align: center;
}
/* --------------------------------------------------------------- Incentivos */
.incentivos {
  position: relative;
}
.incentivos-contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.incentivos-contenido-club {
  width: 100%;
  max-width: 580px;
}
.incentivos-contenido-club-titulo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.incentivos-contenido-club-titulo .h3-nombre {
  width: 188px;
  margin: 38px 0 20px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #696969;
  text-align: left;
  line-height: 0.9;
  position: relative;
}
@media screen and (min-width: 520px) {
  .incentivos-contenido-club-titulo .h3-nombre {
    margin: 38px 20px 20px 0;
  }
}
.incentivos-contenido-club-titulo .h3-nombre .resaltado {
  font-weight: bold;
}
.incentivos-contenido-club-titulo .h3-nombre::after {
  content: url("../images/ico-club.svg");
  width: 188px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.incentivos-contenido-club-titulo .parrafo {
  max-width: 292px;
  margin-top: 22px;
  font-size: 0.875rem;
}
.incentivos-contenido-club-categorias {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.incentivos-contenido-club-categoria {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.incentivos-contenido-club-categoria .nombreCategoria {
  width: 120px;
  text-align: center;
}
@media screen and (min-width: 330px) {
  .incentivos-contenido-club-categoria .nombreCategoria {
    margin-right: 20px;
  }
}
.incentivos-contenido-club-categoria .nombreCategoria .icoDiamante {
  width: 41px;
}
.incentivos-contenido-club-categoria .nombreCategoria .icoOro {
  width: 55px;
}
.incentivos-contenido-club-categoria .nombreCategoria .titulo {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (min-width: 500px) {
  .incentivos-contenido-club-categoria {
    width: 230px;
  }
  .incentivos-contenido-club-categoria .nombreCategoria {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .incentivos-contenido-club-categoria .nombreCategoria .titulo {
    font-size: 1.5rem;
  }
}
.incentivos-contenido .division {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #ccc;
}
.incentivos-contenido-productividad {
  width: 100%;
  max-width: 600px;
  padding-top: 36px;
}
.incentivos-contenido-productividad-titulo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.incentivos-contenido-productividad-titulo .h3-nombre {
  font-size: 1.5rem;
  font-weight: bold;
}
.incentivos-contenido-productividad-titulo .parrafo {
  max-width: 295px;
  font-size: 0.875rem;
}
@media screen and (min-width: 514px) {
  .incentivos-contenido-productividad-titulo .h3-nombre {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.incentivos-contenido-productividad-opciones {
  margin-top: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.incentivos-contenido-productividad-opcion {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.incentivos-contenido-productividad-opcion .titulo {
  margin-right: 18px;
  text-align: center;
}
.incentivos-contenido-productividad-opcion .titulo .numero {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding-top: 7px;
  font-size: 1.1875rem;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.incentivos-contenido-productividad-opcion .titulo .numero::after {
  content: url("../images/bg-numeracion.svg");
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.incentivos-contenido-productividad-opcion .titulo .txt {
  width: 93px;
  padding-top: 12px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 540px) {
  .incentivos-contenido-productividad-opcion {
    width: 160px;
  }
  .incentivos-contenido-productividad-opcion .titulo {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .incentivos-contenido-productividad-opcion .titulo .numero {
    width: 45px;
    height: 45px;
    padding-top: 8px;
    font-size: 1.5rem;
  }
  .incentivos-contenido-productividad-opcion .titulo .numero::after {
    width: 45px;
    height: 45px;
  }
  .incentivos-contenido-productividad-opcion .titulo .txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1240px) {
  .incentivos-contenido {
    margin-top: 60px;
  }
  .incentivos-contenido-club-titulo .h3-nombre {
    margin: 18px 20px 20px 0;
  }
  .incentivos-contenido .division {
    display: none;
  }
  .incentivos-contenido-productividad-opciones {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1305px) {
  .incentivos-contenido .division {
    width: 1px;
    margin-top: 0;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
/* ------------------------------------------------------------------ modales */
.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  display: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}
.modal.mostrar-1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.modal.mostrar-2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal-contenedor {
  width: 300px;
  height: 80vh;
  margin: 0 10px;
  padding: 20px 10px 10px;
  background-color: #f4f4f4;
  border: 1px solid #00c83c;
  overflow: scroll;
  position: relative;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-contenedor.mostrar-1 {
  display: block;
}
.modal-contenedor.mostrar-2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal-contenedor-botonCerrar {
  font-size: 2rem;
  font-weight: 700;
  color: #00c83c;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3002;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-contenedor-botonCerrar:hover {
  color: #fe9200;
}
.modal-contenedor-titulo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-contenedor-titulo .icoDiamante {
  width: 41px;
  margin-right: 10px;
}
.modal-contenedor-titulo .icoOro {
  width: 55px;
  margin-right: 10px;
}
.modal-contenedor-titulo .titulo {
  font-size: 1.125rem;
  font-weight: bold;
}
.modal-contenedor-titulo .numero {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  padding-top: 7px;
  font-size: 1.1875rem;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.modal-contenedor-titulo .numero::after {
  content: url("../images/bg-numeracion.svg");
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-contenedor .subtitulo {
  margin: 24px 0 0 12px;
  font-size: 0.875rem;
  font-weight: bold;
}
.modal-contenedor-lista {
  margin: 15px 12px 0;
  list-style: none;
}
.modal-contenedor-lista-item {
  padding-left: 14px;
  position: relative;
}
.modal-contenedor-lista-item::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #00c83c;
  border-radius: 7px;
  position: absolute;
  top: 6px;
  left: 0;
}
.modal-contenedor-caja {
  width: 155px;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 0.875rem;
  position: relative;
}
.modal-contenedor-caja.Q1::before {
  content: '1Q';
}
.modal-contenedor-caja.Q2::before {
  content: '2Q';
}
.modal-contenedor-caja.Q3::before {
  content: '3Q';
}
.modal-contenedor-caja.Q4::before {
  content: '4Q';
}
.modal-contenedor-caja::before {
  width: 40px;
  height: 40px;
  padding-top: 9px;
  background-color: #999;
  border-radius: 25px;
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -20px;
  right: -20px;
}
.modal-contenedor-caja:nth-child(odd) {
  margin-top: 35px;
  margin-left: 14px;
}
.modal-contenedor-caja:nth-child(odd)::after {
  content: url("../images/img-flechaodd.svg");
  width: 39px;
  height: 79px;
  position: absolute;
  top: 6px;
  right: -63px;
}
.modal-contenedor-caja:nth-child(even) {
  margin-top: 21px;
  margin-left: 80px;
}
.modal-contenedor-caja:nth-child(even)::after {
  content: url("../images/img-flechaeven.svg");
  width: 25px;
  height: 85px;
  position: absolute;
  top: 33px;
  left: -20px;
}
.modal-contenedor-caja:nth-child(6)::after {
  display: none;
}
.modal-contenedor-cajaPremios {
  width: 228px;
  margin: 40px 20px 0;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 0.875rem;
  position: relative;
}
.modal-contenedor-cajaPremios p {
  margin-bottom: 15px;
}
.modal-contenedor-cajaPremios p:last-child {
  margin-bottom: 0;
}
.modal-contenedor-cajaPremios::after {
  content: '';
  width: 40px;
  height: 40px;
  background: #999 url("../images/ico-estrellablanca.svg") no-repeat center;
  -webkit-background-size: 29px;
  -moz-background-size: 29px;
  background-size: 29px;
  border-radius: 25px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.modal-contenedor-condiciones {
  margin-top: 24px;
  padding: 12px;
  background-color: rgba(0,200,60,0.15);
}
.modal-contenedor-condiciones .subtitulo {
  margin: 0;
}
.modal-contenedor-condiciones p {
  margin-top: 15px;
}
.modal-contenedor-condiciones .modal-contenedor-lista {
  margin-left: 0;
}
.modal-contenedor-condiciones ol {
  margin-top: 15px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 625px) {
  .modal-contenedor.opcion1,
  .modal-contenedor.opcion2,
  .modal-contenedor.opcion3 {
    width: 605px;
  }
  .modal-contenedor.opcion1 .modal-contenedor-cajaPremios,
  .modal-contenedor.opcion2 .modal-contenedor-cajaPremios,
  .modal-contenedor.opcion3 .modal-contenedor-cajaPremios {
    position: absolute;
    left: 305px;
    top: 90px;
  }
  .modal-contenedor.opcion1 .modal-contenedor-cajaPremios.cp2,
  .modal-contenedor.opcion2 .modal-contenedor-cajaPremios.cp2,
  .modal-contenedor.opcion3 .modal-contenedor-cajaPremios.cp2 {
    top: 290px;
  }
}
.modal .videos {
  height: initial;
  padding: 0;
  font-size: 0;
}
.modal .videos-video {
  width: 100%;
  position: relative;
  z-index: 3001;
}
.modal .simuladores,
.modal .cvmg,
.modal .cvmv {
  width: 100%;
  max-width: 390px;
  height: 80vh;
  margin: 0 10px;
  padding: 20px 10px 0;
  background-color: #fff;
  border: none;
  overflow: scroll;
  position: relative;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal .simuladores.mostrar-1,
.modal .cvmg.mostrar-1,
.modal .cvmv.mostrar-1 {
  display: block;
}
.modal .simuladores.mostrar-2,
.modal .cvmg.mostrar-2,
.modal .cvmv.mostrar-2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.modal .simuladores-titulo,
.modal .cvmg-titulo,
.modal .cvmv-titulo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal .simuladores-titulo img,
.modal .cvmg-titulo img,
.modal .cvmv-titulo img {
  width: 34px;
  height: 47px;
  margin-right: 10px;
}
.modal .simuladores-titulo .txt,
.modal .cvmg-titulo .txt,
.modal .cvmv-titulo .txt {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.modal .simuladores-caja,
.modal .cvmg-caja,
.modal .cvmv-caja {
  margin: 40px 0;
  padding: 20px;
  background-color: #f4f4f4;
  border: 1px solid #00c83c;
  border-radius: 10px;
}
.modal .simuladores-caja-titulo,
.modal .cvmg-caja-titulo,
.modal .cvmv-caja-titulo {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00c83c;
  text-align: center;
  text-decoration: underline;
}
.modal .simuladores-caja .botonTexto,
.modal .cvmg-caja .botonTexto,
.modal .cvmv-caja .botonTexto {
  width: 236px;
  margin: 20px auto 0;
}
.modal .cvmg,
.modal .cvmv {
  max-width: 1440px;
  margin: 0;
  padding: 20px 0 0;
}
.modal .cvmg-botonCerrar,
.modal .cvmv-botonCerrar {
  padding: 0px 11px 2px;
  background-color: rgba(255,255,255,0.85);
  border-radius: 30px;
}
.modal .cvmg h3.h3-top5,
.modal .cvmv h3.h3-top5 {
  margin: 0;
}
.modal .cvmg .ranking,
.modal .cvmv .ranking {
  padding: 50px 8px 40px;
}
.modal .cvmg .ranking-contenido-comoganar .tabla,
.modal .cvmv .ranking-contenido-comoganar .tabla {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna {
  text-align: center;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna:first-child,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna:first-child {
  width: 60%;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna:last-child,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna:last-child {
  width: 40%;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna .titulo,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna .titulo {
  height: 70px;
  padding: 22px 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #00c83c;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 450px) {
  .modal .cvmg .ranking-contenido-comoganar .tabla-columna .titulo,
  .modal .cvmv .ranking-contenido-comoganar .tabla-columna .titulo {
    font-size: 1rem;
  }
}
@media screen and (min-width: 540px) {
  .modal .cvmg .ranking-contenido-comoganar .tabla-columna .titulo,
  .modal .cvmv .ranking-contenido-comoganar .tabla-columna .titulo {
    font-size: 1.125rem;
  }
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna .columnasInside,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna .columnasInside {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna .columnasInside .columnaInside,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna .columnasInside .columnaInside {
  width: 50%;
}
.modal .cvmg .ranking-contenido-comoganar .tabla-columna .celda,
.modal .cvmv .ranking-contenido-comoganar .tabla-columna .celda {
  height: 64px;
  padding: 23px 0;
  font-size: 0.8rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 450px) {
  .modal .cvmg .ranking-contenido-comoganar .tabla-columna .celda,
  .modal .cvmv .ranking-contenido-comoganar .tabla-columna .celda {
    font-size: 1rem;
  }
}
@media screen and (min-width: 540px) {
  .modal .cvmg .ranking-contenido-comoganar .tabla-columna .celda,
  .modal .cvmv .ranking-contenido-comoganar .tabla-columna .celda {
    font-size: 1.125rem;
  }
}
.modal .cvmg .ranking-top5-lista,
.modal .cvmv .ranking-top5-lista {
  width: 100%;
}
.modal .cvmg .ranking-top5-lista-item,
.modal .cvmv .ranking-top5-lista-item {
  margin-left: 0;
}
@media screen and (min-width: 850px) {
  .modal .cvmg,
  .modal .cvmv {
    margin: 0 20px;
  }
}
.modal .ranking-contenido {
  width: 532px;
  padding: 30px 0 0 0;
}
.modal .ranking-contenido .pasos {
  max-width: 430px;
  min-height: 280px;
  margin: 0 20px 0 45px;
  padding-left: 48px;
  background: url("../images/img-pasosAPS.svg") no-repeat 0 24px;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  list-style: none;
  counter-reset: li;
}
.modal .ranking-contenido .pasos .ico-calendario {
  width: 61px;
  margin-right: 15px;
}
.modal .ranking-contenido .pasos .ico-dinero {
  width: 55px;
  margin-top: 76px;
  margin-right: 19px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.modal .ranking-contenido .pasos .ico-diamante {
  width: 54px;
  margin-right: 21px;
}
.modal .ranking-contenido .pasos li {
  padding: 13px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.modal .ranking-contenido .pasos li .txt {
  font-size: 1rem;
  font-weight: bold;
  color: #8c8c8c;
}
.modal .ranking-contenido .pasos li .txt .verde {
  color: #00c83c;
}
.modal .ranking-contenido .pasos li .resaltado {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00c83c;
}
.modal .ranking-contenido .pasos li::before {
  content: counter(li);
  counter-increment: li;
  width: 45px;
  height: 45px;
  padding: 4px 11px;
  background-color: #363636;
  border-radius: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: -65px;
}
.modal .ranking-contenido .pasos li::after {
  content: '';
  width: 51px;
  height: 51px;
  border: 1px dashed #00c83c;
  border-radius: 40px;
  position: absolute;
  top: 11px;
  left: -69px;
}
/* ------------------------------------------------------------------- Mentor */
.mentor .introduccion {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.mentor-contenido {
  margin-top: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mentor-contenido .crea {
  width: 100%;
  max-width: 580px;
}
.mentor-contenido .crea-videoContainer {
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}
.mentor-contenido .crea-videoContainer-video {
  width: 100%;
  margin-bottom: 15px;
}
.mentor-contenido .crea-videoContainer-vinculo {
  height: 35px;
  margin-top: 25px;
  padding: 10px 0 0 35px;
  font-size: 1rem;
  font-weight: 600;
  color: #00c83c;
  text-decoration: underline;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mentor-contenido .crea-videoContainer-vinculo:hover {
  text-decoration: none;
}
.mentor-contenido .crea-videoContainer-vinculo::before {
  content: url("../images/ico-hoja.svg");
  width: 26px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.mentor-contenido .crea-columnas {
  padding-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mentor-contenido .crea-columnas.alargue {
  margin-top: 18px;
}
.mentor-contenido .crea-columnas .columna {
  padding-bottom: 40px;
}
.mentor-contenido .crea-columnas .division {
  display: none;
}
@media screen and (min-width: 601px) {
  .mentor-contenido .crea-columnas .division {
    width: 1px;
    background-color: #ccc;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
.mentor-contenido .crea-lista {
  width: 280px;
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
}
.mentor-contenido .crea-lista li {
  padding-top: 20px;
}
.mentor-contenido .crea-lista li a {
  padding-left: 62px;
  display: block;
  position: relative;
}
.mentor-contenido .crea-lista li a.vinculoVideo {
  height: 33px;
  padding-bottom: 18px;
}
.mentor-contenido .crea-lista li a.vinculoVideo::before {
  content: url("../images/ico-video.svg");
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 12px;
}
.mentor-contenido .crea-lista li a.vinculoDocumento {
  height: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.mentor-contenido .crea-lista li a.vinculoDocumento::before {
  content: url("../images/ico-hoja.svg");
  width: 21px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 0;
}
.mentor-contenido .division {
  display: none;
}
@media screen and (min-width: 1201px) {
  .mentor-contenido .division {
    width: 1px;
    background-color: #ccc;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
.mentor-columnas {
  padding-top: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mentor-columnas.alargue {
  margin-top: 18px;
}
.mentor-columnas .columna {
  padding-bottom: 40px;
}
.mentor-columnas .columna .video-container {
  height: 0;
  margin-top: 60px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.mentor-columnas .columna .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mentor-columnas .division {
  display: none;
}
@media screen and (min-width: 890px) {
  .mentor-columnas .division {
    width: 1px;
    background-color: #ccc;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
.mentor-lista {
  max-width: 415px;
  padding: 38px 10px 0;
  list-style: none;
}
.mentor-lista.mitad {
  padding-top: 20px;
}
@media screen and (min-width: 1287px) {
  .mentor-lista.ultima {
    padding-top: 11px;
  }
}
.mentor-lista li {
  padding-top: 20px;
}
.mentor-lista li.title {
	font-size: 1.125rem;
	font-weight: bold;
}
.mentor-lista li a {
  padding-left: 40px;
  padding-bottom: 15px;
  display: block;
  position: relative;
}
.mentor-lista li a.vinculoVideo::before {
  content: url("../images/ico-video.svg");
  width: 30px;
  height: 28px;
  position: absolute;
  top: -5px;
  left: 0;
}
.mentor-lista li a.vinculoDocumento::before {
  content: url("../images/ico-hoja.svg");
  width: 21px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -5px;
}
.mentor-lista li a.vinculoPodcast::before {
  content: url("../images/ico-podcast.svg");
  width: 21px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -6px;
}
.mentor-lista li a.reciente {
  margin-bottom: 20px;
  padding: 12px 12px 12px 44px;
  background: #dbdbdb;
  border: 1px solid #666666;
  border-radius: 5px;
  font-weight: bold;
  color: #666666;
  position: relative;
}
.mentor-lista li a.reciente::before {
  content: url("../images/ico-nuevo.svg");
  width: 26px;
  position: absolute;
  top: 5px;
  left: 7px;
}
/* ------------------------------------------------------------- Herramientas */
.herramientas {
	position: relative;
	z-index: 1;
}
.herramientas-columnas {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.herramientas-columnas-columna {
  max-width: 365px;
  margin-top: 40px;
}
.herramientas-columnas-columna .linkSimuladores {
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 400px) {
  .herramientas-columnas-columna {
    margin: 40px 10px 0;
  }
}
.herramientas-columnas .division {
  display: none;
}
@media screen and (min-width: 1180px) {
  .herramientas-columnas .division {
    width: 1px;
    background-color: #ccc;
    display: block;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
.herramientas-columnas-lista {
  max-width: 356px;
  margin: 0 auto;
  list-style: none;
}
.herramientas-columnas-lista li {
  padding-bottom: 27px;
}
.herramientas-columnas-lista li a {
  display: block;
  position: relative;
}
.herramientas-columnas-lista li a.hoja::before {
  content: url("../images/ico-hoja.svg");
  width: 31px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas-columnas-lista li a.documento::before {
  content: url("../images/ico-documento.svg");
  width: 34px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas-columnas-lista li a.podcast::before {
  content: url("../images/ico-microfono.svg");
  width: 29px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas-columnas-lista li a.lista::before {
  content: url("../images/ico-lista.svg");
  width: 37px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas-columnas-lista li a.libro::before {
  content: url("../images/ico-libro.svg");
  width: 41px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas-columnas-lista li a.hoja2::before {
  content: url("../images/ico-hoja2.svg");
  width: 41px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
}
.herramientas .chatLink {
  width: 63px;
  height: 61px;
  margin: 30px auto 0;
  display: block;
}
.herramientas .chatLink img {
  width: 100%;
}
.herramientas .textoChat {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.herramientas .textofinalChat {
  max-width: 600px;
  margin: 20px auto 0;
  text-align: center;
}
/* ------------------------------------------------------------- Herramientas */
.comovamosequipo .h2-fecha {
  font-size: 1.25rem;
  font-weight: 400;
  color: #363636;
  text-align: center;
}
@media screen and (min-width: 870px) {
  .comovamosequipo .h2-fecha {
    font-size: 1.625rem;
  }
}
.comovamosequipo-contenido {
  padding: 0 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -o-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.comovamosequipo-contenido-mundo {
  padding: 50px 20px 0;
}
/* ------------------------------------------------------------- Nuevo contenido Oct.2020 */
.box,
.box2 {
  max-width: 510px;
  margin: 30px 27px 0;
  padding: 24px 23px 40px;
  background-color: #f4f4f4;
  border: 1px solid #00c83c;
  border-radius: 16px;
}
.box__title,
.box2__title {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-wrap: nowrap;
  -o-box-pack: start;
  justify-content: flex-start;
  -o-box-align: center;
  align-items: center;
}
.box__title .title-image,
.box2__title .title-image {
  height: 47px;
}
.box__title .title-text,
.box2__title .title-text {
  margin-left: 20px;
  font-size: 1.375rem;
  font-weight: bold;
}
.box__text,
.box2__text {
  margin-top: 32px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.box__text.text2,
.box2__text.text2 {
  margin-top: 0;
}
.box__button,
.box2__button,
.option__button,
.new-cta__button,
.form button {
  display: block;
  width: 180px;
  height: 40px;
  margin: 37px auto 0;
  padding: 11px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00c83c;
  border: 2px solid #00c83c;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.box__button:hover,
.box2__button:hover,
.option__button:hover,
.new-cta__button:hover,
.form button:hover {
  background-color: transparent;
  color: #00c83c;
}
.box2 {
  width: 310px;
  margin: 30px 15px 0;
}
.box2__title {
  -o-box-pack: center;
  justify-content: center;
}
.box2__text {
  text-align: center;
}
.option {
  margin-top: 35px;
}
.option:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #00c83c;
}
.option__text {
  font-size: 0.875rem;
  font-weight: bold;
  color: #00c83c;
  text-align: center;
}
.new-valor {
  position: relative;
  padding-top: 0;
  box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}
.new-header {
  position: relative;
  max-width: 585px;
  margin: auto;
  text-align: center;
}
.new-header__title {
  padding-bottom: 42px;
  background-color: #00c83c;
  border-radius: 0 0 8px 8px;
}
.new-header .new-title {
  padding: 23px 20px 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}
.new-header .new-subtitle {
  padding: 23px 20px 0;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}
.new-header .new-subtitle span {
  font-weight: bold;
}
.new-header .new-subtitleH6 {
  padding: 35px 20px 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.new-bullets,
.new-star {
  margin-top: 32px;
}
.new-bullets__title,
.new-star__title {
  margin: 0 10px 10px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.new-bullets__green,
.new-star__green {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  max-width: 1324px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: rgba(0,200,60,0.2);
}
.new-bullets__green .green,
.new-star__green .green {
  max-width: 440px;
  padding: 25px 20px 39px;
  border-bottom: 1px solid rgba(0,200,60,0.5);
}
.new-bullets__green .green:last-child,
.new-star__green .green:last-child {
  padding: 37px 43px 1px;
  border-bottom: none;
}
.new-bullets__green .green__icon,
.new-star__green .green__icon {
  width: 60px;
  margin: 0 auto;
}
.new-bullets__green .green__icon img,
.new-star__green .green__icon img {
  width: 100%;
}
.new-bullets__green .green__text,
.new-star__green .green__text {
  margin-top: 33px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.new-bullets__green .green__button,
.new-star__green .green__button {
  display: block;
  width: 180px;
  height: 40px;
  margin: 30px auto 0;
  padding: 11px 0;
  font-size: 1rem;
  font-weight: bold;
  color: #00c83c;
  text-align: center;
  text-decoration: none;
  border: 2px solid #00c83c;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.new-bullets__green .green__button:hover,
.new-star__green .green__button:hover {
  background-color: #00c83c;
  color: #fff;
}
.herramientas-columnas-columna .green__text-link,
.new-bullets__green .green__text-link,
.new-star__green .green__text-link {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #00c83c;
  text-align: center;
  word-break: break-all;
}
.new-bullets__boxes,
.new-star__boxes {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: space-evenly;
  justify-content: space-evenly;
  -o-box-align: center;
  align-items: center;
}
.new-star {
  padding: 0 28px 56px;
}
.new-star__logo {
  display: block;
  width: 255px;
  margin: 0 auto;
}
.new-star__paragraph {
  margin-top: 44px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
}
.new-star__boxes {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
}
.new-cta {
  padding: 65px 0 46px;
}
.new-cta .new-subtitleH3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.new-cta__button {
  width: 274px;
  height: 52px;
  padding: 9px 0;
}
.modal-form {
  position: relative;
  max-width: 600px;
  width: initial;
  height: 90vh;
  margin: 10px;
  padding: 73px 0 20px;
  background-color: #fff;
  overflow-y: scroll;
}
.modal-form__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #00c83c;
}
.modal-form__title {
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.modal-form__form-container {
  width: 100%;
  height: calc(90vh - 147px);
}
.form {
  padding: 43px 20px 0;
  background-color: #fff;
}
.form textarea {
  width: 100%;
  height: 102px;
  margin: 20px 0 55px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  box-sizing: border-box;
}
.form textarea:last-of-type {
  margin: 20px 0 20px;
}
.form textarea:focus {
  outline: none;
}
.form button {
  margin-top: 27px;
}
.form button:focus {
  outline: none;
}
.form button.cancelButton {
  background-color: transparent;
  color: #00c83c;
}
.form button.cancelButton:hover {
  background-color: #00c83c;
  color: #fff;
}
@media screen and (min-width: 620px) {
  .modal-form textarea {
    margin: 17px 0 46px;
  }
  .modal-form button {
    display: inline-block;
    margin: 27px 45px 0;
  }
}
@media screen and (min-height: 868px) {
  .modal-form {
    max-height: 848px;
  }
  .modal-form__form-container {
    height: calc(848px - 147px);
  }
}
@media screen and (min-width: 768px) {
  .new-title {
    padding: 60px 20px 0;
    font-size: 1.625rem;
  }
  .new-subtitle {
    padding: 26px 20px 0;
    font-size: 1.5rem;
  }
  .new-subtitleH3 {
    font-size: 1.625rem;
  }
  .new-subtitleH6 {
    padding: 30px 20px 0;
    font-size: 1rem;
  }
  .box__title .title-text {
    font-size: 1.5rem;
  }
  .new-star {
    margin-top: 59px;
  }
  .new-star__logo {
    width: 388px;
  }
  .new-star__paragraph {
    margin-top: 70px;
  }
  .new-star__paragraph:last-of-type {
    margin-top: 57px;
  }
  .new-star__boxes .box2 {
    margin-top: 71px;
  }
  .box2 {
    padding-bottom: 19px;
  }
  .box2__text {
    height: 44px;
    margin-top: 69px;
  }
  .box2:last-of-type {
    width: 630px;
    max-width: initial;
    margin-top: 30px;
  }
  .box2:last-of-type .box2__text {
    margin-top: 30px;
  }
  .box2:last-of-type .options {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap;
    -o-box-pack: center;
    justify-content: center;
    -o-box-align: center;
    align-items: center;
  }
  .box2:last-of-type .options .option {
    margin-top: 0;
    padding: 14px 20px 0;
  }
  .box2:last-of-type .options .option:first-child {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid rgba(0,200,60,0.5);
  }
  .new-cta {
    padding: 114px 0 77px;
  }
  .new-cta__button {
    width: 425px;
    height: 40px;
    padding: 10px 0;
  }
  .new-header:before {
    content: url("../images/ico-new.svg");
    display: block;
    position: absolute;
    left: -120px;
    top: 38px;
    width: 113px;
  }
}
@media screen and (min-width: 880px) {
  .new-bullets__green {
    padding: 22px 0;
  }
  .new-bullets__green .green {
    padding: 37px 43px;
  }
  .new-bullets__green .green:first-child {
    border-right: 1px solid rgba(0,200,60,0.5);
  }
  .new-bullets__green .green__text {
    height: 66px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1128px) {
  .p-container {
    height: 132px;
  }
}
@media screen and (min-width: 1320px) {
  .new-bullets__title {
    width: 880px;
    margin-left: calc((100% - 1324px) / 2);
  }
}
@media screen and (min-width: 1396px) {
  .box2:last-of-type {
    margin-top: 71px;
  }
  .box2:last-of-type .box2__text {
    margin-bottom: 0;
  }
  .box2__text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1320px) {
  .new-bullets__green .green {
    border-bottom: none;
  }
  .new-bullets__green .green:nth-child(2) {
    border-right: 1px solid rgba(0,200,60,0.5);
  }
}

