.news-header{background: #005b8a;}
.news-header__inner{padding: 20px 150px;}
.news-header__title h1{font-size: 25px; color: #FFF;}
.news-header__search .wrapper-input{background: #FFF; box-sizing: border-box; padding: 5px 44px 5px 10px; position: relative;}
.news-header__search .wrapper-input input{color: #2d3037; opacity: .5; font-size: 18px;}
.btn-search{background: #00a8e1; width: 34px; height: 34px; position: absolute; right: 0; top: 0;}
#noticias{padding-top: 174px;}
.news-section{margin-top: 80px;}
.news-box__inner{padding: 10px;}
.news-box__link{display: block; box-sizing: border-box; padding: 10px; transition: .3s;}
.news-box__link:hover{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);}
.news-box__title h2{font-size: 23px; margin: 20px 0 10px 0;}
.news-box__read p{color: #00a8e1; opacity: 0; transition: .3s;}
.news-box__link:hover .news-box__read p{opacity: 1;}


.load-more{display: flex; flex-direction: row; justify-content: center; align-items: center;}
.load-more__line{width: 200px; height: 2px; background: #00a8e1;}
.load-more__button{color: #FFF; background: #00a8e1; display: inline-block; border-radius: 10px; padding: 5px 10px; margin: 30px 20px;}

::-webkit-input-placeholder {
    color: #2d3037;
    opacity: .5;
    font-size: 18px;
}
