* {

    margin: 0%;
}

html {

    scroll-behavior: smooth;

  }

a {

    color: inherit;
    text-decoration: none;

}

header {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #6f2438, #b81c48);
    box-shadow: 0px 0px 50px;

}

.logo-infos {

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    
}

.cabeçalho {

    display: flex;
    flex-direction: row;
    gap: 30px;
    font-family: poppins, sans-serif;
    color: white;

}

#logo {

    display: block;
    width: 15vh;
    margin: auto;
    margin-top: 10px;

}

h2 {

    font-weight: 200;
    font-size: medium;
    padding-bottom: 20px;
    letter-spacing: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;

}

h2:hover {

    transform: scale(1.1);

}

h2::after {

    content: "";
    position: absolute;
    left: 0;
    bottom: 15px; 
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease-in-out;

}

h2:hover::after {

    width: 100%;

}

.user-cart {

    position: absolute;
    right: 2vw;
    
}

#btncolor {

    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
    border: transparent;
    background-color: transparent;
    
}

#btncolor img {

    width: 40px;

}

#profileBut {

    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
    border: transparent;
    background-color: transparent;

}

#profileBut img {

    width: 40px;

}

.img-op {

    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    cursor: pointer;
    
}

.img-op img {

    width: 40px;

}

.banners {

    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    margin-top: 5vh;
    height: auto;

}

.banners img:hover {

    transform: scale(1.03);
   
}

.banners img {

    display: none;
    width: 1200px;
    height: auto;
    max-width: 100%;
    margin-top: 5vh;
    border-radius: 20px;
    transition: opacity 5s ease;
    cursor: pointer;
    
    z-index: 0;
}

.banners img.active {

    display: block;
    opacity: 1;
    z-index: 1;
}

.banners #banner-principal {

    transition: all 1.2s ease;

}

.banners #banner-promocional {

    transition: all 1.2s ease;

}

.banners:hover #banner-principal {

    opacity: 1;

}

.banners:hover #banner-promocional {

    opacity: 1;

}

.destaques {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vh;
    gap: 100px;
    flex-wrap: wrap;

}

h1 {

    font-family: poppins, sans-serif;
    font-weight: 300;
    color: #6f2438;
    
}

.roupas {

    display: flex;
    flex-direction: column;
    gap: 100px;

}

.content-destaque1 {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 400px;       
    height: 400px;      
    border-radius: 10px;
    text-align: center;
    gap: 100px;
   
}

.content-destaque1 img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}

.content-destaque2 {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 320px;       
    height: 400px;      
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    gap: 50px;
    
}

.content-destaque2 img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    
}

.item-destaque {

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    min-height: 400px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.8s ease;

}

.item-destaque:hover {

    transform: scale(1.05);

}

.item-destaque img {
    
    width: 320px;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.item-destaque .img1 {
    position: absolute;
    transition: all 1.1s ease;
}

.img2 {

    opacity: 0;
    transition: all 1.1s ease;

}

.item-destaque:hover .img1 {

    opacity: 0;

}

.item-destaque:hover .img2 {

    opacity: 1;

}


.item-destaque p {
    
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 10px;
    color: #6f2438;
    margin-top: 10px;

}

.valores {

    font-weight: 600;
    color: #6f2438e0;

}

footer {

    background: linear-gradient(to right, #6f2438, #b81c48);
}

.contato {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20vh;
    color: white;
    font-family: poppins, sans-serif;
    letter-spacing: 3px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.cont-icons {

    display: flex;
    flex-direction: row;
    gap: 40px;


}

.contatobox {

    padding-bottom: 3vh;

}

#contato-text {

    color: white;
    font-family: poppins,sans-serif;
    font-weight: 200;
    padding-left: 10px;

}

.contato img {

    width: 35px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.contato img:hover {

    transform: scale(1.1);

}


.container-copyright {

    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
    color: rgb(201, 201, 201);


}

#copyright {

    letter-spacing: none;
    font-weight: 200;
    font-size: 10px;
    font-family: arial;
    color: rgb(255, 255, 255);

}

@media (max-width: 1024px) {
    .cabeçalho {
        gap: 20px;
    }
    
    .content-destaque1, 
    .content-destaque2 {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        height: auto;
    }
    
    .item-destaque {
        width: 250px;
        min-height: 350px;
    }
    
    .item-destaque img {
        width: 250px;
        height: 350px;
    }
    
    .banners {
        width: 90%;
    }
}


@media (max-width: 767px) {
    header {
        flex-direction: column;
        padding: 15px 0;
    }
    
    .cabeçalho {
        flex-direction: column;
        gap: 15px;
    }
    
    h2 {
        padding-bottom: 10px;
        letter-spacing: 3px;
        font-size: small;
    }
    
    .user-cart {
        position: static;
        margin-top: 15px;
    }
    
    .destaques {
        gap: 50px;
    }
    
    .roupas {
        gap: 50px;
    }
    
    .item-destaque {
        width: 200px;
        min-height: 300px;
    }
    
    .item-destaque img {
        width: 200px;
        height: 300px;
    }
    
    .cont-icons {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    #logo {
        width: 10vh;
    }
    
    .item-destaque {
        width: 150px;
        min-height: 250px;
    }
    
    .item-destaque img {
        width: 150px;
        height: 250px;
    }
    
    .contato {
        letter-spacing: 1px;
    }
    
    .contato img {
        width: 25px;
    }
    
    #copyright {
        font-size: 8px;
    }
}