/**
Theme Name:  Mitziweb
Author: Ramón Pons
Author URI: https://mitziweb.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitziweb
Template: astra
*/
/* ***********
 * Menu */
.main-navigation .menu-contacto {
    background-color: #0067FF !important;
    border-radius: 4px; /* Opcional: añade bordes redondeados tipo botón */
    transition: background-color 0.3s ease; /* Transición suave */
}

.main-navigation .menu-contacto a.menu-link {
    color: #ffffff !important;
}

/* Color de fondo al pasar el cursor (Hover) */
.main-navigation .menu-contacto:hover {
    background-color: #005EE9 !important;
}

.main-navigation .menu-contacto:hover a.menu-link {
    color: #ffffff !important;
}
.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 50px;
}
/* Oculta el texto del título del sitio manteniendo el logo visible */
.site-branding .site-title, 
.ast-site-identity .site-title {
    display: none !important;
}
