* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    list-style: none;
}

.background {
    background-image: url('background2.jpeg');
    background-size: cover;
    /* Faz a imagem cobrir todo o elemento */
    background-position: center top;
    /* Centraliza a imagem na parte superior */
    background-repeat: no-repeat;
    /* Não repete a imagem */
    width: 100%;
    /* Largura total do elemento */
    height: 100vh;
    /* Altura da viewport */
    max-width: 100%;
    /* Garante que não ultrapasse a largura da tela */
    overflow: hidden;
    /* Garante que nada saia do contêiner */
    padding-left: 40%;
    /* Ajusta a largura do lado esquerdo */
}


/* Adicionando media queries para dispositivos menores */

@media (max-width: 768px) {
    .background {
        height: 60vh;
        /* Ajusta a altura para dispositivos menores */
        background-position: center top;
        /* Mantém a posição da imagem na parte superior */
        padding-left: 5%;
        /* Reduz o padding à esquerda em dispositivos menores */
    }
}

@media (max-width: 480px) {
    .background {
        height: 50vh;
        /* Ajusta ainda mais a altura para smartphones */
        background-position: center top;
        /* Mantém a posição da imagem na parte superior */
        padding-left: 0;
        /* Remove o padding à esquerda em smartphones */
    }
}

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 27px;
}

p2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

p3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}

.nav a {
    color: #333;
    text-decoration: none;
    padding: 5px;
}

.nav a:hover {
    background-color: #c8815f;
    ;
    color: #000000;
    border-radius: 5px;
}

.icon span {
    font-size: 2rem;
    cursor: pointer;
}

.icon span:hover {
    color: #c8815f;
}

.Meio {
    padding: 7rem 0 0 8.5rem;
    line-height: 4rem;
}

.Meio h1 {
    font-size: 4rem;
}

.big-button {
    background-color: #c8815f;
    padding: 1rem 4rem 1rem 4rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    bottom: -40px;
}

.big-button:hover {
    background-color: #111;
    transform: scaleY(1.2);
}

.small-button {
    background-color: #c8815f;
    padding: 1rem 4rem 1rem 4rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    bottom: -26px;
}

.small-button:hover {
    background-color: #111;
    transform: scaleY(1.2);
}

.small-button2 {
    background-color: #c8815f;
    padding: 1rem;
    /* Ajuste o padding se necessário */
    width: 900px;
    /* Defina a largura desejada */
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    bottom: -26px;
}

.small-button2:hover {
    background-color: #111;
    transform: scaleY(1.2);
}

section {
    padding-top: 7rem;
}

section h1 {
    align-items: center;
    text-align: center;
    font-size: 2rem;
}

.Container-card-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 2rem;
}

.cards img {
    width: 350px;
    height: auto;
    transition: 0.35s ease;
}

.cards img:hover {
    transform: scale(0.9) translateY(-5px);
    cursor: pointer;
}

.cta {
    height: 60vh;
    width: 100%;
    background: url(../img/ffffc.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    margin-top: 5rem;
}

.text-cta {
    padding-left: 5rem;
}

.text-cta h6 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .6px;
    margin-bottom: 14px;
}

.text-cta h4 {
    font-size: 3.3rem;
    line-height: 1.2;
    letter-spacing: .6rem;
    margin-bottom: 30px;
}

.text-cta a {
    background-color: #c8815f;
    padding: 1rem 3rem 1rem 3rem;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.text-cta a:hover {
    background-color: #111;
    transform: scaleY(1.2);
}

.Container-roupas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    text-align: center;
    margin-top: 3rem;
}

.Container-roupas img:hover {
    transform: scale(0.9) translateY(-5px);
    cursor: pointer;
    transition: 0.3s;
}

.roupa img {
    width: 150px;
    height: auto;
}

.roupa {
    background-color: #c8815f;
    color: #000;
}

.Marcas {
    margin-top: 10rem;
    cursor: pointer;
    align-items: center;
    text-align: center;
}

.Marcas img {
    width: 180px;
    height: auto;
    background-color: aliceblue;
}

#Contato {
    display: flex;
    gap: 5rem;
    justify-content: space-around;
    background-color: #111;
    padding: 8rem;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
}

.meio-contato h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 1.6rem;
}

.meio-contato h5 {
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.meio-contato li {
    margin-bottom: 15px;
}

.meio-contato li a {
    display: block;
    color: #555;
    font-weight: 600;
    transition: all .35s ease;
}

.last-text {
    text-align: center;
    background-color: #555;
    color: #fff;
}