@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden; 
    width: 100%;
}

a {
    text-decoration: none;
}

/* Email no inicio da página */
.containeremail{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background-color: #1c1c1c;
    padding: 5px;
}

.email{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start; 
    padding: 0px 20px;
    gap: 10px;
}

.email img{
    width: 30px;
    height: 30px;
}

.oEmail p{
    color: #fff;
    font-size: 18px;
}

/* MENU NA PARTE DE CIMA */
.containerMenu{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.imgMenu{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 0px 0px 15px;
    cursor: pointer;
}

.imgMenu img{
    width: 150px;
    height: 90px;
}

.containerWhatssap {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 30px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.whatssap {
    display: flex;
    align-items: center;
    background-color: #25D366;
    padding: 10px;
    border-radius: 10px;
    gap: 5px;
    transition: background-color 0.3s ease-in-out;
}

.whatssap img {
    width: 30px;
    height: 30px;
}

.whatssap p {
    font-size: 18px;
    font-weight: 500;
    color: #1c1c1c;
    transition: color 0.3s ease-in-out;
}

.whatssap:hover{
    background-color: #1c3c63;
    box-shadow: 0px 4px 15px rgba(0.3, 0.3, 0.3, 0.3); 
}

.whatssap:hover p {
    color: #fff;
}

 /* BANNER */

 .containerBanner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    margin: 0px !important;
    gap: 0px !important;
 }

 .banner{
    width: 100%;
 }

 .banner img{
    width: 100%;
    height: auto;
 }

 /* INFORMAÇÕES */

 .containerInformacao{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #1c3c63;
    padding: 20px 30px 20px 30px;
 }

 .exclamacao{
    width: 20%;
    display: flex;
    align-items: end;
    justify-content: end;
 }

 .exclamacao img{
    width: 100px;
    height: 100px;
 }

 .textoInformacao{
    width: 100%;
    padding: 0px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }

 .textoInformacao p{
    font-size: 120%;
    font-weight: 700;
    color: #fff;
 }

 /* CARDS */

 .containerServicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    background-color: #f5f5f5;
}

.tituloServicos p {
    font-size: 32px;
    font-weight: 1000;
    color: #1c1c1c;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: start;
}

.containerCardsServicos {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.containerFileiras {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cardServico {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 180px; 
    max-width: 250px; 
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.cardServico:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.imgServico {
    width: 100%;
}

.imgServico img {
    width: 100%;
    height: 160px; 
    object-fit: cover;
}

.tituloCard {
    width: 100%;
    background-color: #1c3c63;
    padding: 12px 8px;
    text-align: center;
}

.tituloCard p {
    color: #fff;
    font-size: 16px;
    font-weight: 1000;
}

/* 🔹 Responsividade */
@media (max-width: 900px) {
    .cardServico {
        width: 200px;
    }
}

@media (max-width: 700px) {
    .cardServico {
        width: 45%;
    }
}

@media (max-width: 500px) {
    .containerServicos {
        padding: 30px 10px;
    }

    .tituloServicos p {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .cardServico {
        width: 100%;
    }

    .imgServico img {
        height: 160px;
    }

    .tituloCard p {
        font-size: 16px;
    }
}

/* ENTREGA */

.containersobrenos {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}

.sobrenos {
    max-width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.titulonos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 30px 0px 20px 40px;
}

.containerTextos {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.titulonos p {
    color: #fff;
    font-size: 32px;
    font-weight: 1000;
}

.imgSapatos {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.imgSapatos img {
    width: 650px;
    height: 400px;
    object-fit: cover;
}

.texto {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
}

.texto p {
    color: #fff;
    font-size: 30px;
}

@media screen and (max-width: 1220px) {
    .sobrenos {
        flex-direction: column;
        height: auto;
        justify-content: center;
    }

    .imgSapatos {
        width: 100%; 
        justify-content: center; 
        margin-top: 20px;
    }

    .imgSapatos img {
        width: 650px;
        height: 400px;
    }

    .texto {
        width: 100%;
        padding: 20px; 
    }

    .titulonos p {
        font-size: 40px; 
    }

    .texto p {
        font-size: 20px; 
    }
}

@media screen and (max-width: 900px) {
    .imgSapatos img {
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 450px) {
    .titulonos p{
        font-size: 30px ;
    }
}
}

/* NOSSA LOJA */
.containerNossaLoja{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0px 0px 0px;
}

.tituloTenis{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 25px 0px;
}

.tituloTenis p{
    font-size: 32px;
    font-weight: 1000;
}

.containerEnderecoCompleto{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.containerImg{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.containerImg img{
    width: 420px;
    height: 350px;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 4px 15px rgba(0.8, 0.8, 0.8, 0.8); 

}

.containerEndereco{
    width: 100%;
    height: 100%;
}

.endereco{
  width: 420px;
  height: 350px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #1c3c63;
  box-shadow: 0px 4px 15px rgba(0.8, 0.8, 0.8, 0.8); 
  border-radius: 0px 20px 20px 0px; 
}


.bairro{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.bairro p{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.rua{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px; 
}

.rua p{
   font-size: 20px; 
   font-weight: 500;
   color: #fff;
}

.telefone{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 20px;
    gap: 10px;
}

.telefone p{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.bairroRua{
    width: 100%;
}


@media screen and (max-width: 900px) {
    .containerEnderecoCompleto{
        width: 100%;
        height: auto;
        display: grid;
    }
    .endereco{
        border-radius: 0px 0px 20px 20px;
    }
    .containerImg img{
        border-radius: 20px 20px 0px 0px;
    }

  .containerInformacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 5px;
    gap: 10px;
  }

  .exclamacao {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .exclamacao img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 480px) {

  .bairro p {
    font-size: 25px;
  }

  .telefone p {
    font-size: 18px;
  }
}


@media screen and (max-width: 450px) {
    .containerMenu{
        flex-direction: column !important;
        align-items: center;
        justify-content: center;  
        gap: 10px;
        padding: 15px 0px 15px 0px;  
    }
    .imgMenu{
        padding: 0px 0px 0px 0px;
    }
    .whatssap p {
    font-size: 15px;
    }
    .imgMenu img{
        width: 130px;
        height: 70px;
    }
    .whatssap img {
        width: 20px;
        height: 20px;
    }
    .exclamacao img {
        width: 50px;
        height: 50px;
    }
    .textoInformacao p{
        font-size: 90%;
    }
}

.containerDiferenca {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding:  60px 5px;
  flex-wrap: wrap;
}

.textoDiferenca {
  max-width: 400px;
  text-align: left;
}

.textoDiferenca h2 {
  font-size: 32px;
  font-weight: 1000;
  margin-bottom: 15px;
  color: #000;
}

.textoDiferenca p {
  font-size: 25px;
  color: #222;
  margin-bottom: 10px;
}

.imgDiferenca img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 🔹 Responsivo */
@media screen and (max-width: 800px) {
  .containerDiferenca {
    flex-direction: column;
    text-align: center;
  }

  .textoDiferenca {
    max-width: 90%;
  }

  .textoDiferenca h2 {
    font-size: 32px;
  }

  .textoDiferenca p {
    font-size: 20px;
  }

  .imgDiferenca img {
    width: 80%;
    max-width: 320px;
  }
}

.containerConhecaTamebem{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.conhecaTamebem{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 30px 60px 30px;
    gap: 30px;
}

.tituloConheca{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tituloConheca p{
    font-size: 32px;
    font-weight: 1000;
}

            .containerBotaoClinica{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}

.botaoClinica{
    width: 400px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    background-color: #1c1c1c;
    border-radius: 20px;
    gap: 10px;
    transition: transform 0.3s ease;
}

.botaoClinica:hover{
    transform: scale(1.1);
    box-shadow: 0px 4px 15px rgba(0.8, 0.8, 0.8, 0.8); 
}

.containerImgMala{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 0px 0px 20px;
}

.containerImgMala img{
    width: 55px;
    height: 45px;
}

.containerMala{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.containerMala p{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.containerVetor{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 20px 0px 0px;
}

.containerVetor img{
    width: 41px;
    height: 43px;
}

@media screen and (max-width: 700px) {
    .conhecaTamebem{
        display: grid;
    }

    .botaoClinica{
        width: 350px;
        height: 65px;
        border-radius: 10px;
    }

    .containerMala p{
        font-size: 23px;
    }
}

/* FOOTER */

.containerFooter{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containerLogo{
    background-color: #7C7E80;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}

.logo2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1px;
}

.logo2 img{
    width: 140px;
    height: 70px;
}

.containerContatos{
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px 0px;
}

.tituloContatos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 20px 0px;
}

.tituloContatos p{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.osContatos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px ;
}

.emailCompleto, .whatssapCompleto{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.emailCompleto{
    gap: 7px;
}

.whatssapCompleto{
    gap: 3px;
}

.emailCompleto p, .whatssapCompleto p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.emailCompleto img, .whatssapCompleto img{
    width: 25px;
    height: 25px;
}

.icones{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0px 0px 30px 0px;
}

.icones img{
    width: 45px;
    height: 45px;
}

.img1 img, .img2 img{
    transform: scale(1.1);
    cursor: pointer;
}

.img1:hover , .img2:hover{
    transform: scale(1.1);
}

.containerDireitos{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c3c63   ;
    padding: 10px;
}

.direitos p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}   

/* Classe que ativa a animação */
.show {
    animation: slideUp 0.6s ease-out forwards;
}

.containerIconWhatssap {
    position: fixed;  
    bottom: 20px;     
    left: 20px;      
    z-index: 1000 !important;    
    width: auto;
    height: auto;
}

.iconWhatssap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconWhatssap img {
    width: 65px;     
    height: 65px;
    cursor: pointer;
    border-radius: 45px;
    animation: pulse 3s infinite ease-in-out;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


/* Animação de aparição suave ao rolar */
.hidden {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}
