.inside-header .site-logo  img {
    max-height: 110px;
    object-fit: cover;
    transition: all 0.35s ease;
}

.inside-header .site-logo a:hover img {
    opacity: 0.8;
}

.main-navigation #menu-menu-inicial {
    gap: 10px;
}

.main-navigation a {
    display: flex !important;
    align-items: center;
    border-radius: 40px;
    height: 40px;
}

.main-navigation.is_stuck .inside-navigation {
    padding: 10px;
}

/* IDIOMAS */

.gtranslate_wrapper a {
    text-decoration: none;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.gtranslate_wrapper a:last-of-type {
    border: 0;
}
