@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
/* thankyou.css */
/* body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
} */

/* .page-header h1 {
    margin: 0;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 2.5em; 
    color: #333;
} */

/* .page-header p {
    margin: 10px 0 0;
    font-size: 1.5em;
    color: #fff;
} */

/* .page-header a {
    text-decoration: none;
} */

/* .page-header {
    position: relative;
    background-image: url('images/aulas-home1111.jpg');
    background-size: cover;
    background-position: top ;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px;
    text-align: center;
    height: 150px;
    width: 100%;
} */

/* .logo-anchor {
    position: absolute;
    top:auto;  
    left: 0;   
    width: 250px;
} */

/* .page-header .dancing-script {
    font-family: "Dancing Script", cursive;
    font-size: 2;
    font-weight: 700;
    font-style: normal;
    margin-top: 0;
    padding-top: 0;
  } */

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-size: 2;
    font-weight: 700;
    font-style: normal;
    margin-top: 0;
    padding-top: 0;
}

/* Estilo adicional para o link e o parágrafo */
/* .page-header h1 a {
    color: #fff; 
    text-decoration: none; 
} */

/* .page-header p {
    margin: 10px 0 0; 
    font-size: 1.2em; 
} */

/* @media (max-width: 600px) {
    .page-header .logo-anchor {
        position: static; 
        margin: 0 auto 10px auto;
        display: block;
    }

    .page-header .logo {
        width: 80%; 
        margin: 0 auto;
    }

    .page-header .dancing-script {
        margin-top: 0; 
    } */
}

.container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.become-a-teacher-btn, .become-a-student-btn {
    color: #ffffff; /* Cor do texto */
    border: none; /* Remove a borda do botão */
    padding: 10px 20px; /* Padding interno do botão */
    text-transform: uppercase; /* Deixa o texto em maiúsculas */
    font-weight: bold; /* Deixa o texto em negrito */
    font-size: large;
    border-radius: 5px; /* Bordas arredondadas */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
    transition: background-color 0.3s ease; /* Transição suave ao mudar a cor de fundo */
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;        /* ~18px */
    font-weight: 400;
    line-height: 1.75;
    color: #2e2e2e;
    background-color: #fcfcfc;
    padding: 1.5rem;
    max-width: 720px;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 0.01em;
    word-spacing: 0.05em;
}

/* Destaque caloroso, elegante */
.text-container p.destaque {
    background-color: #fff3cd;
  border-left: 4px solid #f0ad4e;
  padding: 1rem;
  font-weight: 500;
  font-style: italic;
  color: #856404;
  margin: 1.5rem 0;
}

/* Espaçamento entre parágrafos comuns */
.text-container p {
    margin-bottom: 1.25rem;
}


/* .video-container iframe {
    width: 100%;
    height: 450px; 
    border-radius: 8px;
    border: none;
}

.text-container h1 {
    color: #4CAF50;
    text-align: center;
}

.text-container p {
    font-size: 20px;
    text-align: center;
}

.text-container button {
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.text-container button:hover {
    background-color: #0056b3;
}

@media (max-width: 600px) {
    .text-container h1, .text-container p {
        text-align: center;
    }

    .video-container iframe {
        height: 300px;
    }
} */


.site-footer {
    background-color: #2c3e50; /* ajuste a cor de fundo conforme necessário */
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.site-footer a {
    color: white; /* ajuste a cor dos ícones conforme necessário */
    /* margin: 0 10px; */
}

.site-footer .social-media-icons a {
    color: white; /* ajuste a cor dos ícones conforme necessário */
    margin: 0 10px;
    font-size: 24px; /* ajuste o tamanho conforme necessário */
}

.site-footer .social-media-icons a:hover {
    color: #ddd; /* ajuste a cor do hover conforme necessário */
}

.site-footer .payment-platform img {
    max-width: 150px; /* ajuste o tamanho conforme necessário */
    margin-top: 20px;
}

.site-footer .contact-info p {
    margin: 10px 0;
}

.site-footer .contact-info a {
    color: white; /* ajuste a cor dos links conforme necessário */
    text-decoration: none;
}
.developer-credit, .developer-credit a {
    /* position: absolute; */
    /* right: 10px;
    bottom: 10px; */
    margin-right: 10px;
    float: right;
    color:#ccc;
    font-size: small; /*0.9em;*/
    /* font-family: 'Julius Sans One', sans-serif; */
}
.developer-credit a {
    font-family: 'Julius Sans One', sans-serif;
}

@media (max-width: 768px) {
    .site-footer .social-media-icons a {
        margin: 5px 0;
        font-size: 20px; /* tamanho menor para telas menores */
    }

    .site-footer .payment-platform img {
        max-width: 120px; /* tamanho menor para telas menores */
    }

    .site-footer .developer-credit {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 0.7em;
    }
}