* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #e9c19e;
    background-color: black;

}
/*cabeçalho**/
header {
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.logo img {
    max-width: 40%;
    display: flex;
    justify-content: center;
    margin: -91px auto;
}

nav ul {
    list-style: none;
    padding: 10px;
}

nav ul li {
    display: inline;
    padding: 10px;
}

nav ul li a {
    font-size: 20px;
    text-decoration: none;
    height: auto;
}

nav ul li a:hover {
    background-color: #313131;
    border-radius: 10px;
}

.texto1{
    text-align: center;
    font-size: 20px;
    margin-bottom: 150px;

}

.texto1 h2{
    font-size: 50px;
    text-decoration: none;
    margin-bottom: 30px;
}

.texto1 p{
    margin: 30px 20px;
    font-size: 25px;
}

.conteudo{
    text-align: center;
}

.subTitulo{
    font-size: 40px;
    text-decoration: underline;
    margin-bottom: 20px;
    
}

.descriçao{
    margin: 50px 40px;
    font-size: 30px;
    
}

.imagens{
    margin-bottom: 100px;
}

.imagens img{
 height: 250px;
 max-width: 400px;
 padding: 5px;
 border-radius: 2%;
    
}

.b-return{
    color: black;
    background-color: #e9c19e;
    display: flex ;
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: double;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100px; /* Ajuste conforme necessário */
    margin:0 auto; /* Centraliza horizontalmente */
    margin-bottom: 100px;
}

.b-return:hover{
    transform: scale(1.1);
    border-radius: 10px;
}


.rodape{
    height: 100px;
    margin-top: 150px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h4{
    font-size: 25px; 
    margin-bottom: 30px;
}

.a1{
    font-size: 20px;
    color: #e9c19e;
    text-decoration: none;
    gap: 10px;
   
}

.a1:hover{
    background-color: #313131;
    border-radius: 2px;
}
.copy {
    font-size: 15px;
    margin-top: 40px;

}







@media only screen and (max-width: 768px) {

    .logo img {
        text-align: center;
        justify-content: center;
        max-width: 85%;
    }
    header {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 30px;
    }
    nav ul li a {
        font-size: 16px;
    }
 
    .imagens{
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        width: 200px;;
        min-width: 190px;
        max-width: 210px;
    }
    
    .subtitulo2{
        margin-bottom: 30px;
        margin-top: 30px;
        font-size: 25px;
        margin: 0 10px;
    }

    .rodape {
        width: 85%;
        padding: 10%;
        margin-top: 50px; /* Reduz o espaço superior do rodapé para dispositivos menores */
        margin-bottom: 50px; /* Reduz o espaço inferior do rodapé para dispositivos menores */
    }
    .a1{
        font-size: 18px;
    }
    .numero{
        font-size: 15px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

}

















.floating-btn {
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn svg {
    fill: #fff;
}

.instagram-btn {
    margin-bottom: 70px;
}

.instagram-btn svg {
    fill: #fff;
}



/*rodape*/
.linha {
    margin-top: 300px;
    border-width: 0;
    border-top-width: 0;
    height: 1px;
    background-color: #e9c19e;
}

.rodape {
    height: 30px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

h4 {
    
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.e1{
    padding-right: 5px;
}
.contato1 {
    display: flex;
    font-size: 20px;
    padding: 10px;

}

.numero {
    
    padding-left: 10px;
}

.contato2 {
    display: flex;
    font-size: 20px;

}

.a1 {
    text-decoration: none;
}

.copy {
    margin-top: 40px;

}