.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;
}


/* SHOPPING */
.shpcap {
    width: 100%;
    margin: 0 auto;
    /*
    background-color: rgba(28, 165, 224, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Merriweather Sans', sans-serif;
    */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5em;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
    color: #00267c;
}

.shpcap .shpcapapr {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    /*
    width: 24.5%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    */
    text-decoration: none;
    color: #00267c;
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);    
    border: 2px solid #e7e7e7;
}

.shpcap .shpcapapr:hover {
    /*
    background-color: #fff;
    */
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #003384;
}

.shpcapapr .capatit,
.shpcapapr .capatitb,
.shpcapapr .capatitc,
.shpcapapr .capatitd {
    width: 100%;
    box-sizing: border-box;
}

.shpcapapr .capatit,
.shpcapapr .capatitc {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em;
}

.shpcapapr .capatit {
    font-size: 2em;
}

.shpcapapr .capatitc {
    font-size: 1.4em;
}

.shpcapapr .capatitb {
    margin-bottom: 1px;
    margin-top: 10px;
    text-align: right;
    font-size: 1.6em;
    /*
    font-weight: bold;
    */
}

.shpcapapr .capatitd {
    text-align: right;
    font-size: 1em;
}




.capaimg {
    width: 90%;
    margin: auto;
}

.capaimg img {
    width: 100%;
}

.capdivis {
    width: 100%;
    height: 10px;
}

/* FINAL SHOPPING */
@media screen and (max-width: 1280px){
    .shpcap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 960px){
    .shpcap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px){
    .shpcap {
        grid-template-columns: repeat(1, 1fr);
    }

}
