@charset "UTF-8";
@font-face {
    font-family:"FonteMont";
    src:url("../_fonts/Montserrat-Regular.ttf");
}
    /*Sub-menu*/
#Sub_menu {
    background-color: #0ad059;
    padding: 0.9%;
    color: white;
    width: 100%;
    height: 100%;
}
#Sub_menu h1 {
    text-align: center;
    font-size: 250%;
    margin-left: 2%;
    font-family: "FonteMont";
    bottom: 10%;
}

/*corpo direito*/
section#texto_mainpage h1 {
    font-size: 1.5em;
    color: #005096;
    padding: 0.1em 0% 0.2em 0.4em;
    margin: 0.1em 0% 0.2em 0%;
    text-align: center;
}
section#texto_mainpage {
    display: block;
    width: 90%;
    float: left;
    margin-bottom: 0.1em;
    margin-left: 2%;
}
section#texto_mainpage p {
    font-size: 1.2em;
    text-align: justify;
    text-indent: 1.5em;
}

section#texto_mainpage div#inicio_corpo {
    margin-left: 3.5em;
}
/*corpo esquerdo*/
aside#lateral {
    display: block;
    width: 40%;
    float: right;
    margin-bottom: 0.1em;
    margin-right: 3%;
}
aside#lateral h2{
    font-family: "FonteMont";
}
fieldset {
    width: 100%;
    border-radius: 20px;
    padding: 20%;
}
input, select {
    border-radius: 20px;
}
#boption {
    font-size: 76%;
}
/*abaixo do site*/

footer#menu_final2 {
    clear:both;
    background-color:#dddddd;
    font-size: 110%;
    width: 120%;
    margin-left: -6%;
    margin-right: 10%;
    margin-bottom: -1%;
    margin-top: -2%;
}
footer#menu_final2 ul {
    list-style: none;
    text-align: center;
    margin-bottom: -1px;
    margin-right: 120px;
}
footer#menu_final2 li {
    display: inline-block;
    margin: 0.1%;
    padding: 1%;
}
footer#menu_final2 p {
    font-size: 100%;
}
footer#menu_final2 b {
    color: #005096;
}
footer#menu_final2 a{
    text-decoration: none;
    transition: background-color 0.5s;
    border-radius: 20px;
    padding: 4%;
}
footer#menu_final2 a:hover {
    background-color: #fec232;
}

/*Menu lateral*/
footer#semi_final {
    background-color: #ed1c24;
    text-align: center;
    padding: 0.5%;
    margin-top: -1.1%;
    width: 110%;
    margin-left: -1%;
    color:white;
}
footer#final {
    background-color: #9a2b65;
    text-align: center;
    padding: 0.5%;
    width: 110%;
    margin-left: -1%;
    color:white;
}
/*Media Queries*/
@media screen and (max-width: 1070px){
    nav#Menu {
        font-size:40%;
    }
    nav#Menu li {
        display:block;
        text-align:center;
        font-size:280%;
    }
    nav#Menu a {
        display:block;
        font-size:280%;
    }
    nav#Menu a#semcor, nav#Menu li#amarelo {
        font-size:300%;
    }
    
    footer#menu_final2{
        width:106%;
    }
    footer#semi_final{
        width:101%;
    }
    footer#final{
        width:101%;
    }
    footer#menu_final2 ul {
    margin-right: 10%;
    }
    nav#Menu ul {
        margin-right:9%;
    }
}

@media screen and (max-width: 890px){
    section#texto_mainpage {
        width: 90%;
        float: none;
        margin-left: 1%;
    }
    aside#lateral {
        width: 80%;
        float: none;
        margin-left:0.7%;
    }
    #Sub_menu h1 {
    font-size: 120%;
    }
}   