.elementor-49779 .elementor-element.elementor-element-62da06a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6135fe4 */body {
    font-family: 'Poppins', helvetica, sans-serif;
    background-color: #f4f7fa;
}

.logo-container {
    text-align: center;
    margin-bottom: 30px;
}

.logo-container img {
    height: 100px;
    width: auto;
}

.intro-text {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #14264D;
    max-width: 1100px;
    margin: 0 auto 40px;
    line-height: 1.4;
}

.titulo-destacado {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin: 0 auto 20px;
}

.titulo-destacado .azul {
    color: #14264D;
}

.titulo-destacado .naranja {
    color: #d5684c;
}

.calculadora-layout {
    display: flex;
    width: 1140px;
    height: 500px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.columna-izquierda {
    width: 750px;
    background-color: #14264D;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
}

.columna-derecha {
    width: 390px;
    background-color: #FCFCFC;
    padding: 30px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.columna-derecha .summary {
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    color: #14264D;
}

.columna-derecha .summary p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 18px 0;
}

.columna-derecha .summary p strong {
    font-size: 18px;
    font-weight: 400;
    color: #d5684c;
    margin-bottom: 14px;
    line-height: 1;

}

.columna-derecha .summary p span {
    font-size: 27px;
    font-weight: 400;
    color: #14264D;
    line-height: 1;
}

.columna-derecha .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.columna-derecha .buttons button[type="button"] {
    width: 185px;
    height: 50px;
    border-radius: 20px;
    background-color: #D27259;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 100%;
    text-align: center;
}

.columna-derecha .buttons button:hover {
    background-color: #c3553c;
    transform: scale(1.03);
}

.card {
    background-color: transparent;
    padding: 0;
    color: white;
    box-shadow: none;
}

#g-recaptcha {
    margin-top: 20px;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
}

.card h2 {
    margin-top: 1%;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #ffff;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.field label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}

.field input[type="text"] {
    padding: 10px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 1em;
}

.zona-deuda {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.titulo-seccion {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.fila-inputs {
    display: flex;
    gap: 16px;
    width: 90%;
}

.fila-inputs .field {
    flex: 1;
}

.full-width {
    width: 50%;
}

.separador {
    display: block;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    transition: none !important;
    margin: 0px 20px;
    flex-shrink: 0;
}


.medio {
    flex: 0 0 50%;
    min-width: 50%;
}

.alineado-final {
    display: flex;
    align-items: flex-end;
    gap: 50px;
    margin-top: 6px;
}

.subtotal-box.al-lado {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
}

.subtotal-box.al-lado.hidden {
    visibility: hidden;
    display: block !important;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.buttons button {
    padding: 12px 20px;
    background-color: #ED7D5A;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Poppins', helvetica, sans-serif;
}

.columna-derecha .buttons #resetBtn {
    background: none;
    color: #14264D;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-top: 10px;
}

.container-checkbox-form {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0%;

    input {
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

.buttons button:hover {
    transform: scale(1.03);
    background-color: #d5684c;
}

input[type=text]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tooltip-box-calculadora {
    position: fixed !important;
    max-width: 240px;
    padding: 10px 15px;
    background-color: #fff;
    color: #14264D;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999 !important;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.tooltip-box-calculadora::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #14264D transparent transparent;
}

.help-icon {
    margin-left: 6px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    color: #14264D;
    font-size: 10px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.help-icon::before {
    content: '?';
    display: block;
    font-family: 'Poppins', sans-serif;
}

.subtotal-box {
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.subtotal-box .label {
    color: #ED7D5A;
    font-weight: 500;
    font-size: 12px;
}

.subtotal-box .valor {
    font-size: 15px;
}

.subtotal-box.hidden {
    display: none !important;
}

.naranja {
    color: #d5684c !important;
}

/*==========Formulario interactivo==========*/

#formularioInteractivo input[type="text"],
#formularioInteractivo input[type="number"],
#formularioInteractivo input[type="email"],
#formularioInteractivo input[type="tel"] {
    margin-bottom: 10px;
    padding: 10px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
}


#formularioInteractivo button {
    padding: 10px;
    border-radius: 30px;
    background-color: #d5684c;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

#formularioInteractivo button:hover {
    background-color: #c3553c;
}

.popup {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    width: 267px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 30px;
    left: 0;
    color: #333;
}

.info-icon {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #14264D;
    font-family: 'Poppins', helvetica, sans-serif;
    margin-bottom: 12px;
    position: relative;
}

.popup.show {
    display: block !important;
}

#infoPopup p {
    font-size: 11px !important;
    line-height: 1.5;
}

.formulario-oculto {
    display: none;
    margin-bottom: 22%;
}

.titulo-formulario {
    font-size: 24px;
    text-align: center;
    color: #14264D;
    font-weight: 700;
    margin-top: 28%;
}

.sub-titulo-formulario {
    font-size: 20px;
    text-align: center;
    color: #14264D;
    font-weight: 400;
}

.label-checkbox-form {
    font-size: 13px;
    font-family: 'Poppins', helvetica, sans-serif;
    color: #14264D;
    margin-right: 5%;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.label-form-web-leads {
    font-size: 12px;
    color: #14264D;
    font-weight: 300;
    margin-bottom: 5px;
}

#btnSiguiente,
#button-form-leads {
    padding: 10px;
    border-radius: 30px;
    background-color: #d5684c;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    justify-content: center;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*==========Mobile==========*/

@media (max-width: 768px) {
    .field label {
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: break-word;
        width: 100%;
        display: inline-block;
    }

    .calculadora-layout {
        flex-direction: column;
        height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .formulario-oculto {
        margin-bottom: 10px;
    }

    .titulo-formulario {
        margin-top: 20px;
    }

    .columna-izquierda,
    .columna-derecha {
        width: 100%;
        padding: 20px;
    }

    .fila-inputs {
        flex-direction: column;
        gap: 15px;
        width: 92%;
    }

    .alineado-final {
        flex-direction: column;
        align-items: flex-start;
    }

    .medio {
        width: 100%;
        min-width: 100%;
    }

    .subtotal-box.al-lado {
        margin-top: 10px;
        white-space: normal;
    }

    .columna-derecha .summary p {
        align-items: center;
    }

    .columna-derecha .buttons {
        width: 100%;
    }

    .columna-derecha .buttons button[type="button"] {
        width: 100%;
        max-width: 300px;
    }

    .separador {
        margin: 20px 0;
    }
}/* End custom CSS */