@font-face {
    font-family: "BiNeoIndustrialBold";
    src: url('https://www.corporacionbi.com/hn/banpais/wp-content/fonts/BiNeoIndustrial/BiNeoIndustrialBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: "BiNeoIndustrialRegular";
    src: url('https://www.corporacionbi.com/hn/banpais/wp-content/fonts/BiNeoIndustrial/BiNeoIndustrialRegular.ttf');
    font-display: swap;
}

body {
    background: #fefefe00 !important;
}

.calculadora-container input {
    border-radius: 10px;
}

.calculadora {
    padding: 10px 30px;
    background: #003865;
}

input {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    /* color:#003F7B !important ; */
    height: 50px;
}

select {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #003F7B !important;
    height: 50px;
}

.descripcion {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    margin-bottom: 0px;
    background: #FDFDFD;
    color: #5A5A5A;
    padding: 20px 25px;
    border-radius: 20px 20px 0px 0px;
}

.calculadora-container h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    color: #FDFDFD;
    font-size: 18px;

}

.contenedor input {
    width: 98%;
    background: #fff;
    border-radius: 10px;
    /* color:#003F7B; */
    height: 50px;
}

.contenedor input::placeholder {

    color: #8E9292;

}

.contenedor p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    color: #FDFDFD;
}

.contenedor-resultado {
    border-radius: 0px 0px 20px 20px;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}

.contenedor-resultado h6 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    color: #003F7B;
    font-weight: 600;
    margin-bottom: 0px;
}

#total {
    font-size: 25px;
    font-weight: 700;

}

.calcular {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    border: 2px solid #FFB81D;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    color: #002747;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    margin: 15px 0px;
    background: #FFB81D;
    font-size: 20px
}

.calcular:hover {
    border: 2px solid #00C1D4;
    color: #002747 !important;
    background: #00C1D4;
}

.select-currency {
    border-radius: 10px;
}