.elementor-462 .elementor-element.elementor-element-32f7d0fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-462 .elementor-element.elementor-element-4e7c093c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:6em 1em 1em 1em;}.elementor-462 .elementor-element.elementor-element-4e7c093c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-462 .elementor-element.elementor-element-5c68c22a{text-align:center;}.elementor-462 .elementor-element.elementor-element-5c68c22a .elementor-heading-title{font-family:var( --e-global-typography-bc480da-font-family ), Sans-serif;font-size:var( --e-global-typography-bc480da-font-size );font-weight:var( --e-global-typography-bc480da-font-weight );line-height:var( --e-global-typography-bc480da-line-height );color:var( --e-global-color-7112c96 );}.elementor-462 .elementor-element.elementor-element-76943314{text-align:center;}.elementor-462 .elementor-element.elementor-element-76943314 .elementor-heading-title{font-family:var( --e-global-typography-c2b22ff-font-family ), Sans-serif;font-size:var( --e-global-typography-c2b22ff-font-size );font-weight:var( --e-global-typography-c2b22ff-font-weight );line-height:var( --e-global-typography-c2b22ff-line-height );color:var( --e-global-color-c19647c );}.elementor-462 .elementor-element.elementor-element-392f1615{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-462 .elementor-element.elementor-element-5c68c22a .elementor-heading-title{font-size:var( --e-global-typography-bc480da-font-size );line-height:var( --e-global-typography-bc480da-line-height );}.elementor-462 .elementor-element.elementor-element-76943314 .elementor-heading-title{font-size:var( --e-global-typography-c2b22ff-font-size );line-height:var( --e-global-typography-c2b22ff-line-height );}}@media(max-width:767px){.elementor-462 .elementor-element.elementor-element-1be6a444 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-462 .elementor-element.elementor-element-5c68c22a .elementor-heading-title{font-size:var( --e-global-typography-bc480da-font-size );line-height:var( --e-global-typography-bc480da-line-height );}.elementor-462 .elementor-element.elementor-element-76943314 .elementor-heading-title{font-size:var( --e-global-typography-c2b22ff-font-size );line-height:var( --e-global-typography-c2b22ff-line-height );}}/* Start custom CSS for html, class: .elementor-element-56980d2 *//* Reset de estilos */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
    }

    /* Contenedor del menú */
    nav {
      
      padding: 10px 20px;
      position: relative;
      display: flex;
      justify-content: center;
    }

    /* Menú */
    .menu {
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .menu li {
      margin: 0 10px;
    }

    .menu a {
      text-decoration: none;
      color: white; /* Letras blancas */
      padding: 10px 15px;
      display: inline-block;
      font-weight: bold;
      font-size: 18px;
    }

    .menu a:hover {
      background-color: #333; 
      border-radius: 5px;
    }

  /* Responsive */
@media screen and (max-width: 768px) {
  .menu {
    flex-wrap: wrap; /* Permite que los elementos se ajusten si no caben en una sola línea */
    padding: 0; /* Elimina el padding del menú */
  }

  .menu li {
    margin: 0; /* Elimina los márgenes de los elementos de la lista */
  }

  .menu a {
    font-size: 15px; /* Reducimos el tamaño de fuente */
    padding: 5px 8px; /* Ajustamos el padding para que no se vea muy grande */
  }
}

/* Estilos del contenido */
.content {
  padding: 20px;
  text-align: center;
}

    /* Estilos del contenido */
    .content {
      padding: 10px;
      text-align: center;
    }/* End custom CSS */