/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2026 | 15:55:51 */
/* SUPER SELECTOR: Su alta especificidad anula por completo a Elementor y a Chrome */

html body .navbar-brand,
html body .navbar-brand-inner,
html body header a,
html body .navbar-brand *,
html body header a:focus,
html body header a:active,
html body header a:focus-visible {
    outline: 0px solid transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Fuerza el tamaño grande del logo ignorando las reglas de Elementor */
html body .navbar-brand img,
html body #logo img {
    transform: none !important;
    max-height: 68px !important;
    width: auto !important;
}

/* Adaptación estricta para teléfonos móviles */
@media (max-width: 768px) {
    html body .navbar-brand img,
    html body #logo img {
        max-height: 52px !important;
    }
}/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

