/* <---------- Fonts ----------> */

@font-face {
    font-family: 'Inria Serif';
    src: url('../../assets/fonts/luxus/Inria_Serif/InriaSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/luxus/Inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/luxus/Inter/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/luxus/Inter/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* <---------- Global ----------> */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1 {
    font-size: clamp(22px, 2vw + 0.5rem, 40px) !important;
    font-weight: 500;
    text-transform: none;
}

h2 {
    font-size: clamp(18px, 1.5vw + 1rem, 40px) !important;
    line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Inter';
}

a, li {
    font-family: 'Inria Serif';
}

a:hover:not(:has(i)) {
    color: #B18591 !important;
}

li:has(a:hover i) {
    background-color: rgb(83, 83, 83) !important;

    a {
        text-decoration: none !important;
    }

    i {
        color: #FFFFFF !important;
    }
}

p, span {
    color: #797979 !important;
    font-size: clamp(13px, 1vw + 0.5rem, 25px);
}

body {
    background-color: #F5F5F5 !important;
}

/* <---------- Header ----------> */

#header-inv26 {
    background-color: #F5F5F5 !important;
}

#header-pc {
    position: relative;
    padding-top: clamp(20px, 3vw, 50px);
    padding-left: clamp(15px, 3vw, 120px);
    padding-right: clamp(15px, 3vw, 50px);
}

#logo {
    max-width: clamp(120px, 13vw, 220px) !important;
}

#logo img {
    width: clamp(120px, 13vw, 220px);
    height: auto;
}

#navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(0px, 15vw, 200px);
    width: 60%;
    margin-top: 1%;
    margin-left: clamp(2%, 8vw, 12%);
    padding-left: 0;
}

nav ul {
    color: #797979;
    font-size: clamp(14px, 1.2vw, 20px);
    white-space: nowrap;
    display: flex;
    flex-direction: nowrap;
    column-gap: 20px;
}

.menu-social {
    margin-top: -5px;
}

.menu-social li {
    font-size: 20px;
    border-radius: 50%;
    background-color: gray;
    color: #FFFFFF !important;
    font-weight: 600;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-social li {
    width: 30px;
    height: 30px;
}

.menu-social li a {
    color: #FFFFFF !important;
}

.menu-primary > ul > li > a, .menu-secondary > ul > li > a, .menu-mobile > ul > li > a {
    color: #747575 !important;
    font-family: 'Inria Serif';
    font-weight: 400;
}

.btn-menu-mobile {
    color: #747575 !important;
}

header:has(.menu-mobile) {
    margin-bottom: 30px;
}

/* <---------- Home ----------> */

.dosul-luxus-inv26 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dosul-luxus-inv26 > div {
    width: 100%;
    max-width: 1600px;
}

#hero {
    width: clamp(320px, 90vw, 1800px);
    height: clamp(180px, 55vw, 900px);

    border-radius: 25px !important;
    padding: none;

    video, picture, img {
        width: 100%;
        height: 100%;
        min-height: inherit;
        object-fit: cover;

        border-radius: 25px !important;
    }
}

#hero:not(.home) {
    height: clamp(180px, 55vw, 700px);
}

.overflow-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF !important;
    width: 100%;

    font-weight: 400;

    img {
        width: clamp(200px, 38vw, 550px) !important;
        height: auto;
        object-fit: contain;
    }

    p {
        font-size: clamp(12px, 2vw + 1rem, 30px);
        font-family: 'Inria Serif' !important;
        color: #FFFFFF !important;
    }
}

#collection:not(.home-colect) h1 {
    margin-bottom: 2%;
    font-size: clamp(22px, 3vw + 1rem, 55px) !important;
    line-height: 1.3;
}

.home-colect {
    margin-left: -4% !important;
}

.home-colect h1 {
    font-weight: 300 !important;
    font-size: clamp(22px, 3vw + 1rem, 55px) !important;
    margin-left: 150px;
    line-height: 1.3;
    width: 60% !important;
}

section:not(#hero, .carrosel-container) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
    position: relative;

    width: min(90vw, 1600px);

    margin: 0 auto;
    left: 2.5vw !important;
    position: relative;

    img {
        width: clamp(280px, 100%, 900px);
        height: clamp(200px, 45vw, 904px);
        border-radius: 25px;
    }

    .text {
        display: flex;
        flex-direction: column;
        margin-top: 10%;
        row-gap: 10px;
    }

    h1 {
        width: 100%;
    }

    h2 {
        font-weight: 400 !important;
        margin-bottom: 10px;
    }

    p {
        width: 100%;
        letter-spacing: 0.2px;
        width: 85%;
    }

    a {
        background-color: #797979;
        border: .5px solid #4B525B;
        color: #FFFFFF;
        font-family: 'Inter';
        font-weight: 600;
        width: 150px;
        height: 55px;
        text-align: center;
        padding-top: 15px;
        font-size: clamp(12px, 2vw + .5rem, 18px);
        margin-top: 20px;
    }
}

.sec-left .text {
    transform: translate(18%, 0) !important;
}

#aircotton {
    max-width: 90vw !important;
    margin: 0 auto;
    column-gap: -5% !important;
    border: 2px solid #E7E6E5;
    border-radius: 25px;

    img {
        width: clamp(100px, 15vw, 200px) !important;
        height: clamp(100px, 15vw, 200px) !important;
        border-radius: 50% !important;
        object-fit: contain;
        flex-shrink: 0;
        margin-left: 3vw !important;
    }

    .w-full {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .text {
        margin-top: 10px !important;
        margin-left: 2vw !important;
        padding-left: 10px;
        width: clamp(280px, 80vw, 115ch);
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: start;
    }
}

.type2 {
    grid-template-columns: 1fr !important;
    text-align: center;
}

#limited-1 {
    max-width: 18ch;
    margin: 0 auto;
}

#limited-2 {
    max-width: 55ch;
    margin: 0 auto;
}

#limited-3 {
    margin: 0 auto;
}

#div-gray {
    width: 100vw !important;
    min-width: 100vw !important;
    height: 800px;
    background-color: #e7e6e5 !important;   
    padding: 0 0 0 0 !important;

    margin-top: 50px;
    margin-bottom: 50px;
}

#sec-gray {
    margin: 0 !important;
    width: 100%;
    height: 100% !important;
    
    .image {
        position: relative;
        margin-top: clamp(-40px, -4vw, 0px);
        margin-left: clamp(-5vw, -3vw, 0px);
        align-self: stretch;
        height: clamp(400px, 100vh, 800px);
    }

    img {
        min-width: clamp(500px, 55vw, 1000px);
        min-height: 100% !important;
        object-fit: cover;
    }

    .text {
        margin-top: clamp(10%, 25vw, 35%);
        margin-left: clamp(5%, 12vw, 10%);
        width: clamp(200px, 30vw, 450px) !important;
        max-width: clamp(200px, 30vw, 450px);

        p {
            width: 87%;
        }
    }
}

section:not(#hero, .sec) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    padding-left: 12%;
    padding-right: 12%;

    column-gap: 30vw;
}

.sua-barra {
    width: 20px;
    height: 2px;
    background-color: rgb(44, 48, 58);
    border-radius: 2px;
    margin-top: clamp(0px, 0.2vw, 2.1px);
}

.category {
    display: flex;
    align-items: center;
    text-align: center; 
    margin-bottom: 5px;

    p {
        margin-left: -15px;
        max-width: clamp(150px, 20vw, 240px) !important;
        font-family: 'Inter';
        font-size: clamp(14px, 1vw + 0.2rem, 20px);
    }
}

.bi {
    font-weight: 900;
}

.carrosel-container {
    margin-bottom: 7%;
    display: flex !important;
    flex-direction: column !important;
    gap: 30px;
}

.carrosel-text {
    margin-left: clamp(-200px, -10vw, 0px);

    h2 {
        font-weight: 400;
    }

    .category {
        p {
            margin-left: 7px;
        }
    }
}

.section-carrosel {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    width: 98vw !important;
    height: auto;
    margin-left: clamp(-200px, -11.5vw, 0px) !important;
}

.carrosel {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.carrosel .item {
    width: 100%;
    max-width: 550px;
    aspect-ratio: 550 / 450; 
    height: auto;
    max-height: 450px;
    object-fit: cover;
    border-radius: 25px;
    overflow: hidden;
}

.carrosel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Remove setas */
.owl-nav {
    display: none !important;
}

/* Remove bolinhas */
.owl-dots {
    display: none !important;
}

#final {
    width: clamp(320px, 95vw, 1313px) !important;
    height: clamp(180px, 55vw, 712px) !important;
    border-radius: 25px !important;
    display: flex;
    justify-content: center;
    position: relative;

    margin-right: 10vw !important;

    img {
        margin-left: clamp(0px, 15.5vw, 20%) ;
        width: clamp(320px, 95vw, 1313px) !important;
        height: clamp(180px, 55vw, 712px) !important;
        max-width: 1313px !important;
        max-height: 712px !important;

        object-fit: cover !important;

        border-radius: 25px !important;
    }
}

.overflow-final {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;

    h1 {
        font-size: clamp(18px, 2vw + 1rem, 50px) !important;
    }
}

.overflow-final a {
    margin-top: 30px !important;
    border: 1px solid #FFFFFF !important;
    background-color: transparent !important;
    padding: clamp(8px, 1.5vw, 15px) clamp(15px, 2.5vw, 30px);
    font-size: clamp(13px, 1vw + 0.3rem, 22px);
    height: clamp(35px, 3vw + 1rem, 55px) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    margin: 0 auto;
}

.final-type2 {
    margin-bottom: -10%;
}

/* <---------- Footer ----------> */

/*
footer {
    margin-top: 200px;
    padding-top: 30px;
    background: linear-gradient(to bottom, #F5F5F5 2%, #cccccc 80%);

    .footer-separate {
        h3 {
            margin-bottom: 20px;
        }
    }

    .footer-separate::before {
        display: none;
    }

    height: 380px;
}

.list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-menu-social {
    margin-top: 50%;
    display: flex;
    justify-content: end;
}

.footer-social {
    margin-top: -45%;
    padding-bottom: 5%;
}

.footer-social li {
    font-size: 18px;
    border-radius: 50%;
    background-color: gray;
    color: #FFFFFF;
    font-weight: 600;
    width: 20%;
    align-content: center;
    align-items: center;
    padding-left: 8px;
}

.footer-social li {
    width: 30px;
    height: 30px;
}

.ft1 {
    left: 8vw;
}

.ft2 {
    left: 1vw;
}

.ft3 {
    left: 4vw;
}

.footer-copyright p {
    position: relative;
    margin-top: -100px;
    font-size: 16px !important;
}
*/

footer {
    margin-top: 15% !important;
}

.footer-logo {
    width: 300px !important;
}

.list-unstyled {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

/*---------- FOOTER ANTERIOR ----------*/


.footer {
    background-color: #393939;
    margin-top: 50px;
    padding: 60px 0;
}

.footer-logo {
    fill: #fff;
    margin-bottom: 30px;
    width: 200px;
}

.footer-menu-social ul {
    margin: 0 0 25px 0;
}

.footer-menu-social li a {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.footer-menu-social li a i {
    color: #474747;
    font-size: 25px;
}

.footer-menu-social li:hover a {
    background-color: #a59d99;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}

.footer-menu-social li:hover a i {
    color: #fff;
}

.footer-h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 17px;
}

.footer-ul {
    margin: 0 0 25px 0;
}

.footer-ul li a {
    color: #af9690;
    font-size: 18px;
}

.footer-separate {
    padding-left: 20px;
}

.footer-separate:before {
    background-color: rgba(116, 117, 117, 0.3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
}

.footer-icone-casa-almeida a {
    text-align: center;
    background-color: #e2e1df;
    border-radius: 50%;
    display: block;
    height: 70px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .3s cubic-bezier(.68, -.55, .265, 1.55);
    width: 70px;
}

.footer-icone-casa-almeida a:hover {
    background-color: #a59d99;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}

.footer-icone-casa-almeida a .item-cart--icon {
    height: 30px;
    width: 30px;
    fill: #747575;
    transition: .4s ease;
    margin-top: 19px;
    display: inline;
}

.footer-icone-casa-almeida a:hover .item-cart--icon {
    fill: #fff;
}

.footer-linha {
    background-color: #a59d99;
    height: 1px;
    width: 100%;
    margin: 27px 0 20px;
}

.footer-copyright {
    margin: 24px 0 0;
    position: relative;
}

.footer-copyright>* {
    color: #fff;
    font-size: 12px;
}

.item-back-to-top {
    background: #747575 url(../../img/seta.png) no-repeat center;
    border-radius: 50%;
    bottom: 5%;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 50px;
    display: none;
    z-index: 10000;
}

.item-back-to-top:hover {
    opacity: .85;
}

.list-item-menor:not(:last-child) {
    margin-right: .1rem !important;
}

.list-item-menor a {
    font-size: clamp(13px, 1vw + 0.3rem, 22px) !important;
}