.bg-white{
    background: #FFFFFF;
}

.bg-blue{
    background-color: #1B365D;
}

.bg-lightblue{
    background-color: #B4C2D7;
}

.rounded-075 {
    border-radius: 0.75rem !important;
}

.border-lightgray{
    border: 1px solid #E0E0E0;
}

.text-size-20{
    font-size: 20px;
}

.text-size-11{
    font-size: 11px;
}

footer {
    margin-top: 0px;
}

.separator {
    width: 100%;
    border: 0;
    border-top: 2px solid #E0E0E0;
    margin: 20px 15px;
}

.separator-2 {
    width: 100%;
    border: 0;
    border-top: 2px solid #E0E0E0;
}

.height-fit-content {
    height: fit-content;
}

/*MENU*/
.btn-comunications{
    color: #1B365D !important;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 20px;
    margin-top: .5rem;
    border-color: #1B365D;
    min-width: fit-content;
}

.btn-comunications.bg-blue{
    color: #FFFFFF !important;
    border-color: #1B365D;
}

.btn-comunications:hover{
    color: #FFFFFF;
}

.btn-comunications:not(.bg-blue) img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(74%) saturate(1094%) hue-rotate(187deg) brightness(97%) contrast(87%);
}

.scrollable-container{
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
}

.scrollable-container::-webkit-scrollbar {
    overflow-x: hidden;
}
/*MENU*/

.text-option-title-accessibility h4{
    color: #00AEC7;
}

.text-option-title-accessibility img{
    filter: invert(51%) sepia(100%) saturate(783%) hue-rotate(145deg) brightness(86%) contrast(101%);
    width: 30px;
}

@media (min-width: 576px) {
    .container-service {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .font-size-title-banner h2 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .font-size-title-banner h2 {
        font-size: 2rem;
    }
}