@charset "UTF-8";

:root{
    --fundo:#020235;
    --main_color: #3e3edd;
    --second_color: skyblue;
    --color1: #ffffff;
    --color2: #020235;
    --color3: red;
    --font-main: monospace;
    --font-second: Arial, Helvetica, sans-serif;
    --espaço: 25px;
    --radius: 35px;
    --margin_fixed: 108px;
}

/*HEADER*/
header{
    box-shadow: 1px 1px 1px transparent;
}
header, header > menu > nav{
    flex-flow: column nowrap;
}
header >  .menu{
    display: flex;
}
header > menu {
    display: none;
}
header > menu > nav a{
    width: 95vw;
}
header > menu > nav  a:hover{
    transform:  none;
    transition: none ;
    color: none;
    background-color: none;
}
/*INTRODUÇÃO*/
main > section#intro{
    margin-top: var(--margin_fixed);
}
main > section#intro div#img{
    float: top;
    width: 100%;
    height: 60%;
    border-radius: 35px 35px 0px 0px;
    background-position: center bottom;
    background-image: url(../image/banner-1-mobile.jpg);
}
main > section#intro article#text{
    float: bottom;
    height: 40%;
    width: 100%;
    border-radius: 0px 0px 35px 35px;
}
main > section#intro article#text h1{
    padding: 0px 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
main > section#intro p{
    font-size: 12px;
    text-indent: 0px;
}
main > section#intro article#text a{
    font-size: 11px;
}
/*SOBRE O EVENTO*/
main > section.sobre div{   
    width: 100%;
    height: 62%;
    float: top;
}
main > section.sobre article{
    width: 100%;
    height: 38%;
    float: bottom;
}
main > section.sobre article > h2{
    font-size: 19px;
}
main > section.sobre article > p{
    line-height: 15px;
    font-size: 12px;
    text-indent: 0px;
}
main > section.sobre div#img-1{
    background-position: right center;
}
main > section.sobre div#img-2{
    background-position: center center;
}
main > section.sobre div#img-3{
    background-position: calc(50%) top;
}
main > section.sobre div#img-5{
    background-position: calc(18%) bottom;
}
main > section.sobre div#img-6{
    background-position: calc(70%) bottom;
}

/*SOBRE PAGINA*/
main > section.sobre div#img-1{
    background-position: center bottom;
}
/*IMAGEM*/
main > section.sobre article.content_rigth{
    border-radius: 0px 0px var(--radius) var(--radius);
    float: bottom;
}
main > section.sobre article.content_left{
    border-radius: 0px 0px var(--radius) var(--radius);
    float: bottom;
}
main > section.sobre div.img_left{
    border-radius: var(--radius) var(--radius) 0px 0px;
    float: top;
}
main > section.sobre div.img_rigth{
    border-radius: var(--radius) var(--radius) 0px 0px;
    float: top;
}

/*SOBRE O EVENTO*/
main#evento{
    width: 92vw;
    margin-top: 120px;
}
main#evento > section > article#descricao > p{
    text-indent: 15px;
}
main#evento > section#data > p#titulo{
    font-size: 20px;
}
main#evento > section#data > p#titulo{
    font-size: 20px;
}
main#evento > section#data > p#duracao{
    font-size: 14px;
}
main#evento > section#localizacao > iframe{
    width: 100%;
    height: 250px;
}
/*TIME*/
main > section#time > h2{
    font-size: 20px;
}
main > section#time > article > div{
    font-size: 20px;
    height: 100px;
}
main > section#time > article > div > p{
    font-size: 4em;
}

/*STATUS*/
main > section#status > h2{
    font-size: 20px;
}
main > section#status > article > div{
    padding-top: 10px;
    flex-basis: 150px;
    height: 150px;
    border: 5px solid var(--color2);
    font-size: 18px;
}
main > section#status > article > div > p{
    font-size: 4em;
}
/*SOBRE O EVENTO*/
main h3,h4,p{
    margin: 0px 0px 15px 5px;
    padding: 0px 5px;
    font-size: 20px;
}

/*INSCREVA-SE*/
main > section#get > h2 {
    font-size: 16px;
}
main > section#get > p{
    font-size: 12px;
    text-indent: 0px;
}
main > section#get a{
    text-align: center;
    font-size: 10px;
}
main > section#get a:hover{
    transform: none;
    transition: none;
}
/*PAGINA*/
main.increva_main{ 
    height: 100vh;
}
main.increva_main{
    height: 100vh;
    padding-top: 20px;
}
main > section.sobre article > h2{
    font-size: 14px;
}
main > section > form  input#iemail:hover,input#iname_main:hover,select#icurso:hover,select#iturma:hover,select#iclasse:hover,select#itipo:hover{
    transform: none;
    transition: none;
}
main  textarea#idesc{
    max-width: 200px;
    min-width: 200px;
    max-height: 148px;
    min-height: 148px;
    display: block;
    margin: 10px auto;
    font-size: 13.5px;
    padding: 2.5px;
    color: var(--color2);
    background-color: white;
}
main > section > form > input#ienviar:hover{
    transform: translate(0px);
    transition: 0s;
}
/*ORADORES*/
main > section#ora > article {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
}
main > section#ora article{
    gap: 20px;
}
main > section#ora div {
    width: 50%;
}
main > section#ora img {
    width: 100%;
}
main > section#ora h2{
    font-size: 20px;
}
main > section#ora p {
    font-size: 15px;
}
main > section#ora > a{
    font-size: 10px;
}

/*ORADOR PAGINA*/
main > section#ora > article  a{
    width: 100px;
    font-size: 12px;
}
main > section.orador_content > article{
    width: 86vw;
}
main > section#ora div {
    width: 90%;
}
main > section.orador_content > article > h2{
    font-size: 16.5px;
}
main > section.orador_content > article > p{
    width: 88%;
    text-indent: 5px;
    font-size: 15px;
    font-weight: bold;
}
/*PATROCINADORES*/
main > section#patro > article{
    gap: 30px;
}
main > section#patro > h2{
    font-size: 20px;
}
main > section#patro > a{
    font-size: 10px;
}
main > section#patro > a:hover{
    transform: none;
    transition: none;
}
main > h1#patrocinador{ /*PAGINA*/
    font-size: 14px;
}
main > section#patrocinador > article > a:hover{
    transform: none;
    transition: none;
}
/*SUBPAGE*/
main > section.patrocinador_content > article > h2{
    font-size: 18px;
}
main > section.patrocinador_content > article > p{
    font-size: 8px;
}
main > section#patrocinador > article > a{
    font-size: 10px;
}
main > section.orador_content > img{
    width: 85%;
}
main > section.patrocinador_content > article > h2{
    font-size: 16.5px;
}
main > section.patrocinador_content > article > p{
    width: 88%;
    font-size: 15px;
    font-weight: bold;
    text-indent: 5px;
}
/*TERMO DE USO E POLITICA DE PRIVACIDADE*/
main#term{
    width: 95vw;
}
main > section.content > article > h2{
    font-size: 17px;
}

/*RODAPÉ*/
footer{
    margin-right: -3.0313px;
}
footer > section{
    justify-content: space-evenly;
    padding: 0;
}
footer > section > aside{
    margin-top: 10px;
}
footer > section > aside > p{
    font-size: 15px;
}
footer > section > nav > h3{
    font-size: 15px;
    color: var(--color2);
}
footer > section > nav > ul > li:hover{
    transform: none;
    color: var(--second_color);
}
footer > section > nav > ul > li >a{
    font-size: 14px;
}
footer > section > nav > ul > li >a:hover{
    color: var(--second_color);
}
footer > p{
    font-size: 12.5px;
}
/*PRINT*/
main#print{
    transform: translate(0,10%);
    margin-left: -24px;
    background-color: white;
    width: 900px;
    height: 1250px;
}
main#print > #header{
    font-size: 12px;
}
main#print > #data{
    font-size: 12px;
}
main#print > #descricao > h2{
    font-size: 14px;
}
main#print > #descricao > p{
    font-size: 12px;
    text-indent: 0;
}
main#print > #assinatura{
    margin-top: 200px;
}
main#print > #assinatura > p{
    font-size: 12px;
}
main#print > #assinatura > hr{
    width: 180px;
    margin-top: 20px;
    border: 1px solid black;
}
main#print #rodape{
    margin-top: 15px;
}

/*SOMBRA*/
main > section#intro,section#time,section#status,section#get,section#ora,section#patro,section.sobre,section.orador_content > article,main#patrocinador,section.patrocinador_content > article,main#evento,main#term{
    animation: none;
}