/*body{
    font-family: 'Roboto', sans-serif;
}*/

/*.container-header-main {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}/*
/*
.navbar {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}*/
/*
.container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

/*.logo img {
    width: 180px;
    max-width: 100%;
    display: inline-block;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

.nav-links li a {
    color: #ffffff;
    letter-spacing: 0.25px;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: 0.25s ease-out;
    background-color: rgba(0, 0, 0, 0);
}

.nav-links li a:hover {
    color: #67dbff;
}*/

/* Estilos del botón */
/*.btn {
    background-image: linear-gradient(124deg, rgb(103, 219, 255), rgb(41, 146, 225));
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: rgb(56, 152, 236);
}
*/
/* Dropdown Menu */
/*
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 12px;
    min-width: 150px;
    top: 100%;
    left: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-menu li a {
    color: #222222;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    transition: background 0.3s;
}

.dropdown-menu li a:hover {
    background-color: #f1f1f1;
}

.body-index{
    background-color: rgb(10,28,43);
}

.div-body-main{
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}
*/

/*
.hero-section {
    background-color: rgb(10, 28, 43);
    background-image: url('https://cdn.prod.website-files.com/670f349587d182fd0d7e63f9/670f3b7c202d6965f95f4c60_AprobadoChek.webp');
    background-position: 111% 50%;
    background-repeat: no-repeat;
    background-size: auto 500px;
    padding: 190px 30px 250px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100vh;
}

.hero-section2 {
    background-color: rgb(10, 28, 43);
    background-image: url('https://cdn.prod.website-files.com/670f349587d182fd0d7e63f9/670f3b7c202d6965f95f4c60_AprobadoChek.webp');
    background-position: 111% 50%;
    background-repeat: repeat;
    background-size: auto 500px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
}

.hero-content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
*/

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 60%;
    box-sizing: border-box;
    margin: 20px 0;
}

.text-content h1 {
    color: rgb(255, 255, 255);
    font-family: 'Mic New Rounded', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin: 20px 0 10px;
    box-sizing: border-box;
}

.text-content p {
    color: rgba(255, 255, 255, 0.59);
    letter-spacing: 1px;
    width: 70%;
    margin: 0 0 24px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    box-sizing: border-box;
}

.cta-button {
    color: rgb(255, 255, 255);
    letter-spacing: normal;
    text-transform: none;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    background-image: linear-gradient(124deg, rgb(103, 219, 255), rgb(41, 146, 225));
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s;
    cursor: pointer;
    background-color: rgb(56, 152, 236);
    border: none;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

.cta-button:hover {
    background-color: rgb(41, 146, 225);
}

.image-content {
    max-width: 32%;
    box-sizing: border-box;
    /* Eliminado position: relative */
}

.image-content img {
    width: 100%; /* Ajuste para ocupar el contenedor */
    height: auto;
    display: block;
    box-sizing: border-box;
    border: none;
    /* Eliminado posicionamiento absoluto */
}

.hero-section-apl {
    background-color: rgb(10, 28, 43);
    background-image: url('https://cdn.prod.website-files.com/670f349587d182fd0d7e63f9/670f3b7c202d6965f95f4c60_AprobadoChek.webp');
    background-position: 111% 50%;
    background-repeat: repeat;
    background-size: auto 500px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/ /* Ocupa el 100% de la altura de la pantalla */
}

.div-card-agent {
    margin-top: 100px;
    width: 86%;
    background-color: rgb(255 255 255 / 58%);
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    padding: 15px 20px;
}

.row-intern-divs-th {
    display: grid;
    /*justify-content: space-evenly;*/
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1.5rem;
    justify-items: center;
}

.row-intern-divs-two {
    display: flex;
    margin-bottom: 1.5rem;
    justify-items: center;
}

.inp-two {
    width: 50% !important;
}

.div-input-id {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.div-input-id label,
.div-input-id-consult label {
    margin-bottom: 8px;
    width: 80%;
    font-weight: 600;
    text-align: center;
}

.div-input-id input,
.div-input-id-consult input {
    width: 70%;
    height: 20px;
    padding: 5px 0 5px 2px;
    border: none;
    border-bottom: 1px solid #000;
    background: #e6e6e6;
    outline: none;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.div-input-id textarea {
    background: none;
    border: 1px solid black;
    border-radius: 4px;
}

.div-select-options {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
}

.div-select-options label {
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.div-select-options select {
    width: 70%;
    background: none;
    border: none;
    outline: none !important;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    padding-bottom: 4px;
    text-align: center;
}

.div-card-agent h2 {
    text-align: center;
    border-top: 1px solid rgb(10, 28, 43);
    padding-top: 30px;
    padding-bottom: 15px;
}

.div-input-id textarea {
    min-height: 50px;
}

.row-intern-divs-two .div-select-options label {
    width: 60%;
    text-align: center;
}

.row-intern-divs-two .div-select-options select {
    width: 60%;
}

.div-card-agent h1 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 36px;
}

.div-btn-dec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-btn-dec button {
    /*color: rgb(255, 255, 255);*/
    color: black;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    background-image: linear-gradient(124deg, rgb(103, 219, 255), rgb(41, 146, 225));
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s;
    cursor: pointer;
    background-color: rgb(56, 152, 236);
    border: none;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

#mensajeModal {
    white-space: pre-line;
    line-height: 1;
}

.first_inp, .first_sel {
    width: 55% !important;
}

.close-span {
    font-size: 26px;
    cursor: pointer;
    color: red;
    width: 100%;
    display: flex;
    justify-content: left;
}

.close-span:hover {
    font-weight: 600;
    font-size: 27px;
}

.div-prin-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-contenido {
    background: #c4c4c4;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 45%;
}


/* ESTILOS SIMULADOR -------------------------------*/
.second-container-sect {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-info-second {
    width: 85%;
    /*width: 500px;*/
    /*height: 90%;*/
    background-color: rgba(255, 255, 255, 0.5);;
    box-shadow: 0px 6px 20px 0px rgba(104, 104, 104, 0.34);
    border-radius: 14px;
    padding: 20px;
}

/*Contenido values first page*/
.span-info-slider {
    width: 100%;
    text-align: left;
}

.span-info-slider span {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.second-span {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Primer slider */
.range-slider2 {
    max-width: 30em;
    margin: 1em auto 10px auto;
    position: relative;
    display: flex;
}

.range-slider2 .slider2 {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    outline: none;
    border-radius: 5px;
}

.range-slider2 .slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

.range-slider2 .slider-thumb2 {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #13206f;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.range-slider2 .tooltip2 {
    position: absolute;
    width: 30px;
    height: 26px;
    top: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #13206f;
    text-align: center;
    line-height: 28px;
    color: white;
    border-radius: 4px;
    font-size: 15px;
    white-space: nowrap;
}

/* Segundo slider */
.content-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-slider .div-intern-slider {
    width: 90%;
}

.content-slider .slider-labels-numbers {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: black;
    font-size: 16px;
}

.range-slider {
    max-width: 30em;
    margin: 1em auto 10px auto;
    position: relative;
}

.range-slider .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #FFFFFF;
    outline: none;
    border-radius: 5px;
    position: relative;
}

.range-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 20px;
    background: #13206f;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.range-slider .slider-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.range-slider .tooltip {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #13206f;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 15px;
    white-space: nowrap;
}

.div-contValue {
    margin-top: 20px;
}

.row-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 14px;
}

.row-values label {
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-right: 12px;
}

.row-values input {
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid black;
    width: 140px;
    background: transparent;
    padding: 2px 0;
}

.div-content-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.continue-btn button {
    background: #fccc04;
    color: #000000;
    /*border: none;*/
    border: 1px solid #fccc04;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-shadow: 0 1px 1px #0003;
}

.continue-btn button:hover {
    color: black;
}

.continue-btn button::after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    padding: 10px;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.continue-btn button:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

/*Termina values first page-----------------------------*/

/* Page 2 */
.div-title-step2, .div-title-step3 {
    width: 100%;
    margin-bottom: 12px;
}

.div-title-step2 h1,
.div-title-step3 h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}

.input-two-inputs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.input-two-inputs div {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.input-two-inputs div label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
}

.input-two-inputs div input {
    width: 100%;
    height: 30px;
    font-size: 15px;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 1px 10px;
}

.input-one {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.input-one div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.input-one div label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
}

.input-one div input {
    width: 100%;
    height: 32px;
    font-size: 15px;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 1px 10px;
}

.input-one .div-home {
    width: 45%;
}

.input-one .div-home select {
    width: 100%;
    height: 32px;
    background: transparent;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 1px 10px;
}

.prev-btn {
    margin-right: 20px;
}

.prev-btn button {
    background: #003a55;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-shadow: 0 1px 1px #0003;
}

.prev-btn button:hover {
    color: #003a55;
    border: 2px solid #003a55;
    border-radius: 8px;
}

.prev-btn button::after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    z-index: -1;
    padding: 10px;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.prev-btn button:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

/* Third page */
.div-content-files {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.div-content-files label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 8px;
}

.div-inter-files {
    display: flex;
    flex-direction: column;
}

.div-inter-files input {
    width: 100%;
    font-size: 15px;
    padding: 8px 10px;
    background: #ffffff36;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: none;
}

.div-inter-files span {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin-top: 6px;
}

.div-textDesc {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.textAreaDesc {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border: 1px solid #000000;
    padding: 5px 5px;
}

.lbl-ref-family {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.lbl-ref-person {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
}

.input-three-inputs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.input-three-inputs div {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.input-three-inputs div label {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
}

.input-three-inputs div input {
    width: 100%;
    height: 32px;
    font-size: 15px;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 1px 10px;
}

.input-three-inputs .div-home select {
    width: 100%;
    height: 32px;
    background: transparent;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 1px 10px;
}

/* Trabajo multi-form */
.div-form-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-form-outer form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96%;
}

.form-step {
    display: none;
    width: 100%;
    transform-origin: top;
    animation: animate 0.5s;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.form-step.active {
    display: block;
}

/* Progress */
.progressbar {
    width: 90%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 4px 0 8px 0;
    counter-reset: step;
}

.progressbar::before, .progress {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background: white;
}

.progress {
    background-color: #fccc04;
    width: 0%;
    transition: 0.3s ease-in-out;
}

.progress-step {
    width: 40px;
    height: 40px;
    /*background: #ffffff36;*/
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 20px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step.active {
    background: #fccc04;
    color: #FFFFFF;
}

/* Estilos para el login */
.custom-auth-container {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.google-login-btn {
    display: inline-flex;
    align-items: center;
    background: #4285F4;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.google-login-btn:hover {
    background: #3367d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.google-login-btn img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: white;
    padding: 4px;
    border-radius: 2px;
}

.auth-body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: grid;
    min-height: 100dvh;
    grid-auto-columns: auto 1fr auto;
}

.auth-body .hero-section-account {
    background-color: rgb(10, 28, 43);
    background-image: url('https://cdn.prod.website-files.com/670f349587d182fd0d7e63f9/670f3b7c202d6965f95f4c60_AprobadoChek.webp');
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: auto 500px;
    padding: 190px 30px 250px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 100vh; /* Ocupa el 100% de la altura de la pantalla */
}

.container-account {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.div-card-agent-account {
    margin-top: 100px;
    background-color: rgb(255 255 255 / 58%);
    border-radius: 10px;
    box-shadow: 0 6px 20px 0 rgba(104, 104, 104, 0.34);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-card-agent-account h2 {
    margin-bottom: 0;
}

.form-account {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-account {
    background-image: linear-gradient(124deg, rgb(103, 219, 255), rgb(41, 146, 225));
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
}

.btn-account:hover {
    font-weight: 600;
}

.btn-account span {
    margin-left: 6px;
}

.nav-links li {
    list-style-type: none;
}

.icon-user {
    width: 30px;
}

.menu-us a {
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
    --navy-900: #0f172a;
    --navy-800: #1e293b;
    --cyan-400: #22d3ee;
    --cyan-500: #06b6d4;
    --cyan-300: #67e8f9;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
}

/* NUEVO CSS -------------------------------------- */
/* static/css/navbar.css */
.navbar {
    width: 100%;
    background-color: #0a192f;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease-in-out forwards;
}

@keyframes slideIn {
    from {
        transform: translateY(-16px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo img {
    /*max-height: 30px;*/
    transition: transform 0.3s;
}

.navbar.scrolled .logo img {
    transform: scale(0.9);
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.desktop-nav {
    display: flex;
    gap: 1.5rem;
}

.nav-link {
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
}

.nav-link:hover {
    color: #22d3ee;
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn.btn-apply {
    background-color: #22d3ee;
    color: white;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.btn.btn-apply:hover {
    background-color: #06b6d4;
}

#btn-apply {
    background-color: #22d3ee;
    color: white;
    padding: 0.8rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

#btn-apply:hover {
    background-color: #06b6d4;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    display: none;
    color: white;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background-color: #0a192f;
    padding: 1rem;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu.open {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-close {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
}

.mobile-nav-link {
    color: white;
    font-size: 1.25rem;
    text-decoration: none;
}

.mobile-nav-link:hover {
    color: #22d3ee;
}

.mobile-apply {
    margin-top: auto;
}

.btn.btn-apply-full {
    background-color: #22d3ee;
    color: white;
    padding: 1rem;
    border-radius: 6px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn.btn-apply-full:hover {
    background-color: #06b6d4;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: inline-block;
    }
}


/* NUEVOS CSS DE FOOTER */
.footer {
    width: 100%;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.col-logo {
    grid-column: span 5;
}

.col-empty {
    display: none;
}

.footer-logo-img {
    width: 150px;
    height: auto;
}

.footer-description {
    color: #4b5563;
    font-size: 0.875rem;
}

.footer-contact {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: #4b5563;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #06b6d4;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item {
    color: #4b5563;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-item:hover {
    color: #06b6d4;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.footer-copy {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive Layout */
@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .col-logo {
        grid-column: span 5;
    }

    .col-empty {
        display: block;
        grid-column: span 2;
    }

    .footer-column:nth-child(3) {
        grid-column: span 2;
    }

    .footer-column:nth-child(4) {
        grid-column: span 3;
    }
}

/* NUEVO CSS DE HERO */
.hero-section {
    width: 100%;
    background-color: #0a192f; /* navy-900 */
    padding: 6rem 1rem;
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
}

.hero-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 768px) {
    .hero-grid {
        flex-direction: row;
        justify-content: space-between;
    }
}

.hero-text {
    text-align: center;
    width: 90%;
}

@media (min-width: 768px) {
    .hero-text {
        text-align: left;
    }
}

.hero-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

.hero-description {
    color: #d1d5db;
    font-size: 1rem;
    margin-top: 1rem;
}

.hero-button-wrapper {
    margin-top: 1.5rem;
}

.hero-button {
    background-color: #22d3ee;
    color: white;
    padding: 1.5rem 1.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #06b6d4;
}

.icon-arrow {
    width: 20px;
    height: 20px;
}

.hero-images-main {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    max-width: 500px;
    width: 100%;
}

.hero-img {
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .hero-img {
        height: 180px;
    }
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* NUEVO CSS DE PRODUCT-TABS */
.section-productos {
    width: 100%;
    background-color: #f9fafb;
    padding: 60px 20px;
}

.container-productos {
    max-width: 1300px;
    margin: 0 auto;
}

.titulo-productos {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.titulo-productos h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.highlight-cyan {
    color: #06b6d4;
}

.titulo-productos p {
    color: #555;
    font-size: 16px;
}

.tab-botones {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 12px 20px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}

.tab-btn:hover {
    background-color: #f0f0f0;
}

.active-tab {
    border-color: #06b6d4;
    box-shadow: 0 0 5px rgba(6, 182, 212, 0.5);
}

.contenido-productos {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}

@media (min-width: 768px) {
    .contenido-productos {
        flex-direction: row;
        align-items: center;
    }
}

.contenido-texto {
    flex: 1;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contenido-texto h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contenido-texto p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.contenido-texto ul {
    list-style: none;
    padding: 0;
}

.contenido-texto li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icono {
    background-color: #cffafe;
    padding: 6px;
    border-radius: 5px;
}

.contenido-imagen {
    flex: 1;
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.contenido-imagen img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hidden {
    display: none;
}

/* NUEVO CSS PARA FEATURES-GRID -------------- */
.section-features {
    background-color: #f9fafb;
    padding: 3rem 1rem;
}

.container-features {
    max-width: 1300px;
    margin: 0 auto;
}

.features-header {
    max-width: 700px;
    margin-bottom: 2rem;
}

.features-header h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.highlight-cyan {
    color: #06b6d4;
}

.highlight-yellow {
    color: #facc15;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.features-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.card-with-image {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .card-with-image {
        flex-direction: row;
    }

    .card-text {
        width: 50%;
        padding-right: 1rem;
    }

    .card-image {
        width: 50%;
        position: relative;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.img-top {
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.img-top img {
    max-height: 100%;
    object-fit: contain;
}

.feature-card-dark {
    background: #0f172a;
    color: white;
    padding: 1.5rem;
    border-radius: 1rem;
}

.icon-protection {
    font-size: 3rem;
    text-align: center;
    margin-top: 1.5rem;
    color: #facc15;
}

/* NUEVO CSS DE TESTIMONIALS-CAROUSEL --------------------------- */
.testimonial-section {
    background-color: #f9fafb;
    padding: 3rem 1rem;
    position: relative;
}

.testimonial-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.testimonial-header {
    margin-bottom: 3rem;
    max-width: 700px;
}

.highlight {
    font-size: 0.875rem;
    font-weight: 500;
    color: #06b6d4;
    margin-bottom: 0.5rem;
}

.highlight-color {
    color: #06b6d4;
}

.testimonial-header h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.testimonial-header .description {
    color: #4b5563;
}

.floating-icon {
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 6rem;
    height: 6rem;
}

.floating-icon img {
    width: 100%;
    height: auto;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.testimonial-card {
    background-color: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 0.5rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.testimonial-card p {
    color: #4b5563;
    font-size: 0.875rem;
    flex-grow: 1;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-top: 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-author img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    object-fit: cover;
}

.testimonial-author-info p {
    margin: 0;
    font-size: 0.875rem;
}

.testimonial-author-info .role {
    font-size: 0.75rem;
    color: #6b7280;
}

.rating {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.rating svg {
    fill: #facc15;
    color: #facc15;
    width: 1rem;
    height: 1rem;
    margin-right: 0.25rem;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 0.5rem;
}

.controls button {
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    cursor: pointer;
}

/* NUEVO CSS PARA FAQ-SECTION ---------------------------- */

.section-faqs {
    background-color: #f9fafb;
    padding: 4rem 1rem;
    font-family: sans-serif;
}

.container-faqs {
    max-width: 1300px;
    margin: 0 auto;
}

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

.faq-header h2 {
    font-size: 2rem;
    font-weight: bold;
}

.highlight-cyan {
    color: #06b6d4;
}

.faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.tab-button {
    background: white;
    border: 1px solid #e5e7eb;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
}

.tab-button.active,
.tab-button:hover {
    border-color: #06b6d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.faq-card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.faq-card .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.faq-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.toggle-button {
    background-color: #f3f4f6;
    color: #06b6d4;
    border-radius: 9999px;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.faq-answer {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #4b5563;
}

/* NUEVO CSS PARA CTA-SECTION --------------------------------- */

.cta-section {
    width: 100%;
    padding: 3rem 1rem;
    background-color: transparent;
    font-family: sans-serif;
}

.cta-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.cta-card {
    position: relative;
    overflow: hidden;
    background-color: #0f172a; /* navy-900 */
    border-radius: 1.5rem;
    padding: 2rem;
}

.cta-circle {
    position: absolute;
    background-color: #1e293b; /* navy-800 */
    opacity: 0.3;
    border-radius: 50%;
    z-index: 0;
}

.cta-circle.top-right {
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    transform: translate(50%, -50%);
}

.cta-circle.bottom-center {
    bottom: 0;
    left: 50%;
    width: 20rem;
    height: 20rem;
    transform: translate(-50%, 50%);
}

.cta-grid {
    position: relative;
    display: grid;
    gap: 2rem;
    z-index: 10;
}

@media (min-width: 768px) {
    .cta-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.cta-text h2 {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

@media (min-width: 768px) {
    .cta-text h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .cta-text h2 {
        font-size: 3rem;
    }
}

.cta-text p {
    color: white;
    font-size: 1.25rem;
    margin-top: 1rem;
}

.cta-text .highlight-cyan {
    color: #22d3ee;
}

.cta-text .bold {
    font-weight: bold;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1rem;
}

.cta-btn-primary {
    background-color: #22d3ee;
    color: white;
    padding: 1.5rem 1.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-btn-primary:hover {
    background-color: #06b6d4;
}

.cta-link {
    color: #22d3ee;
    text-decoration: none;
    align-self: center;
    padding: 0.5rem 0;
}

.cta-link:hover {
    color: #0e7490;
}

.cta-contact {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #1e293b;
}

.cta-contact a {
    color: #22d3ee;
    text-decoration: none;
}

.cta-contact a:hover {
    color: #0e7490;
}

.cta-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-image img {
    max-width: 280px;
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 3/4;
}

/* NUEVO CSS PARA APLICANDO.HTML */

/* Estilos adicionales para el formulario multi-pasos */
.form-container {
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
    background-color: #f9fafb;
}

.form-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .form-content {
        grid-template-columns: 280px 1fr;
    }
}

/* Panel lateral */
.form-sidebar {
    background-color: #ecfeff;
    padding: 1.5rem;
}

.form-title {
    margin-bottom: 1.5rem;
}

.form-title h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.form-title p {
    font-size: 0.875rem;
    color: #4b5563;
    margin-top: 0.5rem;
}

/* Pasos */
.step-list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-item {
    position: relative;
}

.step-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    flex-shrink: 0;
}

.step-number.active {
    background-color: #06b6d4;
    color: white;
}

.step-number.inactive {
    background-color: #e5e7eb;
    color: white;
}

.step-number.completed {
    background-color: #06b6d4;
}

.step-name {
    font-size: 0.875rem;
    font-weight: 500;
}

.step-name.active {
    color: #06b6d4;
}

.step-name.inactive {
    color: #9ca3af;
}

.step-connector {
    position: absolute;
    left: 1rem;
    top: 2.25rem;
    height: 3.5rem;
    width: 2px;
    background-color: #e5e7eb;
}

/* Contenido principal */
.form-main {
    padding: 1.5rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Campos del formulario */
.form-grid {
    display: grid;
    gap: 1.5rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.form-label.required:after {
    content: " *";
    color: #ef4444;
}

.form-input, .form-select, .form-textarea {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    width: 100%;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: #06b6d4;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.form-textarea {
    min-height: 100px;
    resize: vertical;
}

/* Botones */
.form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.form-button {
    padding: 0.75rem 2rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    height: 3rem;
}

.form-button.next {
    background-color: #06b6d4;
    color: white;
    border: none;
}

.form-button.next:hover {
    background-color: #0891b2;
}

.form-button.previous {
    background-color: white;
    border: 1px solid #d1d5db;
    color: #374151;
}

.form-button.previous:hover {
    background-color: #f9fafb;
}

.form-button.submit {
    background-color: #06b6d4;
    color: white;
    border: none;
}

.form-button.submit:hover {
    background-color: #0891b2;
}

/* Secciones de revisión */
.review-section {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.review-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.review-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.review-label {
    font-size: 0.75rem;
    color: #6b7280;
}

.review-value {
    font-weight: 500;
    color: #1f2937;
}

/* Checkbox términos */
.terms-container {
    background-color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.terms-content {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.terms-text {
    font-size: 0.875rem;
}

.terms-link {
    color: #06b6d4;
    text-decoration: underline;
}

/* Errores */
.error-message {
    color: #ef4444;
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Ocultar pasos no activos */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Estilos para campos de archivo */
.file-input-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-input-info {
    font-size: 0.75rem;
    color: #6b7280;
}

/* NUEVO CSS PARA SIMULACION -------------------------------- */
/* Estilos específicos para el simulador */
.simulador-main {
    background-color: #0a192f;
    background-image: url('https://cdn.prod.website-files.com/670f349587d182fd0d7e63f9/670f3b7c202d6965f95f4c60_AprobadoChek.webp');
    background-position: 20% 50%;
    background-repeat: no-repeat;
    background-size: auto 500px;
    padding: 40px 30px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.simulador-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.simulador-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .simulador-hero {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

.simulador-text-content {
    color: #FFFFFF;
    padding: 1rem;
}

.simulador-text-content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.simulador-text-content p {
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.simulador-cta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #06b6d4;
    color: white;
    font-weight: 500;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.2s;
}

.simulador-cta-button:hover {
    background-color: #0891b2;
}

.simulador-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.simulador-form-step {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.simulador-slider-container {
    margin-bottom: 2rem;
}

.simulador-slider-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.simulador-range-container {
    position: relative;
    height: 4px;
    background-color: #e5e7eb;
    border-radius: 2px;
    margin: 1rem 0;
}

.simulador-range-input {
    width: 100%;
    position: absolute;
    top: -8px;
    height: 20px;
    -webkit-appearance: none;
    background: transparent;
    z-index: 2;
    margin: 0;
    left: 0;
}

/* Estilo del thumb (circulo deslizable) */
.simulador-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #06b6d4;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}

.simulador-range-input::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.simulador-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #06b6d4;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.simulador-range-progress {
    position: absolute;
    height: 4px;
    background-color: #06b6d4;
    border-radius: 2px;
    top: 0;
    left: 0;
}

.simulador-range-tooltip {
    position: absolute;
    top: -30px;
    background-color: #06b6d4;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    left: 0;
    transform: translateX(-50%); /* Centrar el tooltip respecto al thumb */
    white-space: nowrap;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    pointer-events: none; /* Evitar que interfiera con el slider */
}

.simulador-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #6b7280;
}

.simulador-results-container {
    margin-top: 1.5rem;
}

.simulador-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.simulador-result-label {
    font-size: 1rem;
    color: #4b5563;
}

.simulador-result-value {
    font-weight: 500;
    color: #1f2937;
}

.simulador-result-input {
    border: none;
    background: transparent;
    text-align: right;
    font-weight: 500;
    color: #1f2937;
    width: 120px;
    font-size: 1rem;
}

/* Animación para cambios en los resultados */
@keyframes highlightChange {
    0% {
        background-color: rgba(6, 182, 212, 0.1);
    }
    100% {
        background-color: transparent;
    }
}

.simulador-result-input.changed {
    animation: highlightChange 1s ease-out;
}

/* CSS DE MENUDROPDOWN NAVBAR */
/* Estilos para el menú de usuario */
.menu-us {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.menu-us > a {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px 4px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.menu-us > a:hover {
    background-color: #22d3ee;
    color: #FFFFFF;
}

.icon-user {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.name-us {
    font-weight: 500;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 8px 0;
    min-width: 160px;
    z-index: 1000;
    display: none;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.menu-us:hover .dropdown-menu {
    display: block;
}