@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

.section_alta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 6%; }

.section_alta h1 {
  font-size: 2.5em;
  font-weight: 500; }

.section_alta p {
  font-size: 1.375em;
  font-weight: 300;
  padding-left: 14em;
  padding-right: 14em;
  line-height: 1.2em; }

.section_alta h6 {
  font-size: 0.9em;
  margin-bottom: 3em;
  font-weight: 700;
  color: #4830B2;
  margin-top: 1em; }

.section_alta img {
  width: 500px; }

.cuentas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 10%; }

.cuentas h1 {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0; }

.cuentas p {
  font-size: 1.3em;
  font-weight: 300; }

.user-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 3%; }

.user-card {
  background: #163E7A;
  border-radius: 39px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  color: #fff;
  min-height: 320px; }

.user-card__content h3 {
  font-size: 2rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
  text-align: left; }

.user-card__content p {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 300; }

.user-btn {
  background: #ff9e1b;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.55rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  width: 135px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

a {
  text-decoration: none; }

.user-card__image {
  display: flex;
  justify-content: center;
  align-items: center; }

.user-card__image img {
  max-width: 200px;
  height: auto;
  position: relative;
  top: 60px; }

.user-juridic {
  margin-top: 10%;
  padding-top: 4em;
  background-color: #f9f9f9;
  padding-left: 4em;
  padding-right: 4em; }

.user-juridic-init {
  padding-left: 6em;
  padding-right: 6em;
  margin-bottom: 5em; }

.user-juridic h1 {
  text-align: center;
  font-size: 2.25em;
  font-weight: 400;
  color: #002d74; }

.user-juridic p {
  text-align: center;
  font-size: 1.3em;
  font-weight: 400; }

.user-juridic-task {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em; }

.user-juridic-task_box {
  display: flex;
  flex-direction: column; }

.user-juridic-task_box p {
  text-align: left;
  max-width: 60%;
  font-size: 1.1em;
  font-weight: 400; }

.user-juridic-task_box h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0; }

.user-juridic-task_box img {
  margin-bottom: 0.7em; }

.user-juridic-task_box div {
  margin-bottom: 1em; }

.doc-toggle {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e8e8e8 inset; }

/* Botón */
.doc-toggle__btn {
  width: 100%;
  height: 62px;
  background: #f3f3f3;
  border: none;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #4830B2; }

/* Contenido */
.doc-toggle__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 20px; }

.doc-toggle.is-open .doc-toggle__content {
  padding-bottom: 16px; }

.doc-toggle__content ul {
  margin: 12px 0 0 0;
  padding-left: 18px; }

.doc-toggle__content li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333; }

/* Icono */
.doc-toggle__icon {
  transition: transform 0.3s ease;
  font-size: 1.3em;
  color: #1c1c1c; }

.doc-toggle.is-open .doc-toggle__icon {
  transform: rotate(45deg); }

.user-juridic-end {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.user-juridic-end p {
  font-size: 1.3em;
  margin-bottom: 1.5em;
  padding-left: 4em;
  padding-right: 4em; }

.user-juridic-btn {
  border: none;
  border-radius: 8px;
  background-color: #ff9e1b;
  color: white;
  height: 62px;
  width: 400px;
  font-size: 1.2em;
  font-weight: 600; }

.user-individual {
  background-color: #002d74;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 4em;
  padding-right: 4em; }

.user-individual-contain {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  color: white;
  max-width: 1100px; }

.user-individual-content h1 {
  font-size: 2.25em;
  font-weight: 400; }

.user-individual-content h3 {
  font-size: 1.3em;
  font-weight: 300;
  width: 80%; }

.user-individual-content_btn {
  width: 400px;
  height: 62px;
  background: #ff9e1b;
  border: none;
  color: white;
  font-size: 1.2em;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.7em; }

.user-individual-content p {
  margin-bottom: 0;
  font-weight: 300; }

.user-individual-end {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 10%; }

.user-individual-end_content {
  padding-left: 3em; }

.user-individual-end_content h1 {
  font-size: 2.25em;
  font-weight: 600; }

.user-individual-end_content h3 {
  font-size: 1.3em;
  font-weight: 300;
  width: 80%; }

.user-individual-end img {
  padding-right: 3em; }

.user-individual-end_content p {
  font-weight: 600; }

/*MEDIA*/
@media (max-width: 1024px) {
  .user-card__image img {
    max-width: 150px;
    height: auto;
    position: none;
    top: 0px; }
  .section_alta p {
    padding-left: 2em;
    padding-right: 2em; }
  .user-juridic-init {
    padding-left: 3em;
    padding-right: 3em; }
  .user-juridic-end p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    padding-left: 1em;
    padding-right: 1em; }
  .user-juridic-btn {
    width: 400px;
    font-size: 1em; }
  .user-individual-end_content h3 {
    width: 100%;
    padding-right: 2em; } }

@media (max-width: 820px) {
  .user-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .user-card {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 1rem;
    min-height: 250px; }
  .user-card__content {
    align-items: center;
    align-content: center;
    justify-content: center; }
  .user-card__content h3 {
    text-align: center; }
  .user-card__content p {
    text-align: center; }
  .user-btn {
    margin: auto; }
  .user-card__image img {
    max-width: 200px;
    height: auto;
    position: none;
    top: 0;
    margin: auto; }
  .user-juridic-init {
    padding-left: 1em;
    padding-right: 1em; }
  .user-juridic-task_box h3 {
    font-size: 1em; }
  .user-juridic-task_box p {
    font-size: 1em; }
  .user-juridic_img img {
    width: 230px; }
  .user-juridic-end p {
    padding-left: 0;
    padding-right: 0; }
  .user-individual-content_btn {
    width: 320px;
    font-size: 1em; } }

@media (max-width: 768px) {
  .user-individual-contain {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center; }
  .user-individual-content h3 {
    width: 100%; }
  .user-individual-content p {
    margin-bottom: 1em; }
  .user-individual-end {
    flex-direction: column;
    justify-content: center;
    align-content: center; }
  .user-individual-end_content {
    text-align: center;
    padding-left: 0; }
  .user-individual-end_content h3 {
    padding-right: 0; }
  .user-individual-end img {
    padding-right: 0; } }

@media (max-width: 600px) {
  .user-type {
    display: flex;
    flex-direction: column;
    width: 90%; }
  .user-juridic-task {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .user-juridic-task {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em; }
  .user-juridic-task_box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .user-juridic-task_box p {
    text-align: center;
    max-width: 60%;
    font-size: 1em;
    font-weight: 400; }
  .user-juridic-task_box h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center; }
  .user-juridic-task_box img {
    margin-bottom: 0.7em; }
  .doc-toggle__btn {
    font-size: 1em; }
  .user-juridic-end p {
    font-size: 1.1em; }
  .user-juridic-btn {
    font-size: 1em;
    width: 100%;
    padding: 0.3em; }
  .user-individual-content_btn {
    width: 100%; }
  .user-individual {
    padding-right: 1em;
    padding-left: 1em; }
  .user-juridic {
    padding-right: 1em;
    padding-left: 1em; } }

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

* {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

/*---------CSS FORMULARIO ANTERIOR------*/
.form-section {
  margin-top: 2%;
  width: 100%;
  background: #f6f8fb;
  display: flex;
  justify-content: center;
  padding: 4rem 1rem; }

.form-wrapper {
  width: 60vw;
  max-width: 760px;
  min-width: 320px; }

.form-card {
  background: var(--bg);
  border-radius: 14px;
  padding: 2.5rem 2.5rem 3rem; }

/* Campos */
.form-group {
  margin-bottom: 1.6rem; }

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.4rem; }

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  font-size: 0.95rem;
  outline: none;
  transition: 0.2s ease;
  background: #fff; }

.form-group input::placeholder {
  color: var(--muted); }

.form-group input:focus,
.form-group select:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 2px rgba(47, 107, 255, 0.12); }

/* Botón */
.form-actions {
  margin-top: 2rem; }

.form-actions button {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: none;
  background: var(--primary);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s ease; }

.form-actions button:hover {
  opacity: 0.9; }

/* FIN CSS FORMULARIO ANTERIOR */
/* CONTENEDOR GENERAL */
.form_centre {
  margin-top: 2%;
  width: 100%;
  background: #f6f8fb;
  display: flex;
  justify-content: center;
  padding: 4rem 1rem; }

/* CARD */
.form_centre form {
  width: 60vw;
  max-width: 760px;
  min-width: 320px;
  background: var(--bg);
  border-radius: 14px;
  padding: 2.5rem 2.5rem 3rem; }

/* INPUTS Y SELECTS */
.form_style,
.form-select {
  width: 100%;
  padding: 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  font-size: 0.95rem;
  outline: none;
  transition: 0.2s ease;
  background: #fff;
  margin-bottom: 1.6rem; }

/* Placeholder */
.form_style::placeholder {
  color: var(--muted); }

/* Focus */
.form_style:focus,
.form-select:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 2px rgba(47, 107, 255, 0.12); }

/* BOTÓN */
.form_btt {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: none;
  background: var(--primary);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s ease; }

.form_btt:hover {
  opacity: 0.9; }

body {
  font-family: "Inter", sans-serif;
  color: #1C1C1C;
  padding-top: 80px; }

.main {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.5em;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: top 0.3s ease; }

.menu-inner {
  max-width: 1280px;
  width: 86%;
  margin: 0 auto; }

.main.hide {
  transform: translate(-50%, -100%); }

.main a {
  font-size: 16px; }

.activo {
  color: #ff9e1b;
  font-weight: 600; }

.btn-ppal {
  width: 122px;
  height: 42px;
  background-color: #ff9e1b;
  border-radius: 8px;
  border: none;
  color: white;
  font-size: 12px;
  font-weight: 700; }

.box_home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5%;
  align-items: center;
  margin-bottom: 10%; }

.title {
  font-weight: 700;
  color: black;
  font-size: 4em; }

.box_home img {
  width: 450px;
  height: auto; }

.items p {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0; }

.items_m {
  margin-top: 0.8em; }

.box_items {
  width: 43%;
  margin-right: 6%; }

.btn_2 {
  width: 187px;
  height: 50px;
  background-color: #e3d5f6;
  color: #4830B2;
  font-size: 1em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  margin-right: 0.8em; }

.btn_3 {
  width: 207px;
  height: 50px;
  background-color: #ff9e1b;
  color: white;
  font-size: 1em;
  font-weight: 600;
  border: none;
  border-radius: 8px; }

.box_items span {
  font-size: 0.8em;
  position: none;
  margin-left: 7%; }

.btn_init {
  margin-top: 1em;
  margin-bottom: 0.5em; }

.txt_init {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 5em;
  margin-left: 16%;
  margin-right: 16%; }

.txt_init h2 {
  font-size: 2.25em;
  font-family: "Inter-Smibold", Helvetica;
  font-weight: 600; }

.txt_init p {
  font-size: 1.3em;
  text-align: center;
  font-weight: 300; }

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 4rem 6rem;
  background-color: #002d74;
  border-radius: 39px;
  height: 392px;
  margin-top: 3em; }

.hero__content {
  flex: 0 0 50%;
  margin-left: 3em; }

.hero__content h1 {
  margin-bottom: 1rem;
  font-size: 2em;
  color: white;
  font-weight: 500; }

.hero__content p {
  margin-bottom: 2rem;
  max-width: 420px;
  color: white;
  font-weight: 200;
  font-size: 1.3em;
  line-height: 1.3em; }

/*cuenta virtual visual */
.hero__visual {
  position: relative;
  isolation: isolate;
  flex: 1;
  max-width: 520px;
  height: 520px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero__visual img {
  position: absolute;
  will-change: transform; }

.hero-phone {
  width: 500px;
  position: absolute;
  z-index: 1;
  animation: phone-float 8s ease-in-out infinite; }

.hero-qr {
  width: 90px;
  top: 80px;
  right: 100px; }

.hero-bill {
  width: 80px;
  bottom: 160px;
  left: 110px; }

.hero-arrow {
  width: 60px;
  bottom: 40px;
  right: 160px; }

.hero-qr,
.hero-bill,
.hero-arrow {
  position: absolute;
  z-index: 3; }

/*animaciones*/
@keyframes float-up {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-12px); }
  100% {
    transform: translateY(0); } }

@keyframes float-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(12px); }
  100% {
    transform: translateY(0); } }

@keyframes phone-float {
  0% {
    transform: rotate(4deg) translateY(0); }
  50% {
    transform: rotate(4deg) translateY(-10px); }
  100% {
    transform: rotate(4deg) translateY(0); } }

.float--up {
  animation-name: float-up; }

.float--down {
  animation-name: float-down; }

.float--slow {
  animation-duration: 6s; }

.float--delay {
  animation-delay: -1s; }

.container {
  width: 85%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem; }

.hero__content button {
  width: 135px;
  height: 50px;
  background-color: #ff9e1b;
  color: white;
  border-radius: 8px;
  border: none; }

.hero__scene {
  position: relative;
  width: 520px;
  height: 520px; }

.hero__scene {
  position: relative;
  width: 520px;
  height: 520px;
  flex-shrink: 0; }

.feature {
  background-color: #002d74;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
  margin-top: 6%;
  height: 392px;
  padding-left: 4em;
  padding-right: 6em; }

.feature__content {
  flex: 1;
  color: #fff;
  margin-right: 10em;
  flex: 0 0 50%; }

.feature__content h2 {
  margin-bottom: 1rem;
  font-size: 2em;
  color: white;
  font-weight: 500; }

.feature__content p {
  margin-bottom: 2rem;
  max-width: 420px;
  color: white;
  font-weight: 200;
  font-size: 1.3em;
  line-height: 1.3em; }

.feature__content button {
  width: 135px;
  height: 50px;
  background-color: #ff9e1b;
  color: white;
  border-radius: 8px;
  border: none; }

.feature__visual {
  display: flex;
  justify-content: center; }

.feature-media {
  position: relative;
  width: 275px; }

@keyframes slow-zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.08); }
  100% {
    transform: scale(1); } }

.media-main {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  will-change: transform;
  animation: slow-zoom 10s ease-in-out infinite; }

.media-ui {
  position: absolute;
  width: 60%;
  top: 30%;
  left: -20%;
  z-index: 2;
  will-change: transform;
  animation: slow-zoom 8s ease-in-out infinite; }

.media-bill {
  position: absolute;
  width: 35%;
  bottom: -12%;
  right: -10%;
  z-index: 3;
  will-change: transform;
  animation: slow-zoom 10s ease-in-out infinite; }

.media_max {
  max-width: 1280px; }

.feature--finance .feature-media--double {
  width: 280px; }

.feature--finance .media-main {
  width: 100%;
  position: relative;
  z-index: 1;
  animation: slow-zoom 10s ease-in-out infinite; }

.feature--finance .media-float {
  position: absolute;
  width: 28%;
  right: -6%;
  top: 50%;
  z-index: 2;
  animation: slow-float 6s ease-in-out infinite; }

.benefits {
  padding: 6rem 2rem;
  text-align: center;
  background-color: #f3f3f3;
  margin-top: 12%; }

.benefits__title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 4rem; }

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin: 0 auto; }

.benefit {
  max-width: 300px;
  margin: 0 auto;
  text-align: left; }
  .benefit h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.2rem; }
  .benefit p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #333; }

.benefit__icon {
  width: 56px;
  height: auto;
  margin-bottom: 1rem; }

.benefits__footer {
  margin-top: 5rem;
  font-size: 1.25rem;
  color: #666;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 300; }

.benefits___ {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 4em;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  margin-top: 12%;
  margin-bottom: 12%; }

.benefits___box img {
  width: 30px;
  margin-right: 0.5em; }

.benefits___box p {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 0; }

.benefits___box div {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-bottom: 2em; }

.benefits___div {
  margin-bottom: 0; }

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 12%; }

.cta h2 {
  font-size: 2.2em;
  font-weight: 400; }

.cta h4 {
  font-size: 1.5em;
  font-weight: 200;
  padding-left: 8em;
  padding-right: 8em; }

.cta button {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 229px;
  height: 62px;
  background-color: #ff9e1b;
  color: white;
  border-radius: 8px;
  border: none;
  font-size: 1.5em; }

.cta p {
  font-size: 1.25em;
  font-weight: 300; }

.section_cuenta img {
  width: 600px;
  border-radius: 40px; }

.section_cuenta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 6%; }

.section_cuenta h1 {
  font-size: 2.5em;
  font-weight: 700; }

.section_cuenta p {
  font-size: 1.375em;
  font-weight: 300;
  padding-left: 8em;
  padding-right: 8em; }

.section_cuenta h6 {
  font-size: 0.9em;
  margin-bottom: 3em;
  font-weight: 400;
  color: #4830B2; }

.cvu {
  background: #002d74;
  padding: 0;
  overflow: hidden;
  margin-top: 12%; }

.cvu__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 72px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 48px; }

.cvu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px; }

.cvu__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1em; }

.cvu__list img {
  width: 20px;
  height: 20px; }

.cvu__visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  overflow: visible; }

.cvu__phone {
  width: 500px;
  position: relative;
  z-index: 1;
  animation: phone-float 8s ease-in-out infinite; }

.cvu__float {
  position: absolute;
  width: 100px;
  animation: float 6s ease-in-out infinite; }

.cvu__float--left {
  position: absolute;
  left: 70px;
  top: 70%;
  z-index: 2; }

.cvu__float--right {
  position: absolute;
  right: 60px;
  top: 20%;
  animation-delay: 1.5s;
  z-index: 2; }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-12px); }
  100% {
    transform: translateY(0); } }

@keyframes phone-float {
  0% {
    transform: rotate(4deg) translateY(0); }
  50% {
    transform: rotate(4deg) translateY(-10px); }
  100% {
    transform: rotate(4deg) translateY(0); } }

.fqa_cuenta {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  text-align: center; }

.fqa_cuenta h1 {
  font-size: 2.25em;
  font-weight: 400; }

.faq {
  padding: 4rem 2rem; }

.faq__container {
  max-width: 900px;
  margin: 0 auto; }

.faq__title {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem; }

.faq__item {
  margin-bottom: 1rem;
  border-radius: 14px;
  overflow: hidden; }

.faq__question {
  width: 100%;
  background-color: #D1DFF6;
  border: none;
  padding: 1.2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left; }

.faq__icon {
  transition: transform 0.3s ease; }

.faq__answer {
  background-color: #eef4ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease; }

.faq__answer p {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4; }

.faq__item.active .faq__answer {
  max-height: 300px; }

.faq__item.active .faq__icon {
  transform: rotate(180deg); }

.retired {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  max-width: 1100px;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 1em; }

.retired_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #002d74;
  height: 174px;
  border-radius: 39px;
  padding-left: 2em;
  z-index: 1; }

.retired_img img {
  height: 174px;
  border-radius: 39px;
  display: block; }

.retired_box p {
  font-size: 2em;
  color: white;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0; }

.retired_money {
  position: absolute;
  top: 40px;
  right: 14%;
  width: 90px;
  z-index: 2; }

.retired_bill {
  position: absolute;
  top: 10px;
  right: 55%;
  width: 161px;
  z-index: 2; }

.retired_box_recaudaciones {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #4830B2;
  height: 284px;
  border-radius: 39px;
  padding-left: 2em;
  justify-content: space-around; }

.retired__save {
  display: grid;
  grid-template-columns: auto 2fr;
  align-items: center;
  gap: 1.5rem;
  max-width: 1100px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 1em; }

.save-2 {
  width: 251px; }

.retired_box_recaudaciones h1 {
  color: white;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0; }

.retired_box_recaudaciones p {
  font-size: 1.5em;
  color: white;
  line-height: 1.3em;
  margin-bottom: 0; }

.retired__save__ {
  margin-top: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center; }

.retired_box__ {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #002d74;
  height: 174px;
  border-radius: 39px;
  padding-left: 2em; }

.retired_box__ h1 {
  color: white;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0; }

.financing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #002d74;
  color: white;
  margin-top: 10%;
  padding-top: 8%; }

.financing h3 {
  text-align: center;
  padding-left: 5em;
  padding-right: 5em;
  font-weight: 400;
  font-size: 1.75em; }

.financing h4 {
  font-weight: 700;
  font-size: 1.75em;
  margin-bottom: 0; }

.financing p {
  font-weight: 400;
  font-size: 1.3em; }

.financing_step {
  display: flex;
  flex-direction: row;
  margin-top: 6%;
  margin-bottom: 6%;
  justify-content: space-between;
  gap: 2em; }

.video-box {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative; }

.video-box__media {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

:root {
  --border:#e2e6ea;
  --focus:#2f6bff;
  --text:#1c1c1c;
  --muted:#98938a;
  --bg:#ffffff;
  --primary:#ff9f1c; }

/* footer.css */
.footer {
  background: #0a2e6e;
  color: white;
  padding: 4rem 1rem 1.5rem; }

.footer__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; }

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.8rem; }

.footer__logo {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px; }

.footer__desc {
  font-size: 0.95rem;
  opacity: 0.85;
  max-width: 260px;
  line-height: 1.4; }

.footer__title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0.9; }

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem; }

.footer__list a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
  opacity: 0.85;
  transition: 0.2s ease; }

.footer__list a:hover {
  opacity: 1;
  text-decoration: underline; }

.footer__bottom {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.8rem;
  opacity: 0.7;
  text-align: center; }

.footer_octagon {
  width: 160px; }

html {
  scroll-behavior: smooth; }

.retired_box_recaudaciones .link_mapa {
  color: #ff9e1b;
  font-weight: 600; }

/* Media queries*/
@media (prefers-reduced-motion: reduce) {
  .float {
    animation: none !important; } }

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 3em; }
  .box_home img {
    width: 450px;
    height: auto; }
  .items p {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 0; }
  .btn_2 {
    width: 170px;
    height: 46px;
    background-color: #e3d5f6;
    color: #4830B2;
    font-size: 0.8em;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    margin-right: 0.8em; }
  .btn_3 {
    width: 190px;
    height: 46px;
    background-color: #ff9e1b;
    color: white;
    font-size: 0.8em;
    font-weight: 600;
    border: none;
    border-radius: 8px; }
  .box_items span {
    font-size: 0.8em;
    position: none;
    margin-left: 5%; }
  .hero__content {
    flex: 0 0 40%;
    margin-left: 3em; }
  .hero {
    height: 40%; }
  .feature {
    height: 40%; }
  .menu-inner {
    max-width: 86%; } }

@media only screen and (max-width: 1024px) {
  .txt_init h2 {
    font-size: 1.8em;
    text-align: center; }
  .txt_init p {
    font-size: 1.2em; }
  .hero {
    padding-left: 4em;
    padding-right: 0; }
  .hero__visual {
    width: 420px;
    height: 420px; }
  .hero__scene {
    position: relative;
    width: 520px;
    height: 520px;
    flex-shrink: 0; }
  .hero__scene {
    transform: scale(0.8);
    transform-origin: center; }
  .hero__content {
    flex: 0 0 40%;
    margin-left: 1em; }
  .hero__content h1 {
    font-size: 1.4em; }
  .hero__content p {
    font-size: 1em; }
  .hero__content button {
    width: 120px;
    height: 40px;
    background-color: #ff9e1b;
    color: white;
    border-radius: 8px;
    border: none; }
  .float {
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .feature {
    height: 40%; }
  .feature__content {
    flex: 0 0 40%;
    gap: 0; }
  .feature__content h2 {
    font-size: 1.4em; }
  .feature__content p {
    font-size: 1em; }
  .feature__content button {
    width: 120px;
    height: 40px;
    background-color: #ff9e1b;
    color: white;
    border-radius: 8px;
    border: none; }
  .feature-media {
    width: 230px; }
  .feature--finance .feature-media--double {
    width: 230px; }
  .benefits___ {
    grid-template-columns: 3fr 2fr; }
  .benefits___img {
    width: 400px; }
  .cvu__container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .cvu__phone {
    width: 400px; }
  .cvu__float--left {
    width: 80px; }
  .cvu__float--right {
    width: 80px;
    right: 70px; }
  .fqa_cuenta {
    padding-right: 4%;
    padding-left: 4%; }
  .retired_money {
    position: absolute;
    top: 40px;
    right: 17%; }
  .retired_box__ img {
    width: 100px; }
  .financing h3 {
    padding-left: 2em;
    padding-right: 2em; }
  .footer__container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem; }
  .menu-inner {
    max-width: 86%; } }

@media screen and (max-width: 993px) {
  .menu-inner {
    max-width: 100%;
    margin-top: 0.5em; }
  .menu_logo img {
    margin-top: 1em; } }

@media only screen and (max-width: 820px) {
  .box_home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin-top: 2em;
    align-items: center; }
  .title {
    font-weight: 700;
    color: black;
    font-size: 4em;
    text-align: center; }
  .box_items {
    width: 90%;
    margin-right: 0; }
  .items p {
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0;
    text-align: center; }
  .btn_init {
    display: flex;
    margin-top: 2em;
    margin-bottom: 0.5em;
    justify-content: center; }
  .box_items span {
    position: relative;
    display: flex;
    left: 0;
    text-align: center;
    justify-content: center; }
  .box_home img {
    width: 500px;
    height: auto; }
  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 20px;
    padding-bottom: 600px; }
  .hero__content {
    max-width: 100%; }
  .hero__content h1 {
    font-size: 2em;
    margin-top: 2em; }
  .hero__content p {
    font-size: 1.3em; }
  .hero_content button {
    width: 135px;
    height: 50px; }
  .hero__visual {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center; }
  .hero__visual > * {
    margin: 0 auto; }
  .hero__visual {
    position: relative;
    margin-top: -70px; }
  .hero-phone {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block; }
  .hero-phone {
    animation: float-down 6s ease-in-out infinite; }
  .hero-qr,
  .hero-bill,
  .hero-arrow {
    animation: float-up 5s ease-in-out infinite; }
  .feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    margin-top: 18%;
    padding-bottom: 600px; }
  .feature-media {
    width: 250px; }
  .feature__content {
    padding-left: 2em;
    padding-right: 2em;
    margin-right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center; }
  .feature__content h2 {
    font-size: 2em;
    margin-top: 2em; }
  .feature__content p {
    font-size: 1.3em;
    text-align: center; }
  .feature__content button {
    width: 135px;
    height: 50px; }
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: 3rem; }
  .benefit {
    text-align: center; }
  .benefits {
    margin-top: 20%; }
  .benefits__footer {
    font-size: 0.9rem; }
  .benefits___ {
    grid-template-columns: 1fr;
    align-content: center;
    margin-top: 25%; }
  .benefits___box div {
    justify-content: center; }
  .benefits___img {
    margin: auto; }
  .cta {
    margin-top: 25%; }
  .cta h4 {
    padding-left: 1em;
    padding-right: 1em; }
  .section_cuenta {
    margin-top: 15%; }
  .section_cuenta p {
    padding-left: 0;
    padding-right: 0; }
  .cvu__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
    padding: 10%; }
  .cvu__list {
    justify-items: center;
    text-align: left; }
  .cvu__phone {
    width: 350px;
    transform: translateY(0); }
  .cvu__float--right {
    width: 60px;
    right: 100px; }
  .faq__container {
    padding-left: 2em;
    padding-right: 2em; }
  .retired {
    grid-template-columns: 1fr 180px;
    grid-template-rows: auto auto;
    gap: 16px; }
  .retired_box:first-child {
    grid-column: 1 / -1; }
  .retired_box:nth-child(2) {
    grid-column: 1 / 2; }
  .retired_img {
    grid-column: 2 / 3;
    align-self: center; }
  .retired_money {
    top: 70%;
    right: 20%; }
  .retired_bill {
    right: 4%; }
  .retired__save {
    grid-template-columns: auto 2fr; }
  .retired_box_recaudaciones {
    height: 200px; }
  .retired_box_recaudaciones h1 {
    font-size: 1.5em; }
  .retired_box_recaudaciones p {
    font-size: 1em; }
  .retired_box_recaudaciones img {
    width: 150px; }
  .save-2 {
    width: 170px; }
  .retired__save__ {
    grid-template-columns: 1fr; }
  .retired_box__ {
    justify-content: space-between;
    padding-left: 2em; }
  .retired_box__ img {
    width: 150px; }
  .financing h3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em; }
  .financing h4 {
    font-size: 1.5em; }
  .financing p {
    font-size: 1.2em; } }

@media only screen and (max-width: 600px) {
  .box_home {
    margin-top: 3em; }
  .title {
    font-weight: 700;
    color: black;
    font-size: 3em;
    text-align: center; }
  .btn_2 {
    height: 42px;
    width: 160px;
    margin-bottom: 0.5em;
    margin-right: 0; }
  .btn_3 {
    height: 42px;
    width: 160px; }
  .feature {
    margin-top: 40%;
    padding-bottom: 650px; }
  .feature--finance {
    margin-top: 50%;
    padding-bottom: 580px; }
  .benefits___box {
    text-align: center; }
  .benefits___box div {
    flex-direction: column; }
  .cvu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px; }
  .cvu__list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 1em;
    margin-bottom: 0; }
  .cvu__list {
    justify-items: center;
    text-align: center; }
  .cvu__list img {
    width: 30px;
    height: 30px; }
  .fqa_cuenta h1 {
    font-size: 1.5em; }
  .faq {
    padding: 2rem 2rem; }
  .retired_money {
    top: 70%;
    right: 30%; }
  .retired {
    grid-template-columns: 1fr;
    gap: 16px; }
  .retired_box:first-child {
    grid-column: 1; }
  .retired_box:nth-child(2) {
    grid-column: 1; }
  .retired_img {
    grid-column: 1;
    margin: auto; }
  .retired_money {
    top: 60%;
    right: 30%; }
  .retired_bill {
    right: -2%;
    width: 120px;
    top: 20%; }
  .retired_box {
    padding-left: 0; }
  .retired_box p {
    text-align: center;
    margin: auto; }
  .retired_box_recaudaciones {
    height: 250px;
    justify-content: space-between; }
  .retired_box_recaudaciones h1 {
    font-size: 1.5em; }
  .retired_box_recaudaciones p {
    font-size: 1em; }
  .retired_box_recaudaciones img {
    width: 120px;
    padding-right: 2em; }
  .save-2 {
    width: 250px;
    order: 2;
    margin: auto; }
  .retired_box__ img {
    width: 100px; }
  .retired__save__ h1 {
    font-size: 1.5em; }
  .financing h4 {
    font-size: 1.5em;
    text-align: center; }
  .financing p {
    font-size: 1.2em;
    text-align: center; }
  .financing_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    align-self: center; }
  .financing_step div {
    margin-bottom: 2em; }
  .financing_step div img {
    display: flex;
    margin: auto; }
  .footer__container {
    grid-template-columns: 1fr;
    gap: 2rem; }
  .footer {
    padding: 3rem 1rem 1.5rem; }
  .btn_init {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .faq__item.active .faq__answer {
    max-height: 1000px; } }

@media only screen and (max-width: 400px) {
  .feature {
    margin-top: 30%;
    padding-bottom: 800px; }
  .feature--finance {
    margin-top: 60%;
    padding-bottom: 600px; }
  .hero {
    padding-bottom: 600px; }
  .hero__content {
    margin-left: 0; }
  .cvu__phone {
    width: 300px;
    transform: translateY(0); }
  .cvu__float--right {
    width: 60px;
    right: 60px; }
  .cvu__float--left {
    left: 60px;
    width: 70px; }
  .faq__container {
    padding-left: 1em;
    padding-right: 1em; }
  .retired {
    grid-template-columns: 1fr;
    gap: 16px; }
  .retired_box:first-child {
    grid-column: 1; }
  .retired_box:nth-child(2) {
    grid-column: 1; }
  .retired_img {
    grid-column: 1;
    margin: auto; }
  .retired_money {
    top: 60%;
    right: 30%; }
  .retired_bill {
    right: -2%;
    width: 120px;
    top: 20%; }
  .retired_box {
    padding-left: 0; }
  .retired_box p {
    text-align: center;
    margin: auto; }
  .retired_box_recaudaciones {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5em;
    text-align: center; }
  .retired_box_recaudaciones img {
    padding-right: 0; }
  .retired_box__ {
    flex-direction: column;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center; }
  .hero__scene {
    position: relative;
    max-width: 90vw;
    flex-shrink: 0; }
  .hero-phone {
    width: 100%; }
  .hero-qr {
    width: 50px;
    left: 25%; }
  .hero-bill {
    width: 70px;
    top: 30%;
    left: 50%; }
  .hero-arrow {
    width: 50px;
    top: 30%;
    left: 20%; }
  .feature-media {
    max-width: 90vw; }
  .media-main {
    width: 80%;
    margin: auto; }
  .media-ui {
    width: 40%;
    left: 10%;
    top: 60%; }
  .media-bill {
    right: 60%; }
  .cta button {
    width: 60%;
    font-size: 1.2em;
    padding: 0.2em; } }
