.mcopo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mcimgems {
    width: 100%;
}

.mcimgems img {
    width: 100%;
}

.mctexto {
    width: 80%;
    /*
    height: 600px;
    */
    background-color: #fff;
    margin-top: -60px;    
    margin-bottom: 60px;
    z-index: 999;
}

.mctitulo {
    width: 100%;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    flex-wrap: wrap;
}

.mctfrA {
    color: #000;
    font-weight: 700;
    margin-right: 30px;
    font-size: 2.4em;
}

.mctfrB {
    color: #8b8b8b;
    font-size: 1.3em;
}

.mcttxt {
    font-size: 1.2em;
    padding: 20px;
}

@media screen and (max-width: 800px){
    .mctexto {
        margin-top: -30px;    
    }
}

@media screen and (max-width: 500px){
    .mctfrA {
        width: 100%;
    }
}

