/* HEADER */
.container-informacion {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--page-sides);
    background-color: #195043;
    gap:620px;

    & > a {
        width: 161px;
        margin-right: -190px;
    }
}

.grupo-informacion {
    display: flex;
    gap: 40px;
}

.container-informacion-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--page-sides);
    background-color: #195043;
    gap:100px;

    & > a {
        width: 161px;
        margin-right: -100px;
        margin-left: 50px;
    }

}

.grupo-informacion-slider{
    display: flex;
    gap:110px;
    margin-left: 50px;
}

.grupo-informacion-slider .informacion-slider{
    display: flex;
    align-items: center;
    gap: 6px;


    & img {
        width: 17px;
        height: 17px;
    }

    & h3, a {
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    & a {
        text-decoration: none;
    }

}

.grupo-informacion .informacion {
    display: flex;
    align-items: center;
    gap: 6px;

    & img {
        width: 17px;
        height: 17px;
    }

    & h3, a {
        color: #ffffff;
        font-weight: bold;
        text-align: center;
    }

    & a {
        text-decoration: none;
    }
}



.header-wrapper {
    --hw-height: 100px;
    /* --- */
    height: var(--hw-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    width: 248px;
    height: 59px;

    & img {
        width: 250px;
        height: 68px;
    }
}

.header-wrapper > div:last-child {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-wrapper > div:last-child .menu-container > ul {
    display: flex;
    list-style-type: none;

    & li a {
        display: block;
        font-size: 13px;
        text-decoration: none;
        color: #083d29;
    }

    & li:hover > a {
        color: #31955b;
    } 
}

/* .header-wrapper > div */
.menu-icon {
    width: 30px;
    height: 30px;
    display: none;
    gap: 4px;
    padding: 6px 2px;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    background-color: #000000; 
    border-radius: 50px;
    transition: all .1s ease-in-out;
}

.menu-container {
    position: relative;
}

.menu-container ul {
    --ul-line-height: 100px;
    /* --- */
    gap: 30px;

    & li a {
        line-height: var(--ul-line-height);
    }

    & li:hover > a {
        box-shadow: 0 -3px 0 0 #31955b inset;
    }
}

.menu-container ul li:nth-child(3) .submenu {
    --ul-line-height: 50px;
    /* --- */
    width: 150%;
    height: 0;
    position: absolute;
    overflow: hidden;
    list-style-type: none;
    background-color: #ffffff;
    transition: height .3s ease-in-out;
    z-index: 1;

    & li a {
        padding-left: calc(var(--page-sides) / 2);
    }
}

.menu-container ul li:nth-child(3):hover .submenu {
    height: calc(var(--ul-line-height) * 8);
}

.header-wrapper .social-list li a {
    width: 17px;
    height: 17px;

    
}






/* END-HEADER */

/* FOOTER */
.footer-wrapper {
    background-color: #195043;
}

/* .footer-wrapper */
.footer-container {
    padding: 140px var(--page-sides) 45px;
}

#quomer{
    margin-top: -100px;
    margin-left: 120px;
    margin-bottom: 50px;
}

.footer-container .back {
    width: 76px;
    height: 69px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);

    & img {
        width: 100%;
        height: 100%;
    }
}

.footer-container .footer-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    & > img {
        width: 226px;
        height: 58px;
        object-fit: cover;
    }

    & div h3 {
        font-size: 24px;
        color: white;
        font-weight: 500;
    }
}

.footer-container .footer-section div ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
    list-style-type: none;

    & li * {
        font-size: 12px;
        text-decoration: none;
        color: #ffffff;
    }
}

.footer-container .footer-section .mod ul li {
    display: flex;
    gap: 5px;

    & img:not(.no-filter) {
        width: 24px;
        height: 29px;
    }
}

.footer-container .footer-section .mod:last-child ul li {
    align-items: center;

    & * {
        font-size: 16px;
    }
}

.footer-wrapper .social-list {
    justify-content: center;
    padding: 24px 0;
    border-top: 2px dashed #fbf6f0;
}

.footer-wrapper .social-list li a {
    width: 25px;
    height: 25px;
}

.footer-sociales ul{
    display: flex !important;
    flex-direction: row !important;
    gap:15px !important;
    
}

.buscar{
    flex: 1;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.font-inter-buscar li{
    width: 340px;
    margin-bottom: 60px;
    gap: 15px !important;

}

.lupa{
    position: absolute;
    right: 430px;
}

.lupa img{
    width: 48px !important;
    height: 48px !important;
}

.li-buscar{
    height: 51px !important;
}

.li-buscar input{
    height: 51px !important;
    color:black !important;
}

.li-buscar p{
    font-size: 10px !important;
}

.nuevo-boton-verde{
    margin-top: -120px;
    width:fit-content;
    margin-left:120px;
    margin-right: 40px;
}

.ultimos-productos{
    display:flex;
    flex-direction: column;
    gap: 10px;

}

.objetos-ultimo{
    display: flex;
    flex-direction: row;
    gap: 10px;
    
}
.objetos-ultimo img{
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 8px;
}

.objetos-ultimo h3{
    font-size: 12px !important;
    text-align: center;
    align-items: center;
    display: flex;
}

/* .footer-wrapper */

.copyright {
    padding: 25px 0;
    background-color: #3E9984;
    text-align: center;
    
    & small{
        color: #000000;
    }
}
/* END-FOOTER */
