.auth_copy {
    display: none !important;
}
.site-footer.container.cf {
    display: none !important;
}

.globalsearch{
  display: none !important;
}

@media only screen and (max-width: 768px) {
    .header-siteNameLogo {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    /* Ocultar logo principal */
    .header-siteNameLogo {
        display: none !important;
    }

    /* Ocultar encabezado "Origins" */
    .content-header {
        display: none !important;
    }

    /* Ocultar barra de búsqueda */
    #xn_bar_menu_search {
        display: none !important;
    }

    /* Ocultar header completo si quieres también */
    .site-headerFrame {
        display: none !important;
    }
}


.welcome-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.welcome-option {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s;
  margin-bottom: 20px;
}

.welcome-option:hover {
  transform: scale(1.05);
}

.welcome-option img {
  width: 100%;
  border-radius: 10px;
}

.welcome-option h2 {
  margin: 10px 0;
  font-size: 1.5rem;
}

.welcome-option button {
  background: #ff0055;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}

.welcome-option button:hover {
  background: #ff3388;
}
@media only screen and (max-width: 768px) {
    .content-header {
        display: none !important;
    }
}
