.mediotres{
    list-style:none;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0;
}

.mediotres li{
    display: inline-block;
    box-sizing:border-box;
	vertical-align: top;
    background-color: #fff;

    font: normal 13px ;
    text-align: left;

    margin: 10px;
    max-width: 360px;
}

/* Article photo */

.mediotres li > a{
    display: block;
    width: 100%;
    height: 155px;
    overflow: hidden;
	border-radius: 2%;
}

.mediotres li > a img{
    width: 100%;
	
}

.mediotres li div{
    padding: 20px 10px;
}

.mediotres li img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

/* Article title */

.mediotres li h2{
    font: bold 16px ;
    margin:0;
	text-align:center;
}

.mediotres li h2 a{
	color: #6B7453;
	text-decoration: none;
}

/* Article excerpt */

.mediotres li div p{
    line-height: 20px;
    color: #5d5d5d;

    margin: 20px 0;
}

/* Read more */

.mediotres li a.read-more{
  border: 0;
  color: #fff;
  height: 50px;
  line-height: 48px;
  font-size: 0.9rem;
  padding: 0 40px;
  background: #8ecf3f;
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.mediotres li a.activa{
  border: 0;
  color: #fff;
  height: 50px;
  line-height: 48px;
  font-size: 0.9rem;
  padding: 0 40px;
  background: #f05fa4;
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.mediotres a.read-more:hover {
  opacity: 0.6;
}


@media (max-width: 790px){
	.mediotres li{
    display: inline-block;
    box-sizing:border-box;
	vertical-align: top;
    background-color: #fff;

    font: normal 13px ;
    text-align: left;

    margin: 10px;
    max-width: 560px;
}
	}




.services-section {
    margin-top: 30px;
}
.inner-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.border {
    width: 160px;
    height: 2px;
    background: #285263;
    margin: 40px auto;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-box {
    max-width: 33.33%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.service-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 3px solid #285263;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 16px;
    transition: 0.3s linear;
}

.service-icon i {
    line-height: 100px;
    font-size: 56px;
}


.service-box img {
    width: 50px;
    height: 50px;
    margin-top: 12px;
}

.service-box:hover .service-icon {
    background: #285263;
    color: #ddd;
}


.service-box:hover .service-icon img{
     filter: invert(1) brightness(2) hue-rotate(20deg) saturate(1000%);
}

.service-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.service-desc {
    font-size: 14px;
}
@media screen and (max-width:960px) {
    .service-box {
        max-width: 45%;}
    }
@media screen and (max-width:768px) {
    .service-box {
        max-width: 50%;}
    }
@media screen and (max-width:480px) {
    .service-box {
        max-width: 100%;
    }
}
