 Theme Name:   Astra Child
 Theme URI:    https://alsatsl.com/
 Description:  Tema hijo de Astra
 Author:       Miguel
 Author URI:   https://ipexsal.es/
 Template:     astra
 Version:      1.0.0


/* Aquí puedes agregar tus estilos personalizados */

/* Botón estilo primario en menú o footer */
li.menu-boton > a {
    background-color: #ff6b35 !important; /* Fondo naranja */
    color: #ffffff !important;            /* Texto blanco */
    padding: 10px 20px !important;
    border-radius: 30px !important;       /* Redondeado */
    font-weight: 600 !important;
    text-transform: uppercase;
    display: inline-block !important;
    line-height: normal !important;
    border: 2px solid #ffffff !important; /* Borde blanco para cabecera transparente */
    transition: all 0.3s ease !important;
}

/* Hover efecto */
li.menu-boton > a:hover {
    background-color: transparent !important; /* Fondo transparente */
    color: #ff6b35 !important;                /* Texto naranja */
    border-color: #ff6b35 !important;         /* Borde naranja */
    transform: scale(1.05);
}

/* Botón primario (naranja con borde blanco) */
li.menu-boton2 a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 5px !important;
    background-color: #ff6b35 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: normal !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}
li.menu-boton2 a:hover {
    background-color: transparent !important;
    color: #ff6b35 !important;
    border-color: #ffffff !important;
    transform: scale(1.05);
}

.last-updated {
  font-size: 0.9em;
  color: #666;
  margin-left: 5px;
}

.texto-hover {
  color: #ff6b35; /* color normal */
  transition: color 0.3s ease; /* animación suave */
}

.texto-hover:hover {
  color: red; /* color al pasar el cursor */
}



