/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
ul, ol {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body, html {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Inter', sans-serif;
  color: #222222; }

img, svg {
  width: 100%;
  height: auto;
  display: block; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.main-wrapper {
  width: 100%;
  height: 100%; }
  @media all and (min-width: 1400px) {
    .main-wrapper {
      max-width: 1280px;
      margin: 0 auto;
      height: 100%; } }

input, button, textarea {
  -webkit-appearance: none; }
  input:focus, button:focus, textarea:focus {
    outline: none !important; }

label, button {
  cursor: pointer; }

/* Firefox */
.btn-primary {
  outline: none;
  border: none;
  height: 54px;
  border-radius: 10px;
  background-color: #1F7ACD;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .btn-primary .title {
    position: relative; }
    .btn-primary .title p {
      font-weight: 700;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 20px;
      margin-right: 12px; }
    .btn-primary .title svg {
      width: 6px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

h1, h2, h3, h4, p, input, label, span, a {
  font-family: 'Inter', sans-serif;
  color: #222222;
  margin: 0;
  padding: 0; }

p, a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }
  @media only screen and (min-width: 1400px) {
    p, a {
      font-size: 16px;
      line-height: 24px; } }

h1 {
  color: #1F7ACD;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px; }
  @media only screen and (min-width: 1400px) {
    h1 {
      font-size: 40px;
      line-height: 55px; } }

h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }
  @media only screen and (min-width: 1400px) {
    h2 {
      font-size: 25px;
      line-height: 40px; } }

h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px; }

form .form--block {
  position: relative;
  margin-bottom: 24px; }
  form .form--block.text-block {
    margin-bottom: 32px; }
  form .form--block:nth-last-of-type(1) {
    margin-bottom: 0; }
  form .form--block.input--error .error {
    display: block; }
  form .form--block.input--error .form-input label span.input__label-content--chisato::after {
    color: #e08180; }
  form .form--block.input--error .form-input input {
    border: 1px solid #e08180 !important; }
  form .form--block .error {
    display: none;
    position: absolute;
    top: -14px;
    right: 0; }
    form .form--block .error p {
      font-size: 9px;
      line-height: 12px;
      color: #e08180; }
  form .form--block .form-texto p {
    font-size: 14px;
    line-height: 20px; }
  form .form--block .form-input {
    max-width: initial;
    padding: 0;
    margin: 0;
    width: 100%; }
    form .form--block .form-input.input--filled label {
      top: 10px; }
    form .form--block .form-input label {
      z-index: 10;
      top: 14px;
      transform: initial;
      font-size: 14px;
      line-height: 21px;
      color: #222222;
      font-family: 'Inter', sans-serif; }
      form .form--block .form-input label span {
        max-width: calc(100% - 32px);
        padding: 0 16px; }
        form .form--block .form-input label span.input__label-content--chisato::after {
          font-family: 'Inter', sans-serif;
          font-size: 11px;
          line-height: 13px;
          font-weight: 700;
          content: attr(data-content);
          position: absolute;
          top: -34px;
          left: 0;
          color: #1F7ACD; }
    form .form--block .form-input input {
      font-size: 14px;
      line-height: 21px;
      color: #222222;
      height: 48px;
      padding: 0 16px;
      width: calc(100% - 34px);
      border: 1px solid #222222;
      border-radius: 5px;
      background-color: #FFFFFF;
      font-family: 'Inter', sans-serif; }
  form .form--block .form-politicas {
    display: flex; }
    form .form--block .form-politicas input {
      opacity: 0;
      visibility: hidden; }
      form .form--block .form-politicas input:checked + label::before {
        background-color: #02c3cd;
        border-color: #02c3cd; }
    form .form--block .form-politicas label {
      position: relative;
      padding-left: 30px; }
      form .form--block .form-politicas label::before {
        content: "";
        transition: 0.3s ease;
        top: -2px;
        position: absolute;
        left: 0;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background-color: #FFFFFF;
        border: 1px solid #222222; }
      form .form--block .form-politicas label::after {
        content: url(./../img/check.svg);
        position: absolute;
        left: 4px;
        top: -3px; }
      form .form--block .form-politicas label p {
        font-size: 11px;
        line-height: 15px; }
        form .form--block .form-politicas label p a {
          font-size: 11px;
          line-height: 15px;
          color: #1F7ACD;
          text-decoration: none; }

* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */ }

header.header {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 0 5vw;
  box-shadow: 0px 3px 6px #00000029;
  height: 70px;
  width: calc(100% - 10vw); }
  header.header .header--content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header.header .header--content a.logo {
      width: 120px; }
    header.header .header--content .bars {
      width: 30px;
      height: 20px;
      position: relative;
      cursor: pointer;
      transition: 0.3s ease; }
      header.header .header--content .bars.active {
        height: 30px; }
        header.header .header--content .bars.active span:nth-of-type(1) {
          top: 15px;
          transform: translateX(-50%) rotate(45deg); }
        header.header .header--content .bars.active span:nth-of-type(2) {
          top: 15px;
          width: 0px; }
        header.header .header--content .bars.active span:nth-of-type(3) {
          top: 15px;
          transform: translateX(-50%) rotate(-45deg); }
      header.header .header--content .bars span {
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        width: 30px;
        height: 1px;
        background-color: #222222;
        transition: 0.3s ease; }
        header.header .header--content .bars span:nth-of-type(1) {
          top: 0; }
        header.header .header--content .bars span:nth-of-type(2) {
          top: 9px; }
        header.header .header--content .bars span:nth-of-type(3) {
          top: 19px; }
    header.header .header--content .menu {
      box-shadow: 0px 3px 6px #00000029;
      padding: 40px 5vw;
      position: absolute;
      background-color: #222222;
      right: -100vw;
      top: 70px;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
      width: calc(100% - 10vw); }
      header.header .header--content .menu.active {
        right: 0;
        opacity: 1;
        visibility: visible; }
      header.header .header--content .menu .menu--content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        header.header .header--content .menu .menu--content .menu--principal {
          margin-bottom: 40px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          header.header .header--content .menu .menu--content .menu--principal li {
            margin-bottom: 8px; }
            header.header .header--content .menu .menu--content .menu--principal li:nth-last-of-type(1) {
              margin-bottom: 0; }
            header.header .header--content .menu .menu--content .menu--principal li a {
              font-weight: 700;
              display: flex;
              color: #FFFFFF;
              font-size: 18px; }
        header.header .header--content .menu .menu--content .menu--registro {
          position: relative;
          display: flex;
          align-items: center; }
          header.header .header--content .menu .menu--content .menu--registro::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 24px;
            width: 1px;
            background-color: #FFFFFF; }
          header.header .header--content .menu .menu--content .menu--registro li {
            margin-right: 30px; }
            header.header .header--content .menu .menu--content .menu--registro li:nth-last-of-type(1) {
              margin-right: 0; }
            header.header .header--content .menu .menu--content .menu--registro li a {
              font-weight: 700;
              display: flex;
              color: #FFFFFF;
              font-size: 18px; }

.transparencia {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 400;
  background-color: #00000080;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .transparencia.active {
    opacity: 1;
    visibility: visible; }

.wat-mainrow {
  margin-top: 70px; }

section.wat-section.home-contenido {
  margin-bottom: 80px; }
  section.wat-section.home-contenido .home-contenido--content {
    padding-top: 20px; }
    section.wat-section.home-contenido .home-contenido--content .form-home {
      display: none; }

.section-cabecera {
  margin-bottom: 40px; }
  .section-cabecera .section-cabecera-info {
    padding: 0 5vw; }
    .section-cabecera .section-cabecera-info .info {
      margin-bottom: 24px; }
      .section-cabecera .section-cabecera-info .info h1 {
        margin-bottom: 24px; }
      .section-cabecera .section-cabecera-info .info p {
        margin-bottom: 40px; }
      .section-cabecera .section-cabecera-info .info .image {
        max-width: 330px; }
    .section-cabecera .section-cabecera-info .btn-fixed {
      opacity: 0;
      visibility: hidden;
      position: fixed;
      z-index: 998;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 16px 5vw;
      transition: .3s ease; }
      .section-cabecera .section-cabecera-info .btn-fixed.active {
        opacity: 1;
        visibility: visible; }
  .section-cabecera .section-cabecera-image {
    display: none; }

.section-caracteristicas {
  padding: 0 5vw;
  margin-bottom: 40px; }
  .section-caracteristicas .title {
    margin-bottom: 24px; }
  .section-caracteristicas .caracteristicas .caracteristica {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    .section-caracteristicas .caracteristicas .caracteristica:nth-last-of-type(1) {
      margin-bottom: 0; }
    .section-caracteristicas .caracteristicas .caracteristica .icon {
      flex-basis: 48px;
      margin-right: 10px; }
    .section-caracteristicas .caracteristicas .caracteristica .info {
      flex-basis: calc(100% - 58px); }

.section-imagen-pasos {
  padding: 0 5vw;
  margin-bottom: 40px; }
  .section-imagen-pasos .title {
    margin-bottom: 24px; }
    .section-imagen-pasos .title h2 {
      margin-bottom: 20px; }
  .section-imagen-pasos .pasos-image .pasos {
    margin-bottom: 24px; }
    .section-imagen-pasos .pasos-image .pasos .paso {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px; }
      .section-imagen-pasos .pasos-image .pasos .paso:nth-last-of-type(1) {
        margin-bottom: 0; }
      .section-imagen-pasos .pasos-image .pasos .paso .icon {
        margin-right: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #E6E6E6;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-imagen-pasos .pasos-image .pasos .paso .icon p {
          font-weight: 700;
          color: #1F7ACD;
          font-size: 19px;
          line-height: 21px; }
      .section-imagen-pasos .pasos-image .pasos .paso .info {
        flex-basis: calc(100% - 48px); }
        .section-imagen-pasos .pasos-image .pasos .paso .info h3 {
          margin-bottom: 10px; }
  .section-imagen-pasos .pasos-image .image {
    cursor: pointer; }

.section-bancos {
  margin-bottom: 40px;
  padding: 0 5vw; }
  .section-bancos .title {
    margin-bottom: 24px; }
  .section-bancos .bancos {
    display: flex;
    flex-wrap: wrap; }
    .section-bancos .bancos .banco {
      flex-basis: calc((100% - (1 * 30px)) / 2);
      margin-right: 30px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-bancos .bancos .banco .mas {
        display: flex;
        align-items: center; }
        .section-bancos .bancos .banco .mas .icon {
          min-width: 16px;
          width: 16px;
          height: 16px;
          border: 1px solid #222222;
          border-radius: 50%;
          margin-right: 8px;
          position: relative; }
          .section-bancos .bancos .banco .mas .icon::after, .section-bancos .bancos .banco .mas .icon::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 1px;
            background-color: #222222; }
          .section-bancos .bancos .banco .mas .icon::before {
            transform: translate(-50%, -50%) rotate(90deg); }
        .section-bancos .bancos .banco .mas p {
          font-weight: 700; }
      .section-bancos .bancos .banco:nth-of-type(2n) {
        margin-right: 0; }

.section-informacion {
  padding: 0 5vw; }
  .section-informacion .informacion--content h2 {
    margin-bottom: 24px; }
  .section-informacion .informacion--content .btn--content {
    max-width: 255px;
    margin: 24px 0;
    display: flex;
    justify-content: flex-start; }
  .section-informacion .informacion--content .politicas p {
    font-size: 12px;
    line-height: 17px;
    color: #748EA0; }

.seccion-opiniones {
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 20px 16px 20px 16px;
  margin: 50px 0 67px 0; }
  .seccion-opiniones .opiniones--titulo h2 {
    font-size: 18px; }
  .seccion-opiniones .opiniones--content {
    display: flex;
    flex-direction: column; }
    .seccion-opiniones .opiniones--content .opinion-contenido {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .seccion-opiniones .opiniones--content .opinion-contenido:last-of-type {
        margin-bottom: 0; }
      .seccion-opiniones .opiniones--content .opinion-contenido .imagen {
        margin-right: 25px; }
        .seccion-opiniones .opiniones--content .opinion-contenido .imagen img {
          width: 37px;
          height: 37px; }
      .seccion-opiniones .opiniones--content .opinion-contenido .contenido .valoracion {
        display: flex;
        align-items: center; }
        .seccion-opiniones .opiniones--content .opinion-contenido .contenido .valoracion .titulo p {
          font-size: 14px;
          color: black;
          font-weight: bold;
          margin-right: 5px; }
        .seccion-opiniones .opiniones--content .opinion-contenido .contenido .valoracion .puntuacion {
          display: flex; }
          .seccion-opiniones .opiniones--content .opinion-contenido .contenido .valoracion .puntuacion img {
            margin-left: 5px;
            width: 12.9px;
            height: 12.3px; }
      .seccion-opiniones .opiniones--content .opinion-contenido .contenido .texto {
        margin-top: 7px; }
        .seccion-opiniones .opiniones--content .opinion-contenido .contenido .texto p {
          font-size: 12px; }

.seccion-faqs .faqs-titulo {
  margin-bottom: 20px; }
.seccion-faqs .faqs--content {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .seccion-faqs .faqs--content .info--content {
    border-bottom: 1px solid #222222;
    padding-bottom: 20px; }
    .seccion-faqs .faqs--content .info--content .info-titulo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      transition: .3s ease; }
      .seccion-faqs .faqs--content .info--content .info-titulo h3 {
        font-size: 18px;
        line-height: 30px; }
      .seccion-faqs .faqs--content .info--content .info-titulo .btn-icono {
        min-width: 20px;
        width: 20px;
        height: 20px;
        border: 2px solid #222222;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        .seccion-faqs .faqs--content .info--content .info-titulo .btn-icono .btn-icono--content {
          width: 12px;
          transition: .3s ease; }
      .seccion-faqs .faqs--content .info--content .info-titulo.active h3 {
        color: #1F7ACD; }
      .seccion-faqs .faqs--content .info--content .info-titulo.active .btn-icono {
        border-color: #1F7ACD; }
        .seccion-faqs .faqs--content .info--content .info-titulo.active .btn-icono .btn-icono--content {
          transform: rotate(-180deg); }
          .seccion-faqs .faqs--content .info--content .info-titulo.active .btn-icono .btn-icono--content svg path {
            fill: #1F7ACD; }
    .seccion-faqs .faqs--content .info--content .info-contenido {
      margin-top: 30px;
      display: none; }
      .seccion-faqs .faqs--content .info--content .info-contenido p {
        margin-bottom: 4px; }
        .seccion-faqs .faqs--content .info--content .info-contenido p:last-of-type {
          margin-bottom: 0; }

footer.footer .footer-marcas {
  padding: 0 5vw;
  background-color: #FFFFFF; }
  footer.footer .footer-marcas .footer-marcas--content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer.footer .footer-marcas .footer-marcas--content .marca {
      margin-bottom: 20px;
      flex-basis: calc((100% - (2 * 10px)) / 2);
      margin-right: 10px; }
      footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(2n) {
        margin-right: 0; }
      footer.footer .footer-marcas .footer-marcas--content .marca .image {
        margin-bottom: 10px; }
      footer.footer .footer-marcas .footer-marcas--content .marca p {
        text-align: center;
        font-size: 12px;
        line-height: 17px; }
footer.footer .footer-info {
  padding: 40px 5vw;
  background-color: #171C3B; }
  footer.footer .footer-info .footer-info--content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    footer.footer .footer-info .footer-info--content .col {
      margin-bottom: 20px; }
      footer.footer .footer-info .footer-info--content .col:nth-last-of-type(1) {
        margin-bottom: 0; }
      footer.footer .footer-info .footer-info--content .col a.logo {
        display: flex;
        width: 120px; }
      footer.footer .footer-info .footer-info--content .col a.info-icon {
        display: flex; }
        footer.footer .footer-info .footer-info--content .col a.info-icon .icon {
          margin-top: 2px;
          flex-basis: 20px;
          margin-right: 10px; }
        footer.footer .footer-info .footer-info--content .col a.info-icon p {
          flex-basis: calc(100% - 30px);
          color: #FFFFFF; }
      footer.footer .footer-info .footer-info--content .col .redes {
        display: flex; }
        footer.footer .footer-info .footer-info--content .col .redes a {
          margin-right: 12px;
          display: flex;
          width: 30px; }
          footer.footer .footer-info .footer-info--content .col .redes a:nth-last-of-type(1) {
            margin-right: 0; }

@media only screen and (min-width: 768px) {
  .section-caracteristicas .caracteristicas {
    display: flex;
    flex-wrap: wrap; }
    .section-caracteristicas .caracteristicas .caracteristica {
      flex-basis: calc((100% - (1 * 30px)) / 2);
      margin-right: 30px; }
      .section-caracteristicas .caracteristicas .caracteristica:nth-of-type(2n) {
        margin-right: 0; }
      .section-caracteristicas .caracteristicas .caracteristica:nth-last-of-type(1) {
        margin-bottom: 20px; }

  .section-bancos .bancos .banco {
    flex-basis: calc((100% - (3 * 20px)) / 4);
    margin-right: 20px; }
    .section-bancos .bancos .banco:nth-of-type(2n) {
      margin-right: 20px; }
    .section-bancos .bancos .banco:nth-of-type(4n) {
      margin-right: 0; }

  footer.footer .footer-marcas .footer-marcas--content .marca {
    flex-basis: calc((100% - (2 * 30px)) / 3);
    margin-right: 30px; }
    footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(2n) {
      margin-right: 30px; }
    footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(3n) {
      margin-right: 0; } }
@media only screen and (min-width: 992px) {
  section.wat-section.home-contenido .home-contenido--content {
    padding: 0 5vw;
    display: block;
    position: relative; }
    section.wat-section.home-contenido .home-contenido--content .info-home {
      margin-top: 74px;
      display: inline-block;
      vertical-align: top;
      width: calc((100% - 350px - 30px));
      margin-right: 30px; }
    section.wat-section.home-contenido .home-contenido--content .form-home {
      z-index: 2000;
      display: inline-block;
      vertical-align: top;
      position: sticky;
      top: calc((70px + 74px));
      width: 344px; }
      section.wat-section.home-contenido .home-contenido--content .form-home form {
        padding: 24px;
        box-shadow: 0px 15px 30px #00000029;
        background-color: #FFFFFF;
        border-radius: 10px; }

  .section-cabecera .section-cabecera-info {
    padding: 0; }
    .section-cabecera .section-cabecera-info .formulario {
      display: none; }

  .section-caracteristicas {
    padding: 0; }

  .section-imagen-pasos {
    padding: 0; }

  .section-bancos {
    padding: 0; }

  .section-informacion {
    padding: 0; }

  footer.footer .footer-marcas .footer-marcas--content .marca {
    flex-basis: calc((100% - (4 * 20px)) / 5);
    margin-right: 20px; }
    footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(3n), footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(2n) {
      margin-right: 20px; }
    footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(5n) {
      margin-right: 0; }
  footer.footer .footer-info .footer-info--content {
    flex-direction: row;
    flex-wrap: wrap; }
    footer.footer .footer-info .footer-info--content .col:nth-of-type(2) {
      flex-basis: calc(100% - 380px); }
    footer.footer .footer-info .footer-info--content .col:nth-of-type(2), footer.footer .footer-info .footer-info--content .col:nth-of-type(3) {
      margin-right: 30px; }
    footer.footer .footer-info .footer-info--content .col:nth-of-type(1), footer.footer .footer-info .footer-info--content .col:nth-of-type(5) {
      flex-basis: 100%; } }
@media only screen and (min-width: 1200px) {
  .section-imagen-pasos .pasos-image {
    display: flex;
    align-items: flex-start; }
    .section-imagen-pasos .pasos-image .pasos {
      flex-basis: 300px;
      margin-right: 30px; }
    .section-imagen-pasos .pasos-image .image {
      flex-basis: calc(100% - 330px); }

  .wat-mainrow {
    margin-top: 80px; }

  header.header {
    height: 80px; }
    header.header .header--content a.logo {
      margin-right: 90px; }
    header.header .header--content .bars {
      display: none; }
    header.header .header--content .menu {
      box-shadow: none;
      position: initial;
      opacity: 1;
      visibility: visible;
      background-color: initial;
      padding: 0; }
      header.header .header--content .menu .menu--content {
        flex-direction: row; }
        header.header .header--content .menu .menu--content .menu--principal {
          margin-bottom: 0;
          margin-right: auto;
          flex-direction: row; }
          header.header .header--content .menu .menu--content .menu--principal li {
            margin-bottom: 0;
            margin-right: 60px; }
            header.header .header--content .menu .menu--content .menu--principal li:nth-last-of-type(1) {
              margin-right: 0; }
            header.header .header--content .menu .menu--content .menu--principal li a {
              font-size: 15px;
              line-height: 19px;
              color: #222222; }
        header.header .header--content .menu .menu--content .menu--registro::after {
          background-color: #222222; }
        header.header .header--content .menu .menu--content .menu--registro li a {
          font-size: 15px;
          line-height: 19px;
          color: #222222; }

  footer.footer .footer-marcas .footer-marcas--content .marca {
    flex-basis: 160px;
    margin-right: 40px; }
    footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(3n), footer.footer .footer-marcas .footer-marcas--content .marca:nth-of-type(2n) {
      margin-right: 40px; }
  footer.footer .footer-info .footer-info--content {
    align-items: center;
    justify-content: space-between; }
    footer.footer .footer-info .footer-info--content .col {
      margin-bottom: 0; }
      footer.footer .footer-info .footer-info--content .col:nth-of-type(2) {
        flex-basis: 360px; }
      footer.footer .footer-info .footer-info--content .col:nth-of-type(1), footer.footer .footer-info .footer-info--content .col:nth-of-type(5) {
        flex-basis: initial; }

  .section-cabecera {
    display: flex; }
    .section-cabecera .section-cabecera-info {
      margin-bottom: 0;
      flex-basis: 50%; }
      .section-cabecera .section-cabecera-info .info p {
        margin-bottom: 0; }
      .section-cabecera .section-cabecera-info .info .image {
        margin-top: 70px; }
    .section-cabecera .section-cabecera-image {
      display: block;
      flex-basis: 50%; }

  .seccion-opiniones .opiniones--titulo h2 {
    font-size: 20px; }
  .seccion-opiniones .opiniones--content {
    display: flex;
    flex-direction: row;
    align-items: start; } }
@media only screen and (min-width: 1400px) {
  header.header {
    padding: 0;
    width: 100%; }

  section.wat-section.home-contenido .home-contenido--content {
    padding: 0; }
    section.wat-section.home-contenido .home-contenido--content .info-home {
      margin-right: 80px;
      width: calc(100% - 350px - 80px); }
    section.wat-section.home-contenido .home-contenido--content .form-home {
      top: calc(80px + 36px); }

  .section-cabecera .section-cabecera-info {
    flex-basis: calc(100% - 380px); }
    .section-cabecera .section-cabecera-info .info h1 {
      font-size: 44px;
      line-height: 58px; }
  .section-cabecera .section-cabecera-image {
    flex-basis: 380px; }

  .section-caracteristicas .title {
    margin-bottom: 40px; }
  .section-caracteristicas .caracteristicas .caracteristica {
    margin-bottom: 40px; }
    .section-caracteristicas .caracteristicas .caracteristica .icon {
      flex-basis: 60px;
      margin-right: 14px; }
    .section-caracteristicas .caracteristicas .caracteristica .info {
      flex-basis: calc(100% - 74px); }

  .section-imagen-pasos {
    margin-bottom: 80px; }
    .section-imagen-pasos .title {
      margin-bottom: 40px; }
    .section-imagen-pasos .pasos-image .pasos {
      margin-right: 60px; }
      .section-imagen-pasos .pasos-image .pasos .paso {
        margin-bottom: 40px; }
    .section-imagen-pasos .pasos-image .image {
      flex-basis: calc(100% - 360px); }

  .section-bancos .title {
    margin-bottom: 40px; }
  .section-bancos .bancos {
    max-width: 700px; }

  .section-informacion .informacion--content .btn--content {
    margin: 40px 0 60px; }

  footer.footer .footer-info {
    padding: 30px calc((100% - 1280px) / 2); }
    footer.footer .footer-info .footer-info--content .col a.logo {
      width: 150px; } }

/*# sourceMappingURL=wat.css.map */
