.cont-search-in-page .cont-logo, header .cont-logo {
   min-width: 185px;
    max-width: 185px;
    height: 85px;
}
footer .row-1 .c-left .cont-logoFooter {
    min-width: 180px;
    max-width: 180px;
    height: 90px;
}
.mvv{
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    position: relative;
    top: -50px;
    padding-bottom: 40px;
}
.mvv li{
    display: inline-block;
    width: 33.33333%;
    float: left;
    padding: 0 30px;
}
.mvv li .cont-icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 50px -5px rgba(0,0,0,0.56);
    -moz-box-shadow: 1px 1px 50px -5px rgba(0,0,0,0.56);
    box-shadow: 1px 1px 50px -5px rgba(0,0,0,0.56);
margin-bottom: 25px;
}
.mvv li:hover .cont-icon{
    background-color: rgba(255, 255, 255, 1);
}
.mvv li .cont-icon img{
    width: 35px;
    height: 35px;
}
.mvv li h5{
    text-align: center;
    font-size: 22px;
    margin: 22px 0 12px;
    color: #333333;
}
.cont-sobre .row-2 .mvv li,
.cont-sobre .row-2 .mvv li p {
  font-size: 14px;
  text-align: center;
  color: #616161;
  line-height: 1.4;
  letter-spacing: 0.02em;
}


/* Efects */
.mvv li .cont-icon{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Media Query */
@media screen and (max-width: 767px){
    .mvv{
        flex-wrap: wrap;
    }
    .mvv li{
        width: 100%;
        margin-bottom: 60px;
    }
    .mvv li:last-child{
        margin-bottom: 0;
    }
}
.cont-sobre .row-1{
    padding: 50px 0 100px 0;
    background-color: #ebcd92;
}
.cont-sobre .row-1 h2{
    font-size: 27px;
    color: #7d5a12;
    margin-bottom: 15px;
}
.cont-sobre .row-1 p{
    line-height: 1.3;
    color: #7d5a12;
    font-size: 16px;
}