:root {
    --ch-color-primary: #304884;
    --ch-color-secondary: #deb639;
    --ch-font-main: "Bw Modelica", Arial, Helvetica, sans-serif;
    --ch-root-font-size: 16px;
    --ch-body-font-family: var(--ch-font-main);
    --ch-body-color: #282828;
}

/*********** Simulator Forms ***********/
.container-simulator {
    padding-top: 16px;
    font-family: var(--ch-body-font-family);
}

.box-form,
.box-result {
    padding: 16px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 16px;
}

.title-section {
    display: flex;
    align-items: center;
    color: var(--ch-color-primary);
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px;
}

.title-section i {
    font-size: 14px;
    margin-left: 8px;
}

.tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.5s ease;
}

.tab-item img {
    height: 50px;
}

.tab-item:hover {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.18);
}

.tab-item.active {
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.18);
    background-color: #ccc;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.5, #00aeef),
        color-stop(0.5, #c5c5c5)
    );
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    height: 15px;
    width: 15px;
    border-radius: 10px;
}

.box-form-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary {
    background-color: var(--ch-color-primary) !important;
    border-color: var(--ch-color-primary) !important;
}

.btn-warning {
    background-color: var(--ch-color-secondary) !important;
    border-color: var(--ch-color-secondary) !important;
    color: #fff !important;
}

.result-title {
    background-color: var(--ch-color-primary);
    color: #ffffff;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.result-title2 {
   
    color: var(--ch-color-primary);
    padding: 12px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.container-chart {
    margin: 0 auto;
}

.hightlight {
    font-weight: bold;
    color: #00aeef;
}

.bi {
    color: #deb639;
}

.header {
    clear: both;
    width: 100%;
    background-color: #304884;
    color: #FFFFFF;
    border-radius: 15px 15px 0 0;
    border-bottom: 5px solid #deb639;
  }

.header td,
.header p,
.header span,
.header a {
    text-align: center;
}

.header-image {
    padding: 10px 0;
  }

/*********** END Simulator Forms ***********/

.cajanumero {
    box-sizing: border-box;
    letter-spacing: 2.3rem;
    padding: 0.25rem 0.5rem;
    font-family: Courier;
    width: 39rem;
    border: 1px solid blue;
    background-size: 3rem 100%;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 95%,
        blue 100%
    );
    outline: none;
}

.cajanumero2 {
    box-sizing: border-box;
    letter-spacing: 1rem;
    width: 100%;
    text-align: center;
    border: 0.5px solid blue;
    background-size: 3rem 100%;
    outline: none;
}

.cajavalor {
    box-sizing: border-box;
    padding: 0.25rem 0.5rem;
    font-family: Courier;
    width: auto;
    text-align: center;
    font-size: 20px;
    border: 1px solid blue;
    background-size: 5rem 100%;
    outline: none;
}

/*titulos relevantes*/
.titulo {
    color: #ffffff;
    font-weight: bold;
    background: #2f4884;
    border-radius: 5px;
    margin-top: 5px;
    text-indent: 1em;
}

/* este css es para identificar una seccion */
.etiquetaslabels {
    color: #2f4884; /*color principal de huancacilca... azul oscuro*/
    font-weight: bold;
    background: #deb639; /*color Secundario de huancacilca... Amarillo oscuro*/
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
}

/* este css es para identificar una subtitulo de una seccion */
.etiquetaslabelsimple {
    color: #ffffff;
    font-weight: bold;
    background: #2f4884;
    border-radius: 5px;
    margin-top: 5px;
    text-indent: 1em;
    padding-right: 20px;
    padding-left: 20px;
}

.etiquetaslabel2 {
    color: #2f4884; /*color principal de huancacilca... azul oscuro*/
    font-weight: bold;
    /*background:#DEB639; color Secundario de huancacilca... Amarillo oscuro*/
    border-radius: 5px;
}

.cuadro {
    border: #deb639 5px solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tablaredondeada {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cuadrorelleno {
    border: #deb639 5px solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #deb639;
}

.labelcolor {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

/*para contenido informativo, letra blanca fondo azul mas claro*/
.labelcolor2 {
    color: #ffffff;
    font-weight: normal;
    background: #096be6;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.espacio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) .finsel .loanselect.lin .fincnt {
    display: block;
    text-align: center;
}
.finsel .loanselect.lin .fincnt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px 0 7px 0;
}

.loanselect .fincnt {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    border-spacing: 15px 0;
    transition: all 0.3s ease;
}

.contenedorselector:hover {
    background: #deb639;
}

.contenedorselector {
    background-color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border: solid 1px;
    border-color: #f1c40f;
    border-radius: 150px;

    background-image: -webkit-linear-gradient(
        45deg,
        #f1c40f 50%,
        transparent 50%
    );
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.contenedorseleccionado {
    background-color: #254796;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border: solid 1px #565957;
    /*width: 300px;*/
}

.imgRedonda {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
}

.imgRedonda:hover {
    background-color: #254796;
}

.contenedorseleccionado {
    background-color: #254796;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
}

.resultadototal {
    text-align: left;
    font-family: Arial Black;
    font-weight: bold;
    font-size: 30px;
    background: #49ad6c;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    /*text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);*/
}

.informacionresultado {
    text-align: left;
    font-family: Arial Black;
    font-weight: normal;
    font-size: 25px;
    /*background: #565957; */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: black;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4),
        0px -1px 1px rgba(0, 0, 0, 0.3);
}

.div.ext-box {
    display: table;
    width: 100%;
}

.div.int-box {
    display: table-cell;
    vertical-align: middle;
}

.resultadotitulo {
    display: block; /* Inicialmente oculto */
    background-color: lightblue;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.resultadosubtitulo {
    display: block; /* Inicialmente oculto */
    color: #2f4884;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.resultadoNota {
    display: block; /* Inicialmente oculto */
    background-color: lightblue;
    padding: 10px;
    font-size: 12px;
    font-weight: lighter;
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: -webkit-linear-gradient(
        45deg,
        #f1c40f 50%,
        transparent 50%
    );
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.fourth:hover {
    background-position: 0;
}

select {
    -webkit-appearance: none; /* Para Safari y Chrome */
    -moz-appearance: none; /* Para Firefox */
    appearance: none; /* Para otros navegadores */
    padding-right: 20px; /* Añade espacio para el ícono si deseas */
    /*background-image: url("ruta-de-la-imagen.png");  Opcional: si deseas agregar tu propio ícono */
    background-repeat: no-repeat;
    background-position: right center;
}
