:root{
    --blueEdu: #11315E;
    --redEdu: #CC0511;
    --sandEdu: #D5CCB5;
    --lightBlue: #2F789C;
}

.bg-white{
    border-left: 4px var(--lightBlue) solid!important;
    border-right: 4px var(--redEdu) solid!important;
    background-color: #FAFAFA !important;
    box-shadow: 0px 10px 15px 0px #11305D;
    z-index: 0;
}

.container, .container-fluid{
    margin: 0px auto !important;
}

.logo-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#section-slide{
    display: flex;
    flex-direction: row !important;
    background-color: white !important;
    min-height: 50px !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    font-weight: 600 !important;
}

#section-slide > .link-menu:hover{
    background-color: crimson !important;
}

.img-slide{
    background-color: aqua;
    min-width: 100% !important;
    min-height: 42% !important;
    max-width: 100% !important;
    max-height: 42% !important;
}

.link-menu{
    display: flex !important;
    flex-direction: row !important;
    flex-grow: 1;
    align-items: center;
    justify-content: center !important;
    background-color: var(--blueEdu);
    min-height: 50px !important;
}

#section-stories{
    background-color: transparent !important;
}

#stories-main-title{
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    color: white !important;
    font-weight: 600 !important;
    background-color: var(--blueEdu);
    box-shadow: 0px 0px 10px black !important;
    z-index: 2;
}

#stories-items-box{
    display: flex;
    flex-direction: row !important;
    white-space: wrap;
    overflow-x: clip;
    background-color: var(--lightBlue);
}

#stories-items-box > .link-menu{
    background-color: transparent !important;
    color: transparent;
}

.img-width{
    margin: auto !important;
    display: flex;
    justify-content: center !important;
    width: auto;
    max-width: 356px !important;
    max-height: 146px !important;
}

.stories-box-div{
    background-image: linear-gradient(to right, #FE020B, #008BCD);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 100% !important;
    overflow-x: scroll;
}

#section-services-box{
    height: auto !important;
    color: white !important;
    background-color: transparent !important;
    padding-top: 1em !important;
    padding-left: 1em !important;
    background-image: linear-gradient(to bottom, #FAFAFA, #E6E6FA);

}

#section-services-box-title{
    height: auto !important;
    color: white !important;
    background-image: linear-gradient(to right, #0187C8, #11305E) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em !important;
}

.card{
    width: 95% !important;
    color: black !important;
    box-shadow: 0px 0px 10px grey !important;
    transition: width 0.5s;
}

.card:hover{
    width: 100% !important;
}

.card-body{
    border: 0px #F0F0F0 solid !important;
    background-color: #FDFDFD;
}

.btn-news-test{
    background-color: #11305D !important;
    color: white;
    font-weight: 600;
}

@media (orientation: portrait){
    #stories-items-box{
        overflow-x: scroll;
    }

    #section-slide{
        display: flex;
        flex-direction: column !important;
        background-color: bisque !important;
        min-height: 50px !important;
        padding: 0 !important;
    }
    
}