
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    color: #333;
}

header {
    background-color: #ffffff;
    padding: 10px 30px; 
}


.header-container {
    display: flex;
    align-items: center;  
    justify-content: space-between; 
    width: 100%;
}


#logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 0px;
}


.header-container h1 {
    font-family: "Protest Guerrilla", sans-serif;
    color: rgb(1, 92, 9);
    font-size: 50px;
    margin-top: 0px;
    flex-grow: 1; 
    text-align: center; 
}


nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
}

nav ul li a:hover {
    color: #f2f2f2;
}

#headerimg {
    width: 100%;
    height: auto;
}

.header-social {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    margin-left: auto; 
    gap: 5px; /
}

.header-social a {
    color: #d4af37;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s ease;

}

.header-social a:hover {
    color: white;
}


.footer-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.footer-section {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.agendamento-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.agendamento-text h2 {
    font-size: 2em;
    color: #d4af37;
    margin-bottom: 10px;
}

.btn-agendar {
    background-color: #68550a;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.btn-agendar:hover {
    background-color: white;
    color: #d4af37;
}

.footer-endereco {
    flex: 1;
}

.footer-endereco h3 {
    margin-bottom: 10px;
}

.footer-endereco p {
    margin: 5px 0;
}

.footer-social {
    flex: 1;
}

.footer-social a {
    color: #d4af37;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s ease;

}

.footer-social a:hover {
    color: white;
}

.footer-logo {
    flex: 1;
}

.footer-logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
}

.welcome-section {
    padding: 50px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.welcome-section h2 {
    font-size: 2.5em;
    color: rgb(1, 92, 9);
    margin-bottom: 10px;
}


.welcome-section hr {
    height: 100%;
    border: 1px solid black;
    margin: 2px auto;
}


.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}


.text-content {
    width: 65%;
    font-size: 1.5em;
    line-height: 1.7;
    margin-right: 10px;
    text-align: center;
}


.welcome-image {
    width: 250px;
    height: auto;
    border-radius: 50%;
    margin-right: 70px;
    border: 5px solid transparent;
    box-shadow: 0 0 15px rgba(0, 34, 5, 0.8);
}


.studio-section {
    padding: 30px;
    background-color: #fff;
}


.studio-section h2 {
    font-size: 2.5em;
    color: #222;
    text-align: left;
    margin-left: 20%;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}


.content-wrapper-studio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;

}


.text-content-studio {
    flex: 1;
    font-size: 18px;
    color: #333;
    text-align: left;
    line-height: 1.6;
   
    font-family: 'Open Sans', sans-serif;
}


.studio-imagem {
    width: 280px;
    height: auto;
    border-radius: 50%;
    margin-left: 20px;
    border: 5px solid transparent;
    box-shadow: 0 0 15px rgba(0, 34, 5, 0.8);
}


.gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
}


.studio-imagens {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    border: 5px solid transparent;
    box-shadow: 0 0 15px rgba(0, 34, 5, 0.8);
}

.servicos-section {
    padding: 50px;
    text-align: center;
    background-color: #fff;
}

.servicos-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.servicos-section hr {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.servicos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    gap: 10px; /
}

.servico-card {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    border: 1px solid #ccc; 
    border-radius: 8px;
    padding: 15px; 
    margin: 5px; 
    width: 180px; 
    box-sizing: border-box; 
}

.button-container {
    margin-top: auto; 
}

.btn-agendar {
    text-align: center; 
    background-color: #ad8d23; 
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    display: block; 
}

.servico-card img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.servico-card h3 {
    font-size: 1.2em;
    margin: 10px 0;
}

.servico-card p {
    font-size: 0.9em;
    color: #666;
}

.servico-card .preco {
    font-size: 1em;
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.contato-section {
    padding: 50px;
    background-color: #f9f9f9;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.contato-section h2 {
    font-size: 2.5em;
    color: #222;
    font-family: 'Playfair Display', serif;
}

.contato-section hr {
    width: 50px;
    height: 3px;
    background-color: rgb(1, 92, 9);
    margin: 20px auto;
    border: none;
}

.contato-info p {
    font-size: 1.2em;
    margin: 10px 0;
}

.contato-info i {
    margin-right: 10px;
}

.horario-section {
    padding: 50px;
    background-color: #fff;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.horario-section h2 {
    font-size: 2.5em;
    color: #222;
    font-family: 'Playfair Display', serif;
}

.horario-section hr {
    width: 50px;
    height: 3px;
    background-color: rgb(1, 92, 9);
    margin: 20px auto;
    border: none;
}

.horario-section p {
    font-size: 1.2em;
    margin: 10px 0;
}

.horario-section i {
    margin-right: 10px;
}

.atendimento-marcado {
    font-size: 1em;
    font-style: italic;
    color: #555;
    margin-top: 10px;
}

.localizacao-section {
    padding: 50px;
    background-color: #f9f9f9;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.localizacao-section h2 {
    font-size: 2.5em;
    color: #222;
    font-family: 'Playfair Display', serif;
}

.localizacao-section hr {
    width: 50px;
    height: 3px;
    background-color: rgb(1, 92, 9);
    margin: 20px auto;
    border: none;
}

.maps-container {
    text-align: center;
    margin: 0 auto;
}

.maps-container iframe {
    width: 100%;
    max-width: 600px;
    height: 450px;
    border: 0;
    margin: 0 auto;
}

.agendamentos-section {
    padding: 50px;
    text-align: center;
    background-color: #f9f9f9;
}

.agendamentos-section h2 {
    font-size: 2.5em;
    color: #1f7a1f;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

#agendamento-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#agendamento-form label {
    font-size: 1.5em;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

#agendamento-form input, #agendamento-form select {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-adicionar {
    background-color: #4CAF50; /* Verde claro */
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.btn-adicionar:hover {
    background-color: #45a049; /* Cor mais escura ao passar o mouse */
}

.btn-enviar {
    padding: 10px 20px;
    font-size: 1.2em;
    color: #fff;
    background-color: #1f7a1f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-enviar:hover {
    background-color: #145214;
}

.course-card {
    display: flex;
    flex-wrap: wrap; /* Faz o card ser flexível */
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.course-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

.course-info {
    flex: 1;
    padding-left: 20px;
}

.course-card h2 {
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #333;
}

.course-card h3 {
    margin-top: 20px;
    font-size: 1.5em;
    color: #555;
}

.course-card p {
    font-size: 1.1em;
    color: #555;
}

.course-content {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.course-content li {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.course-content li i {
    margin-right: 10px;
    color: #00cc66;
}

.cursos-section h1 {
    text-align: center;
    font-size: 2.5em; 
    margin-bottom: 20px; 
    color: #333; 
}

.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column; 
        align-items: center; 
    }

    nav ul {
        flex-direction: column; 
        align-items: center; 
        padding: 0; 
    }

    nav ul li {
        margin: 5px 0; 
    }

    .welcome-section {
        padding: 20px; 
    }

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

    .welcome-image {
        width: 100%; 
        max-width: 300px; 
        height: auto; 
    }

    .footer-info {
        display: flex;
        flex-direction: column; 
        align-items: center; 
    }

    .footer-social {
        margin: 10px 0; 
    }

    .footer-logo {
        margin-top: 10px; 
    }
    .gallery {
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        margin: 10px 0; 
    }
    
    .studio-imagens {
        flex: 1 1 calc(50% - 20px); 
        margin: 10px; 
        max-width: calc(50% - 20px); 
        height: auto; 
    }

    .content-wrapper-studio {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        margin: 20px; 
    }
    
    .text-content-studio {
        padding: 15px; 
        text-align: center; 
    }
    
    .studio-image {
        width: 100%; 
        max-width: 600px; 
        height: auto; 
        margin-top: 15px; 
    }

    .course-card {
        flex-direction: column;
    }

    .course-image {
        margin-bottom: 20px;
    }

    .course-info {
        padding-left: 0;
    }

    .servicos-container {

        display: flex;
    
        flex-direction: column; 
    
      }
    
    
      .servico-card {
    
        width: 100%; 
    
        margin-bottom: 20px; 
    
      }
    
    
      .servico-card img {
    
        width: 100%; 
    
        height: auto; 
    
      }


}


