.elementor-kit-55{--e-global-color-primary:#193D8D;--e-global-color-secondary:#F93E1A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-55 e-page-transition{background-color:#FFBC7D;}.elementor-kit-55 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:2px;padding-inline-start:2px;}.site-header .site-branding .site-logo img{width:180px;max-width:180px;}.site-footer .site-branding .site-logo img{width:103px;max-width:103px;}.site-footer .copyright p{font-size:10px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-primary {
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #0056a7;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: none;
}

.elementor-button-primary:hover {
    background-color: #004080;
}

a.elementor-button-primary {
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botones-guias {
    display: flex;
    gap: 12px;
}

#mi-menu {
    position: fixed;
    top: -100px; /* Oculta el menú fuera de la vista */
    left: 0;
    width: 100%;
    transition: top 0.3s; /* Efecto de transición suave */
    z-index: 1000; /* Asegúrate de que esté en la parte superior */
}

#mi-menu.visible {
    top: 0; /* Muestra el menú cuando se aplica la clase "visible" */
}

.resaltar {
    background-color: #193d8d; /* Color de fondo */
    color: white; /* Color del texto */
    padding: 2px 5px; /* Espaciado alrededor del texto */
    border-radius: 3px; /* Esquinas redondeadas (opcional) */
}/* End custom CSS */