:root {
    --whatsapp-color: #25D366;
    --whatsapp-hover: #0f6d33;
    --text-wite: #f6f4ed;
    --azul-principal: #165d96;    /* Azul médio, ideal para títulos ou cabeçalho */
    --azul-hover: #1765a3;        /* Um pouquinho mais vibrante, ótimo para hover */
    --azul-claro: #3482bd;        /* Azul claro, ideal para fundos ou destaques */
    --azul-escuro: #00325b;       /* Azul profundo, ótimo para rodapés ou contrastes */
    --azul-divisoria: #0d47a1;   /* Azul para divisórias, um pouco mais escuro */
    --azul-fundo-menu: #1976d2;    
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-wrap: auto;
}

html {
    color: var(--azul-principal);
    text-wrap: auto;
}

h1 {
    font-family: 'montserrat', sans-serif;
}

h2, h3, h4, h5, h6, a {
    font-family: 'Montserrat', sans-serif;
    color: #093983;
}

p {
    font-weight: 500;
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #0d47a1;
    font-weight: bold;
}

li {
    list-style: none;
    color: #00325b;
    font-weight: 500;
}

.top {
    text-align: right;
    font-size: .8em;
    margin: 0;
    padding: 0;
}

h2 {
    margin: 1em 0;
    color: #093983;
    font-size: 2rem;
    font-weight: bold;
}

/*? Linha para dividir os temas */

.divisoria {
    width: 100%;
    border: 2px solid var(--azul-fundo-menu);
    margin: 1em 0;
}

.pages-title {
    text-align: center;
    font-size: 1.2em;
    grid-area: tech;
}

.informe {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    grid-area: informe;
}

.informe p {
    margin-bottom: 0.5em;
    grid-area: cotatowp;
}

.solucoes {
    font-style: italic;
}

.telefoneWhatsapp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.qrcode {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: qrcode;
}

.qrcode-img {
    width: 50%;
}

.acessoqrcode {
    font-size: 1em;
    font-weight: 500;
}

.inserir {
    width: 100%;
    text-align: center;
    margin: 1em auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.inserir-title {
    font-size: 2em;
    font-weight: bolder;
}

#sobre {
    text-indent: 1em;
}

#aulas h3 {
    font-size: 1.2em;
    margin-bottom: .7em;
}

#aulas ul {
    margin-bottom: .7em;
}

#aulas > p:first-of-type{
    font-style: italic;
    font-weight: 500;
}

#contato {
    color: #0d47a1;
}

#aulas > .contato-whatsapp {
    justify-content: left;
}

#contato > .contato-whatsapp {
    justify-content: left;
}


.botao-whats {
    height: 100%;
    font-family: poppins, sans-serif;
    font-size: 1rem;
    margin-left: 1.5em;
    background-color: #25d366;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}



.botao-whats:hover {
    background-color: #0f6d33;
    transform: scale(1.05);
    transition: transform 0.2s;
    
}

.cta-button {
    font-size: 2em;
    padding: .5em;
    margin: auto;
    color: yellow;
}

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

.btn_maior, .btn_maior a{
    font-size: 2.2rem;
}

.sub-title {
    font-size: 1.2em;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.visualizada a {
    background-color: var(--azul-hover);
}