@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btnCalcular{
        background: #B9211B !important;
        border: 1px solid #B9211B !important;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        padding: 10px 32px;
        gap: 10px;
        border-radius: 0px !important;
        transition: 0.3s ease all;
    }
    .btnCalcular:hover{
        color: #B9211B !important;
        background-color: #FFF !important;
    }
    .calculadora_container{
        background-color:#F5F5F5 !important;
    }
    label.resultado{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #131313;
    }
    legend {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        color: #B9211B;
        width: fit-content;
        /* margin-left: 30px; */
        /* padding: 0 30px; */
    }
    .fieldset-total {
        /* border: 2px solid #5977B0 !important; */
        /* background-color: #F9F9F9; */
        background: #FFFFFF;
        border: 1px solid #D8D8D8;
        /*legend {
            border: 2px solid #5977B0;
            border-radius: 300px;
            background-color: #FFF;
        }*/
    }
    fieldset{
        background-color: #FFF !important;
    }
    label {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #131313;
    }
    select{
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        color: rgba(19, 19, 19, 0.5);
    }
    .input-total {
        color: #5977B0;
        font-size: 20px;
        background-color: #F5F5F5 !important;
        border: 1px solid #CED4DA;
    }