
html {
    scroll-behavior: smooth;
}


body {
    font-family: "Martel", sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;
    background-color: #F5EEE3;
}


.hero {
    position: relative;
    color: white;
    padding: 50px 20px;
    display: flex;
    font-family: "Martel", sans-serif;
    align-items: center;
    height: 100vh;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); /* Gradiente para o overlay */
    z-index: -1; /* Fica atrás do conteúdo, mas na frente do vídeo */
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.7;
}

.hero-content h1 {
    margin-top: 10px;
    margin-bottom: 200px;
    height: 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    font-style: normal;
    color: white;
    text-align: center;
}

.hero-content p {
    font-size: 1.2em;
    margin-bottom: 150px;
    height: 0px;
    color: white;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

.hero-content img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    opacity: 0.5;
}

.hero-divider {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.5;
    border: 1px solid #420505;
    width: 80%;
}


hr {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 0.5;
    border: 1px solid #FB9861;
    width: 100%;
}


.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;
    text-align: center;
    display: inline-block;
}


.cta-button:hover {
    background-color: #18712d;
    transform: scale(1.05);
}

.course-card .cta-button {
    display: inline-block;
    color: #9c8c58;
    background-color: #9c8c58;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.course-card .copy-button{
    display: inline-block;
    color: #9c8c58;
    background-color: #9c8c58;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.countdown {
    font-size: 1.2em;
    margin-top: 1px;
    margin-bottom: 5px;
    text-align: center;
    
}

.cor-topo {
    background-color: #420505;
    color: #9c8c58;
    padding: 10px 20px;
    font: sans-serif;
}

.container {
    display: flex;
    gap: 20px;
}

section.palestrante {
margin-top: 20px;
margin-bottom: 20px;
padding: 20px 0; /* Adicione padding apenas se quiser um pouco de espaço interno */
}

section {
    padding: 10px 0;
}



footer {
    background-color: #F5EEE3;
    color: white;
    padding: 30px 20px;
}


section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

section h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 16px;
   
}

section h3 {
    color: #420505;
}

footer p {
    margin-bottom: 20px;
}

footer .cta-button {
    background-color: #28a745;
    margin: 50px;
    padding: 30px;
    font-size: 1.5rem;
}

footer .cta-button:hover {
    background-color: #218838;
}

ul {
    list-style: none;
    padding: 0;
}

.image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin: 40px 0;
}

.image-text img {
    max-width: 150px;
    border: 2px solid #420505;
    border-radius: 10px;
    display: flex;
}

.image-text p {
    max-width: 600px;
    text-align: left;
}

.image-text-large img {
    width:100%;
    height: 450px;
    border: 2px solid #420505;
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: stretch;
}

.about {
text-align: justify;
margin: 40px auto;
max-width: 1200px;
padding: 20px;
margin-bottom: 48px;
margin-top: 30px;
}

.about h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #420505;
    margin-top: 0px;
}

.image-text-large {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 90px;
margin-bottom: 1px;
margin-top: 10px;
}


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

.location .box {
    
    flex-direction: column;
    height: 75vh;
    width: 40%;
    padding: 20px;
    background-color: #F5EEE3;
    border-radius: 10px;
    box-shadow: 0 4px 8px #420505;
    text-align: justify;
    border: 2px solid #420505;
    border-radius: 8px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.box1 {
border: 2px solid #420505;
border-radius: 8px;
padding: 5px;
width: 31%;
box-shadow: 0 4px 8px #420505;
margin-bottom: 24px;
margin-top: 15px;
align-items: stretch;
height: 47vh;
}

.box1 img {
max-width: 100%;
height: auto;
border-radius: 5px;

}

.box1 p {
max-width: 100%;
border-radius: 5px;
margin-top: 25px;
margin-bottom: 100px;
margin-left: 24px;
margin-right: 24px;
text-align: justify;
padding: 10px;
color: #420505;
align-items: stretch;

}

.box1 ul {
list-style: none;
max-width: 90%;
border-radius: 5px;
margin-top: 25px;
margin-bottom: 100px;
margin-left: 24px;
margin-right: 24px;
text-align: left;
padding: 10px;
color: #420505;
align-items: stretch;
}

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

.box h2 {
font-size: 1.5rem;
margin-top: 15px;
}

.lista {
list-style: none;
}

.topics {
margin: 20px auto; /* Centraliza horizontalmente e adiciona espaço em cima/baixo */
padding: 20px;
max-width: 855px;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
background-color: #f9f5f1; /* Fundo suave */
border-radius: 20px;
border: 2px solid #420505;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adiciona sombra para destaque */
}

/* Estilo para o título */
.topics h2 {
font-size: 2rem;
margin-bottom: 20px;
color: #420505;
text-transform: uppercase;
font-weight: bold;
}

/* Estilo para a lista */
.topics ul {
list-style-type: disc;
list-style-position: inside;
padding-left: 0;
text-align: left; /* Alinha os itens à esquerda */
margin: 0 auto;
}

.topics li {
font-size: 1.2rem;
margin-bottom: 10px;
padding: 5px 0;
}



/* Estilo para o título */
.topics h2 .topics {
margin: 20px auto;
padding: 20px;
max-width: 855px;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
background-color: #f9f5f1; /* Fundo suave */
border-radius: 20px;
border: 2px solid #420505;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adiciona sombra para destaque */
}

/* Estilo para o título */
.topics h2 {
font-size: 2rem;
margin-bottom: 20px;
color: #420505;
text-transform: uppercase;
font-weight: bold;
}

/* Estilo para a lista */
.topics ul {
list-style-type: disc;
list-style-position: inside;
padding-left: 0;
text-align: left; /* Alinha os itens à esquerda */
margin: 0 auto;
}

.topics li {
font-size: 1.2rem;
margin-bottom: 10px;
padding: 5px 0;
}



/* Estilo para a lista */
.topics ul {
list-style-type: disc;
list-style-position: inside;
padding-left: 0;
text-align: left; /* Alinha os itens à esquerda */
margin: 0 auto;
}

.topics li {
font-size: 1.2rem;
margin-bottom: 10px;
padding: 5px 0;
}

.container {
display: flex;
justify-content: center; /* Centraliza os blocos horizontalmente */
gap: 20px; /* Espaçamento entre os blocos */
flex-wrap: wrap; /* Permite que os blocos quebrem linha em telas menores */
margin: 20px;
}

.course-card {
background-color: #420505;
color: #9c8c58;
border-radius: 10px;
padding: 60px;
width: 400px; /* Define uma largura fixa para os blocos */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
flex-shrink: 0; /* Impede que os blocos diminuam em telas pequenas */
height: 500px;
margin-bottom: 30px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.course-card h2 {
margin-bottom: 10px;
font-size: 1.5rem;
}

.course-card p {
margin-bottom: 15px;
font-size: 1rem;
line-height: 1.5;
}

.course-card .price {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 15px;
}

.course-card .cta-button {
display: inline-block;
background-color: #28a745;
color: #F5EEE3;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 1rem;
transition: background-color 0.3s ease;
}


.course-card .copy-button {
display: inline-block;
background-color: #28a745;
color: #F5EEE3;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
font-size: 1rem;
transition: background-color 0.3s ease;
}

.course-card .cta-button:hover {
background-color: #420505;
}




/* Responsividade */
@media (max-width: 768px) {

.box1 {
width: 75%;
}

.topics {
padding: 10px;
width: 90%;
}

.topics h2 {
font-size: 2em; /* Reduz tamanho do título principal */
}

.topics h3 {
font-size: 1.5em; /* Ajusta o tamanho do subtítulo */
}

.topics ul {
padding-left: 20px; /* Reduz margem da lista */
}
}

@media (max-width: 480px) {

.box1 {
width: 90%;
height: 370px;
}

.section.palestrante {
margin-top: 20px;
}

.topics h2 {
font-size: 1.8em; /* Ajusta ainda mais para telas pequenas */
}

.topics h3 {
font-size: 1.3em;
}

.topics ul {
padding-left: 15px; /* Reduz espaço lateral */
}
}

.benefits{
padding: 20px;
margin: 0 auto;
max-width: 100%;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
}

.testimonials {
padding: 20px;
margin: 0 auto;
max-width: 100%;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
}

.registration {
padding: 20px;
margin: 0 auto;
max-width: 100%;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
}


.cta-final{
padding: 20px;
margin: 0 auto;
max-width: 100%;
text-align: center;
font-family: "Martel", sans-serif;
line-height: 1.6;
color: #420505;
}

.faq {
max-width: 800px;
margin: 20px auto;
font-family: Arial, sans-serif;
line-height: 1.5;
}

.faq h2 {
text-align: center;
margin-bottom: 20px;
color: #420505;
}

.question {
margin-bottom: 10px;
}

.faq-question {
width: 100%;
text-align: left;
background-color: #f4f4f4;
border: 2px solid #420505;
padding: 15px 180px;
cursor: pointer;
font-size: 18px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 5px;
transition: transform 0.2s ease, background-color 0.3s ease;
}

.faq-question:hover {
transform: scale(1.05); /* Cresce 5% ao passar o cursor */
background-color: #e1e1e1; /* Muda a cor do fundo para um tom mais claro */
}


.plus-icon {
font-size: 24px;
font-weight: bold;
color: #420505;
margin-right: 10px;
flex-shrink: 0; /* Prevents shrinking */
}

.faq-answer {
display: none;
padding: 15px 20px;
background-color: #fff;
border-left: 3px solid #420505;
border-radius: 0 0 5px 5px;
margin-top: -2px; /* To avoid gaps */
}



.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover; /* Garante que o vídeo preencha o container */
}

.video-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
pointer-events: none; /* Não interfere na interação com o vídeo */
}


/* Estilo para a seção de palestrantes */
.palestrante {
padding: 20px;
background-color: #F5EEE3;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

.palestrante h2 {
font-size: 32px;
color: #420505;
margin-bottom: 20px;
margin-top: 60px;
text-align: center;
text-transform: uppercase;
}

/* Layout para a imagem e texto lado a lado */
.imagem-palestrante {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 50px;
margin: 20px auto;
max-width: 1200px;
margin-bottom: 120px;

}

/* Dimensão personalizada da imagem */
.imagem-palestrante .box2 img {
width: 560px;
height: 560px;
margin-top: 2px;
object-fit: cover; /* Ajusta o conteúdo da imagem para preencher o espaço */
border-radius: 40px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para destaque */
}

/* Estilo para o texto */
.box3 {
max-width: 45%;
text-align: left;
margin-top: 100px;
border: 2px solid #420505;
border-radius: 20px;
height: 65vh;
padding: 20px 20px;
}

.box3 h2 {
font-size: 32px;
color: #420505;
margin-bottom: 10px;
margin: 0;
}

.box3 p {
font-size: 18px;
line-height: 1.6;
color: #420505;
text-align: justify;
margin-top: 10px;
}

.box4{
max-width: 45%;
text-align: left;
margin-top: 175px;
border: 2px solid #420505;
border-radius: 20px;
height: 75vh;
padding: 20px 20px;
}

.box4 h2 {
font-size: 32px;
color: #420505;
margin-bottom: 10px;
margin: 0;
}

.box4 p{
color: #420505;
font-size: 18px;
line-height: 1.6;
padding: 12px;
text-align: justify;
}
.course-card .cta-button:hover {
    background-color: #28a745;
    transform: scale(1.10);
}

/* Responsividade */
@media (max-width: 768px) {
.imagem-palestrante {
flex-direction: column;
align-items: center;
}

.imagem-palestrante .box2 img {
width: 90%;
height: auto; /* Mantém as proporções */
}

.imagem-palestrante .box3 {
max-width: 90%;
}

.imagem-palestrante .box4{
max-width: 100%;
height: auto;
width: 90%;
margin-top: 20px;
}
}


footer {
color: #420505;
text-align: center;
padding: 10px 20px;
font-size: 0.9rem;
font-family: "Martel", sans-serif;
}

.image-whatsapp {
display: flex;
align-items: center;
justify-content: center;
gap: 10px; /* Espaço entre o texto e a imagem */
margin: 20px 0;
}

.image-whatsapp img {
width: 56px; /* Define a largura pequena da imagem */
height: 56px; /* Define a altura proporcional */
cursor: pointer; /* Adiciona o ícone de "mão" ao passar o mouse */
}

.image-whatsapp p.whatsapp {
font-size: 1rem; /* Ajuste o tamanho do texto */
color: #420505;
}


.whatsapp {
margin-top: 20px;
margin-bottom: 20px;
}


.qr-code {
text-align: center;
font-family: "Martel", sans-serif;
margin: 20px;
}
/* Responsividade */


.about .image-text-large .box8 img {
width: 100%; /* Ajusta a imagem para ocupar 100% do container */
max-width: 590px; /* Define uma largura máxima para manter o layout proporcional */
height: auto; /* Mantém as proporções da imagem */
display: block; /* Remove margens indesejadas ao redor da imagem */
margin: 0 auto; /* Centraliza a imagem dentro do container */
}


.about .box8 figure {
text-align: center; /* Centraliza tudo dentro do <figure>, incluindo o texto */
margin: 0 auto; /* Centraliza o <figure> no container */
}


.about .image-text-large .box9 img {
width: 100%; /* Ajusta a imagem para ocupar 100% do container */
max-width: 590px; /* Define uma largura máxima para manter o layout proporcional */
height: auto; /* Mantém as proporções da imagem */
display: block; /* Remove margens indesejadas ao redor da imagem */
margin: 0 auto; /* Centraliza a imagem dentro do container */
}


.about .box9 figure {
text-align: center; /* Centraliza tudo dentro do <figure>, incluindo o texto */
margin: 0 auto; /* Centraliza o <figure> no container */
}

.map-container {
position: relative;
width: 100%; /* Garante que ocupe toda a largura disponível */
max-width: 1200px; /* Define um limite opcional de largura máxima */
margin: 0 auto; /* Centraliza o mapa na página */
padding-bottom: 50%; /* Define a altura proporcional (ajuste para mais ou menos) */
height: 0; /* Faz o hack de proporção funcionar */
overflow: hidden; /* Garante que nada exceda o contêiner */
}

.map-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}



.map-container p {
text-align: center; /* Centraliza o texto de descrição do mapa */
font-size: 1rem;
margin-top: 8px; /* Espaçamento entre o mapa e a descrição */
color: #555;
}



@media (max-width: 768px) {

.hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 100px;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 200px;
}

.image-text-large {
    flex-direction: column;
}

.box {
    width: 90%;
}

.cta-button {
    padding: 30px 30px;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.about h2 {
    font-size: 1.8rem;
}

.box p {
    font-size: 15px;
}
}


@media (max-width: 520px) {
.hero-content h1 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 150px;
}

.hero-content p {
    font-size: 1rem;
    margin: 20px 0 140px;
}

.section.palestrante{
    margin-top: 20px;
    margin-bottom: 20px;
}
.cta-button {
    padding: 30px 30px;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.location .box {
    width: 90%;
    height: auto;
}

.box p {
    margin: 10px 0;
    font-size: 0.9rem;
    text-align: justify;
}

.faq-question {
    padding: 15px 105px;
}


}

@media (max-width: 480px) {

.hero-content h1 {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 180px;
}

.hero-content p {
    font-size: 1.0rem;
    margin-bottom: 155px;
    margin-top: 55px;
}

hr.hero-divider{
    margin: auto;
    border: 1px solid #420505;

}

.imagem-palestrante {
display: flex;
gap: 20px; /* Espaçamento entre imagem e texto */
}

.box2 img, .box4, .box3 {
width: 100%;
max-width: 300px;
height: auto;
}

.cta-button {
    padding: 30px 30px;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.image-text-large .box{
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.about {
    padding: 15px;
}

.about h2 {
    font-size: 1.5rem;
}

.box {
    width: 100%;
    padding: 10px;
}

.box p {
    margin-bottom: 150px;
    font-size: 14px;
    line-height: 1.4;
}




}




@media (max-width: 450px) {
.image-text-large {
    flex-direction: column;
    gap: 15px;
}

.box {
    width: 80%;
    padding: 10px;
}

.about h2 {
    font-size: 1.6rem;
}

.box p {
    font-size: 14px;
    line-height: 1.4;
}

.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;

}

}

@media (max-width: 430px) {
.image-text-large {
    flex-direction: column;
    gap: 15px;
}

.box {
    width: 80%;
    padding: 10px;
}

.about h2 {
    font-size: 1.6rem;
}

.box p {
    font-size: 14px;
    line-height: 1.4;
}

.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;

}

}


@media (max-width: 375px) {
.image-text-large {
    flex-direction: column;
    gap: 15px;
}

.box {
    width: 80%;
    padding: 10px;
}

.about h2 {
    font-size: 1.6rem;
}

.box p {
    font-size: 14px;
    line-height: 1.4;
}

.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;

}

}

@media (max-width: 360px) {
.image-text-large {
    flex-direction: column;
    gap: 15px;
}

.box {
    width: 80%;
    padding: 10px;
}

.about h2 {
    font-size: 1.6rem;
}

.box p {
    font-size: 14px;
    line-height: 1.4;
}

.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;

}

}


@media (max-width: 344px) {
.image-text-large {
    flex-direction: column;
    gap: 15px;
}

.box {
    width: 80%;
    padding: 10px;
}

.about h2 {
    font-size: 1.6rem;
}

.box p {
    font-size: 14px;
    line-height: 1.4;
}

.cta-button {
    background-color: #54a44c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: transform 0.2s ease, background-color 0.3s ease;

}

}

a {
color: white;
text-decoration: none;
}


.copy-container {
text-align: center;
}

.copy-button {
display: inline-block;
background-color: #28a745;
color: white;
border: none;
text-decoration: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 1rem;
cursor: pointer;
transition: background-color 0.3s ease;

}

.copy-button:hover {
background-color: #54a44c;
transform: scale(1.05);
}

.success-message {
margin-top: 10px;
color: #54a44c;
font-size: 14px;
display: none;
}

.error-message {
margin-top: 10px;
color: #ff0000;
font-size: 14px;
display: none;
}