/* -------------index menu------------------ */
main{
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
nav.index-menu{
    background-color: rgba(255, 255, 255, 0.922);
    justify-content: flex-end;
    position: relative;
    text-transform: uppercase;

}
nav.index-menu li {padding: 0;}
nav.index-menu li a{
    justify-content: flex-end;
    padding: 20px;
    font-size: larger;
}
.first-apresentation{
    margin: 0;
    width: 100%;
    height: 91.3vh;
    background-image: url("../img/bg-01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#teste p{
    position: relative;
    font-size:1.4rem;
    color: white;
    max-width: 50%;
    text-align: center;
    text-shadow: 1px 2px 1px black;
    text-transform: uppercase;

}
.first-apresentation #teste{
    padding-top: 10%;
    width: 100%;
}
#teste1 {
    position: relative;
    width: 50%;
    height: 50%;
}
#teste1 svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    }

    .second-apresentation{
        text-align: center;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
.second-apresentation .icones{
    padding: 10px;
    max-width: 90%;
    min-height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto auto;
    justify-content: center;
}
.second-apresentation img{
    width: 18%;
    height: 12%;
    border-radius: 9px;
    border: 4px solid silver;
    margin: 10px;
    padding: 5px;
}
.third-apresentation{
    background: radial-gradient(circle at 10% 20%, rgb(7, 121, 222) 0%, rgb(20, 72, 140) 90%);
    width: 100vw;
    height: 100vh;
}
.third-apresentation h2{
    background-color: white;
    border-top: 1px solid black;
    padding: 10px;
    color: black;
    text-align: center;
}
.third-apresentation a{
    font-size: 1.5rem;
}