@media (max-width: 767px) {

   body{
      /* background-color: #00F !important; */
      /* background-image: none !important; */
   }

   .container > .navbar-header,
   .container-fluid > .navbar-header,
   .container > .navbar-collapse,
   .container-fluid > .navbar-collapse{
      min-height: auto;
   }

   #text-7 .widget-wrap .textwidget{
      width: 100%
   }

   /* RECOMENDADOS NA PÁGINA PRINCIPAL */
   #front1 .destaque_home_artigos{
      width: 100% !important;
      margin-right: 0px !important;
      margin-bottom: 10px !important;
   }

   /* SIDEBAR HOME */
   #front1b{
      max-width: 100% !important;
   }

   #front3 .widget{
      width: 100% !important;
      min-height: auto !important;
      margin-right: 0 !important;
      margin-bottom: 14px !important;
   }

}