@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,900i");
/*----------------*/
/*-----FONTS------*/
/*----------------*/
/*----------------*/
/*-----COLORS-----*/
/*----------------*/
/*----------------------*/
/*------TRANSITION------*/
/*----------------------*/
.thumbnails__image, .modal__contact, .inner a.ok, .category_item, .bar__top__buttons__mobile, .bar__top__buttons__mobile .button__store, .bar__top__buttons__mobile .logo-symbol, .navbar__wrapper {
  transition: all 0.3s ease-in-out; }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box; }

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-size: 100%;
  font: inherit;
  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; }

button,
select {
  background: transparent;
  border: none;
  height: 100%; }

.button {
  font-size: 1.25rem;
  min-width: 13.5625rem;
  padding: 12px 12px;
  color: #010101;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .button__primary {
    background: #FBDC30; }
  .button__secondary {
    background: #BCBCBC; }
    .button__tercero {
      background: #E82475;
      color: #FFF; }

.select {
  font-size: 0.625rem; }
  .select__wrapper {
    background: #bcbcbc;
    border-radius: 0.9375rem; }
  .select__language {
    min-width: 3.75rem;
    padding: 0.25rem; }

.title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
  .title__principal {
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    .title__principal > span {
      display: block; }
  .title__secondary {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 1.5rem; }
    .title__secondary > span {
      display: block; }
  .title__inner {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #b2e4fb;
    font-weight: 700; }
  @media only screen and (min-width: 48em) {
    .title__principal {
      line-height: 2.5rem;
      margin-bottom: 2rem; }
    .title__secondary {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 4rem; } }
  @media only screen and (min-width: 62em) {
    .title__principal {
      line-height: 3rem;
      margin-bottom: 2rem; }
    .title__secondary {
      font-size: 1.5rem;
      line-height: 2.625rem;
      margin-bottom: 4rem; }
      .title__secondary > span {
        display: inline-block; }
      .title__secondary span + span {
        margin-left: 5px; } }

p {
  font-size: 1.125rem;
  line-height: 1.5rem; }

strong {
  font-weight: 700; }

.text__upper {
  display: block;
  font-size: 1.25rem; }

.text__lower {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500; }

.text__highlight.-type1 {
  color: #FBDC30;
  font-style: italic;
  text-transform: uppercase; }

.text__highlight.-type2 {
  font-size: 1.25rem; }

.text__highlight.-type3 {
  color: #b2e4fb;
  font-weight: 700; }

@media only screen and (min-width: 48em) {
  .text__upper {
    font-size: 2rem; }
  .text__lower {
    font-size: 1.5rem; }
  .text__highlight.-type2 {
    font-size: 2rem; } }

@media only screen and (min-width: 62em) {
  .text__upper {
    font-size: 3rem; }
  .text__lower {
    font-size: 2rem; }
  .text__highlight.-type2 {
    font-size: 2.5rem; } }

.buttons__wrapper {
  text-align: center; }
  .buttons__wrapper > a {
    display: inline-block; }
  .buttons__wrapper a + a {
    margin-left: 1rem; }

.buttons__contact {
  text-align: left;
  padding: 16px; }

.link__arrow {
  color: #FFFFFF;
  display: block;
  font-size: 1.25rem;
  margin-top: 3.75rem; }
  .link__arrow .icon {
    display: block;
    width: 35px;
    height: 13px;
    margin: 12px auto 0; }

.link__franquicia {
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .link__franquicia i {
    font-style: italic;
    color: #FBDC30;
    text-transform: uppercase;
    display: block; }

.link__contact {
  font-weight: 700;
  color: #4774a8;
  text-decoration: underline; }

@media only screen and (min-width: 48em) {
  .link__franquicia {
    font-size: 2rem; }
    .link__franquicia i {
      display: inline-block; } }

@media only screen and (min-width: 62em) {
  .link__franquicia {
    font-size: 3rem; } }

.highlight__list {
  border-top: 1px dashed #FFFFFF;
  margin-top: 1.5rem; }

.highlight__item {
  margin-top: 1.5rem; }

.highlight__icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.highlight__title {
  color: #FBDC30;
  font-weight: 700;
  margin-bottom: 1.125rem; }

@media only screen and (min-width: 62em) {
  .highlight__title {
    font-size: 1.5rem; }
  .highlight__icon {
    vertical-align: baseline; } }

.feature__wrapper {
  text-align: center;
  margin-top: 2rem; }
  .feature__wrapper.-autonomos {
    color: #b2e4fb; }

.feature__icon {
  width: 120px;
  height: 130px;
  margin-bottom: 2rem; }

.feature__check {
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  fill: #4774a8;
  flex: 0 0 auto; }

.feature__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.feature__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 70%;
  margin: auto;
  margin-bottom: 2rem; }

.feature__list {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.feature__item {
  display: flex;
  line-height: 1.5rem; }
  .feature__item + .feature__item {
    margin-top: 0.625rem; }

@media only screen and (min-width: 48em) {
  .feature__row {
    display: flex; }
  .feature__wrapper {
    width: 50%; } }

@media only screen and (min-width: 62em) {
  .feature__wrapper {
    margin-top: 0; }
  .feature__text {
    max-width: 80%; } }

@media only screen and (min-width: 62em) {
  .feature__list {
    margin-bottom: 2.5rem; } }

.video__wrapper {
  min-height: 13.875rem;
  position: relative; }
  .video__wrapper iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }

.video__text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.375rem; }

@media only screen and (min-width: 48em) {
  .video__wrapper {
    min-height: 10rem; } }

@media only screen and (min-width: 62em) {
  .video__wrapper {
    min-height: 18.75rem; }
  .video__text {
    font-size: 1.5rem; } }

.logo-sm {
  width: 134px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -1px; }
  @media only screen and (min-width: 62em) {
    .logo-sm {
      width: 200px;
      height: 46px;
      margin-bottom: -3px; } }

.logo-symbol svg {
  width: 75px;
  height: 35px; }

.banner__image {
  display: block;
  margin: auto; }

.rules__item {
  display: flex;
  align-items: center; }
  .rules__item p {
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: 1rem; }
  .rules__item + .rules__item {
    margin-top: 1.5rem; }

@media only screen and (min-width: 62em) {
  .rules__item p {
    font-size: 1.5rem;
    max-width: 60%; } }

.security__item {
  display: flex; }
  .security__item + .security__item {
    margin-top: 1.25rem; }

.security__content {
  margin-left: 1rem; }

.security__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #3a608c; }
  .security__icon svg {
    width: 28px;
    height: 28px; }

.security__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700; }

.security__text {
  font-size: 0.875rem;
  line-height: 1.5rem; }

  .ico__item {
    display: flex; }
    .ico__item + .ico__item {
      margin-top: 2.5rem; }

  .ico__content {
    margin-left: 1rem; }

  .ico__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 50px;
    height: 50px; }
    .ico__icon svg {
      width: 50px;
      height: 50px; }

  .ico__title {
    font-size: 1.25rem;
    line-height: 3.5rem;
    font-weight: 700; }

@media only screen and (min-width: 62em) {
  .security__title {
    margin-bottom: 8px; } }

@media only screen and (min-width: 62em) {
  .security__list.column {
    display: flex;
    flex-wrap: wrap; }
    .security__list.column .security__item {
      width: 50%;
      margin-top: 1rem;
      padding-right: 1rem; } }

.schedule {
  margin-bottom: 1.5rem; }
  .schedule small {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem; }

.email {
  display: flex;
  align-items: center;
  margin: 16px; }
  .email__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    background: #b2e4fb;
    border-radius: 5px; }
    .email__icon svg {
      width: 27px;
      height: 20px; }
  .email__text {
    margin-left: 1.875rem; }
    .email__text > * {
      display: block; }
  .email__title {
    font-weight: 700; }
  .email__link {
    text-decoration: none;
    color: #41464a; }

.phone {
  display: flex;
  align-items: center;
  margin: 16px; }
  .phone__icon {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #3a608c; }
    .phone__icon svg {
      width: 30px;
      height: 30px;
      margin: .68rem; }
  .phone__text {
    margin-left: 1.875rem; }
    .phone__text > * {
      display: block; }
  .phone__title {
    font-weight: 700; }
  .phone__link {
    text-decoration: none;
    color: #41464a;
    font-weight: 700; }

.other__links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .other__links__wrap {
    background: #000000;
    padding: .5rem; }
  .other__links a {
    color: #b2e4fb;
    display: block;
    font-size: 1rem;
    padding: 1rem 0; }
    .other__links a.text__highlight {
      text-decoration: underline; }
  .other__links .copy {
    position: absolute;
    left: .5rem;
    bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700; }
  .other__links .phone {
    padding: 16px;
    margin: 0; }
    .other__links .phone__text {
      text-align: left;
      margin-left: 1rem; }
    .other__links .phone__title {
      color: #b2e4fb; }
    .other__links .phone__link {
      color: #FFFFFF;
      padding: 0; }

.thumbnails__wrapper {
  display: flex;
  justify-content: space-between; }

.thumbnails__image {
  display: block;
  height: 50px;
  border: 2px solid transparent;
  overflow: hidden; }
  .thumbnails__image img {
    width: auto;
    height: 100%; }
  .thumbnails__image:hover {
    border-color: #FBDC30; }

@media only screen and (min-width: 62em) {
  .thumbnails__image {
    height: 75px; } }

.preview {
  margin-bottom: .5rem; }
  .preview img {
    display: block;
    width: 100%; }

input[type=submit] {
  border: none;
  cursor: pointer; }

button {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }

input[type=text],
textarea {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  padding: 16px 8px;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  width: 100%;
  color: #41464a; }
  input[type=text]::placeholder,
  textarea::placeholder {
    color: #bcbcbc; }

.field__wrapper {
  display: block;
  margin-bottom: 1.5rem; }
  .field__wrapper input,
  .field__wrapper textarea {
    width: 100%;
    border-radius: 4px;
    padding: 16px 8px;
    font-size: 0.875rem; }
  .field__wrapper.-flex input + input {
    margin-top: 1.5rem; }
  @media only screen and (min-width: 48em) {
    .field__wrapper.-flex {
      display: flex;
      justify-content: space-between; }
      .field__wrapper.-flex input {
        width: 48.5%; }
      .field__wrapper.-flex input + input {
        margin-top: 0; } }

.modal__title {
  font-size: 1.50rem;
  font-weight: 700;
  color: #41464a;
  margin-bottom: 1.25rem; }

.modal__contact {
  background: #FFFFFF;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 11; }
  .modal__contact .button__close {
    background: transparent; }

.modal__content {
  background: #FFFFFF;
  padding: 0.5rem; }

.modal__head {
  text-align: right; }

.modal__body {
  width: 100%;
  height: calc(100vh - 50px);
  overflow: scroll; }

.modal__text {
  color: #41464a;
  margin-bottom: 1.5rem; }

  .HomePage .modal__body {
    padding-bottom: 5rem;
  }

@media only screen and (min-width: 48em) {
  .modal__contact {
    left: auto;
    width: 75%;
    height: auto; }
  .modal__contact:before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(71, 116, 168, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    transform: translateX(-50%); }
  .viewContact .modal__contact:before {
    opacity: 1;
    pointer-events: auto; }
    /*
  .modal__body {
    height: auto; }
    */
  .modal__title {
    margin-left: 1rem; }
  .modal__content {
    box-shadow: 2px 9px 19px 0px rgba(0, 0, 0, 0.16); }
  .modal__content .form__wrapper {
    margin: 0 1rem; }
  .HomePage .modal__body {
    padding-bottom: 0; } }

#barraaceptacion {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  width: 100%;
  text-align: center;
  background-color: rgba(65, 70, 74, 0.95);
  color: #FFFFFF;
  z-index: 100; }

.inner p {
  margin: 60px 10px 0px;
  font-size: 1rem; }
  @media only screen and (min-width: 62em) {
    .inner {
      margin: 100px 100px 0px; } }

.inner a.ok {
  display: inline-block;
  padding: 8px 16px;
  color: #41464a;
  font-weight: 700;
  background: #FBDC30;
  border-radius: 5px; }

.inner a.info {
  display: inline-block;
  margin-left: 1rem;
  color: #afafaf; }

.inner__buttons {
  display: block;
  text-align: center;
  margin-top: 0.625rem; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #41464a;
  background: #FFFFFF;
  font-size: 16px; }

a {
  text-decoration: none; }

.container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .container {
      padding: 0 24px; } }
  @media only screen and (min-width: 62em) {
    .container {
      padding: 0; } }

.Franquicia main p {
  margin-bottom: 1.5rem; }

@media only screen and (min-width: 62em) {
  .Franquicia main .container {
    max-width: 850px; } }

.gracias__icon {
  margin: 1rem auto;
  width: 50px;
  height: 50px;
  fill: #b2e4fb; }
  @media only screen and (min-width: 62em) {
    .gracias__icon {
      margin: 0; } }

@media only screen and (min-width: 62em) {
  .gracias-title__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; } }

.Gracias .title {
  margin-bottom: 2rem; }

.Gracias main p {
  margin-bottom: 1.5rem; }

.Gracias .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media only screen and (min-width: 62em) {
  .Gracias .title {
    margin-bottom: 0;
    margin-left: 1rem; }
  .Gracias main .container {
    max-width: 850px; }
  .Gracias .header__text .container {
    max-width: 850px; }
  .Gracias .field__wrapper .button {
    border-radius: 5px;
    padding: 16px 8px;
    font-size: 1.25rem;
    display: inline-block;
    text-align: center; } }

.banner {
  color: #41464a;
  transition: all 0.3s ease-in-out; }
  .banner__header {
    min-height: 12.5rem;
    padding: 16px 8px;
    text-align: center;
    display: table;
    width: 100%;
    position: relative; }
    .banner__header:before {
      width: 100%;
      content: "";
      display: block;
      background: rgba(0,0,0,.3);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0;
    }
    .banner__header__content {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 1; }
    .banner__header__title {
      transition: all 0.3s ease-in-out;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
  .banner__liberar .banner__header {
    background: url("../img/bg-liberar.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .banner__rentabilizar .banner__header {
    background: url("../img/bg-rentabilizar.png") no-repeat;
    background-size: cover;
    background-position: center; }
  .banner__content {
    text-align: center;
    padding: 16px 32px; }
    .banner__content__title {
      font-weight: 700;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 0.5rem; }
    .banner__content__text {
      color: #010101;
      font-size: 0.875rem;
      line-height: 1.25rem; }
  @media only screen and (min-width: 48em) {
    .banner__header {
      min-height: 30vh;
      padding: 2rem; }
    .banner__header__title {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      max-width: 50%;
      margin-left: auto;
      margin-right: auto; }
    .banner__content {
      padding: 24px 32px; }
    .banner__content__title {
      font-size: 1.5rem; }
    .banner__content__text {
      font-size: 1rem; } }
  @media only screen and (min-width: 62em) {
    .banner {
      width: 50%; }
      .banner.active {
        width: 70%; }
      .banner.noactive .banner__header__title {
        font-size: 2.5rem;
        line-height: 3.5rem; }
      .banner__header {
        min-height: 70vh;
        padding-bottom: 8.25rem; }
        .banner__header__title {
          font-size: 3.5rem;
          line-height: 4rem;
          margin-bottom: 2rem;
          max-width: 90%;
          margin-left: auto;
          margin-right: auto; }
      .banner__content {
        max-width: 20rem;
        margin: auto; }
        .banner__content:after {
          content: "";
          display: block;
          width: 50%;
          height: 1px;
          background: #4774a8;
          margin: auto;
          margin-top: 4rem; }
        .banner__content__title {
          font-size: 2rem;
          line-height: 2.5rem; }
        .banner__content__text {
          font-size: 1.125rem;
          line-height: 1.875rem; }
        .banner__header__content {
          vertical-align: bottom; } }

@media only screen and (min-width: 62em) {
  .home__banners {
    display: flex; } }

.banner__form {
  background: url("../img/bg-home-rentabilizar.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 27.8125rem;
/*  margin-bottom: 22.5rem;*/
  position: relative; }
  .banner__form__wrapper {
    padding: 32px 8px;
    position: absolute;
    margin: 0 10px;
    margin-top: 14rem; }
  .banner__form__title {
    color: #747474;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
  .banner__form__text {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.25rem; }
  .banner__form .button {
    width: auto; }
  @media only screen and (min-width: 48em) {
    .banner__form {
      min-height: 34.375rem; } }
  @media only screen and (min-width: 62em) {
    .banner__form {
      min-height: 41.1875rem; } }

.result__wrap {
  text-align: center;
  margin-bottom: 2rem; }

.result__number {
  font-size: 2.5rem;
  font-weight: 900; }
  .result__number:after {
    content: "€"; }

.result__literal {
  font-size: 0.875rem;
  line-height: 1rem; }

.banner__image {
  background: url("../img/bg-home-liberar.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 31.5rem;
  margin-bottom: 4.5rem; }
  .banner__image .container {
    display: table;
    width: 100%;
    height: 100%; }
  .banner__image__title {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 8px;
    padding-bottom: 2rem;
    display: table-cell;
    vertical-align: bottom;
    text-shadow: 0 2px 14px rgba(33, 33, 33, 0.4); }
  @media only screen and (min-width: 48em) {
    .banner__image__title {
      font-size: 3rem;
      line-height: 3rem;
      padding-left: 20%;
      padding-right: 20%; } }
  @media only screen and (min-width: 62em) {
    .banner__image {
      height: 41.25rem; }
      .banner__image__title {
        font-size: 4rem;
        line-height: 4rem; } }

.block__info {
  margin: 30px 10px 50px; }
  .block__info:after {
    content: "";
    display: inline-block;
    width: 50%;
    margin-top: 2rem;
    height: 2px;
    background: #4774a8;
    transform: translateX(50%); }
  .block__info__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    text-align: center; }
  .block__info__text {
    font-size: 1.125rem;
    line-height: 2rem; }
  .block__info__button {
    text-align: center;
    margin-top: 1.5rem; }
  @media only screen and (min-width: 48em) {
    .block__info:after {
      width: 30%;
      transform: translateX(115%); } }
  @media only screen and (min-width: 62em) {
    .block__info {
      margin-bottom: 5rem; }
      .block__info:after {
        margin-top: 3.5rem;
        width: 10%;
        transform: translateX(450%); }
      .block__info .introduction .container {
        max-width: 43.75rem;
        margin-left: auto;
        margin-right: auto; }
      .block__info .introduction .block__info__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2rem; }
      .block__info__title {
        font-size: 3rem;
        line-height: 3.5rem;
        margin-bottom: 4.5rem; }
      .block__info__button {
        margin-top: 2.5rem; } }

.block__list {
  counter-reset: section;
  list-style-type: none; }
  .block__list__item:not(:last-child) {
    margin-bottom: 2rem; }
  .block__list__item__title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    .block__list__item__title:before {
      counter-increment: section;
      content: counters(section, ".") " ";
      display: inline-block;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 1.5rem;
      padding: 1rem 1.6rem;
      border-radius: 50%;
      background: #4774a8;
      margin-right: 1rem; }
  @media only screen and (min-width: 62em) {
    .block__list {
      display: flex;
      justify-content: space-between; }
      .block__list__item {
        width: 33%; } }

.block__column__image {
  display: block; }

@media only screen and (min-width: 62em) {
  .block__column {
    display: flex; }
    .block__column__image {
      display: block; }
    .block__column__content {
      margin-left: 8.75rem; } }

.block__info.video .col + .col {
  margin-top: 3.75rem; }

@media only screen and (min-width: 48em) {
  .block__info.video .row {
    display: flex;
    justify-content: space-between; }
  .block__info.video .col {
    width: 32%; }
  .block__info.video .col + .col {
    margin-top: 0; } }

.block__info.prices .category_item {
  margin: 1.5rem auto; }

@media only screen and (min-width: 48em) {
  .block__info.prices .row {
    display: flex;
    justify-content: space-between; }
  .block__info.prices .col {
    width: 48%; } }

@media only screen and (min-width: 62em) {
  .block__info.prices .col {
    width: 50%; } }

@media only screen and (min-width: 62em) {
  .block__info.prices .col.cards {
    width: 70%;
    display: flex;
    flex-wrap: wrap; }
  .block__info.prices .category_item {
    width: 48%; } }

.category_item {
  max-width: 345px;
  width: 100%;
  min-width: 250px;
  height: 392px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden; }

.category_item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.category_item .column {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column; }

.category_header {
  color: #FFFFFF; }

.category_header, .category_body {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: 'row';
  justify-content: 'center';
  align-items: center;
  height: 196px; }

.category_title {
  width: 100%;
  color: '#ffffff';
  font-family: Roboto;
  font-size: 70px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  height: 100%; }

.category_title_size_column {
  justify-content: right;
  align-items: flex-end; }

.category_title_size {
  height: 29px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff; }

.category_body .price {
  color: black;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center; }

.category_header h2 sup {
  /* Move the superscripted text up */
  top: -0.5em; }

.category_body .price h3 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #4774a8; }

.category_body .price h4 {
  opacity: 0.6;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #747474;
  text-align: left; }

.category_body .price h5 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: normal;
  text-align: center;
  color: #3a608c; }

.plano {
  display: block;
  margin: 1.5rem auto;
  max-width: 28.5rem; }
  .plano img {
    width: 100%; }

body.sticky .bar__top__buttons__mobile {
  z-index: 10; }

body.viewMenu {
  overflow: hidden; }
  body.viewMenu .navbar__wrapper {
    right: 0;
    z-index: 10; }

body.ios .-ios {
  display: block; }

body.android .-android {
  display: block; }

body.viewContact {
  overflow: hidden; }
  body.viewContact .modal__contact {
    transform: translateY(100%); }

@media only screen and (min-width: 62em) {
  body.sticky .navbar__wrapper {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }
  body.sticky .header__wrapper {
    height: 5rem; }
  body.sticky .navbar__buttons .button__store {
    opacity: 1;
    pointer-events: auto; } }

.bar__top {
  background: rgba(65, 70, 74, 0);
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%; }
  .bar__top__wrapper .container {
    padding: 0; }
  .bar__top__buttons__mobile {
    background: #FFFFFF;
    padding: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .bar__top__buttons__mobile .button__store {
      display: none; }
      .bar__top__buttons__mobile .button__store img {
        max-width: 5rem; }
  @media only screen and (min-width: 62em) {
    .bar__top__wrapper {
      position: relative; } }

.items__desktop {
  display: none; }
@media only screen and (min-width: 62em) {
  .items__mobile {
    display: none; }
  .items__desktop {
    display: flex;
    align-items: center;
    height: 100%; } }

.bar__top__buttons__desktop {
  text-align: right; }

.main {
  margin-top: 57px; }
  @media only screen and (min-width: 62em) {
    .main {
      margin-top: 5rem; } }

.button__montadito {
  padding: 0.5rem;
  background: #FFFFFF; }

.montadito__wrapper {
  position: relative;
  width: 24px;
  height: calc( 5px*5);
  display: flex;
  align-items: center; }

.montadito__figure {
  width: 24px;
  height: 5px;
  background: #41464a;
  position: relative; }
  .montadito__figure:before, .montadito__figure:after {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background: #41464a;
    position: absolute; }
  .montadito__figure:before {
    top: -10px; }
  .montadito__figure:after {
    bottom: -10px; }

.button__close {
  padding: 0.5rem;
  background: #41464a;
  height: auto; }

.close__wrapper {
  position: relative;
  width: 24px;
  height: calc( 5px*5);
  display: flex;
  align-items: center; }

.close__figure {
  width: 24px;
  height: 5px;
  background: transparent;
  position: relative; }
  .close__figure:before, .close__figure:after {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background: #bcbcbc;
    position: absolute; }
  .close__figure:before {
    transform: rotate(45deg); }
  .close__figure:after {
    transform: rotate(-45deg); }

.navbar__wrapper {
  position: fixed;
  z-index: 2;
  background: #41464a;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100vw;
  text-align: right;
  padding: .5rem 0; }
@media only screen and (min-width: 62em) {
  .navbar__wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
    height: 5rem;
    left: 0;
    right: 0; }
    .navbar__wrapper .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%; }
  .navbar__logo svg {
    transition: all .3s ease-in-out;
    width: 134px;
    height: 63px; }
  .navbar__buttons .button__store {
    margin-right: 1rem;
    display: inline-block; }
    .navbar__buttons .button__store img {
      display: block;
      height: 28px; } }

.menu__list {
  text-align: left; }
.menu__link {
  font-weight: 700;
  font-size: 1.375rem;
  text-decoration: none;
  color: #4774a8;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 16px;
  display: inline-block;
  width: 100%; }
@media only screen and (min-width: 62em) {
  .menu__item {
    display: inline-block; }
  .menu__link {
    font-weight: 500;
    font-size: 1rem;
    text-shadow: none;
    padding: 16px 8px;
    transition: all 0.3s ease-in-out; } }

.footer {
  background: #3a608c;
  padding: 16px 0;
  color: #b2e4fb;
  text-align: center; }
  .footer a {
    display: block;
    text-decoration: none;
    color: #b2e4fb;
    padding: 4px 0; }
  @media only screen and (min-width: 48em) {
    .footer .container {
      display: flex;
      justify-content: space-between; } }

.legal__list {
  border-bottom: 1px solid #b2e4fb;
  padding-bottom: 16px;
  margin-bottom: 16px; }
@media only screen and (min-width: 48em) {
  .legal__list {
    border-bottom: 0;
    padding: 0;
    margin: 0; }
  .legal__item {
    display: inline-block; }
    .legal__item + .legal__item {
      margin-left: 16px;
      padding-left: 16px;
      border-left: 1px solid #b2e4fb; } }

.section {
  padding: 48px 0; }
  .section__title {
    font-size: 2rem;
    font-weight: 700;
    color: #b2e4fb;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.125rem; }
  .section__subtitle {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.125rem; }
  .section__video .col + .col {
    margin-top: 3.75rem; }
  .section__rules-security .col + .col {
    margin-top: 2.5rem; }
  .section__banner {
    text-align: center;
    background: #3a608c;
    margin-top: 2rem;
    padding: 16px 0px 8px 0px; }
    .section__banner .section__title {
      line-height: 2.5rem;
      margin-bottom: 2rem; }
    .section__banner .price {
      font-size: 3.75rem;
      margin-left: 4px; }
    .section__banner small {
      font-size: 0.625rem; }
    .section__banner .buttons__wrapper {
      margin-bottom: 1.875rem; }
  .section__franquicia {
    background: url("../img/bg-franquiciados.png") no-repeat center;
    background-size: cover;
    min-height: 21.5625rem;
    position: relative;
    z-index: 0; }
    .section__franquicia:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(16, 47, 82, 0.8); }
  @media only screen and (min-width: 48em) {
    .section {
      padding: 56px 0; }
      .section__title {
        font-size: 2rem;
        margin-bottom: 2.5rem; }
      .section__subtitle {
        font-size: 1.5rem; }
      .section__video .row {
        display: flex;
        justify-content: space-between; }
      .section__video .col {
        width: 32%; }
      .section__video .col + .col {
        margin-top: 0; }
      .section__banner {
        padding-top: 1.5rem;
        padding-bottom: 0;
        margin: 32px 0 0;
        text-align: left; }
        .section__banner .container {
          position: relative; }
        .section__banner .section__title,
        .section__banner .section__subtitle,
        .section__banner .buttons__wrapper {
          text-align: center; }
        .section__banner .section__title {
          margin-bottom: 1rem; }
        .section__banner .buttons__wrapper {
          padding-bottom: 1.5rem;
          margin-bottom: 0; }
        .section__banner .banner__image {
          position: absolute;
          right: 1.5rem;
          bottom: 0; }
      .section__rules-security .row {
        display: flex; }
      .section__rules-security .col {
        width: 50%; }
        .section__rules-security .col + .col {
          margin-top: 0; }
      .section__rules-security .section__title {
        text-align: left; }
      .section__contact .row {
        display: flex;
        justify-content: space-between; }
      .section__contact .col {
        width: 48%; }
      .section__contact .email {
        margin-top: 0; } }
  @media only screen and (min-width: 62em) {
    .section__title {
      font-size: 3rem;
      margin-bottom: 3rem; }
    .section__subtitle {
      font-size: 1.75rem; }
    .section__video {
      position: relative;
      margin-bottom: 9.375rem; }
    .section__banner {
      padding-top: 2rem; }
      .section__banner .container {
        max-width: 940px; }
      .section__banner .section__title {
        margin-bottom: 1.5rem; }
      .section__banner .banner__image {
        right: 0; }
      .section__banner .buttons__wrapper {
        padding-bottom: 2rem; }
    .section__how .container > .row {
      display: flex;
      justify-content: space-between; }
    .section__how .container .col:first-child {
      width: 48%;
      max-width: 460px;
      flex: 0 0 auto; }
    .section__how .container .col:not(:first-child) {
      width: 55%; }
    .section__rules-security {
      padding-top: 80px; }
    .section__contact .section__subtitle {
      font-size: 2rem;
      line-height: 3rem; } }

.HomeInnerPage .logo-symbol svg {
  width: 35px;
  height: 35px; }

.HomeInnerPage .menu__link {
  color: #b2e4fb; }

@media only screen and (min-width: 62em) {
  .HomeInnerPage .navbar__logo svg {
    width: 32px;
    height: 32px; }
  .HomeInnerPage .menu__link {
    color: #4774a8;
    font-size: 0.875rem; }
  .HomeInnerPage .navbar__buttons {
    display: flex;
    margin-left: 8px; } }

.Liberar .navbar__wrapper .button,
.Rentabilizar .navbar__wrapper .button {
  font-size: 0.875rem;
  min-width: 6.25rem;
  padding: 6px;
  height: 28px; }

.menu__especial {
  display: none;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem; }
  .menu__especial__link {
    font-size: 0.875rem;
    display: block;
    font-weight: 500;
    color: #41464a;
    padding: 0 8px;
    border-bottom: 2px solid transparent; }
    .link__personal.active .menu__especial__link {
      color: #4774a8;
      border-bottom-color: #4774a8;
      pointer-events: none;
    }
    .link__business.active .menu__especial__link {
      color: #4774a8;
      border-bottom-color: #4774a8;
      pointer-events: none;
    }
    .active .menu__especial__link svg {
      opacity: 1;
    }
    .menu__especial__link:hover {
      border-bottom-color: #4774a8; }
    .menu__especial__link svg {
      width: 110px;
      height: 76px;
      opacity: .5;
    }

  @media only screen and (min-width: 62em) {
    .menu__especial {
      display: flex; } }

.phone__bar {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .phone__bar .phone__text {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #4774a8; }
  .phone__bar .phone__link {
    color: #4774a8; }
  .phone__bar .phone__title {
    font-size: .8rem; }

.navbar__claim {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-right: 1rem; }
  .navbar__claim strong {
    font-size: 1.5rem; }

.tarifas__image {
  text-align: center; }
  .tarifas__image img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 62em) {
    .tarifas__image {
      margin: 0 auto; }
      .tarifas__image img {
        width: auto; } }

.HomePage .menu__link {
  color: #b2e4fb; }

.HomePage .navbar__wrapper .button {
  font-size: 0.875rem;
  min-width: 6.25rem;
  padding: 6px;
  height: 28px; }

@media only screen and (min-width: 62em) {
  .HomePage .menu__list {
    display: none; } }

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


/*ESTILOS DEL MODAL_NEWS*/
.viewNews {
  overflow: hidden;
}

.viewNews .modal__news {
  display: block;
}

.modal__news {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(65,70,74,.8);
  z-index: 200;
  display: none;
}

.modal__news .modal__content {
  display: table;
  width: 100%;
  height: calc(100% - 140px);
  background: transparent;
}

.img__news {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.img__news img {
  width: 100%;
}

/*Nuevos*/

.banner__logo svg{
  width: 105px;
  height: 65px;
}
@media only screen and (min-width: 48em) {
  .banner__logo svg{
    width: 175px;
    height: 85px;
  }
}
@media only screen and (min-width: 62em) {
  .banner__logo {
    display: none;
  }
}

.bar__top__buttons__mobile .logo-symbol {
  opacity: 0;
}
