@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #000000;
}

html, body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

header {
    display: block;
    background-color: #a93eb5;
    border: 2px solid  #000000;
    height: 13vh;
}

div#iventilador {
    width: 100vw;
    height: 7vh;
    background: center url(../imagens/ventilador_peq.gif) no-repeat;
}

span.material-symbols-outlined {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

span.material-symbols-outlined:hover {
    color: #000000;
    cursor: pointer;
}

span#burguer {
    font-size: 1.8em;
    margin-top: 8px;
    padding-left: 10px;
}

menu#principal {
    display: none;
    margin-left: 50px;
    margin-top: -32px;
}

menu#principal > ul {
    list-style-type: none;
}

li.item {
    display: inline-block;
    padding: 2px;
    width: 50px;
    height: 20px;
    border: 1px solid #772c80;
    box-shadow: 5px 4px 2px #772c80;
    border-radius: 5px 20px;
    text-align: center;
}

li.item > span.material-symbols-outlined {
    font-size: 1.4em;
}

li.item > a {
    display: none;
}

main {
    position: relative;
    width: 100vw;
}

div#paginas {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: 722.5px;  
    padding: 15px;
    background-color: #ade6ff;
}

iframe#pagina {
    display: block;
    width: 380px;
    height: 721.5px;
    border: none;
    align-items: center;
}

menu#pages {
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

menu#pages > ul {
    list-style-type: none;    
}

menu#pages > ul > li {
    display: inline-block;
    width: 50px;
    background-color: #a93eb5;
    border: 1px solid #000000;
    border-radius: 5px 20px;
    margin: 5px 10px;
    padding: 3px 1px;
    text-align: center;
    box-shadow: 4px 4px 3px #00000085;
}

menu#pages > ul > li > a {
    font-size: 1em;
    color: #ffffff;
}
menu#pages > ul > li#pag {
    width: 75px;
    padding: 5px 0px;
    font-size: 0.9em;
    color: #ffffff;
}

footer {
    height: 6vh;
    background-color: #00000083;
}

footer > div > p {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 3px #000000;
    padding-top: 20px;
}

footer > div > p > a {
    color: #ffffff;
}
