@keyframes marquee {
  0% {
    transform: translateX(var(--start-position)); }
  100% {
    transform: translateX(var(--final-position)); } }
.template-resena-new .template-resena--content {
  display: flex;
  justify-content: center;
  gap: 26px; }
  .template-resena-new .template-resena--content .resena {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; }
    .template-resena-new .template-resena--content .resena .logo.logo-google {
      width: 78px; }
    .template-resena-new .template-resena--content .resena .logo.logo-trust {
      width: 102px; }
    .template-resena-new .template-resena--content .resena .notas {
      display: flex;
      align-items: center;
      gap: 4px; }
      .template-resena-new .template-resena--content .resena .notas .nota p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 900;
        color: #FFFFFF; }
      .template-resena-new .template-resena--content .resena .notas .stars {
        display: flex;
        align-items: center;
        gap: 4px; }
        .template-resena-new .template-resena--content .resena .notas .stars .star {
          width: 13px; }
    .template-resena-new .template-resena--content .resena .texto p {
      text-align: center;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 22px;
      font-weight: 300; }
      .template-resena-new .template-resena--content .resena .texto p span {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: underline; }

.information > p a {
  text-decoration: underline;
  color: #1F7ACD; }

@media all and (min-width: 1024px) {
  .template-resena-new .template-resena--content .resena {
    gap: 4px;
    align-items: flex-start;
    width: 172px;
    min-width: 172px;
    flex-basis: initial; }
    .template-resena-new .template-resena--content .resena .texto p {
      text-align: left; } }
h5 {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  color: #222; }

.proyecto-financiado {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px; }
  .proyecto-financiado .proyecto-financiado--content {
    height: 100%; }
    .proyecto-financiado .proyecto-financiado--content .titulo-proyecto {
      padding: 16px; }
      .proyecto-financiado .proyecto-financiado--content .titulo-proyecto h5 {
        text-align: center; }
    .proyecto-financiado .proyecto-financiado--content .image-proyecto {
      position: relative;
      overflow: hidden;
      aspect-ratio: 350/200;
      width: 100%; }
      .proyecto-financiado .proyecto-financiado--content .image-proyecto img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; }
    .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion {
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion .caracteristicas {
        padding: 12px;
        background-color: #FDF1DB;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px; }
        .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion .caracteristicas .caracteristica {
          display: flex;
          align-items: center;
          gap: 8px; }
          .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion .caracteristicas .caracteristica .icon {
            flex-basis: 16px;
            min-width: 16px; }
          .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion .caracteristicas .caracteristica p {
            font-size: 14px;
            line-height: 21px;
            font-weight: bold; }
      .proyecto-financiado .proyecto-financiado--content .caracteristicas-descripcion .descripcion p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 300; }

.form-row.radios {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%; }
  .form-row.radios .radio-title {
    width: 100%; }
    .form-row.radios .radio-title p {
      font-size: 14px;
      line-height: 21px;
      font-weight: 300; }
  .form-row.radios .radio {
    position: relative; }
    .form-row.radios .radio input {
      -webkit-appearance: auto;
      position: absolute;
      opacity: 0;
      left: 4px;
      width: 1px;
      bottom: -4px; }
      .form-row.radios .radio input:checked + label::after {
        opacity: 1;
        visibility: visible; }
    .form-row.radios .radio label {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 8px;
      position: relative;
      font-size: 14px;
      line-height: 21px;
      font-weight: 300;
      font-family: 'Poppins',sans-serif; }
      .form-row.radios .radio label::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #222; }
      .form-row.radios .radio label::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #1F7ACD;
        left: 4px;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }

.form-row.acceptance {
  gap: 10px; }

@keyframes hintloading {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
header.header.new-header {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  header.header.new-header:not(.new-header-home) .header--relative .logo img.sticky, header.header.new-header.fixed-update .header--relative .logo img.sticky, header.header.new-header.relative .header--relative .logo img.sticky {
    display: block; }
  header.header.new-header:not(.new-header-home) .header--relative .logo img:not(.sticky), header.header.new-header.fixed-update .header--relative .logo img:not(.sticky), header.header.new-header.relative .header--relative .logo img:not(.sticky) {
    display: none; }
  header.header.new-header:not(.new-header-home) .header--container a.account svg path {
    fill: #1F7ACD; }
  header.header.new-header .header--relative {
    box-shadow: initial;
    background: initial;
    height: 64px;
    padding: 12px 5vw; }
    header.header.new-header .header--relative.active {
      z-index: 1200;
      background-color: #FFFFFF; }
    header.header.new-header .header--relative .logo {
      width: 128px; }
      header.header.new-header .header--relative .logo img.sticky {
        display: none; }
  header.header.new-header .header--container .menu-container > ul {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    header.header.new-header .header--container .menu-container > ul > li > a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 4px; }
      header.header.new-header .header--container .menu-container > ul > li > a::before {
        content: "";
        display: block;
        width: 3px;
        min-width: 3px;
        height: 3px;
        background-color: #222;
        border-radius: 50%; }
    header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px; }
      header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; }
        header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu li {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px; }
          header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu li a {
            font-size: 16px;
            line-height: 24px;
            font-weight: 300; }
          header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu li ul.sub-menu {
            padding-left: 20px; }
            header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
              display: flex;
              align-items: center;
              gap: 4px; }
              header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a::before {
                content: "";
                display: block;
                width: 3px;
                min-width: 3px;
                height: 3px;
                background-color: #222;
                border-radius: 50%; }
  header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion {
    display: none; }
  header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary {
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary .btn-primary-text {
      font-size: 16px;
      line-height: 24px; }
    header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary svg {
      width: 16px;
      margin: 0; }
      header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary svg path {
        fill: transparent;
        stroke: #FFFFFF; }
  header.header.new-header .header--container .inner-container {
    z-index: 1000; }
  header.header.new-header .header--container a.account {
    z-index: 1500;
    background-color: initial; }
    header.header.new-header .header--container a.account svg path {
      transition: .3s ease; }
    header.header.new-header .header--container a.account.active svg path, header.header.new-header .header--container a.account.menu-desplegado svg path {
      fill: #1F7ACD; }

footer.footer.new-footer {
  z-index: 100; }
  footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas li:not(.active) {
      opacity: .5; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas li a {
      display: flex;
      align-items: center;
      gap: 4px; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas li a .icon {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1/1;
        border-radius: 50%;
        width: 13px; }
        footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas li a .icon img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu-idiomas li a p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF; }
  footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu li {
      margin-bottom: 0; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li > a {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      display: flex;
      align-items: flex-start;
      gap: 4px; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li > a::before {
        content: "";
        margin-top: 11px;
        display: block;
        width: 3px;
        min-width: 3px;
        height: 3px;
        background-color: #FFFFFF;
        border-radius: 50%; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; }
        footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 10px; }
          footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li a {
            color: #FFFFFF;
            font-size: 16px;
            line-height: 24px;
            font-weight: 300; }
          footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu {
            padding-left: 20px; }
            footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
              color: #FFFFFF;
              display: flex;
              align-items: flex-start;
              gap: 4px; }
              footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a::before {
                content: "";
                margin-top: 11px;
                display: block;
                width: 3px;
                min-width: 3px;
                height: 3px;
                background-color: #FFFFFF;
                border-radius: 50%; }
  footer.footer.new-footer .footer-final {
    padding: 20px 5vw; }
    footer.footer.new-footer .footer-final .footer-final--content {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      footer.footer.new-footer .footer-final .footer-final--content > p {
        margin-bottom: 0;
        white-space: nowrap; }

.swiper-container {
  overflow: hidden;
  position: relative; }

body:not(.home) {
  padding-top: 64px !important; }

.seccion-home-inicio {
  z-index: 5;
  padding: 100px 0 200px;
  background: linear-gradient(171deg, #2781C1 4.89%, #20C2D4 28.38%, #29D0C5 45.06%, #1E456D 63.87%, #112139 77.3%, #0C0020 113.77%); }
  .seccion-home-inicio.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }

.seccion-home-postpuesta {
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  background-color: #ECF7FC; }

.new-home-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C0020;
  z-index: -1; }
.new-home-page h1 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700; }
.new-home-page h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800; }
.new-home-page h3 {
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
  font-weight: 800; }
.new-home-page h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Inter';
  font-weight: 700;
  color: #222222; }
.new-home-page h6 {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Inter';
  font-weight: 700;
  color: #222222; }
.new-home-page .app {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 8px; }
  .new-home-page .app a {
    display: block;
    max-width: 154px; }
.new-home-page .btn--content a.btn-line {
  display: flex;
  align-items: center;
  gap: 4px; }
  .new-home-page .btn--content a.btn-line p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700; }
  .new-home-page .btn--content a.btn-line .arrow {
    width: 16px; }
.new-home-page .btn--content a.btn-primary {
  background-color: #1F7ACD;
  border: 1px solid #1F7ACD;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .new-home-page .btn--content a.btn-primary p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF; }
.new-home-page .btn--content a.btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #1F7ACD;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .new-home-page .btn--content a.btn-secondary p {
    color: #1F7ACD;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700; }
.new-home-page .information {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .new-home-page .information.information-small {
    gap: 12px; }
  .new-home-page .information h1, .new-home-page .information h2, .new-home-page .information h3, .new-home-page .information h4, .new-home-page .information h5, .new-home-page .information p {
    flex-basis: 100%; }
  .new-home-page .information .btn--content {
    flex-basis: 100%; }

section.wat-section.cabecera-home-new {
  margin-bottom: 96px; }
  section.wat-section.cabecera-home-new .cabecera-home-new--content {
    overflow: hidden; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera {
      margin-bottom: 56px; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .titulo {
        padding: 0 5vw;
        margin-bottom: 24px; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .titulo h1 {
          color: #FFFFFF; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new {
        padding: 0 5vw;
        margin-bottom: 62px; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
          opacity: 0 !important;
          visibility: hidden !important; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .information h3, section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .information p {
          color: #FFFFFF; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .image--content {
          margin-top: 30px;
          position: relative;
          overflow: hidden;
          aspect-ratio: 745/500; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .image--content img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: block; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-pagination {
          position: initial;
          margin-top: 30px; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-pagination .swiper-pagination-bullet {
            width: 32px;
            height: 32px;
            position: relative;
            background-color: initial;
            opacity: .4;
            border-radius: 0;
            margin: 0;
            transition: .3s ease; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-pagination .swiper-pagination-bullet::after {
              content: "";
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #FFFFFF;
              transition: .3s ease; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              opacity: 1; }
              section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
                width: 12px;
                height: 12px; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .template-resena-new {
        padding: 0 5vw; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cards {
      padding: 0 5vw;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card {
        flex-basis: 100%; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card.active .card--content {
          background-color: var(--color-card); }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card.active .card--content .desplegable .arrow-desplegable {
            transform: rotate(180deg); }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content {
          padding: 16px 8px;
          border-radius: 20px;
          background-color: #FFFFFF;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
          transition: .3s ease; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable {
            cursor: pointer;
            padding: 0 16px;
            display: flex;
            align-items: center;
            gap: 16px; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .icon {
              width: 40px; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .titulo p {
              font-size: 18px;
              line-height: 26px;
              font-weight: 700; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .arrow-desplegable {
              margin-left: auto;
              width: 24px;
              transition: .3s ease; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado {
            display: none;
            margin-top: 16px;
            padding: 0 8px; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado .informacion p {
              font-size: 14px;
              line-height: 21px;
              font-weight: 300; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado .btn--content {
              margin-top: 12px;
              display: flex;
              justify-content: flex-start; }

section.wat-section.texto-autorellenable {
  margin-bottom: 96px; }
  section.wat-section.texto-autorellenable .texto-autorellenable--content {
    padding: 0 5vw; }
    section.wat-section.texto-autorellenable .texto-autorellenable--content .texto br {
      display: initial; }
    section.wat-section.texto-autorellenable .texto-autorellenable--content .texto p {
      text-align: center;
      font-family: 'Inter';
      font-size: 30px;
      line-height: 140%;
      font-weight: 800;
      color: #ffffff4d; }

section.wat-section.seccion-marcas {
  margin-bottom: 0; }
  section.wat-section.seccion-marcas .seccion-marcas--content .titulo {
    padding: 0 5vw;
    margin-bottom: 16px; }
    section.wat-section.seccion-marcas .seccion-marcas--content .titulo p {
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      font-weight: 700;
      color: rgba(221, 236, 250, 0.5); }
  section.wat-section.seccion-marcas .seccion-marcas--content .marquesina--content {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative; }
    section.wat-section.seccion-marcas .seccion-marcas--content .marquesina--content .marquesina {
      display: flex;
      align-items: center;
      gap: 32px;
      --start-position: 0%;
      --final-position: calc((-50%) - 16px / 2);
      animation: marquee 22s linear infinite running; }
      section.wat-section.seccion-marcas .seccion-marcas--content .marquesina--content .marquesina .marquee {
        height: 66px;
        width: 180px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-marcas .seccion-marcas--content .marquesina--content .marquesina .marquee img {
          max-width: 150px;
          width: auto; }

section.wat-section.porque-gibobs {
  margin-bottom: 0;
  padding: 52px 0; }
  section.wat-section.porque-gibobs .porque-gibobs--content .titulo {
    padding: 0 5vw;
    margin-bottom: 24px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .titulo h2 {
      text-align: center; }
  section.wat-section.porque-gibobs .porque-gibobs--content .video-cards {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video {
      padding: 0 5vw; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content {
        padding: 20px 0;
        width: calc(100% - 2px);
        background-color: #FFFFFF;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .image {
          position: relative; }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .image img.icon {
            width: 66px;
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info {
          padding: 0 20px;
          margin-top: 40px;
          display: flex;
          flex-direction: column;
          gap: 8px;
          position: relative; }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info .icon {
            position: absolute;
            width: 40px;
            top: 6px; }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info h6 {
            display: flex;
            align-items: center;
            min-height: 54px;
            padding-left: 52px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper {
      padding-left: 5vw; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide {
        height: auto;
        width: calc(100% - 16px - 36px - 5vw); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: calc(5vw + 20px); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card {
          height: 100%; }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card .card--content {
            padding: 36px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background-color: #FFFFFF;
            height: calc(100% - 72px - 2px); }
            section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card .card--content .icon-titulo {
              margin-bottom: 12px;
              display: flex;
              align-items: center;
              gap: 12px; }
              section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card .card--content .icon-titulo .icon {
                flex-basis: 40px;
                min-width: 40px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-scrollbar {
      position: relative;
      left: initial;
      right: initial;
      bottom: initial;
      width: 200px;
      margin: 24px auto;
      background-color: #E6E6E6;
      border-radius: 20px;
      height: 8px; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #58C0CB; }
  section.wat-section.porque-gibobs .porque-gibobs--content .equipo .titulo-equipo {
    margin-bottom: 24px;
    padding: 0 5vw; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .titulo-equipo h6 {
      text-align: center; }
  section.wat-section.porque-gibobs .porque-gibobs--content .equipo .marquesina--content {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .marquesina--content .marquesina {
      display: flex;
      align-items: center;
      gap: 16px;
      --start-position: 0%;
      --final-position: calc((-50%) - 16px / 2);
      animation: marquee 40s linear infinite running; }
      section.wat-section.porque-gibobs .porque-gibobs--content .equipo .marquesina--content .marquesina .marquee {
        width: 200px;
        aspect-ratio: 200/300;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        border-radius: 20px; }
        section.wat-section.porque-gibobs .porque-gibobs--content .equipo .marquesina--content .marquesina .marquee img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
  section.wat-section.porque-gibobs .porque-gibobs--content .equipo .buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 5vw; }

section.wat-section.informacion-cuota {
  padding-top: 64px;
  margin-bottom: 0; }
  section.wat-section.informacion-cuota .informacion-cuota--content {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    gap: 24px; }

section.wat-section.recursos-formativos {
  padding: 80px 0;
  margin-bottom: 0; }
  section.wat-section.recursos-formativos .recursos-formativos--content {
    padding: 0 5vw; }
    section.wat-section.recursos-formativos .recursos-formativos--content > .information {
      margin-bottom: 36px; }
    section.wat-section.recursos-formativos .recursos-formativos--content .recursos {
      display: flex;
      flex-wrap: wrap;
      gap: 40px; }
      section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card {
        flex-basis: 100%; }
        section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card .card--content {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card .card--content .image {
            position: relative;
            overflow: hidden;
            aspect-ratio: 350/400;
            border-radius: 20px; }
            section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card .card--content .image img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              object-fit: cover;
              width: 100%;
              height: 100%;
              display: block; }

section.wat-section.nuevo-hogar {
  margin-bottom: 0;
  padding: 40px 0; }
  section.wat-section.nuevo-hogar .nuevo-hogar--content .titulo {
    padding: 0 5vw;
    margin-bottom: 24px; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .titulo h2 {
      text-align: center; }
  section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas {
    display: flex;
    flex-direction: column;
    gap: 36px; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video {
      padding: 0 5vw; }
      section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video .video--content .image {
        position: relative; }
        section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video .video--content .image img.icon {
          cursor: pointer;
          width: 90px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper {
      padding-left: 5vw; }
      section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide {
        width: calc(100% - 5vw - 24px - 48px);
        height: auto; }
        section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: calc(5vw + 20px); }
        section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena {
          height: 100%; }
          section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content {
            padding: 24px 16px;
            border: 1px solid #E6E6E6;
            border-radius: 16px;
            background-color: #FFFFFF;
            height: calc(100% - 48px - 2px); }
            section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .top {
              display: flex;
              align-items: center;
              gap: 12px; }
              section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .top .image {
                min-width: 60px;
                flex-basis: 60px;
                border-radius: 50%;
                position: relative;
                overflow: hidden;
                aspect-ratio: 1/1; }
                section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .top .image img {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  object-fit: cover;
                  width: 100%;
                  height: 100%;
                  display: block; }
              section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .top .name p {
                font-size: 16px;
                line-height: 24px;
                font-weight: 700; }
              section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .top .verificado {
                flex-basis: 16px;
                min-width: 16px; }
            section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .stars {
              margin: 8px 0 4px;
              display: flex; }
              section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .stars .star {
                flex-basis: 34px;
                height: 34px;
                display: flex;
                align-items: center;
                justify-content: center; }
                section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .stars .star svg {
                  width: 24px; }
            section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide .resena .resena--content .information p {
              font-size: 14px;
              line-height: 21px;
              color: #58555B;
              font-weight: 300; }

section.wat-section.asesoramiento {
  padding: 40px 0; }
  section.wat-section.asesoramiento .asesoramiento--content .titulo {
    margin-bottom: 24px;
    position: relative;
    transition: .5s ease; }
    section.wat-section.asesoramiento .asesoramiento--content .titulo .fake {
      position: absolute;
      top: 0;
      left: 5vw;
      right: 5vw;
      opacity: 0;
      visibility: hidden;
      transition: .5s ease; }
      section.wat-section.asesoramiento .asesoramiento--content .titulo .fake.active {
        opacity: 1;
        visibility: visible; }
    section.wat-section.asesoramiento .asesoramiento--content .titulo h2 {
      text-align: center; }
      section.wat-section.asesoramiento .asesoramiento--content .titulo h2 span {
        width: 100%;
        -webkit-animation: move 12s linear infinite;
        animation: move 12s linear infinite;
        background-image: linear-gradient(to right, #1F7ACD, #33d0ff, #05C69A, #33d0ff, #1F7ACD);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  section.wat-section.asesoramiento .asesoramiento--content .palabras-clave {
    padding: 0 5vw;
    margin-bottom: 24px; }
    section.wat-section.asesoramiento .asesoramiento--content .palabras-clave .palabras-clave--content {
      display: flex;
      justify-content: center; }
      section.wat-section.asesoramiento .asesoramiento--content .palabras-clave .palabras-clave--content p {
        text-align: center;
        display: none;
        font-size: 18px;
        font-weight: 700; }
        section.wat-section.asesoramiento .asesoramiento--content .palabras-clave .palabras-clave--content p.active {
          display: block; }
  section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento {
    width: 100%;
    overflow: hidden; }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel {
      position: relative;
      --carousel-height: calc(90vw * 234 / 350);
      --carousel-item-width: calc(90vw / 2);
      --carousel-item-height: calc((90vw * 234 / 350) / 2); }
      section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .items {
        display: none; }
      section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow {
        position: absolute;
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #FFFFFF; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-prev {
          left: calc(5vw - 10px); }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-next {
          right: calc(5vw - 10px); }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow svg {
          width: 8px; }
      section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-container .carousel-item {
        overflow: hidden;
        border-radius: 40px; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-container .carousel-item::after {
          content: "";
          cursor: grab;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 10; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-container .carousel-item img {
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -o-user-select: none;
          user-select: none; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-container .carousel-item img:not(.play) {
          position: absolute;
          z-index: 5;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-container .carousel-item img.play {
          z-index: 15;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 60px; }
      section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .carousel-controls {
        display: none; }
  section.wat-section.asesoramiento .asesoramiento--content .navigation-fake {
    margin-top: 24px;
    padding: 0 5vw; }
    section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px; }
      section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .arrow {
        cursor: pointer;
        width: 24px;
        height: 24px;
        padding: 8px; }
      section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .dots {
        display: flex; }
        section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .dots .dot {
          width: 26px;
          height: 26px;
          display: flex;
          align-items: center;
          justify-content: center;
          opacity: .5;
          transition: .3s ease; }
          section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .dots .dot.active {
            opacity: 1; }
            section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .dots .dot.active .dot--content {
              width: 16px;
              height: 16px;
              background-color: #1F7ACD; }
          section.wat-section.asesoramiento .asesoramiento--content .navigation-fake .navigation-fake--content .dots .dot .dot--content {
            transition: .3s ease;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #999999; }
  section.wat-section.asesoramiento .asesoramiento--content .descripciones {
    margin-top: 24px;
    padding: 0 5vw; }
    section.wat-section.asesoramiento .asesoramiento--content .descripciones .descripciones--content .information {
      display: none; }
      section.wat-section.asesoramiento .asesoramiento--content .descripciones .descripciones--content .information.active {
        display: flex; }

section.wat-section.seccion-cabecera-simulador {
  padding-top: 28px; }
  section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px; }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info h1, section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info p {
        text-align: center; }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info p {
        margin: 0 !important; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-primary {
        flex-basis: calc(100% - 2px - 40px);
        background-color: #1F7ACD;
        border: 1px solid #1F7ACD;
        border-radius: 8px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease; }
        section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-primary p {
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          color: #FFFFFF;
          transition: .3s ease; }
        @media only screen and (min-width: 1024px) {
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-primary:hover {
            border-color: #02c3cd;
            background-color: #02c3cd; }
            section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-primary:hover p {
              color: #222222; } }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-secondary {
        flex-basis: calc(100% - 2px - 40px);
        background-color: #FFFFFF;
        border: 1px solid #1F7ACD;
        border-radius: 8px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-secondary p {
          color: #1F7ACD;
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700; }
        @media only screen and (min-width: 1024px) {
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-secondary:hover {
            background-color: #1F7ACD; }
            section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-secondary:hover p {
              color: #FFFFFF; } }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video {
      margin-top: 36px;
      width: 100%; }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content {
        width: 100%;
        position: relative; }
        section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .image {
          position: relative;
          overflow: hidden;
          aspect-ratio: 350/410; }
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .image > img:not(.icon) {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: block; }
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .image img.play {
            cursor: pointer;
            width: 62px;
            position: absolute;
            z-index: 5;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .info {
          position: absolute;
          max-width: 100%;
          left: 0;
          bottom: 0;
          z-index: 10;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .info p {
            font-size: 16px;
            line-height: 24px;
            font-weight: bold; }
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .info .titulo {
            background-color: #44FAD1;
            padding: 10px; }
          section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .info .cargo {
            background-color: #F3AC29;
            padding: 10px; }
  section.wat-section.seccion-cabecera-simulador .cabecera-form {
    margin: 40px 0 84px;
    padding: 0 5vw; }
    section.wat-section.seccion-cabecera-simulador .cabecera-form .transparencia {
      display: none; }
    section.wat-section.seccion-cabecera-simulador .cabecera-form .btn-fixed-cabecera-simulador {
      position: fixed;
      z-index: 10000;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: #1f7acd;
      padding: 20px; }
      section.wat-section.seccion-cabecera-simulador .cabecera-form .btn-fixed-cabecera-simulador p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        color: #fff; }
      section.wat-section.seccion-cabecera-simulador .cabecera-form .btn-fixed-cabecera-simulador .icon {
        width: 16px; }
    section.wat-section.seccion-cabecera-simulador .cabecera-form > p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #222222;
      text-align: center; }
    section.wat-section.seccion-cabecera-simulador .cabecera-form form .form-row {
      width: 100%; }

.seccion-simulador-sima-v3.active .seccion-simulador-sima-v3--content .simulador-sima-v3 {
  opacity: 1;
  visibility: visible; }
  .seccion-simulador-sima-v3.active .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content {
    bottom: 0; }
.seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content a.btn-fijo {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #1F7ACD;
  padding: 20px; }
  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content a.btn-fijo .icon {
    width: 16px; }
  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content a.btn-fijo p {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF; }
.seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .transparencia {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content {
    position: absolute;
    transition: .3s ease;
    z-index: 20;
    bottom: calc(-100svh);
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    background-color: #FFFFFF;
    padding: 24px 16px 16px;
    width: calc(100% - 32px); }
    .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 30px; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-top p {
        color: #1F7ACD;
        font-size: 22px;
        line-height: 33px;
        font-weight: 700; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-top .icon-close {
        cursor: pointer;
        flex-basis: 32px;
        min-width: 32px; }
    .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-right: 6px;
      overflow: auto;
      max-height: calc(100svh - 200px); }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range {
          display: flex;
          flex-direction: column;
          gap: 14px; }
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content {
            position: relative;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content.range-edificabilidad .range-results .range-input input {
              padding: 10px 36px 10px 10px;
              width: calc(100% - 48px); }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content::before {
              content: "";
              position: absolute;
              top: 0;
              bottom: 0;
              z-index: 100;
              left: 0;
              width: 5px;
              background-color: var(--color-ppal); }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo {
              display: flex;
              align-items: flex-start;
              gap: 4px;
              padding: 12.5px 10px 12.5px 15px; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo p {
                font-size: 14px;
                line-height: 21px;
                font-weight: 700; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo .icon-open-popup {
                position: relative;
                margin-top: 2px;
                flex-basis: 16px;
                min-width: 16px; }
                .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo .icon-open-popup:hover .tooltip {
                  opacity: 1;
                  visibility: visible; }
                .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo .icon-open-popup .tooltip {
                  position: absolute;
                  z-index: 2000;
                  background-color: var(--color-ppal);
                  left: 50%;
                  transform: translateX(-50%);
                  padding: 10px;
                  border-radius: 4px;
                  top: 26px;
                  width: 190px;
                  opacity: 0;
                  visibility: hidden;
                  transition: .3s ease; }
                  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo .icon-open-popup .tooltip p {
                    font-size: 12px;
                    text-align: center;
                    line-height: 16px;
                    color: #FFFFFF;
                    font-weight: 400; }
                  .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .info-titulo .icon-open-popup .tooltip:before {
                    content: "";
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-bottom: 6px solid var(--color-ppal);
                    top: -6px;
                    height: 0;
                    left: 50%;
                    position: absolute;
                    width: 0;
                    transform: translateX(-50%); }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results {
              flex-basis: 140px;
              min-width: 140px;
              display: flex;
              flex-direction: column;
              gap: 4px;
              align-items: flex-end; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results .range-input {
                position: relative; }
                .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results .range-input input {
                  padding: 10px 52px 10px 10px;
                  border: 1px solid #D3D3D3;
                  background-color: #F9F9F9;
                  font-size: 16px;
                  line-height: 24px;
                  font-weight: 700;
                  text-align: right;
                  width: calc(100% - 68px); }
                .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results .range-input label {
                  position: absolute;
                  z-index: 10;
                  top: 50%;
                  transform: translateY(-50%);
                  right: 10px;
                  font-size: 16px;
                  line-height: 24px;
                  font-weight: 700;
                  font-family: 'Poppins',sans-serif; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results .range-result {
                padding: 0 10px 10px; }
                .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--content .range-results .range-result p {
                  font-size: 12px;
                  line-height: 18px;
                  font-weight: 300;
                  text-align: right; }
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--error {
            display: none; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--error.active {
              display: block; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-datos .simulador-v3-datos--content .ranges .range .range--error p {
              font-size: 14px;
              line-height: 21px;
              font-weight: 300;
              color: #DE4252; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados {
        background-color: #DDECFA;
        padding: 24px 12px; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados.loading-resultados .datos .dato p span.loading-value {
          display: block; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados.loading-resultados .datos .dato p span.value {
          display: none; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados.loading-resultados .graficas .grafica .valor .loading-value {
          display: block; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados.loading-resultados .graficas .grafica .valor p.value {
          display: none; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .titulo {
          margin-bottom: 8px; }
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .titulo p {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: #1F7ACD; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .datos {
          display: flex;
          gap: 4px;
          margin-bottom: 12px; }
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .datos .dato {
            background-color: #FFFFFF;
            flex-basis: calc((100% / 2) - (4px * 1 / 2));
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .datos .dato p {
              vertical-align: middle;
              font-size: 12px;
              line-height: 18px;
              font-weight: 300;
              display: inline-flex;
              gap: 4px;
              align-items: center; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .datos .dato p span.loading-value {
                animation: hintloading 2s ease-in-out 0s infinite reverse;
                background-color: #babbbc;
                width: 44px;
                height: 30px;
                border-radius: 4px;
                display: none; }
              .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .datos .dato p span.value {
                font-size: 22px;
                line-height: 30px;
                font-weight: 700; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas {
          display: flex;
          gap: 8px;
          align-items: center; }
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica {
            position: relative;
            flex-basis: calc((100% / 3) - (8px * 2 / 3) - 12px);
            display: flex;
            flex-direction: column;
            gap: 4px;
            padding-left: 12px; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica.grafica-ingresos::before {
              background-color: #58EBD3; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica.grafica-costes::before {
              background-color: #DE4252; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica.grafica-margen::before {
              background-color: #EDA247; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              width: 5px; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica .texto p {
              font-size: 14px;
              line-height: 21px;
              font-weight: 300; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica .valor .loading-value {
              animation: hintloading 2s ease-in-out 0s infinite reverse;
              background-color: #babbbc;
              width: 80px;
              height: 18px;
              border-radius: 4px;
              display: none; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 .simulador-v3-resultados .graficas .grafica .valor p.value {
              font-size: 14px;
              line-height: 21px;
              font-weight: 700; }
    .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom {
      margin-top: 20px;
      width: 100%; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom .btn-primary {
        width: 100%;
        background-color: #1F7ACD;
        border: 1px solid #1F7ACD;
        border-radius: 8px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media only screen and (min-width: 1024px) {
          .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom .btn-primary:not(:disabled):hover {
            border-color: #02c3cd;
            background-color: #02c3cd; }
            .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom .btn-primary:not(:disabled):hover p {
              color: #222222; } }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom .btn-primary:disabled {
          background-color: #999999;
          border-color: #999999; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-bottom .btn-primary p {
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          color: #FFFFFF; }

section.wat-section.section-formulario {
  position: initial;
  opacity: 1;
  visibility: visible;
  margin-bottom: 80px;
  display: none;
  padding-top: 28px;
  max-width: initial; }
  section.wat-section.section-formulario .section-formulario--content {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
    section.wat-section.section-formulario .section-formulario--content .icon-background {
      display: none; }
    section.wat-section.section-formulario .section-formulario--content .cabecera-info {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px; }
      section.wat-section.section-formulario .section-formulario--content .cabecera-info > a {
        margin-top: 0; }
      section.wat-section.section-formulario .section-formulario--content .cabecera-info .btn-line {
        display: none; }
      section.wat-section.section-formulario .section-formulario--content .cabecera-info p:nth-of-type(1) {
        margin-top: 0; }
    section.wat-section.section-formulario .section-formulario--content form {
      background-color: #FFFFFF;
      padding: 24px;
      box-shadow: 0px 311px 87px 0px rgba(0, 0, 0, 0), 0px 199px 80px 0px rgba(0, 0, 0, 0.01), 0px 112px 67px 0px rgba(0, 0, 0, 0.05), 0px 50px 50px 0px rgba(0, 0, 0, 0.09), 0px 12px 27px 0px rgba(0, 0, 0, 0.1);
      border-radius: 20px; }
      section.wat-section.section-formulario .section-formulario--content form .form-submit--content .form-submit p button {
        box-shadow: none; }
    section.wat-section.section-formulario .section-formulario--content .btn-line {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px; }
      section.wat-section.section-formulario .section-formulario--content .btn-line p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        color: #1F7ACD; }
      section.wat-section.section-formulario .section-formulario--content .btn-line svg {
        width: 16px; }

.hipotecas-page.view-escenario section.wat-section {
  display: none !important; }
  .hipotecas-page.view-escenario section.wat-section.section-formulario {
    display: block !important; }

section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content {
  padding: 0 5vw; }
  section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal {
    padding: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .titulo h2 {
      margin-bottom: 0;
      text-align: center;
      font-size: 40px;
      line-height: 55px; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container {
      padding: 0;
      margin-bottom: 0; }
      section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper {
        margin-bottom: 0;
        height: auto; }
        section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide {
          height: initial; }
          section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card {
            background-color: #FFFFFF;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            width: calc(100% - 2px);
            height: calc(100% - 2px); }
            section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card .card--content {
              padding: 36px 20px;
              display: flex;
              flex-direction: column;
              gap: 12px;
              height: calc(100% - 72px); }
              section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card .card--content .card-superior {
                display: flex;
                align-items: center;
                gap: 12px; }
                section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card .card--content .card-superior .icon {
                  flex-basis: 40px;
                  min-width: 40px; }
                section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card .card--content .card-superior p {
                  font-size: 18px;
                  line-height: 27px;
                  font-weight: 700; }
              section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-wrapper .swiper-slide .card .card--content .card-inferior {
                color: #494949;
                font-size: 16px;
                line-height: 24px;
                font-weight: 300; }
      section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-pagination {
        position: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        margin-top: 16px;
        gap: 24px; }
        section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-pagination .swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          margin: 0;
          background-color: #222222;
          opacity: .4;
          transition: .3s ease; }
          section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 12px;
            height: 12px;
            opacity: 1; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-primary {
        flex-basis: calc(100% - 2px - 40px);
        background-color: #1F7ACD;
        border: 1px solid #1F7ACD;
        border-radius: 8px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease; }
        section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-primary p {
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700;
          color: #FFFFFF;
          transition: .3s ease; }
        @media only screen and (min-width: 1024px) {
          section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-primary:hover {
            border-color: #02c3cd;
            background-color: #02c3cd; }
            section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-primary:hover p {
              color: #222222; } }
      section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-secondary {
        flex-basis: calc(100% - 2px - 40px);
        background-color: #FFFFFF;
        border: 1px solid #1F7ACD;
        border-radius: 8px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-secondary p {
          color: #1F7ACD;
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          font-weight: 700; }
        @media only screen and (min-width: 1024px) {
          section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-secondary:hover {
            background-color: #1F7ACD; }
            section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-secondary:hover p {
              color: #FFFFFF; } }

section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px; }
  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .titulo h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
    line-height: 55px; }
  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 44px; }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card {
      flex-basis: 100%; }
      section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card .card--content .image--content {
        margin-bottom: 16px;
        position: relative;
        overflow: hidden;
        aspect-ratio: 350/400;
        border-radius: 20px; }
        section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card .card--content .image--content img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
      section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card .card--content .info {
        display: flex;
        flex-direction: column;
        gap: 12px; }
  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-primary {
      flex-basis: calc(100% - 2px - 40px);
      background-color: #1F7ACD;
      border: 1px solid #1F7ACD;
      border-radius: 8px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s ease; }
      section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-primary p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #FFFFFF;
        transition: .3s ease; }
      @media only screen and (min-width: 1024px) {
        section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-primary:hover {
          border-color: #02c3cd;
          background-color: #02c3cd; }
          section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-primary:hover p {
            color: #222222; } }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-secondary {
      flex-basis: calc(100% - 2px - 40px);
      background-color: #FFFFFF;
      border: 1px solid #1F7ACD;
      border-radius: 8px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-secondary p {
        color: #1F7ACD;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-secondary:hover {
          background-color: #1F7ACD; }
          section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-secondary:hover p {
            color: #FFFFFF; } }

section.wat-section.seccion-proyectos-financiados {
  padding: 40px 0; }
  section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; }
    section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .titulo {
      padding: 0 5vw; }
      section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .titulo h2 {
        margin-bottom: 0;
        text-align: center;
        font-size: 40px;
        line-height: 55px; }
    section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content {
      width: 100%; }
      section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container {
        padding: 0;
        margin-bottom: 0; }
        section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-wrapper {
          margin-bottom: 0;
          height: auto; }
          section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-wrapper .swiper-slide {
            height: initial;
            width: calc(100% - 40px); }
        section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-pagination {
          position: initial;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 32px;
          margin-top: 16px;
          gap: 24px; }
          section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0;
            background-color: #222222;
            opacity: .4;
            transition: .3s ease; }
            section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 12px;
              height: 12px;
              opacity: 1; }

section.wat-section.seccion-desplegables-image {
  margin-bottom: 40px; }
  section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .titulo h2 {
      margin-bottom: 0;
      text-align: center;
      font-size: 40px;
      line-height: 55px; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable {
        border-bottom: 1px solid #222; }
        section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable.active .desplegable-top p {
          color: #1F7ACD; }
        section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable.active .desplegable-top .icon {
          transform: rotate(180deg); }
          section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable.active .desplegable-top .icon svg path {
            fill: #1F7ACD; }
        section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-top {
          padding: 16px 0;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 16px;
          cursor: pointer; }
          section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-top p {
            transition: .3s ease;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700; }
          section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-top .icon {
            flex-basis: 16px;
            min-width: 16px;
            transition: .3s ease; }
            section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-top .icon svg path {
              fill: #222222;
              transition: .3s ease; }
        section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-bottom {
          display: none;
          padding-bottom: 16px; }
          section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables .desplegable .desplegable-bottom p {
            font-size: 16px;
            line-height: 24px;
            font-weight: 300; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .imagen {
      display: none; }

.wat-mainrow.single-page {
  padding: 56px 5vw 0;
  width: calc(100% - 10vw);
  margin-bottom: 80px; }
  .wat-mainrow.single-page .single-text {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .wat-mainrow.single-page .single-text h1 {
      text-transform: uppercase;
      width: 100%;
      -webkit-animation: move 12s linear infinite;
      animation: move 12s linear infinite;
      background-image: linear-gradient(to right, #1f7acd, #33d0ff, #05c69a, #33d0ff, #1f7acd);
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 900;
      font-size: 34px;
      line-height: 44px; }
    .wat-mainrow.single-page .single-text .image {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16/9;
      width: 100%;
      max-height: 340px; }
      .wat-mainrow.single-page .single-text .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; }
    .wat-mainrow.single-page .single-text p, .wat-mainrow.single-page .single-text h1, .wat-mainrow.single-page .single-text h2, .wat-mainrow.single-page .single-text h3, .wat-mainrow.single-page .single-text h4, .wat-mainrow.single-page .single-text h5, .wat-mainrow.single-page .single-text ul {
      margin-bottom: 0; }
    .wat-mainrow.single-page .single-text .btn-content {
      margin: 22px 0; }
    .wat-mainrow.single-page .single-text ol li {
      list-style: decimal; }
    .wat-mainrow.single-page .single-text ul, .wat-mainrow.single-page .single-text ol {
      padding-left: 16px;
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .wat-mainrow.single-page .single-text ul li, .wat-mainrow.single-page .single-text ol li {
        margin-bottom: 0;
        list-style-position: inside;
        color: #222;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px; }
        .wat-mainrow.single-page .single-text ul li ul, .wat-mainrow.single-page .single-text ul li ol, .wat-mainrow.single-page .single-text ol li ul, .wat-mainrow.single-page .single-text ol li ol {
          padding-left: 16px; }
  .wat-mainrow.single-page .single-sidebar .single-sidebar--content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    max-width: 350px; }
    .wat-mainrow.single-page .single-sidebar .single-sidebar--content .banner {
      flex-basis: initial !important; }
    .wat-mainrow.single-page .single-sidebar .single-sidebar--content .newsletter {
      margin-right: 0;
      flex-basis: initial !important;
      border-radius: 20px;
      background-color: #FFF;
      box-shadow: 0px 311px 87px 0px rgba(0, 0, 0, 0), 0px 199px 80px 0px rgba(0, 0, 0, 0.01), 0px 112px 67px 0px rgba(0, 0, 0, 0.05), 0px 50px 50px 0px rgba(0, 0, 0, 0.09), 0px 12px 27px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 768px) {
  footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li {
      flex-basis: calc((100% / 3) - (30px * 2 / 3)); }
  footer.footer.new-footer .footer-final .footer-final--content {
    flex-direction: row;
    justify-content: center; }

  .new-home-page .btn--content {
    display: flex;
    justify-content: flex-start; }
    .new-home-page .btn--content a.btn-primary {
      min-width: 244px; }
    .new-home-page .btn--content a.btn-secondary {
      min-width: 244px; }

  .seccion-home-inicio {
    padding: 140px 0 240px; }

  section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content {
    padding: 30px 0 26px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info {
      padding: 0 40px;
      margin-top: 54px; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info .icon {
        top: 0px; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info h6 {
        line-height: 40px;
        display: initial;
        min-height: initial;
        padding-left: 52px; }
  section.wat-section.porque-gibobs .porque-gibobs--content .equipo .buttons {
    flex-direction: row;
    justify-content: center;
    gap: 10px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .buttons .btn--content a.btn-primary {
      min-width: 230px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .buttons .btn--content a.btn-secondary {
      min-width: 230px; }

  section.wat-section.nuevo-hogar .nuevo-hogar--content {
    padding: 0 5vw; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video {
      padding: 0;
      margin: 0 auto;
      max-width: 540px; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide {
        width: initial;
        flex-basis: calc((100% / 2) - (24px * 1 / 2)); }
        section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas .swiper-resenas-home-new .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
          margin-right: 0px; }

  section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel {
    --carousel-height: calc(540px * 234 / 350);
    --carousel-item-width: calc(540px / 2);
    --carousel-item-height: calc((540px * 234 / 350) / 2); }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-prev {
      left: calc((100vw - 540px) / 2 - 20px); }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-next {
      right: calc((100vw - 540px) / 2 - 20px); }
  section.wat-section.asesoramiento .asesoramiento--content .descripciones {
    margin-top: 24px;
    padding: 0 5vw; }
    section.wat-section.asesoramiento .asesoramiento--content .descripciones .descripciones--content {
      max-width: 540px;
      margin: 0 auto; }
      section.wat-section.asesoramiento .asesoramiento--content .descripciones .descripciones--content .information {
        align-items: center;
        flex-direction: column; }
        section.wat-section.asesoramiento .asesoramiento--content .descripciones .descripciones--content .information .btn--content {
          flex-basis: initial; }

  section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info {
    align-items: flex-start; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info h1, section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info p {
      text-align: left;
      max-width: initial; }
  section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons {
    width: 100%; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-primary {
      flex-basis: calc((100% / 2) - (8px * 1 / 2) - 42px); }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a.btn-secondary {
      flex-basis: calc((100% / 2) - (8px * 1 / 2) - 42px); }
  section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .video .video--content .image {
    aspect-ratio: 800/490; }

  section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons {
    width: 100%;
    justify-content: center; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-primary {
      flex-basis: calc(296px - 42px); }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons a.btn-secondary {
      flex-basis: calc(296px - 42px); }

  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards {
    justify-content: center; }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card {
      flex-basis: calc((100% / 2) - (44px * 1 / 2)); }
  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons {
    width: 100%;
    justify-content: center; }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-primary {
      flex-basis: calc(296px - 42px); }
    section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons a.btn-secondary {
      flex-basis: calc(296px - 42px); } }
@media only screen and (min-width: 992px) {
  header.header.new-header .header--container .menu-container {
    max-height: calc(100svh - 180px); }

  footer.footer.new-footer .footer-ppal .footer-ppal--content {
    flex-wrap: wrap;
    gap: 30px; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col:nth-last-of-type(1) {
      display: block;
      flex-basis: 100%; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li {
      flex-basis: calc((100% / 5) - (30px * 4 / 5)); }

  .wat-mainrow.single-page {
    padding: 56px 5vw 0;
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto 350px;
    grid-gap: 40px; }
    .wat-mainrow.single-page .single-text {
      grid-area: 1 / 1 / 2 / 2;
      width: initial;
      padding: 0;
      margin: 0; }
    .wat-mainrow.single-page .single-sidebar {
      grid-area: 1 / 2 / 2 / 3;
      top: 60px; }

  .wat-mainrow.landing-knight section.wat-section.carousel .carousel--content .form {
    max-height: calc(100svh - 270px);
    overflow: auto; } }
@media only screen and (min-width: 1024px) {
  footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li:not(.menu-item-has-children) > a {
    transition: .3s ease; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li:not(.menu-item-has-children) > a:hover {
      color: #1F7ACD; }
  footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    transition: .3s ease; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a::before {
      transition: .3s ease; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a:hover {
      color: #1F7ACD; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu > li.menu-item-has-children ul.sub-menu li ul.sub-menu li a:hover::before {
        background-color: #1F7ACD; }

  .new-home-page .btn--content a.btn-primary {
    transition: .3s ease; }
    .new-home-page .btn--content a.btn-primary:hover {
      background-color: #02c3cd;
      border-color: #02c3cd; }
      .new-home-page .btn--content a.btn-primary:hover p {
        color: #222222 !important; }
    .new-home-page .btn--content a.btn-primary p {
      transition: .3s ease; }
  .new-home-page .btn--content a.btn-secondary {
    transition: .3s ease; }
    .new-home-page .btn--content a.btn-secondary p {
      transition: .3s ease; }
    .new-home-page .btn--content a.btn-secondary:hover {
      background-color: #1F7ACD; }
      .new-home-page .btn--content a.btn-secondary:hover p {
        color: #FFFFFF !important; }

  section.wat-section.cabecera-home-new {
    margin-bottom: 170px; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera {
      position: relative; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new {
        padding-right: 0; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content {
          display: flex;
          align-items: flex-start;
          gap: 0; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .information {
            padding-bottom: 140px;
            flex-basis: 50%; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .image--content {
            margin-top: 0;
            flex-basis: 50%; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .template-resena-new {
        position: absolute;
        z-index: 10;
        bottom: 62px;
        left: 5vw;
        width: initial;
        padding: 0; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cards {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 16px; }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card {
        position: relative;
        flex-basis: calc((100% / 4) - (16px * 3 / 4));
        transition: .3s ease; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card:hover {
          transform: translateY(-40px); }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card:hover .card--content {
            background-color: var(--color-card);
            height: calc(100% - 24px - 48px);
            padding-bottom: 48px; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card:hover .card--content .desplegable .icon {
              opacity: 0;
              visibility: hidden; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card:hover .card--content .desplegable .titulo {
              transform: translateX(-56px); }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card:hover .card--content .desplegado .btn--content {
              opacity: 1;
              visibility: visible; }
        section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content {
          padding: 24px 16px 32px;
          height: calc(100% - 24px - 32px); }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable {
            cursor: initial;
            padding: 0; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .icon {
              transition: .3s ease; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .titulo {
              transition: .3s ease; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegable .arrow-desplegable {
              display: none; }
          section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado {
            padding: 0;
            display: block; }
            section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado .btn--content {
              position: absolute;
              opacity: 0;
              bottom: 12px;
              left: 16px;
              visibility: hidden;
              transition: .3s ease; }

  section.wat-section.texto-autorellenable {
    margin-bottom: 80px; }

  section.wat-section.seccion-marcas .seccion-marcas--content .titulo {
    margin-bottom: 24px; }

  section.wat-section.porque-gibobs {
    padding: 60px 0 120px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .titulo {
      margin-bottom: 60px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards {
      flex-direction: row;
      justify-content: center;
      gap: 24px;
      max-width: 1110px;
      margin: 0 auto 40px;
      padding: 0 5vw; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video {
        padding: 0;
        flex-basis: calc(50% - 12px); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video:hover .video--content {
          background-color: var(--color-card); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content {
          transition: .3s ease;
          padding: 0;
          height: calc(100% - 2px); }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info {
            margin-top: 0;
            padding: 24px; }
            section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info .icon {
              top: 24px; }
      section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards {
        flex-basis: calc(50% - 12px); }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper {
          padding: 0;
          display: flex;
          flex-direction: column;
          gap: 24px; }
          section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide {
            width: 100%; }
            section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
              margin-right: 0; }
            section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card:hover .card--content {
              background-color: var(--color-card); }
            section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card .card--content {
              transition: .3s ease;
              padding: 24px;
              height: initial; }
        section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-scrollbar {
          display: none; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .titulo-equipo {
      padding: 0;
      max-width: 390px;
      margin: 0 auto 24px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .equipo .buttons {
      margin-top: 40px;
      padding: 0; }

  section.wat-section.informacion-cuota {
    padding-top: 60px; }
    section.wat-section.informacion-cuota .informacion-cuota--content {
      flex-direction: row;
      padding-left: 0;
      gap: 0;
      align-items: flex-start; }
      section.wat-section.informacion-cuota .informacion-cuota--content .information {
        order: 2;
        flex-basis: 400px; }
      section.wat-section.informacion-cuota .informacion-cuota--content .image {
        flex-basis: calc(100% - 400px);
        order: 1; }

  section.wat-section.recursos-formativos {
    padding: 60px 0; }
    section.wat-section.recursos-formativos .recursos-formativos--content > .information {
      max-width: 560px;
      margin: 0 auto 40px; }
    section.wat-section.recursos-formativos .recursos-formativos--content .recursos {
      gap: 24px; }
      section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card {
        flex-basis: calc((100% / 3) - (24px * 2 / 3)); }
        section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card .card--content {
          gap: 24px; }
          section.wat-section.recursos-formativos .recursos-formativos--content .recursos .card .card--content .image {
            aspect-ratio: 448/500; }

  section.wat-section.nuevo-hogar {
    padding: 60px 0; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .titulo {
      padding: 0;
      max-width: 540px;
      margin: 0 auto 24px; }
    section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 40px; }
      section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video {
        max-width: initial;
        flex-basis: calc(100% - 584px - 40px); }
        section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .video .video--content .image img.icon {
          max-width: 90px;
          width: 25%; }
      section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas .resenas {
        flex-basis: 584px; }

  section.wat-section.asesoramiento {
    padding: 60px 0 100px; }
    section.wat-section.asesoramiento .asesoramiento--content .titulo {
      margin-bottom: 40px; }
      section.wat-section.asesoramiento .asesoramiento--content .titulo h2 {
        display: flex;
        flex-direction: column;
        align-items: center; }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel {
      --carousel-height: calc(800px * 400 / 800);
      --carousel-item-width: calc(800px / 2);
      --carousel-item-height: calc((800px * 400 / 800) / 2); }
      section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow {
        width: 64px;
        height: 64px; }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-prev {
          left: calc((100vw - 800px) / 2 - (64px / 2)); }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-next {
          right: calc((100vw - 800px) / 2 - (64px / 2)); }
        section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow svg {
          width: 14px; }

  section.wat-section.seccion-cabecera-simulador {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 76px 5vw 0; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content {
      padding: 0;
      width: calc(100% - 440px); }
      section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .buttons a p {
        white-space: nowrap; }
    section.wat-section.seccion-cabecera-simulador .cabecera-form {
      margin: 0;
      padding: 0;
      flex-basis: calc(440px - 24px); }
      section.wat-section.seccion-cabecera-simulador .cabecera-form .btn-fixed-cabecera-simulador {
        display: none; }
      section.wat-section.seccion-cabecera-simulador .cabecera-form .transparencia {
        display: block;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }
        section.wat-section.seccion-cabecera-simulador .cabecera-form .transparencia.active {
          opacity: 1;
          visibility: visible; }
      section.wat-section.seccion-cabecera-simulador .cabecera-form form {
        position: relative;
        z-index: 2000;
        background-color: #fff;
        box-shadow: 0px 15px 30px #00000029;
        padding: 30px 26px;
        border-radius: 10px; }

  .seccion-simulador-sima-v3 {
    width: calc(400px); }
    .seccion-simulador-sima-v3.active .seccion-simulador-sima-v3--content .simulador-sima-v3 {
      opacity: 1;
      visibility: visible; }
      .seccion-simulador-sima-v3.active .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content {
        bottom: 0; }
    .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content a.btn-fijo {
      display: none; }
    .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 {
      position: initial;
      opacity: 1;
      visibility: visible; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3.focus .transparencia {
        opacity: 1;
        visibility: visible; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .transparencia {
        position: fixed;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease; }
      .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content {
        border-radius: 20px;
        box-shadow: 0px 551px 154px 0px rgba(0, 0, 0, 0), 0px 353px 141px 0px rgba(0, 0, 0, 0.01), 0px 198px 119px 0px rgba(0, 0, 0, 0.05), 0px 88px 88px 0px rgba(0, 0, 0, 0.09), 0px 22px 49px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 2000;
        bottom: initial;
        left: initial;
        right: initial; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-top .icon-close {
          display: none; }
        .seccion-simulador-sima-v3 .seccion-simulador-sima-v3--content .simulador-sima-v3 .simulador-sima-v3--content .simulador-v3 {
          padding-right: 0px;
          overflow: hidden;
          max-height: initial; }

  section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal {
    padding: 60px 24px; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content .swiper-container .swiper-pagination {
      display: none; }
    section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .buttons {
      margin-top: 36px; }

  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .cards .card {
    flex-basis: calc((100% / 3) - (44px * 2 / 3)); }
  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content .buttons {
    margin-top: 36px; }

  section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container {
    padding: 0 5vw; }

  section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 28px 30px; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .titulo {
      flex-basis: 100%; }
      section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .titulo h2 {
        text-align: left; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables {
      flex-basis: calc((100% / 2) - (30px * 1 / 2)); }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .imagen {
      display: block;
      flex-basis: calc((100% / 2) - (30px * 1 / 2));
      position: relative;
      overflow: hidden;
      aspect-ratio: 700/550; }
      section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .imagen img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; }

  section.wat-section.section-formulario {
    margin-top: 28px;
    padding-top: 62px;
    padding-bottom: 204px;
    position: relative; }
    section.wat-section.section-formulario::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      clip-path: polygon(77% 0, 100% 0, 100% 100%, 50% 100%);
      background-color: #EFEFEF; }
    section.wat-section.section-formulario .section-formulario--content {
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 40px; }
      section.wat-section.section-formulario .section-formulario--content .icon-background {
        width: 240px;
        display: block;
        position: absolute;
        z-index: -1;
        bottom: 0px;
        left: 20%; }
      section.wat-section.section-formulario .section-formulario--content .cabecera-info {
        width: 360px;
        max-width: initial;
        margin: 0; }
        section.wat-section.section-formulario .section-formulario--content .cabecera-info h1 {
          text-align: left; }
        section.wat-section.section-formulario .section-formulario--content .cabecera-info .btn-line {
          display: flex; }
        section.wat-section.section-formulario .section-formulario--content .cabecera-info p {
          text-align: left; }
      section.wat-section.section-formulario .section-formulario--content .btn-line {
        display: none; }
      section.wat-section.section-formulario .section-formulario--content form {
        max-width: initial;
        margin: 0;
        padding: 34px;
        width: 340px; } }
@media only screen and (min-width: 1200px) {
  header.header.new-header {
    position: fixed;
    background-color: transparent;
    box-shadow: none;
    transition: .3s ease; }
    header.header.new-header.hidden {
      transform: translateY(-80px); }
    header.header.new-header.fixed-update, header.header.new-header.relative {
      box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.12); }
    header.header.new-header:not(.new-header-home), header.header.new-header.fixed-update, header.header.new-header.relative {
      background-color: #FFFFFF; }
      header.header.new-header:not(.new-header-home) .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu, header.header.new-header.fixed-update .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu, header.header.new-header.relative .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu {
        top: calc(100% + 20px); }
      header.header.new-header:not(.new-header-home) .header--container .menu-container > ul > li > a, header.header.new-header.fixed-update .header--container .menu-container > ul > li > a, header.header.new-header.relative .header--container .menu-container > ul > li > a {
        color: #222222; }
      header.header.new-header:not(.new-header-home) .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account .icon svg path, header.header.new-header.fixed-update .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account .icon svg path, header.header.new-header.relative .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account .icon svg path {
        fill: transparent;
        stroke: #1F7ACD; }
      header.header.new-header:not(.new-header-home) .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account p, header.header.new-header.fixed-update .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account p, header.header.new-header.relative .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account p {
        color: #1F7ACD; }
      header.header.new-header:not(.new-header-home) .header--container .menu-container .item-menu-general .menu-label, header.header.new-header.fixed-update .header--container .menu-container .item-menu-general .menu-label, header.header.new-header.relative .header--container .menu-container .item-menu-general .menu-label {
        color: #222; }
    header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary {
      background-color: #1F7ACD; }
      header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary:hover {
        background-color: #02c3cd; }
        header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary:hover .btn-primary-text {
          color: #222222; }
        header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary:hover svg path {
          stroke: #222222; }
      header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary .btn-primary-text {
        color: #FFFFFF; }
      header.header.new-header.new-header-home.fixed-update .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary svg path {
        stroke: #FFFFFF; }
    header.header.new-header.new-header-home .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary {
      background-color: #FFFFFF; }
      header.header.new-header.new-header-home .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary:hover svg path {
        stroke: #1F7ACD; }
      header.header.new-header.new-header-home .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary .btn-primary-text {
        color: #1F7ACD; }
      header.header.new-header.new-header-home .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary svg path {
        stroke: #1F7ACD; }
    header.header.new-header .header--relative {
      padding: 8px 5vw;
      height: 74px; }
      header.header.new-header .header--relative .languages {
        display: none; }
    header.header.new-header .header--container .menu-container {
      justify-content: flex-start;
      padding-right: 5vw;
      padding-left: calc(5vw + 128px + 40px);
      width: calc(100vw - 5vw - (5vw + 128px + 40px));
      gap: 24px; }
      header.header.new-header .header--container .menu-container > ul {
        flex-direction: row;
        gap: 20px;
        margin-bottom: 0;
        height: 100%; }
        header.header.new-header .header--container .menu-container > ul > li {
          position: relative;
          display: flex;
          flex-direction: row;
          align-items: center; }
          header.header.new-header .header--container .menu-container > ul > li::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            height: 20px; }
          header.header.new-header .header--container .menu-container > ul > li:hover > a {
            color: #222222; }
          header.header.new-header .header--container .menu-container > ul > li a {
            white-space: nowrap; }
          header.header.new-header .header--container .menu-container > ul > li > a {
            color: #FFFFFF;
            transition: .3s ease; }
            header.header.new-header .header--container .menu-container > ul > li > a::before {
              display: none; }
          header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children {
            flex-direction: row;
            align-items: center; }
            header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children.active > ul.sub-menu {
              opacity: 1;
              visibility: visible; }
            header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu {
              position: absolute;
              top: 100%;
              left: 0;
              padding: 20px;
              align-items: initial;
              background-color: #FFFFFF;
              box-shadow: 0px 237px 66px 0px rgba(0, 0, 0, 0), 0px 151px 61px 0px rgba(0, 0, 0, 0.01), 0px 85px 51px 0px rgba(0, 0, 0, 0.05), 0px 38px 38px 0px rgba(0, 0, 0, 0.09), 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
              border-radius: 12px;
              gap: 0;
              opacity: 0;
              visibility: hidden;
              transition: .3s ease; }
              header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li {
                position: relative;
                z-index: 10; }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after {
                  content: "";
                  position: absolute;
                  left: 100%;
                  top: 0;
                  bottom: 0;
                  width: 40px; }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children.active > ul.sub-menu {
                  opacity: 1;
                  visibility: visible; }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
                  display: flex;
                  align-items: center;
                  gap: 8px; }
                  header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a::after {
                    content: "";
                    transition: .3s ease;
                    display: block;
                    background-image: url(../img/header/arrow-header.svg);
                    background-size: 16px 16px;
                    display: inline-block;
                    width: 16px;
                    height: 16px; }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
                  color: #1F7ACD; }
                  header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a::after {
                    background-image: url(../img/header/arrow-header-hover.svg); }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li a {
                  transition: .3s ease;
                  padding: 10px 0; }
                header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
                  position: absolute;
                  top: 0%;
                  left: calc(100% + 40px);
                  padding: 20px;
                  background-color: #FFFFFF;
                  box-shadow: 0px 237px 66px 0px rgba(0, 0, 0, 0), 0px 151px 61px 0px rgba(0, 0, 0, 0.01), 0px 85px 51px 0px rgba(0, 0, 0, 0.05), 0px 38px 38px 0px rgba(0, 0, 0, 0.09), 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
                  border-radius: 12px;
                  gap: 0;
                  opacity: 0;
                  visibility: hidden;
                  transition: .3s ease; }
                  header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a {
                    transition: .3s ease; }
                    header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a:hover {
                      color: #1F7ACD; }
                    header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu li a::before {
                      display: none; }
      header.header.new-header .header--container .menu-container .item-menu-general {
        margin-right: 0 !important; }
        header.header.new-header .header--container .menu-container .item-menu-general:hover .menu-label {
          color: #02c3cd; }
        header.header.new-header .header--container .menu-container .item-menu-general:nth-of-type(4) {
          flex-basis: initial; }
        header.header.new-header .header--container .menu-container .item-menu-general:nth-of-type(5) {
          order: 5; }
        header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca {
          margin-left: auto;
          background-color: transparent; }
          header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary svg path {
            transition: .3s ease; }
          header.header.new-header .header--container .menu-container .item-menu-general.calcula-tu-hipoteca a.btn-primary:hover svg path {
            stroke: #222222; }
        header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion {
          flex-basis: initial;
          order: 7;
          display: block; }
          header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account {
            position: initial;
            width: initial;
            border-radius: initial;
            padding: 12px 20px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            gap: 8px; }
            header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account:hover p {
              color: #02c3cd; }
            header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account:hover .icon svg path {
              stroke: #02c3cd; }
            header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account .icon {
              width: 16px; }
              header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account .icon svg path {
                transition: .3s ease; }
            header.header.new-header .header--container .menu-container .item-menu-general.inicia-sesion a.btn-account p {
              transition: .3s ease;
              font-size: 16px;
              line-height: 24px;
              color: #FFFFFF;
              font-weight: 700; }
        header.header.new-header .header--container .menu-container .item-menu-general .menu-label {
          transition: .3s ease;
          color: #FFFFFF; }
    header.header.new-header .header--container a.account {
      display: none; }

  body.home .wat-mainrow {
    margin-top: 0 !important; }

  .wat-mainrow {
    margin-top: 0; }

  section.wat-section.seccion-cabecera-simulador {
    gap: 60px; }
    section.wat-section.seccion-cabecera-simulador.seccion-cabecera-simulador-2 {
      gap: 100px; }
      section.wat-section.seccion-cabecera-simulador.seccion-cabecera-simulador-2 .seccion-cabecera-simulador--content {
        width: calc(100% - 510px); }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content {
      width: calc(100% - 590px); }
    section.wat-section.seccion-cabecera-simulador .cabecera-form {
      flex-basis: 410px; }

  .seccion-simulador-sima-v3 {
    width: calc(530px); }

  section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content .card-ppal .swiper--content {
    max-width: 1068px;
    margin: 0 auto; } }
@media only screen and (min-width: 1440px) {
  header.header.new-header .header--relative {
    padding-left: calc((100vw - 1392px) / 2); }
    header.header.new-header .header--relative .logo {
      width: 154px;
      left: calc((100vw - 1392px) / 2); }
  header.header.new-header .header--container .menu-container {
    padding-left: calc((100vw - 1392px) / 2 + 154px + 60px);
    padding-right: calc((100vw - 1392px) / 2);
    width: calc(1392px - (154px + 60px));
    gap: 40px; }
    header.header.new-header .header--container .menu-container > ul {
      gap: 40px; }
      header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu {
        padding: 20px 40px; }
        header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after {
          left: calc(100% - 20px);
          width: 80px; }
        header.header.new-header .header--container .menu-container > ul > li.menu-item-has-children > ul.sub-menu > li ul.sub-menu {
          left: calc(100% + 60px);
          padding: 20px 40px; }

  footer.footer.new-footer .footer-ppal .footer-ppal--content {
    gap: 60px; }
    footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col {
      flex-basis: 270px;
      margin-right: 0; }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col:nth-last-of-type(1) {
        flex-basis: calc(100% - 270px - 60px); }
      footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu {
        gap: 0;
        justify-content: space-between; }
        footer.footer.new-footer .footer-ppal .footer-ppal--content .footer-ppal-col ul.menu li {
          flex-basis: auto; }

  .new-home-page .main-wrapper {
    margin: 0 auto;
    max-width: 1392px; }
  .new-home-page h1 {
    font-size: 20px;
    line-height: 30px; }
  .new-home-page h2 {
    font-size: 56px;
    line-height: 84px; }
  .new-home-page h3 {
    font-size: 64px;
    line-height: 77px; }

  section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .titulo {
    padding: 0; }
  section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new {
    padding: 0; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .swiper-cabecera-home-new .swiper-wrapper .swiper-slide .item .item--content .information p {
      max-width: 490px; }
  section.wat-section.cabecera-home-new .cabecera-home-new--content .cabecera .template-resena-new {
    left: 0; }
  section.wat-section.cabecera-home-new .cabecera-home-new--content .cards {
    padding: 0; }
    section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content {
      padding: 24px 32px 40px;
      height: calc(100% - 24px - 40px); }
      section.wat-section.cabecera-home-new .cabecera-home-new--content .cards .card .card--content .desplegado .btn--content {
        left: 32px; }

  section.wat-section.texto-autorellenable .texto-autorellenable--content {
    padding: 0; }
    section.wat-section.texto-autorellenable .texto-autorellenable--content .texto {
      max-width: 1090px;
      margin: 0 auto; }
      section.wat-section.texto-autorellenable .texto-autorellenable--content .texto p {
        font-size: 47px;
        line-height: 58px; }

  section.wat-section.porque-gibobs .porque-gibobs--content .video-cards {
    padding: 0; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .video .video--content .info {
      padding: 24px 40px; }
    section.wat-section.porque-gibobs .porque-gibobs--content .video-cards .cards .swiper-porque-gibobs-cards .swiper-wrapper .swiper-slide .card .card--content {
      padding: 40px; }

  section.wat-section.informacion-cuota .informacion-cuota--content {
    padding-right: 0;
    padding-left: 0; }
    section.wat-section.informacion-cuota .informacion-cuota--content .information {
      flex-basis: 600px; }
    section.wat-section.informacion-cuota .informacion-cuota--content .image {
      flex-basis: calc(100% - 600px); }

  section.wat-section.recursos-formativos .recursos-formativos--content {
    padding: 0; }
    section.wat-section.recursos-formativos .recursos-formativos--content > .information {
      max-width: 700px; }

  section.wat-section.nuevo-hogar .nuevo-hogar--content .titulo {
    max-width: 900px; }
  section.wat-section.nuevo-hogar .nuevo-hogar--content .video-resenas {
    max-width: 1130px;
    margin: 0 auto; }

  section.wat-section.asesoramiento .asesoramiento--content .titulo .fake {
    left: 0;
    right: 0; }
  section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel {
    --carousel-width: 1320px; }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-prev {
      left: 270px; }
    section.wat-section.asesoramiento .asesoramiento--content .carousel-asesoramiento .carousel .arrows .arrow.arrow-next {
      right: 270px; }

  section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content {
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto; }
    section.wat-section.seccion-proyectos-financiados .seccion-proyectos-financiados--content .swiper--content .swiper-container .swiper-wrapper .swiper-slide {
      width: 380px; }

  section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content {
    gap: 28px 60px; }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .desplegables {
      flex-basis: calc((100% / 2) - (60px * 1 / 2)); }
    section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content .imagen {
      display: block;
      flex-basis: calc((100% / 2) - (60px * 1 / 2)); }

  .wat-mainrow.single-page {
    padding: 56px calc((100vw - 1392px) / 2) 0;
    width: calc(100% - (100vw - 1392px)); } }
@media only screen and (min-width: 1560px) {
  section.wat-section.seccion-cabecera-simulador {
    padding: 79px calc((100vw - 1400px) / 2) 0; }
    section.wat-section.seccion-cabecera-simulador .seccion-cabecera-simulador--content .cabecera-info h1 {
      max-width: 620px; }

  section.wat-section.seccion-cards-informacion .seccion-cards-informacion--content {
    padding: 0; }

  section.wat-section.seccion-cards-informacion-imagen .seccion-cards-informacion-imagen--content {
    padding: 0; }

  section.wat-section.seccion-desplegables-image .seccion-desplegables-image--content {
    padding: 0; }

  section.wat-section.section-formulario .section-formulario--content {
    padding: 0; }
    section.wat-section.section-formulario .section-formulario--content .icon-background {
      width: 310px;
      left: 50%;
      transform: translateX(calc(-50% - 120px)); }
    section.wat-section.section-formulario .section-formulario--content .cabecera-info {
      width: 525px; }
    section.wat-section.section-formulario .section-formulario--content form {
      width: 410px; }

  .wat-mainrow.single-page .single-text h1 {
    font-size: 55px;
    line-height: 70px; } }
.wat-mainrow.simulador-page .wat-section.cabecera-general-simulador .cabecera-general-simulador--content .cabecera-info .logos {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  .wat-mainrow.simulador-page .wat-section.cabecera-general-simulador .cabecera-general-simulador--content .cabecera-info .logos .logo {
    width: 120px;
    margin-bottom: 0; }
    .wat-mainrow.simulador-page .wat-section.cabecera-general-simulador .cabecera-general-simulador--content .cabecera-info .logos .logo.logo-alone {
      width: 150px; }

.section-cabecera-home {
  margin-bottom: 0; }

.template-resena .template-resena--content {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .template-resena .template-resena--content .resena-google {
    display: flex;
    gap: 18px;
    align-items: center; }
    .template-resena .template-resena--content .resena-google .logo-stars {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 8px; }
      .template-resena .template-resena--content .resena-google .logo-stars .logo {
        width: 120px; }
      .template-resena .template-resena--content .resena-google .logo-stars .notas {
        display: flex;
        align-items: center;
        gap: 4px; }
        .template-resena .template-resena--content .resena-google .logo-stars .notas .nota p {
          margin: 0 !important;
          font-size: 14px;
          font-weight: 400;
          line-height: 19px;
          font-family: 'Inter',sans-serif; }
        .template-resena .template-resena--content .resena-google .logo-stars .notas .stars {
          display: flex;
          align-items: center;
          gap: 4px; }
          .template-resena .template-resena--content .resena-google .logo-stars .notas .stars .star {
            width: 22px; }
  .template-resena .template-resena--content .resena-trust {
    display: flex;
    gap: 18px;
    align-items: center; }
    .template-resena .template-resena--content .resena-trust .logo-stars {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 8px; }
      .template-resena .template-resena--content .resena-trust .logo-stars .logo {
        width: 120px; }
      .template-resena .template-resena--content .resena-trust .logo-stars .notas-trust {
        display: flex;
        align-items: center;
        gap: 4px; }
        .template-resena .template-resena--content .resena-trust .logo-stars .notas-trust .nota p {
          margin: 0 !important;
          font-size: 14px;
          font-weight: 400;
          line-height: 19px;
          font-family: 'Inter',sans-serif; }
        .template-resena .template-resena--content .resena-trust .logo-stars .notas-trust .stars {
          width: 126px; }
  .template-resena .template-resena--content .texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px; }
    .template-resena .template-resena--content .texto .titulo p {
      margin: 0 !important;
      font-size: 16px;
      line-height: 16px;
      font-weight: 700;
      font-family: 'Inter',sans-serif; }
    .template-resena .template-resena--content .texto .resenas {
      margin: 0 !important; }
      .template-resena .template-resena--content .texto .resenas p {
        margin: 0 !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        font-family: 'Inter',sans-serif;
        text-decoration: underline; }

.wat-mainrow.calcula-hipoteca-page .wat-sticky-mobile .wat-section {
  margin-bottom: 60px; }
  @media all and (min-width: 1400px) {
    .wat-mainrow.calcula-hipoteca-page .wat-sticky-mobile .wat-section {
      margin-bottom: 80px; } }
.wat-mainrow.calcula-hipoteca-page .wat-sticky-mobile .wat-section.calcula-hipoteca-cabecera .calcula-hipoteca-cabecera--content .cabecera-info {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .wat-mainrow.calcula-hipoteca-page .wat-sticky-mobile .wat-section.calcula-hipoteca-cabecera .calcula-hipoteca-cabecera--content .cabecera-info p {
    margin: 0 !important; }

.wat-mainrow.home-page .wat-section.cabecera-section .cabecera-section--content .cabecera-info {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .wat-mainrow.home-page .wat-section.cabecera-section .cabecera-section--content .cabecera-info p, .wat-mainrow.home-page .wat-section.cabecera-section .cabecera-section--content .cabecera-info a {
    margin: 0 !important; }

section.wat-section.seccion-recursos-formativos {
  background-color: #F7F9FC;
  padding: 24px 0;
  margin-bottom: 40px; }
  section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content {
    padding: 0 5vw; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .texto-inicial {
      display: flex;
      flex-direction: column;
      margin-bottom: 32px;
      gap: 16px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .texto-inicial h2 {
        margin-bottom: 0; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .texto-inicial p {
        font-size: 14px;
        line-height: 20px;
        font-family: 'Inter',sans-serif;
        font-weight: 400; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion {
      margin-bottom: 30px;
      padding: 24px;
      border-radius: 20px;
      box-shadow: 0px 8px 8px 0px rgba(47, 72, 88, 0.15);
      background-color: #ECF7FC;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 20px 16px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .icon {
        flex-basis: 40px;
        min-width: 40px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .texto {
        flex-basis: calc(100% - 56px);
        display: flex;
        flex-direction: column;
        gap: 8px; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .texto p:nth-of-type(1) {
          font-size: 16px;
          line-height: 18px; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .texto p:nth-of-type(2) {
          font-size: 14px;
          line-height: 18px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content {
        display: flex;
        justify-content: flex-end;
        flex-basis: 100%; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a {
          display: flex;
          align-items: center;
          gap: 4px; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a p {
            font-size: 16px;
            line-height: 18px;
            font-family: 'Inter',sans-serif;
            font-weight: 700; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a svg {
            width: 6px; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .subtitulo {
      margin-bottom: 16px; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card {
        flex-basis: 100%; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(1) .card--content {
          min-height: 380px; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(1) .card--content .texto {
            max-width: initial; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(2) .card--content .image {
          width: 140px;
          right: -50px;
          left: initial;
          transform: rotate(-30deg);
          bottom: 30px; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(3) .card--content .image {
          display: none; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content {
          position: relative;
          overflow: hidden;
          width: calc(100% - 48px);
          background-color: #fff;
          padding: 24px;
          border-radius: 30px;
          box-shadow: 0px 8px 8px 0px rgba(47, 72, 88, 0.15);
          display: flex;
          flex-direction: column;
          gap: 32px; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .texto {
            max-width: 210px;
            display: flex;
            flex-direction: column;
            gap: 8px; }
            section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .texto p:nth-of-type(1) {
              font-size: 16px;
              line-height: 24px; }
            section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .texto p:nth-of-type(2) {
              font-size: 14px;
              line-height: 24px; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .btn--content {
            display: flex;
            justify-content: flex-start; }
            section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .btn--content a {
              display: flex;
              align-items: center;
              gap: 4px; }
              section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .btn--content a p {
                font-size: 16px;
                line-height: 18px;
                font-family: 'Inter',sans-serif;
                font-weight: 700; }
              section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .btn--content a svg {
                width: 6px; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .image {
            position: absolute;
            left: 50%;
            width: 100%;
            max-width: 300px;
            transform: translateX(-50%);
            bottom: 0; }
          section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .free {
            position: absolute;
            top: 0;
            right: 0;
            width: 104px; }

.video-popup {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000098;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .video-popup.active {
    opacity: 1;
    visibility: visible; }
  .video-popup .video {
    display: flex;
    flex-direction: column;
    position: relative; }
    .video-popup .video .cancell {
      position: absolute;
      right: 0;
      top: -44px;
      cursor: pointer;
      width: 30px;
      height: 30px; }
    .video-popup .video .video--content {
      position: relative;
      aspect-ratio: 16/9;
      width: 90vw;
      max-width: 1400px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .video-popup .video .video--content iframe {
        width: 100%;
        height: 100%;
        clip-path: inset(1px 1px); }

section.wat-section.seccion-video-iconos-desplegables {
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #F6F9FC; }
  section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content {
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .titulo h2 {
      text-align: center;
      margin-bottom: 0; }
    section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video {
      width: 100%;
      position: relative; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video .image--content {
        width: 100%;
        position: relative;
        overflow: hidden;
        aspect-ratio: 328/216; }
        section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video .image--content img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%;
          display: block; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        cursor: pointer; }
    section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables {
      display: flex;
      flex-direction: column;
      gap: 32px; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono {
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono.active .arrow {
            transform: rotate(180deg); }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono .icono {
            flex-basis: 40px;
            min-width: 40px; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono p {
            margin: 0 16px 0 24px;
            font-size: 16px;
            line-height: 28px;
            font-weight: 700;
            font-family: 'Inter',sans-serif; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono .arrow {
            transition: .3s ease;
            flex-basis: 24px;
            min-width: 24px; }
        section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .desplegable-info {
          display: none; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .desplegable-info p {
            text-align: center; }

section.wat-section.seccion-pautas {
  margin-bottom: 30px; }
  section.wat-section.seccion-pautas .seccion-pautas--content {
    padding: 0 5vw; }
    section.wat-section.seccion-pautas .seccion-pautas--content .titulo {
      margin-bottom: 24px; }
      section.wat-section.seccion-pautas .seccion-pautas--content .titulo p {
        font-size: 18px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        font-family: 'Inter',sans-serif; }
    section.wat-section.seccion-pautas .seccion-pautas--content .pautas {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta:nth-last-of-type(1)::after {
          display: none; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta::after {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: 1px;
          height: 24px;
          border-left: 3px dashed #0088C6;
          bottom: -32px; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .number {
          margin-bottom: 4px;
          width: 30px;
          aspect-ratio: 1;
          border-radius: 50%;
          background-color: #0088C6;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .number p {
            font-size: 20px;
            line-height: 20px;
            text-align: center;
            font-weight: bold;
            font-family: 'Inter',sans-serif;
            color: white; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .titulo {
          margin-bottom: 8px; }
          section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .titulo p {
            font-size: 16px;
            line-height: 30px;
            font-family: 'Inter',sans-serif;
            text-align: center;
            font-weight: 700; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .subtitulo p {
          text-align: center;
          font-size: 14px;
          line-height: 20px;
          font-weight: 300; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .btn--content {
          display: flex;
          justify-content: center;
          margin-top: 16px; }
          section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .btn--content a {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px; }
            section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .btn--content a p {
              font-size: 16px;
              line-height: 16px;
              font-family: 'Inter',sans-serif;
              font-weight: 700; }
            section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .btn--content a .icon {
              width: 5px; }

section.wat-section.seccion-faqs {
  padding: 30px 0; }
  section.wat-section.seccion-faqs .seccion-faqs--content {
    padding: 0 5vw; }
    section.wat-section.seccion-faqs .seccion-faqs--content .titulo {
      margin-bottom: 35px; }
      section.wat-section.seccion-faqs .seccion-faqs--content .titulo h2 {
        text-align: center;
        font-size: 30px;
        line-height: 44px;
        font-weight: 700;
        font-family: 'Inter',sans-serif;
        color: #0088C6; }
    section.wat-section.seccion-faqs .seccion-faqs--content .faqs {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind {
        border-bottom: 1px solid #222;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column; }
        section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind.active .line-one h3 {
          color: #1f7acd; }
        section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind.active .line-one span {
          border: 2px solid #1f7acd;
          transform: rotate(180deg); }
          section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind.active .line-one span svg {
            fill: #1f7acd; }
        section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind .line-one {
          cursor: pointer;
          display: flex;
          align-items: flex-start;
          gap: 20px; }
          section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind .line-one h3 {
            flex-basis: calc(100% - 40px);
            font-size: 18px;
            line-height: 30px;
            font-weight: 700;
            font-family: 'Inter',sans-serif;
            margin-bottom: 0;
            transition: .3s ease; }
          section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind .line-one span {
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #222;
            transition: .3s ease; }
            section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind .line-one span svg {
              transition: .3s ease;
              width: 8px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              fill: #222; }
        section.wat-section.seccion-faqs .seccion-faqs--content .faqs .faq-ind .line-two {
          margin-top: 30px;
          display: none; }

.page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content .lottie {
  cursor: pointer; }
.page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results.hide {
  opacity: 0;
  visibility: hidden; }

section.wat-section.seccion-b2b .seccion-b2b--content .image--content {
  display: none; }
section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b {
  padding: 40px 5vw; }
  section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .titulo {
    margin-bottom: 30px; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .titulo p {
      font-size: 18px;
      line-height: 30p;
      font-weight: 700; }
  section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu::before {
        content: "";
        position: absolute;
        width: 0%;
        bottom: -6px;
        height: 2px;
        left: 0;
        background-color: #222;
        transition: .3s ease; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu.active::before {
        width: 100%; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu.active .icon {
        width: 20px; }
        section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu.active .icon svg path {
          fill: #222; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu.active p {
        color: #222; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu .icon {
        width: 20px; }
        section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu .icon svg path {
          transition: .3s ease;
          fill: #748EA0; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu .opcion-menu p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        transition: .3s ease;
        color: #748EA0; }
  section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-opciones .opcion {
    display: none; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-opciones .opcion.active {
      display: block; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-opciones .opcion .base-tittle {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-opciones .opcion .buttons {
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      gap: 20px; }

section.wat-section.seccion-hablan {
  margin-bottom: 0;
  background-color: #E9F7EF;
  padding: 16px 0; }
  section.wat-section.seccion-hablan.disable-marquee .seccion-hablan--content {
    flex-direction: row; }
    section.wat-section.seccion-hablan.disable-marquee .seccion-hablan--content .marquesina--content {
      width: initial; }
      section.wat-section.seccion-hablan.disable-marquee .seccion-hablan--content .marquesina--content .marquesina {
        animation: initial; }
  section.wat-section.seccion-hablan .seccion-hablan--content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 24px; }
    section.wat-section.seccion-hablan .seccion-hablan--content .title {
      display: flex;
      justify-content: center; }
      section.wat-section.seccion-hablan .seccion-hablan--content .title p {
        white-space: nowrap;
        font-size: 16px;
        line-height: 19px;
        color: #9DA5A9;
        text-align: center;
        font-family: 'Inter',sans-serif;
        font-weight: 500; }
    section.wat-section.seccion-hablan .seccion-hablan--content .marquesina--content {
      width: 100%;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative; }
      section.wat-section.seccion-hablan .seccion-hablan--content .marquesina--content .marquesina {
        display: flex;
        align-items: center;
        gap: 16px;
        --start-position: 0%;
        --final-position: calc((-50%) - 16px / 2);
        animation: marquee 16s linear infinite running; }
        section.wat-section.seccion-hablan .seccion-hablan--content .marquesina--content .marquesina .marquee {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          section.wat-section.seccion-hablan .seccion-hablan--content .marquesina--content .marquesina .marquee img {
            width: auto; }

.transparencia-simulador, .transparencia-simulador-solicitar-informacion {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .transparencia-simulador.active, .transparencia-simulador-solicitar-informacion.active {
    opacity: 0.5;
    visibility: visible; }

.transparencia-simulador-solicitar-informacion {
  z-index: 900; }

.wat-mainrow.page-landing-24 {
  margin-top: 30px;
  margin-bottom: 80px; }

section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed {
  max-width: 520px; }
  section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content .form--info {
    margin-bottom: 32px; }
  section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form {
    display: flex;
    flex-direction: column; }
    section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block {
      position: relative; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block.input--error .error {
        display: block; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block.input--error .form-input label span.input__label-content--chisato::after {
        color: #e08180; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block.input--error .form-input input {
        border: 1px solid #e08180 !important; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .error {
        display: none;
        position: absolute;
        top: -14px;
        right: 0; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .error p {
          font-size: 9px;
          line-height: 12px;
          color: #e08180; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .error-info {
        color: #e08180;
        text-align: center;
        font-size: 11px;
        margin-bottom: 10px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .error-info a {
          color: #e08180;
          text-align: center;
          font-size: 11px;
          margin-bottom: 10px;
          font-weight: bold;
          line-height: initial; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-texto p {
        font-size: 14px;
        line-height: 20px; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-input {
        max-width: initial;
        padding: 0;
        margin: 0;
        width: 100%; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-input.input--filled label {
          top: 10px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-input label {
          z-index: 10;
          top: 14px;
          transform: initial;
          font-size: 14px;
          line-height: 21px;
          color: #748EA0;
          font-weight: 400;
          font-family: 'Inter', sans-serif; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-input label span {
            max-width: calc(100% - 32px);
            padding: 0 16px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content 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: -38px;
              left: 0;
              color: #1F7ACD; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content 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; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas {
        display: flex; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas input {
          opacity: 0;
          visibility: hidden; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas input:checked + label::before {
            background-color: #02c3cd;
            border-color: #02c3cd; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas label {
          position: relative;
          padding-left: 30px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content 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; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas label::after {
            content: url(./../img/check.svg);
            position: absolute;
            left: 4px;
            top: -3px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas label p {
            font-size: 11px;
            line-height: 15px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-politicas label p a {
              font-size: 11px;
              line-height: 15px;
              color: #1F7ACD;
              text-decoration: none; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit.sending .loader {
        opacity: 1;
        visibility: visible; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .loader {
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        position: absolute;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        display: inline-block;
        width: 24px;
        height: 24px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .loader object {
          width: 100%; }
      section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .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%; }
        section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .btn-primary .title {
          position: relative; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .btn-primary .title p {
            font-weight: 700;
            color: #FFFFFF;
            font-size: 16px;
            line-height: 20px;
            margin-right: 12px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content form .form--block .form-submit .btn-primary .title svg {
            width: 6px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll {
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information h1, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information h2 {
      margin-bottom: 0; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information ul {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding-left: 20px; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information ul li {
        color: #222222;
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .information .es-header-component-top {
      display: none !important; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .info-image .info-image--content .image {
    display: none; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column {
      flex-basis: 100%; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column .column--content {
        background-color: #F7F8F8;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column .column--content .title {
          display: flex;
          align-items: center;
          gap: 10px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column .column--content .title .icon {
            flex-basis: 20px;
            min-width: 20px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column .column--content .title p {
            font-size: 20px;
            line-height: 28px;
            font-weight: 700; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas {
    background-color: #F7F8F8;
    border-radius: 10px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content {
      padding: 24px 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 24px 44px; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera {
        display: flex;
        flex-direction: column;
        gap: 8px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera h4 {
          font-size: 20px;
          line-height: 26px;
          font-weight: 700; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera h4, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera p {
          font-family: 'Inter',sans-serif; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera p {
          font-weight: 700;
          color: #1F7ACD; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna {
        flex-basis: 100%; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text {
            padding: 10px 0;
            display: flex;
            align-items: center;
            gap: 8px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text.input-text-hidden {
              display: none; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text .text {
              display: flex;
              flex-direction: column;
              gap: 2px;
              flex-basis: 130px; }
              section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text .text p {
                font-family: 'Inter',sans-serif;
                font-size: 14px;
                line-height: 22px;
                font-weight: 300; }
                section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text .text p.small {
                  font-size: 12px;
                  line-height: 15px;
                  color: #748EA0; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text input {
              border: 1px solid #748EA0;
              border-radius: 4px;
              text-align: center;
              padding: 10px;
              width: calc(100% - 22px - 8px - 130px);
              background-color: #FFFFFF;
              color: #748EA0;
              font-size: 16px;
              line-height: 28px;
              font-weight: 500;
              font-family: 'Inter',sans-serif; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados {
            background-color: #FFFFFF;
            box-shadow: 0px 8.215px 16.429px 0px #22222226;
            border-radius: 10px;
            padding: 16px;
            overflow: hidden; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .title {
              margin-bottom: 8px; }
              section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .title p {
                font-family: 'Inter',sans-serif;
                font-size: 15px;
                line-height: 28px;
                font-weight: 700;
                color: #1F7ACD; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada {
              display: flex;
              flex-direction: column;
              gap: 8px; }
              section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list li, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada li {
                display: flex;
                align-items: center;
                gap: 16px; }
                section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list li p, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada li p {
                  font-family: 'Inter',sans-serif;
                  font-size: 16px;
                  line-height: 28px;
                  font-weight: 300; }
                  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list li p:nth-of-type(1), section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada li p:nth-of-type(1) {
                    flex-basis: 144px; }
                  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list li p:nth-of-type(2), section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada li p:nth-of-type(2) {
                    flex-basis: calc(100% - 144px - 16px);
                    font-weight: 700; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada {
              padding: 10px 20px;
              background-color: #1F7ACD; }
              section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .resultados .list-destacada li p {
                color: #FFFFFF; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros {
          display: flex;
          flex-direction: column;
          gap: 8px; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .texto {
            display: flex;
            flex-direction: column;
            gap: 4px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .texto .title p {
              font-family: 'Inter',sans-serif;
              font-size: 14px;
              line-height: 22px;
              font-weight: 700; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .texto .subtitle p {
              font-family: 'Inter',sans-serif;
              font-size: 10px;
              line-height: 17px;
              font-weight: 400; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .destacados {
            background-color: #4CFAD3;
            padding: 4px 16px;
            border-radius: 10px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .destacados li {
              display: flex;
              align-items: center;
              gap: 16px; }
              section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .destacados li p {
                font-family: 'Inter',sans-serif;
                font-size: 14px;
                line-height: 28px;
                font-weight: 300; }
                section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .destacados li p:nth-of-type(1) {
                  flex-basis: 106px; }
                section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .destacados li p:nth-of-type(2) {
                  flex-basis: calc(100% - 106px - 16px); }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .ahorros .btn-primary {
            height: 20px;
            margin-top: 8px;
            padding: 12px 32px; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll section.wat-section.seccion-faqs {
    padding: 0; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll section.wat-section.seccion-faqs .seccion-faqs--content {
      padding: 0;
      max-width: initial; }
section.wat-section.seccion-info-form .seccion-info-form--content .info-fixed {
  display: none; }

section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content {
  padding: 0 5vw; }
  section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content {
    display: flex;
    justify-content: center; }
    section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .input--content {
      display: none; }
    section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content input {
        position: absolute;
        opacity: 0; }
        section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content input:checked + label::before {
          left: 26px; }
      section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content label {
        cursor: pointer;
        width: 46px;
        height: 20px;
        border-radius: 10px;
        background-color: #EFEFEF;
        position: relative;
        order: 2; }
        section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content label::before {
          content: "";
          transition: .3s ease;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          background-color: #1F7ACD;
          left: 1px; }
      section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content span {
        cursor: pointer;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        font-family: 'Inter',sans-serif;
        color: #748EA0;
        transition: .3s ease; }
        section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content span.left {
          order: 1; }
        section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content span.right {
          order: 3; }
        section.wat-section.seccion-filtrado-posts .seccion-filtrado-posts--content form .form--content .switch--content span.active {
          color: #1F7ACD; }

.loading {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease; }
  .loading.active {
    opacity: .8;
    visibility: visible; }

@media all and (min-width: 768px) {
  section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed {
    max-width: 360px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed .form-fixed--content {
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.16);
      background-color: #FFFFFF; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .info-image .info-image--content {
    display: flex;
    gap: 44px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .info-image .info-image--content .image {
      flex-basis: 254px;
      min-width: 254px;
      display: block; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .only-information .only-information--content .information .template-resena .template-resena--content {
    flex-direction: row; }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content {
    gap: 24px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column {
      flex-basis: calc((100% / 2) - (24px * 1 / 2)); }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .two-columns .two-columns--content .column .column--content {
        height: calc(100% - 40px); }
  section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content {
    align-items: flex-start; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera {
      flex-basis: 100%; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera h4, section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .cabecera p {
        text-align: center; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna {
      flex-basis: calc((100% / 2) - (44px * 1 / 2)); }

  .wat-mainrow.simulador-page .wat-section.cabecera-general-simulador .cabecera-general-simulador--content .cabecera-info .logos .logo {
    width: 150px; }

  section.wat-section.seccion-recursos-formativos {
    padding: 60px 0 92px;
    margin-bottom: 60px; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .texto-inicial {
      margin-bottom: 40px;
      gap: 24px; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .icon {
      flex-basis: 60px;
      min-width: 60px; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .texto {
      flex-basis: initial;
      flex: 1; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content {
      flex-basis: 200px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a {
        height: 60px;
        border-radius: 5px;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #1F7ACD;
        box-shadow: 0px 8.215px 16.429px 0px rgba(31, 122, 205, 0.15); }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a p {
          color: white; }
        section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .simulacion .btn--content a svg path {
          fill: white; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-gap: 20px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(1) {
        height: 100%;
        min-height: initial;
        grid-area: 1 / 1 / 3 / 2; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content {
        height: calc(100% - 48px); }

  section.wat-section.seccion-b2b .seccion-b2b--content {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 5vw; }
    section.wat-section.seccion-b2b .seccion-b2b--content .image--content {
      display: block;
      flex-basis: 50%; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b {
      flex-basis: 50%;
      padding: 20px 0; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-menu {
        justify-content: flex-start; } }
@media all and (min-width: 992px) {
  section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content {
    padding: 0;
    max-width: 932px;
    margin: 0 auto; }
    section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards {
      grid-gap: 40px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(2) .card--content .image {
        transform: initial;
        right: 0;
        bottom: 8px;
        width: 172px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card:nth-of-type(3) .card--content .image {
        display: block;
        position: absolute;
        transform: initial;
        left: initial;
        right: 0;
        bottom: 26px;
        width: 172px; }
      section.wat-section.seccion-recursos-formativos .seccion-recursos-formativos--content .cards .card .card--content .image {
        max-width: 100%; }

  section.wat-section.seccion-faqs {
    padding: 60px 0; }
    section.wat-section.seccion-faqs .seccion-faqs--content {
      padding: 0;
      max-width: 730px;
      margin: 0 auto; }

  section.wat-section.seccion-video-iconos-desplegables {
    padding: 60px 0;
    margin-bottom: 60px; }
    section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 32px 32px; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .titulo {
        flex-basis: 100%; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video {
        flex-basis: calc(50% - 16px); }
        section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .video .image--content {
          aspect-ratio: 640/336; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables {
        flex-basis: calc(50% - 16px); }
        section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable {
          align-items: flex-start; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .titulo-icono {
            justify-content: flex-start; }
          section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .desplegables .desplegable .desplegable-info p {
            text-align: left; }
      section.wat-section.seccion-video-iconos-desplegables .seccion-video-iconos-desplegables--content .btn--content {
        display: none; }

  section.wat-section.seccion-b2b .seccion-b2b--content {
    padding: 0;
    gap: 78px; }
    section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b {
      max-width: 460px; }
      section.wat-section.seccion-b2b .seccion-b2b--content .contenido-b2b .opciones .opciones-opciones .opcion .buttons {
        flex-direction: row;
        justify-content: flex-start; }

  section.wat-section.seccion-hablan .seccion-hablan--content .marquesina--content .marquesina {
    gap: 24px; } }
@media all and (min-width: 1200px) {
  .wat-mainrow.page-landing-24 {
    margin-top: 140px; }

  section.wat-section.seccion-info-form .seccion-info-form--content {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-column-gap: 64px;
    padding: 0 5vw;
    align-items: flex-start; }
    section.wat-section.seccion-info-form .seccion-info-form--content .form-fixed {
      max-width: initial; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll {
      padding: 0;
      grid-area: 1 / 1 / 2 / 2; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .form-fixed {
        display: none; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text input {
        border-color: #FFFFFF;
        transition: .3s ease; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text input:hover {
          border-color: #748EA0; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-fixed {
      position: sticky;
      z-index: 950;
      top: 100px;
      grid-area: 1 / 2 / 2 / 3;
      display: block; }

  section.wat-section.seccion-pautas.seccion-pautas--mini .seccion-pautas--content {
    padding: 0; }
  section.wat-section.seccion-pautas .seccion-pautas--content .pautas {
    flex-direction: row;
    gap: 20px; }
    section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta {
      flex-basis: calc((100% / 5) - (20px * 4 / 5)); }
      section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta::after {
        height: 1px;
        width: 100px;
        border-left: initial;
        border-top: 2px dashed #0088c6;
        top: 14px;
        transform: initial;
        left: initial;
        right: -60px; }
      section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .btn--content {
        display: none; }

  .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content {
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1274px;
    margin: 0 auto; }
    .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .cabecera-simulador-sima-v2--content {
      margin-bottom: 0; }
    .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .ranges {
      max-width: 550px; }
    .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results {
      background-color: #fff;
      transition: .3s ease;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      flex-basis: calc(460px - 64px);
      border-radius: 8px;
      padding: 24px 32px;
      margin-left: 0; }
      .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .btn-escenario--content {
        margin-top: 40px; }
        .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .btn-escenario--content .btn-escenario {
          height: 60px;
          border-radius: 10px; }
          .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .btn-escenario--content .btn-escenario p {
            margin-right: 0; }
      .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content {
        padding: 0;
        background-color: initial;
        box-shadow: initial;
        border-radius: 0; }
        .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content .title {
          margin-bottom: 24px; }
        .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content .graficas {
          margin-top: 24px; }
          .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content .graficas .grafica {
            height: 40px; }
        .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results .results--content .datos .dato p.p-dato {
          font-size: 30px;
          line-height: 38px; }
      .page-simulador-sima-v2 section.wat-section.simulador-sima-v2 .simulador-sima-v2--content .results.hide {
        opacity: 1;
        visibility: visible; }

  section.wat-section.seccion-video-iconos-desplegables.seccion-video-iconos-desplegables--mini {
    padding: 0;
    background-color: initial; }
    section.wat-section.seccion-video-iconos-desplegables.seccion-video-iconos-desplegables--mini .seccion-video-iconos-desplegables--content {
      padding: 0; }
  section.wat-section.seccion-video-iconos-desplegables:not(.seccion-video-iconos-desplegables--mini) .seccion-video-iconos-desplegables--content {
    gap: 32px 84px;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0; }
    section.wat-section.seccion-video-iconos-desplegables:not(.seccion-video-iconos-desplegables--mini) .seccion-video-iconos-desplegables--content .video {
      flex-basis: 640px; }
    section.wat-section.seccion-video-iconos-desplegables:not(.seccion-video-iconos-desplegables--mini) .seccion-video-iconos-desplegables--content .desplegables {
      flex-basis: calc(100% - 640px - 84px); }

  section.wat-section.seccion-faqs.seccion-faqs--mini {
    padding: 0; }
    section.wat-section.seccion-faqs.seccion-faqs--mini .seccion-faqs--content {
      padding: 0; } }
@media all and (min-width: 1400px) {
  section.wat-section.seccion-info-form .seccion-info-form--content {
    padding: 0 80px; }
    section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll {
      gap: 96px; }
      section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content {
        padding: 40px 30px;
        justify-content: space-between;
        gap: 24px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna:nth-of-type(2) {
          flex-basis: 380px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna:nth-of-type(3) {
          flex-basis: 330px; }
        section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs {
          padding: 10px 20px 10px 0; }
          section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text {
            gap: 10px; }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text .text {
              flex-basis: calc(100% - 10px - 170px); }
            section.wat-section.seccion-info-form .seccion-info-form--content .info-scroll .simulador-hipotecas .simulador-hipotecas--content .columna .inputs-resultados .inputs .input-text input {
              width: 170px; }

  section.wat-section.seccion-b2b .seccion-b2b--content {
    max-width: 1400px;
    margin: 0 auto; }
    section.wat-section.seccion-b2b .seccion-b2b--content .image--content {
      position: relative;
      overflow: hidden;
      height: 600px; }
      section.wat-section.seccion-b2b .seccion-b2b--content .image--content img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block; } }
@media all and (min-width: 1560px) {
  section.wat-section.seccion-pautas .seccion-pautas--content {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto; }
    section.wat-section.seccion-pautas .seccion-pautas--content .titulo p {
      font-size: 30px;
      line-height: 40px; }
    section.wat-section.seccion-pautas .seccion-pautas--content .pautas {
      gap: initial;
      justify-content: space-between; }
      section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta {
        max-width: 214px; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta::after {
          width: 150px;
          right: -86px; }
        section.wat-section.seccion-pautas .seccion-pautas--content .pautas .pauta .titulo p {
          line-height: 40px; } }
.base-tittle ul li {
  list-style-type: disc;
  list-style-position: inside; }
.base-tittle ol li {
  list-style-type: decimal;
  list-style-position: inside; }
.base-tittle ul, .base-tittle ol {
  display: flex;
  flex-direction: column;
  gap: 6px; }
  .base-tittle ul li, .base-tittle ol li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Poppins'; }

.toast .toast-message p {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important; }
  .toast .toast-message p a {
    text-decoration: underline !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important; }

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