/* Imagem de apresentação */
*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    min-height: 300px;
    width: 60%;
}
h1{
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.imagem{
    width: 100%;
    position: relative;
    opacity: 70%;
}

.separador{
    background-color: #b4b4b4;
    color: black;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 40px ;
    line-height: 2;
}

body{
    background-color: white;
}
.text{
    font-size: 20px;
    text-align: justify;
}

.text-highlight{
    font-size: 30px;
    text-align: center;
}
.minor{
    font-size: 15px;
}
.hover{
    text-align: center;
    color: #0083b7;
}
.hover:hover{
    text-decoration: underline;
}

a{
    color: black;
    text-decoration: none;
    border: 2px white;
}

.img1{
    flex: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
}
.img2{
    flex: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
}
.img3{
    flex: 1;
    width: 100%;
    max-width: 400px;
    height: auto;
}
.separador2{
    height: 70%;
    background: #b4b4b4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
}

.separador3{
    font-size: 20px;
    border: 1px;
    color: black;
    text-align: center;
    padding-top: 40px ;
    line-height: 2;
}