.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;
}

.sfmeio {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.sfcolun {
}

.sfcolunb {
}

.ncampo {
    width: 100%;
    padding: 10px 0 3px 0;
    font-size: 0.9em;
}

.sfmeio input,
.sfmeio textarea,
.sfmeio select {
    font-size: 1.1em;
    padding: 10px;
    background-color: #cae3fd;
    border: none;
    border-radius: 3px;
}

.m {
    width: 40%;
}

.g {
    width: 60%;
}

.p {
    width: 30%;
}

.pp {
    width: 20%;
}

.ppp {
    width: 8%;
}

.sfmeio [type="submit"] {
    background-color: #00346a;
    color: #fff;
    margin-top: 10px;
    padding: 10px 30px;
}

.sfmeio [type="submit"]:hover {
    background-color: #0066d0;
    cursor: pointer;
}

.sftop {
    width: 100%;
    text-align: center;
    }

:focus {
outline: 0;
}

@media screen and (max-width: 1200px){
    .g {width: 80%;}
    .m {width: 60%;}
    .p {width: 50%;}
    .pp {width: 40%;}
}

@media screen and (max-width: 800px){
    .sfmeio {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 500px){
    .mctfrA {
        width: 100%;
        font-size: 1.5em;
    }
    
    .g {width: 90%;}
    .m {width: 70%;}
    .p {width: 60%;}
    .pp {width: 50%;}
    .ppp {width: 16%;}
    
    .mctitulo {
        width: 100%;
        display: flex;
        padding: 10px 10px 10px 20px;
        align-items: center;
        flex-wrap: wrap;
    }
}
