﻿* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

html {
    background-color: #f8f9fa; 
    overflow-x: hidden; 
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

body {
    background-color: #f8f9fa; 
    overflow-x: hidden; 
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #191c1d;
}

html::-webkit-scrollbar { 
    display: none; 
}

body::-webkit-scrollbar { 
    display: none; 
}

/* =============================================
   REGLAS GLOBALES DE VALIDACIÃ“N DE FORMULARIO
   (fuera de MQ â€” aplica en todos los breakpoints)
   ============================================= */

/* Honeypot: campo trampa anti-bots */
.campo-honeypot {
    display: none;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: -9999px;
}

/* Estados de campo: error */
.campo-formulario.error input,
.campo-formulario.error select {
    border-color: #e53935;
    background-color: #fff8f8;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

/* Estados de campo: vÃ¡lido */
.campo-formulario.valido input,
.campo-formulario.valido select {
    border-color: #25D366;
    background-color: #f6fff9;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

/* Mensaje de error bajo el campo */
.error-msg {
    display: none;
    font-size: 11px;
    color: #e53935;
    font-weight: 500;
    padding-left: 2px;
    margin-top: -4px;
}

.campo-formulario.error .error-msg {
    display: block;
}

@media (min-width: 1367px) {
/* --- MQ1 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 40px;
    padding-right: 40px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: flex;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: block;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: none;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    gap: 60px;
    align-items: center;
}
.bloque-111 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 48px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 16px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 40%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 500px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1200px;
}
.modulo-21 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 65%;
    height: 400px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 20px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    gap: 60px;
    align-items: center;
}
.bloque-311 {
    width: 45%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 16px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1200px;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 31%;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 50%;
    height: auto;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1200px;
}
.modulo-61 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 1200px;
}
.linea-conexion-621 {
    display: block;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 800px;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 32px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    gap: 60px;
    align-items: center;
}
.bloque-711 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 48px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 16px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 45%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}

@media (min-width: 1281px) and (max-width: 1366px) {
/* --- MQ2 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 32px;
    padding-right: 32px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: flex;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: block;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: none;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: row;
    width: 1100px;
    gap: 48px;
    align-items: center;
}
.bloque-111 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 42px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 40%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 450px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1100px;
}
.modulo-21 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: row;
    width: 1100px;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 65%;
    height: 380px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: row;
    width: 1100px;
    gap: 48px;
    align-items: center;
}
.bloque-311 {
    width: 45%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1100px;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 31%;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: row;
    width: 1100px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 50%;
    height: auto;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 50%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 1100px;
}
.modulo-61 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 1100px;
}
.linea-conexion-621 {
    display: block;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 800px;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 28px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 22px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: row;
    width: 1100px;
    gap: 48px;
    align-items: center;
}
.bloque-711 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 42px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 45%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
/* --- MQ3 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 24px;
    padding-right: 24px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: flex;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: block;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: none;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: row;
    width: 950px;
    gap: 36px;
    align-items: center;
}
.bloque-111 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 36px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 45%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 400px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 950px;
}
.modulo-21 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: row;
    width: 950px;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 60%;
    height: 350px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 17px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: row;
    width: 950px;
    gap: 36px;
    align-items: center;
}
.bloque-311 {
    width: 45%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 950px;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 950px;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 31%;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: row;
    width: 950px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 50%;
    height: auto;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 950px;
}
.modulo-61 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 950px;
}
.linea-conexion-621 {
    display: block;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 750px;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 24px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: row;
    width: 950px;
    gap: 36px;
    align-items: center;
}
.bloque-711 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 36px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 48%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
/* --- MQ4 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 20px;
    padding-right: 20px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: none;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: none;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: flex;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 24px;
    align-items: center;
}
.bloque-111 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 32px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 100%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 350px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 700px;
}
.modulo-21 h2 {
    font-size: 26px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 16px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 24px;
    align-items: center;
}
.bloque-311 {
    width: 100%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 26px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 700px;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 26px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 45%;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: column;
    width: 700px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 100%;
    height: 300px;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 26px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 700px;
}
.modulo-61 h2 {
    font-size: 26px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 700px;
}
.linea-conexion-621 {
    display: none;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 24px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 18px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 24px;
    align-items: center;
}
.bloque-711 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 32px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}

@media (min-width: 481px) and (max-width: 767px) {
/* --- MQ5 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 16px;
    padding-right: 16px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: none;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: none;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: flex;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    align-items: center;
}
.bloque-111 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 28px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 100%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
}
.modulo-21 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 15px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    align-items: center;
}
.bloque-311 {
    width: 100%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 100%;
    height: 250px;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
}
.modulo-61 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 90%;
}
.linea-conexion-621 {
    display: none;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 20px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 18px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 20px;
    align-items: center;
}
.bloque-711 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 28px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}

@media (min-width: 320px) and (max-width: 480px) {
/* --- MQ6 --- */
.modulo-m1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-left: 12px;
    padding-right: 12px;
}
.bloque-m11 {
    display: flex;
    align-items: center;
}
.contenido-m111 {
    display: flex;
    align-items: center;
}
.logo-img-m111 {
    height: 32px;
    display: block;
}
.bloque-m12 {
    display: none;
    align-items: center;
    gap: 32px;
}
.contenido-m121 {
    display: block;
}
.contenido-m122 {
    display: block;
}
.contenido-m123 {
    display: block;
}
.contenido-m124 {
    display: block;
}
.link-menu {
    text-decoration: none;
    color: #526069;
    font-weight: 500;
    font-size: 15px;
    transition-property: color;
    transition-duration: 0.3s;
}
.link-menu:hover {
    color: #4744fa;
}
.bloque-m13 {
    display: none;
}
.btn-m1311 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-m1311:hover {
    opacity: 0.9;
}
.bloque-m14 {
    display: flex;
    align-items: center;
}
.contenido-m141 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
}
.linea-m1411 {
    width: 100%;
    height: 3px;
    background-color: #4744fa;
    border-radius: 2px;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}
.modulo-m2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(193, 199, 210, 0.4);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.modulo-m2.activo {
    display: block;
}
.bloque-m21 {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 20px;
}
.contenido-m211 {
    display: block;
}
.contenido-m212 {
    display: block;
}
.contenido-m213 {
    display: block;
}
.contenido-m214 {
    display: block;
}
.contenido-m215 {
    display: block;
    margin-top: 10px;
}
.link-menu-movil {
    text-decoration: none;
    color: #191c1d;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.btn-m2151 {
    display: block;
    text-align: center;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.seccion-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 95px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-11 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    align-items: center;
}
.bloque-111 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenido-1111 {
    display: inline-flex;
    align-items: center;
    background-color: #d3e2ed;
    color: #4744fa;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    gap: 8px;
}
.icono-11111 {
    width: 16px;
    height: 16px;
    color: #4744fa;
}
.contenido-1112 {
    width: 100%;
    margin-bottom: 20px;
}
.contenido-1112 h1 {
    font-size: 24px;
    color: #4744fa;
    line-height: 1.15;
    font-weight: 800;
}
.contenido-1113 {
    width: 100%;
    margin-bottom: 32px;
}
.contenido-1113 p {
    font-size: 13px;
    color: #526069;
    line-height: 1.6;
}
.contenido-1114 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
.btn-11141 {
    display: inline-block;
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.3);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-11141:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.btn-11141:active {
    transform: translateY(0);
}
.btn-11142 {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: #4744fa;
    color: #4744fa;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
}
.btn-11142:hover {
    background-color: #4744fa;
    color: #ffffff;
}
.contenido-1115 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-11151 {
    width: 16px;
    height: 16px;
    color: #526069;
}
.contenido-1115 span {
    font-size: 12px;
    color: #526069;
}
.bloque-112 {
    width: 100%;
}
.contenido-1121 {
    position: relative;
    width: 100%;
}
.decoracion-11211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 24px;
    transform: rotate(-3deg) translate(16px, 16px);
    z-index: 1;
}
.contenedor-img-11212 {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    height: 250px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
}
.contenedor-img-11212 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.filtro-112121 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(71, 68, 250, 0.08), transparent);
}
.seccion-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #edeeef;
}
.modulo-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.modulo-21 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}
.linea-211 {
    width: 96px;
    height: 6px;
    background-color: #FF7043;
    border-radius: 10px;
}
.modulo-22 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin-top: 48px;
}
.bloque-221 {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.bloque-221 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 0.7s;
}
.bloque-221:hover img {
    transform: scale(1.08);
}
.overlay-2211 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent);
    display: flex;
    align-items: flex-end;
    padding: 32px;
}
.contenido-22111 {
    color: #ffffff;
}
.contenido-22111 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contenido-22111 p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.5;
}
.bloque-222 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tarjeta-bento-chica {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.icono-bento-chico {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 16px;
}
.tarjeta-bento-chica h4 {
    font-size: 14px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-bento-chica p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-31 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    align-items: center;
}
.bloque-311 {
    width: 100%;
}
.contenedor-img-3111 {
    position: relative;
    width: 100%;
}
.contenedor-img-3111 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 10;
}
.placa-31111 {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background-color: #4744fa;
    color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 66, 117, 0.3);
    z-index: 20;
}
.txt-g-311111 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.txt-p-311112 {
    font-size: 13px;
    opacity: 0.8;
}
.bloque-312 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-312 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
.descripcion-3121 {
    font-size: 13px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.lista-3122 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.item-31221 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312211 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31221 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.item-31222 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icono-312221 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-31222 span {
    font-size: 15px;
    font-weight: 500;
    color: #191c1d;
}
.link-3123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4744fa;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.link-3123:hover {
    text-decoration: underline;
}
.icono-31231 {
    width: 18px;
    height: 18px;
}
.seccion-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 66, 117, 0.04);
}
.modulo-41 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
}
.modulo-41 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 12px;
}
.modulo-41 p {
    font-size: 16px;
    color: #526069;
}
.modulo-42 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    justify-content: center;
}
.tarjeta-incluye {
    width: 100%;
    background-color: #ffffff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 66, 117, 0.03);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-property: transform, box-shadow;
    transition-duration: 0.3s;
}
.tarjeta-incluye:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 66, 117, 0.08);
}
.icono-incluye {
    width: 36px;
    height: 36px;
    color: #FF7043;
    margin-bottom: 20px;
}
.tarjeta-incluye h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 12px;
}
.tarjeta-incluye p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.seccion-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
}
.modulo-51 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
}
.bloque-511 {
    width: 100%;
    height: 200px;
}
.bloque-511 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloque-512 {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tag-5121 {
    font-size: 11px;
    font-weight: bold;
    color: #4744fa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bloque-512 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.25;
}
.desc-5122 {
    font-size: 15px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 24px;
}
.caract-5123 {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.item-51231 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512311 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51231 span {
    font-size: 14px;
    font-weight: 500;
}
.item-51232 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.icono-512321 {
    width: 20px;
    height: 20px;
    color: #4744fa;
}
.item-51232 span {
    font-size: 14px;
    font-weight: 500;
}
.btn-5124 {
    display: inline-block;
    background-color: #4744fa;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    transition-property: opacity;
    transition-duration: 0.2s;
}
.btn-5124:hover {
    opacity: 0.9;
}
.seccion-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f8f9fa;
    gap: 48px;
}
.modulo-61 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.modulo-61 h2 {
    font-size: 20px;
    color: #4744fa;
    font-weight: 800;
}
.modulo-62 {
    position: relative;
    width: 100%;
}
.linea-conexion-621 {
    display: none;
    position: absolute;
    top: 24px;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: rgba(193, 199, 210, 0.4);
    z-index: 1;
}
.lista-pasos-622 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    position: relative;
    gap: 32px;
}
.tarjeta-proceso {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.num-proceso {
    width: 48px;
    height: 48px;
    background-color: #4744fa;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tarjeta-proceso h3 {
    font-size: 18px;
    color: #4744fa;
    font-weight: bold;
    margin-bottom: 8px;
}
.tarjeta-proceso p {
    font-size: 14px;
    color: #526069;
    line-height: 1.5;
}
.modulo-63 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 66, 117, 0.05);
    padding: 16px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.2);
}
.icono-631 {
    width: 48px;
    height: 48px;
    color: #4744fa;
    margin-bottom: 20px;
}
.modulo-63 h2 {
    font-size: 16px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 16px;
}
.cita-632 {
    font-size: 16px;
    color: #4744fa;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}
.autor-633 {
    font-size: 14px;
    font-weight: bold;
    color: #4744fa;
}
.seccion-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #ffffff;
}
.modulo-71 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    align-items: center;
}
.bloque-711 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bloque-711 h2 {
    font-size: 24px;
    color: #4744fa;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
}
.desc-7111 {
    font-size: 13px;
    color: #526069;
    line-height: 1.6;
    margin-bottom: 32px;
}
.contacto-items-7112 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.item-71121 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711211 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112111 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711212 {
    display: flex;
    flex-direction: column;
}
.etiq-7112121 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112122 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.item-71122 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circulo-icono-711221 {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 66, 117, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-7112211 {
    width: 24px;
    height: 24px;
    color: #4744fa;
}
.info-711222 {
    display: flex;
    flex-direction: column;
}
.etiq-7112221 {
    font-size: 11px;
    color: #526069;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.val-7112222 {
    font-size: 18px;
    font-weight: bold;
    color: #4744fa;
}
.bloque-712 {
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.tarjeta-formulario-7121 {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.3);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tarjeta-formulario-7121 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tarjeta-formulario-7121.solicitado form {
    display: none;
}
.campo-formulario {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.campo-formulario label {
    font-size: 12px;
    font-weight: bold;
    color: #526069;
}
.campo-formulario input {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario input:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.campo-formulario select {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(193, 199, 210, 0.6);
    background-color: #f8f9fa;
    font-size: 15px;
    outline: none;
    transition-property: border-color, box-shadow;
    transition-duration: 0.2s;
}
.campo-formulario select:focus {
    border-color: #4744fa;
    box-shadow: 0 0 0 3px rgba(0, 66, 117, 0.15);
}
.btn-enviar-71214 {
    background-color: #FF7043;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 112, 67, 0.2);
    transition-property: transform, opacity;
    transition-duration: 0.2s;
}
.btn-enviar-71214:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}
.aviso-71215 {
    font-size: 11px;
    color: #74838f;
    text-align: center;
}
.exito-7122 {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 16px;
}
.tarjeta-formulario-7121.solicitado .exito-7122 {
    display: flex;
}
.check-71221 {
    width: 64px;
    height: 64px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}
.exito-7122 h3 {
    font-size: 22px;
    color: #4744fa;
    font-weight: bold;
}
.exito-7122 p {
    font-size: 14px;
    color: #526069;
    line-height: 1.6;
}
.seccion-f {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #e1e3e4;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(193, 199, 210, 0.4);
}
.modulo-f1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
}
.bloque-f11 {
    display: flex;
    align-items: center;
}
.logo-img-f111 {
    height: 28px;
    display: block;
}
.bloque-f12 {
    display: block;
}
.bloque-f12 p {
    font-size: 13px;
    color: #74838f;
}
.bloque-f13 {
    display: flex;
    gap: 16px;
}
.bloque-f13 a {
    text-decoration: none;
    color: #526069;
    font-size: 13px;
}
.bloque-f13 a:hover {
    color: #4744fa;
}
.seccion-c {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
}
.modulo-c1 {
    display: flex;
}
.bloque-c11 {
    display: block;
}
.link-c111 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition-property: transform;
    transition-duration: 0.2s;
}
.link-c111:hover {
    transform: scale(1.1);
}
.icono-c1111 {
    width: 65%;
    height: 65%;
}
}



/* Estilos enlace telefono */
.val-7112122 a { text-decoration: none; color: inherit; }
