body{
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden;
}

.logo{
    width: 60vw;
    @media (min-width: 768px) {
        width: 20vw;
    }
 }

.main-content{
    @media (min-width: 992px) {
        min-height: calc(100vh - 130px - 100px);
    }
}

.top-nav-bar{
    font-size: 22px;
    line-height: 24px;
    @media (min-width: 992px) {
        height: 80px;
        font-size: 28px;
        line-height: 32px;
    }
    /*border-bottom: solid 2px #275D3D;*/
}

.nav-spacer{
    width: 16px;
    height: 16px;
}

.label-header{
    border-bottom: solid 2px #275D3D;
    /*border-top: solid 2px #275D3D;*/
}

.color-darkred{
    color: #871A1A;
}

.background-lightred{
    background-color: #E7D1D1;
}

.color-darkblue{
    color: #003377;
}

.color-orange{
    color: #975731;
}

.background-darkblue{
    background-color: #003377;
}

.color-darkgreen{
    color: #275D3D;
}

.background-lightgreen{
    background-color: #CCDACF;
}

.background-darkgreen{
    background-color: #275D3D;
}

.background-lightblue{
    background-color: #D6D8E6;
}

.background-darkred{
    background-color: #871A1A;
}

.background-lightorange{
    background-color: #F5D3AF;
}

.background-orange{
    background-color: #e07900;
}

.font-larger{
    font-size: 42px;
    line-height: 44px;
    @media (min-width: 768px) {
        font-size: 48px;
        line-height: 50px;
    }
}

.font-large{
    font-size: 24px;
    line-height: 28px;
    @media (min-width: 768px) {
        font-size: 28px;
        line-height: 32px;
    }
}

.font-medium{
    font-size: 24px;
    line-height: 28px;
}

.font-normal{
    font-size: 21px;
    line-height: 25px;
}

.font-small{
    font-size: 18px;
    line-height: 20px;
}

.btn-primary{
    --bs-btn-bg: #03374F;
    --bs-btn-border-color: #03374F;
}

.btn-outline-primary{
    --bs-btn-bg: white;
    --bs-btn-border-color: #03374F;
    color: #003377;
}

.btn-success{
    --bs-btn-bg: #275D3D;
    --bs-btn-border-color: #275D3D;
}

.btn-danger{
    --bs-btn-bg: #871A1A;
    --bs-btn-border-color: #871A1A;
}

.btn-outline-danger{
    --bs-btn-bg: white;
    --bs-btn-border-color: #871A1A;
    color: #871A1A;
}

footer{
    border-top: solid 2px #275D3D;
    /*position: fixed;*/
    max-height: 90px;
    /*bottom: 0;*/
    /*width: 100%;*/
    background-color: white;
}

a{
    color: #003377;
    font-weight: bold;
    text-decoration: underline;
}

.section-link{
    text-decoration: none;
}

.home-icon{
    min-height: 32px;
    max-height: 48px;
}

.social-icon{
    min-height: 32px;
    max-height: 40px;
}

.help-icon{
    min-height: 50px;
    max-height: 70px;
    cursor: pointer;
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button:not(.collapsed)::after {
    margin-right: 10px;
    transform: rotate(90deg);
}

.accordion-button::after{
    order: -1;
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(0deg);
}

.accordion-button, .accordion-button:not(.collapsed){
    z-index: 3;
}

.accordion-button.background-lightgreen, .accordion-button.background-lightgreen:not(.collapsed){
    background-color:  #CCDACF;
    color: #275D3D;
}

.accordion-button.background-lightblue, .accordion-button.background-lightblue:not(.collapsed){
    background-color:  #D6D8E6;
    color: #003377;
}

.accordion-button.background-lightred, .accordion-button.background-lightred:not(.collapsed){
    background-color:  #E7D1D1;
    color: #871A1A;
}

.accordion-button.background-lightorange, .accordion-button.background-lightorange:not(.collapsed){
    background-color:  #F5D3AF;
    color: #975731;
}

.btn-main-infos{
    border: 4px solid #275D3D;
    background-color: white; /*rgba(39,93,61,20%);*/
    border-radius: 10px;
    color: #275D3D;
}

.btn-main-eval{
    border: 4px solid #003377;
    background-color: white; /*rgba(0,51,119,25%);*/
    border-radius: 10px;
    color: #003377;
}

.btn-main-oriente{
    border: 4px solid #871A1A;
    background-color: white; /*rgba(135,26,26,30%);*/
    border-radius: 10px;
    color: #871A1A;
}

.logo-partners{
    max-height: 40px;
}

.vertical-line {
    border-left: 2px solid black;
    height: 40px;
}

#cc-main{
    font-size: 24px !important;
    line-height: 28px !important;
}