/* FILTRO NEGRO SLIDE */
.image-overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.color-jmapa{
    color: #830000 !important;
}

.section-custom-img{
    height: 9em;
    width: 9em;
    object-fit: cover;
}

.object-fit-cover{
    object-fit: cover !important;
}

.object-fit-cover-home{
    object-fit: cover !important;
    width: 100% !important;
    height: 9em !important;
}

.custom-remove-mt{
    margin-top: 0px !important;
}

.bg-jmapasa{
    background-color: #830000 !important;
}

a{
    text-decoration: none !important;
}

.bg-grey{
    background-color: #b9b9b9 ;
}

/* DESPLEGABLE */

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.dropdown-content li {
    padding: 10px;
    transition: background-color 0.2s;
}

.dropdown-content li:hover {
    background-color: #f0f0f0;
}

.w-9em-custom{
    width: 18em !important;
}


.text-contact-condition{
    font-size: 13px !important;
    text-align: left !important;
}

.title-custom-legal{
    font-size: 1.4em;
    font-weight: 600;
}

.p-custom-legal{
    margin-top: 7px !important;
}


*{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}
