.row-fluid.banner.mini-banner.hidden-phone {
    display: flex;
}

@media (max-width: 767px){
.row-fluid.banner.mini-banner.hidden-phone {
    display: block !important;
}
}

@media (max-width: 769px){
.top-header a {
    font-size: 10px !important;
  }
}

@media (max-width: 768px){
.mini-banner .modulo:nth-child(1), .mini-banner .modulo:nth-child(2) {
    width: 100% !important;
    display: block !important;
   }
}

.modulo.span4:nth-child(2) {
    width: 340px;
}

.modulo.span4:nth-child(3) {
    width: 360px;
}

.modulo.span4:nth-child(3) img{
     height: 365px;


}

.row-fluid.banner.mini-banner.hidden-phone {
    justify-content: center;
}

@media (max-width: 768px){
.modulo.span4 img:nth-child(1) {
    width: 400px !important;
  }
  
  .modulo.span4:nth-child(3) {
    width: 100% !important;
}
}


div#instagram-feed {

display: none;

}

