* {
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #ffffff;
    color: #fff;
}
#pg1 {
    height: 190vh;
    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{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    background-image: url(2024_Paris_Grand_Slam_800x500.png);
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    background-size: 50% ;
    width: 100%;
    height: 18vh;
}

.frase{
    
    background-color: #bbd2da;
    height: 90vh;
    width: 100%;
    transition: 1.0s;
    border-radius: 10px;
    margin: auto;
}

.frase p{
    margin-top: 5%;
    text-align: center;
    padding-top: 5%;
    color: #D59F48;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

.box_atletas{
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10%;
    margin-bottom: 2%;
}

.box_atletas img{
    height: 55vh;
    width: 60%;
    border-radius: 5px;
    margin-left: 10%;
}

.descricao_fts{
    margin-bottom: 3%;
    height: 5vh;
    width: 35%;
    background-color: #D59F48;
    border-radius: 30px;
    margin-top: 10%;
   margin: auto;

}

.txt{
    
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    text-align: center;   
}

.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;
}

/* ===== MOBILE (até 550px) ===== */
@media (max-width: 550px) {
    
    .header_desconto_site p {
        font-size: 14px;
        text-align: center;
    }

    .logo img {
        height: 12vh;
        width: 50%;
        margin-top: 10%;
    }

    .btn {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        gap: 1rem;
    }
    .btn a {
        font-size: 18px;
    }

    .box {
        height: 25vh;
        background-size: cover;
    }

    .box_atletas {
        flex-direction: column;
        padding: 0;
    }
    .box_atletas img {
        width: 90%;
        height: auto;
        margin: 1rem 0;
    }

    .descricao_fts {
        width: 80%;
    }

    .rodape {
        height: auto;
        padding: 2rem 1rem;
    }
    .sub_titilos {
        width: 100%;
        text-align: center;
    }
    .icones {
        margin: 2rem auto;
        flex-direction: row;
        justify-content: center;
    }
    .rodape_email,
    .rodape_contato {
        width: 90%;
        margin: 1rem auto;
    }
}

/* ===== TABLET (550px até 1100px) ===== */
@media (min-width: 551px) and (max-width: 1100px) {
    .logo img {
        height: 18vh;
        width: 40%;
        margin-top: 20%;
    }

    .btn {
        width: 70%;
        margin-left: 15%;
        gap: 1rem;
    }
    .btn a {
        font-size: 22px;
    }

    .box {
        height: 30vh;
        background-size: 70%;
    }

    .box_atletas {
        flex-wrap: wrap;
    }
    .box_atletas img {
        width: 45%;
        height: auto;
    }

    .descricao_fts {
        width: 70%;
    }

    .rodape {
        height: auto;
        padding: 3rem;
    }
    .sub_titilos {
        width: 30%;
    }
    .icones {
        margin: 2rem auto;
        flex-direction: row;
        justify-content: space-around;
        width: 50%;
    }
    .rodape_email,
    .rodape_contato {
        width: 50%;
        margin: 1rem auto;
    }
}

/* ===== DESKTOP (acima de 1100px) ===== */
@media (min-width: 1101px) {
    .logo img {
        height: 25vh;
        width: 60%;
        margin-top: 60%;
    }

    .btn {
        width: 55%;
        margin-left: 25%;
    }

    .box {
        height: 18vh;
        background-size: 50%;
    }

    .box_atletas img {
        height: 55vh;
        width: 60%;
    }

    .descricao_fts {
        width: 35%;
    }

    .rodape {
        height: 60vh;
    }
    .sub_titilos {
        width: 13%;
    }
    .icones {
        width: 20%;
        margin-left: 46.5%;
    }
    .rodape_email,
    .rodape_contato {
        width: 15%;
        margin-left: 80%;
    }
}


 
