:root {
    --main-bg: #7D1935;
    --lighter-bg: #B42B51;
    --contrast-bg: #BB4062;
    --contrast-darker-bg: #420516;
} 

.a-flex-container {
    display: flex;
    flex-wrap: wrap;
}

.a-flex-right {
    flex-direction: row-reverse;
}

.a-introduction-section {
    background-color: var(--main-bg);
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
}

.a-introduction-section a {
    color: white;
}

.a-introduction-section a:hover {
    color: var(--contrast-bg);
}

.a-introduction-section .a-introduction {
    text-align: justify;
}

.u-responsive-xs .a-introduction-section .a-introduction {
    text-align: center;
}

/*STATS------------------------------------------------------------------------------------------------------*/

.a-stats-section {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    color: var(--contrast-darker-bg);
}

.a-stats-section .a-stats-half-left {
    border-width: 0 0 0 4px;
    border-color: var(--contrast-darker-bg);
    border-style: solid;
}

.a-stats-section .a-stats-half-right {
    margin-top: 20px;
    border-width: 0 4px 0 0;
    border-color: var(--contrast-darker-bg);
    border-style: solid;
    text-align: right;
}

.a-stats-section .a-stat-text-bold {
    font-weight: 600;
}

.a-stats-section .a-stats-icon {
    display: inline-block;
}

.a-stats-section .a-stats-text {
    display: inline-block;
}

.a-stat-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 575.98px) {
    .a-stat-row {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .a-stat-row-right {
        padding-right: 15px;
    }
}

/*HT------------------------------------------------------------------------------------------------------------------------------*/

.a-historical-table-section {
    padding-top: 40px;
    padding-bottom: 20px;
    color: black;
    font-size: 1.5rem;
    background-color: var(--contrast-darker-bg);
    font-weight: 400;
}

.a-historical-table-section .a-legenda {
    margin-bottom: 40px;
}

.a-historical-table-section .a-legenda .a-table-header {
    text-align: center;
}

.a-historical-table-section table {
    margin: 0 auto;
    border-collapse: collapse;
}

.a-historical-table-section .a-explanation p {
    color: white;
    text-align: justify;
}

.a-historical-table-section th {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.a-historical-table-section td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.a-historical-table-section tr.a-table-header {
    background-color: var(--main-bg);
    color: white;
}

.a-historical-table-section tr.a-table-data:nth-child(odd){
    background-color: #fff7f9;
}

.a-historical-table-section tr.a-table-data:nth-child(even){
    background-color: #fff2f5;
}

.a-scroll {
    overflow: auto;
}

/*OTHER---------------------------------------------------------------------------------------------------------------------------*/

.custom-shape-divider-bottom-1677498073 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1677498073 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-bottom-1677498073 .shape-fill {
    fill: #FFFFFF;
}