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


:root{
    --cor0: #C5EBD6;
    --cor1: #84E1AD;
    --cor2: #2FA866;
    --cor3: #1A5C38;
    --cor4: #0F3B26;
    --cor5: #0A2B1C;

    
}


 /* .lista {        jeito que eu fiz de primeira kkkkkkkk
    display: flex;
    align-content: start;
    justify-content: flex-start;
}

div.lista>div {
    align-content: start;
    justify-content: flex-start;
} 


 ul#lista-android>div.lista>div>li::before {
    content: "\2713\0020";
    font-weight: 900;
}

ul#lista-android>div.lista>div {
    list-style: none;
} */

aside ul {  /* jeito do guanabara*/
    list-style-type: "\2713\0020\0020";
    columns: 2;
    list-style-position: inside;
}

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

div#meio>h1,
div#meio>h2 {
    font-family: 'Droid-font', Arial, Helvetica, sans-serif;
    color: var(--cor3);
}

div#meio>h2 {
    background-image: linear-gradient(to right, var(--cor0), white);
    padding-left: 10px;
}

main {
    /* display: flex; */
    /* width: 800px; */
    min-height: 400px;
    max-width: 800px;
    background-color: rgb(255, 255, 255);
    margin: auto;
    align-content: center;
    justify-content: center;
    padding: 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.26);
}

main p {
    line-height: 1.5em;
    text-indent: 35px;
    text-align: justify;
}

strong {
    font-weight: bold;
    color: var(--cor3);
}

main>div#meio>p>a::after,
main>div#meio>aside>div#aside-destaque>p>a::after {
    content: '🔗';
}

main a {
    font-weight: bold;
    color: var(--cor3);
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;    
}


main a:visited{
    color: var(--cor4);
}

main a:active {
    color: var(--cor2);
}



img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

picture img{
    width: 100%;
}

img.pequena {
    max-width: 350px;
}

/* iframe {
    border-left: 50px;
    border-right: 50px;
    border-top: 25px;
    border-bottom: 25px;
    border-color: var(--cor3);
    border-style: solid;
    margin-left: -20px;
} */

div.video{
    position: relative;
    background-color: var(--cor3);
    height: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    padding-bottom: 59%;
}

div.video > iframe{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

/* @media (max-width: 870px) {
    main {
         display: flex;
        width: 400px;
        background-color: rgb(255, 255, 255);
        margin: auto;
        align-content: center;
        justify-content: center;
        padding: 0px 20px;
        font-family: Arial, Helvetica, sans-serif; 
    }

     iframe {
        width: 400px;
        border-left: 20px;
        border-right: 20px;
        border-top: 12.5px;
        border-bottom: 12.5px;
        border-color: var(--cor3);
        border-style: solid;
        margin-left: -20px;
    }
} */



body {
    background-color: var(--cor1); /*rdfsdsf */
    margin: 0;
}

aside>h3 {
    background-color: var(--cor2);
    color: white;
    padding: 10px;
    font-size: 1em;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0;
}

#aside-destaque {
    background-color: var(--cor0);
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
}

aside {
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.26);
    border-radius: 10px 10px 10px 10px;
}


header {
    background-image: linear-gradient(to bottom, var(--cor2), var(--cor3));
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.26);
}

header>h1, header>p {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.432);
    margin: 0;
}

header>h1 {
    font-family: 'Bebas Neue';
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 3em;
}

header p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-size: 1.2em;
    max-width: 600px;
    padding: 0px 10px;
    margin-left: auto;
    margin-right: auto;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 4px;
}

header a {
    color: rgb(214, 255, 210);
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-weight: bold;
    transition-duration: 0.2s;
    text-decoration: none;
}

header a:hover {
    background-color: #3AD07E;
    border-radius: 5px;
    color: var(--cor4);
}

header a:active {
    color: var(--cor1);
}

footer {
    text-align: center;
    border-top: 5px;
    color: white;
    background-color: var(--cor3);
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    font-size: 0.8em;
}

footer a {
    color: white;
    text-decoration: underline;
}

footer a:hover {
    color: #F05033;
}

footer a:active{
    color: black;
}

footer img{
    height: 12px;
    display: inline;
}

footer>strong {
    color: white;
}

header ul{
    margin: 0;
    padding-inline-start: 20px;
}