@font-face {
    font-family: 'vistaSansAltBlack';
    src: url('../fonts/vistaSansAltBlack.eot');
    src: url('../fonts/vistaSansAltBlack?#iefix') format('embedded-opentype'), url('../fonts/vistaSansAltBlack.woff2') format('woff2'), url('../fonts/vistaSansAltBlack.woff') format('woff'), url('../fonts/vistaSansAltBlack.ttf') format('truetype'), url('../fonts/vistaSansAltBlack.svg#vistaSansAltBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaSansAltMed';
    src: url('../fonts/vistaSansAltMed.eot');
    src: url('../fonts/vistaSansAltMed?#iefix') format('embedded-opentype'), url('../fonts/vistaSansAltMed.woff2') format('woff2'), url('../fonts/vistaSansAltMed.woff') format('woff'), url('../fonts/vistaSansAltMed.ttf') format('truetype'), url('../fonts/vistaSansAltMed.svg#vistaSansAltMed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaSansAltReg';
    src: url('../fonts/vistaSansAltReg.eot');
    src: url('../fonts/vistaSansAltReg?#iefix') format('embedded-opentype'), url('../fonts/vistaSansAltReg.woff2') format('woff2'), url('../fonts/vistaSansAltReg.woff') format('woff'), url('../fonts/vistaSansAltReg.ttf') format('truetype'), url('../fonts/vistaSansAltReg.svg#vistaSansAltReg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaSansAltBlackIta';
    src: url('../fonts/vistaSansAltBlackIta.eot');
    src: url('../fonts/vistaSansAltBlackIta?#iefix') format('embedded-opentype'), url('../fonts/vistaSansAltBlackIta.woff2') format('woff2'), url('../fonts/vistaSansAltBlackIta.woff') format('woff'), url('../fonts/vistaSansAltBlackIta.ttf') format('truetype'), url('../fonts/vistaSansAltBlackIta.svg#vistaSansAltBlackIta') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vistaSansLight';
    src: url('../fonts/vistaSansLight.eot');
    src: url('../fonts/vistaSansLight?#iefix') format('embedded-opentype'), url('../fonts/vistaSansLight.woff2') format('woff2'), url('../fonts/vistaSansLight.woff') format('woff'), url('../fonts/vistaSansLight.ttf') format('truetype'), url('../fonts/vistaSansLight.svg#vistaSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.td-btn {
    width: 80px;
}

.barra-top {
    height: 37px;
    background: url(../images/barra-top.png) repeat-x;
    /*: absolute;*/
    z-index: 99;
    width: 100%;
    margin-top:-50px;
}

body {
/*    background: url(../images/footer-bg.jpg);*/
    background-size: cover;
    min-height: 720px;
}

.text-muted {
    color: #0d1c45;
    font-family: 'vistaSansAltBlackIta';
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 24px;
}

.section-title {
    margin-right: 100px;
    width: inherit;
    line-height: 57px !important;
    margin-bottom: 0;
    color: #0d1c45;
    font-family: 'vistaSansAltBlackIta';
    font-size: 47px;
    display: none;
}

.secciones-info-numero {
    font-family: 'vistaSansAltBlackIta';
    font-size: 38px;
    display: inline-block;
    color: #23b9cb;
    margin-top: 3px;
}

.secciones-info-text-gr {
    font-family: 'vistaSansAltBlack';
    color: rgba(26, 178, 203, .60);
    font-size: 21px;
    display: inline-block;
    margin-top: 8px;
    line-height: 20px;
}

.requerido {
    border-color: #ffb300;
    box-shadow: 0 5px 11.5px rgb(255 165 0 / 13%);
}

.desc {
    color: white;
    font-size: 15px;
    margin-left: 25px;
    margin-bottom: 0;
}

.nav-item .btn {
    margin-top: 8px;
}

.dropdown-menu .btn {
    margin-left: 24px;
}

.porcentaje {
    margin-left:auto;
    margin-right:auto;
}

.tfoot {
    background: #212529;
    color: white;
    font-weight: bold;
}

.mud-button-root.mud-icon-button.mud-icon-button-color-primary.mud-ripple.mud-ripple-checkbox.mud-disabled {
    padding: 0px;
}

@media (max-width: 767.98px) {
}

@media (min-width: 768px) {
    .td-btn {
        width: 140px;
    }

    .section-title {
        display: block;
    }

    .secciones-info-text-gr {
        float: right;
    }
}
