* {
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
    color: #fff;
}
#pg1 {
    height: 240vh;
    width: 100%;
    background-color: #4B778D;
}

.header_desconto_site{
    display: flex;
    align-items: center;
    justify-content: center;
   background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
   height: 6vh;
   transition: 0.6s;
}

.header_desconto_site:hover{
    background-color: #084669;
    background-blend-mode: multiply;
}

.header_desconto_site p{
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #D59F48;
    font-weight: 700;
}

.interacoes_pgs{
     height: 10vh;
     margin-top: 2%;
    display:flex ;
    margin-left: 5%;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
    
}

.logo img{
    height: 25vh;
    width: 60%;
    margin-top: 60%;
}

.rodape_pesquisa{
   
    position: absolute;
    margin-left: 10%;
    margin-top: 4.5vh;
    width: 29%;
}
#rodape_pesquisa{
    width: 95%;
    height: 4vh;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    padding-left: 10%;
    background: #f9f9ff;
    border-radius: 50px;
    
}

.lupa_rdp{
    position: absolute;
    margin-left: 10.7%;
    margin-top: 2.5%;
}

.btn {
    display: flex;
    width: 55%;
    justify-content: space-evenly;
    font-family: "Lato", sans-serif;
    margin-left: 25%;
    gap: 1.5%;
    transition: 0.6s;
}
.btn a{
    text-decoration: none;
    color: #ffffff;
    font-size: 28px;
    margin-top: 5%;
}
.btn :hover{
    color: #D59F48;
}

.carrinho path:hover {
    fill: white;
    transition: 0.1s;
}
.carrinho path:hover {
  fill: #D59F48; 
}

.produto1{
    margin-top: 7%;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    color: #D59F48;
    transition: 0.3s;
}


.kimonos{
    display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap:5%;
 row-gap: 15%;
 margin-left: 7%;
margin-top: 5%;
}

.kimonos img:hover{
    transform: scale(1.1);
    transition: 0.5s ease;
}

.kimonos img{
    width: 75%;
    height: 40vh;
    background-color: white;
    border: 10px solid rgb(212, 232, 245);
box-shadow: 5px 5px 5px #0005;
}

.preco_prdtos1{
    display: flex;
    justify-content: space-evenly;
    gap: 250px;
   margin-top: -18.7%;
    padding-left: 1.8%;
    padding-right: 5%;
    padding-inline-start: 5%;
    
}

.pr{
    background-color: rgb(54, 75, 78);
    height: 6vh;
    width: 17%;
    text-align: center;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    transition: 0.3s;
}

.pr:hover{
    color: red;
}

.pr button{
    width: 60%;
    margin-bottom: -10%;
    border-radius: 5px;
}

.pr a{
    margin-left: 6%;
}

.preco_prdtos2{
    display: flex;
    justify-content: space-evenly;
    gap: 250px;
   margin-top: 23.5%;
    padding-left: 1.8%;
    padding-right: 5%;
    padding-inline-start: 5%;
    
}

.pr2{
    background-color: rgb(54, 75, 78);
    height: 6vh;
    width: 17%;
    text-align: center;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    transition: 0.3s;
}

.pr2:hover{
    color: red;
}

.pr2 button{
    width: 60%;
    margin-bottom: -10%;
    border-radius: 5px;
}

.pr2 a{
    margin-left: 6%;
}

.faixas{
    margin-top: 5%;
    text-align: center;
    position: relative;
}

.faixas:hover{
    transform: scale(1.1);
    transition: 0.5s ease;
}


.faixas img{
    width: 55%;
    height: 50vh;
    background-color: white;
    border: 10px solid rgb(212, 232, 245);
    box-shadow: 5px 5px 5px #0005;
    object-fit: contain;
}

.faixas p {
    color: #084669;
    margin-top: -8%;
    margin-left: 20%;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}



.marrom{
    background-color: rgb(151, 50, 50);
    border-radius: 100%;
    height: 5vh;
    width: 3%;
    margin-left: 55%;
    position: absolute;
    margin-top: 1%;
}

.roxo{
    background-color: purple;
    border-radius: 100%;
    height: 5vh;
    width: 3%;
    margin-left: 57%;
    position: absolute;
    margin-top: 1%;
}

.verde{
    background-color: rgba(42, 165, 73, 0.795);
    border-radius: 100%;
    height: 5vh;
    width: 3%;
    margin-left: 59%;
    position: absolute;
    margin-top: 1%;
}

.pr3{
    margin-top: 9%;
    margin-left: 40%;
    background-color: rgb(54, 75, 78);
    height: 6vh;
    width: 17%;
    text-align: center;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
    transition: 0.3s;
}

.pr3:hover{
    color: red;
}

.pr3 button{
    width: 60%;
    margin-bottom: -10%;
    border-radius: 5px;
}

.pr3 a{
    margin-left: 6%;
}

.rodape{
    margin-top: 5%;
    background-color: #1c2024;
    height: 60vh;
    width: 100%;
}

.tituos_rdp{
    padding-top: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

.sub_titilos{
   margin-left: 5%;
   margin-top: 2%;
   width: 13%;
   display: flex;
   flex-direction: column;
   gap: 1rem;
}

.txt4{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #D59F48;
    transition: 0.3s;
}

.txt4:hover{
    color: white;
}
.txt5{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #D59F48;
    transition: 0.3s;
}

.txt5:hover{
    color: white;
}
.txt6{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #D59F48;
    transition: 0.3s;
}

.txt6:hover{
    color: white;
}
.txt7{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #D59F48;
    transition: 0.3s;
}

.txt7:hover{
    color: white;

}

.sub_titilos a{
    font-family: "Lato", sans-serif;
    text-decoration: none;
    color: #D59F48;
    transition: 0.5s;
}

.sub_titilos a:hover{
    color: white;
}

.icones{
   width: 20%;
    margin-left: 46.5%;
    margin-top: -10%;
    display: flex;
   flex-direction: column;
   gap: 1rem;
   transition: 0.5s;
}

.ig{
    fill: #D59F48;
}

.ig:hover{
    fill: white;
}
.x{
   fill: #D59F48;;
}

.x:hover{
   fill: white;
}


.face{
    fill: #D59F48;
}

.face:hover{
    fill: white;
}

.rodape_email{
    width: 15%;
    height: 4vh;
    margin-left: 80%;
    margin-top: -8%;
    margin-bottom: 1%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: justify;
    background: #f9f9ff;
    border-radius: 5px;
}

#rodape_email{
    width: 100%;
    height: 4vh;
}

.rodape_contato{
     width: 15%;
    height: 4vh;
    margin-left: 80%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: justify;
    background: #f9f9ff;
    border-radius: 5px; 
}

#rodape_contato{
    width: 100%;
    height: 4vh;
}

.info{
    margin-top: 6%;
    margin-left: -8%;
    display: flex;
   flex-direction: column;
   gap: 1rem;
   font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #D59F48;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
}

.info:hover{
    color: #ffffff;
}

