#footer a:hover{
  color: #a5a5a5 !important;
}

.list-news div{
    position: relative;
    float: left;
    width: 33.333333333%;
    margin: 50px 0 25px;
  margin-top: 0;
    border-left: 25px solid rgba(0,0,0,0);
    font-size: 1em;
}

.list-news div figure{
      height: 343px !important;
}

.list-news div li{
  width: 100% !important;
}

.list-news div li:last-child{
  margin-top: 20px;
}

.list-news div li img {
    max-height: 343px !important;
}

@media only screen and (max-width: 62.5em){
.list-news div {
    width: 100%;
    margin-top: 35px;
  border-left: 0;
}
  
.list-news div li{
    width: 50% !important;
  margin-top: 0 !important;
  }
  
.list-news div figure{
      height: auto !important;
}  
  
  .list-news div li img {
    max-height: 442px !important;
}
  
}

@media only screen and (max-width: 47.5em){
  .list-news div li{
    width: 100% !important;
  }
  
    .list-news div li img {
    max-height: 1000px !important;
}
}





#content > .module-featured:first-child{
 margin-top: -20px; 
}

#nav{
      display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
      font-size: 14px;
    letter-spacing: 0.1em;
  text-transform: uppercase;
  
}

#nav ul a{
  color: #9b9b9a !important;
  font-weight: 500 !important;
}

#nav ul a:hover{
  color: #000 !important;
}

#nav ul:first-child{
  padding-right: 20px;
}

#footer nav > *:last-child{
  flex-basis: 50%;
}

#footer {font-family: 'Dosis';font-size: 11px;text-transform: uppercase;font-weight: bold;letter-spacing: 0.2em;}

#footer a {
    font-weight: bold !important;
}

#footer h2 {
    font-weight: BOLD;
}

#footer nav > * {
    flex-basis: 25%;
}

#footer p{
  font-size: 1em;
}

#footer h3{
  font-size: 1em;
}

#footer .list-social{
  float: left;
}

#footer .form-newsletter {
    text-align: left;
}

#footer .form-newsletter p {
    margin-left: 0;
    max-width: 100%;
    font-size: 1.4em;
}

#footer .form-newsletter input {
    background: 0 none;
    border: 0 none;
    border-bottom: 1px solid #646567;
    width: calc(100% - 185px);
}

#footer .form-newsletter button {
    margin-left: 1em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
}

ul.list-brands a {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Dosis', serif;
    text-transform: uppercase;
}