
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list .small-article-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article.small {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
article.small .meta {
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 200;
  margin: 0;
}
article.small .meta li {
  font-size: 10px;
  font-size: 1rem;
}
article.small .meta li a {
  color: #ffffff;
  background: #555;
  padding: 4px 5px 3px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
article.small .meta li a:hover {
  color: #ffffff;
  background: #999;
}
article.small .meta + .toPost .title {
  margin-top: 10px;
}
article.small .img-wrap {
  float: left;
  width: 100px;
  height: 98px;
  position: relative;
  overflow: hidden;
}
article.small .img-wrap img {
  max-width: 150%;
}
article.small .title {
  font-size: 18px;
  line-height: 1.15;
  padding: 10px 5px 34px 110px;
  margin: 0;
}
article.small .title .post-group {
  display: none;
}
article.small .excerpt {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  font-family: 'Exo 2', sans-serif;
  font-weight: 300;
  line-height: 21px;
  padding: 10px 10px 0;
}


section.Home-news .list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  section.Home-news .list .small-article-wrap {
    margin: 0;
    padding: 0;
  }
  section.Home-news .frontList .small-article-wrap {
    width: 31.25%;
    display: inline;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 175px;
    width: 20%;
  }
  section.Home-news .frontList .small-article-wrap article.small {
    height: 175px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  section.Home-news .frontList .small-article-wrap article.small .article-body{
    position: absolute;
    left: 0; bottom: 0;
    height: 175px; /* padding-bottom: 20px;  alto original 175px  modificado 100px */
    z-index: 150;
    width: 100%;
    transition: background ease 0.5s;
    -webkit-transition: background ease 0.5s;
    /*background: rgba(4, 53, 82, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(4, 53, 82, 0), rgba(4, 53, 82, 1));
    background: none, linear-gradient(180deg, rgba(4, 53, 82, 0), rgba(4, 53, 82, 1));*/
    
    background: url(../images/bg-gradient-FEATblue_2.png) repeat-x center bottom;
  }
  section.Home-news .frontList .small-article-wrap article.small .video{
	  background: #fec223 url(../images/ico-news-video.png) no-repeat center center;
	  border-radius: 50%;
	  height: 30px;
	  position: absolute;
	  right: 10px;
	  text-indent: -9999em;
	  top: 10px;
	  transition: .2s ease all;
	  width: 30px;
	  z-index: 51;
  }
  	section.Home-news .frontList .small-article-wrap article.small:hover .video{ background: #ffd500 url(../images/ico-news-video.png) no-repeat center center; }
  section.Home-news .frontList .small-article-wrap article.small .article-body:hover .title {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  section.Home-news .frontList .small-article-wrap article.small .article-body:hover .excerpt{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
    section.Home-news .frontList .small-article-wrap article.small .article-body:hover .excerpt span.date{
      float: left;
      font-size: 12px;
      margin: 0 0 10px;
      width: 100%;
    }
  section.Home-news .frontList .small-article-wrap article.small .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50;
    margin: 0;
  }
  section.Home-news .frontList .small-article-wrap article.small .img-wrap img {
    position: relative;
    max-width: 150%;
    height: 120%;
  }
  /* OTHERS TITLE */
  section.Home-news .frontList .small-article-wrap article.small .title {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 95%;
    position: absolute;
    bottom: 10px;
    
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 500;
    
    padding: 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    color: #ffffff;
    z-index: 200;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);

  }
  /* OTHERS DATE */
  section.Home-news .frontList .small-article-wrap article.small .title .date{
  	font-size: 12px;
  	font-weight: 300;
  	text-transform: none;
  	margin-top: 9px;
  }
  /* OTHERS VIEWS */
  section.Home-news .frontList .small-article-wrap article.small .title .views{
  	background: transparent url(../images/ico-views-home-news.png) no-repeat left center;
  	float: right;
  	font-size: 12px;
  	font-weight: 300;
  	text-transform: none;
  	margin-top: -13px;
  	padding-left: 20px;
  }
  /* OTHERS EXCERPT */
  section.Home-news .frontList .small-article-wrap article.small .excerpt {
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(320px);
    transform: translateY(320px);
    
    background: rgba(0, 134, 217, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 134, 217, 0.1), rgba(0, 134, 217, 1));
    background: none, linear-gradient(180deg, rgba(0, 134, 217, 0), rgba(0, 134, 217, 1));
    
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  section.Home-news .frontList .small-article-wrap:first-child {
    width: 60%;
    height: 350px;
    margin: 0;
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small {
    height: 100%;
    width: 100%;
  }
  /* FEATURED ARTICLE BODY */
  section.Home-news .frontList .small-article-wrap:first-child article.small .article-body{
    background: url(../images/bg-gradient-FEATblue_2.png) repeat-x center bottom;
    /*background: rgba(4, 53, 82, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(4, 53, 82, 0), rgba(4, 53, 82, 1));
    background: none, linear-gradient(180deg, rgba(4, 53, 82, 0), rgba(4, 53, 82, 1));*/
    bottom: 0;
    left: 0;
    height: 100%; /* posible alto 60% */
    padding: 0 0 0;
    width: 100%;
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small .article-body:hover .title {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small .article-body:hover .excerpt{
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small .article-body:hover .excerpt span.date{
    float: left;
    font-size: 12px;
    margin: 0 0 10px;
    width: 100%;
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small .img-wrap img {
    height: auto;
  }
  /* FEATURED TITLE */
  section.Home-news .frontList .small-article-wrap:first-child article.small .title {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size: 18px;
    position: absolute;
    color: #ffffff;
    left: 0;
    bottom: 1%;
    background: transparent;
    margin: 0;
    line-height: 1;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    width: 590px;
  }
  /* FEATURED DATE */
  section.Home-news .frontList .small-article-wrap:first-child article.small .title .date{
  	font-size: 14px;
  	font-weight: normal;
  	text-transform: none;
  	margin-top: 10px;
  }
  /* FEATURED EXCERPT */
  section.Home-news .frontList .small-article-wrap:first-child article.small .excerpt {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    background: rgba(0, 134, 217, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 134, 217, 0.1), rgba(0, 134, 217, 1));
    background: none, linear-gradient(180deg, rgba(0, 134, 217, 0), rgba(0, 134, 217, 1));
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 50px 15px 5%;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    overflow: visible;
  }
  section.Home-news .frontList .small-article-wrap:first-child article.small .excerpt:before {
    /*content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    top: -30px;
    left: 0;
    background: rgba(0, 0, 0, 0.5) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: none, linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
  }

.logo {
   animation: fotohome 20s ease-in-out infinite;
     
}
 

@keyframes fotohome {
  0% {
    transform: scale(1, 1);
  }
 
   50% {
    transform: scale(1.1, 1.1);
  }
  
  100% {
    scale(1.2, 1.2);
  }
}