/* ! Botao Flutante do Whatsapp */

.whatsapp-float {
    position: fixed;
    right: calc((100vw - 1200px) / 2 + 20px);
    bottom: 20px;
    z-index: 999;
}

.whatsapp-float:hover .link-float:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    color: var(--whatsapp-hover);
    background-color: var(--whatsapp-hover);
    border-radius: 1em;
}

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

.link-float span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: var(--whatsapp-color);
    color: var(--text-wite);
    padding: .2em .5em;
    margin-bottom: 0.6em;
    font-size: 1em;
    border-radius: 1em;
}

.whatsapp-float i {
    color: var(--whatsapp-color);
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.5);
    box-shadow: 5px 4px 2px var(--whatsapp-hover);
}

/* ! botao de configuracao do whatsapp */

.contato-whatsapp {
    font-size: 1em;
    margin-top: 1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-whats:hover {
    background-color: var(--whatsapp-hover);
    transform: scale(1.05);
    transition: transform 0.2s;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ! Inicio do corpo */

section {
    margin-bottom: 3em;
}
 
.container {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 1em;
    border-radius: 1rem;
    position: relative;
}

/* ? Header do site */

.cabecalho {
    width: 100%;
    background-color: var(--azul-divisoria);
    text-align: center;
    color: white;
    padding: .8em;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
}

.conteudo-cabecalho {
    max-width: 1200px;
    padding-top: 1.2em;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
        "logo titulo titulo"
        "tech informe informe"
        "tech contatowp qrcode";
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.logo{
    width: 100%;
    grid-area: logo;
}

.titulo {
    width: 100%;
    grid-area: titulo;
}

.titulo h1 {
    font-size: 4em;
}

.titulo h6 {
    font-size: 2em;
    margin-bottom: 1em;
}

.tech {
    width: 100%;
    line-height: 2;
    text-align: center;
    font-size: 1.2em;
    grid-area: tech;
}

.tech h2 {
    color: #f1f1f1;
}

.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 {
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-media {
    font-size: 1.5rem;
}

.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;
    text-align: left;
}

/* ? CONFIGURACAO DO MENU */

.menu {
    width: 100%;
    color: var(--text-wite);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu {
    color: var(--text-wite);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 1.2em;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0.5em;
}

nav.menu a {
    height: 100%;
    font-family: poppins, sans-serif;
    font-size: 1.2em;
    color: var(--text-wite);
    padding: .5em;
    font-weight: bold;
}

nav.menu a:hover {
    background-color: var(--azul-escuro);
    padding: 0.8em;
    border-radius: .5em;
    text-decoration: underline;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    transform: scale(1.2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    transition: 0.2s ease;
    outline: 2px solid #1976d2;
}

/* ? INICIO DO CORPO */

.principal {
    margin-bottom: 2em;
    padding: 0 .5em;
}

.pages-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.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;
    border-radius: 10px;
}

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

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

/* ! BOTAO WHATSAPP SECCAO CONTATO */

.cor-whatsapp {
    color: var(--whatsapp-color);
}

.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;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

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

.cta-button:hover {
    background-color: var(--whatsapp-hover);
}

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

/* ! CONFIGURACAO EMAIL */

.email {
    margin-top: 1.2em;
    color: #00325b;
}

.email a {
    color: #0d47a1;
    font-weight: bold;
}

.rodape {
    background-color: var(--azul-divisoria);
    color: var(--text-wite);
    text-align: center;
    padding: 1em;
    font-size: 0.9em;
}

.conteudo-rodape {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}


.redes-socias {
    width: 100%;
    display: flex;
    color: white;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 1em;
}

.rede-social {
    color: white;
    display: flex;
    flex-direction: column;
}

.rede-social a {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: bold;
}

#cookieBanner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.2rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    box-sizing: border-box;
    border-radius: 1rem;
    display: none;
}

#cookieBanner button {
    background-color: #f1f1f1;
    border: none;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 1.2rem;
}

#cookieBanner button:hover {
    color: white;
    background-color: #a19292;
}