* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

body {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: transparent;
    position: absolute;
    z-index: 900;
}

.logo {
  
    height: 13vh;
 

}

.logo img {
    width: 20vw;
    margin-left: 3vw;
}

.container {
    display: flex;
    margin-left: 5.5vw;
}

.container img {
    width: 2vw;

}

.container img[alt="WhatsApp"] {
    width: 3vw;
    margin-top: -0.3vw;
    padding: 0;
    margin-left: 3.5vw;
}

nav {
    margin-top: 0;
}

nav ul {
    list-style: none;
    display: flex;
    margin-left: 1vw;

}

nav ul li {
    margin: 0 1vw;

}



nav ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 1.4vw;


}

.tagTop{
    
    margin: 1.5vh 1.5vw 0 2vw;
}

.tagTop1{
    
    margin: 1.5vh 1.5vw 0 10vw;
}

.banner {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 150vh;
}

.topWoman {
    margin-top: 10vh;
    position: absolute;
    z-index: 10;
    height: 80vh;
    background-color: transparent;
    margin-left: 15vw;
}

.h1Container {
    position: absolute;
    z-index: 10;
    font-size: 6.5vw;
    margin-left: 44vw;
    text-align: left;
    margin-top: 19vh;
    background-color: transparent;
    color: #55534a;
}



.backgroundBanner {
    width: 100vw;
    position: absolute;
    height: 90vh;
    z-index: 1;
    overflow: hidden;

}

html {
    scroll-behavior: smooth;
}

.bannerProduct {
    position: absolute;
    z-index: 25;
    width: 21vw;
    margin-top: 78vh;
    margin-left: 52vw;
}

.containerProduct {
    position: absolute;
    z-index: 24;
    margin-top: 102vh;
}

.containerProduct h1 {
    text-align: left;
    margin-right: 50vw;
    margin-left: 17vw;
    font-size: 2.3vw;
    font-weight: bolder;
}

.containerProduct p {
    text-align: justify;
    margin-left: 17vw;
    margin-right: 50.5vw;
    margin-top: 3vh;
    font-size: 1.15vw;
}

video {
    margin-bottom: 15vh;
    height: 85vh;
    border-radius: 34px;
    background-color: #ffffff;

}

.dicas {
    position: absolute;
    z-index: 25;
    margin-left: 18vw;
    overflow: hidden;
    height: fit-content;
}

.dicas h1 {
    font-weight: bolder;
    font-size: 4vw;
    margin-right: 10vw;
}

.dicas h3 {
    margin-top: 3vh;
    font-size: 3.5vh;
    font-weight: lighter;
    text-align: center;
    padding-left: 8vw;
    margin-right: 22vw;
}


.dicas img {
    border-radius: 50%;
    height: 20vh;
    width: 10.5vw;
    margin-top: 8vh;
 
  

}

.numberWrapper5{
    height: 100vh;
}

.number5{
    position: absolute;
    font-size: 5vw !important;
    font-weight: lighter !important;
    
    margin-left: 3.8vw;
    overflow: hidden;

}

.numberContainer {
    display: flex;
    flex-direction: row;
    margin-right: 18vw;
    overflow: hidden;
   height: 35vh;
}

.numberContainer h2 {
    text-align: left;
    font-size: 1.7vw;
    position: absolute;
    z-index: 10;
    margin-left: 14vw;
    margin-right: 18vw;
    margin-top: 12.5vh;
    overflow: hidden;    

}

.numberWrapper {
    display: flex;
    position: relative;
    overflow: hidden;

}

.number {
    position: absolute;
    font-size: 5vw !important;
    font-weight: lighter !important;
    margin-top: 12vh;
    margin-left: 3.8vw;
    overflow: hidden;
   
}

.cachos {
    margin-top: 200vh;
   
}

.side1,
.side2 {
    display: flex;
    margin-bottom: 15vh;
}

.side1 {
    margin-left: 10vw;
}


.side1 h1 {
    margin-top: 11vh;
    margin-right: 45vw;
    text-align: left;
    font-weight: bolder;
    font-size: 8.5vh;
}

.side1 p {
    text-align: left;
    font-size: 3.7vh;
    font-weight: lighter;
    margin-right: 55vw;
    margin-top: 5vh;
}

.side1 img {
    height: 70vh;
    width: 50vw;
    position: absolute;
    margin-left: 45vw;
}

.side2 {
    margin-right: 8vw;
}

.side2 img {
    width: 44vw;
    margin-right: 40vw;
    position: absolute;
    margin-right: 35vw;
    margin-top: 10vh;
}

.side2Container {
    margin-top: 15vh;
}

.side2 h1 {
    text-align: right;
    font-weight: bolder;
    font-size: 8vh;
    margin-left: 55vw;

}

.side2 p {
    text-align: right;
    font-size: 3.7vh;
    font-weight: lighter;
    margin-left: 57vw;
    margin-top: 2vh;
}


.aboutUs {
    margin-top: 12vh;
}

.aboutUs img {
    height: 64vh;
    width: 43vw;
    margin-left: 55vw;
}

.aboutUsWrapper {
    margin-right: 50vw;
    margin-left: 10vw;
    text-align: left;
    position: absolute;
    overflow: hidden;
    margin-top: 7vh;
}

.aboutUsWrapper h1 {
    font-size: 3vw;

}

.aboutUsContainer {
    margin-top: 8vh;
    display: flex;
}

.aboutUsContainer input {
    width: 30vw;
    height: 7vh;
    background-color: transparent;
    border-style: none;
    border: solid 2px #000000;
    border-radius: 30px;
    position: relative;
    z-index: 100;
    color: #000000;
    padding-left: 1vw;
    font-size: medium;
}

.aboutUsContainer input:focus {
    outline: none;
}

.aboutUsContainer input::placeholder {
    color: #000000;
    /* Define a cor desejada */
}


.aboutUsContainer button {
    height: 7vh;
    width: 10vw;
    background: rgb(0, 0, 0);
    background: linear-gradient(282deg, rgba(0, 0, 0, 1) 0%, rgba(115, 115, 115, 1) 72%);
    border-style: none;
    border-radius: 30px;
    position: absolute;
    z-index: 900;
    margin-left: 25vw;
    color: #ffffff;
    font-weight: bolder;
    font-size: medium;
}

.aboutUsContainer button:hover {
    cursor: pointer;
}



footer {
    margin-top: 25vh;
    background-image: url("assets/backgroundFooter.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5vh;

}

footer h1 {
    font-weight: bolder;
    font-size: 4.5vw;
    color: #000000;
    margin-left: 0;
    margin-bottom: 10vh;

}

footer h3 {
    color: #000000;
    font-size: 4vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}



.footerWrapper a {
    text-decoration: none;
    color: #000000;
}

.footerWrapper {
    display: flex;
    margin-left: 15vw;
    margin-bottom: 15vh;
}

.footerWrapper img {
    width: 20vw;
}

.distribuidores {
    display: flex;
    flex-direction: column;
    font-size: 1.5vw;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: left;
    justify-content: space-between;
}

.contacts {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacts li {
    display: flex;
    align-items: center;
}

.contacts a {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Espaço entre o ícone e o texto */
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.contacts a:hover {
    color: #ddd;
    /* Efeito hover */
}

.contacts i {
    font-size: 18px;
    /* Tamanho dos ícones */
    color: white;
}

.contacts img {
    width: 2.5vw;
}

.centerImg {
    padding-top: 5vh;
}

.bottonImg {
    padding-top: 5vh;
}

footer hr {
    margin-left: 5vw;
    margin-right: 5vw;
    border-color: #000000;
}


@media (max-width: 450px) {
    header{
        padding: 0;
        padding-top: 1vh;
    }

    .tagTop1{
        margin-top: 0;
    }

    .tagTop{
        margin-top: 0;
    }

    .container img[alt="WhatsApp"] {
        margin-top: 0.5vh;
    }

    .topWoman{
        height: 50vh;
    }

    .backgroundBanner{
        height: 60vh;
    }

    .h1Container{
        margin-left: 4vw;
    }

    .bannerProduct{
        height: 25vh;
        width: auto;
        margin-left: 62vw;
        margin-top: 50vh;
    }

    .containerProduct{
        margin-top: 63vh;
    }

    .containerProduct h1{
        font-size: 3vw;
    }

    .containerProduct p{
        font-size: 2vw;
    }

    .banner{
        height: 85vh;
    }

    video{
        width: 96vw;
        height: auto;
    }

    .dicas h3{
        font-size: 2.7vw;
        margin-top: 2vh;
    }

    .dicas img{
        height: 8vh;
        width: 15vw;
        margin-top: 7vh;
    }

    .number{
        margin-left: 6vw;
    }

    .numberContainer{
        height: 15vh;
    }

    .numberWrapper {
        height: 15vh;
    }

    .numberWrapper h1{
        margin-top: 10vh;
    }

    .numberContainer h2{
        margin-left: 18vw;
        margin-right: 10vw;
        margin-top: 10vh;
    }

    .cachos{
        margin-top: 85vh;
    }

    .side1{
        margin-bottom: 12vh;
    }

    .side1 img{
        height: 35vh;
    }

    .side1 h1, .side2 h1 {
        font-size: 5vw;
    }

    .side1 p, .side2 p {
        font-size: 3vw;
        margin-top: 2vh;
    }

    .side2 {
        margin-right: 2vw;
        margin-bottom: 8vh;
    }

    .side2 img {
        height: 25vh;
        width: 55vw;
        margin-top: -2vh;
    }

    .side2Container{
        margin-top: 0;
    }

    .aboutUs{
        margin-top: 0;
    }

    .aboutUs img{
        height: 28vh;
        width: 50vw;
        margin-left: 50vw;
    }

    .aboutUsContainer {
        margin-top: 2vh;
    }

    .aboutUsContainer input{
        height: 5vh;
        width: 40vw;
        font-size: 2.5vw;
    }

    .aboutUsWrapper{
        margin-left: 2vw;
    }

    .aboutUsContainer button {
        width: 15.5vw;
        font-size: 2.5vw;
        height: 5vh;
    }

    footer {
        margin-top: 2vh;
    }

    .contacts a{
        font-size: 2vw;
    }

    .footerWrapper{
        margin-left: 5vw;
        margin-bottom: 5vh;
    }

    .footerLogo{
        margin-top: 2vh;
    }

    footer h3{
        font-size: 3vw;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
}