/* MEI */ 
.page-mei {
    display: flex;
    flex-direction: column;
    display: none;
    width: 100%;
    height: 100%;
}

.content-mei {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-radius: 8px;
    margin-top: 10%;
    background-color:#eee;
    display: flex;
    justify-content: center; 
    align-items: center;
    box-shadow: 6px 6px grey;
  }

.onview {
    display: flex !important;
}
    
.texto-mei {
    /* text-transform: uppercase; */
    background-color: #eee;
    font-family: 'Calibri';
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    height: 80%;
    width: 100%;
    margin-left:30px;
    color: #000;
    font-size: 1.5em;
}
    
.texto-mei div{
    margin-bottom: 35px;
}
    /* AQUI É A DIV EM QUE ESTA A IMAGEM */
.img-mei {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: none 20px;
}

.img-mei img {
    width: 75%;
    height: auto;
}
    
.rodape-mei {
    width: 100%;
    height: 23%;
    border-radius: 8px;
    margin-top: 10px;
    color: #55a569;
    background-color:#eee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px grey;
}

@media (max-width: 1350px) {

div.img-mei {
    display: none;
}

div.rodape-mei {
    display:none
  }

}
