.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;
}

.quadrado {
    width: 100%;
    /*
    background: orange;
    */
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infomac {
    width: 70%;
    padding: 20px;
    background-color: #B5E8FD
}

.infTit {
    font-size: 1.8em;
    padding-bottom: 15px;
}

.infTxt {
    padding-bottom: 15px;
}

.infBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 35px;
    text-decoration: none;
    background-color: #003C61;
    color: #fff;
}

.linform {
    width: 100%;
    /*
    border: 1px solid #000;
    */
    padding: 10px 0;
}

.linform input {
    font-size: 1.1em;
    padding: 10px;
    background-color: #fdfdfd;
    border: none;
}

.linform input[type="submit"] {
    background-color: #00346a;
    color: #fff;
    margin-top: 10px;
    padding: 10px 30px;
}

.linform input[type="submit"]:hover {
    background-color: #0066d0;
    cursor: pointer;
}

.Tg {
    width: 60%;
}

:focus {
outline: 0;
}

@media screen and (max-width: 500px){

}

@media screen and (max-width: 400px){

}