html, body {
    margin: 0;
    border: 0;
    height: 100vh;
}

.fundocor1 {
    background-color: #AED99A;
}

.fundocor2 {
    background-color: #9BCAF2;
}

#icone {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.432);
    background-color: rgba(255, 255, 255, 0.212);
    /*background-color: rgba(255, 255, 255, 0.63);*/
    position: relative;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 5px;
    border-radius: 10px;
    width: 900px;
    height: 100px;
    text-align: center;
    position: absolute;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width: 100%;
}

#cabecalho {
    float: right;
    margin: 20px;
    padding-top: 10px;
    padding-right: 30px;
    list-style: none;
    display: inline;
}

#fundo {
    /*background-size: cover;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #AED99A; 
}

#txt1 {
    text-align: center;
    color: #f4f4f4;
    margin-left: 200px;
    /*color: #AED99A;*/
    /*color: #9BCAF2;*/
}

.principal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #F4F4F4;
}

p {
    font-family: 'Courier New', Courier, monospace;
}

.paragrafo {
    text-align: justify;
}

.titulo {
    text-align: center;
}

.fundo {
    text-align: center;
    color: black;
}


 li{
    float:left;
    padding: 20 10 20 10;
 }

 li:hover{
     background-color:#aed99a7c;
     border-radius: 15%;
     transition-property: all;
     transition-duration: 0.5s;
}

.sec1 {
    display: flex;
    padding: 2%;
    float: left;
    clear: both;
}

#home {
    margin: 5px;
    padding-top: 5px;
    padding-right: 10px;
}

.ods1 {
    display: block;
}

#txt2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.sec2 {
    padding:35px;
    width: 94,75%;
    clear: both;
    height: 500px;
}

#img1 {
    float: left;
    margin: 5px;
    padding-left: 10px;
    padding-top: 20px;
    width: 30%;
}

#ods {
    width: 30%;
    float: left;
    padding: 2%;
}

.sec3 {
    display: flex;
    padding: 2%;
    float: left;
    clear: both;
}

.sec4 {
    clear:both;
    padding: 50px;
}

.metas1 {
    width: 40%;
    padding:67.4px;
    float:left;
}

.sec5 {
    float: left;
    clear:both;
}

.site1 {
    height: 10%;
    display: auto;
    align-items: center;
    justify-content: center;
    margin-left: 42%;
    /*padding-bottom: -50%;*/
    /*borda folha*/
    color: white;
    border: 30px solid transparent;
    font-size: 100%;
    background-color: rgb(120, 214, 117);
    border-image: url(./img/fundosite.png) 150 round;
    margin-right: -50%;
    text-decoration-line: none;
    /*borda limpa*/
    /*left: 50%;*/
    background-color: #AED99A;
   /*border: 0.5em #79ac6125 double;
    border-radius: 25%;
    padding: 1% 1%;*/
}

.site2 {
    height: 10%;
    display: auto;
    align-items: center;
    justify-content: center;
    /*borda folha*/
    color: white;
    border: 30px solid transparent;
    font-size: 100%;
    background-color: rgb(120, 214, 117);
    border-image: url(./img/fundosite.png) 150 round;
    margin-right: -50%;
    text-decoration-line: none;
    /*borda limpa*/
    /*left: 50%;*/
    background-color: #9BCAF2;
   /*border: 0.5em #79ac6125 double;
    border-radius: 25%;
    padding: 1% 1%;*/
}

.sec6 {
    clear: both;
    display:block;
    background-color: #9BCAF2;
    padding-left: 20px;
    padding-top: 20px;
    height: 430px;
}

#about {
    float:left;
    padding-left: 5%;
    padding-top: 3%;
    text-align: justify;
    width: 40%;
}

.sm {
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: -18px;
}

.meio {
    text-align: center;
    padding-bottom: 2%;
}

#psi {
    text-align: center;
}

#foto {
    float: right;
    position: relative;
    padding-left: 2%;
    padding-top: 3%;
    width: 40%;
    border-radius: 100%;
    padding: 0 2%;
    padding-top: 4%;
    display: block;
    width: 60%;
    float: none;
    transform: translateX(18%);
}
 
#footer {
    float: left;
    padding: 0 5%;
    position: relative;
    width: 45%;
}

#txt3 {
    padding-bottom: 20px;
    padding-top: 20px;
    color: whitesmoke;
    text-align: center;
}

.creditos {
    margin-left: 25px;
    text-align: center;
    padding: 0%;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    list-style: none;
    display: inline-flexbox;

}

