@charset "UTF-8";

@font-face {
    font-family: 'android';
    src: url('info/fontes/idroid.otf') format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Alkalami&family=Nanum+Gothic:wght@400;700;800&display=swap');

:root {
    --cor0: #c5ebd6;
    --cor1: #83e1ad;
    --cor2: #3ddc84;
    --cor3: #2fa866;
    --cor4: #1a5c37;
    --cor5: #063d1e;

    --font-padrao: Arial, Helvetica, sans-serif;
}

abbr {
    text-decoration: underline;

}


body {
    margin: 0px;
    background-color: #83e1ad;

}
*{
    font-family: Arial, Helvetica, sans-serif;
}


#headertop {
    padding-top: 30px;
    background-image: linear-gradient(to bottom, #2fa866, #063d1e);
    min-height: 150px;
    box-shadow: 2px 5px 7px 1px rgba(0, 0, 0, 0.39);
}
nav {
    padding-bottom: 10px;
}

nav > a {
    font-weight: bold;
}

nav > a:hover{
    background-color: #2fa866;
    color: #063d1e;
    border-radius: 4px;
    transition-duration: 0.55s;
}

#headertop > p {
    text-align: center;
    font-size: 1em;
    color: white;
    text-shadow: 1px 1px 2px black;
    max-width: 400px;
    margin: 35px auto 25px auto;
}

#headertop > h1{
    text-align: center;
    color: white;
    margin: 0px;
    text-shadow: 1px 1.3px 2px black;
    font-size: 2em;
    margin-top: 10px;
    font-family: 'Alkal', serif;    
    letter-spacing: -1px;
    font-weight: bold;
}

#mainPrinc {
    min-width: 280px;
    max-width: 800px;
    background-color: white;
    height: auto;
    margin: 0px auto;
    box-shadow: 0px 0px 10px 1.2px rgba(0, 0, 0, 0.394);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 20px;
}

main a:hover {
    text-decoration: underline;

}

article h1 {
    font-family: 'android', cursive;
    margin: 0px;
    color: #063d1e;
    padding-top: 40px;
    margin: 0px 0px 20px 20px;
    font-size: 1.75em;
}



article > h2 {
    background-image: linear-gradient(to right, #c5ebd6, transparent);
    margin: 0px;
    color: #063d1e;
    font-family: 'android', cursive;
    margin: 20px 0px 20px 30px;
}

p > a, strong {
    color: #063d1e;
    font-weight: bold;
    text-decoration: none;
}

article > p {
    margin: 20px 30px;
    text-indent: 30px;
    text-align: justify;
    line-height: 1.5em;
    font-size: 1.03em;    
}

article .imgCentro {
    margin: 0px auto;

}

aside > ul {
    column-count: 2;
    list-style-type: none;
}



footer > p {
    color: #c5ebd6;
    margin: 0px;
}

footer {
    background-color: #063d1e;
    padding: 10px 0px;
    text-align: center;
    margin-top: 10px;
}

.strongFooter {
    font-weight: bolder;
    color: white;

}

.aDaHeader {
    color: white;
    text-decoration: none;

    padding: 10px;  
}

.imgForm {
    width: 100%;
}


.imgCentro {
    display: flex;
    justify-content: center;
    max-width: 350px;

}

#aprenderMais {
    background-color: #c5ebd6;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.32);
    
}

#aprenderMais h3 {
    margin: -10px -10px 0px -10px;
    background-color: var(--cor4);
    color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

div.vidForm {
    position: relative;
    margin: 0px 0px 30px 0px ;
    padding: 0px;
    padding-bottom: 58.5%;
    background-color: #063d1e;
}

div.vidForm > iframe {
    position: absolute;
    top: 7.5%;
    left: 6.5%;
    width: 87%;
    height: 83.5%;
}



/* #aprenderMais > main {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #c5ebd6;
    margin: 0px 30px;
}



#aprenderMais > header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #2fa866;
    min-width: 700px;
    margin: 0px 30px;
    padding: 15px;
    color: white;
    font-weight: bold;
} */


