@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #module-title{width:65%;}
  #left_logo{width:45%;margin-right:5%;}
  #right_logo{width:30%;text-align:center;margin:0;}
  #list-container{ display:none;}
  #content_data{padding:15px;}
   #mobile-toggle{position:relative;}
  #mobile-toggle::before{content:"Mostrar índice";}
  #mobile-toggle::after{content:"+";position:absolute;top:0;height:100%;right:15px;font-size:35px;}
  #mobile-toggle.active::before{content:"Ocultar índice";}
  #mobile-toggle.active::after{content:"-";position:absolute;top:0;height:100%;right:15px;font-size:35px;}
  #module-title{font-size: 23px;line-height: 25px; display: none;}
  .goto{    display: block;
    margin: 15px auto;
    float: none !important;}
  
}

@media only screen and (min-width: 600px) {
	/* For tablets: */
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  #mobile-toggle{display:none;}
  .gutter-8{padding:8%;}
  .two-colors-bck{background:linear-gradient(90deg, #ffe6e1 30%, #ffffff 30%);}
  #list-container{display:block !important;}
  
}