.entry-header {
    display: none;
    visibility: hidden;
}

/* .header-image-text-home {
    position: relative;
    width: 155px;
    top: 13em;
    left: 30em;
    color: white;
    text-align: right;
} */
 .bg-image{
    max-width: 1920px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
 }
.content-box {
    width: 50%; 
    text-align: right;  
    padding: 20px;
    margin-top: -1em;
}
.content-box-home{
    width: 50%; 
    text-align: right;  
    padding: 20px;
    margin-top: -1em;
    height: 325px;
}
.hr-custom{
    position: relative;
    border-bottom: 6px solid white;
    clear: both;
    color: #eee;
    margin: auto -16em 0 auto;
    padding-top: 1em;
    width: 373px;
    
}
.service-title{
    font-size: 3.81rem;
    letter-spacing: -1.82px;
    margin: 0;
}
/* Botón de menú responsivo */

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto auto auto;
}

.logo-menu-container {
    display: flex;
    align-items: center;
    position: relative;
}
.nav-primary{
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* Add a smooth transition */

}
/* Ensure the mobile nav button is next to the logo */
#genesis-mobile-nav-primary {
    position: relative;
    margin-left: 10px;
    font-size: 24px;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* Add a smooth transition */

}
/* Hide the text inside the menu toggle button, leaving only the icon */
#genesis-mobile-nav-primary::after {
    display: none;
}


#genesis-mobile-nav-primary {
    font-size: 0px;
    position: relative;
    margin-left: 10px; 
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* Add a smooth transition */
    /* Space between the logo and the button */
}


/* Change the layout on mobile */
@media (max-width: 768px) {
    .genesis-nav-menu {
        flex-direction: column;
        align-items: flex-start;
    }
}


