.elementor-kit-28088{--e-global-color-primary:#000000;--e-global-color-secondary:#01808C;--e-global-color-text:#707070;--e-global-color-accent:#FC858C;--e-global-color-bdd9e2a:#EDF6F7;--e-global-color-773602d:#F85963;--e-global-color-fb6fc88:#007F8B;--e-global-color-f23e211:#3EBBC8;--e-global-color-394de08:#FFFFFF;--e-global-color-9002d9e:#FF9198;--e-global-color-3585599:#FFC5C9;--e-global-color-a83bc74:#FB626B;--e-global-color-74806ed:#141414;--e-global-color-19d9be1:#FF0000;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-text-font-family:"Nunito";--e-global-typography-accent-font-family:"Nunito";}.elementor-kit-28088 button,.elementor-kit-28088 input[type="button"],.elementor-kit-28088 input[type="submit"],.elementor-kit-28088 .elementor-button{background-color:#FF0000;}.elementor-kit-28088 e-page-transition{background-color:#FFBC7D;}.elementor-kit-28088 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */table th {
    background: #ff0000;
    color: #fff;
    padding: 10px;
}
button.gpnf-add-entry {
  background-color: red !important;
  color: white; /* Para que el texto se lea mejor */
  border: none;
  padding: 10px 15px;
  border-radius: 5px; /* Opcional, esquinas redondeadas */
  cursor: pointer;
}
#gform_submit_button_7 {
  background-color: red !important;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

th.gpnf-field-1,
th.gpnf-field-2,
th.gpnf-field-3 {
  background-color: red !important;
  color: white !important;
  padding: 8px 12px; /* opcional, mejora legibilidad */
  text-align: left; /* opcional, ajusta alineación */
}

th.gpnf-row-actions {
  background-color: red !important;
  color: white !important;
  padding: 8px 12px; /* opcional */
  text-align: left;   /* opcional */
}
/* Menu principal de Elementor siempre encima */
.elementor-nav-menu--main {
    position: relative; /* o fixed si quieres que siempre esté visible al hacer scroll */
    z-index: 30; /* valor muy alto para que esté encima de todo */
}

/* Si el toggle del móvil también debe estar encima */
.elementor-menu-toggle {
    position: relative;
    z-index: 9999;
}
.gform_heading {
    display: none !important;
}
#gform_submit_button_9 {
    background-color: #d60000; /* rojo */
    color: #ffffff; /* blanco */
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px; /* opcional, bordes redondeados */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* efecto hover */
#gform_submit_button_9:hover {
    background-color: #a80000; /* rojo más oscuro al pasar el ratón */
}
body{
    width:100%;
    overflow-x:hidden;
    overflow-y:hidden;
}/* End custom CSS */