* {
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
    color: #fff;
}
#pg1 {
    height: 150vh;
    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; 
}


.box_cont {
    width: 45%;
    height: 75vh;
    background-color: #bbe6ff;
    margin-left: 28%;
    margin-top: 5%;
    border-radius: 10px;

}

.p1{
    height: 10vh;
    padding-top: 5%;
    text-align: center;
    font-size: 28px;
    color: #084669;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    transition: 0.3s; 
}

.p1:hover{
    color: #00446e;
}

.p2{
    margin-top: 5%;
    font-size: 28px;
    text-align: start;
    margin-left: 15%;
    font-family: "Lato", sans-serif;
    font-weight: 550;
    font-style: normal;
}

.rodape_emai{
    width: 35%;
    height: 4vh;
    margin-left: 15%;
    margin-top: 3%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: justify;
    
    
}

#rodape_emai{
    width: 100%;
    height: 4vh;
    border-radius: 40px;
    border:solid #416377;
}

.p3{
    margin-top: 3%;
    font-size: 28px;
    text-align: start;
    margin-left: 15%;
    font-family: "Lato", sans-serif;
    font-weight: 550;
    font-style: normal;
}

.rodape_contat{
    width: 35%;
    height: 4vh;
    margin-left: 15%;
    margin-top: 2%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: justify;
}

#rodape_contat{
    width: 100%;
    height: 4vh;
    border-radius: 40px;
    border:solid #416377;
}

.p4{
    margin-top: 3%;
    font-size: 28px;
    text-align: start;
    margin-left: 15%;
    font-family: "Lato", sans-serif;
    font-weight: 550;
    font-style: normal;
}

.rodape_mensagem{
    width: 35%;
    height: 4vh;
    margin-left: 15%;
    margin-top: 3%;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    text-align: justify;
}

#rodape_mensagem{
    width: 100%;
    height: 4vh;
    border-radius: 40px;
    border:solid #416377;
}

.enviar{
   
    border-radius: 50px;
    background-color: #084669;
    width: 39%;
    height: 6vh;
    margin-left: 29%;
    margin-top: 7%;
    font-family: "Lato", sans-serif;
    font-weight: 550;
    font-style: normal;
    font-size: 28px;
    text-align: center;
   
}

#enviar{
    width: 100%;
    height: 5vh;
    border:solid 2px #084669;
    border-radius: 50px;
    background-color: #D59F48;
    font-family: "Lato", sans-serif;
    font-weight: 550;
    font-style: normal;
    font-size: 28px;
    text-align: center;
}

#enviar a{
    text-decoration: none;
    color: #084669;
}

.icone{
    width: 20%;
     margin-left: 70%;
     margin-top: -46%;
     display: flex;
    flex-direction: column;
    gap: 4.5rem;
    transition: 0.5s;
 }

.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;
}

