/*columnas*/
#columnaslogos {

column-count: 2;
  background: #fff;
  Padding: 2em;
}

#columnaslogos li  {
  list-style: none;
 } 
  
#columnas {
column-count: 5;
   column-gap:20px;
   column-rule:4px;
}

#columnas li {
  list-style: none;
}

#columnas6 {
width: 75%;
  column-count: 3;
   column-gap: 5px;
   column-rule:2px;
}

#columnas6 li  {
  list-style: none;
}





/*iconos google*/



.material-symbols-outlined {
    
    font-size: 25px;
  color: #cfcfcf;
  
}

.negro {
    color:#000;
 
  
}
.pequeno {
    font-size: 14px!important;
  
}
 


/*Ajustes a la cabecera*/
/* Top 2 */
#sp-top2{
    background:#a60500;
    color:#fff;
    padding: 8px 0;
}
#sp-top2 ul.sp-contact-info{
    float: right;
}
#sp-section-1 {
    background-color: #a60500!important;
    color: #fff;
    margin: 250 px;
}
h1
{
   
    color: #a60500!important;
    
}

/*Menu e icono de hamburgesa*/
#sp-menu .sp-megamenu-wrapper{
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

li {
    list-style-image: url(/images/bullet.gif);
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 3px;
    margin-top: 3px;
}
