.elementor-kit-5{--e-global-color-primary:#323232;--e-global-color-secondary:#54595F;--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 Serif";--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.site-title {
  display: none !important;
}

.custom-logo {
  display: none !important;
}

body {
  overflow-x: hidden;
}

/* Centra y adapta el logo en móviles */
@media (max-width: 768px) {
  .elementor-widget-image img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }

  .elementor-heading-title {
    text-align: center;
    font-size: 16px;
  }

  .elementor-icon-list-items {
    justify-content: center;
  }
}

/* Evita desbordes y desplazamientos horizontales */
body {
  overflow-x: hidden;
}

/* Centra y fija el ancho máximo de la estructura */
.elementor-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Ajuste general para logos e imágenes */
.elementor-widget-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

header.site-header,
.site-header,
.header,
#masthead {
  display: none !important;
}

/* Panel lateral del menú hamburguesa (abre desde la derecha, ancho fijo) */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open {
  display: block !important;
  opacity: 1 !important;
  left: auto !important;
  right: 0 !important;
  z-index: 99999 !important;
  background: #1A2634 !important; /* Cambia por el color que prefieras */
  width: 350px !important; /* Puedes ajustar a 30vw si prefieres porcentaje */
  max-width: 90vw !important;
  height: 100vh !important;
  overflow-y: auto !important;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: -4px 0 16px rgba(0,0,0,0.2);
  transition: right 0.3s;
}

/* Overlay oscuro detrás del panel */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #1A2634
  z-index: -1;
}

/* Enlaces del menú */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open a {
  color: #fff !important;
  font-size: 1.1em;
}

/* Submenús */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open .premium-sub-menu {
  background #157bb5 !important;
}

/* Íconos de flecha */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open .premium-dropdown-icon {
  color: #fff !important;
}

/* Botón de cerrar (X) más visible */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open .premium-mobile-menu-close i {
  color: #fff !important;
  font-size: 2em !important;
}

/* Opcional: Espaciado interno para el panel */
.premium-mobile-menu-outer-container.premium-vertical-toggle-open .premium-mobile-menu-container {
  padding: 24px 16px 24px 16px !important;
}

@media (max-width: 767px) {
  /* Evita scroll lateral */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

/* Añadir en Elementor → Custom CSS */
@media (max-width: 767px) {
    .elementor-invisible,
    .elementor-animation-,
    [class*="elementor-animation-"] {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}/* End custom CSS */