@charset "utf-8";

.main-content {
    background: url(../images/bg-oquefazemos.jpg) center top repeat-y;
    margin: 2em auto;
    max-width: 1122px;
    padding: 2em 0 0 0;
    position: relative;
    width: 90%;
}

.main-content .search-result, .main-content .search-result-sub{
    padding: 0 1.5em;
    margin: 0.5em 0 1em;
}

.highlight_keyword {
    color: darkorange;
}

.relva {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 3.5em;
    /* overflow: hidden; */
    margin: 0;
    /* padding: 1em; */
    width: 100%;
    z-index: 1;
}

.relva img {
    height: 80px;    
}

@media screen and (min-width:480px){

    
    .relva img {
        height: auto;
    }

}

@media screen and (min-width:640px){
    .main-content {
      margin: 1em auto 2em auto;
    }

    .relva {
        height: 105px;
    }
    .relva img {
        height: auto;    
    }
}

@media screen and (min-width:768px){
    .main-content {
      margin: 2em auto;
    }
    
}

@media screen and (min-width:1024px){

    .main-content {
      margin: 1em auto 2em auto;
    }
    
}