@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: myfonte;
    src: url(fontes/idroid.otf);
  }

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

p {
    text-indent: 40px;
    line-height: 2;
    
}

header {
    background-image: linear-gradient(to bottom, #2EA665,#05371B);
    text-align: center;
    color: white;
    box-shadow: 2px 2px 3px 1px #00000042;
}

header h1{
    font-size: 3em;
    font-family: 'Bebas Neue', cursive;
    margin-top: 0px;
    padding-top: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.397);
}

header p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.397);
}

nav {
    text-align: left;
    padding: 5px;
}

nav a {
    text-decoration: none;
    background-color: #04271300;
    color: white;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    transition-duration: 0.7s;
}

nav a:hover {
    text-decoration: underline;
    background-color: #0d753a;
}

main {
    background-color: white;
    margin: 0px 10%;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 4px 3px #00000042;
}

main img {
    width: 100%;
}

.pequena {
    display: block;
    margin: auto;
    max-width: 300px;
    width: 100%;
}

h2 {
    font-family: myfonte, Arial, Helvetica, sans-serif;
    color: #2C6947;
}

h3 {
    font-family: myfonte, Arial, Helvetica, sans-serif;
    color: #2C6947;
    background-image: linear-gradient(to right,#43e68c, #43e68c46, #39ce7c00);
    padding-left: 5px;
}

main section a {
    text-decoration: none;
    color: rgb(22, 80, 47);
    font-weight: bold;
    background-image: linear-gradient(to right,#43e68c, #43e68c46);
}

main a:hover {
    color: #237e4b;
    font-weight: bolder;
    text-decoration: underline;
}

span {
    color: #1A5C37;
    font-weight: bold;
}

main #video {
    background-color: #063D1E;
    padding-bottom: 58%;
    position: relative;
    margin: 0px -20px 0px -20px;  
  }
  

main #video iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }

main #aprender {
    background-color: #83E1AD;
    margin: 8px;
    border-radius: 10px;
}

main #aprender h4 {
    background-color: #1A5C37;
    color: white;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

main #aprender section {
    padding: 0px 10px 1px 10px;
}

main ul {
    columns: 2;
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 0px;
    
}

main li{
    list-style-type: '\2714\00A0\00A0';
}

footer {
    color: white;
    background-color: #063D1E;
    text-align: center;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

footer p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

footer p a {
    color: white;
    font-weight: bolder;
    text-decoration: none;
}

