img {
    max-width: 100%;
    max-height: auto;
}

a {
    text-decoration: none !important;
}


/* Estilo Nav */

.header-multi {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 20px 0 0 0; */
    display: flex;
    flex-wrap: wrap;
}

.header-bg-home {
    background-image: url(/wp-content/uploads/2026/05/homeBannerAdapta.svg);
}

.header-bg-culture {
    background-image: url(/wp-content/uploads/2026/05/nuestraCulturaBanner.png);
}

.header-bg-about-us {
    background-image: url(/wp-content/uploads/2024/02/bannerPrincipalConocenosV2.webp);
}

.header-bg-rse {
    background-image: url(/wp-content/uploads/2023/08/rse-image-background.webp);
}


.great-place-to-work {
    position: absolute;
    right: 40px;
    top: 0;
    width: 75px;
}

.header-inner-container {
    display: flex;
    margin-top: 200px;
    flex-direction: row-reverse;
    width: 100%;
}

.header-sub {
    width: 50%;
    visibility: hidden;
}

.header-sub h1 {
    font-size: calc(2rem + 1vw);
    font-weight: 700;
    color: white;
    text-align: right;
    padding-right: 50px;
    line-height: 1.1;
    margin: 0;
}

.header-sub h3 {
    color: white;
    font-weight: 100;
    font-size: calc(1.2rem + 0.5vw);
    text-align: right;
    line-height: 0.5;
}

.header-sub h4 {
    color: white;
    font-weight: 400;
    text-align: right;
    font-size: calc(0.4rem + 0.5vw);
    padding: 20px 50px 10px 40px;
    line-height: 1.3em;
}

.header-division-line {
    height: 2px;
    background: white;
    width: 80%;
    float: right;
    margin: 20px 50px 10px 0;
}

.silverline-logo {
    width: 200px;
    position: absolute;
    top: 40px;
    left: 40px;
    display: none;
}

.header-bg-culture .silverline-logo{
    display:block;
}






.efy-logo{
    display: none;
}

/* Estilo Nav */

/* Navigation Nav */

.menu-nav {
    width: 100%;
}

.menu-nav nav {
    position: relative;
    display: flex;
    margin: 0 auto;
    height: 70px;
    justify-content: space-between;
}

nav .content {
    display: flex;
    width: 90% !important;
    margin: 0 auto;
}

nav .content .links {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.content .links li {
    list-style: none;
    line-height: 1.2;
    flex: auto;
    padding: 15px 0;
    text-align: left;
    min-height: 70px;
    display: flex;
}

.content .links li a,
.content .links li label {
    color: #F1F1F1 !important;
    font-size: calc(0.3rem + 0.5vw);
    font-weight: 200 !important;
    transition: all 0.3s ease;
    letter-spacing: 0.3em;
    text-align: left;
    align-self: center;
}

.nav-item {
    display: flex;
    padding: 0 25px;
}

.border-left {
    border-left: 1px solid #F1F1F1;
}

.content .links li label {
    display: none;
}

.nav-item:hover {
    background: #323c4e !important;
}

.menu-nav .menu-icon {
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.menu-nav .menu-icon {
    display: none;
}

.menu-nav .menu-icon img {
    width: 30px;
    filter: invert(28%) sepia(81%) saturate(5359%) hue-rotate(214deg) brightness(50%) contrast(91%) !important;
}

.menu-nav input[type="checkbox"] {
    display: none;
}

/* Dropdown Menu code start */
.content .links ul {
    position: absolute;
    background: #171c24 !important;
    opacity: 0;
    visibility: hidden;
    width: fit-content;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.content .links li:hover>ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.content .links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px !important;
}

.content .links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.content .links ul li {
    position: relative;
    padding: 10px 20px;
}

.content .links ul li:hover {
    background: rgba(0, 0, 0, 0.5);
}

.content .links ul li:hover ul {
    top: 0;
}

/* Navigation Nav */


@media screen and (max-width: 1024px) {

    .silverline-logo {
        display: none;
    }

    .header-multi {
        position: relative;
    }

    /* Nav Responsive */

    .menu-nav {
        position: absolute !important;
        padding: 0 !important;
        background: none !important;
        border: none !important;
        display: block !important;
        top: 0;
        left: 0 !important;
    }

    .menu-nav nav {
        padding: 0 10px;
        align-items: center;
        height: 60px;
    }

    .menu-nav .menu-icon {
        line-height: 1;
        width: fit-content;
        margin: 0 0 0 20px;
        display: block;
        filter: none !important;
    }

    nav .content .links {
        display: block;
        position: absolute;
        background: #14181f;
        height: auto;
        width: 100%;
        top: 65px !important;
        left: -100%;
        margin-left: 0;
        overflow-y: auto;
        padding-bottom: 600px !important;
        transition: all 0.3s ease;
        padding: 0;
    }

    .content .links li label:hover {
        background: #323c4e;
    }

    .border-left {
        border: none;
    }

    nav #show-menu:checked~.content .links {
        left: 0%;
    }

    .content .links li {
        margin: 0;
        padding: 0;
        min-height: initial;
        display: block;
    }

    .content .links li .nav-item {
        line-height: 1.5em;
        font-size: 1em;
        display: block;
        padding: 15px 30px;
        cursor: pointer;
        width: 100%;
    }

    .content .links li label {
        line-height: 1.5em;
        font-size: 1em;
        display: flex;
        padding: 15px 30px;
        cursor: pointer;
        width: 100%;
        align-content: center;
    }

    .display-none {
        display: none !important;
    }

    .content .links li a.desktop-link {
        display: none;
    }

    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .content .links #show-features:checked~ul,
    .content .links #show-jobs:checked~ul,
    .content .links #show-items:checked~ul,
    .content .links #show-blogs:checked~ul {
        max-height: 100vh;
        width: 100%;
    }

    .content .links ul li {
        padding: 15px 20px 15px 50px;
    }

    .content .links ul li .nav-item {
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px !important;
    }

    .content .links li a,
    .content .links li label {
        font-size: 1em;
    }

    .content .links li a,
    .content .links li label p {
        margin: 0;
        width: 95%;
    }

    /* Nav Responsive */
}

@media screen and (max-width: 767px) {

    /* Header */

    .header-multi {
        padding: 20px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .header-inner-container {
        margin: 100px auto 0;
        width: 100%;
    }

    .header-sub {
        width: 100%;
    }

    .header-sub h1 {
        text-align: center;
        padding: 0 30px;
    }

    .header-division-line {
        float: initial;
        margin: 20px auto;
    }

    .header-sub h4 {
        text-align: center;
        padding: 0 30px 50px;
        font-size: 0.9em;
    }

    /* Header */
}

@media screen and (max-width: 500px) {

    /* Header */

    .header-multi {
        background-image: url(/wp-content/uploads/2026/05/homeBannerAdaptaMobile.svg);
        padding: 20px 0 0;
        display: flex;
        flex-wrap: wrap;
        /* background: linear-gradient(180deg, #0055B8 0%, #002171 100%); */
        background-size: 100%;
        background-position: top;
    }
    
    .header-bg-culture{
        background-image: url(/wp-content/uploads/2026/04/Rectangle_mobileview.svg)
    }
    
    .header-bg-culture .silverline-logo{
        display: none;
    }
    
    .header-bg-culture .culture-title{
        bottom: 0;
    }
    
    .header-bg-culture .culture-title h1{
        padding: 0;
    }
    
    .header-bg-culture .culture-title h4{
        display: flex;
        padding: 10px 40px 50px;
        font-size: 1rem;
    }
    
    .header-bg-culture .header-division-line{
        width: 75%;
    }
        
        
    .header-bg-culture .header-inner-container{
        margin-top: 0;
        padding: 10px;
    }    
    .header-inner-container {
        margin: 50px auto 0;
    }

    .great-place-to-work {
        display: none;
    }

    /* Header */

}