/*
Theme Name: Hello Elementor Child - Agile School
Theme URI: https://saltiz.com/agileschool/
Description: Tema filho do Hello Elementor com identidade visual personalizada da Agile School.
Author: Roberto Salgado (Saltiz Tecnologia da Informação)
Template: hello-elementor
Version: 1.1
*/

/* Desenvolvido por Saltiz | https://saltiz.com */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* Estilos globais da Agile School */
body {
    font-family: 'Montserrat', sans-serif;
    color: #1A1A1A;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #236D4C;
    margin-bottom: 20px;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

a {
    color: #236D4C;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

button, .elementor-button {
    background-color: #236D4C;
    color: white;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
button:hover, .elementor-button:hover {
    background-color: #1a5039;
}

input, select, textarea {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

footer {
    background-color: #F4F4F4;
    color: #333;
    padding: 40px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    button, .elementor-button {
        width: 100%;
        padding: 14px;
    }
}
