<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-homePage .materias-mobile-list{  
    background: #84cdb9;
    padding: 4px;
    border-radius: 3px;
    margin: 8px 0;
    font-weight: 600;
}

.page-homePage .materias-mobile-list a{
  color: white;
}

.page-homePage .materias-mobile-list:hover{  
  background: #11644e!important;
}

@media (max-width: 698px) {
.dropdown-menu-cabecera .menu-explorar{
  width: 100%!important;}
.dropdown-menu-cabecera .menu-explorar li a{
  margin: 0;}
  .dropdown-menu-cabecera .menu-materias {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width:100%;
  -moz-column-width:100%;
  column-width:100%;
  border-left: 1px solid #eee;
  /* margin-top: 6px; */
  }
  .mobile-scroll{
    overflow: scroll;
    max-height: 300px;
  }
  .explorar-mobile.visible-xs{
    color: #900;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 20px;
    text-transform: uppercase;
    -webkit-column-span: all;
    column-span: all;
  }
  .mobile-scroll li.main-nav-title{
    margin: 5px!important;
  }
  .main-nav-title{
    margin: 0px;
    display: block;
  }
  .block-home-news .eventos.col-md-6{
    display: flex!important;
  }
}

@media (min-width: 699px) {
  .menu-materias li.main-nav-title{
    display: none;}}</pre></body></html>