/* #region MAIN*/
main {
    margin-top: 55px;
}
/* #endregion MAIN*/

/* #region BANNER*/
.banner-section {
    display: block;
    margin-block-end: 20px;
}
.banner-section .banner {
    height: 250px;
}
@media screen and (max-width: 991px) {
    .banner-section .banner {
        height: 120px;
    }
}
/* #endregion BANNER*/

/* #region BODY */
.body-section {
    margin-block-end: 45px;
    flex-shrink: initial;
}
.body-section > * {
    padding-inline: 0.75rem;
}
/* #endregion BODY */

/* #region TITLE */
.cabecera {
    margin-block-end: 30px;
    text-transform: uppercase;
}
.cabecera .tag.azul {
    font-family: din-black, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    padding-left: 15px;
    line-height: 22px;
    color: #0063be;
    background: url(../images/decorativas/flag-azul.png) left center no-repeat;
}

.cabecera .titular {
    font-family: din-medium, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    color: #292929;
}

/* #endregion TITLE */

/* #region TABLA */
.main-table .main-table__table {
    font-size: 16px;
}
.main-table .main-table__table thead .main-table__header {
    background: linear-gradient(#f4f5f8, #f1f3f6);
    border: 1px solid #dcdfe6;
    padding-block: 1em;
}
.main-table .main-table__table thead .main-table__header div {
    color: #292929;
    font-family: din-black, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
}
.main-table .main-table__table td {
    padding: 0.75em;
    padding-block: 20px;
    border: none;
    border-bottom: 1px solid #dcdfe6;
}
.main-table .main-table__table td span {
    font-family: din-medium, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #808080;
}
.main-table .main-table__table tbody tr {
    pointer-events: none;
}
/* #endregion TABLA */
