@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

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

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #84E1AD;
}


header {
    background-image: linear-gradient(to top, rgb(27, 34, 30), #39CD7B);
    padding-top: 40px;
    min-height: 150px;
    text-align: center;
}

header h1 {
    color: white;
    font-family: "Bebas Neue", serif;
    font-size: 3em;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.534);
    margin-bottom: 20px;
}

header p {
    color: white;
    max-width: 600px;
    padding-right: 10px;
    padding-left: 10px;
    margin: auto;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.315);
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}

nav {
    background-color: #1B221E;
    padding: 10px;
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);
}

nav a {
    color: #39CD7B;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    transition-duration: .5s;
}

nav a:hover {
    background-color: #1a5c37;
    color: #063d1e;
}

main {
    background-color: white;
    margin: auto;
    margin-bottom: 30px;
    padding: 20px;
    min-width: 300px;
    max-width: 1000px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.534);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
main img {
    width: 100%;
}
main h2{
    color: #1A5C38;
    font-family: 'Android';
    font-weight: normal;
    font-size: 1.3em;
    background-image: linear-gradient(to right, #39cd7c3d, white);
    text-indent: 8px;
}

main h1 {
    font-family: 'Android';
    color: #1A5C38;
    font-size: 1.8em;
    font-weight: normal;
}

main p {
    margin: 15px 0px;
    text-align: justify;
    text-indent: 30px;
    line-height: 2em;
    font-size: 1em;
}

main strong {
    color: #055628;
    font-weight: bold;

}

main a {
    font-weight: bold;
    color: #055628;
    background-color: #39cd7c68;
    text-decoration: none;  
    padding: 2px 6px;
}

main a:hover {
    text-decoration: underline;
    color: #063d1e;
}
div.video{
    background-color: #063d1e;
    margin: 0px -20px 30px -20px;
    padding: 20px;
    position: relative;
    padding-bottom: 58%;
}
div.video iframe{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}



aside {
    background-color: #C5EBD6;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.281);
}

aside ul {
    list-style-position: inside;
    columns: 2;
    list-style-type: '\2714\00A0\00A0';
}

aside h3 {
    background-color: #2FA866;
    padding: 10px;
    color: white;
    border-radius: 10px 10px 0px 0px;
    margin: -10px -10px 0px -10px;
}

footer {
    color: white;
    background-color: #1A5C38;
    text-align: center;
    font-size: 0.8em;
    padding: 5px;
}

footer a {
    color: white;
    font-weight: bolder;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
    color: #39CD7B;
}

section {
    background-color: #1A5C38;
    margin: auto;
}

img {
    width: 100%;
}

.pequena {
    max-width: 350px;
    display: block;
    margin: auto;
}
