body {
    font-family: 'Arial', sans-serif;
    margin: 0 0 0 0;

    background-color: #000000;
    color: #ffffff
    
}

a{
    text-decoration: none;
}


.cabecalho{
    
    display: flex;
    justify-content: center;   
    flex-direction: column;
    align-items: center;
    text-align: center;   
    
    
}

.cordourado{
    color: #ffa602;
}

.imglogo{
    margin-top: 20px;
    width: auto;
    height: 180px;    
}

.imglogoloja{
    width: 180px;
    height: 74px;
    
}

.botao{
    margin-top: 20px;
    width: 280px;
    height: 40px;
    line-height: 40px;
    background-color: #5e5d5d;
    border-radius: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.linha{
    
    margin-bottom: 40px;
    width: 100%;
    height: 3px; 
    background-color: rgb(186, 185, 179);       
}

.blocolojas{
    display: flex;    
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.txt{
    margin: 0 0 0 0;
    text-align: center;
    
}

/* Estilo para o botão */
.whatsapp-button {
    width: 120px;    
    text-align: center; /* Centralizar o texto dentro do botão */
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #25D366; /* Cor de fundo do botão (cor verde do WhatsApp) */
    color: #ffffff; /* Cor do texto */
    padding: 10px 20px; /* Espaçamento interno */
    text-decoration: none; /* Remover sublinhado do link */
    border-radius: 5px; /* Cantos arredondados */
    font-size: 16px; /* Tamanho da fonte */
    font-family: 'Arial', sans-serif; /* Fonte do texto */
    border: none; /* Remover borda */
    cursor: pointer; /* Alterar o cursor ao passar o mouse */
    background-image: url('/assets/whatsapp.svg'); /* Caminho para a imagem do logo */
    background-size: 20px; /* Tamanho da imagem do logo */
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-position: 25px center; /* Posição do logo em relação ao texto */
    padding-left: 40px; /* Espaçamento à esquerda para acomodar o logo */
}

/* Estilo para hover (quando o mouse passa sobre o botão) */
.whatsapp-button:hover {
    background-color: #128C7E; /* Cor de fundo alterada no hover */
}


.imgloja{
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border-radius: 8px;    
}


.localizacao-button{
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #5e5d5d;; /* Cor de fundo do botão  */
    color: #ffffff; /* Cor do texto */
    padding: 10px 20px; /* Espaçamento interno */
    text-decoration: none; /* Remover sublinhado do link */
    border-radius: 10px; /* Cantos arredondados */
    border: 2px solid #000000; /* Borda de 2px */
    font-size: 15px; /* Tamanho da fonte */
    font-family: 'Arial', sans-serif; /* Fonte do texto */    
    cursor: pointer; /* Alterar o cursor ao passar o mouse */
    background-image: url('/assets/endereco.svg'); /* Caminho para a imagem do logo */
    background-size: 20px; /* Tamanho da imagem do logo */
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-position: 10px center; /* Posição do logo em relação ao texto */
    padding-left: 40px; /* Espaçamento à esquerda para acomodar o logo */   
}



.insta-button {
    width: 110px;  
    height: 110px;  
    text-align: center; /* Centralizar o texto dentro do botão */
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-flex;
    background-color: #edf380; /* Cor de fundo do botão (cor verde do WhatsApp) */
    color: #ffffff; /* Cor do texto */
    padding: 10px 20px; /* Espaçamento interno */
    text-decoration: none; /* Remover sublinhado do link */
    border-radius: 5px; /* Cantos arredondados */
    font-size: 16px; /* Tamanho da fonte */
    font-family: 'Arial', sans-serif; /* Fonte do texto */
    border: none; /* Remover borda */
    cursor: pointer; /* Alterar o cursor ao passar o mouse */
    background-image: url('assets/InstaPerfilEnxoval150px.webp'); /* Caminho para a imagem do logo */
    background-size: 120px; /* Tamanho da imagem do logo */
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-position: 25px center; /* Posição do logo em relação ao texto */
    padding-left: 170px; /* Espaçamento à esquerda para acomodar o logo */
}

.instagram{
    height: 110px;
    width: 250px;
    margin-bottom: 50px;
    margin-top: 20px;
    background-color: #bffcfb4f; /* Cor de fundo do botão */
    border-radius: 5px; /* Cantos arredondados */
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.instaimg{
    width: 60px;
    height: 60px;
}

.instaimg2{
    width: 100px;
    height: 100px;
    margin-left: 26px;
}

.centraliza{
    display: flex;
    justify-content: center;
}


.rodape{
    
        
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    text-align: center;
    
}