* {
    margin: 0;
    padding: 0;
}

body {
    background-color: whitesmoke;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid darkred;
    background-color: white;

}
.menu{
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
    gap: 3%;
    background-color: whitesmoke;
    border: 3px solid brown;
    border-radius: 10px;
    margin-bottom: 10px;
}

.fila_oculta {
    display: none;
}

.fila_visible {
    display: '' !important;
}

.fila_pulsar{
    cursor: pointer;
    
}
.fila_pulsar td{
    font-weight: bold;
    
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
}

.fila_pulsar td:nth-child(2){
   text-decoration: underline;
   color: blue;    
}
.calculate-button {
    padding: 10px 10px;
    position: fixed;
    bottom: 50vh;
    right: 10px;
}

.row-color1 {
    background-color:gray!important;
    color: white;
}

.row-color2 {
    background-color: lightcoral!important;
}

.color_destacado {
    background-color: blue;
}

.ribbon {
    width: 100%;
}

.contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header__title {
    color: darkred;
    width: 100%;
}

.uso {
    width: 95%;
    margin-top: 5px;
    border-radius: 15px;
    padding: 5px;
}

.uso p {
    color: gray;
    font-weight: bold;
    text-align: justify;
}

.conv3__results ol li p {
    font-weight: bold;
}

.contenedor-bandera {
    padding-right: 10px;
}

#traducir {
    cursor: pointer;
}


#traducir:hover {

    color: darkred;
    font-weight: bold;
}

.content-informacion b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: rgb(238, 235, 235);
    padding: 0 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.content-informacion b i {
    padding-right: 10px;
}

.content-informacion p {
    font-weight: bold;
    color: rgb(80, 80, 80);
    text-align: justify;
}


#graficas_barras {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px;
}

#contenedor_grafica_bara {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
}

.conv_results {
    margin-top: 1%;
    display: flex;
    background-color: gainsboro;
    border-radius: 1%;
}

.conv3__results {
    width: 55%;
}

/*
.conv3__results ol {
    padding: 0 !important;
}

.conv3__results ol li {
    padding: 8px 16px;
}
.conv3__results ol li p{
    margin: 1px;
}
*/
.results_primeros {
    display: flex;
    gap: 5px;
    margin-right: 5px;
}

/*
.conv3__results li {
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: wheat;
}*/

.conv3__results ol li {
    background-color: wheat !important;
}
.conv2__results ol li{
    background-color: lightblue;
}
.conv1__results ol li{
    background-color: lightcoral;
}

.conv1__results ol li h6:first-child, .conv2__results ol li h6:first-child {
    color: black !important;
}

.conv1__results ol li div:first-child h6, .conv2__results ol li div:first-child h6 {
    margin-right: 20px;
}



.conv1__results h5, .conv2__results h5, .conv3__results h5 {
    text-align: center;
    border-bottom: 2px solid darkred;
}

#general {
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 98vh; */
    padding: 0;
    /* margin: 0; */
    /* background-color: gainsboro; */
}

.container_superior {
    display: flex;
    justify-content: space-around;
    gap: 2%;
    margin-bottom: 1%;
}


.ultimo_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.item_intermedioArriba{
    margin-top: 5px !important;
}
.item_intermedioAbajo{
    margin-bottom: 5px !important;
}

.contenedor_ultimo_item h6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
    font-size: 14px;
}


#carmelita {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: goldenrod;
    padding: 0;
    margin: 1%;
    border-radius: 10px;
}

#carmelita_inferior {
    margin: 0 5% 2% 0;
    padding: 0;
    width:100%;
    border-bottom: 1px solid brown;
}

#contenedor_imagenValor {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#figura {
    width: 25%;
    margin: 0;
}

#figura .figure-img {
    margin: 0;
    padding: 0;
}

#valorDePrestamo {
    text-align: center;
    padding: 0;
}

#amarillo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 1% 1% 0 1%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 3px solid brown;
    border-radius: 10px;
    background-color: gainsboro;
}

#amarillo input, #amarillo label, #amarillo span {
    /* font-size: 90%; */
    font-weight: bold;
}

#amarillo input, #amarillo span {
    border: 2px solid black;
}

.total_aPagar_conv, .total_aPagar_fha {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 2px solid black;
    background-color: white;
    width: 95%;
    font-size: 90%;
}

.container_casa_interes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ingreso_mensual_necesario {
    border: 1px solid brown;
    background-color: whitesmoke;
    padding: 1%;
    border-radius: 5px;
}

.costos_cierre_conv, .costos_cierre_fha {
    padding: 0;
    margin: 0;
}

.costos_cierre_conv b {
    color: brown;
}
.costos_cierre_fha b{
    color: darkblue;
}

.container_dti {
    display: flex;
    flex-direction: column;
}

.dti__incluir__conv1, .dti__incluir__conv2 {
    display: flex;
}

.ribbon img {
    width: 20%;
}

#verde {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: gainsboro;
    /*background-color:#FFD700;*/
    border: 3px solid brown;
    border-radius: 10px;

}

#contenedor_grafica_conv, #contenedor_grafica_fha, #contenedor_grafica_linea {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#div_pago_conv, #div_pago_fha {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#label_pago_conv, #label_pago_fha {
    font-weight: bold;
    color: darkred;
    /* font-size: 120%; */
}

#pago_conv, #pago_fha {
    font-weight: bold;
    color: black;
    /* font-size: 100%; */
}

.container_central {
    display: flex;
    flex-direction: column;
}

.avanzados {
    border: 1px solid brown
}

#contenedor_grafica_linea_graf,#contenedor_grafica_linea_graf1 {
    width: 60%;
}
.dataset {
    border: 1px solid brown;
    padding: 5px;
    border-radius: 5px;
    height: 80%;
    margin: auto;
}

#contenedor_campos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.incluir {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ----------------------------------------------OUTLINES */

/* Ingreso */

input[type="text"]:focus {
    box-shadow: none;
}
input[type="number"]:focus {
    box-shadow: none;
}

input[type="date"]:focus {
    box-shadow: none;
}
.bi-question-circle{
    cursor: pointer;
}
.bi-question-circle:hover{
    transform: rotate(360deg) scale(1.2); /* Combina rotación y escalado */
    transition: all 0.8s ease-in-out; /* Controla la duración y el efecto */
}

.simpleline:focus-within {
    outline: 1.5px solid goldenrod;
}

.caja1, .caja2, .caja3 {
    width: 30%;
    height: 95%;
}

.caja1 {
    background-color: rgb(235, 41, 186);
}

.caja2 {
    display: flex;
    flex-direction: column;
    background-color: rgb(247, 229, 216);
    padding: 1%;
    margin: 0;
}

.valorDeCasa {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple_input span {
    background-color: white;
    border-right: 0;
}

.simple_input input {
    border-left: 0;
    overflow: hidden;
}

.caja3 {
    background-color: rgb(30, 210, 75);
}

.hoa_anyos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conv1__results h6:not([class]), .conv2__results h6:not([class]) {
    color: grey;
}

.conv1__results h6[class], .conv2__results h6[class] {
    color: black;
}

#tabla_comparative_contenedor thead{
    border: 5px solid black;
}
#tabla_comparative_contenedor tr td{
    border: 1px solid black;
    font-size: 100%;
}
#tabla_comparative_contenedor thead tr{
    font-size: 100%;
}
.contenedor_opciones_comparaciones{
    display: flex;
    justify-content: center;
    padding: 0 5%;
}

/* --------------------------------- TABLA ------------------------------------------ */

th {
    padding: 1% !important;
}

.table-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 4px solid brown;
    border-radius: 5px;
    background-color: white;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 3% 0;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
}

.content-table thead tr {
    background-color: brown;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.content-table th, .content-table td {
    text-align: center;
    padding: 2% 4%;
}



.table tr td:first-child {
    background-color: brown!important;
    font-weight: bold;
    color: white;
    padding: 3px;
    text-align: center!important;
}

#tabla_derecha tr td:first-child {
    background-color: #0d6efd!important;
    font-weight: bold;
    color: white;
    padding: 3px;
    text-align: center!important;
}

.table thead {
    background-color: brown !important;
    font-weight: bold;
    color: white;
}

.table thead tr th:first-child {
    background-color: black !important;
    font-weight: bold;
    color: white;

}
#contenedor_tabla_izquierda,#contenedor_tabla_derecha{
    max-height: 70vh;
    /* Altura máxima del contenedor */
    overflow-y: auto;
    /* Permitir desplazamiento vertical */
    position: relative;

    /* Establecer posición relativa para posicionar el thead */
}
thead tr {
    vertical-align: middle;
    font-size: 70%;
}
tbody tr td {
    text-align: center;
    font-size: 70%;
}
 #tabla_derecha td, #tabla_izquierda td {
    border: 1px solid gray;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 3px solid brown;
}

.tablita {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 1%;
    border-top: 2px solid brown;
    padding: 2% 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    margin: 0;
}

.tablita_izquierda, .tablita_derecha {
    width: 100%;
    margin: 0;
    background-color: wheat;
    border-radius: 5px;
    display: flex;
    margin: auto;
    justify-content: space-around;
    font-size: 80%;
}

.tablitas_inferiores {
    display: flex;
    justify-content: space-around;
    gap: 5%;
    border-top: 2px solid brown;
    padding: 2%;
    align-items: center;
    margin-bottom: 3%;
}

.tablita_inferior_izquierda, .tablita_inferior_derecha {
    background-color: wheat;
    border-radius: 5px;
    display: flex;
    margin: auto;
    justify-content: space-around;
    padding: 2%;
}

.aclaraciones_tablitas {
    width: 95%;
    display: flex;
    justify-content: space-around;
    gap: 5%;
}

/*                   DESGLOSE COMPARATIVO             */

.contenedor_desglose {
    margin-top: 20px !important;
    border: 4px solid brown;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}

.contenedor_desglose h1 {
    margin: 5px 0;
}

.tabla-1 {
    width: 100%;
    padding: 0 1%;
}

.opciones_desglose {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 5% 0;
    align-items: flex-end;
}

.select_desglose {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.extra_desglose {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.tablas {
    color: black;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.analisis_DTI_oculto {
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding: 1%;
    border-radius: 5px;
}

.div_flotante {
    width: 100%;
    position: sticky;
    display: flex;
    top: 10%;
    gap: 5%;
}

.pagosMensuales {
    background-color: rgba(255, 255, 255, 1);
    padding: 1%;
    border-radius: 5px;
}

.tabla-1 p, .tabla-2 p {
    text-align: center;
}

.select_desglose h6 {
    margin: 0;
    padding: 5px;
}

.select_desglose select {
    cursor: pointer;
    ;
}

.tablas thead th {
    color: white;
    background-color: brown;
    padding: 10px 5px !important;
}
.table thead th {
    color: white;
    background-color: brown;
    padding: 10px 5px !important;
}

.tablas thead th:first-child {
    background-color: black;
}
.tablas tr td{
    padding: 0 1%;
}


.colorTabla {
    background-color: darkblue !important;
}



/*                   DESGLOSE COMPARATIVO             */

.cumulativo {
    display: flex;
    padding: 0;
    margin: 0;
}

.extra_payment_container {
    width: 40%;
    margin: 0;
    padding: 0;
}

.extra_payment_container input, .extra_payment_container label, .extra_payment_container span {
    /* font-size: 90%; */
    font-weight: bold;
}

.extra_payment_container input, .extra_payment_container span {
    border: 1px solid black;
}

.schedule_neutral_column {
    background-color: black;

}

.schedule_conv1_column {
    background-color: darkblue;
}

.schedule_conv2_column {
    background-color: darkcyan;
}

/**  Botones Flotantes */ 

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: darkred;
    color: white;
    padding: 16px;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.boton_foltantes {
    position: fixed;
    bottom: 30px;
    right: 20px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.botones {
    background-color: darkred;
    color: white;
    padding: 6px;
    border: 2px solid white;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#descargo:hover::before {
    font-size: 14px;
    content: "Descargo de Responsabilidad";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 40px;
    right: 55px;
}

#tabla_desglose:hover::before {
    font-size: 14px;
    content: "Tabla Desglose";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 90px;
    right: 55px;
}

#section_extra_payment_btn:hover::before {
    font-size: 14px;
    content: "Sección pago Extra";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 140px;
    right: 55px;
}

#grafica_btn:hover::before {
    font-size: 14px;
    content: "Gráficas Circulares";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 190px;
    right: 55px;
}

#descargoEn:hover::before {
    font-size: 14px;
    content: "Disclaimer";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 40px;
    right: 55px;
}

#tabla_desgloseEn:hover::before {
    font-size: 14px;
    content: "Compersion Breakdown";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 90px;
    right: 55px;
}

#section_extra_payment_btnEn:hover::before {
    font-size: 14px;
    content: "Extra Payment Section";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 140px;
    right: 55px;
}

#grafica_btnEn:hover::before {
    font-size: 14px;
    content: "Pie Charts";
    color: #dddddd;
    background-color: black;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 190px;
    right: 55px;
}
/**  Botones Flotantes */ 

.table-row {
    display: flex;
    /* justify-content: space-between; */
    border-bottom: 1px solid darkred;
    margin-bottom: 1%;

}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

.cant_pagos_ahorra-container {
    padding: 0;
}

/* ------------------------------------------ */

/* Outlines */

input[type="text"]:focus {
    box-shadow: none;
}

.simpleline:focus-within {
    box-shadow: 0 0 20px rgba(144, 12, 63, 0.5);
    border: 2px solid brown;
    border-radius: 5px;
}

* input {
    overflow: hidden;
}

.grafica_linea_comparativa {
    display: flex;
}

.tablas_comparativas {
    display: flex;
    gap: 1%;
    padding: 0;
    margin: 3% 0 0 0;
}
.opcionesPago{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.comparative{
    text-align: center;
    background-color: gainsboro;
    border: 1px solid brown;
    border-radius: 5px;
}
.claseOculta{
    display: none;
}
.claseVisible{
    display: '';
}
.claseVisible1{
    display: '';
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    border: none;
}
  
/*!---------------------------------------CSS MAX PAYMENT-----------------------------------------*/ 
.estilo_contenedor{
    background-color: whitesmoke;
    border: 3px solid brown;
    border-radius: 10px;
    padding: 1%;
}
.conatiner_superirorMP{
    display: flex;
    gap: 2%;
}

.conatiner_superirorMP_left{
    flex: 1;
}
.conatiner_superirorMP_right{
    flex: 1;
}
.extraPaymentMP{
    border: 3px solid brown;
    border-radius: 10px;
    padding: 1%;
}
.resultadosExtrasMP{
    display: flex;
    gap: 2%;
}

/*!---------------------------------------CSS MAX PAYMENT-----------------------------------------*/ 
/* ------------------------------------------ MEDIA QUERIES*/

@media (max-width:800px) {
    body {
        flex-direction: column;
    }

    .header {
        display: flex;
        flex-direction: column;
    }

    .grafica_linea_comparativa {
        display: flex;
        flex-direction: column;
    }

    #general {
        flex-direction: column;
    }

    .container_fluid {
        padding: 0;
    }

    .container_superior {
        flex-direction: column;
    }


    .box {
        margin-bottom: 1%;
    }

    .tablita {
        flex-wrap: wrap;
        text-align: center;
        margin: auto;
    }

    .tablita_izquierda, .tablita_derecha {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
        margin-bottom: 5% !important;
        background-color: wheat !important;
    }

    .table-row h5 {
        font-size: 90%;
    }

    .tablas {
        flex-wrap: wrap;
    }

   .table thead tr{   
    vertical-align: middle;
   }
    .table tr td{
        font-size: 80%;
    }

    .conv_results {
        display: flex;
        flex-direction: column;
    }


    .aclaracion_dti {
        color: brown !important;
    }

    .conv3__results {
        width: 100%;
        margin: auto;
    }

    .conv1__results h5, .conv2__results h5, .conv3__results h5 {
        font-size: 90% !important;
    }

    #title_antes, #title_despues {
        margin-bottom: 1px !important;
    }


    #amarillo label {
        font-size: 70%;
    }

    .container_dti {
        display: flex;
        flex-direction: column;
    }

    #carmelita {
        padding-top: 2%;
    }

    #verde {
        padding-top: 2%;
    }

    #verde_inferior, #carmelita_inferior {
        width: 100%;
    }

    #contenedor_campos {
        display: flex;
        flex-direction: column;
    }

    #hi_div {
        margin-bottom: 2%;
    }

    #taxes_div {
        margin-bottom: 6%;
    }

    #cant_anyos label {
        font-size: 65%;
    }

    .hoa_anyos {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .heading-table {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .title-container {
        font-size: 138%;
    }

    .table-container {
        width: 100%;
        padding: 0px;
        border: 0px;
    }


    .pagos-totales {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10% !important;
    }

    .filtros-container {
        margin-bottom: 5%;
    }

    .content-table thead {
        font-size: 40%;
    }

    .content-table tbody {
        font-size: 70%;
    }

    .cant_pagos-container {
        margin-bottom: 5% !important;
    }

    .cant_pagos_ahorra-container {
        margin-bottom: 10% !important;
    }

    .floating-btn {
        display: none !important;
    }

    .contenedor_ultimo_item h6:first-child {
        font-size: 55%;
    }

    .contenedor_ultimo_item h6:last-child {
        font-size: 80%;
    }

    .opciones_desglose {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 5% 0;
        align-items: center;
        gap: 15px;
    }



    .contenedor_desglose {
        width: 100% !important;
        font-size: 60%;
    }

    #graficas_barras {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 5px;
    }

    #contenedor_grafica_bara {
        height: 250px;
        width: 100%;
    }

    #grafica_barra_contenedor, #grafica_barra_contenedor2 {
        padding: 0;
    }

    .boton_foltantes {
        display: none;
    }

    .tabla-1 {
        margin: 0;
        padding: 0;
    }

    #contenedor_grafica_linea {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        height: 200px;
        padding: 0 !important;
        margin-bottom: 15%;
    }

    #contenedor_grafica_linea_graf {
        width: 100%;
        height: 90%;
    }
    #contenedor_grafica_linea_graf1 {
        width: 100%;
        height: 90%;
    }

    .contenedor_desglose {
        padding: 0;
    }

    .tablas_comparativas {
        display: flex;
        flex-direction: column;
        gap: 1%;
        padding: 0;
        margin: 3% 0;
        font-size: 85%;
        width: 98%;
    }

    .titulo_desglose {
        margin-bottom: 5% !important;
    }
    .menu{
        width: 95%;
        margin: auto;
        margin-bottom: 5px;
    }

    .contenedor_opciones_comparaciones{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5%;
    }
    #table1Original{
        width: 100%!important;
    }
}
.color-green {
    color: green;
}
input[type="date"] {
    
    outline: none;
}


.border-danger{
    border-color: darkred !important;
}
.text-danger{
    color: darkred !important;
}
.text-primary{
    color: darkblue !important;
}

.border-primary{
    border-color: darkblue !important;
}

.container-table-comparative-section-red input[type="radio"]:checked {
    background-color: darkred;
    border: 1px solid darkred;
}

.container-table-comparative-section-blue input[type="radio"]:checked {
    background-color: darkblue;
    border: 1px solid darkblue;
}

.container-table-comparative-section-red-blue input[type="radio"]:checked {
    background-color: #6610f2;
    border: 1px solid #6610f2;
}

.accordion-button {
    
    color: #fff !important;
    
    background-color: darkred !important;
    
}

.accordion-button {
    
    color: #fff !important;
    
    background-color: darkred !important;
    
}

.accordion-button::after {
    display: none !important;
}

.accordion{
    --bs-accordion-btn-focus-box-shadow: none !important;

}


.div-comparative-conv-fha{
    border-left: darkred 3px solid;
    border-right: darkblue 3px solid;
    border-top: darkred 3px solid;
    border-bottom: darkblue 3px solid;
    
    

}

.bg-indigo{
    background: #c8acf5e4;
}

.cursor-pointer{
    transition: all 0.3s;
}

.cursor-pointer:hover{
    cursor: pointer;
   
    transform: scale(.98);
}

.bg-primary-tr td{
    background-color: #cfe2ff !important;
}

.bg-danger-tr td{
    background-color: lightcoral !important;
}



.fs-7{
    font-size: 14px !important;
}

.fs-8{
    font-size: 12px !important;
} 

.fs-9{
    font-size: 10px !important;
}