#header-custom {
    background: #3f86df;
    padding: 10px 0;
}

.site-branding {
    max-width: 1350px !important;
    margin: auto !important;
    padding: 0 25px;
}

#header-custom .row img {
    max-width: 70px;
}

#masthead {
    display: none;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 20px !important;
    cursor: pointer;
    padding: 10px;
    max-width: 50px;
}

.menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    height: 50px;
    width: 50px;
}


.menu-hamburguesa {
   display: none;
    position: absolute;
    top: 62px;
    background-color: #5184d8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: fit-content;
    right: 40px;
    padding: 10px;
    border-radius: 10px;
}

.menu-hamburguesa.active {
    display: grid;
}
