footer {
    height: auto;
    width: 100%;
    background: #3E3E3E;
    padding: 5%;
    color: #fff;
    font-size: 18px;
    border-top: 50px solid #2A2A2A;
}

footer ul {
    margin-bottom: 30px;
}

footer ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff !important;
}

footer ul li a:hover {
    color: #ff8d00;
}

footer ul li:nth-child(-n+1) {
    margin-left: 0;
}


/*estilos noticias home*/
.region .region-content-noticias .field-content img {
    width: 100%;
    height: 186px;
    object-fit: cover;
  }
  
  .region.region-content-noticia img {
    object-fit: cover;
    height: 465px;
    width: 100%;
  }

  #intervalSelect {
    background-color: #fc581a;
    color: white;
    border-color: #fc581a;
    padding: 8px;
    font-size: 1rem;
    border-radius: 4px;
}

#intervalSelect:hover {
    background-color: #ff946e; /* Cambia el color al pasar el mouse */
}
