@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* FONT VARIABLES */
/* COLORES */
/*azul claro*/
/* azul claro */
/*azul oscuro*/
/*naranja*/
/* DECLARACIÓN DE TAMAÑOS DE PANTALLA-MEDIA QUERIES */
/* BORDER RADIUS */
/* ---- TIPOGRAFÍAS ---- */
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJPxzGOF.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("Nunito-Sans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Nunito Sans Regular"), local("Nunito-Sans-Regular"), url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJPxzGOF.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Nunito Sans Bold"), local("Nunito-Sans-Bold"), url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* GENERALES */
body {
  font-size: 62.5%;
  font-family: "Nunito Sans", open-sans;
  color: #121B1E; }
  @media (max-width: 480px) {
    body {
      padding-left: 0px;
      padding-right: 0px; } }

main {
  padding-top: 100px !important;
  background-color: #121B1E; }
  @media (max-width: 480px) {
    main {
      padding-top: 80px; } }

.blanco {
  background-color: #ffffff !important;
  margin: 0 auto; }

/* AJUSTES */
.floatleft {
  float: left; }

.floatright {
  float: right; }

.textleft {
  text-align: left; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.margintop1 {
  margin-top: 10px; }

.margintop2 {
  margin-top: 20px; }

.margintop3 {
  margin-top: 30px; }

.margintop4 {
  margin-top: 40px; }

.margintop5 {
  margin-top: 50px; }

.marginbottom1 {
  margin-bottom: 10px; }

.marginbottom2 {
  margin-bottom: 20px; }

.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0px !important; }

.nopadleft {
  padding-left: 0px !important; }

.nopadright {
  padding-right: 0px !important; }

.nopadtop {
  padding-top: 0px !important; }

.nopadbottom {
  padding-bottom: 0px !important; }

.nomargin {
  margin: 0px !important; }

.nomarginleft {
  margin-left: 0px !important; }

.nomarginright {
  margin-right: 0px !important; }

.margintop2-lg {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .margintop2-lg {
      margin-top: 0px; } }

.clickable {
  cursor: pointer; }

.clearfix {
  clear: both; }

.separador-bloques {
  height: 40px; }

.divider-top {
  margin-top: 40px; }

.divider-bottom {
  margin-bottom: 60px; }

/* MENSAJES */
.error {
  background: #f2dede;
  font-size: 1.4em !important;
  color: #ff0000;
  padding: 10px;
  margin-bottom: 15px;
  border: solid 1px #ff0000; }

input.error, select.error, textarea.error {
  background: none;
  border-color: #f2dede; }

a {
  color: #121B1E;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer; }

a:hover {
  color: #404951;
  text-decoration: none; }

a.enlace {
  font-size: 1.6em; }

strong {
  font-weight: 700; }

/* BREADCRUMBS */
ol.breadcrumbs {
  margin: 0 0 15px 0; }
  ol.breadcrumbs li {
    font-size: 1.2em;
    color: #121B1E;
    line-height: 1.5em;
    display: inline-block; }
  ol.breadcrumbs a {
    color: #121B1E; }

/* IMÁGENES */
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: inherit; }

.only-mobile {
  display: none; }
  @media (max-width: 480px) {
    .only-mobile {
      display: block; } }

/* ESTRUCTURA */
.container {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .container {
      max-width: 100%;
      padding: 0 15px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .container {
      max-width: 100%;
      padding: 0 15px; } }

/* COLUMNAS */
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -40px; }

.uk-width-1-2\@l {
  width: 48.5%; }
  @media (max-width: 480px) {
    .uk-width-1-2\@l {
      width: 100%; } }

.uk-width-1-2\@l:first-child {
  margin-right: 30px; }
  @media (max-width: 480px) {
    .uk-width-1-2\@l:first-child {
      margin-right: 0px;
      margin-bottom: 20px; } }

.uk-width-1-3\@l {
  width: 32%; }
  @media (max-width: 480px) {
    .uk-width-1-3\@l {
      width: 100%; } }

[class*="uk-width"] {
  box-sizing: border-box;
  max-width: 100%; }

.uk-grid > * {
  padding-left: 40px; }

/* TITULARES Y TEXTOS */
h1 {
  font-size: 3.2em;
  font-weight: 700;
  color: #121B1E;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    h1 {
      font-size: 2.3em; } }
  h1 span {
    font-size: 17px;
    font-weight: 400; }

.texto h2 {
  font-size: 2.1em;
  font-weight: 700;
  color: #121B1E;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .texto h2 {
      font-size: 2em; } }
.texto p {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 15px; }
.texto ul.listado {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 30px; }
  .texto ul.listado li {
    font-size: 1.6em;
    line-height: 1.4em;
    list-style: disc;
    margin: 10px 0; }
.texto ul.listado-comunicaciones input {
  float: left;
  margin: 5px 10px 0 0; }
.texto ul.listado-comunicaciones li {
  font-size: 1.6em;
  line-height: 1.4em;
  width: 95%;
  float: left;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .texto ul.listado-comunicaciones li {
      width: 90%; } }

p.intro {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 20px; }

p.textpeq {
  font-size: 1.4em !important;
  color: #F6F6F6; }

span.sup {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  vertical-align: top; }
  @media (max-width: 480px) {
    span.sup {
      font-size: 10px; } }

h2.subtitular {
  font-size: 1.8em;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 0; }

h3.subtitular {
  font-size: 1.6em;
  font-weight: 700;
  color: #121B1E;
  margin: 10px 0; }

/* CAJAS */
.box {
  background: #fcf8f5;
  padding: 15px; }

/* ICONO ARTÍCULOS */
.conlogin {
  display: block;
  position: absolute;
  background: #f4bb00;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  padding: 4px 6px;
  top: 5px;
  left: 5px;
  z-index: 10; }
  .conlogin img {
    width: 25px !important; }

/* SECCIÓN PATROCINADA */
.seccion-patrocinada {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #f1a421;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 15px; }
  .seccion-patrocinada .logo {
    max-width: 120px;
    position: relative;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .seccion-patrocinada .logo {
        max-width: 100px; } }
  .seccion-patrocinada .icono {
    max-width: 25px;
    position: relative;
    vertical-align: middle; }
  .seccion-patrocinada span {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    color: #f1a421;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .seccion-patrocinada span {
        font-size: 1.29em; } }

/* TABLAS */
table {
  width: 100%;
  font-size: 1.6em; }

th {
  background: #121B1E;
  font-weight: 700;
  color: #ffffff;
  padding: 15px;
  text-align: center; }
  @media (max-width: 480px) {
    th {
      display: none; } }

tr {
  border-bottom: 1px solid #dddddd; }
  @media (max-width: 480px) {
    tr {
      display: block;
      margin-bottom: 30px; } }

td {
  padding: 15px;
  text-align: center; }
  @media (max-width: 480px) {
    td {
      display: inherit;
      background: #f3f3f3;
      padding: 10px;
      text-align: left; } }
  td span {
    display: none; }
    @media (max-width: 480px) {
      td span {
        display: inline;
        font-weight: 700; } }
  td span.slider {
    display: inline-block; }
  td a {
    font-weight: 700; }

@media (max-width: 480px) {
  td.titulo {
    display: block;
    background: #121B1E;
    font-weight: 700;
    color: #ffffff; } }

table.resumen {
  border-bottom: 1px solid #dddddd; }

td.resumen {
  border-bottom: 1px solid #dddddd;
  text-align: left; }
  @media (max-width: 480px) {
    td.resumen {
      display: block;
      margin-bottom: 30px; } }

/* MODAL */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */ }
  @media (max-width: 480px) {
    .modal-content {
      width: 86%; } }
  .modal-content h1 {
    font-size: 2.6em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .modal-content h1 {
        font-size: 2.3em; } }
  .modal-content h2.subtitular {
    font-size: 1.8em;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0; }
  .modal-content ul.listado-comunicaciones input {
    float: left;
    margin: 5px 10px 0 0; }
  .modal-content ul.listado-comunicaciones li {
    font-size: 1.6em;
    line-height: 1.4em;
    width: 97%;
    float: left;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .modal-content ul.listado-comunicaciones li {
        width: 90%; } }
  .modal-content form .column {
    width: 46.6%;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .modal-content form .column {
        width: 100%;
        float: none; } }

.modal-header h2, .modal-footer h3 {
  margin: 0; }

.modal-header {
  padding: 5px;
  color: #fff;
  margin-bottom: 20px; }

.modal-cookies .button {
  font-size: 16px; }

.modal-footer {
  padding: 10px;
  color: #fff; }

.modal-cookies .button {
  display: inline-block;
  background: #222;
  padding: 14px 30px;
  color: #fff;
  margin: 10px;
  font-size: 15px; }

.closeBtnModal {
  font-size: 30px;
  color: #000;
  float: right; }
  @media (max-width: 480px) {
    .closeBtnModal {
      font-size: 20px; } }

.closeBtnModal:hover, .closeBtn:focus {
  color: #e439ef;
  text-decoration: none;
  cursor: pointer; }

.ver-mas-plus {
  font-size: 1.6em;
  position: absolute;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -5px; }

.texto-codigo-checkout {
  font-size: 1.0em; }

texto-codigo-checkout
.social-icons {
  margin-top: 10px; }
  @media (max-width: 480px) {
    texto-codigo-checkout
    .social-icons {
      text-align: center; } }
  texto-codigo-checkout
  .social-icons li {
    display: inline-block; }
    texto-codigo-checkout
    .social-icons li a {
      display: inline-block;
      width: 25px;
      height: 25px;
      background: #4268b3;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      margin-right: 15px;
      padding: 8px; }
  texto-codigo-checkout
  .social-icons .ico-facebook {
    background: #4268b3; }
  texto-codigo-checkout
  .social-icons .ico-twitter {
    background: #43bceb; }
  texto-codigo-checkout
  .social-icons .ico-google {
    background: #dc4335; }
  texto-codigo-checkout
  .social-icons .ico-whatsapp {
    background: #0dc143 url("/icons/ico-whatsapp.gif") no-repeat left top; }

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 12px;
  background: url("/icons/icons8-whatsapp.svg") no-repeat left top;
  text-align: center;
  font-size: 30px;
  z-index: 100; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
header {
  background: #121B1E !important;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: 0;
  z-index: 20;
  /*box-shadow: 1px 0px 5px #dddddd;*/ }
  @media (max-width: 480px) {
    header {
      padding: 10px 0; } }
  header .banner {
    background: #ffffff;
    width: 30%;
    margin: 0 auto;
    padding: 2px;
    height: 20px;
    font-size: 18px;
    text-align: center; }
    @media (max-width: 480px) {
      header .banner {
        width: 100%;
        font-size: 13px; } }
    header .banner a {
      text-decoration: none;
      font-weight: 700;
      cursor: pointer;
      color: #121B1E; }
  header .div-header {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: content-box;
    padding: 0;
    display: flex; }
    @media (max-width: 480px) {
      header .div-header {
        padding: 0 0.5em; } }
  header .menu-column {
    width: 10%; }
    @media (min-width: 481px) and (max-width: 768px) {
      header .menu-column {
        width: 10%; } }
    @media (max-width: 480px) {
      header .menu-column {
        width: 10%; } }
    header .menu-column .icono-menu {
      display: inline-block;
      margin: 5px 0 0 0;
      cursor: pointer;
      padding: 0px;
      text-align: right; }
      @media (max-width: 480px) {
        header .menu-column .icono-menu {
          margin: 0 0 0 0;
          position: relative;
          padding: 4px 5px 4px 0; } }
      header .menu-column .icono-menu span.linea {
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        margin: 6px 0; }
        @media (max-width: 480px) {
          header .menu-column .icono-menu span.linea {
            width: 25px; } }
  header .logo-column {
    width: 60%;
    float: left; }
    @media (min-width: 769px) and (max-width: 1024px) {
      header .logo-column {
        width: 50%; } }
    @media (min-width: 481px) and (max-width: 768px) {
      header .logo-column {
        width: 50%; } }
    @media (max-width: 480px) {
      header .logo-column {
        width: 50%;
        margin-top: 5px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      header .logo-column img {
        margin-left: 30px; } }
    @media (max-width: 480px) {
      header .logo-column img {
        width: 120px;
        height: 32px; } }
  header .enlaces {
    width: 30%;
    font-size: 1.6em;
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
    margin-bottom: 12px; }
    @media (max-width: 480px) {
      header .enlaces {
        width: 60%;
        padding: 0 !important;
        margin-top: 0px;
        margin-right: 5px; } }
    header .enlaces li {
      display: inline-block;
      margin-right: 20px; }
    header .enlaces a {
      color: #121B1E; }
    header .enlaces .login {
      display: inline-block;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer; }
      @media (max-width: 480px) {
        header .enlaces .login {
          width: 25px; } }
    header .enlaces .cart {
      display: inline-block;
      position: relative;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer;
      margin-right: 20px; }
      @media (max-width: 480px) {
        header .enlaces .cart {
          width: 25px;
          text-align: right; } }
      header .enlaces .cart span {
        background: #121B1E;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 0px;
        font-size: 12px;
        font-weight: 700;
        padding: 3px 5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        color: #ffffff; }
    header .enlaces .registro {
      display: inline-block;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer;
      margin-right: 30px; }
      @media (max-width: 480px) {
        header .enlaces .registro {
          width: 25px;
          margin-right: 10px;
          text-align: right; } }
    header .enlaces .buscar {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer; }
      @media (max-width: 480px) {
        header .enlaces .buscar {
          width: 35px; } }
    header .enlaces .nombre {
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer;
      margin-right: 30px; }
      @media (max-width: 480px) {
        header .enlaces .nombre {
          display: none; } }
    header .enlaces .micuenta {
      display: inline-block;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer;
      margin-right: 30px;
      border: none;
      padding: 0; }
      @media (max-width: 480px) {
        header .enlaces .micuenta {
          width: 25px;
          margin-right: 25px; } }
    header .enlaces button {
      background: none; }
    header .enlaces .salir {
      display: inline-block;
      color: #121B1E;
      text-decoration: none;
      text-align: left;
      cursor: pointer; }
      @media (max-width: 480px) {
        header .enlaces .salir {
          width: 25px;
          text-align: right; } }
    header .enlaces span {
      display: none;
      text-align: left;
      position: relative;
      vertical-align: middle; }
    header .enlaces .dropdown-container {
      display: block;
      background: #ffffff;
      border: 1px solid #dddddd;
      position: absolute;
      padding: 10px;
      text-align: center;
      z-index: 99; }
      @media (max-width: 480px) {
        header .enlaces .dropdown-container {
          margin-left: 30px; } }
      header .enlaces .dropdown-container a {
        display: block;
        font-weight: 700;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px; }
      header .enlaces .dropdown-container a:last-child {
        border-bottom: none;
        padding-bottom: 0; }
  header .icono {
    width: 35px;
    height: 35px;
    position: relative;
    vertical-align: middle; }
    @media (min-width: 769px) and (max-width: 1024px) {
      header .icono {
        width: 30px;
        height: 30px;
        margin-right: 0; } }
    @media (min-width: 481px) and (max-width: 768px) {
      header .icono {
        width: 30px;
        height: 30px;
        margin-right: 0; } }
    @media (max-width: 480px) {
      header .icono {
        width: 25px;
        height: 25px;
        margin-right: 0; } }
  header .claim {
    background: #121B1E;
    font-size: 1.8em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    margin-top: 10px; }
    @media (max-width: 480px) {
      header .claim {
        font-size: 1.5em;
        margin-top: 5px; } }

.transparent {
  position: fixed;
  width: 100%;
  background: transparent;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s; }
  .transparent .logo {
    width: 200px;
    height: 35px;
    margin-top: 0px;
    text-indent: -100000px; }
    @media (max-width: 480px) {
      .transparent .logo {
        width: 135px;
        height: 20px; } }
  .transparent span.linea {
    background: #ffffff; }

.default {
  background: #121B1E;
  -moz-box-shadow: -1px -1px 5px #cdcdcd;
  -webkit-box-shadow: -1px -1px 5px #cdcdcd;
  box-shadow: -1px -1px 5px #cdcdcd; }
  .default .logo {
    width: 200px;
    height: 35px;
    margin-top: 0px;
    text-indent: -100000px; }
    @media (max-width: 480px) {
      .default .logo {
        width: 135px;
        height: 20px; } }
  .default span.linea {
    background: #333333; }

body {
  transition: background-color .5s; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #121B1E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 70px;
  /* Iconos y logos */ }
  .sidenav .icono {
    width: 30px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px; }
  .sidenav .patrocinador {
    width: 110px;
    float: right;
    position: relative;
    vertical-align: middle;
    text-align: right; }
    .sidenav .patrocinador .ico-star {
      width: 20px;
      position: relative;
      vertical-align: middle; }
    .sidenav .patrocinador .logo {
      width: 70px;
      position: relative;
      vertical-align: middle; }

.sidenav.login {
  background-color: #444444; }

.sidenav a {
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.sidenav a.titular {
  font-size: 1.6em; }

.sidenav a.titulo-ageswitch {
  font-size: 1.6em; }

.sidenav a.alt-item {
  background: #82c92e;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-align: center;
  padding: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
  margin-left: 50px;
  border: none;
  padding: 0 10px; }

.sidenav label {
  font-size: 1.5em;
  color: #ffffff; }

.sidenav .titular {
  width: 100%;
  font-family: "Nunito Sans", open-sans;
  padding: 15px 10px 15px 20px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.6em; }

/* Style the sidenav links and the dropdown button */
.dropdown-btn {
  padding: 15px 10px 15px 15px;
  text-decoration: none;
  font-size: 1.6em;
  color: #ffffff;
  display: block;
  background: none;
  text-align: left;
  cursor: pointer;
  outline: none; }

a.dropdown-btn {
  /*background:url(/icons/ico-flecha-abajo.svg) no-repeat 170px 8px;
  background-size:60% 60%;*/ }

/* Add an active class to the active dropdown button */
button.active {
  background: #ffffff;
  font-weight: 700;
  letter-spacing: -1px;
  color: #121B1E !important; }

a.active {
  /*background:#45515c url(/icons/ico-flecha-arriba.svg) no-repeat 170px 8px;
  background-size:60% 60%;*/
  font-weight: 700; }

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 0px; }

.dropdown-container.subcategoria a {
  padding: 15px 10px 15px 65px;
  font-weight: 400; }
.dropdown-container.subcategoria .patrocinador {
  margin-top: -5px; }

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px; }

.BookVisto {
  background: #ffffff;
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 550px;
  padding: 20px;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  transition: .3s ease;
  z-index: 30; }
  @media (max-width: 480px) {
    .BookVisto {
      width: 80%; } }
  .BookVisto .cerrar {
    position: absolute;
    background: #121B1E;
    font-size: 4em;
    color: #ffffff;
    padding: 0 9px;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; }
  .BookVisto h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #121B1E;
    margin: 10px 0; }
  .BookVisto p {
    font-size: 1.6em; }
  .BookVisto .button {
    background: #121B1E; }

.BookNoVisto {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  display: none;
  width: 0px;
  height: 0px; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer; }

#window {
  position: relative; }
  #window .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 4%; }
    @media (max-width: 480px) {
      #window .MS-content {
        margin: 0 4% 0 6%; } }
    #window .MS-content .item {
      width: 32%;
      display: inline-block;
      position: relative;
      vertical-align: top;
      overflow: hidden;
      height: 100%;
      white-space: normal;
      padding: 0 10px; }
      @media (max-width: 480px) {
        #window .MS-content .item {
          width: 90%; } }
  #window .MS-controls .MS-left {
    left: 0px;
    background: url("/img/common/arrow-left.png") no-repeat left top;
    width: 26px;
    height: 52px; }
    @media (max-width: 480px) {
      #window .MS-controls .MS-left {
        width: 20px;
        height: 46px; } }
  #window .MS-controls .MS-right {
    right: 0px;
    background: url("/img/common/arrow-right.png") no-repeat right top;
    width: 26px;
    height: 52px; }
    @media (max-width: 480px) {
      #window .MS-controls .MS-right {
        width: 20px;
        height: 46px; } }
  #window .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    top: 85px;
    color: #121B1E;
    transition: 0.15s linear; }
    @media (max-width: 480px) {
      #window .MS-controls button {
        top: 90px; } }

@media (max-width: 480px) {
  .alert {
    position: relative;
    z-index: 999; } }

.home .intro {
  background: url("/img/common/bg-intro-home.jpg") no-repeat center 0px;
  margin-top: 0px;
  position: relative;
  height: 620px; }
  @media (max-width: 480px) {
    .home .intro {
      background: url("/img/common/bg-intro-home-mobile.jpg") no-repeat center bottom;
      margin-top: -70px;
      height: 620px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home .intro {
      background: url("/img/common/bg-intro-home-tablet.jpg") no-repeat right -50px;
      background-size: 120%;
      height: 670px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .home .intro {
      background: url("/img/common/bg-intro-home-tablet.jpg") no-repeat right -50px;
      background-size: 120%;
      height: 670px; } }
  .home .intro .texto {
    width: 40%;
    position: absolute;
    top: 150px;
    left: 230px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home .intro .texto {
        width: 50%;
        top: 100px;
        left: 150px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home .intro .texto {
        width: 60%;
        top: 250px;
        left: 30px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .intro .texto {
        width: 60%;
        top: 250px;
        left: 30px; } }
    @media (max-width: 480px) {
      .home .intro .texto {
        width: 95%;
        top: 60px;
        left: 15px; } }
    .home .intro .texto h1 {
      font-size: 4em;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 20px;
      text-transform: uppercase;
      line-height: 1.29em; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home .intro .texto h1 {
          font-size: 3.5em; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .home .intro .texto h1 {
          font-size: 3em; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home .intro .texto h1 {
          font-size: 2.8em; } }
      @media (max-width: 480px) {
        .home .intro .texto h1 {
          font-size: 2.1em;
          margin-bottom: 10px; } }
      .home .intro .texto h1 div {
        display: inline-block; }
    .home .intro .texto h2 {
      font-size: 3.5em;
      font-weight: 400 !important;
      color: #ffffff;
      line-height: 1.2em; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home .intro .texto h2 {
          font-size: 3.5em; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .home .intro .texto h2 {
          font-size: 3.5em; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home .intro .texto h2 {
          font-size: 3em; } }
      @media (max-width: 480px) {
        .home .intro .texto h2 {
          font-size: 2.3em; } }
    .home .intro .texto ul {
      display: fLex;
      margin-top: 30px; }
      @media (max-width: 480px) {
        .home .intro .texto ul {
          margin-top: 230px;
          display: flex; } }
      .home .intro .texto ul li {
        position: relative;
        width: 30%;
        display: inline-block;
        text-align: center;
        vertical-align: top; }
        @media (min-width: 1025px) and (max-width: 1650px) {
          .home .intro .texto ul li {
            margin-right: 30px; } }
        @media (max-width: 480px) {
          .home .intro .texto ul li {
            margin: 0 20px 0 0; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .home .intro .texto ul li {
            margin-right: 10px; } }
        @media (min-width: 769px) and (max-width: 1024px) {
          .home .intro .texto ul li {
            margin-right: 10px; } }
        .home .intro .texto ul li a {
          color: #121B1E; }
          @media (max-width: 480px) {
            .home .intro .texto ul li a {
              color: #ffffff; } }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home .intro .texto ul li:last-child {
          margin-right: 0px; } }
      @media (max-width: 480px) {
        .home .intro .texto ul li:last-child {
          margin-right: 0px; } }
      .home .intro .texto ul span {
        display: block;
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.29em;
        text-transform: uppercase;
        margin-top: 10px; }
        @media (max-width: 480px) {
          .home .intro .texto ul span {
            text-transform: inherit;
            line-height: 1em;
            text-shadow: 1px 1px 2px #000000; } }
@media (max-width: 480px) {
  .home .presentacion {
    background: none;
    padding: 30px 0 0 0; } }
.home .presentacion .column1 {
  width: 50%;
  float: right; }
  @media (max-width: 480px) {
    .home .presentacion .column1 {
      width: 100%;
      float: none; } }
  .home .presentacion .column1 .texto {
    padding: 80px 70px 0px 70px; }
    @media (max-width: 480px) {
      .home .presentacion .column1 .texto {
        padding: 0px 15px; } }
.home .presentacion .column2 {
  background: url("/img/common/bg-presentacion-home4.jpg") no-repeat left -40px;
  background-size: cover;
  width: 50%;
  float: left;
  min-height: 560px; }
  @media (max-width: 480px) {
    .home .presentacion .column2 {
      background-position: left -20px;
      width: 100%;
      float: none;
      min-height: 240px;
      margin-top: 30px; } }
.home .presentacion h2 {
  font-size: 3.5em;
  font-weight: 700;
  color: #121B1E;
  line-height: 1.29em;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .home .presentacion h2 {
      font-size: 2.3em; } }
  .home .presentacion h2 div {
    display: inline-block; }
.home .presentacion p {
  font-size: 1.8em;
  color: #121B1E;
  line-height: 1.4em;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .home .presentacion p {
      font-size: 1.6em; } }
.home .coaching {
  background-color: #ffffff;
  padding: 80px 0 60px 0; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home .coaching {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    .home .coaching {
      padding: 40px 15px; } }
  .home .coaching .movil-hidden {
    display: block; }
    @media (max-width: 480px) {
      .home .coaching .movil-hidden {
        display: none; } }
  .home .coaching .movil-show {
    display: none; }
    @media (max-width: 480px) {
      .home .coaching .movil-show {
        cursor: pointer;
        font-size: 1em;
        display: block; } }
  .home .coaching .container {
    /*background-image:url('/img/common/bg-coaching-home.jpg');*/
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 25%;
    max-width: 1400px;
    padding-bottom: 60px; }
    @media (max-width: 480px) {
      .home .coaching .container {
        background-image: none;
        max-width: 100%;
        padding-bottom: 0px; } }
  .home .coaching h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .home .coaching h2 {
        font-size: 2.3em;
        margin-left: 0px; } }
    .home .coaching h2 div {
      display: inline-block; }
  .home .coaching .column1 {
    width: 30%;
    float: left;
    margin-right: 40px;
    text-align: right; }
    @media (max-width: 480px) {
      .home .coaching .column1 {
        width: 100%;
        float: none;
        margin-right: 0px;
        text-align: center; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .coaching .column1 {
        width: 30%; } }
    .home .coaching .column1 .img-coaching {
      margin-top: -20px; }
      @media (max-width: 480px) {
        .home .coaching .column1 .img-coaching {
          margin-top: 0px;
          margin-left: auto;
          margin-right: auto;
          width: 200px;
          height: 250px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home .coaching .column1 .img-coaching {
          width: 100%;
          max-width: 100%;
          height: auto; } }
  .home .coaching .column2 {
    width: 55%;
    float: left;
    padding-right: 100px; }
    @media (max-width: 480px) {
      .home .coaching .column2 {
        width: 100%;
        float: none;
        padding-right: 0px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .coaching .column2 {
        padding-right: 0px; } }
    .home .coaching .column2 p {
      font-size: 1.8em;
      color: #121B1E;
      line-height: 1.4em;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home .coaching .column2 p {
          font-size: 1.6em; } }
    .home .coaching .column2 .bloque {
      width: 45%;
      font-size: 1.8em;
      float: left;
      margin-right: 30px; }
      @media (max-width: 480px) {
        .home .coaching .column2 .bloque {
          width: 100%;
          font-size: 1.6em;
          float: none;
          margin-right: 0px; } }
      .home .coaching .column2 .bloque img {
        position: relative;
        vertical-align: middle; }
.home .mentoria {
  background: #ebebe9 url("/img/common/bg-mentoria-home.jpg") no-repeat -50px top;
  padding: 30px 0; }
  @media (max-width: 480px) {
    .home .mentoria {
      background-image: none; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home .mentoria {
      background-image: none; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .home .mentoria {
      background-image: none; } }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home .mentoria {
      background: #ebebe9 url("/img/common/bg-mentoria-home-mobile.jpg") no-repeat -230px 150px;
      background-size: 70%;
      padding: 40px 0; } }
  .home .mentoria .foto-mentoria {
    display: none; }
    @media (max-width: 480px) {
      .home .mentoria .foto-mentoria {
        display: inline-block;
        width: 90%;
        height: auto; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .mentoria .foto-mentoria {
        display: inline-block;
        width: 80%;
        height: auto; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home .mentoria .foto-mentoria {
        display: inline-block;
        width: 60%;
        height: auto; } }
  .home .mentoria h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 480px) {
      .home .mentoria h2 {
        font-size: 2.3em; } }
  .home .mentoria p {
    font-size: 1.8em;
    margin-bottom: 30px;
    color: #121B1E;
    text-align: center; }
    @media (max-width: 480px) {
      .home .mentoria p {
        font-size: 1.7em; } }
  .home .mentoria .textos {
    width: 55%;
    float: right;
    text-align: center; }
    @media (max-width: 480px) {
      .home .mentoria .textos {
        width: 100%; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .mentoria .textos {
        width: 100%;
        float: none; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home .mentoria .textos {
        width: 100%;
        float: none; } }
    .home .mentoria .textos .ventajas1 {
      display: flex; }
      @media (max-width: 480px) {
        .home .mentoria .textos .ventajas1 {
          display: block;
          padding: 0 15px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home .mentoria .textos .ventajas1 {
          padding: 0 15px; } }
      .home .mentoria .textos .ventajas1 .ventaja {
        width: 30%;
        text-align: center;
        margin-right: 30px;
        margin-bottom: 5px; }
        @media (max-width: 480px) {
          .home .mentoria .textos .ventajas1 .ventaja {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0px; } }
        .home .mentoria .textos .ventajas1 .ventaja h3 {
          font-size: 1.8em;
          font-weight: 700;
          color: #121B1E;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            .home .mentoria .textos .ventajas1 .ventaja h3 {
              font-size: 1.7em; } }
        .home .mentoria .textos .ventajas1 .ventaja p {
          font-size: 1.8em; }
          @media (max-width: 480px) {
            .home .mentoria .textos .ventajas1 .ventaja p {
              font-size: 1.6em; } }
        .home .mentoria .textos .ventajas1 .ventaja .icono {
          width: 90px;
          height: 90px;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            .home .mentoria .textos .ventajas1 .ventaja .icono {
              width: 70px;
              height: 70px; } }
    .home .mentoria .textos .ventajas2 {
      width: 60%;
      display: flex;
      margin: 0 auto 0 300px; }
      @media (max-width: 480px) {
        .home .mentoria .textos .ventajas2 {
          width: 100%;
          display: block;
          margin: 0 auto 0 auto; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home .mentoria .textos .ventajas2 {
          width: 90%;
          margin: 0 auto 0 120px; } }
      .home .mentoria .textos .ventajas2 .ventaja {
        width: 30%;
        text-align: center;
        margin-right: 30px;
        margin-bottom: 5px; }
        @media (max-width: 480px) {
          .home .mentoria .textos .ventajas2 .ventaja {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0px; } }
        .home .mentoria .textos .ventajas2 .ventaja h3 {
          font-size: 1.8em;
          font-weight: 700;
          color: #121B1E;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            .home .mentoria .textos .ventajas2 .ventaja h3 {
              font-size: 1.8em; } }
        .home .mentoria .textos .ventajas2 .ventaja p {
          font-size: 1.7em; }
        .home .mentoria .textos .ventajas2 .ventaja img {
          width: 90px;
          height: 90px;
          margin-bottom: 5px; }
          @media (max-width: 480px) {
            .home .mentoria .textos .ventajas2 .ventaja img {
              width: 70px;
              height: 70px; } }
.home .tienda {
  background: #fbf7f4;
  padding: 60px 100px 50px 100px; }
  .home .tienda a {
    margin-top: 30px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home .tienda {
      padding: 60px 0px; } }
  @media (max-width: 480px) {
    .home .tienda {
      padding: 30px 15px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home .tienda {
      padding: 30px 15px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .home .tienda {
      padding: 50px; } }
  .home .tienda .column-ageswitch {
    position: relative;
    width: 23%;
    float: left;
    text-align: center; }
    @media (max-width: 480px) {
      .home .tienda .column-ageswitch {
        background-position: left 80px;
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding-bottom: 20px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .tienda .column-ageswitch {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding-bottom: 20px; } }
  .home .tienda .column-sleepon {
    position: relative;
    width: 23%;
    float: left;
    text-align: center; }
    @media (max-width: 480px) {
      .home .tienda .column-sleepon {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding: 20px 0; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .tienda .column-sleepon {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding-bottom: 20px; } }
  .home .tienda .column-inskin {
    position: relative;
    width: 23%;
    float: left;
    text-align: center; }
    @media (max-width: 480px) {
      .home .tienda .column-inskin {
        width: 100%;
        float: none;
        padding-top: 30px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .tienda .column-inskin {
        width: 100%;
        float: none; } }
  .home .tienda .column-brainplus {
    position: relative;
    width: 23%;
    float: left;
    text-align: center; }
    @media (max-width: 480px) {
      .home .tienda .column-brainplus {
        background-position: left 80px;
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding-bottom: 20px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .tienda .column-brainplus {
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 8px solid #ffffff;
        padding-bottom: 20px; } }
  .home .tienda h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home .tienda h2 {
        margin-left: 0px; } }
    @media (max-width: 480px) {
      .home .tienda h2 {
        font-size: 2.3em;
        margin-bottom: 30px;
        text-align: center; } }
  .home .tienda h3 {
    font-size: 2.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 10px; }
  .home .tienda p {
    font-size: 1.6em;
    color: #121B1E;
    line-height: 1.4em; }
  .home .tienda .foto-producto {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .home .tienda .foto-producto {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home .tienda .foto-producto {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 auto; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home .tienda .foto-producto {
        width: 100%;
        max-width: 100%;
        height: auto; } }
.home .comunidad-vitalista {
  position: relative;
  padding: 50px 160px 50px 160px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home .comunidad-vitalista {
      padding: 30px 100px; } }
  @media (max-width: 480px) {
    .home .comunidad-vitalista {
      padding: 30px 15px; } }
  .home .comunidad-vitalista h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #17345e;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .home .comunidad-vitalista h2 {
        font-size: 2.3em; } }
  .home .comunidad-vitalista h3 {
    font-size: 2.7em;
    font-weight: 700;
    color: #17345e;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .home .comunidad-vitalista h3 {
        font-size: 2em; } }
  .home .comunidad-vitalista p {
    font-size: 1.8em;
    line-height: 1.29em; }
  .home .comunidad-vitalista ul {
    font-size: 1.8em;
    padding-left: 30px;
    margin-top: 20px; }
    .home .comunidad-vitalista ul li {
      margin: 15px 0;
      line-height: 1.29em; }
    .home .comunidad-vitalista ul img {
      position: relative;
      vertical-align: middle;
      width: 20px;
      height: 22px; }
  .home .comunidad-vitalista .box {
    background: #121B1E;
    padding: 30px; }
    @media (max-width: 480px) {
      .home .comunidad-vitalista .box {
        padding: 15px; } }
    .home .comunidad-vitalista .box .column1 {
      width: 30%;
      float: left;
      margin-right: 20px; }
      @media (max-width: 480px) {
        .home .comunidad-vitalista .box .column1 {
          width: 100%;
          float: none; } }
      @media (max-width: 480px) {
        .home .comunidad-vitalista .box .column1 img {
          margin-bottom: 15px; } }
    .home .comunidad-vitalista .box .column2 {
      width: 65%;
      float: left; }
      @media (max-width: 480px) {
        .home .comunidad-vitalista .box .column2 {
          width: 100%;
          float: none; } }
.home .preventa {
  padding: 0px 70px;
  background-color: #ebecee;
  margin-top: 10px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home .preventa {
      padding: 0 20px; } }
  @media (max-width: 480px) {
    .home .preventa {
      padding: 0 10px;
      margin-top: 20px; } }
  .home .preventa .column1 {
    width: 40%;
    float: left;
    margin-right: 30px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home .preventa .column1 {
        width: 45%; } }
    @media (max-width: 480px) {
      .home .preventa .column1 {
        width: 100%;
        float: none;
        margin-right: 0px; } }
    .home .preventa .column1 img {
      /*width:390px;*/
      height: auto;
      /*margin-top:-40px;*/ }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home .preventa .column1 img {
          margin-top: 0px;
          height: 530px; } }
      @media (max-width: 480px) {
        .home .preventa .column1 img {
          /*width:250px;
          height:300px;
          margin-top:0px;
          margin-left:30px;*/ } }
  .home .preventa .column2 {
    width: 50%;
    float: left;
    padding-top: 40px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home .preventa .column2 {
        padding-top: 20px; } }
    @media (max-width: 480px) {
      .home .preventa .column2 {
        width: 100%;
        float: none;
        margin-right: 0px;
        padding-top: 10px; } }
  .home .preventa h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #835aa5;
    margin-bottom: 15px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home .preventa h2 {
        margin-left: 0px; } }
    @media (max-width: 480px) {
      .home .preventa h2 {
        font-size: 2.1em;
        margin-left: 0px; } }
  .home .preventa p {
    font-size: 1.8em;
    color: #333333;
    line-height: 1.4em; }
  .home .preventa .button-flecha {
    background-color: #8e72b5; }
  .home .preventa .box {
    border: 1px solid #e1e1e1;
    padding: 20px; }
  .home .preventa .counter {
    margin-top: 25px;
    margin-bottom: 20px; }
    .home .preventa .counter .bloque {
      width: 8%;
      font-size: 1.6em;
      float: left;
      margin-right: 10px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home .preventa .counter .bloque {
          width: 14%; } }
      @media (max-width: 480px) {
        .home .preventa .counter .bloque {
          width: 20%; } }
    .home .preventa .counter span {
      display: inline-block;
      position: relative;
      background: #444444 url(../img/common/bgcounter.jpg) repeat-x center center;
      width: 70px;
      font-size: 30px;
      font-weight: 700;
      color: #ffffff;
      padding: 30px 0;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      align-items: center;
      margin-bottom: 10px; }
      .home .preventa .counter span .line {
        width: 100%;
        display: inline-block;
        background: #e1e1e1;
        height: 1px;
        position: absolute;
        top: 30%; }
.home .recursos {
  background-color: #121B1E; }
  @media (max-width: 480px) {
    .home .recursos {
      padding: 40px 0; } }
  .home .recursos .button-flecha {
    background-color: #ffffff !important; }
  .home .recursos .container {
    background-image: url("/img/common/bg-recursos-home.jpg");
    background-repeat: no-repeat;
    background-position: right -50px;
    max-width: 1400px;
    min-height: 385px; }
    @media (max-width: 480px) {
      .home .recursos .container {
        background-image: none;
        max-width: 100%; } }
  .home .recursos .texto {
    margin-right: 450px;
    text-align: right; }
    @media (max-width: 480px) {
      .home .recursos .texto {
        width: 100%;
        text-align: left;
        margin-left: 0px; } }
    .home .recursos .texto h2 {
      font-size: 3.5em;
      font-weight: 700;
      padding-top: 50px;
      color: #ffffff;
      line-height: 1.29em;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home .recursos .texto h2 {
          font-size: 2.3em; } }
      .home .recursos .texto h2 div {
        display: inline-block; }
    .home .recursos .texto p {
      font-size: 1.8em;
      color: #F6F6F6;
      line-height: 1.4em;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home .recursos .texto p {
          font-size: 1.6em; } }
    .home .recursos .texto .img-recursos {
      display: none; }
      @media (max-width: 480px) {
        .home .recursos .texto .img-recursos {
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-top: -10px;
          margin-bottom: 10px;
          width: 70%; } }
.home .colaboradores {
  background: #ffffff;
  padding: 60px 200px; }
  @media (max-width: 480px) {
    .home .colaboradores {
      padding: 40px 15px; } }
  .home .colaboradores h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .home .colaboradores h2 {
        font-size: 2.5em; } }
  .home .colaboradores .column {
    width: 30%;
    float: left;
    text-align: center;
    margin-right: 60px; }
    @media (max-width: 480px) {
      .home .colaboradores .column {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-right: 0px; } }
    .home .colaboradores .column h3 {
      font-size: 2.3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 10px; }
    .home .colaboradores .column p {
      font-size: 1.7em;
      margin-bottom: 15px;
      line-height: 1.29em;
      text-align: left; }
    .home .colaboradores .column img {
      width: 200px;
      height: 200px;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home .colaboradores .column img {
          width: 150px;
          height: 150px; } }
.home .ebooks {
  background: #e2d9d2;
  padding: 60px 0; }
  .home .ebooks h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    text-align: center; }
    @media (max-width: 480px) {
      .home .ebooks h2 {
        font-size: 2.5em; } }
    .home .ebooks h2 div {
      display: inline-block; }
    .home .ebooks h2 span {
      display: block;
      font-size: 25px;
      font-weight: 400;
      text-transform: none;
      text-align: center;
      margin: 15px 0 35px 0; }
      @media (max-width: 480px) {
        .home .ebooks h2 span {
          font-size: 18px; } }
  .home .ebooks .item .texto {
    background: trasparent;
    padding: 18px 15px 21px 15px;
    min-height: 35px;
    margin-top: -2px; }
    .home .ebooks .item .texto h3 {
      font-size: 1.8em;
      font-weight: 700;
      color: #121B1E; }
      .home .ebooks .item .texto h3 a {
        color: #121B1E; }
  .home .ebooks .item .abrir-popup {
    position: absolute;
    right: 0;
    background: #121B1E;
    color: #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 4em;
    text-align: center;
    top: 20px;
    width: 25px;
    height: 25px;
    padding: 8px 15px 20px 15px;
    z-index: 10; }
  .home .ebooks .logo {
    position: relative;
    vertical-align: middle;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .home .ebooks .logo {
        display: inline-block;
        margin-right: 0px; } }
  .home .ebooks .button {
    background: #121B1E;
    text-transform: none; }
.home .bloque-articulos {
  background: #ffffff;
  padding: 50px 0 60px 0; }
  @media (min-width: 481px) and (max-width: 768px) {
    .home .bloque-articulos {
      padding: 40px 30px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .home .bloque-articulos {
      padding: 40px 30px; } }
  .home .bloque-articulos h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 480px) {
      .home .bloque-articulos h2 {
        font-size: 2.5em; } }
    .home .bloque-articulos h2 div {
      display: inline-block; }
  .home .bloque-articulos .columns-3 {
    display: flex; }
    @media (max-width: 480px) {
      .home .bloque-articulos .columns-3 {
        display: block; } }
    .home .bloque-articulos .columns-3 article {
      width: 28%;
      margin-right: 50px;
      margin-bottom: 20px;
      min-height: 310px; }
      @media (max-width: 480px) {
        .home .bloque-articulos .columns-3 article {
          width: 80%;
          margin: 0 auto 30px auto;
          min-height: inherit; } }
      .home .bloque-articulos .columns-3 article .foto-wrapper {
        position: relative; }
      .home .bloque-articulos .columns-3 article .texto {
        background: #ffffff;
        padding: 18px 15px;
        margin-top: -1px; }
    .home .bloque-articulos .columns-3 article:last-child {
      margin-right: 0px; }
    @media (max-width: 480px) {
      .home .bloque-articulos .columns-3 article.central {
        width: 100%;
        float: none;
        display: inline-block;
        margin-bottom: 20px !important; } }
  .home .bloque-articulos .columns-2 article {
    width: 49%;
    float: left;
    margin-right: 15px; }
    @media (max-width: 480px) {
      .home .bloque-articulos .columns-2 article {
        width: 44.9%;
        margin-right: 15px; } }
    .home .bloque-articulos .columns-2 article .foto-wrapper {
      position: relative;
      margin-bottom: 10px; }
  .home .bloque-articulos article h3 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em; }
    @media (max-width: 480px) {
      .home .bloque-articulos article h3 {
        padding: 0; } }
    .home .bloque-articulos article h3 a {
      color: #121B1E; }
  .home .bloque-articulos article p {
    font-size: 1.6em;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 15px;
    text-align: left; }
  .home .bloque-articulos article:last-child {
    margin-right: 0;
    border-right: none; }
.home span.categoria {
  position: absolute;
  top: -10px;
  right: 15px; }
  .home span.categoria a {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 5px; }

.home-categoria .bloque-articulos {
  margin-top: 20px; }
  .home-categoria .bloque-articulos h2.titcategoria {
    font-size: 3.5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    overflow: hidden; }
    @media (max-width: 480px) {
      .home-categoria .bloque-articulos h2.titcategoria {
        font-size: 2.3em; } }
    .home-categoria .bloque-articulos h2.titcategoria a {
      color: #121B1E; }
    .home-categoria .bloque-articulos h2.titcategoria .icono {
      display: inline-block;
      width: 40px;
      position: relative;
      vertical-align: middle;
      background: #121B1E;
      padding: 10px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .home-categoria .bloque-articulos h2.titcategoria .icono {
          width: 30px; } }
  .home-categoria .bloque-articulos h2.titcategoria:before,
  .home-categoria .bloque-articulos h2.titcategoria:after {
    background-color: #121B1E;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .home-categoria .bloque-articulos h2.titcategoria:before {
    right: 0.5em;
    margin-left: -50%; }
  .home-categoria .bloque-articulos h2.titcategoria:after {
    left: 0.5em;
    margin-right: -50%; }
  .home-categoria .bloque-articulos h3.titarticulos {
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px; }
  .home-categoria .bloque-articulos .columns-3 article {
    width: 32%;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .home-categoria .bloque-articulos .columns-3 article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        border-right: 1px solid #dddddd; } }
  .home-categoria .bloque-articulos .columns-3 article:last-child {
    margin-right: 0;
    border-right: none; }
  .home-categoria .bloque-articulos article .foto-wrapper {
    position: relative;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .home-categoria .bloque-articulos article .foto-wrapper {
        position: relative;
        max-width: 120px;
        min-height: 80px;
        float: left;
        margin-right: 10px; } }
  .home-categoria .bloque-articulos article h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .home-categoria .bloque-articulos article h2 {
        padding: 0 15px 15px 15px; } }
    .home-categoria .bloque-articulos article h2 a {
      color: #ffffff; }
  .home-categoria .bloque-articulos article p {
    font-size: 1.6em;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 15px;
    text-align: left; }
.home-categoria p.categoria {
  font-size: 1.5em;
  text-align: center !important;
  text-transform: uppercase;
  margin-bottom: 5px !important; }
  .home-categoria p.categoria a {
    color: #703c8b; }

.listado .articulos .uk-select {
  background: #ffffff !important; }
.listado .articulos article {
  background: #ffffff;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ffffff;
  min-height: 110px; }
  @media (max-width: 480px) {
    .listado .articulos article {
      min-height: inherit; } }
  .listado .articulos article .foto-wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .listado .articulos article .foto-wrapper {
        min-height: 140px; } }
    .listado .articulos article .foto-wrapper img {
      width: 100%; }
  .listado .articulos article h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 15px; }
    @media (max-width: 480px) {
      .listado .articulos article h2 {
        font-size: 1.7em; } }
    .listado .articulos article h2 a {
      color: #121B1E; }
  .listado .articulos article p {
    font-size: 1.6em;
    color: #121B1E;
    line-height: 1.29em;
    padding: 0 15px; }
    .listado .articulos article p a {
      color: #ffffff; }
  .listado .articulos article p.categoria {
    font-size: 1.4em;
    text-align: left !important;
    text-transform: none;
    margin-bottom: 5px; }
    @media (max-width: 480px) {
      .listado .articulos article p.categoria {
        margin-top: 15px; } }
    .listado .articulos article p.categoria a {
      color: #703c8b; }
.listado .articulos .filtro-listado {
  width: 100%; }
  .listado .articulos .filtro-listado .enlace {
    background: url(/icons/ico-filtros.svg) no-repeat left top;
    border: none;
    font-size: 1.6em;
    font-weight: 700;
    color: #121B1E;
    padding: 7px 7px 8px 40px;
    cursor: pointer; }
  .listado .articulos .filtro-listado .uk-dropdown {
    width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .listado .articulos .filtro-listado .uk-dropdown {
        width: 100%; } }

.listado-ebooks .column {
  width: 30.6%;
  float: left;
  margin-right: 20px; }
  @media (max-width: 480px) {
    .listado-ebooks .column {
      width: 100%;
      float: none;
      margin-right: 0px; } }
  .listado-ebooks .column .ebook {
    margin-bottom: 30px; }
  .listado-ebooks .column .texto {
    background: #fbf7f4;
    padding: 15px 15px 5px 15px;
    min-height: 510px;
    margin-top: -1px; }
    @media (max-width: 480px) {
      .listado-ebooks .column .texto {
        padding: 15px;
        min-height: inherit; } }
    .listado-ebooks .column .texto h2 {
      font-size: 1.8em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 5px; }
    .listado-ebooks .column .texto p {
      font-size: 1.5em; }

.glosarios .column {
  width: 25%;
  float: left;
  text-align: center; }
  @media (max-width: 480px) {
    .glosarios .column {
      width: 100%;
      float: none;
      margin-bottom: 30px; } }
  .glosarios .column img {
    display: inline-block;
    margin-bottom: 10px; }
.glosarios h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 5px; }
  .glosarios h2 a {
    color: #121B1E; }

.listado-glosarios .bloque {
  margin-bottom: 25px; }
.listado-glosarios h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 5px; }
  .listado-glosarios h2 a {
    color: #121B1E; }

.ficha-glosarios h2 {
  background: #121B1E url("/img/common/dropdown-arrow.gif") no-repeat right 10px;
  font-size: 1.8em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 10px; }
  .ficha-glosarios h2 a {
    color: #ffffff; }
.ficha-glosarios p {
  font-size: 1.6em;
  margin-bottom: 30px;
  padding: 0 15px;
  line-height: 1.29em; }
.ficha-glosarios ul {
  padding-left: 50px; }
  .ficha-glosarios ul li {
    list-style: disc;
    font-size: 1.6em;
    margin-bottom: 20px; }
.ficha-glosarios .relacionados {
  background: #f0f0f0;
  padding: 20px; }
  .ficha-glosarios .relacionados h2 {
    background: none;
    font-size: 2.3em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 15px;
    padding: 0px; }
    .ficha-glosarios .relacionados h2 a {
      color: #ffffff; }

/* PAGINACIÓN */
.paginacion {
  background: #121B1E;
  border-top: 1px solid #dddddd;
  font-size: 3em;
  padding-top: 15px;
  margin-top: 40px; }
  .paginacion ul {
    text-align: center; }
    .paginacion ul li {
      display: inline-block;
      margin: 0 15px; }
    .paginacion ul li.pages {
      color: #ffffff;
      font-size: 15px;
      margin-top: -3px; }
    .paginacion ul a {
      color: #ffffff;
      text-decoration: none; }

.ficha .margin-bottom-10 {
  margin-bottom: 10px; }
.ficha h1 {
  color: #121B1E; }
.ficha .intro {
  font-size: 1.6em;
  line-height: 1.4em; }
.ficha .foto-wrapper.destacado {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 480px) {
    .ficha .foto-wrapper.destacado {
      max-height: inherit;
      margin-bottom: 25px; } }
  .ficha .foto-wrapper.destacado img {
    margin-top: -50px; }
    @media (max-width: 480px) {
      .ficha .foto-wrapper.destacado img {
        margin-top: 0; } }
.ficha .texto-articulo {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-top: 30px; }
  .ficha .texto-articulo em {
    font-style: italic; }
  .ficha .texto-articulo h2 {
    font-size: 1.2em;
    margin-bottom: 10px; }
  .ficha .texto-articulo p {
    margin-bottom: 20px; }
  .ficha .texto-articulo ul {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    z-index: 10; }
    .ficha .texto-articulo ul li {
      list-style: disc; }
  .ficha .texto-articulo a[name] {
    padding-top: 80px;
    margin-top: -80px;
    color: #121B1E;
    display: inline-block;
    /* required for webkit browsers */ }
.ficha .ideas-clave {
  background: #fbf7f4;
  padding: 15px; }
  .ficha .ideas-clave h2 {
    font-size: 2em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 15px; }
  .ficha .ideas-clave p {
    font-size: 1.6em;
    line-height: 1.29em; }
  .ficha .ideas-clave ul {
    padding-left: 30px; }
    .ficha .ideas-clave ul li {
      list-style: disc;
      font-size: 1.6em;
      margin-bottom: 15px;
      line-height: 1.4em; }
.ficha .bloque-interes {
  background: #4595cb;
  padding: 40px 20px;
  text-align: center; }
  @media (max-width: 480px) {
    .ficha .bloque-interes {
      padding: 30px 10px; } }
  .ficha .bloque-interes h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .ficha .bloque-interes h2 {
        font-size: 2.1em; } }
  .ficha .bloque-interes p {
    font-size: 2em;
    font-weight: 400;
    color: #ffffff;
    margin: 15px 0; }
    @media (max-width: 480px) {
      .ficha .bloque-interes p {
        font-size: 1.8em; } }
    .ficha .bloque-interes p a {
      font-weight: 700;
      color: #ffffff;
      text-decoration: underline; }
  .ficha .bloque-interes img {
    width: 520px;
    height: 103px; }
    @media (max-width: 480px) {
      .ficha .bloque-interes img {
        width: 300px;
        height: 65px; } }
  .ficha .bloque-interes .button-flecha {
    white-space: nowrap;
    background: #121B1E url("/img/common/flecha-boton-blanco.png") no-repeat right 14px;
    color: #ffffff; }
  .ficha .bloque-interes .button-flecha-linea {
    background: url("/img/common/flecha-boton-blanco.png") no-repeat right 14px;
    border: 2px solid #ffffff;
    color: #ffffff; }
.ficha .infografia-ebook-destacado {
  position: absolute;
  left: 50%;
  top: 330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 480px) {
    .ficha .infografia-ebook-destacado {
      top: 170px; } }
  .ficha .infografia-ebook-destacado img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 5px solid #ffffff;
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px; }
    @media (max-width: 480px) {
      .ficha .infografia-ebook-destacado img {
        max-width: 110px;
        min-width: 110px;
        max-height: 110px;
        min-height: 110px; } }
.ficha .infografia-ebook-muestra {
  max-width: 180px;
  margin-bottom: 10px; }
.ficha .redaccion {
  border-top: 1px solid #dddddd;
  padding: 15px 0;
  font-size: 1.29em;
  color: #121B1E;
  margin-top: 30px;
  word-wrap: break-word; }
  .ficha .redaccion p {
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
.ficha .bloque-colaborador {
  background: #fff0f0;
  font-size: 1.6em;
  padding: 20px 15px; }
  .ficha .bloque-colaborador p {
    margin-bottom: 15px; }
.ficha .disclaimer {
  font-size: 1.5em;
  color: #000;
  line-height: 1.29em;
  margin-top: 30px;
  margin-bottom: 20px; }
.ficha .bloque-login {
  background: #fefaeb;
  padding: 5px 0 10px 0;
  border-top: 1px solid #f4bb00;
  border-bottom: 1px solid #f4bb00;
  text-align: center;
  margin: 30px 0 40px 0; }
  .ficha .bloque-login h2 {
    font-size: 2.3em;
    font-weight: 700;
    color: #f4bb00;
    margin: 10px 0; }
  .ficha .bloque-login p {
    font-size: 1.6em;
    margin-bottom: 10px; }
  .ficha .bloque-login .icono {
    display: inline-block;
    background: #f4bb00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    padding: 4px 6px;
    z-index: 10;
    margin-top: -30px; }
    .ficha .bloque-login .icono img {
      width: 30px !important; }
.ficha .bloque-comentarios {
  background: #ebebeb;
  border-top: 1px solid #bcbcbc;
  margin: 30px 0;
  padding: 8px 0 15px 0;
  text-align: center; }
  .ficha .bloque-comentarios p {
    font-size: 1.8em;
    font-weight: 700; }
  .ficha .bloque-comentarios img {
    display: inline-block;
    max-width: 50px; }
  .ficha .bloque-comentarios .linea {
    border-top: 1px solid #bcbcbc;
    padding-top: 10px;
    margin-top: 8px; }
  .ficha .bloque-comentarios .votar {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/icons/ico-gustar.svg) no-repeat top left;
    position: relative;
    vertical-align: middle;
    margin: -2px 2px 0 0;
    cursor: pointer; }
  .ficha .bloque-comentarios .total-votos {
    display: inline-block;
    width: 35px;
    height: 26px;
    background: url(/icons/ico-gustar-contador.svg) no-repeat top left;
    position: relative;
    vertical-align: middle;
    padding-top: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff; }
  .ficha .bloque-comentarios form {
    width: 90%;
    margin: 0 auto;
    text-align: left; }
.ficha .recursos h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 15px 0; }
.ficha .banner-vitalista {
  width: 100%;
  position: fixed;
  background: #ffffff;
  left: 0;
  bottom: 0;
  z-index: 20;
  height: 140px;
  border-top: #121B1E 1px solid; }
  @media (max-width: 480px) {
    .ficha .banner-vitalista {
      height: 140px; } }
  .ficha .banner-vitalista .margen {
    width: 35%;
    display: flex;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .ficha .banner-vitalista .margen {
        width: 50%; } }
    @media (max-width: 480px) {
      .ficha .banner-vitalista .margen {
        width: 100%;
        margin: 0px 10px; } }
    .ficha .banner-vitalista .margen .button-flecha {
      padding: 8px 40px 8px 25px !important;
      margin: 0 auto;
      display: table; }
      @media (max-width: 480px) {
        .ficha .banner-vitalista .margen .button-flecha {
          font-size: 1.3em; } }
    .ficha .banner-vitalista .margen .texto {
      margin: 10px auto 0; }
      .ficha .banner-vitalista .margen .texto .titular {
        font-size: 1.8em;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        color: #121B1E; }
        @media (max-width: 480px) {
          .ficha .banner-vitalista .margen .texto .titular {
            font-size: 1.3em;
            text-align: center;
            width: 90%;
            margin: 0 10px 5px 10px; } }
      .ficha .banner-vitalista .margen .texto .precio {
        font-size: 1.8em;
        font-weight: 700;
        color: #121B1E;
        margin: 0;
        padding: 0; }
        @media (max-width: 480px) {
          .ficha .banner-vitalista .margen .texto .precio {
            font-size: 1.4em;
            text-align: center; } }
      .ficha .banner-vitalista .margen .texto .textopeq {
        font-size: 1.6em;
        font-size: 400;
        color: #121B1E;
        margin: 0;
        padding: 0; }
        @media (max-width: 480px) {
          .ficha .banner-vitalista .margen .texto .textopeq {
            font-size: 1.4em;
            text-align: center; } }
    .ficha .banner-vitalista .margen .imagen {
      width: 20%; }

.reviews {
  background-color: #ffffff;
  padding: 50px 0 30px 0;
  margin-bottom: 30px; }
  @media (min-width: 481px) and (max-width: 768px) {
    .reviews {
      padding: 50px 30px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .reviews {
      padding: 50px 30px; } }
  .reviews h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    text-align: center;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .reviews h2 {
        font-size: 2.3em; } }
  .reviews .review {
    width: 29%;
    background: #ffffff;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
    height: 310px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .reviews .review {
        width: 40%;
        margin-right: 30px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .reviews .review {
        width: 40%;
        margin-right: 30px; } }
    @media (max-width: 480px) {
      .reviews .review {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        border-right: none;
        padding-bottom: 20px;
        padding-right: 0px;
        height: inherit; } }
    .reviews .review h2 {
      font-size: 2em;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left; }
      @media (max-width: 480px) {
        .reviews .review h2 {
          font-size: 1.8em; } }
    .reviews .review h3 {
      font-size: 2em;
      font-weight: 700;
      line-height: 1.29em; }
      @media (max-width: 480px) {
        .reviews .review h3 {
          font-size: 1.8em; } }
    .reviews .review p {
      font-size: 1.6em;
      line-height: 1.4em; }
      @media (max-width: 480px) {
        .reviews .review p {
          font-size: 1.6em; } }
    .reviews .review p.nickname {
      color: #121B1E;
      font-style: italic;
      margin-top: 10px; }
    .reviews .review .rating-widget {
      margin: 10px 0; }
    .reviews .review .text-message {
      color: red;
      margin: 10px;
      font-size: 1.4em; }
    .reviews .review .rating-stars ul {
      list-style-type: none;
      padding: 0;
      -moz-user-select: none;
      -webkit-user-select: none; }
    .reviews .review .rating-stars ul > li.star {
      display: inline-block; }
    .reviews .review .rating-stars ul > li.star > i.fa {
      font-size: 2em;
      color: #ccc; }
    .reviews .review .rating-stars ul > li.star.hover > i.fa {
      color: #ffcc36; }
    .reviews .review .rating-stars ul > li.star.selected > i.fa {
      color: #ff912c; }
  .reviews .review:last-child {
    border: none; }
  .reviews .review-votar {
    width: 29%;
    background: #ffffff;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
    height: 10px; }
    @media (max-width: 480px) {
      .reviews .review-votar {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
        border-right: none;
        padding-bottom: 20px;
        padding-right: 0px;
        height: inherit; } }
    .reviews .review-votar h3 {
      font-size: 2em;
      font-weight: 700;
      line-height: 1.29em; }
      @media (max-width: 480px) {
        .reviews .review-votar h3 {
          font-size: 1.6em; } }
    .reviews .review-votar p {
      font-size: 1.6em;
      line-height: 1.4em; }
      @media (max-width: 480px) {
        .reviews .review-votar p {
          font-size: 1.6em; } }
    .reviews .review-votar p.nickname {
      color: #F6F6F6;
      font-style: italic;
      margin-top: 10px; }
    .reviews .review-votar .rating-widget {
      margin: 10px 0; }
    .reviews .review-votar .text-message {
      color: red;
      margin: 10px;
      font-size: 1.4em; }
    .reviews .review-votar .rating-stars ul {
      list-style-type: none;
      padding: 0;
      -moz-user-select: none;
      -webkit-user-select: none; }
    .reviews .review-votar .rating-stars ul > li.star {
      display: inline-block; }
    .reviews .review-votar .rating-stars ul > li.star > i.fa {
      font-size: 2em;
      color: #ccc; }
    .reviews .review-votar .rating-stars ul > li.star.hover > i.fa {
      color: #ffcc36; }
    .reviews .review-votar .rating-stars ul > li.star.selected > i.fa {
      color: #ff912c; }
  .reviews .review:last-child {
    border: none; }

.home-citas .intro {
  display: flex;
  margin-top: -50px;
  height: 650px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home-citas .intro {
      height: 600px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home-citas .intro {
      display: block;
      height: inherit; } }
  @media (max-width: 480px) {
    .home-citas .intro {
      display: block;
      height: inherit; } }
  .home-citas .intro .column-img {
    width: 40%;
    background: #e7e7e7 url("/img/consults/bg-intro-citas.jpg") no-repeat 40px 60px;
    background-size: contain; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home-citas .intro .column-img {
        background-position: 40px 120px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .intro .column-img {
        width: 100%;
        background-position: center 60px;
        background-size: 60%;
        height: 400px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .intro .column-img {
        background-position: center 140px; } }
    @media (max-width: 480px) {
      .home-citas .intro .column-img {
        width: 100%;
        background-position: center 80px;
        background-size: 100%;
        height: 320px; } }
  .home-citas .intro .column-img-antienvejecimiento {
    width: 40%;
    background: #e7e7e7 url("/img/common/bg-intro-cita-tratamiento2-tablet.jpg") no-repeat 40px 60px;
    background-size: contain; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home-citas .intro .column-img-antienvejecimiento {
        background-position: 40px 120px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .intro .column-img-antienvejecimiento {
        width: 100%;
        background-position: center 60px;
        background-size: 60%;
        height: 400px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .intro .column-img-antienvejecimiento {
        background-position: center 140px; } }
    @media (max-width: 480px) {
      .home-citas .intro .column-img-antienvejecimiento {
        width: 100%;
        background-position: center 80px;
        background-size: 100%;
        height: 320px; } }
  .home-citas .intro .column-texto {
    background: #e7e7e7;
    width: 60%; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .intro .column-texto {
        width: 100%;
        padding-top: 20px; } }
    @media (max-width: 480px) {
      .home-citas .intro .column-texto {
        width: 100%;
        padding-top: 20px; } }
    .home-citas .intro .column-texto h1 {
      margin-top: 190px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .intro .column-texto h1 {
          margin-top: 150px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .home-citas .intro .column-texto h1 {
          margin-top: 0px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .home-citas .intro .column-texto h1 {
          margin-top: 160px; } }
      @media (max-width: 480px) {
        .home-citas .intro .column-texto h1 {
          margin-top: 0px; } }
  .home-citas .intro .column-texto-antienvejecimiento {
    background: #f5f4f0; }
  .home-citas .intro h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.29em; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .intro h1 {
        font-size: 2.5em; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .intro h1 {
        font-size: 2.5em; } }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home-citas .intro h1 {
        font-size: 2.8em; } }
    @media (max-width: 480px) {
      .home-citas .intro h1 {
        font-size: 1.8em;
        margin-bottom: 10px; } }
  .home-citas .intro h2 {
    font-size: 4.5em;
    color: #121B1E;
    line-height: 1.2em; }
    @media (max-width: 480px) {
      .home-citas .intro h2 {
        font-size: 2.5em; } }
  .home-citas .intro p {
    font-size: 2em;
    color: #121B1E;
    line-height: 1.2em; }
    @media (max-width: 480px) {
      .home-citas .intro p {
        font-size: 1.6em; } }
.home-citas .metodo-bloques {
  background: #fbf7f4;
  padding: 60px 120px 10px 120px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home-citas .metodo-bloques {
      padding: 60px 80px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home-citas .metodo-bloques {
      padding: 30px 40px 10px 40px; } }
  @media (max-width: 480px) {
    .home-citas .metodo-bloques {
      padding: 30px 15px 0 15px; } }
  .home-citas .metodo-bloques h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .metodo-bloques h2 {
        font-size: 3em; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .metodo-bloques h2 {
        font-size: 3em; } }
    @media (max-width: 480px) {
      .home-citas .metodo-bloques h2 {
        font-size: 2.3em; } }
  .home-citas .metodo-bloques p {
    font-size: 1.8em;
    line-height: 1.29em;
    margin-bottom: 15px;
    display: none; }
    @media (max-width: 480px) {
      .home-citas .metodo-bloques p {
        font-size: 1.6em; } }
  .home-citas .metodo-bloques .bloque {
    width: 45%;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .metodo-bloques .bloque {
        width: 100%;
        float: none; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .metodo-bloques .bloque {
        width: 100%;
        float: none; } }
    @media (max-width: 480px) {
      .home-citas .metodo-bloques .bloque {
        width: 100%;
        float: none; } }
    .home-citas .metodo-bloques .bloque h3 {
      font-size: 2em;
      font-weight: 700;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 40px 0 40px 90px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home-citas .metodo-bloques .bloque h3 {
          font-size: 1.6em;
          padding: 30px 0 30px 70px;
          text-transform: lowercase; } }
      .home-citas .metodo-bloques .bloque h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 25px;
        right: 0; }
        @media (max-width: 480px) {
          .home-citas .metodo-bloques .bloque h3 span {
            font-size: 2em; } }
    .home-citas .metodo-bloques .bloque h3.estilo-vida {
      background: url("/icons/ico-medicina-estilo-vida.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .metodo-bloques .bloque h3.estilo-vida {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-citas .metodo-bloques .bloque h3.estilo-vida {
          background-size: 10%;
          background-position: left 15px; } }
    .home-citas .metodo-bloques .bloque h3.medicina-precision {
      background: url("/icons/ico-medicina-precision.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .metodo-bloques .bloque h3.medicina-precision {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-citas .metodo-bloques .bloque h3.medicina-precision {
          background-size: 10%;
          background-position: left 15px; } }
    .home-citas .metodo-bloques .bloque h3.medicina-evolutiva {
      background: url("/icons/ico-medicina-evolutiva.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .metodo-bloques .bloque h3.medicina-evolutiva {
          background-size: 10%; } }
      @media (max-width: 480px) {
        .home-citas .metodo-bloques .bloque h3.medicina-evolutiva {
          background-size: 10%;
          background-position: left 15px; } }
    .home-citas .metodo-bloques .bloque h3.medicina-personal {
      background: url("/icons/ico-medicina-personal.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .metodo-bloques .bloque h3.medicina-personal {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-citas .metodo-bloques .bloque h3.medicina-personal {
          background-size: 10%;
          background-position: left 15px; } }
.home-citas .metodo-texto {
  background: #fbf7f4;
  padding: 0px 120px 70px 120px; }
  @media (max-width: 480px) {
    .home-citas .metodo-texto {
      padding: 15px 15px 30px 15px; } }
  .home-citas .metodo-texto p {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .home-citas .metodo-texto p {
        font-size: 1.6em; } }
.home-citas h1.metodo-titulo {
  font-size: 3.8em;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 480px) {
    .home-citas h1.metodo-titulo {
      font-size: 2.5em; } }
.home-citas h2.metodo-titulo {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .home-citas h2.metodo-titulo {
      font-size: 2.1em; } }
.home-citas .info {
  background-color: #121B1E; }
  .home-citas .info .column-enfoque1 {
    background: #e4e9ed url("/img/consults/citas-info1.jpg") no-repeat center top;
    background-size: cover;
    width: 50%;
    float: left;
    min-height: 550px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .home-citas .info .column-enfoque1 {
        min-height: 700px; } }
    @media (max-width: 480px) {
      .home-citas .info .column-enfoque1 {
        width: 100%;
        float: none;
        min-height: 260px; } }
  .home-citas .info .column-enfoque2 {
    width: 50%;
    float: right; }
    @media (max-width: 480px) {
      .home-citas .info .column-enfoque2 {
        width: 100%;
        float: none; } }
  .home-citas .info .column-eficacia1 {
    background: url("/img/consults/citas-info2.jpg") no-repeat left -70px;
    background-size: cover;
    width: 50%;
    float: right;
    min-height: 510px; }
    @media (max-width: 480px) {
      .home-citas .info .column-eficacia1 {
        background-position: left top;
        width: 100%;
        float: none;
        min-height: 260px; } }
  .home-citas .info .column-eficacia2 {
    width: 50%;
    float: left; }
    @media (max-width: 480px) {
      .home-citas .info .column-eficacia2 {
        width: 100%;
        float: none; } }
  .home-citas .info .column-metodo1 {
    background: url("/img/common/metodo-actiage.jpg") no-repeat left -70px;
    background-size: cover;
    width: 50%;
    float: right;
    min-height: 380px; }
    @media (max-width: 480px) {
      .home-citas .info .column-metodo1 {
        background-position: left top;
        width: 100%;
        float: none;
        min-height: 260px; } }
  .home-citas .info .column-metodo2 {
    width: 50%;
    float: left; }
    @media (max-width: 480px) {
      .home-citas .info .column-metodo2 {
        width: 100%;
        float: none; } }
    .home-citas .info .column-metodo2 .textos {
      padding: 45px; }
      @media (max-width: 480px) {
        .home-citas .info .column-metodo2 .textos {
          padding: 30px 0px; } }
  .home-citas .info .textos {
    padding: 60px;
    color: #fbf7f4;
    background: #121B1E; }
    @media (max-width: 480px) {
      .home-citas .info .textos {
        padding: 30px 15px; } }
  .home-citas .info h2 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .home-citas .info p {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .home-citas .info p {
        font-size: 1.6em; } }
.home-citas .tipos-cita {
  background: #fbf7f4;
  padding: 60px 50px 50px 120px; }
  @media (max-width: 480px) {
    .home-citas .tipos-cita .textcenter {
      width: 90%; } }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home-citas .tipos-cita {
      padding: 60px 10px 50px 40px; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .home-citas .tipos-cita {
      padding: 60px 30px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .home-citas .tipos-cita {
      padding: 60px 30px; } }
  @media (max-width: 480px) {
    .home-citas .tipos-cita {
      padding: 30px 15px; } }
  .home-citas .tipos-cita h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 480px) {
      .home-citas .tipos-cita h2 {
        font-size: 2.3em;
        margin-bottom: 10px; } }
  .home-citas .tipos-cita .bloque-cita1 {
    width: 22%;
    float: left;
    position: relative;
    /*border:1px solid #637798;*/
    margin-right: 30px;
    margin-bottom: 50px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .tipos-cita .bloque-cita1 {
        width: 40%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .tipos-cita .bloque-cita1 {
        width: 40%; } }
    @media (max-width: 480px) {
      .home-citas .tipos-cita .bloque-cita1 {
        width: 100%;
        float: none; } }
    .home-citas .tipos-cita .bloque-cita1 .button-flecha-linea, .home-citas .tipos-cita .bloque-cita1 .button-flecha {
      padding: 10px 40px !important; }
    .home-citas .tipos-cita .bloque-cita1 .textos {
      padding: 10px;
      text-align: center;
      min-height: 180px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .tipos-cita .bloque-cita1 .textos {
          min-height: 260px; } }
      @media (max-width: 480px) {
        .home-citas .tipos-cita .bloque-cita1 .textos {
          min-height: inherit; } }
      .home-citas .tipos-cita .bloque-cita1 .textos h3 {
        font-size: 2.3em;
        font-weight: 700;
        margin-bottom: 10px; }
      .home-citas .tipos-cita .bloque-cita1 .textos p {
        font-size: 1.8em;
        padding: 0;
        padding-bottom: 15px; }
        @media (max-width: 480px) {
          .home-citas .tipos-cita .bloque-cita1 .textos p {
            font-size: 1.6em; } }
      .home-citas .tipos-cita .bloque-cita1 .textos .button {
        padding: 10px 15px; }
      .home-citas .tipos-cita .bloque-cita1 .textos .button.linea {
        padding: 10px 15px;
        background: none;
        border: 1px solid #121B1E;
        color: #121B1E; }
      .home-citas .tipos-cita .bloque-cita1 .textos .button.linea:hover {
        color: #121B1E !important; }
    .home-citas .tipos-cita .bloque-cita1 .etiqueta {
      background: #ef483e;
      position: absolute;
      font-size: 1.6em;
      color: #ffffff;
      padding: 5px;
      top: 0;
      right: 5px;
      -ms-transform: rotate(15deg);
      /* IE 9 */
      transform: rotate(15deg); }
  .home-citas .tipos-cita .bloque-cita2 {
    width: 30%;
    display: inline-table;
    position: relative;
    /*border:1px solid #637798;*/
    margin-right: 30px;
    margin-bottom: 50px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .tipos-cita .bloque-cita2 {
        width: 40%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .tipos-cita .bloque-cita2 {
        width: 40%; } }
    @media (max-width: 480px) {
      .home-citas .tipos-cita .bloque-cita2 {
        width: 100%;
        float: none; } }
    .home-citas .tipos-cita .bloque-cita2 .button-flecha, .home-citas .tipos-cita .bloque-cita2 .button-flecha-linea {
      padding: 10px 40px !important; }
    .home-citas .tipos-cita .bloque-cita2 .textos {
      padding: 15px;
      text-align: center; }
      .home-citas .tipos-cita .bloque-cita2 .textos h3 {
        font-size: 2.3em;
        font-weight: 700;
        margin-bottom: 10px; }
      .home-citas .tipos-cita .bloque-cita2 .textos p {
        font-size: 1.8em;
        padding: 0;
        padding-bottom: 15px; }
        @media (max-width: 480px) {
          .home-citas .tipos-cita .bloque-cita2 .textos p {
            font-size: 1.6em; } }
      .home-citas .tipos-cita .bloque-cita2 .textos .button {
        padding: 10px 15px; }
      .home-citas .tipos-cita .bloque-cita2 .textos .button.linea {
        padding: 10px 15px;
        background: none;
        border: 1px solid #121B1E;
        color: #121B1E; }
      .home-citas .tipos-cita .bloque-cita2 .textos .button.linea:hover {
        color: #121B1E !important; }
    .home-citas .tipos-cita .bloque-cita2 .etiqueta {
      background: #ef483e;
      position: absolute;
      font-size: 1.6em;
      color: #ffffff;
      padding: 5px;
      top: 0;
      right: 5px;
      -ms-transform: rotate(15deg);
      /* IE 9 */
      transform: rotate(15deg); }
  .home-citas .tipos-cita .bloque-tratamiento {
    width: 23%;
    float: left;
    background: transparent;
    color: #121B1E;
    position: relative;
    /*border:1px solid #637798;*/
    margin-right: 30px;
    margin-bottom: 50px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .home-citas .tipos-cita .bloque-tratamiento {
        width: 40%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .home-citas .tipos-cita .bloque-tratamiento {
        width: 40%; } }
    @media (max-width: 480px) {
      .home-citas .tipos-cita .bloque-tratamiento {
        width: 100%;
        float: none; } }
    .home-citas .tipos-cita .bloque-tratamiento .button-flecha-linea, .home-citas .tipos-cita .bloque-tratamiento .button-flecha {
      padding: 10px 40px !important; }
    .home-citas .tipos-cita .bloque-tratamiento .textos {
      padding: 10px;
      text-align: center;
      color: #121B1E;
      min-height: 172px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-citas .tipos-cita .bloque-tratamiento .textos {
          min-height: 254px; } }
      @media (max-width: 480px) {
        .home-citas .tipos-cita .bloque-tratamiento .textos {
          min-height: inherit; } }
      .home-citas .tipos-cita .bloque-tratamiento .textos h3 {
        font-size: 2.3em;
        font-weight: 700;
        margin-bottom: 10px; }
      .home-citas .tipos-cita .bloque-tratamiento .textos p {
        font-size: 1.8em;
        padding: 0;
        padding-bottom: 15px; }
        @media (max-width: 480px) {
          .home-citas .tipos-cita .bloque-tratamiento .textos p {
            font-size: 1.6em; } }
      .home-citas .tipos-cita .bloque-tratamiento .textos .button {
        background: #121B1E;
        padding: 10px 15px;
        color: #fff; }
      .home-citas .tipos-cita .bloque-tratamiento .textos .button.linea {
        padding: 10px 15px;
        background: none;
        border: 1px solid #121B1E;
        color: #121B1E; }
      .home-citas .tipos-cita .bloque-tratamiento .textos .button.linea:hover {
        color: #121B1E !important; }
    .home-citas .tipos-cita .bloque-tratamiento .etiqueta {
      background: #ef483e;
      position: absolute;
      font-size: 1.6em;
      color: #ffffff;
      padding: 5px;
      top: 0;
      right: 5px;
      -ms-transform: rotate(15deg);
      /* IE 9 */
      transform: rotate(15deg); }
.home-citas .banner-dudas {
  display: none; }
  @media (max-width: 480px) {
    .home-citas .banner-dudas {
      display: inline-block;
      width: 100%;
      position: fixed;
      background: rgba(255, 255, 255, 0.7);
      left: 0;
      bottom: 0;
      text-align: right;
      padding: 15px 0; } }
  .home-citas .banner-dudas .button {
    display: inline-block;
    position: relative;
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #0e264a;
    color: #ffffff;
    padding: 12px 25px 12px 100px;
    text-decoration: none;
    margin: 10px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 480px) {
      .home-citas .banner-dudas .button {
        font-size: 1.4em;
        padding: 12px 25px 12px 70px; } }
    .home-citas .banner-dudas .button span.texto {
      display: block;
      font-size: 16px;
      text-transform: none; }
      @media (max-width: 480px) {
        .home-citas .banner-dudas .button span.texto {
          font-size: 14px; } }
    .home-citas .banner-dudas .button span.icono {
      position: absolute;
      background: #ffffff;
      border: 1px solid #0e264a;
      top: -5px;
      left: 0;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      padding: 10px 8px; }
      @media (max-width: 480px) {
        .home-citas .banner-dudas .button span.icono {
          padding: 10px 0px;
          top: 0; } }
      .home-citas .banner-dudas .button span.icono img {
        width: 70%;
        height: auto; }
        @media (max-width: 480px) {
          .home-citas .banner-dudas .button span.icono img {
            width: 50%; } }

.ficha-cita {
  background: #ffffff; }
  .ficha-cita .intro {
    display: flex;
    margin-top: -135px;
    height: 550px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .ficha-cita .intro {
        height: 490px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .intro {
        display: block;
        height: inherit; } }
    @media (max-width: 480px) {
      .ficha-cita .intro {
        display: block;
        margin-top: -160px; } }
    .ficha-cita .intro .column-img {
      width: 45%;
      height: 100%;
      position: relative; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img {
          background-position: 40px 120px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img {
          width: 100%;
          height: 620px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img {
          width: 40%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img {
          width: 100%;
          height: 560px; } }
    .ficha-cita .intro .column-img-antienvejecimiento {
      background: #f5f4f0 url("/img/consults/bg-intro-antienvejecimiento.jpg") no-repeat left 50px;
      background-size: 100%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-antienvejecimiento {
          background-position: center 100px;
          background-size: 120%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-antienvejecimiento {
          background-position: center 129px;
          background-size: 150%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-antienvejecimiento {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-antienvejecimiento-tablet.jpg") no-repeat left bottom;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-antienvejecimiento {
          background: #f7f4ef url("/img/consults/bg-intro-antienvejecimiento-tablet.jpg") no-repeat center 0px;
          background-size: 180%; } }
    .ficha-cita .intro .column-img-antienvejecimiento-compact {
      background: #fdf6ee url("/img/consults/bg-intro-antienvejecimiento-compact.jpg") no-repeat left 50px;
      background-size: 95%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-antienvejecimiento-compact {
          background-position: left 80px;
          background-size: 100%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-antienvejecimiento-compact {
          background-position: center 90px;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-antienvejecimiento-compact {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-antienvejecimiento-compact-tablet.jpg") no-repeat left bottom;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-antienvejecimiento-compact {
          background: url("/img/consults/bg-intro-antienvejecimiento-compact-mobile.jpg") no-repeat left 80px; } }
    .ficha-cita .intro .column-img-obesidad {
      background: #e3eef4 url("/img/consults/bg-intro-obesidad.jpg") no-repeat right -80px;
      background-size: 100%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-obesidad {
          background-position: center 50px;
          background-size: 100%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-obesidad {
          background-position: right 50px;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-obesidad {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-obesidad-tablet.jpg") no-repeat left 10px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-obesidad {
          width: 100%;
          background: url("/img/consults/bg-intro-obesidad-tablet.jpg") no-repeat -30px bottom; } }
    .ficha-cita .intro .column-img-coronarias {
      background: #f5f4f0 url("/img/consults/bg-intro-coronarias.jpg") no-repeat left -50px;
      background-size: 105%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-coronarias {
          background-position: center top;
          background-size: 140%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-coronarias {
          background-position: center 38px;
          background-size: 150%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-coronarias {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-coronarias-tablet.jpg") no-repeat left bottom;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-coronarias {
          background: url("/img/consults/bg-intro-coronarias-tablet.jpg") no-repeat -180px bottom; } }
    .ficha-cita .intro .column-img-diabetes {
      background: #e2e0db url("/img/consults/bg-intro-diabetes-mobile.jpg") no-repeat 250px -100px;
      background-size: 86%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-diabetes {
          background-position: left -60px;
          background-size: 105%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-diabetes {
          background-position: left top;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-diabetes {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-diabetes-tablet.jpg") no-repeat left bottom;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-diabetes {
          background: url("/img/consults/bg-intro-diabetes-mobile2.jpg") no-repeat -90px top;
          background-size: 160%; } }
    .ficha-cita .intro .column-img-estado-salud {
      background: #eef7f6 url("/img/consults/bg-intro-estado-salud.jpg") no-repeat right -30px;
      background-size: 100%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-estado-salud {
          background-position: center 50px;
          background-size: 100%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-estado-salud {
          background-position: right 50px;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-estado-salud {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-estado-salud-tablet.jpg") no-repeat left 10px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-estado-salud {
          width: 100%;
          background: url("/img/consults/bg-intro-estado-salud-tablet.jpg") no-repeat -80px bottom;
          background-size: 180%; } }
    .ficha-cita .intro .column-img-prevencion {
      background: #eef7f6 url("/img/consults/bg-intro-prevencion.jpg") no-repeat right -30px;
      background-size: 95%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-prevencion {
          background-position: center 50px;
          background-size: 100%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-prevencion {
          background-position: right 50px;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-prevencion {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-prevencion-tablet.jpg") no-repeat left 10px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-prevencion {
          width: 100%;
          background: url("/img/consults/bg-intro-prevencion-tablet.jpg") no-repeat center bottom;
          background-size: 200%; } }
    .ficha-cita .intro .column-img-gineguard {
      background: #b7bcc2 url("/img/consults/bg-intro-gineguard.jpg") no-repeat right -20px;
      background-size: 98%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-gineguard {
          background-position: center 50px;
          background-size: 100%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-gineguard {
          background-position: right 50px;
          background-size: 120%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-gineguard {
          width: 100%;
          background: #f5f4f0 url("/img/consult/bg-intro-gineguard.jpg") no-repeat left 10px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-gineguard {
          width: 100%;
          background: #c7ccd0 url("/img/consults/bg-intro-gineguard.jpg") no-repeat -150px bottom;
          background-size: 200%; } }
    .ficha-cita .intro .column-img-estado-metabolico {
      background: #eef7f6 url("/img/consults/bg-intro-estado-metabolico.jpg") no-repeat right -150px;
      background-size: 90%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-estado-metabolico {
          background-position: -70px -80px;
          background-size: 120%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-estado-metabolico {
          background-position: right 50px;
          background-size: 115%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-estado-metabolico {
          width: 100%;
          background: #f5f4f0 url("/img/consults/bg-intro-estado-metabolico-tablet.jpg") no-repeat left 10px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-estado-metabolico {
          width: 100%;
          background: url("/img/consults/bg-intro-estado-metabolico-mobile.jpg") no-repeat -30px bottom;
          background-size: 160%; } }
    .ficha-cita .intro .column-img-consulta {
      background: #fbf7f4 url("/img/consults/bg-intro-cita-cortesia.jpg") no-repeat left top;
      background-size: 100%; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .intro .column-img-consulta {
          background-position: left 50px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-img-consulta {
          background-position: center -20px;
          background-size: 200%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-img-consulta {
          width: 100%;
          background-position: center 20px;
          background-size: 100%; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-img-consulta {
          width: 100%;
          background-position: center 80px;
          background-size: 150%; } }
    .ficha-cita .intro .column-texto {
      width: 55%;
      position: relative; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-texto {
          width: 60%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto {
          width: 94%;
          padding: 0 10px;
          margin: -365px auto 0 auto;
          text-align: center;
          background: #fbf7f4;
          opacity: 0.5; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto {
          width: 94%;
          padding: 0 10px;
          margin: -365px auto 0 auto;
          text-align: center; } }
      .ficha-cita .intro .column-texto h1 {
        font-size: 4em;
        text-transform: uppercase;
        margin-top: 250px; }
        @media (min-width: 1025px) and (max-width: 1650px) {
          .ficha-cita .intro .column-texto h1 {
            font-size: 3.5em;
            margin-top: 250px; } }
        @media (min-width: 769px) and (max-width: 1024px) {
          .ficha-cita .intro .column-texto h1 {
            font-size: 3.5em;
            margin-top: 230px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .ficha-cita .intro .column-texto h1 {
            font-size: 3.5em;
            color: #121B1E;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .ficha-cita .intro .column-texto h1 {
            font-size: 2.3em;
            color: #121B1E;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
      .ficha-cita .intro .column-texto p {
        font-size: 3.5em;
        text-align: center; }
        @media (min-width: 481px) and (max-width: 768px) {
          .ficha-cita .intro .column-texto p {
            font-size: 2.5em;
            color: #121B1E;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .ficha-cita .intro .column-texto p {
            font-size: 2.3em;
            color: #121B1E;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
    .ficha-cita .intro .column-texto-tratamiento {
      width: 55%;
      position: relative; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .intro .column-texto-tratamiento {
          width: 60%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-tratamiento {
          width: 94%;
          padding: 0 10px;
          margin: -365px auto 0 auto;
          text-align: center;
          background: #fbf7f4;
          opacity: 0.5; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-tratamiento {
          width: 94%;
          padding: 0 10px;
          margin: -365px auto 0 auto;
          text-align: center; } }
      .ficha-cita .intro .column-texto-tratamiento h1 {
        font-size: 4em;
        text-transform: uppercase;
        margin-top: 250px; }
        @media (min-width: 1025px) and (max-width: 1650px) {
          .ficha-cita .intro .column-texto-tratamiento h1 {
            font-size: 3.5em;
            margin-top: 250px; } }
        @media (min-width: 769px) and (max-width: 1024px) {
          .ficha-cita .intro .column-texto-tratamiento h1 {
            font-size: 3.5em;
            margin-top: 230px; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .ficha-cita .intro .column-texto-tratamiento h1 {
            font-size: 3.5em;
            color: #ffffff;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .ficha-cita .intro .column-texto-tratamiento h1 {
            font-size: 2.3em;
            color: #ffffff;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
      .ficha-cita .intro .column-texto-tratamiento p {
        font-size: 3.5em;
        text-align: center; }
        @media (min-width: 481px) and (max-width: 768px) {
          .ficha-cita .intro .column-texto-tratamiento p {
            font-size: 2.5em;
            color: #ffffff;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .ficha-cita .intro .column-texto-tratamiento p {
            font-size: 2.3em;
            color: #ffffff;
            text-shadow: 1px 1px 1px #888888;
            margin-bottom: 10px; } }
    .ficha-cita .intro .column-texto-antienvejecimiento {
      background: #f7f4ef; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-antienvejecimiento {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-antienvejecimiento {
          background: none; } }
    .ficha-cita .intro .column-texto-antienvejecimiento-compact {
      background: #fdf6ee; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-antienvejecimiento-compact {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-antienvejecimiento-compact {
          background: none; } }
    .ficha-cita .intro .column-texto-obesidad {
      background: #e3eef4; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-obesidad {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-obesidad {
          background: none; } }
    .ficha-cita .intro .column-texto-coronarias {
      background: #e9ebe6; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-coronarias {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-coronarias {
          background: none; } }
    .ficha-cita .intro .column-texto-diabetes {
      background: #e2e0db; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-diabetes {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-diabetes {
          background: none; } }
    .ficha-cita .intro .column-texto-estado-salud {
      background: #f9fbfa; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-estado-salud {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-estado-salud {
          background: none; } }
    .ficha-cita .intro .column-texto-prevencion {
      background: #eef7f6; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-prevencion {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-prevencion {
          background: none; } }
    .ficha-cita .intro .column-texto-gineguard {
      background: #b7bcc2; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-gineguard {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-gineguard {
          background: none;
          margin-top: -390px; } }
    .ficha-cita .intro .column-texto-estado-metabolico {
      background: #dcddd7; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-estado-metabolico {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-estado-metabolico {
          background: none; } }
    .ficha-cita .intro .column-texto-consulta {
      background: #fbf7f4; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .intro .column-texto-consulta {
          background: none; } }
      @media (max-width: 480px) {
        .ficha-cita .intro .column-texto-consulta {
          background: none; } }
  @media (max-width: 480px) {
    .ficha-cita .intro.bg-cita-gineguard .texto {
      bottom: 20px; } }
  @media (max-width: 480px) {
    .ficha-cita .intro.bg-cita-gineguard .texto h1 {
      font-size: 2.3em;
      color: #ffffff;
      text-shadow: 1px 1px 1px #888888;
      margin-bottom: 10px; } }
  .ficha-cita .bg-cita-cortesia {
    background: #fbf7f4 url("/img/consults/bg-intro-cita-cortesia.jpg") no-repeat left top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-cortesia {
        background: url("/img/consults/bg-intro-cita-cortesia-mobile.jpg") no-repeat left top; } }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-cortesia span {
        display: none; } }
  .ficha-cita .bg-cita-antienvejecimiento-compact {
    background: #f5f4f0 url("/img/consults/bg-intro-antienvejecimiento-compact.jpg") no-repeat -40px top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-antienvejecimiento-compact {
        background: url("/img/consults/bg-intro-antienvejecimiento-compact-mobile.jpg") no-repeat left -20px; } }
  .ficha-cita .bg-cita-estado-salud {
    background: #f5f4f0 url("/img/consults/bg-intro-estado-salud.jpg") no-repeat -40px top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-estado-salud {
        background: url("/img/consults/bg-intro-estado-salud-mobile.jpg") no-repeat left -20px; } }
  .ficha-cita .bg-cita-estado-metabolico {
    background: #f5f4f0 url("/img/consults/bg-intro-estado-metabolico.jpg") no-repeat -40px top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-estado-metabolico {
        background: url("/img/consults/bg-intro-estado-metabolico-mobile.jpg") no-repeat left -20px; } }
  .ficha-cita .bg-cita-obesidad {
    background: #e1ecf3 url("/img/consults/bg-intro-obesidad.jpg") no-repeat left -60px; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-obesidad {
        background: url("/img/consults/bg-intro-obesidad-mobile.jpg") no-repeat -30px bottom; } }
  .ficha-cita .bg-cita-diabetes {
    background: #e2e0db url("/img/consults/bg-intro-diabetes.jpg") no-repeat 150px bottom; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-diabetes {
        background: url("/img/consults/bg-intro-diabetes-mobile.jpg") no-repeat -20px 10px; } }
  .ficha-cita .bg-cita-coronarias {
    background: #dfe6e9 url("/img/consults/bg-intro-coronarias.jpg") no-repeat left bottom; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-coronarias {
        background: url("/img/consults/bg-intro-coronarias-mobile.jpg") no-repeat -30px bottom; } }
  .ficha-cita .bg-cita-prevencion {
    background: #fbf7f4 url("/img/consults/bg-intro-prevencion.jpg") no-repeat -50px top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-prevencion {
        background: url("/img/consults/bg-intro-prevencion-mobile.jpg") no-repeat -30px bottom; } }
  .ficha-cita .bg-cita-gineguard {
    background: #fbf7f4 url("/img/consults/bg-intro-gineguard.jpg") no-repeat -50px top; }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-gineguard {
        background: url("/img/consults/bg-intro-gineguard-mobile.jpg") no-repeat -30px -10px; } }
  .ficha-cita .bg-cita-mentoria {
    background: #f5f4f0 url("/img/mentoring/bg-intro-mentoria.jpg") no-repeat -40px top; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .ficha-cita .bg-cita-mentoria {
        background: #f5f4f0 url("/img/mentoring/bg-intro-mentoria.jpg") no-repeat -140px top; } }
    @media (max-width: 480px) {
      .ficha-cita .bg-cita-mentoria {
        background: url("/img/mentoring/bg-intro-mentoria-mobile.jpg") no-repeat -20px bottom;
        height: 680px; } }
    .ficha-cita .bg-cita-mentoria .texto {
      width: 53%;
      position: absolute;
      top: 300px;
      left: 900px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .ficha-cita .bg-cita-mentoria .texto {
          width: 43%;
          left: 720px; } }
      @media (max-width: 480px) {
        .ficha-cita .bg-cita-mentoria .texto {
          width: 96%;
          top: 500px;
          left: 15px; } }
      .ficha-cita .bg-cita-mentoria .texto h1 {
        font-size: 2.8em;
        color: #121B1E;
        text-shadow: none;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .ficha-cita .bg-cita-mentoria .texto h1 {
            font-size: 2.3em;
            color: #ffffff; } }
      .ficha-cita .bg-cita-mentoria .texto p {
        font-weight: 400;
        color: #121B1E;
        text-shadow: none; }
        @media (max-width: 480px) {
          .ficha-cita .bg-cita-mentoria .texto p {
            color: #ffffff; } }
  .ficha-cita .container {
    max-width: 1200px; }
    @media (max-width: 480px) {
      .ficha-cita .container {
        max-width: 100%; } }
  .ficha-cita .info .wrapper-columns {
    display: table; }
  .ficha-cita .info .column-obesidad1 {
    background: url("/img/consults/citas-info-obesidad2.jpg") no-repeat center center;
    background-size: cover;
    width: 50%;
    display: table-cell; }
    @media (max-width: 480px) {
      .ficha-cita .info .column-obesidad1 {
        display: block;
        background-position: left top;
        width: 100%;
        float: none;
        min-height: 260px; } }
  .ficha-cita .info .column-obesidad2 {
    background: #f3f3f3;
    width: 50%;
    display: table-cell; }
    @media (max-width: 480px) {
      .ficha-cita .info .column-obesidad2 {
        display: block;
        width: 100%;
        float: none; } }
  .ficha-cita .info .column-coronarias1 {
    background: url("/img/consults/citas-info-coronarias.jpg") no-repeat left top;
    background-size: cover;
    width: 50%;
    float: right;
    min-height: 470px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .info .column-coronarias1 {
        width: 100%;
        float: none; } }
    @media (max-width: 480px) {
      .ficha-cita .info .column-coronarias1 {
        background-position: left top;
        width: 100%;
        float: none;
        min-height: 260px; } }
  .ficha-cita .info .column-coronarias2 {
    width: 50%;
    float: left; }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .info .column-coronarias2 {
        width: 100%;
        float: none; } }
    @media (max-width: 480px) {
      .ficha-cita .info .column-coronarias2 {
        width: 100%;
        float: none; } }
  .ficha-cita .info .column-gineguard1 {
    background: url("/img/consults/citas-info-gineguard.jpg") no-repeat center center;
    background-size: cover;
    width: 50%;
    display: table-cell; }
    @media (max-width: 480px) {
      .ficha-cita .info .column-gineguard1 {
        display: block;
        background-position: left top;
        width: 100%;
        float: none;
        min-height: 260px; } }
  .ficha-cita .info .column-gineguard2 {
    background: #f3f3f3;
    width: 50%;
    display: table-cell; }
    @media (max-width: 480px) {
      .ficha-cita .info .column-gineguard2 {
        display: block;
        width: 100%;
        float: none; } }
  .ficha-cita .info .textos {
    padding: 60px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .ficha-cita .info .textos {
        padding: 30px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .info .textos {
        padding: 30px; } }
    @media (max-width: 480px) {
      .ficha-cita .info .textos {
        padding: 30px 15px 30px 15px; } }
  .ficha-cita .info h2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .ficha-cita .info h2 {
        font-size: 2.1em; } }
  .ficha-cita .info p {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .ficha-cita .info p {
        font-size: 1.6em; } }
  .ficha-cita .textos-info {
    padding: 40px 120px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .ficha-cita .textos-info {
        padding: 40px 80px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .ficha-cita .textos-info {
        padding: 40px 80px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .textos-info {
        padding: 40px; } }
    @media (max-width: 480px) {
      .ficha-cita .textos-info {
        padding: 30px 15px; } }
    .ficha-cita .textos-info p {
      font-size: 1.8em;
      line-height: 1.4em;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .ficha-cita .textos-info p {
          font-size: 1.6em; } }
    .ficha-cita .textos-info p.nota {
      font-size: 14px;
      font-style: italic;
      color: #999999; }
    .ficha-cita .textos-info ul {
      padding-left: 30px;
      list-style: disc; }
      .ficha-cita .textos-info ul li {
        font-size: 1.8em;
        line-height: 1.29em;
        margin-bottom: 15px; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info ul li {
            font-size: 1.6em; } }
        .ficha-cita .textos-info ul li ul {
          list-style: circle; }
    .ficha-cita .textos-info .wrapper-cards {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .textos-info .wrapper-cards {
          display: block; } }
      @media (max-width: 480px) {
        .ficha-cita .textos-info .wrapper-cards {
          display: block; } }
    .ficha-cita .textos-info .card {
      background: #e2d9d2;
      flex: 1;
      padding: 30px;
      margin-right: 30px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .textos-info .card {
          flex: 0;
          width: 90%;
          margin-right: 0;
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        .ficha-cita .textos-info .card {
          flex: 0;
          margin-right: 0px;
          padding: 20px;
          margin-bottom: 30px; } }
      .ficha-cita .textos-info .card span {
        display: block;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px; }
    .ficha-cita .textos-info p.precio {
      font-size: 2.3em;
      font-weight: 700;
      margin: 0 0 20px 0;
      border-top: 1px solid #d1dfea;
      border-bottom: 1px solid #d1dfea;
      padding: 10px 0; }
      @media (max-width: 480px) {
        .ficha-cita .textos-info p.precio {
          font-size: 2em; } }
    .ficha-cita .textos-info .bloque {
      width: 47.9%;
      float: left;
      margin-right: 40px;
      margin-bottom: 20px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .ficha-cita .textos-info .bloque {
          width: 80%;
          float: none;
          margin: 0 auto; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .ficha-cita .textos-info .bloque {
          width: 46.5%; } }
      @media (max-width: 480px) {
        .ficha-cita .textos-info .bloque {
          width: 100%;
          float: none; } }
      .ficha-cita .textos-info .bloque h3 {
        font-size: 2em;
        font-weight: 700;
        position: relative;
        padding: 15px 15px 15px 120px;
        text-transform: uppercase;
        margin-bottom: 15px;
        min-height: 125px; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3 {
            font-size: 1.6em;
            padding: 15px 0 15px 70px; } }
        .ficha-cita .textos-info .bloque h3 span.descripcion {
          display: block;
          width: 90%;
          font-size: 17px;
          font-weight: 400;
          text-transform: none;
          margin-top: 5px; }
        .ficha-cita .textos-info .bloque h3 span.duracion {
          display: block;
          font-size: 17px;
          font-weight: 400;
          color: #666666;
          text-transform: none;
          margin-top: 15px; }
        .ficha-cita .textos-info .bloque h3 span.caret-abrir {
          background: url("/img/common/ico-caret-down.png") no-repeat left top;
          width: 31px;
          height: 16px;
          position: absolute;
          top: 50px;
          right: 10px; }
          @media (max-width: 480px) {
            .ficha-cita .textos-info .bloque h3 span.caret-abrir {
              top: 15px; } }
        .ficha-cita .textos-info .bloque h3 span.caret-cerrar {
          background: url("/img/common/ico-caret-up.png") no-repeat left top;
          width: 31px;
          height: 16px;
          position: absolute;
          top: 50px;
          right: 10px; }
          @media (max-width: 480px) {
            .ficha-cita .textos-info .bloque h3 span.caret-cerrar {
              top: 15px; } }
      .ficha-cita .textos-info .bloque .sesion1 .ver-mas {
        font-size: 2.2em;
        position: absolute;
        cursor: pointer;
        margin-left: 5px; }
      .ficha-cita .textos-info .bloque h3.sesion1 {
        background: #fbf7f4 url("/icons/ico-historial-clinico.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.sesion1 {
            background-size: 15%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque h3.sesion2 {
        background: #fbf7f4 url("/icons/ico-sesion-analisis.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.sesion2 {
            background-size: 14%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque h3.sesion3 {
        background: #d1dfea url("/icons/ico-evaluacion.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.sesion3 {
            background-size: 13%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque h3.sesion4 {
        background: #edf3f5 url("/icons/ico-sesion-dudas.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.sesion4 {
            background-size: 15%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque h3.sesion {
        background: #d1dfea url("/icons/ico-mantenimiento.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.sesion {
            background-size: 15%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque h3.ventajas {
        background: #edf3f5 url("/icons/ico-ventajas-adicionales.png") no-repeat 20px 20px;
        cursor: pointer; }
        @media (max-width: 480px) {
          .ficha-cita .textos-info .bloque h3.ventajas {
            background-size: 15%;
            background-position: 10px 20px; } }
      .ficha-cita .textos-info .bloque p {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .ficha-cita .textos-info .bloque.nomarginright {
        margin-right: auto !important; } }
    .ficha-cita .textos-info .panel-interactivo h2 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      line-height: normal;
      text-transform: uppercase; }
    .ficha-cita .textos-info .panel-interactivo P {
      color: #ffffff;
      font-size: 16px; }
    .ficha-cita .textos-info .panel-interactivo .rt-container {
      width: 700px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .ficha-cita .textos-info .panel-interactivo .rt-container {
          width: 100%;
          margin: 0 auto; } }
    .ficha-cita .textos-info .panel-interactivo .rt-row:before, .ficha-cita .textos-info .panel-interactivo .rt-row:after {
      display: table;
      line-height: 0;
      content: ""; }
    .ficha-cita .textos-info .panel-interactivo .rt-row:after {
      clear: both; }
    .ficha-cita .textos-info .panel-interactivo [class^="col-rt-"] {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      padding: 0 15px;
      min-height: 1px;
      position: relative; }
    .ficha-cita .textos-info .panel-interactivo .description {
      max-width: 600px;
      margin: 0 auto;
      color: rgba(229, 229, 229, 0.7); }
    .ficha-cita .textos-info .panel-interactivo .map-point div, .ficha-cita .textos-info .panel-interactivo .map-point img, .ficha-cita .textos-info .panel-interactivo .map-point footer {
      position: relative;
      box-sizing: border-box; }
    .ficha-cita .textos-info .panel-interactivo .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .ficha-cita .textos-info .panel-interactivo .centered-y {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
    .ficha-cita .textos-info .panel-interactivo .distribution-map {
      position: relative;
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map > img {
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point {
      cursor: pointer;
      outline: none;
      z-index: 0;
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      transform: translate(-50%, -50%);
      -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
      -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
      -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
      -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
      transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
      background: rgba(26, 26, 26, 0.85);
      border: 5px solid #7fcff7; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point .content {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transition: opacity 0.25s ease-in-out;
      width: 100%;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      overflow: overlay; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:active, .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:focus {
      margin: 0;
      padding: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      width: 300px;
      height: 120px;
      color: #e5e5e5;
      z-index: 1;
      transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:active .content, .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:focus .content {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
      -webkit-transition-delay: 0.25s, 0s, 0s;
      transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
      overflow: hidden; }
    .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:active .content a:hover, .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:active .content a:active, .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:focus .content a:hover, .ficha-cita .textos-info .panel-interactivo .distribution-map .map-point:focus .content a:active {
      color: #afe1fa; }
  .ficha-cita .banner-dudas {
    display: none; }
    @media (max-width: 480px) {
      .ficha-cita .banner-dudas {
        display: inline-block;
        width: 100%;
        position: fixed;
        background: rgba(255, 255, 255, 0.7);
        left: 0;
        bottom: 0;
        text-align: right;
        padding: 15px 0; } }
    .ficha-cita .banner-dudas .button {
      display: inline-block;
      position: relative;
      font-size: 1.7em;
      font-weight: 700;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background: #0e264a;
      color: #ffffff;
      padding: 12px 25px 12px 100px;
      text-decoration: none;
      margin: 10px;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      text-align: center; }
      @media (max-width: 480px) {
        .ficha-cita .banner-dudas .button {
          font-size: 1.4em;
          padding: 12px 25px 12px 70px; } }
      .ficha-cita .banner-dudas .button span.texto {
        display: block;
        font-size: 16px;
        text-transform: none; }
        @media (max-width: 480px) {
          .ficha-cita .banner-dudas .button span.texto {
            font-size: 14px; } }
      .ficha-cita .banner-dudas .button span.icono {
        position: absolute;
        background: #ffffff;
        border: 1px solid #0e264a;
        top: -5px;
        left: 0;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        padding: 10px 8px; }
        @media (max-width: 480px) {
          .ficha-cita .banner-dudas .button span.icono {
            padding: 10px 0px;
            top: 0; } }
        .ficha-cita .banner-dudas .button span.icono img {
          width: 70%;
          height: auto; }
          @media (max-width: 480px) {
            .ficha-cita .banner-dudas .button span.icono img {
              width: 50%; } }

@media (max-width: 480px) {
  .quote {
    text-align: center; } }
.quote img.foto {
  float: left;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%; }
  @media (min-width: 481px) and (max-width: 768px) {
    .quote img.foto {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .quote img.foto {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 480px) {
    .quote img.foto {
      float: none;
      margin: 0 auto;
      margin-right: 0px;
      margin-bottom: 15px; } }
.quote p {
  width: 84%;
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.29em;
  position: relative;
  padding: 50px 0;
  float: left; }
  @media (min-width: 481px) and (max-width: 768px) {
    .quote p {
      width: 100%; } }
  @media (max-width: 480px) {
    .quote p {
      width: 100%;
      font-size: 1.6em;
      float: none;
      text-align: left; } }
.quote .abrir {
  position: absolute;
  top: 0;
  left: 0; }
.quote .cerrar {
  position: relative;
  bottom: 0;
  right: 0;
  float: right; }

.elegir-medico .medico {
  width: 32%;
  display: inline-table;
  margin-right: 30px;
  text-align: center; }
  @media (max-width: 480px) {
    .elegir-medico .medico {
      width: 100%;
      margin-bottom: 40px; } }
  .elegir-medico .medico h2 {
    font-size: 2em;
    font-weight: 700; }
  .elegir-medico .medico p {
    font-size: 1.8em;
    line-height: 1.29em; }
    @media (max-width: 480px) {
      .elegir-medico .medico p {
        font-size: 1.6em; } }
  .elegir-medico .medico img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-bottom: 10px; }

.sellos {
  text-align: center; }
  .sellos p.texto-icono {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .sellos p.texto-icono {
        font-size: 1.2em; } }
  .sellos p.nota {
    font-size: 1.5em;
    color: #555555; }

.reservar-cita {
  background: #fbf7f4 url("/img/consults/bg-reservar-cita.jpg") no-repeat left top;
  margin-top: -153px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .reservar-cita {
      background-position: -150px top; } }
  @media (max-width: 480px) {
    .reservar-cita {
      background-color: #fbf7f4;
      background-size: 105%;
      background-position: left 70px; } }
  .reservar-cita .form-noslots {
    text-align: left; }
  .reservar-cita .citas {
    background: #fbf7f4;
    position: relative;
    width: 60%;
    float: right;
    margin: 200px 40px 40px 0;
    padding: 30px;
    text-align: center; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .reservar-cita .citas {
        width: 70%; } }
    @media (max-width: 480px) {
      .reservar-cita .citas {
        width: 76%;
        margin: 250px 15px 40px 0;
        padding: 30px 15px; } }
    .reservar-cita .citas h1 {
      text-align: left; }
      @media (max-width: 480px) {
        .reservar-cita .citas h1 {
          font-size: 2em; } }
    .reservar-cita .citas h2 {
      font-size: 1.8em;
      line-height: 1.29em;
      text-align: left;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .reservar-cita .citas h2 {
          font-size: 1.6em; } }
    .reservar-cita .citas .aviso-plazas {
      background: #f0493e url("/icons/ico-aviso-plazas.png") no-repeat 15px 5px;
      width: 200px;
      font-size: 1.5em;
      font-weight: 700;
      color: #ffffff;
      padding: 8px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      margin: 0 auto 10px auto; }
    .reservar-cita .citas .aviso-plazas-disponibles {
      background: #daa91e url("/icons/ico-aviso-plazas.png") no-repeat 15px 5px;
      width: 220px;
      font-size: 1.5em;
      font-weight: 700;
      color: #ffffff;
      padding: 8px;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      margin: 0 auto 10px auto; }
    .reservar-cita .citas .column {
      width: 11.5%;
      display: inline-table;
      margin-right: 15px; }
      .reservar-cita .citas .column .dia {
        background: #121B1E;
        font-size: 1.5em;
        font-weight: 700;
        color: #ffffff;
        padding: 15px 5px;
        margin-bottom: 10px; }
      .reservar-cita .citas .column .hora {
        background: #f1f1f1;
        font-size: 1.5em;
        padding: 15px 5px;
        margin-bottom: 10px; }
      .reservar-cita .citas .column .sinhora {
        display: none; }
    .reservar-cita .citas .anterior {
      background: #ffffff url("/img/common/arrow-left.png") no-repeat left top;
      position: absolute;
      width: 60px;
      height: 80px;
      top: 135px;
      left: 20px;
      text-indent: -10000px;
      cursor: pointer; }
      @media (max-width: 480px) {
        .reservar-cita .citas .anterior {
          background-size: 50%;
          top: 250px;
          left: 5px;
          width: 30px;
          height: 40px; } }
    .reservar-cita .citas .siguiente {
      background: #ffffff url("/img/common/arrow-right.png") no-repeat left top;
      position: absolute;
      width: 60px;
      height: 80px;
      top: 135px;
      right: 20px;
      text-indent: -10000px;
      cursor: pointer; }
      @media (max-width: 480px) {
        .reservar-cita .citas .siguiente {
          background-size: 50%;
          top: 250px;
          right: 5px;
          width: 30px;
          height: 40px; } }
    .reservar-cita .citas .button-elegir {
      background: #ffffff;
      position: absolute;
      font-size: 1.6em;
      color: #121B1E;
      border: 1px solid #121B1E;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      padding: 10px;
      top: 15px;
      right: 15px; }
      @media (max-width: 480px) {
        .reservar-cita .citas .button-elegir {
          position: relative; } }
    .reservar-cita .citas .pre-seleccion p.titulo {
      font-size: 2em;
      font-weight: 400;
      color: #121B1E;
      line-height: 1.29em; }
      @media (max-width: 480px) {
        .reservar-cita .citas .pre-seleccion p.titulo {
          font-size: 1.8em;
          text-align: left; } }
    .reservar-cita .citas .pre-seleccion .fecha {
      background: #121B1E;
      width: 20%;
      font-size: 1.6em;
      font-weight: 700;
      color: #ffffff;
      padding: 8px 0;
      margin: 20px auto 0 auto; }
      @media (max-width: 480px) {
        .reservar-cita .citas .pre-seleccion .fecha {
          width: 80%; } }
    .reservar-cita .citas .pre-seleccion .hora {
      background: #f0f0f0;
      font-size: 1.6em;
      padding: 8px 0;
      margin: 10px auto;
      width: 20%;
      cursor: pointer; }
      @media (max-width: 480px) {
        .reservar-cita .citas .pre-seleccion .hora {
          width: 80%; } }
    .reservar-cita .citas .pre-seleccion .medico {
      display: inline-block;
      text-align: center;
      margin-right: 30px; }
      @media (max-width: 480px) {
        .reservar-cita .citas .pre-seleccion .medico {
          display: block;
          margin-bottom: 20px;
          margin-right: 0px; } }
      .reservar-cita .citas .pre-seleccion .medico img {
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%; }
        @media (max-width: 480px) {
          .reservar-cita .citas .pre-seleccion .medico img {
            width: 80px;
            height: 80px; } }
      .reservar-cita .citas .pre-seleccion .medico a {
        font-size: 1.8em; }
  .reservar-cita .modal-body {
    text-align: left; }
    .reservar-cita .modal-body p {
      font-size: 1.8em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 20px; }

.consultas-disponibles .bloque {
  background: #fbf7f4;
  width: 100%;
  float: left;
  border: 1px solid #e1e1e1;
  margin-right: 30px;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    .consultas-disponibles .bloque {
      width: 100%;
      float: none;
      margin-bottom: 30px; } }
  .consultas-disponibles .bloque img {
    width: 120px;
    height: 70px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .consultas-disponibles .bloque img {
        width: 100%;
        height: inherit;
        float: none;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px; } }
  .consultas-disponibles .bloque h2 {
    font-size: 2em;
    font-weight: 700;
    color: #121B1E;
    float: left;
    padding-top: 40px; }
    @media (max-width: 480px) {
      .consultas-disponibles .bloque h2 {
        float: none;
        padding-top: 0px;
        margin-top: 10px;
        margin-left: 20px; } }
  .consultas-disponibles .bloque .textos {
    padding: 20px; }
    .consultas-disponibles .bloque .textos h3 {
      background: #e6f0f5;
      position: relative;
      font-size: 1.6em;
      font-weight: 700;
      color: #121B1E;
      border: 1px solid #dddddd;
      padding: 10px;
      margin-bottom: 15px; }
    .consultas-disponibles .bloque .textos p {
      font-size: 1.6em;
      margin-bottom: 10px; }
    .consultas-disponibles .bloque .textos p.cancelado {
      color: #ff0000; }
    .consultas-disponibles .bloque .textos .sesion {
      display: inline-block;
      width: 90%; }
    .consultas-disponibles .bloque .textos .caret {
      background: url("/img/common/ico-caret-down.png") no-repeat left top;
      background-size: 60%;
      width: 25px;
      height: 16px;
      position: absolute;
      top: 10px;
      right: 5px; }

.mentoria-textos-info {
  padding: 40px 120px; }
  @media (min-width: 481px) and (max-width: 768px) {
    .mentoria-textos-info {
      padding: 40px; } }
  @media (max-width: 480px) {
    .mentoria-textos-info {
      padding: 30px 15px; } }
  .mentoria-textos-info h2 {
    font-size: 3em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 480px) {
      .mentoria-textos-info h2 {
        font-size: 2.3em; } }
  .mentoria-textos-info p {
    font-size: 1.7em;
    line-height: 1.4em;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .mentoria-textos-info p {
        font-size: 1.6em; } }
  .mentoria-textos-info p.nota {
    font-size: 14px;
    font-style: italic;
    color: #999999;
    text-align: center; }
  .mentoria-textos-info .textos-img {
    width: 60%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .mentoria-textos-info .textos-img {
        width: 80%; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .mentoria-textos-info .textos-img {
        width: 100%; } }
    @media (max-width: 480px) {
      .mentoria-textos-info .textos-img {
        width: 100%; } }
    @media (max-width: 480px) {
      .mentoria-textos-info .textos-img .img-habitos-desktop {
        display: none; } }
    .mentoria-textos-info .textos-img .img-habitos-mobile {
      display: none; }
      @media (max-width: 480px) {
        .mentoria-textos-info .textos-img .img-habitos-mobile {
          display: block; } }
  .mentoria-textos-info .wrapper {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .mentoria-textos-info .wrapper {
        display: block;
        width: 60%;
        margin: 0 auto; } }
    @media (max-width: 480px) {
      .mentoria-textos-info .wrapper {
        display: block;
        width: 90%;
        margin: 0 auto; } }
    .mentoria-textos-info .wrapper .bloque1 {
      width: 32%;
      background: #e6f0f5 url("/icons/ico-sesion-analisis.png") no-repeat center 10px;
      background-size: 10%;
      cursor: pointer;
      padding: 100px 20px 20px 20px;
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .mentoria-textos-info .wrapper .bloque1 {
          width: 100%; } }
      @media (max-width: 480px) {
        .mentoria-textos-info .wrapper .bloque1 {
          width: 100%;
          background-size: 15%;
          padding: 80px 20px 20px 20px; } }
    .mentoria-textos-info .wrapper .bloque2 {
      width: 32%;
      background: #d1dfea url("/icons/ico-evaluacion.png") no-repeat center 10px;
      background-size: 9%;
      cursor: pointer;
      padding: 100px 20px 20px;
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .mentoria-textos-info .wrapper .bloque2 {
          width: 100%;
          margin-right: 0px; } }
      @media (max-width: 480px) {
        .mentoria-textos-info .wrapper .bloque2 {
          width: 100%;
          background-size: 14%;
          padding-top: 80px 20px 20px 20px; } }
    .mentoria-textos-info .wrapper .bloque-ventajas {
      width: 32%;
      background: #edf3f5 url("/icons/ico-ventajas-adicionales.png") no-repeat center 10px;
      background-size: 12%;
      cursor: pointer;
      padding: 100px 20px 20px;
      margin-bottom: 20px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .mentoria-textos-info .wrapper .bloque-ventajas {
          width: 100%;
          margin-bottom: 0px; } }
      @media (max-width: 480px) {
        .mentoria-textos-info .wrapper .bloque-ventajas {
          width: 100%;
          background-size: 19%;
          padding-top: 70px 20px 20px 20px;
          margin-bottom: 0px; } }
    .mentoria-textos-info .wrapper h3 {
      font-size: 2em;
      font-weight: 700;
      text-align: center;
      margin-bottom: 10px; }

.mentoria-suscripcion {
  background: #fbf7f4;
  padding: 30px 0 50px 0; }
  @media (max-width: 480px) {
    .mentoria-suscripcion {
      padding: 30px; } }
  .mentoria-suscripcion h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .mentoria-suscripcion h2 {
        font-size: 2.5em;
        margin-bottom: 15px; } }
  .mentoria-suscripcion p {
    font-size: 1.6em;
    text-align: center; }
  .mentoria-suscripcion .wrapper {
    width: 80%;
    display: flex;
    margin: 0 auto; }
    @media (min-width: 481px) and (max-width: 768px) {
      .mentoria-suscripcion .wrapper {
        display: block;
        width: 60%; } }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .mentoria-suscripcion .wrapper {
        width: 80%; } }
    @media (max-width: 480px) {
      .mentoria-suscripcion .wrapper {
        width: 100%;
        display: block; } }
  .mentoria-suscripcion .tipo {
    position: relative;
    width: 40%;
    background: #ffffff;
    padding: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 10px 2px #dddddd;
    box-shadow: 5px 5px 10px 2px #dddddd; }
    @media (min-width: 481px) and (max-width: 768px) {
      .mentoria-suscripcion .tipo {
        width: 100%; } }
    @media (max-width: 480px) {
      .mentoria-suscripcion .tipo {
        width: 85%;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .mentoria-suscripcion .tipo h3 {
      font-size: 2.3em;
      font-weight: 700;
      color: #121B1E;
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .mentoria-suscripcion .tipo h3 {
          font-size: 2em; } }
      .mentoria-suscripcion .tipo h3 .descuento {
        width: 200px;
        display: block;
        background: #ff0000;
        margin: 0 auto;
        font-size: 16px;
        color: #ffffff;
        padding: 5px;
        margin-top: 5px; }
    .mentoria-suscripcion .tipo img {
      width: 80px;
      height: 80px; }
    .mentoria-suscripcion .tipo .precio {
      font-size: 2em;
      font-weight: 400;
      color: #121B1E;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .mentoria-suscripcion .tipo .precio {
          font-size: 1.8em; } }
      .mentoria-suscripcion .tipo .precio .textpeq {
        font-size: 12px; }
    .mentoria-suscripcion .tipo .popular {
      position: absolute;
      width: 100px;
      font-size: 1.5em;
      font-weight: 700;
      margin: 0 auto;
      right: 0px;
      top: 5px;
      padding: 0; }

.calculadora-vida-saludable {
  background: #fbf7f4 url("/img/common/bg-calculadora.jpg") no-repeat right top;
  margin-top: -153px;
  position: relative;
  min-height: 800px;
  padding-bottom: 40px; }
  @media (max-width: 480px) {
    .calculadora-vida-saludable {
      background-image: none;
      /*background-size:80%;
      background-position: right 450px;*/ } }
  .calculadora-vida-saludable .textos-contenido {
    width: 70%;
    padding-top: 180px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .calculadora-vida-saludable .textos-contenido {
        width: 60%; } }
    @media (max-width: 480px) {
      .calculadora-vida-saludable .textos-contenido {
        width: 98%; } }
  .calculadora-vida-saludable p.intro {
    background: #fbf7f4; }
  .calculadora-vida-saludable .box-calculadora {
    background: #fbf7f4;
    padding: 30px; }
    @media (max-width: 480px) {
      .calculadora-vida-saludable .box-calculadora {
        padding: 15px; } }
    .calculadora-vida-saludable .box-calculadora label {
      margin-bottom: 20px;
      /*border-bottom:1px solid #dddddd;
      padding-bottom:15px;*/
      line-height: 1.29em; }
    .calculadora-vida-saludable .box-calculadora input[type="checkbox"] {
      float: left;
      margin-top: 2px;
      margin-right: 10px; }
    .calculadora-vida-saludable .box-calculadora input[type="radio"] {
      float: left;
      margin-right: 10px; }
    .calculadora-vida-saludable .box-calculadora span {
      width: 90%;
      float: left; }
      @media (max-width: 480px) {
        .calculadora-vida-saludable .box-calculadora span {
          width: 88%; } }
    .calculadora-vida-saludable .box-calculadora p.texto {
      font-size: 1.7em;
      margin-bottom: 15px; }
  .calculadora-vida-saludable .pregunta {
    font-size: 1.8em;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px; }
    @media (max-width: 480px) {
      .calculadora-vida-saludable .pregunta {
        font-size: 1.7em; } }
    .calculadora-vida-saludable .pregunta a {
      color: #121B1E;
      text-decoration: underline; }

.resultado-calculadora .column {
  width: 25%;
  float: left;
  text-align: center; }
  @media (max-width: 480px) {
    .resultado-calculadora .column {
      width: 100%;
      margin-bottom: 30px; } }
  .resultado-calculadora .column h2 {
    font-size: 1.6em;
    font-weight: 700;
    color: #121B1E; }
.resultado-calculadora p {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 15px; }
.resultado-calculadora .referencias {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 30px; }
  .resultado-calculadora .referencias p {
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 15px; }

#verImc {
  display: none;
  position: fixed;
  margin: auto;
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 300px;
  z-index: 10;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5); }
  @media (max-width: 480px) {
    #verImc {
      width: 80%;
      top: 15%; } }
  #verImc .texto {
    font-size: 18px; }
  #verImc #resultado {
    display: inline-table;
    margin-left: 15px; }

#Imc {
  cursor: pointer;
  text-decoration: underline; }

.cerrar {
  float: right;
  font-size: 2.5em;
  cursor: pointer; }

#imc {
  margin-right: 15px; }

.compra-producto {
  background-color: #ffffff;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    .compra-producto .intro {
      display: none; } }
  .compra-producto .intro-movil {
    display: none; }
    @media (max-width: 480px) {
      .compra-producto .intro-movil {
        display: block; } }
  .compra-producto .claim {
    background: #121B1E;
    padding: 35px 120px;
    margin-top: -2px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .claim {
        padding: 30px 120px 30px 120px; } }
    @media (max-width: 480px) {
      .compra-producto .claim {
        padding: 10px 20px 10px 20px; } }
    .compra-producto .claim p.titular {
      font-size: 3em;
      font-weight: 700;
      color: #ffffff;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .claim p.titular {
          font-size: 2.3em; } }
    .compra-producto .claim p.texto {
      font-size: 2em;
      color: #ffffff;
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 480px) {
        .compra-producto .claim p.texto {
          font-size: 1.6em;
          line-height: 1.29em; } }
  .compra-producto .claim-inskin {
    background: #121B1E;
    padding: 30px 120px;
    margin-top: -2px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .claim-inskin {
        padding: 30px 120px 30px 120px; } }
    @media (max-width: 480px) {
      .compra-producto .claim-inskin {
        padding: 10px 20px 10px 20px; } }
    .compra-producto .claim-inskin p.titular {
      font-size: 3em;
      font-weight: 700;
      color: #ffffff;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .claim-inskin p.titular {
          font-size: 2.3em; } }
    .compra-producto .claim-inskin p.texto {
      font-size: 2em;
      color: #ffffff;
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 480px) {
        .compra-producto .claim-inskin p.texto {
          font-size: 1.6em;
          line-height: 1.29em; } }
  .compra-producto .compra {
    padding: 30px 120px 70px 120px;
    border-top: 1px solid #e1e1e1; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .compra {
        padding: 30px 50px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .compra {
        padding: 30px 50px; } }
    @media (max-width: 480px) {
      .compra-producto .compra {
        padding: 0px 15px 30px 15px; } }
    .compra-producto .compra .column1 {
      width: 40%;
      float: left;
      margin-right: 50px;
      text-align: right; }
      @media (max-width: 480px) {
        .compra-producto .compra .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      .compra-producto .compra .column1 img.foto-producto {
        width: 500px;
        height: auto; }
      .compra-producto .compra .column1 #galeria {
        width: 500px; }
      .compra-producto .compra .column1 nav ul {
        width: 70%;
        list-style: none;
        padding-left: 0;
        display: flex;
        float: right;
        margin-top: 10px; }
        @media (min-width: 1025px) and (max-width: 1650px) {
          .compra-producto .compra .column1 nav ul {
            width: 100%; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .compra .column1 nav ul {
            width: 100%; } }
        @media (max-width: 480px) {
          .compra-producto .compra .column1 nav ul {
            width: 100%;
            float: none;
            margin-top: 0px;
            margin-bottom: 30px; } }
      .compra-producto .compra .column1 nav ul li a img {
        width: 80% !important;
        opacity: 70%;
        transition: 0.3s;
        filter: grayscale(50%);
        border: 1px solid #888888;
        margin: 0 5px; }
        .compra-producto .compra .column1 nav ul li a img:active {
          transform: scale(0.8); }
    .compra-producto .compra .column2 {
      width: 49%;
      float: left;
      margin-right: 30px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .compra .column2 {
          margin-right: 0; } }
      @media (max-width: 480px) {
        .compra-producto .compra .column2 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
    .compra-producto .compra h1 {
      font-size: 3.5em;
      font-weight: 700;
      color: #121B1E;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 480px) {
        .compra-producto .compra h1 {
          font-size: 3em; } }
      .compra-producto .compra h1 span {
        background: #ff0000;
        font-size: 10px;
        color: #ffffff;
        padding: 5px;
        text-transform: uppercase;
        vertical-align: top; }
    .compra-producto .compra h2 {
      font-size: 2.7em;
      font-weight: 400;
      color: #17345e;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .compra h2 {
          font-size: 2.5em; } }
    .compra-producto .compra p {
      font-size: 1.6em;
      color: #333333;
      line-height: 1.4em;
      margin-bottom: 15px; }
    .compra-producto .compra p.nota {
      font-size: 14px;
      color: #333333;
      line-height: 1.4em; }
    .compra-producto .compra .box {
      background: #ffffff;
      border: 1px solid #e1e1e1;
      padding: 20px;
      text-align: center; }
      .compra-producto .compra .box h2 {
        width: 350px;
        background: #ffffff;
        font-size: 3em;
        color: #121B1E;
        text-align: center;
        padding: 0px 30px;
        margin: 0px auto 15px auto; }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .compra .box h2 {
            width: 200px;
            font-size: 2.5em;
            padding: 0; } }
        @media (max-width: 480px) {
          .compra-producto .compra .box h2 {
            width: 250px;
            font-size: 2.5em;
            padding: 0px; } }
      .compra-producto .compra .box select {
        padding: 10px; }
      .compra-producto .compra .box label {
        display: block;
        font-size: 1.6em;
        margin-top: 15px;
        text-align: left; }
  .compra-producto .ventajas {
    background: #fbf7f4;
    padding: 60px 120px 0px 120px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .ventajas {
        height: 780px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .ventajas {
        padding: 60px 50px;
        height: 740px; } }
    @media (max-width: 480px) {
      .compra-producto .ventajas {
        padding: 40px 15px; } }
    .compra-producto .ventajas h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .ventajas h2 {
          font-size: 2.3em; } }
    .compra-producto .ventajas h3 {
      font-size: 2.3em;
      color: #121B1E;
      margin-bottom: 40px;
      text-align: center; }
    .compra-producto .ventajas p {
      font-size: 1.6em;
      line-height: 1.4em; }
    .compra-producto .ventajas .column1 {
      width: 40%;
      float: left;
      position: relative; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas .column1 {
          width: 35%; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas .column1 {
          width: 100%;
          float: none; } }
      .compra-producto .ventajas .column1 .ico-ventaja {
        position: absolute;
        font-size: 1.8em;
        font-weight: 700;
        color: #121B1E;
        text-align: center; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column1 .ico-ventaja {
            position: relative; } }
      .compra-producto .ventajas .column1 .ico-ventaja1 {
        top: 0px;
        right: 30px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column1 .ico-ventaja1 {
            top: 0px;
            right: 0px;
            margin-bottom: 20px; } }
      .compra-producto .ventajas .column1 .ico-ventaja2 {
        top: 150px;
        right: 50px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column1 .ico-ventaja2 {
            top: 0px;
            right: 0px;
            margin-bottom: 20px; } }
      .compra-producto .ventajas .column1 .ico-ventaja3 {
        top: 320px;
        right: 50px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column1 .ico-ventaja3 {
            top: 0px;
            right: 0px; } }
      .compra-producto .ventajas .column1 .ico-ventaja4 {
        top: 410px;
        right: 30px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column1 .ico-ventaja4 {
            top: 0px;
            right: 0px; } }
    .compra-producto .ventajas .column2 {
      width: 20%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas .column2 {
          width: 30%;
          margin-bottom: 200px; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas .column2 {
          display: none;
          width: 100%;
          float: none;
          margin-bottom: 25px; } }
      .compra-producto .ventajas .column2 img {
        margin-top: 50px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column2 img {
            margin-top: 20px; } }
    .compra-producto .ventajas .column3 {
      width: 40%;
      float: left;
      position: relative; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas .column3 {
          width: 30%; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas .column3 {
          width: 100%;
          float: none; } }
      .compra-producto .ventajas .column3 .ico-ventaja {
        position: absolute;
        font-size: 1.8em;
        font-weight: 700;
        color: #121B1E;
        text-align: center; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column3 .ico-ventaja {
            position: relative; } }
        .compra-producto .ventajas .column3 .ico-ventaja ul {
          text-align: left;
          padding-left: 10px;
          margin-top: 15px; }
          .compra-producto .ventajas .column3 .ico-ventaja ul li {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 10px;
            line-height: 1.4em; }
      .compra-producto .ventajas .column3 .ico-ventaja1 {
        top: 0px;
        left: 30px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column3 .ico-ventaja1 {
            top: 0px;
            left: 0px; } }
      .compra-producto .ventajas .column3 .ico-ventaja2 {
        top: 170px;
        left: 50px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column3 .ico-ventaja2 {
            top: 0px;
            left: 0px;
            margin-bottom: 10px; } }
      .compra-producto .ventajas .column3 .ico-ventaja3 {
        top: 320px;
        left: 50px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column3 .ico-ventaja3 {
            top: 0px;
            left: 0px; } }
      .compra-producto .ventajas .column3 .ico-ventaja4 {
        top: 400px;
        left: 30px; }
        @media (max-width: 480px) {
          .compra-producto .ventajas .column3 .ico-ventaja4 {
            top: 0px;
            left: 0px; } }
  .compra-producto .ventajas-sleepon {
    background: #fbf7f4;
    padding: 40px 120px 30px 120px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .ventajas-sleepon {
        padding: 40px 60px; } }
    @media (max-width: 480px) {
      .compra-producto .ventajas-sleepon {
        padding: 40px 15px; } }
    .compra-producto .ventajas-sleepon h2 {
      font-size: 2em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .ventajas-sleepon h2 {
          font-size: 1.8em; } }
    .compra-producto .ventajas-sleepon p {
      font-size: 1.6em;
      line-height: 1.4em;
      margin-bottom: 15px; }
    .compra-producto .ventajas-sleepon ul {
      list-style: disc;
      padding-left: 30px; }
      .compra-producto .ventajas-sleepon ul li {
        font-size: 1.6em;
        margin: 10px 0; }
    .compra-producto .ventajas-sleepon .column1 {
      width: 50%;
      float: left;
      position: relative;
      margin: 0 15px 30px 15px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas-sleepon .column1 {
          width: 50%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .ventajas-sleepon .column1 {
          width: 45%; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas-sleepon .column1 {
          width: 100%;
          float: none;
          margin: 0 0 30px 0; } }
      .compra-producto .ventajas-sleepon .column1 img {
        margin-top: 15px;
        margin-left: 50px; }
    .compra-producto .ventajas-sleepon .column2 {
      width: 40%;
      float: left;
      margin: 0 15px 30px 15px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas-sleepon .column2 {
          width: 40%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .ventajas-sleepon .column2 {
          width: 45%; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas-sleepon .column2 {
          width: 100%;
          float: none;
          margin: 0 0 30px 0; } }
      .compra-producto .ventajas-sleepon .column2 img {
        margin-top: 15px;
        margin-left: 50px; }
  .compra-producto .ventajas-inskin {
    background: #fbf7f4;
    padding: 0; }
    @media (max-width: 480px) {
      .compra-producto .ventajas-inskin {
        padding: 0px; } }
    .compra-producto .ventajas-inskin h2 {
      font-size: 2em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .ventajas-inskin h2 {
          font-size: 1.8em; } }
    .compra-producto .ventajas-inskin p {
      font-size: 1.8em;
      line-height: 1.5em;
      margin-bottom: 15px; }
    .compra-producto .ventajas-inskin ul {
      list-style: disc;
      padding-left: 30px; }
      .compra-producto .ventajas-inskin ul li {
        font-size: 1.6em;
        margin: 10px 0; }
    .compra-producto .ventajas-inskin .wrapper {
      display: flex; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .ventajas-inskin .wrapper {
          display: block; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas-inskin .wrapper {
          width: 100%;
          display: block; } }
      .compra-producto .ventajas-inskin .wrapper .column1 {
        width: 40%;
        background: #fbf7f4; }
        @media (min-width: 1025px) and (max-width: 1650px) {
          .compra-producto .ventajas-inskin .wrapper .column1 {
            background: #fbf7f4; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .ventajas-inskin .wrapper .column1 {
            width: 100%; } }
        @media (max-width: 480px) {
          .compra-producto .ventajas-inskin .wrapper .column1 {
            width: 100%; } }
        .compra-producto .ventajas-inskin .wrapper .column1 img {
          margin-top: 30px; }
      .compra-producto .ventajas-inskin .wrapper .column2 {
        width: 60%; }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .ventajas-inskin .wrapper .column2 {
            width: 100%; } }
        @media (max-width: 480px) {
          .compra-producto .ventajas-inskin .wrapper .column2 {
            width: 94%; } }
    .compra-producto .ventajas-inskin .padding {
      padding: 80px 40px 0 40px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .ventajas-inskin .padding {
          padding: 30px 20px 0 20px; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas-inskin .padding {
          padding: 30px 15px 0 15px; } }
  .compra-producto .ventajas-brainplus {
    background: #fbf7f4;
    padding: 60px 100px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .ventajas-brainplus {
        padding: 60px; } }
    @media (max-width: 480px) {
      .compra-producto .ventajas-brainplus {
        padding: 40px 15px; } }
    .compra-producto .ventajas-brainplus p {
      font-size: 1.6em; }
    .compra-producto .ventajas-brainplus .wrapper {
      display: flex;
      width: 100%;
      margin: 20px auto 0 auto; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .ventajas-brainplus .wrapper {
          display: block; } }
      @media (max-width: 480px) {
        .compra-producto .ventajas-brainplus .wrapper {
          display: block; } }
      .compra-producto .ventajas-brainplus .wrapper .bloque {
        width: 50%;
        text-align: center;
        margin: 0 30px; }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .ventajas-brainplus .wrapper .bloque {
            margin: 0 auto 20px auto; } }
        @media (max-width: 480px) {
          .compra-producto .ventajas-brainplus .wrapper .bloque {
            width: 100%;
            margin: 0 0 25px 0; } }
        .compra-producto .ventajas-brainplus .wrapper .bloque h3 {
          font-size: 1.8em;
          font-weight: 700;
          margin-bottom: 10px; }
        .compra-producto .ventajas-brainplus .wrapper .bloque span {
          display: inline-block;
          background: #d4644d;
          width: 120px;
          height: 100px;
          margin-bottom: 15px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          padding-top: 10px; }
          @media (max-width: 480px) {
            .compra-producto .ventajas-brainplus .wrapper .bloque span {
              width: 110px;
              height: 90px; } }
          .compra-producto .ventajas-brainplus .wrapper .bloque span img {
            width: 80px;
            height: 80px; }
            @media (max-width: 480px) {
              .compra-producto .ventajas-brainplus .wrapper .bloque span img {
                width: 70px;
                height: 70px; } }
  .compra-producto .compuestos-brainplus {
    background: #e2d9d2;
    padding: 30px 50px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .compuestos-brainplus {
        padding: 40px 60px; } }
    @media (max-width: 480px) {
      .compra-producto .compuestos-brainplus {
        padding: 30px 15px; } }
    .compra-producto .compuestos-brainplus h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .compuestos-brainplus h2 {
          font-size: 2.3em; } }
    .compra-producto .compuestos-brainplus .wrapper {
      display: flex; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .compuestos-brainplus .wrapper {
          display: block; } }
      @media (max-width: 480px) {
        .compra-producto .compuestos-brainplus .wrapper {
          display: block; } }
      .compra-producto .compuestos-brainplus .wrapper .column-grafico {
        width: 40%;
        margin-right: 80px; }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .compuestos-brainplus .wrapper .column-grafico {
            width: 100%; } }
        @media (max-width: 480px) {
          .compra-producto .compuestos-brainplus .wrapper .column-grafico {
            width: 100%;
            margin-right: 0; } }
      .compra-producto .compuestos-brainplus .wrapper .column-textos {
        width: 50%; }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .compuestos-brainplus .wrapper .column-textos {
            width: 100%; } }
        @media (max-width: 480px) {
          .compra-producto .compuestos-brainplus .wrapper .column-textos {
            width: 100%; } }
        .compra-producto .compuestos-brainplus .wrapper .column-textos span.textpeq {
          position: relative;
          vertical-align: top;
          font-size: 0.7em;
          font-weight: 400; }
      .compra-producto .compuestos-brainplus .wrapper p {
        font-size: 1.6em; }
        @media (max-width: 480px) {
          .compra-producto .compuestos-brainplus .wrapper p {
            margin-top: 20px; } }
      .compra-producto .compuestos-brainplus .wrapper .funciona2 {
        background: #e2d9d2;
        padding: 0; }
  .compra-producto .ebook-gift {
    background: url("/img/products/calmmind/ebook-depresion.jpg") #9ccd7e no-repeat left; }
    .compra-producto .ebook-gift .text {
      padding: 50px 120px 100px 600px;
      font-size: 1.6em; }
    .compra-producto .ebook-gift .text h2 {
      font-size: 3.5em;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .compra-producto .ebook-gift .text h2 {
          font-size: 2.5em; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .ebook-gift {
        background: url("/img/products/calmmind/ebook-depresion-mobile.jpg") #9ccd7e no-repeat left top;
        background-size: 100%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .ebook-gift {
        padding: 30px; } }
    @media (max-width: 480px) {
      .compra-producto .ebook-gift {
        background: url("/img/products/calmmind/ebook-depresion-mobile.jpg") #9ccd7e no-repeat left top; }
        .compra-producto .ebook-gift .text {
          padding: 15px 20px 10px 220px;
          font-size: 1em; }
        .compra-producto .ebook-gift .text h2 {
          font-size: 1.3em; } }
  .compra-producto .eficacia {
    background: url("/img/common/bg-producto-eficacia2.jpg") no-repeat center -150px;
    padding: 80px 120px 100px 120px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .eficacia {
        background: url("/img/common/bg-producto-eficacia-mobile.jpg") no-repeat center top;
        padding: 30px;
        background-size: 100%; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .eficacia {
        padding: 30px; } }
    @media (max-width: 480px) {
      .compra-producto .eficacia {
        background: url("/img/common/bg-producto-eficacia-mobile.jpg") no-repeat center top;
        padding: 30px 0 30px 0; } }
    .compra-producto .eficacia h2 {
      font-size: 3em;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .eficacia h2 {
          font-size: 2.3em; } }
      .compra-producto .eficacia h2 span {
        font-size: 50px; }
    .compra-producto .eficacia .column {
      width: 56%;
      float: right;
      position: relative; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .eficacia .column {
          width: 95%;
          float: none;
          padding: 0 15px; } }
      @media (max-width: 480px) {
        .compra-producto .eficacia .column {
          width: 95%;
          float: none;
          padding: 0 15px; } }
      .compra-producto .eficacia .column p {
        font-size: 1.6em;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 1.4em; }
        .compra-producto .eficacia .column p span {
          font-size: 40px;
          font-weight: 700;
          color: #121B1E; }
      .compra-producto .eficacia .column p.x2 {
        margin-left: 80px; }
        @media (min-width: 769px) and (max-width: 1024px) {
          .compra-producto .eficacia .column p.x2 {
            margin-left: 0; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .eficacia .column p.x2 {
            margin-left: 0px; } }
        @media (max-width: 480px) {
          .compra-producto .eficacia .column p.x2 {
            margin-left: 0px; } }
      .compra-producto .eficacia .column p.x3 {
        margin-left: 170px; }
        @media (min-width: 769px) and (max-width: 1024px) {
          .compra-producto .eficacia .column p.x3 {
            margin-left: 0; } }
        @media (min-width: 481px) and (max-width: 768px) {
          .compra-producto .eficacia .column p.x3 {
            margin-left: 0px; } }
        @media (max-width: 480px) {
          .compra-producto .eficacia .column p.x3 {
            margin-left: 0px; } }
    .compra-producto .eficacia .img-movil {
      display: none; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .eficacia .img-movil {
          display: block;
          max-width: 60%;
          margin: 0 auto; } }
      @media (max-width: 480px) {
        .compra-producto .eficacia .img-movil {
          display: inline-block; } }
  .compra-producto .retrasar-envejecimiento {
    padding: 100px 120px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .retrasar-envejecimiento {
        padding: 80px 120px; } }
    @media (max-width: 480px) {
      .compra-producto .retrasar-envejecimiento {
        padding: 40px 15px; } }
    @media (max-width: 480px) {
      .compra-producto .retrasar-envejecimiento .column1 {
        width: 100%;
        float: none;
        margin-right: 0px; } }
    .compra-producto .retrasar-envejecimiento .column2 {
      width: 45%;
      float: right; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .retrasar-envejecimiento .column2 {
          width: 42%; } }
      @media (max-width: 480px) {
        .compra-producto .retrasar-envejecimiento .column2 {
          width: 100%;
          float: none; } }
    .compra-producto .retrasar-envejecimiento h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 25px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .retrasar-envejecimiento h2 {
          margin-top: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .retrasar-envejecimiento h2 {
          font-size: 2.3em;
          margin-top: 0px; } }
    .compra-producto .retrasar-envejecimiento p {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 20px; }
  .compra-producto .grafico {
    background: #ffffff;
    padding: 40px 120px 20px 120px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .grafico {
        padding: 40px 50px; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .grafico {
        padding: 40px 50px; } }
    @media (max-width: 480px) {
      .compra-producto .grafico {
        padding: 40px 15px; } }
    .compra-producto .grafico .column1 {
      width: 45%;
      float: left;
      margin-right: 40px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .grafico .column1 {
          width: 50%;
          margin-right: 0px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .compra-producto .grafico .column1 {
          width: 50%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .grafico .column1 {
          width: 100%;
          float: none; } }
      @media (max-width: 480px) {
        .compra-producto .grafico .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
    .compra-producto .grafico .column2 {
      width: 42%;
      padding: 50px 80px;
      float: left; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .compra-producto .grafico .column2 {
          padding: 0; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .grafico .column2 {
          width: 100%;
          float: none;
          padding: 40px 50px 40px 30px; } }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .grafico .column2 {
          width: 42%;
          padding: 0 0 0 80px; } }
      @media (max-width: 480px) {
        .compra-producto .grafico .column2 {
          width: 95%;
          padding: 20px 10px 10px 10px;
          float: none; } }
    .compra-producto .grafico h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .grafico h2 {
          font-size: 2.3em; } }
    .compra-producto .grafico p {
      font-size: 1.7em;
      line-height: 1.5em;
      margin-bottom: 20px; }
      .compra-producto .grafico p span.item {
        display: inline-block;
        background: #121B1E;
        width: 25px;
        height: 23px;
        font-size: 1em;
        color: #ffffff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        padding: 5px 20px 27px 10px;
        float: left;
        margin-right: 12px; }
        @media (max-width: 480px) {
          .compra-producto .grafico p span.item {
            width: 14px;
            height: 20px;
            font-size: 0.9em;
            padding: 0px 15px 15px 6px;
            margin-right: 10px; } }
  .compra-producto .grafico-inskin {
    background: #ffffff;
    padding: 60px 120px 40px 120px;
    text-align: center; }
    @media (max-width: 480px) {
      .compra-producto .grafico-inskin {
        padding: 40px 15px; } }
    .compra-producto .grafico-inskin h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .grafico-inskin h2 {
          font-size: 2.5em;
          margin-bottom: 20px; } }
    .compra-producto .grafico-inskin .bloque {
      background: #ffffff;
      padding: 20px;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    .compra-producto .grafico-inskin h3 {
      font-size: 2em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 10px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .grafico-inskin h3 {
          font-size: 2em; } }
    @media (max-width: 480px) {
      .compra-producto .grafico-inskin img.icono {
        width: 80%;
        height: 70%; } }
    .compra-producto .grafico-inskin p {
      font-size: 1.8em;
      line-height: 1.5em; }
  .compra-producto .funciona {
    padding: 60px 140px; }
    @media (max-width: 480px) {
      .compra-producto .funciona {
        padding: 40px 15px; } }
    .compra-producto .funciona .column1 {
      width: 100%;
      cursor: pointer;
      float: left;
      margin-right: 40px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona .column1 {
          width: 50%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      .compra-producto .funciona .column1 ul {
        padding-left: 30px; }
        .compra-producto .funciona .column1 ul li {
          list-style: disc;
          font-size: 1.6em;
          margin: 10px 0; }
    .compra-producto .funciona .column2 {
      width: 38%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona .column2 {
          width: 46%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona .column2 {
          width: 100%;
          float: none; } }
    .compra-producto .funciona h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 35px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona h2 {
          margin-left: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .funciona h2 {
          font-size: 2.3em; } }
    .compra-producto .funciona h3 {
      font-size: 2em;
      font-weight: 700;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 20px;
      text-transform: uppercase;
      margin: 30px 0 15px 0; }
      @media (max-width: 480px) {
        .compra-producto .funciona h3 {
          font-size: 1.6em;
          padding: 15px 0; } }
      .compra-producto .funciona h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 5px;
        right: 0; }
        @media (max-width: 480px) {
          .compra-producto .funciona h3 span {
            font-size: 2em; } }
    .compra-producto .funciona p {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 20px; }
    .compra-producto .funciona ul.bibliografia li {
      font-size: 1.2em;
      line-height: 1.29em;
      margin: 10px; }
  .compra-producto .funciona2 {
    background: #fbf7f4;
    padding: 60px 140px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .funciona2 {
        padding: 60px; } }
    @media (max-width: 480px) {
      .compra-producto .funciona2 {
        padding: 40px 15px; } }
    .compra-producto .funciona2 p.titular {
      font-size: 2em;
      font-weight: 700; }
    .compra-producto .funciona2 .column1 {
      width: 100%;
      float: left;
      margin-right: 40px;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona2 .column1 {
          width: 50%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona2 .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      .compra-producto .funciona2 .column1 ul {
        padding-left: 30px; }
        .compra-producto .funciona2 .column1 ul li {
          list-style: disc;
          font-size: 1.6em;
          margin: 10px 0; }
    .compra-producto .funciona2 .column2 {
      width: 38%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona2 .column2 {
          width: 46%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona2 .column2 {
          width: 100%;
          float: none; } }
    .compra-producto .funciona2 h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 35px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona2 h2 {
          margin-left: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .funciona2 h2 {
          font-size: 2.3em; } }
    .compra-producto .funciona2 h3 {
      font-size: 1.7em;
      font-weight: 700;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 20px;
      text-transform: uppercase;
      margin: 20px 0 15px 0; }
      @media (max-width: 480px) {
        .compra-producto .funciona2 h3 {
          font-size: 1.6em;
          padding: 15px 0; } }
      .compra-producto .funciona2 h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 5px;
        right: 0; }
        @media (max-width: 480px) {
          .compra-producto .funciona2 h3 span {
            font-size: 2em; } }
    .compra-producto .funciona2 p {
      font-size: 1.6em;
      line-height: 1.5em; }
    .compra-producto .funciona2 ul.bibliografia li {
      font-size: 1.2em;
      line-height: 1.29em;
      margin: 10px; }
  .compra-producto .funciona-inskin {
    background: #fbf7f4;
    padding: 60px 140px; }
    @media (max-width: 480px) {
      .compra-producto .funciona-inskin {
        padding: 40px 15px; } }
    .compra-producto .funciona-inskin p.titular {
      font-size: 2em;
      font-weight: 700; }
    .compra-producto .funciona-inskin .column1 {
      width: 100%;
      float: left;
      margin-right: 40px;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona-inskin .column1 {
          width: 50%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona-inskin .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      .compra-producto .funciona-inskin .column1 ul {
        padding-left: 30px; }
        .compra-producto .funciona-inskin .column1 ul li {
          list-style: disc;
          font-size: 1.6em;
          margin: 10px 0; }
    .compra-producto .funciona-inskin .column2 {
      width: 38%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona-inskin .column2 {
          width: 46%; } }
      @media (max-width: 480px) {
        .compra-producto .funciona-inskin .column2 {
          width: 100%;
          float: none; } }
    .compra-producto .funciona-inskin h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 35px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .funciona-inskin h2 {
          margin-left: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .funciona-inskin h2 {
          font-size: 2.3em; } }
    .compra-producto .funciona-inskin h3 {
      font-size: 1.7em;
      font-weight: 700;
      color: #121B1E;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 20px;
      text-transform: uppercase;
      margin: 20px 0 15px 0; }
      @media (max-width: 480px) {
        .compra-producto .funciona-inskin h3 {
          font-size: 1.6em;
          padding: 15px 0; } }
      .compra-producto .funciona-inskin h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 5px;
        right: 0; }
        @media (max-width: 480px) {
          .compra-producto .funciona-inskin h3 span {
            font-size: 2em; } }
    .compra-producto .funciona-inskin p {
      font-size: 1.6em;
      line-height: 1.5em; }
    .compra-producto .funciona-inskin ul.bibliografia li {
      font-size: 1.2em;
      line-height: 1.29em;
      margin: 10px; }
  .compra-producto .modulo-separador {
    position: relative;
    background: #eaecea url("/img/common/bg-modulo-separador.jpg") no-repeat left top;
    height: 260px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .modulo-separador {
        background: #eaecea url("/img/common/bg-modulo-separador.jpg") no-repeat -120px top; } }
    @media (max-width: 480px) {
      .compra-producto .modulo-separador {
        background: #e7e7e7 url("/img/common/bg-modulo-separador-mobile.jpg") no-repeat center bottom;
        height: 420px; } }
    .compra-producto .modulo-separador .textos {
      position: absolute;
      width: 55%;
      top: 85px;
      right: 30px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .modulo-separador .textos {
          width: 45%;
          top: 55px; } }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador .textos {
          width: 90%;
          top: 290px;
          left: 15px; } }
    .compra-producto .modulo-separador h2 {
      font-size: 4em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador h2 {
          font-size: 3.2em;
          color: #ffffff; } }
    .compra-producto .modulo-separador h3 {
      font-size: 3.5em;
      font-weight: 400;
      color: #121B1E; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador h3 {
          font-size: 2.5em;
          color: #ffffff;
          line-height: 1.29em; } }
  .compra-producto .modulo-separador-sleepon {
    position: relative;
    background: #cbcbde url("/img/common/bg-modulo-separador-sleepon.jpg") no-repeat left top;
    height: 260px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .modulo-separador-sleepon {
        background: #cbcbde url("/img/common/bg-modulo-separador-sleepon.jpg") no-repeat -120px top; } }
    @media (max-width: 480px) {
      .compra-producto .modulo-separador-sleepon {
        background: #cbcbde url("/img/common/bg-modulo-separador-sleepon.jpg") no-repeat center bottom;
        height: 380px; } }
    .compra-producto .modulo-separador-sleepon .textos {
      position: absolute;
      width: 55%;
      top: 60px;
      right: 30px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .modulo-separador-sleepon .textos {
          width: 45%;
          top: 55px; } }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-sleepon .textos {
          width: 90%;
          top: 35px;
          left: 15px; } }
    .compra-producto .modulo-separador-sleepon h2 {
      font-size: 4em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-sleepon h2 {
          font-size: 3.2em;
          margin-bottom: 10px; } }
    .compra-producto .modulo-separador-sleepon h3 {
      font-size: 3em;
      font-weight: 400;
      color: #121B1E; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-sleepon h3 {
          font-size: 2.1em;
          line-height: 1.29em; } }
  .compra-producto .modulo-separador-inskin {
    position: relative;
    background: #e8e8e8 url("/img/common/bg-modulo-separador-inskin.jpg") no-repeat left top;
    height: 260px; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .modulo-separador-inskin {
        background: #e8e8e8 url("/img/common/bg-modulo-separador-inskin.jpg") no-repeat -120px top; } }
    @media (max-width: 480px) {
      .compra-producto .modulo-separador-inskin {
        background: #e8e8e8 url("/img/common/bg-modulo-separador-inskin-mobile.jpg") no-repeat center bottom;
        height: 450px; } }
    .compra-producto .modulo-separador-inskin .textos {
      position: absolute;
      width: 55%;
      top: 60px;
      right: 30px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .modulo-separador-inskin .textos {
          width: 45%;
          top: 55px; } }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-inskin .textos {
          width: 90%;
          top: 35px;
          left: 15px; } }
    .compra-producto .modulo-separador-inskin h2 {
      font-size: 4em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-inskin h2 {
          font-size: 3.2em;
          margin-bottom: 10px; } }
    .compra-producto .modulo-separador-inskin h3 {
      font-size: 3em;
      font-weight: 400;
      color: #121B1E; }
      @media (max-width: 480px) {
        .compra-producto .modulo-separador-inskin h3 {
          font-size: 2.1em;
          line-height: 1.29em; } }
  .compra-producto .como-tomar {
    background: #e2d9d2; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .como-tomar {
        padding: 60px 0; } }
    @media (max-width: 480px) {
      .compra-producto .como-tomar {
        padding: 40px 0 0 0; } }
    .compra-producto .como-tomar .column1 {
      width: 48%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar .column1 {
          width: 40%;
          padding: 50px 0 0 40px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .compra-producto .como-tomar .column1 {
          width: 30%; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar .column1 {
          width: 100%;
          float: none; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
    .compra-producto .como-tomar .column2 {
      position: relative;
      width: 42%;
      padding: 100px 80px 0 80px;
      float: right; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar .column2 {
          width: 49%;
          padding: 50px 20px 0 40px; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .compra-producto .como-tomar .column2 {
          width: 59%;
          padding: 100px 40px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar .column2 {
          width: 91%;
          float: none;
          padding: 30px 50px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar .column2 {
          width: 95%;
          padding: 30px 10px;
          float: none; } }
    .compra-producto .como-tomar h2 {
      position: absolute;
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin: 50px 0 15px 0;
      right: 100px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar h2 {
          position: inherit;
          text-align: center;
          margin: 0 0 15px 0; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar h2 {
          position: inherit;
          font-size: 3em;
          text-align: center;
          margin: 0 0 20px 0; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar h2 {
          position: inherit;
          font-size: 2.3em;
          text-align: center;
          margin: 0 0 20px 0; } }
    .compra-producto .como-tomar p {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 20px; }
    .compra-producto .como-tomar .bloque {
      width: 30%;
      float: left;
      margin-right: 30px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .como-tomar .bloque {
          width: 100%;
          float: none;
          margin-right: 0px;
          margin-bottom: 30px; } }
      .compra-producto .como-tomar .bloque h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #121B1E;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .compra-producto .como-tomar .bloque h3 {
            font-size: 1.6em; } }
  .compra-producto .como-tomar-sleepon {
    background: #e2d9d2; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .como-tomar-sleepon {
        padding: 60px 0; } }
    @media (max-width: 480px) {
      .compra-producto .como-tomar-sleepon {
        padding: 40px 0 0 0; } }
    .compra-producto .como-tomar-sleepon .column1 {
      width: 48%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-sleepon .column1 {
          width: 40%;
          padding: 50px 0 0 40px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar-sleepon .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-sleepon .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      .compra-producto .como-tomar-sleepon .column1 img {
        height: 80vh; }
        @media (max-width: 480px) {
          .compra-producto .como-tomar-sleepon .column1 img {
            height: inherit; } }
    .compra-producto .como-tomar-sleepon .column2 {
      position: relative;
      width: 42%;
      padding: 100px 80px 0 80px;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-sleepon .column2 {
          width: 49%;
          padding: 50px 20px 0 40px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar-sleepon .column2 {
          width: 89%;
          padding: 40px;
          float: none;
          margin-right: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-sleepon .column2 {
          width: 95%;
          padding: 30px 10px;
          float: none; } }
    .compra-producto .como-tomar-sleepon h2 {
      position: absolute;
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin: 50px 0 15px 0;
      right: 300px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-sleepon h2 {
          position: inherit;
          text-align: center;
          margin: 0 0 15px 0; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .como-tomar-sleepon h2 {
          position: inherit;
          text-align: center;
          margin: 0 0 20px 0;
          padding-top: 20px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-sleepon h2 {
          position: inherit;
          font-size: 2.3em;
          text-align: center;
          margin: 0 0 20px 0; } }
    .compra-producto .como-tomar-sleepon p {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 20px; }
    .compra-producto .como-tomar-sleepon .bloque {
      width: 45%;
      float: left;
      margin-right: 30px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-sleepon .bloque {
          width: 100%;
          float: none;
          margin-right: 0px;
          margin-bottom: 30px; } }
      .compra-producto .como-tomar-sleepon .bloque h3 {
        font-size: 1.6em;
        font-weight: 700;
        color: #121B1E;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .compra-producto .como-tomar-sleepon .bloque h3 {
            font-size: 1.6em; } }
  .compra-producto .como-tomar-inskin {
    background: #e2d9d2; }
    @media (min-width: 1025px) and (max-width: 1650px) {
      .compra-producto .como-tomar-inskin {
        padding: 60px 0; } }
    @media (max-width: 480px) {
      .compra-producto .como-tomar-inskin {
        padding: 40px 0 0 0; } }
    .compra-producto .como-tomar-inskin .column1 {
      width: 48%;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-inskin .column1 {
          width: 40%;
          padding: 50px 0 0 40px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-inskin .column1 {
          width: 100%;
          float: none;
          margin-right: 0px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-inskin .column1 img {
          height: inherit; } }
    .compra-producto .como-tomar-inskin .column2 {
      position: relative;
      width: 50%;
      padding: 100px 80px 0 80px;
      float: left; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-inskin .column2 {
          width: 49%;
          padding: 50px 20px 0 40px; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-inskin .column2 {
          width: 95%;
          padding: 30px 10px;
          float: none; } }
      .compra-producto .como-tomar-inskin .column2 .bloque {
        width: 29%;
        float: left;
        margin-right: 30px;
        text-align: center; }
        @media (max-width: 480px) {
          .compra-producto .como-tomar-inskin .column2 .bloque {
            width: 100%;
            float: none;
            margin-right: 0px;
            margin-bottom: 30px; } }
    .compra-producto .como-tomar-inskin h2 {
      position: absolute;
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin: 50px 0 15px 0;
      right: 300px; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .compra-producto .como-tomar-inskin h2 {
          position: inherit;
          text-align: center;
          margin: 0 0 15px 0; } }
      @media (max-width: 480px) {
        .compra-producto .como-tomar-inskin h2 {
          position: inherit;
          font-size: 2.3em;
          text-align: center;
          margin: 0 0 20px 0; } }
    .compra-producto .como-tomar-inskin p {
      font-size: 1.6em;
      line-height: 1.5em;
      margin-bottom: 20px; }
  .compra-producto .composicion {
    padding: 60px 120px;
    background-color: #ffffff; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .composicion {
        padding: 60px 80px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .composicion {
        padding: 60px 80px; } }
    @media (max-width: 480px) {
      .compra-producto .composicion {
        padding: 40px 15px; } }
    .compra-producto .composicion h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .composicion h2 {
          font-size: 2.3em; } }
    .compra-producto .composicion .bloque {
      position: relative;
      width: 10%;
      float: left;
      margin-right: 10%;
      text-align: center; }
      @media (min-width: 481px) and (max-width: 768px) {
        .compra-producto .composicion .bloque {
          width: 30%;
          margin-right: 20%; } }
      @media (max-width: 480px) {
        .compra-producto .composicion .bloque {
          width: 45%;
          margin-right: 0px;
          margin-bottom: 30px;
          height: 170px; } }
      .compra-producto .composicion .bloque img {
        display: table;
        margin: 0 auto; }
        @media (max-width: 480px) {
          .compra-producto .composicion .bloque img {
            width: 200px;
            height: 127px; } }
      .compra-producto .composicion .bloque h3 {
        font-size: 1.8em;
        font-weight: 400;
        position: relative;
        margin: 0 0 15px 0; }
        @media (max-width: 480px) {
          .compra-producto .composicion .bloque h3 {
            font-size: 1.6em;
            padding: 15px 0; } }
      .compra-producto .composicion .bloque .abrir-compuestos {
        position: absolute;
        top: 20px;
        right: 0px;
        width: 15px;
        height: 15px;
        background: #121B1E;
        color: #ffffff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        font-size: 2em;
        text-align: center;
        padding: 0px 15px 20px 5px;
        z-index: 10; }
        @media (max-width: 480px) {
          .compra-producto .composicion .bloque .abrir-compuestos {
            width: 15px;
            height: 15px;
            padding: 0px 15px 20px 5px; } }
  .compra-producto .preguntas-frecuentes {
    padding: 60px 160px; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .compra-producto .preguntas-frecuentes {
        padding: 60px 100px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .preguntas-frecuentes {
        padding: 60px 80px; } }
    @media (max-width: 480px) {
      .compra-producto .preguntas-frecuentes {
        padding: 40px 15px; } }
    .compra-producto .preguntas-frecuentes .column {
      width: 45%;
      float: left;
      margin-right: 40px; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes .column {
          width: 100%;
          float: none;
          margin-right: 0px; } }
    .compra-producto .preguntas-frecuentes h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes h2 {
          font-size: 2.3em; } }
    .compra-producto .preguntas-frecuentes .bloque {
      margin-bottom: 30px; }
    .compra-producto .preguntas-frecuentes h3 {
      font-size: 2em;
      font-weight: 400;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 15px 20px;
      margin: 0 0 15px 0; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes h3 {
          font-size: 1.7em;
          padding: 15px 0; } }
      .compra-producto .preguntas-frecuentes h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 5px;
        right: 0; }
        @media (max-width: 480px) {
          .compra-producto .preguntas-frecuentes h3 span {
            font-size: 2em; } }
      .compra-producto .preguntas-frecuentes h3 strong {
        width: 93%;
        display: inline-block; }
    .compra-producto .preguntas-frecuentes p {
      font-size: 1.6em;
      line-height: 1.4em;
      margin-left: 20px;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes p {
          margin-left: 0px; } }
  .compra-producto .preguntas-frecuentes-inskin {
    padding: 60px 160px; }
    @media (max-width: 480px) {
      .compra-producto .preguntas-frecuentes-inskin {
        padding: 40px 15px; } }
    .compra-producto .preguntas-frecuentes-inskin .column {
      width: 45%;
      float: left;
      margin-right: 40px; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes-inskin .column {
          width: 100%;
          float: none;
          margin-right: 0px; } }
    .compra-producto .preguntas-frecuentes-inskin h2 {
      font-size: 3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes-inskin h2 {
          font-size: 2.3em; } }
    .compra-producto .preguntas-frecuentes-inskin .bloque {
      margin-bottom: 30px; }
    .compra-producto .preguntas-frecuentes-inskin h3 {
      font-size: 2em;
      font-weight: 700;
      color: #121B1E;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 15px 20px;
      margin: 0 0 15px 0; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes-inskin h3 {
          font-size: 1.7em;
          padding: 15px 0; } }
      .compra-producto .preguntas-frecuentes-inskin h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 5px;
        right: 0; }
        @media (max-width: 480px) {
          .compra-producto .preguntas-frecuentes-inskin h3 span {
            font-size: 2em; } }
      .compra-producto .preguntas-frecuentes-inskin h3 strong {
        width: 93%;
        display: inline-block; }
    .compra-producto .preguntas-frecuentes-inskin p {
      font-size: 1.6em;
      line-height: 1.4em;
      margin-left: 20px;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .compra-producto .preguntas-frecuentes-inskin p {
          margin-left: 0px; } }
  .compra-producto .datos-indice {
    background: #fbf7f4;
    padding: 60px 160px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .datos-indice {
        padding: 60px; } }
    @media (max-width: 480px) {
      .compra-producto .datos-indice {
        padding: 40px 15px; } }
    .compra-producto .datos-indice p {
      font-size: 1.6em;
      margin-bottom: 15px; }
  .compra-producto .consejos-advertencias img {
    float: left;
    position: relative;
    vertical-align: middle;
    margin-right: 10px; }
  .compra-producto .consejos-advertencias p {
    width: 70%;
    float: left;
    margin-left: 0px;
    margin-top: 10px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .consejos-advertencias p {
        width: 90%; } }
  .compra-producto .datos-indice-blanco {
    background: #ffffff;
    padding: 60px 160px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .datos-indice-blanco {
        padding: 60px; } }
    @media (max-width: 480px) {
      .compra-producto .datos-indice-blanco {
        padding: 40px 15px; } }
    .compra-producto .datos-indice-blanco p {
      font-size: 1.6em;
      margin-bottom: 15px; }
  .compra-producto .consejos-advertencias img {
    float: left;
    position: relative;
    vertical-align: middle;
    margin-right: 10px; }
  .compra-producto .consejos-advertencias p {
    width: 70%;
    float: left;
    margin-left: 0px;
    margin-top: 10px; }
  .compra-producto .sellos {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    width: 80%; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .sellos {
        width: 120%; } }
    @media (max-width: 480px) {
      .compra-producto .sellos {
        display: block;
        width: 100%; } }
    .compra-producto .sellos .bloque {
      width: 33%; }
      @media (max-width: 480px) {
        .compra-producto .sellos .bloque {
          width: 100%; } }
      .compra-producto .sellos .bloque p {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase; }
        @media (max-width: 480px) {
          .compra-producto .sellos .bloque p {
            font-size: 1.2em; } }
    .compra-producto .sellos img {
      margin-right: 15px; }
      @media (max-width: 480px) {
        .compra-producto .sellos img {
          margin-right: 0px; } }
  .compra-producto .reviews {
    background: #fbf7f4;
    padding: 60px 120px;
    margin-bottom: 0; }
    @media (min-width: 481px) and (max-width: 768px) {
      .compra-producto .reviews {
        padding: 60px 80px; } }
    @media (max-width: 480px) {
      .compra-producto .reviews {
        padding: 40px 15px; } }
    .compra-producto .reviews .review {
      background: none; }
  .compra-producto #boton-comprar-flotante {
    background: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-box-shadow: 1px -4px 5px #dddddd;
    -webkit-box-shadow: 1px -4px 5px #dddddd;
    box-shadow: 1px -4px 5px #dddddd;
    z-index: 20;
    text-align: center; }
    @media (max-width: 480px) {
      .compra-producto #boton-comprar-flotante {
        text-align: center;
        padding: 15px 0 20px 0; } }
    .compra-producto #boton-comprar-flotante img {
      display: inline-block;
      width: 100px;
      height: 90px;
      position: relative;
      vertical-align: middle; }
      @media (max-width: 480px) {
        .compra-producto #boton-comprar-flotante img {
          display: none; } }

.prospecto .box {
  height: 170px; }
.prospecto .bars-container {
  width: 900px;
  font-size: 1.6em; }
  @media (max-width: 480px) {
    .prospecto .bars-container {
      width: 300px;
      font-size: 1.2em; } }
.prospecto .progress {
  background: transparent;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: inline;
  height: 40px;
  width: 500px; }
.prospecto .text {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffffff; }
  @media (max-width: 480px) {
    .prospecto .text {
      top: 5px; } }
.prospecto .progress-value1 {
  position: relative;
  animation: load1 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  background: #39acd2;
  float: left;
  height: 50px;
  width: 0; }
  .prospecto .progress-value1 span {
    display: inline-block;
    color: #39acd2;
    position: absolute;
    top: -25px;
    padding-left: 100px; }
    @media (max-width: 480px) {
      .prospecto .progress-value1 span {
        top: -35px; } }
.prospecto .progress-value2 {
  position: relative;
  animation: load2 5s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  /*border-radius: 100px;*/
  background: #f0493e;
  float: left;
  height: 50px;
  width: 0; }
.prospecto .progress-value3 {
  position: relative;
  animation: load3 3s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  background: #203f59;
  float: left;
  height: 50px;
  width: 0; }
.prospecto .progress-value4 {
  position: relative;
  animation: load4 5s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  background: #f0493e;
  float: left;
  height: 50px;
  width: 0; }
.prospecto .line {
  display: block;
  position: relative;
  animation: loadline 2s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  background: #203f59;
  height: 2px;
  width: 0;
  margin: 20px 0; }
  .prospecto .line span {
    background: #f0f0f0;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: -15px; }
.prospecto .clearfix {
  clear: both; }
@keyframes load1 {
  0% {
    width: 0; }
  100% {
    width: 60%; } }
@keyframes load2 {
  0% {
    width: 0; }
  100% {
    width: 40%; } }
@keyframes load3 {
  0% {
    width: 0; }
  100% {
    width: 80%; } }
@keyframes load4 {
  0% {
    width: 0; }
  100% {
    width: 20%; } }
@keyframes loadline {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.modal-content h2 {
  font-size: 2.5em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  text-align: center; }
.modal-content ul {
  padding-left: 30px; }
  .modal-content ul li {
    list-style: disc;
    font-size: 16px;
    margin: 10px 0; }
    .modal-content ul li ul {
      padding-left: 30px; }
      .modal-content ul li ul li {
        list-style: circle;
        font-size: 16px;
        margin: 10px 0; }
        .modal-content ul li ul li ul {
          padding-left: 30px; }
          .modal-content ul li ul li ul li {
            list-style: square;
            font-size: 16px;
            margin: 10px 0; }

.shop {
  padding-top: 40px;
  background-color: #fbf7f4; }
  @media (max-width: 480px) {
    .shop {
      padding-top: 20px; } }
  .shop h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #121B1E;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .shop h1 {
        font-size: 2.5em;
        margin-bottom: 30px; } }
    .shop h1 span {
      display: block;
      font-size: 23px;
      font-weight: 400;
      color: #17345e;
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center; }
      @media (max-width: 480px) {
        .shop h1 span {
          font-size: 18px;
          margin-bottom: 30px; } }
  .shop .products-wrapper {
    display: flex; }
    @media (max-width: 480px) {
      .shop .products-wrapper {
        display: block; } }
  .shop .product {
    margin: 10px;
    text-align: center;
    border: 1px solid #e1e1e1; }
    @media (max-width: 480px) {
      .shop .product {
        width: 100%;
        float: none;
        padding: 0px 0px;
        margin: 0 0 30px 0; } }
    .shop .product .img-wrapper {
      position: relative;
      background: transparent;
      margin-bottom: 10px;
      padding: 20px 20px 40px 20px; }
      @media (max-width: 480px) {
        .shop .product .img-wrapper {
          font-size: 2.1em; } }
    .shop .product h2 {
      font-size: 2em;
      font-weight: 700;
      margin-bottom: 10px;
      height: 30px; }
      @media (max-width: 480px) {
        .shop .product h2 {
          font-size: 1.8em; } }
      .shop .product h2 a {
        color: #121B1E; }
    .shop .product .description {
      font-size: 1.6em;
      margin-bottom: 10px;
      line-height: 1.29em;
      height: 45px; }
    .shop .product .price {
      font-size: 1.8em;
      font-weight: 700; }
    .shop .product .rating-stars {
      position: relative;
      bottom: 10px;
      right: 10px; }
      .shop .product .rating-stars ul {
        display: inline-block; }
      .shop .product .rating-stars span {
        display: inline-block;
        font-size: 1.5em;
        margin-left: 20px; }
        @media (max-width: 480px) {
          .shop .product .rating-stars span {
            font-size: 0.7em; } }
      .shop .product .rating-stars img {
        width: 15px;
        height: 15px; }
  .shop .garantias {
    background: #ffffff;
    margin: 20px auto 0 auto;
    padding: 20px 0 0 0;
    border-top: 1px solid #e1e1e1; }
    @media (max-width: 480px) {
      .shop .garantias {
        width: 100%;
        margin: 0 auto; } }
    .shop .garantias h3 {
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 20px; }
    .shop .garantias .sellos-wrapper {
      width: 60%;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .shop .garantias .sellos-wrapper {
          width: 100%; } }
    .shop .garantias .bloque {
      width: 29%;
      float: left;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .shop .garantias .bloque {
          width: 32%; } }
      .shop .garantias .bloque p {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase; }
        @media (max-width: 480px) {
          .shop .garantias .bloque p {
            font-size: 1.2em; } }
      @media (max-width: 480px) {
        .shop .garantias .bloque img {
          width: 60%;
          height: 50px;
          margin-right: 5px; } }

.shop-relacionados {
  background: #fbf7f4;
  padding: 40px 0; }
  .shop-relacionados .wrapper {
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 481px) and (max-width: 768px) {
      .shop-relacionados .wrapper {
        width: 90%; } }
    @media (max-width: 480px) {
      .shop-relacionados .wrapper {
        width: 90%; } }
  .shop-relacionados h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #17345e;
    margin: 0 auto 15px auto; }
    @media (max-width: 480px) {
      .shop-relacionados h2 {
        font-size: 2em;
        margin-bottom: 20px; } }
  .shop-relacionados .producto {
    background: #fbf7f4;
    float: left;
    padding: 10px 0;
    margin-right: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center; }
    @media (min-width: 481px) and (max-width: 768px) {
      .shop-relacionados .producto {
        width: 60%;
        margin: 0 auto 30px auto;
        float: none; } }
    @media (max-width: 480px) {
      .shop-relacionados .producto {
        width: 80%;
        float: none;
        padding: 20px 0px;
        margin: 0 auto 30px auto; } }
    .shop-relacionados .producto h3 {
      font-size: 1.7em;
      font-weight: 700;
      margin: 10px 0 15px 0; }
      @media (max-width: 480px) {
        .shop-relacionados .producto h3 {
          font-size: 1.7em; } }
    .shop-relacionados .producto img {
      max-width: 50%;
      height: auto; }
    .shop-relacionados .producto .descripcion {
      font-size: 1.6em;
      margin-bottom: 10px;
      padding: 0 10px;
      height: 75px; }
      @media (max-width: 480px) {
        .shop-relacionados .producto .descripcion {
          font-size: 1.5em;
          height: 45px; } }
    .shop-relacionados .producto .precio {
      font-size: 1.8em;
      font-weight: 700; }
    .shop-relacionados .producto .rating-stars ul {
      display: inline-block; }
    .shop-relacionados .producto .rating-stars span {
      display: inline-block;
      font-size: 1.5em;
      margin-left: 20px; }
    .shop-relacionados .producto a, .shop-relacionados .producto a:hover, .shop-relacionados .producto a:visited, .shop-relacionados .producto a:active {
      color: #121B1E; }

.columns-wrapper {
  display: flex; }
  @media (min-width: 481px) and (max-width: 768px) {
    .columns-wrapper {
      display: block; } }
  @media (max-width: 480px) {
    .columns-wrapper {
      display: block; } }
  .columns-wrapper .column1 {
    width: 65%;
    margin-right: 30px; }
    @media (min-width: 481px) and (max-width: 768px) {
      .columns-wrapper .column1 {
        width: 100%;
        float: none;
        margin-right: 0px; } }
    @media (max-width: 480px) {
      .columns-wrapper .column1 {
        width: 100%;
        float: none;
        margin-right: 0px; } }
  .columns-wrapper .column2 {
    width: 30%; }
    @media (min-width: 481px) and (max-width: 768px) {
      .columns-wrapper .column2 {
        width: 100%;
        float: none;
        margin-top: 35px; } }
    @media (max-width: 480px) {
      .columns-wrapper .column2 {
        width: 100%;
        float: none;
        margin-top: 35px; } }
  .columns-wrapper .cart-product-block {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 0 10px 0;
    display: flex; }
    @media (max-width: 480px) {
      .columns-wrapper .cart-product-block {
        padding-bottom: 5px;
        border-bottom: none;
        margin-bottom: 0px; } }
    .columns-wrapper .cart-product-block .img-product {
      margin-right: 20px; }
    .columns-wrapper .cart-product-block .text {
      width: 50%; }
      .columns-wrapper .cart-product-block .text h2 {
        font-size: 1.8em;
        font-weight: 700;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .columns-wrapper .cart-product-block .text h2 {
            font-size: 1.6em; } }
    .columns-wrapper .cart-product-block .total-price p {
      font-size: 1.6em; }
    .columns-wrapper .cart-product-block .total-price span {
      font-size: 18px;
      color: #ffffff; }
    .columns-wrapper .cart-product-block .quantity {
      margin-top: 15px; }
      .columns-wrapper .cart-product-block .quantity select {
        padding: 5px 10px; }
      @media (min-width: 481px) and (max-width: 768px) {
        .columns-wrapper .cart-product-block .quantity #recarga-unidades-checkout-ajax {
          display: block; } }
      @media (max-width: 480px) {
        .columns-wrapper .cart-product-block .quantity #recarga-unidades-checkout-ajax {
          display: block; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .columns-wrapper .cart-product-block .quantity #recarga-meses-checkout-ajax {
          display: block; } }
      @media (max-width: 480px) {
        .columns-wrapper .cart-product-block .quantity #recarga-meses-checkout-ajax {
          display: block; } }
      @media (max-width: 480px) {
        .columns-wrapper .cart-product-block .quantity .select-suscripcion {
          margin-left: -100px;
          margin-top: 10px; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .columns-wrapper .cart-product-block .quantity .select-suscripcion {
          margin-left: -100px;
          margin-top: 10px; } }
    .columns-wrapper .cart-product-block .delete {
      background: #f3f3f3;
      width: 4%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 480px) {
        .columns-wrapper .cart-product-block .delete {
          top: 0px;
          bottom: 0px;
          padding: 15px 10px; } }
      .columns-wrapper .cart-product-block .delete .borrar-producto {
        font-size: 30px;
        color: #444444;
        position: absolute;
        top: 40px;
        right: 5px; }
        @media (max-width: 480px) {
          .columns-wrapper .cart-product-block .delete .borrar-producto {
            top: 50px; } }
      .columns-wrapper .cart-product-block .delete p {
        font-size: 1.5em; }
      .columns-wrapper .cart-product-block .delete select.form-control {
        display: inline;
        border-radius: 10px;
        padding: 8px 20px;
        border: 1px solid #dddddd;
        margin-right: 20px; }
  .columns-wrapper .coupon-block {
    background: #f3f3f3;
    padding: 15px;
    text-align: center; }
    .columns-wrapper .coupon-block .abrirCerrarCapaSiguiente {
      font-size: 1.6em;
      font-weight: 700; }
      @media (max-width: 480px) {
        .columns-wrapper .coupon-block .abrirCerrarCapaSiguiente {
          font-size: 1.6em; } }
    .columns-wrapper .coupon-block input {
      width: 70%;
      padding: 5px; }
      @media (max-width: 480px) {
        .columns-wrapper .coupon-block input {
          width: 50%; } }
    .columns-wrapper .coupon-block p {
      font-size: 1.6em;
      color: #888888; }
  .columns-wrapper .total-block {
    background: #f3f3f3;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0;
    text-align: center; }
    .columns-wrapper .total-block p {
      font-size: 2.3em;
      font-weight: 700;
      color: #121B1E; }
    .columns-wrapper .total-block p.nota {
      font-size: 1.4em;
      font-weight: 400;
      color: #888888; }
  .columns-wrapper .address-block {
    background: #edf3f5;
    padding: 15px 15px 10px 15px;
    margin-bottom: 25px; }
    .columns-wrapper .address-block h2 {
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 10px;
      color: #121B1E; }
    .columns-wrapper .address-block p {
      font-size: 1.6em;
      margin-bottom: 5px; }
  .columns-wrapper .producto-relacionado {
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px; }
    .columns-wrapper .producto-relacionado h2 {
      font-size: 2.3em; }
      @media (max-width: 480px) {
        .columns-wrapper .producto-relacionado h2 {
          font-size: 1.9em; } }
    .columns-wrapper .producto-relacionado h3 {
      font-size: 2.3em;
      font-weight: 700;
      margin: 15px 0; }
      @media (max-width: 480px) {
        .columns-wrapper .producto-relacionado h3 {
          font-size: 1.9em; } }
    .columns-wrapper .producto-relacionado .column-wrapper {
      display: flex; }
      @media (max-width: 480px) {
        .columns-wrapper .producto-relacionado .column-wrapper {
          display: block; } }
    .columns-wrapper .producto-relacionado p.descripcion {
      font-size: 1.5em;
      margin-bottom: 10px; }
    .columns-wrapper .producto-relacionado p.precio {
      font-size: 1.8em;
      font-weight: 700; }

.thanks-page {
  margin: 30px auto;
  display: table;
  width: 100%;
  padding-bottom: 40px; }
  .thanks-page h1 {
    text-align: center; }
  .thanks-page .ico-email {
    float: left;
    margin-right: 20px; }
  .thanks-page p {
    width: 80%;
    font-size: 1.4em;
    margin: 0 auto; }

/* STRIPE STYLES */
#form-compra-sin-registro {
  box-shadow: none;
  padding: 0px;
  margin-top: 20px; }
  #form-compra-sin-registro button {
    background: none; }
  #form-compra-sin-registro .button {
    font-size: 1.2em; }
  #form-compra-sin-registro .hidden {
    background: #f2dede;
    font-size: 16px;
    color: #ff0000;
    padding: 10px;
    margin-bottom: 15px; }

.button {
  font-size: 1.2em; }

#stripeform {
  background: #fbf7f4;
  box-shadow: none;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 25px; }
  #stripeform button {
    background: none;
    font-size: 1.2em;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    border: 0; }
  #stripeform form#payment-form {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px; }
    #stripeform form#payment-form h2 {
      font-size: 1.8em;
      font-weight: 700;
      margin-bottom: 10px;
      color: #121B1E; }

.landing-ebook-nutricion .column1 {
  width: 50%;
  float: left; }
  @media (max-width: 480px) {
    .landing-ebook-nutricion .column1 {
      width: 100%;
      float: none; } }
.landing-ebook-nutricion .column2 {
  background: #f3f3f3;
  width: 50%;
  float: left;
  height: 638px; }
  @media (max-width: 480px) {
    .landing-ebook-nutricion .column2 {
      width: 100%;
      float: none;
      height: inherit; } }
  .landing-ebook-nutricion .column2 .texto {
    padding: 30px; }
    @media (max-width: 480px) {
      .landing-ebook-nutricion .column2 .texto {
        padding: 15px; } }

.colaboradores .colaborador .foto-wrapper {
  text-align: center;
  margin-bottom: 5px; }
.colaboradores .colaborador h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center; }
  @media (max-width: 480px) {
    .colaboradores .colaborador h2 {
      font-size: 1.7em; } }
  .colaboradores .colaborador h2 a {
    color: #121B1E; }
.colaboradores .colaborador p {
  font-size: 1.6em;
  color: #121B1E;
  line-height: 1.29em; }
  .colaboradores .colaborador p a {
    color: #ffffff; }
.colaboradores .colaborador p.titulacion {
  text-align: center; }
.colaboradores .colaborador img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%; }

.ficha-colaborador {
  		/*.vcard {
  			width:66%;
  			float:left;
  			margin-left:10px;
  			font-size:1.8em;
  			@include movil {
  				max-height:inherit;
  				margin-bottom:25px;
  				width:100%;
  			}
  
  		}*/ }
  .ficha-colaborador h1 {
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 10px; }
  .ficha-colaborador h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center; }
  .ficha-colaborador .foto-wrapper {
    text-align: center; }
    .ficha-colaborador .foto-wrapper img {
      width: 200px;
      height: 200px;
      margin-bottom: 10px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%; }
      @media (max-width: 480px) {
        .ficha-colaborador .foto-wrapper img {
          width: 140px;
          height: 140px; } }
  .ficha-colaborador .texto {
    line-height: 1.6em;
    margin-top: 30px; }
    .ficha-colaborador .texto p {
      font-size: 1.6em;
      margin-bottom: 20px; }
    .ficha-colaborador .texto ul {
      margin-bottom: 20px;
      padding-left: 30px;
      position: relative;
      z-index: 10; }
      .ficha-colaborador .texto ul li {
        list-style: disc; }
    .ficha-colaborador .texto a[name] {
      padding-top: 80px;
      margin-top: -80px;
      color: #121B1E;
      display: inline-block;
      /* required for webkit browsers */ }
  .ficha-colaborador .ideas-clave {
    padding: 15px; }
    .ficha-colaborador .ideas-clave h2 {
      font-size: 2em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 15px; }
    .ficha-colaborador .ideas-clave p {
      font-size: 1.6em;
      line-height: 1.29em; }
    .ficha-colaborador .ideas-clave ul {
      padding-left: 30px; }
      .ficha-colaborador .ideas-clave ul li {
        list-style: disc;
        font-size: 1.6em;
        margin-bottom: 15px; }
  .ficha-colaborador .disclaimer {
    font-size: 1.5em;
    color: #ECEDED;
    line-height: 1.29em;
    margin-top: 30px; }

.home-corporate .intro {
  background: #eaeff2 url("/img/common/bg-intro-corporate.jpg") no-repeat left bottom;
  margin-top: -153px;
  position: relative;
  height: 820px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home-corporate .intro {
      background-size: 51%;
      background-position: left top; } }
  @media (max-width: 480px) {
    .home-corporate .intro {
      background-size: contain;
      background-position: left 100px;
      margin-top: -105px;
      height: 550px; } }
  .home-corporate .intro .texto {
    width: 53%;
    position: absolute;
    top: 300px;
    right: 40px; }
    @media (max-width: 480px) {
      .home-corporate .intro .texto {
        width: 96%;
        top: 350px;
        left: 15px; } }
    .home-corporate .intro .texto h1 {
      font-size: 2.5em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 20px;
      text-transform: uppercase;
      line-height: 1.29em; }
      @media (max-width: 480px) {
        .home-corporate .intro .texto h1 {
          font-size: 2.5em;
          margin-bottom: 10px; } }
    .home-corporate .intro .texto h2 {
      font-size: 2em;
      font-weight: 400;
      color: #121B1E;
      line-height: 1.2em; }
      @media (max-width: 480px) {
        .home-corporate .intro .texto h2 {
          font-size: 2.5em; } }
.home-corporate .info {
  padding: 30px 0; }
  @media (max-width: 480px) {
    .home-corporate .info {
      padding: 30px 15px; } }
  .home-corporate .info h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .home-corporate .info h2 {
        font-size: 2.3em; } }
  .home-corporate .info p {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 15px; }
.home-corporate .metodo-bloques {
  background: #e7e7e7;
  padding: 30px 120px 10px 120px; }
  @media (max-width: 480px) {
    .home-corporate .metodo-bloques {
      padding: 30px 15px 0 15px; } }
  .home-corporate .metodo-bloques h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #121B1E;
    line-height: 1.29em;
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 480px) {
      .home-corporate .metodo-bloques h2 {
        font-size: 2.3em; } }
  .home-corporate .metodo-bloques p {
    font-size: 1.8em;
    line-height: 1.29em;
    margin-bottom: 15px;
    display: none; }
    @media (max-width: 480px) {
      .home-corporate .metodo-bloques p {
        font-size: 1.6em; } }
  .home-corporate .metodo-bloques .bloque {
    width: 46%;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .home-corporate .metodo-bloques .bloque {
        width: 100%;
        float: none; } }
    .home-corporate .metodo-bloques .bloque h3 {
      font-size: 2em;
      font-weight: 700;
      position: relative;
      border-top: 1px solid #121B1E;
      border-bottom: 1px solid #121B1E;
      padding: 40px 0 40px 90px;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home-corporate .metodo-bloques .bloque h3 {
          font-size: 1.6em;
          padding: 30px 0 30px 70px; } }
      .home-corporate .metodo-bloques .bloque h3 span {
        font-size: 2.3em;
        font-size: 400;
        position: absolute;
        top: 25px;
        right: 0; }
        @media (max-width: 480px) {
          .home-corporate .metodo-bloques .bloque h3 span {
            font-size: 2em; } }
    .home-corporate .metodo-bloques .bloque h3.estilo-vida {
      background: url("/icons/ico-medicina-estilo-vida.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-corporate .metodo-bloques .bloque h3.estilo-vida {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-corporate .metodo-bloques .bloque h3.estilo-vida {
          background-size: 20%; } }
    .home-corporate .metodo-bloques .bloque h3.medicina-precision {
      background: url("/icons/ico-medicina-precision.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-precision {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-precision {
          background-size: 20%; } }
    .home-corporate .metodo-bloques .bloque h3.medicina-evolutiva {
      background: url("/icons/ico-medicina-evolutiva.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-evolutiva {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-evolutiva {
          background-size: 20%; } }
    .home-corporate .metodo-bloques .bloque h3.medicina-personal {
      background: url("/icons/ico-medicina-personal.png") no-repeat left 10px;
      background-size: 10%;
      cursor: pointer; }
      @media (min-width: 1025px) and (max-width: 1650px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-personal {
          background-size: 15%; } }
      @media (max-width: 480px) {
        .home-corporate .metodo-bloques .bloque h3.medicina-personal {
          background-size: 20%; } }
.home-corporate .columns .column-tratamiento1 {
  background: #e4e9ed url("/img/common/corporate-tratamiento.jpg") no-repeat center top;
  background-size: cover;
  width: 50%;
  float: left;
  min-height: 550px; }
  @media (min-width: 1025px) and (max-width: 1650px) {
    .home-corporate .columns .column-tratamiento1 {
      min-height: 700px; } }
  @media (max-width: 480px) {
    .home-corporate .columns .column-tratamiento1 {
      width: 100%;
      float: none;
      min-height: 260px; } }
.home-corporate .columns .column-tratamiento2 {
  width: 50%;
  float: right; }
  @media (max-width: 480px) {
    .home-corporate .columns .column-tratamiento2 {
      width: 100%;
      float: none; } }
.home-corporate .columns .column-opciones1 {
  background: url("/img/common/corporate-opciones.jpg") no-repeat left -70px;
  background-size: cover;
  width: 50%;
  float: right;
  min-height: 540px; }
  @media (max-width: 480px) {
    .home-corporate .columns .column-opciones1 {
      background-position: left top;
      width: 100%;
      float: none;
      min-height: 260px; } }
.home-corporate .columns .column-opciones2 {
  width: 50%;
  float: left; }
  @media (max-width: 480px) {
    .home-corporate .columns .column-opciones2 {
      width: 100%;
      float: none; } }
.home-corporate .columns .textos {
  padding: 60px; }
  @media (max-width: 480px) {
    .home-corporate .columns .textos {
      padding: 30px 15px; } }
.home-corporate .columns h2 {
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }
.home-corporate .columns p {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .home-corporate .columns p {
      font-size: 1.6em; } }

.bloque-leido {
  margin-top: 30px; }
  .bloque-leido h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #121B1E;
    padding: 15px 0;
    border-bottom: 2px solid #121B1E;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .bloque-leido h2 {
        font-size: 1.8em !important;
        margin: 0; } }
  .bloque-leido .column {
    display: inline-block;
    width: 47.6%;
    margin-right: 20px;
    position: relative;
    vertical-align: top; }
    @media (max-width: 480px) {
      .bloque-leido .column {
        display: block;
        width: 100%; } }
  .bloque-leido article {
    display: table;
    width: 100%;
    padding: 0 0 25px 0; }
    @media (max-width: 480px) {
      .bloque-leido article {
        width: inherit;
        padding: 15px 0; } }
    .bloque-leido article .foto-wrapper {
      position: relative;
      width: 140px;
      float: left;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .bloque-leido article .foto-wrapper {
          max-width: 120px;
          min-height: 80px; } }
      .bloque-leido article .foto-wrapper img {
        width: 100%; }
    .bloque-leido article h3 {
      font-size: 1.6em;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 10px; }
      .bloque-leido article h3 a {
        color: #121B1E; }
    .bloque-leido article p.categoria {
      text-transform: uppercase;
      margin-bottom: 3px !important; }
      .bloque-leido article p.categoria a {
        font-size: 12px;
        background: #121B1E;
        color: #ffffff;
        padding: 2px 4px;
        margin-bottom: 5px; }

.descuento {
  width: 90%;
  background: #fbf7f4;
  padding: 10px;
  font-size: 14px;
  margin-top: 10px;
  float: right; }

.login .column {
  width: 47%;
  float: left;
  margin-right: 30px; }
  @media (min-width: 481px) and (max-width: 768px) {
    .login .column {
      width: 45%; } }
  @media (max-width: 480px) {
    .login .column {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 30px; } }
.login .box-login {
  background: #ffffff;
  padding: 15px;
  border: #121B1E 1px solid; }
  .login .box-login h2 {
    background: #121B1E;
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    margin: -15px -15px 20px -15px; }
    @media (max-width: 480px) {
      .login .box-login h2 {
        font-size: 1.8em !important; } }
  .login .box-login a.enlace {
    font-size: 1.5em; }
.login .box-registro {
  background: #ffffff;
  padding: 15px;
  min-height: 270px;
  border: #121B1E 1px solid; }
  @media (max-width: 480px) {
    .login .box-registro {
      min-height: inherit; } }
  .login .box-registro h2 {
    background: #121B1E;
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    margin: -15px -15px 20px -15px; }
    @media (max-width: 480px) {
      .login .box-registro h2 {
        font-size: 1.8em !important; } }
  .login .box-registro label {
    font-size: 1.5em; }

.login .texto {
  font-size: 1.9em;
  padding-bottom: 50px; }
  @media (max-width: 480px) {
    .login .texto {
      padding-bottom: 15px; } }

.misdatos h1 {
  width: 50%;
  float: left; }
  @media (max-width: 480px) {
    .misdatos h1 {
      width: 100%; } }

.micuenta .wrapper {
  display: flex; }
  @media (max-width: 480px) {
    .micuenta .wrapper {
      display: block; } }
  .micuenta .wrapper .bloque-usuario {
    width: 30%;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .micuenta .wrapper .bloque-usuario {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .micuenta .wrapper .bloque-usuario h2 {
      background: #121B1E; }
    .micuenta .wrapper .bloque-usuario ul {
      background: #fbf7f4; }
  .micuenta .wrapper .bloque-consultas {
    width: 30%;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .micuenta .wrapper .bloque-consultas {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .micuenta .wrapper .bloque-consultas h2 {
      background: #121B1E; }
    .micuenta .wrapper .bloque-consultas ul {
      background: #fbf7f4; }
  .micuenta .wrapper .bloque-pedidos {
    width: 30%;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .micuenta .wrapper .bloque-pedidos {
        width: 100%;
        margin-right: 0; } }
    .micuenta .wrapper .bloque-pedidos h2 {
      background: #121B1E; }
    .micuenta .wrapper .bloque-pedidos ul {
      background: #fbf7f4; }
  .micuenta .wrapper h2 {
    font-size: 1.7em;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    color: #fbf7f4;
    position: relative;
    padding: 10px 5px; }
    .micuenta .wrapper h2 span {
      position: absolute;
      top: 10px;
      right: 5px;
      transform: rotate(3.142rad); }
      @media (max-width: 480px) {
        .micuenta .wrapper h2 span {
          font-size: 15px; } }
      .micuenta .wrapper h2 span img {
        width: 50px;
        height: 20px; }
  .micuenta .wrapper li {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #fbf7f4 !important; }
    .micuenta .wrapper li a {
      font-size: 17px;
      color: #121B1E; }
    .micuenta .wrapper li a.dropdown-btn {
      padding: 0; }
    .micuenta .wrapper li span.caret {
      position: absolute;
      top: 12px;
      right: 15px;
      transform: rotate(0deg); }
      @media (max-width: 480px) {
        .micuenta .wrapper li span.caret {
          font-size: 15px; } }
      .micuenta .wrapper li span.caret img {
        width: 50px;
        height: 20px; }
    .micuenta .wrapper li ul {
      background: #fbf7f4; }
      .micuenta .wrapper li ul li {
        border-bottom: none;
        padding-left: 30px; }
  .micuenta .wrapper li:last-child {
    border-bottom: none; }

.facturas img {
  position: relative;
  vertical-align: middle;
  width: 25px;
  height: 25px; }
.facturas a {
  background: #ffffff;
  display: block;
  font-size: 1.7em;
  padding: 15px;
  margin-bottom: 14px; }

/* FILTRADO EN LISTADOS */
/* FORMS */
.input [type="text"] {
  background: #fcf8f5 !important;
  font-size: 15px; }

.input [type="email"] {
  background: #fcf8f5 !important;
  font-size: 16px; }

.input [type="password"] {
  background: #fcf8f5 !important;
  font-size: 16px; }

.input [type="search"] {
  background: #fcf8f5 !important;
  font-size: 16px; }

.uk-input {
  width: 97%;
  font-size: 1.6em;
  /*@include border-radius (10px);*/
  border: 1px solid #cdcdcd;
  padding: 10px; }
  @media (max-width: 480px) {
    .uk-input {
      width: 93%; } }

select {
  font-size: 1.6em !important; }

.uk-select {
  width: 100%;
  color: #444444 !important;
  /*@include border-radius (10px);*/
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin-bottom: 10px;
  background: #fbf7f4; }

.uk-textarea {
  border: 1px solid #cdcdcd;
  min-height: 150px;
  font-size: 1.8em !important;
  font-family: "Nunito Sans" !important; }

::placeholder {
  color: #F6F6F6;
  font-size: 16px; }

:-ms-input-placeholder {
  color: #F6F6F6;
  font-size: 1.6em; }

::-ms-input-placeholder {
  color: #F6F6F6;
  font-size: 1.6em; }

.datetime-edit-field {
  font-size: 1.6em !important; }

.ver-password {
  position: relative; }
  .ver-password img {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    cursor: pointer; }

label {
  display: block;
  font-size: 1.6em;
  margin-bottom: 5px; }

label.sr-only {
  display: none; }

/* COLUMNAS */
form .column {
  width: 48.6%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    form .column {
      width: 100%;
      margin-right: 0px; } }

input[type=submit] {
  font-family: "Nunito Sans", open-sans, Sans-Serif !important;
  color: #121B1E;
  border: 1px; }

/* BUSCADOR */
/* The overlay effect with black background */
.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #121b1e;
  background-color: rgba(18, 27, 30, 0.8); }

/* The content */
.search-overlay-content {
  position: relative;
  top: 35%;
  width: 80%;
  text-align: center;
  margin: auto;
  margin-top: 30px; }
  @media (max-width: 480px) {
    .search-overlay-content {
      width: 90%; } }

/* Close button */
.search-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
  cursor: pointer;
  color: #ffffff; }

.search-overlay .closebtn:hover {
  color: #121B1E; }

/* Style the search field */
.search-overlay input[type=text] {
  padding: 5px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #121B1E;
  height: 30px;
  border-bottom: 2px solid #ffffff;
  margin-right: 20px;
  color: #ffffff; }
  @media (max-width: 480px) {
    .search-overlay input[type=text] {
      margin-right: 0; } }

.search-overlay input[type=text]:hover {
  background: #121B1E; }

/* Style the submit button */
.search-overlay button {
  float: left;
  width: 50px;
  padding: 10px;
  background: #121B1E;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 45px; }
  @media (max-width: 480px) {
    .search-overlay button {
      width: 15%; } }
  .search-overlay button img {
    max-width: 30px; }

.search-overlay button:hover {
  background: #121B1E; }

/* MENSAJES */
.alert-success {
  background: #3aa27c;
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
  padding: 15px;
  line-height: 1.4em;
  margin-bottom: 15px;
  border: solid 1px #00814b; }

.alert-black {
  border: solid 1px #fff; }

.alert-black .warningMessage {
  background: #000;
  color: #fff; }

.successMessage {
  background: #30a17b;
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
  padding: 15px;
  line-height: 1.4em;
  margin-bottom: 15px;
  border: solid 1px #00814b; }

.errorMessage {
  background: #fbf7f4;
  font-size: 1.6em;
  font-weight: 700;
  color: #ff0000;
  padding: 10px;
  line-height: 1.4em;
  margin-bottom: 15px;
  border: solid 1px #ff0000; }

.warningMessage {
  width: 100%;
  background: #fbf7f4;
  font-size: 1.6em;
  font-weight: 700;
  color: #055af8;
  padding: 15px;
  line-height: 1.4em;
  margin-bottom: 15px;
  border: solid 1px #055af8; }

.alert-danger {
  background: #fbf7f4;
  font-size: 1.6em;
  font-weight: 700;
  color: #ff0000;
  padding: 15px;
  line-height: 1.4em;
  margin-bottom: 15px;
  border: solid 1px #ff0000; }

/* MODALS */
@media (max-width: 480px) {
  .uk-modal-body {
    padding: 15px 15px; } }

/* BOTONES */
.button {
  display: inline-block;
  font-size: 1.7em;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ffffff;
  color: #121B1E;
  padding: 12px 25px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }
  @media (max-width: 480px) {
    .button {
      font-size: 1.5em; } }

.button-azul-oscuro {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #121B1E;
  color: #ffffff;
  padding: 12px 25px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }
  @media (max-width: 480px) {
    .button-azul-oscuro {
      font-size: 1.5em; } }

.button-azul-oscuro:hover {
  color: #fbf7f4; }

.button:hover {
  color: #ffffff !important; }

.button-linea {
  white-space: nowrap;
  display: inline-block;
  font-size: 1.7em;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: none;
  color: #121B1E;
  border: 1px solid #121B1E;
  padding: 12px 25px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 480px) {
    .button-linea {
      font-size: 1.5em; } }

.button-flecha {
  background: url("/img/common/flecha-boton-secundario1.png") no-repeat center;
  background-position-x: calc(90%);
  background-color: transparent;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 300;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #121B1E;
  padding: 16px 40px 16px 25px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  border: 2px solid #121B1E;
  cursor: pointer;
  white-space: nowrap; }
  @media (max-width: 480px) {
    .button-flecha {
      font-size: 1.5em; } }

.button-flecha:hover {
  color: #121B1E !important; }

.button-flecha-linea {
  background: url("/img/common/flecha-boton-gris3.png") no-repeat center;
  background-position: right 10px center;
  background-color: #121B1E;
  color: #ECEDED !important;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 300;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 16px 40px 16px 40px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  border: 2px solid #121B1E;
  cursor: pointer; }
  @media (max-width: 480px) {
    .button-flecha-linea {
      font-size: 1.5em; } }

.button-secundario {
  display: inline-block;
  font-size: 1.7em;
  font-weight: 400;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #121B1E;
  color: #ffffff !important;
  padding: 12px 25px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .button-secundario {
      font-size: 1.5em; } }

.button-enlace {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
  margin: 10px; }

.button-peq {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ffffff;
  color: #121B1E;
  padding: 8px 15px;
  text-decoration: none;
  margin: 10px;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }
  @media (max-width: 480px) {
    .button-peq {
      font-size: 1.5em; } }

footer {
  padding: 0px; }
  footer .newsletter {
    background: #e0e5ec;
    padding: 60px 0;
    text-align: center; }
    @media (max-width: 480px) {
      footer .newsletter {
        padding: 30px 0; } }
    footer .newsletter h2 {
      font-size: 2.3em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        footer .newsletter h2 {
          font-size: 1.8em;
          margin-top: 0; } }
    footer .newsletter img {
      max-width: 70px;
      position: relative;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 480px) {
        footer .newsletter img {
          float: none;
          margin: 0 auto; } }
    footer .newsletter label {
      font-size: 15px;
      margin-bottom: 10px; }
  footer .enlaces {
    background: #121B1E;
    padding: 30px 0; }
    footer .enlaces .column {
      width: 24%;
      display: inline-table;
      color: #ffffff; }
      @media (max-width: 480px) {
        footer .enlaces .column {
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          padding: 20px 0; } }
      footer .enlaces .column p {
        font-size: 1.7em;
        font-weight: 700; }
      footer .enlaces .column li {
        font-size: 1.5em;
        margin: 10px 0; }
        @media (max-width: 480px) {
          footer .enlaces .column li {
            margin: 15px 0; } }
      footer .enlaces .column a {
        color: #fbf7f4; }
    @media (max-width: 480px) {
      footer .enlaces .column:last-child {
        border-bottom: none; } }
    footer .enlaces .social-media {
      margin-top: 30px; }
      footer .enlaces .social-media ul {
        text-align: center; }
        footer .enlaces .social-media ul li {
          display: inline-block;
          margin: 0 20px; }
          @media (max-width: 480px) {
            footer .enlaces .social-media ul li {
              margin: 0 15px; } }
          @media (max-width: 480px) {
            footer .enlaces .social-media ul li img {
              width: 40px;
              height: 40px; } }
  footer .disclaimer {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 30px 0; }
  footer .logos {
    border-top: 1px solid #e1e1e1;
    text-align: center;
    padding: 30px 0; }
    footer .logos p {
      font-size: 1.4em;
      text-transform: uppercase;
      margin-bottom: 15px; }
    footer .logos ul li {
      display: inline-block;
      max-width: 120px;
      margin-right: 20px; }
  footer .bloque-prensa {
    background: #fcf8f5;
    padding: 50px 100px;
    text-align: center; }
    @media (max-width: 480px) {
      footer .bloque-prensa {
        padding: 30px 0 !important; } }
    footer .bloque-prensa h2 {
      font-size: 3.5em;
      font-weight: 700;
      color: #121B1E;
      margin-bottom: 25px; }
      @media (max-width: 480px) {
        footer .bloque-prensa h2 {
          font-size: 2.3em; } }
    footer .bloque-prensa img {
      margin-right: 40px; }
      @media (max-width: 480px) {
        footer .bloque-prensa img {
          max-width: 30%;
          margin-bottom: 25px; } }

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