body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #f9f9f9;
  color: #757575;
  font-weight: 200;
}
header{
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}
.global-nav, .contain-news{
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
}
.pre-nav{
  display: flex;
}
.pre-nav img{
  width: 60px;
  height: 60px;
}
.nav-line{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    margin-top: 7px;
}
.arrows{
  align-self: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 2px;
  width: 5%;
  margin-right: -15px;
  text-align: center;
}
nav{
  width: 95%;
}
nav ul{
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
nav ul li{
  list-style: none;
}
nav ul li a{
  color: #757575;
    text-decoration: none;
    padding: 16px 10px;
}
nav ul li a:hover{
  background-color: #f9f9f9;
    color: #333;
    padding: 16px 10px;
}
.busca{
  width: 89%;
}
.busca .form-control {
  padding: 5px 20px 5px 34px;
    width: 93%;
    margin: 12px 5px 12px;
    font-size: 14px;
}
.busca .i-search {
  position: absolute;
    z-index: 2;
    line-height: 3.5rem;
    color: #aaa;
    margin-left: 16px;    
}
/*.arrows{
  display: flex;
}*/
.prev img, .next img{
  width: 16px;
}
/** CONTENT **/
/* Newsletter */
.newsletter {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin: 20px 0;
  padding: 0px 12px;
  text-align: center;
}
.newsletter .close_bis{
  display: none !important;
}
.suscribe{
  display: flex;
  align-self: center;
  min-width: 400px;
  padding-left: 14px;
}
.suscribe input{
  padding: 6px;
  margin-right: 10px;
}
.btn-newsletter{
  display: flex;
  align-self: center;
  background-color: #da552e;
  padding: 7px 14px;
  color: #fff;
  border-radius: 4px;
}
.busca .search-xs{
  display: none !important;
}
.close{
  align-self: center;
}
.close img{
  width: 16px;
}
.login{
  display: flex;
  font-size: 16px;
  letter-spacing: 1.5px;
  align-self: center;
  padding-left: 7px;
  justify-content: space-between;
  width: 7%;
}
.login span{
  margin-top: 18px;
}
/* MAIN */
#contain-all{
  width: 100%;
  max-width: 1100px;
  display: flex;
  padding: 0 15px;
  margin: 0 auto;
}
#main-content{
  width: 100%;
  max-width: 770px;
}
.content1, .content2 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0px 16px;
}
.main-line{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 20px;
}
.main-line h2 {
  font-weight: 400;
}
.item-app{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 16px;
  margin-bottom: 20px;
  margin-left: -14px;
  margin-right: -14px;
}
.last{
  border-bottom: none;
  padding-bottom: 0px;
}
.item-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.item-content h3{
  margin: 0;
  font-weight: 400;
}
.item-content p{
  margin: 3px 0 15px;
}
.item-numbers{
  display: flex;
  justify-content: space-between;
}
.numbers-app, .tags{
  display: flex;
}
.numbers-app a{
  border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    color: #757575;
    font-size: 12px;
    text-transform: uppercase;
}
.numbers-app a i{
  font-size: 12px;
  margin-right: 5px;
}
.tags .category{
  background-color: #f2f2f2;
    border-radius: 4px;
    margin-right: 5px;
    padding: 5px 7px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.tags span{
  align-self: center;
}
.content1 h4, .content2 h4{
  text-align: center;
  /*font-weight: 200;*/
}
/* * content2 * */
.today{
  display: flex;
  justify-content: flex-end;
  align-self: center;
  text-transform: uppercase;
}
.today h4{
  padding: 0 7px;
  border-right: 1px solid #e8e8e8;
}
.today h4:last-child {
  font-weight: 200;
  border-right: none
}
.item-app img{
  width: 86px;
  height: auto;
}
/* ASIDE */
#aside{
  width: 100%;
  max-width: 330px;
  margin-left: 20px;
}
.beside1 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0px 16px;
  text-align: center;
}
.beside1 p{
  text-align: left;
}
.beside2 {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0px 16px;
}
.beside-title{
  display: flex;
  justify-content: space-between;
}
.beside-title h2{
  font-weight: 400;
  margin: 20px 0px 5px;
}
.btn-slack{
  display: inline-block;
  text-transform: uppercase;
  background-color: #da552e;
  padding: 7px 14px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  justify-self:;
}
.chat{
  border-bottom: 2px solid #e8e8e8;
  text-align: left;
  color: #333;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.avatar{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 16px;
  margin-left: -14px;
  margin-right: -14px;
}
.avatar img{
  width: 65px;
  height: auto;
}
.avatar-name{
  display: flex;
  flex-direction: column;
  margin: 5px 15px;
}
.avatar-name h4{
  margin: 3px 0;
  color: #333;
}
.avatar-name p{
  margin: 3px 0 7px;
}
.beside2 .more{
  color: #da542e;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  text-transform: uppercase;
}
/* @MEDIAS */
@media (max-width: 1199px){
  #aside{
    display: none;
  }
  #contain-all, .global-nav, .contain-news{
    width: auto;
  }
  #main-content{
    max-width: 1100px;
  }
}
@media (max-width: 1098px){
  .suscribe{
    min-width: 315px;
  }
}
@media (max-width: 991px){
  .newsletter{
    flex-direction: column;
  }
  .newsletter .close_bis{
    display: block !important;
    text-align: right;
    margin: -38px 2px 0 0;
  }
  .newsletter .close{
    display: none;
  }
  .suscribe {
    margin: 20px 0;
  }
  nav ul li a{
    white-space: nowrap;
  }
}
@media (max-width: 980px){
  .busca .form-control{
    width: 92%;
  }
  .login{
    width: 8%;
  }
}
@media (max-width: 900px){
  nav ul li a{
    padding: 16px 8px;
  }
  nav ul li a:hover{
    padding: 16px 8px;
  }
}
@media (max-width: 880px){
  .busca .form-control{
    width: 90%;
  }
}
@media (max-width: 860px){
  nav ul li:last-child{
    display: none;
  }
}
@media (max-width: 767px){
  .busca .search-lg{
    display: none;
  }
  .busca .search-xs{
    display: block !important;
  }
  .newsletter{
    display: none;
  }
  #contain-all{
    padding: 0;
    width: 100%;
  }
  .arrows{
    width: 8%;
  }
  
  .login{
    padding-left: 20px;
  }
}
@media (max-width: 710px){
  nav ul li:nth-last-child(2){
    display: none;
  }
}
@media (max-width: 680px){
  .login{
    padding-left: 30px;
    width: 10%;
  }
}
@media (max-width: 644px){
  nav ul li:nth-last-child(3){
    display: none;
  }
}
@media (max-width: 544px){
  nav{
    width: 94%;
  }
}
@media (max-width: 532px){
  nav ul li:nth-last-child(4){
    display: none;
  }
  .login {
    padding-left: 37px;
    width: 11%;
  }
}