.main-content {
  margin: 40px auto;
  padding: 0 16px;
  max-width: 1920px;
}

.form-body {
  /* padding: 40px 20px; */
  /* padding-top: 40px; */
  border-radius: 10px;
  background-color: #e3e0e5;
}

.form-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #cbc8cd;
  /* margin: 30px -20px; */
  /* gap: 10px; */
}

.form-menu .activo {
  background: #5b8fcb;
}

.form-menu > div {
  width: 100%;
  height: 40px;
}

.form-menu > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: 1px solid #FFF; */
}

.form-menu > div > div:first-child {
  /* border-left: 1px solid #FFF; */
}

.form-menu > div > div:last-child {
  height: 100%;
}

.form-menu > div > div span:nth-child(2) {
  padding-left: 4px;
  padding-top: 1px;
}

.mini {
  font-size: 12px;
}

.paso {
  background-color: #87b1e2;
}

.form-container {
  padding: 40px 20px;
}

.form-container *,
.form-container::after,
.form-container::before {
  box-sizing: border-box !important;
}

.ocultar-label > label {
  display: none !important;
}

/* Form paso 1 */
.sponsorship input[type="text"],
.sponsorship input[type="number"],
.sponsorship input[type="email"],
.sponsorship input[type="tel"],
.sponsorship input[type="dni"],
.sponsorship input[type="date"],
.sponsorship input[type="time"],
.sponsorship textarea {
  font-size: 16px;
  font-weight: 500;
  text-indent: 4px;
  padding: 15px;
  color: #333;
  border-radius: 10px;
  border: 1px solid #777;
  outline: none;
  height: 51px;
  width: 100%;
  box-sizing: border-box;
}

.sponsorship textarea {
  height: auto;
  resize: none;
}

.sponsorship select {
  font-size: 16px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  font-size: 16px !important;
  font-weight: 500;
  color: #333;
  border: 1px solid #a5a5a5;
  outline: none;
  padding: 15px;
  height: 51px;
}

.sponsorship select[disabled="disabled"] {
  color: #333;
  background-color: #cbc8cd;
}

.sponsorship select:focus,
.sponsorship textarea:focus {
  box-shadow: none;
  border-color: #a5a5a5;
}

input[type="time"] {
  position: relative;
  /* Necesario para los trucos de posición */
  /* Tu icono SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px;
  padding-right: 30px;
  /* Espacio para no escribir encima del icono */
}

.uploader {
  position: relative;
}

/* Área de subida */
.file-upload-area {
  display: flex;
  flex-direction: column;
  /* icono encima del texto */
  justify-content: center;
  /* centra verticalmente */
  align-items: center;
  /* centra horizontalmente */
  text-align: center;
  background-color: white;
  height: 180px;
  /* ajusta según diseño */
  border: 2px dashed #aaa;
  border-radius: 8px;
  cursor: pointer;
}

/* Icono nube */
.icon-container {
  font-size: 40px;
  margin-bottom: 10px;
  color: #666;
}

/* Texto */
.upload-text {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Icono papelera */
.clean-file {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}

.clean-file:hover {
  color: #c00;
}

.clean-file {
  cursor: pointer;
  display: none;
  /* Oculto por defecto */
}

/* Ocultar el input file pero mantenerlo funcional */
.uploader input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* 2. EL TRUCO PARA CHROME/EDGE */
/* Modificamos el icono nativo de Chrome */
input[type="time"]::-webkit-calendar-picker-indicator {
  /* Hacemos que ocupe todo el input para facilitar el clic */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

input[type="text"].time {
  background-image: none !important;
}

input[type="date"].form-control.date.is-invalid,
input[type="date"].form-control.date.is-valid,
input[type="number"].is-valid,
.sponsorship input[type="number"].is-invalid {
  background-position: right 2.7rem center;
  padding-right: 1rem;
}

input[type="time"].form-control.time.is-valid {
  /* 1. Hacemos sitio a la derecha para que quepan los dos iconos */
  padding-right: 2.7rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23555' class='bi bi-clock' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

  background-position: right calc(0.375em + 0.1875rem) center,
    right 2.5rem center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), 16px;
  background-repeat: no-repeat;
}

.form-select.is-invalid:focus {
  box-shadow: none;
}

.row_row-fullscreen > *:last-child {
  margin-bottom: 0;
}

.checkbox-group {
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  color: #333;
  border-radius: 10px;
  border: 1px solid #777;
  outline: none;
  width: fit-content;
  min-width: 100%;
  /* Asegura que ocupe al menos todo el ancho disponible */
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 15px;
}

.contenedor_formulario {
  background-color: #e3e0e5;
  /* gris suave */
  border-radius: 10px;
  /* bordes redondeados */
  padding: 30px;
  /* opcional, para que no quede pegado */
}

.checkbox-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  /* Asegura que el layout ocupe todo el ancho */
}

.checkbox-children {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0;
  /* Permite que el grid se ajuste correctamente */
}

.checkbox-children input[type="text"] {
  width: 100%;
  /* Ocupa todo el ancho de su columna */
  min-width: 200px;
  /* Ancho mínimo para que sea legible */
  box-sizing: border-box;
}

.checkbox-main {
  flex: 0 0 380px;
}

.checkbox-main .bs-multicheck label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .invisible-slot {
    visibility: revert !important;
    display: revert !important;
  }

  .checkbox-layout {
    flex-direction: column;
  }

  .checkbox-main {
    flex: 1 1 auto;
    width: 100%;
  }
}

.fileinfo {
  margin-bottom: 16px;
  margin-left: 2px;
  margin-right: 2px;
}

.fileinfo > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
}

.fileinfo > div > p {
  margin-bottom: 4px;
}

#paso-3 > div:nth-child(1) {
  color: #5b8fcb;
  font-size: 14px;
}

.fileinfo > div > p > span > strong {
  font-size: 12px;
  color: #5b8fcb;
}

/* Input file upload */
.input-file-wrapper {
  position: relative;
  height: 100%;
}

.modern-upload-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px dotted #777;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

.modern-upload-card.drag-over {
  background-color: #e2e8f0;
  border-color: #4a90e2;
}

.modern-upload-card:hover {
  background-color: #eef2ff;
  border-color: #4a90e2;
}

.modern-upload-card .icon-container i {
  font-size: 40px;
  color: #4a90e2;
  margin-bottom: 10px;
}

.icon-success {
  color: #28a745 !important;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.modern-upload-card .main-text {
  font-weight: 600;
  color: #2d3748;
  display: block;
}

.modern-upload-card .sub-text {
  font-size: 0.85rem;
  color: #718096;
  margin-top: 5px;
  display: block;
  word-break: break-all;
}

.modern-upload-card div.help-text {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #e53e3e;
  font-weight: 600;
  padding: 2px 0;
  z-index: 10;
  pointer-events: none;
}

.control-group div.help-text {
  font-size: 12px;
  color: #e53e3e;
  font-weight: 600;
  z-index: 15;
  pointer-events: none;
  margin-top: 4px;
  margin-bottom: 0px;
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

div.control-group.error {
  position: relative;
}

div.control-group.error > span > div.help-text.error {
  position: absolute;
  top: 16px;
  left: 3px;
}

.modern-upload-card input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.clean-file {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 20;
  background: #fff;
  color: #e53e3e;
  border: 1px solid #e53e3e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.clean-file:hover {
  background: #e53e3e;
  color: white;
}

/* Form paso 4 */
#paso-4 h3 {
  font-size: 16px;
  color: #4a90e2;
}

/* Form botones */
.flechas {
  display: flex;
}

.siguiente,
.anterior,
.finalizar {
  margin-top: 24px;
  cursor: pointer;
  color: #fff;
  padding: 10px 16px;
  border-radius: 24px;
  border: 1px solid #162953;
  background-color: #162953;
  transition: background-color 0.3s ease-in-out;
}

.siguiente:hover,
.anterior:hover,
.finalizar:hover {
  background-color: #284992;
}

.margin-button {
  margin-left: 16px;
}

/* Navegación por pasos */
.menu_form {
  background: #83878f;
}

.menu_form .paso {
  color: #fff;
  text-align: center;
  padding: 5px 0;
  line-height: 16px;
  border-right: 1px solid #fff;
  position: relative;
}

.menu_form .activo {
  background: #5b8fcb;
}

.menu_form .activo_ant {
  background: #4972a2;
}

.menu_form .paso .mini {
  display: block;
  font-size: 11px;
}

.menu_form .activo:before {
  position: absolute;
  left: 45%;
  bottom: -20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #5b8fcb transparent transparent transparent;
}

.menu_form .span2 {
  width: 16.66%;
  margin: 0 !important;
  float: left;
}

/* Botones de navegación */
.flechas {
  margin-top: 20px;
}

.anterior,
.siguiente,
.finalizar {
  cursor: pointer;
  display: inline;
  margin-right: 30px;
  padding: 5px 10px;
  background: #5b8fcb;
  color: #fff;
}

.anterior:hover,
.siguiente:hover,
.finalizar:hover {
  background: #4972a2;
}

.finalizar.deshabilitar,
.finalizar.deshabilitar:hover {
  cursor: not-allowed;
  background: #cecece;
}

/* Ocultar pasos no activos */
.ocultar {
  display: none;
}

/* Responsive para pasos en móvil */
@media (max-width: 530px) {
  .menu_form .span2 {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .menu_form .span2 span {
    font-size: 11px !important;
    display: inline !important;
  }

  .menu_form .span2 span:before {
    content: " ";
  }

  .menu_form .activo:before {
    display: none;
  }
}

/* ==========================================================================
   RESET Y ESTILOS BASE
   ========================================================================== */
body,
h1,
h2,
h3,
p {
  margin: 0;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  min-height: 100vh;
  margin: 0;
}

body > div {
  min-height: 100vh;
  box-sizing: border-box !important;
}

.div_font {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.row_row-fullscreen {
  width: 100%;
  margin: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
}

#subformSection {
  flex: 1 0 auto;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header_header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  width: calc(100% - 32px);
  max-width: 1920px;
  z-index: 10;
}

.header_header-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header_header-content > a:first-child {
  width: 230px;
  height: 36px;
}

.header_header-content > a:first-child > img {
  height: 100%;
  width: 100%;
}

.header_header-content > img:last-child {
  display: block;
  cursor: pointer;
}

.header_header-content-nav {
  display: none;
  flex-wrap: wrap;
  gap: 15px;
}

.header_header-content-nav > a {
  font-size: 14px;
  text-decoration: none;
  color: #162953;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* ==========================================================================
   HIDDEN MENU (Desktop)
   ========================================================================== */

.hiddenMenu_hidden-menu-fadeIn {
  margin-top: 10px;
  animation: hiddenMenu_fadeIn;
  display: none;
}

.hiddenMenu_hidden-menu-fadeIn-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 24px 50px;
}

.hiddenMenu_hidden-menu-fadeIn-content-title {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hiddenMenu_hidden-menu-fadeIn-content-nav {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hiddenMenu_hidden-menu-fadeIn-content-nav > a {
  font-size: 14px;
  text-decoration: none;
  color: #162953;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* ==========================================================================
   HIDDEN MENU MOBILE
   ========================================================================== */

.hiddenMenuMobile_hidden-menu-mobile {
  margin-top: 10px;
  display: none;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 50px;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
}

.hiddenMenuMobile_hidden-menu-mobile.open {
  display: none;
}

.hiddenMenuMobile_hidden-menu-mobile-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.hiddenMenuMobile_hidden-menu-mobile-section p {
  font-size: 14px;
  text-decoration: none;
  color: #162953;
  font-weight: 600;
}

.hiddenMenuMobile_hidden-menu-mobile hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #e3e0e5;
  margin-top: revert;
  margin-bottom: revert;
}

.hiddenMenuMobile_hidden-menu-mobile-hidden {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hiddenMenuMobile_hidden-menu-mobile-hidden-title {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.hiddenMenuMobile_hidden-menu-mobile-hidden-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hiddenMenuMobile_hidden-menu-mobile-hidden-content > a {
  font-size: 14px;
  text-decoration: none;
  color: #162953;
  font-weight: 500;
}

#custom-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

div#cookie-law-info-bar {
  min-height: revert !important;
}

/* ==========================================================================
   LANGUAGE SELECTOR
   ========================================================================== */

.languageSelector_language-selector {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.hiddenMenuMobile_languageSelector_language-selector {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none !important;
  align-self: center;
  box-sizing: revert !important;
}

.languageSelector_language-selector-picker-selected,
.languageSelector_language-selector-picker {
  width: 90px;
  border-radius: 30px;
  border: 1px solid #162953;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.languageSelector_language-selector-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  z-index: 10;
}

.languageSelector_language-selector-options.open {
  display: block;
}

.languageSelector_language-selector-options-option {
  width: 80px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.languageSelector_option-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

.breadcrumbs_breadcrumbs {
  height: 180px;
  width: 100%;
  position: relative;
}

.breadcrumbs_breadcrumbs > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.breadcrumbs_breadcrumbs-title {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.breadcrumbs_breadcrumbs-title > h1 {
  font-size: 30px;
  padding: 0 10px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer_footer {
  margin-top: 40px;
  background-color: #162953;
  padding: 30px 16px;
  min-height: 100vh;
}

.footer_footer-primary {
  display: flex;
  gap: 60px;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}

.footer_footer-primary-title {
  width: 100%;
  flex-direction: column;
}

.footer_footer-primary-title > p {
  margin: 14px 0;
}

.footer_footer-primary-title-business {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer_footer-primary-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_footer-primary-content-customer {
  width: 100%;
  background-color: #284992;
  border-radius: 10px;
}

.footer_footer-primary-content-customer-padding {
  padding: 34px 20px;
}

.footer_footer-primary-content-customer-padding-section {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_footer-primary-content-customer-padding-section a {
  text-decoration: none;
  color: #e3e0e5;
}

.footer_footer-primary-content-link__jAsnW {
  padding-top: 24px;
  width: 100%;
}

.footer_footer-primary-content-link {
  padding-top: 24px;
  width: 100%;
}

.footer_footer-primary-content-link > div {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_footer-primary-content-link > div > a {
  font-size: 16px;
  text-decoration: none;
  color: #e3e0e5;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer_footer-primary-content-contact {
  padding-top: 24px;
  width: 100%;
}

.footer_footer-primary-content-contact-section {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_footer-primary-content-contact-section a {
  text-decoration: none;
  color: #e3e0e5;
}

.footer_footer-secondary {
  margin-top: 40px;
  text-align: center;
}

/* ==========================================================================
   LAYOUT - ROWS & COLUMNS
   ========================================================================== */

.row_row {
  width: 1280px;
  margin: 0 auto;
}

.column_column {
  margin: 40px auto;
  padding: 0 16px;
  max-width: 1920px;
}

/* ==========================================================================
   IMÁGENES
   ========================================================================== */

.image_image_mobile_menu,
.image_image {
  max-width: 100%;
}

/* ==========================================================================
   TIPOGRAFÍA - TÍTULOS
   ========================================================================== */

.title_color-white {
  color: #fff;
}

.title_weight-medium {
  font-weight: 700;
}

/* ==========================================================================
   TIPOGRAFÍA - PÁRRAFOS
   ========================================================================== */

.paragraph_size-small {
  font-size: 14px;
}

.paragraph_size-default {
  font-size: 16px;
}

.paragraph_size-moderate {
  font-size: 20px;
}

.paragraph_weight-normal {
  font-weight: 400;
}

.paragraph_weight-litbold {
  font-weight: 500;
}

.paragraph_weight-medium {
  font-weight: 700;
}

.paragraph_color-white {
  color: #fff;
}

.paragraph_color-black {
  color: #333;
}

.paragraph_color-grey {
  color: #e3e0e5;
}

/* ==========================================================================
   LINK COMPONENT
   ========================================================================== */

.linkComponent_link-component {
  font-weight: 700;
  font-size: 15px;
}

.linkComponent_link-component-default {
  text-decoration: none;
  color: #2670ca;
  transition: color 0.3s ease;
  cursor: pointer;
}

/* ==========================================================================
   FORMULARIO SPONSORSHIP / PARTNERSHIP
   ========================================================================== */

.row-fluid,
.menu_form,
.menu_form .paso,
.sponsorship p,
.sponsorship input:not([type="checkbox"]):not([type="radio"]),
.sponsorship select,
.sponsorship div.uploader,
.form-row .form-group {
  box-sizing: border-box;
}

.form-group > label {
  display: none !important;
}

.checkbox-group.checkbox-layout .form-group > label {
  display: inline-block !important;
}

.checkbox-layout:has(.form-group.error) {
  border: 1px solid #d63638;
  padding: 15px;
  border-radius: 4px;
}

.invisible-slot {
  visibility: hidden !important; /* No se ve */
  display: block !important; /* Sigue siendo un bloque */
}

.row-fluid {
  width: 100%;
  position: relative;
}

.menu_form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.menu_form .paso {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.menu_form .paso:not(:last-child) {
  margin-right: 10px;
}

.menu_form .paso .mini {
  display: block;
  font-size: 0.8em;
  color: #ffffff;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding: 0 5px;
}

.form-row .form-group {
  flex: 1;
  min-width: 200px;
}

.sponsorship span,
.sponsorship p {
  font-size: 1rem;
  line-height: 1.7;
  color: #777;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1rem;
}

.sponsorship select {
  width: 100%;
  height: 35px;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #777;
}

.sponsorship input:not([type="checkbox"]):not([type="radio"]),
.sponsorship select {
  padding: 10px 16px;
  min-height: 51px;
  line-height: 18px;
}

.sponsorship input[type="checkbox"] {
  all: revert;
  margin-bottom: 1rem;
}

/* Ocultar el input original pero mantenerlo funcional */
.uploader input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* Contenedor visible personalizado */
.file-upload-wrapper {
  position: relative;
}

.file-upload-area {
  /* Aquí van tus estilos visuales */
  position: relative;
  z-index: 1;
  pointer-events: none;
  /* El click pasa al input */
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* Tablet - 769px */
@media (min-width: 769px) {
  .breadcrumbs_breadcrumbs-title {
    top: 78%;
  }

  .breadcrumbs_breadcrumbs-title > h1 {
    font-size: 40px;
  }

  .footer_footer-primary-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer_footer-primary-content-contact,
  .footer_footer-primary-content-customer,
  .footer_footer-primary-content-link {
    width: 33.3%;
  }

  .footer_footer-primary-content-contact-padding,
  .footer_footer-primary-content-customer-padding,
  .footer_footer-primary-content-link-padding {
    padding: 34px 20px 84px;
  }
}

/* Large Tablet - 1080px */
@media (min-width: 1080px) {
  .footer_footer-primary {
    flex-direction: row;
  }

  .footer_footer-primary-title {
    width: 34%;
  }

  .footer_footer-primary-content {
    width: 66%;
  }
}

/* Desktop - 1280px */
@media (min-width: 1280px) {
  .header_header {
    width: calc(100% - 192px);
  }

  .hiddenMenu_hidden-manu-fadeIn {
    display: block;
  }

  .header_header-content-nav {
    display: flex;
  }

  .column_column {
    padding: 0 96px;
  }

  .header_header-content {
    gap: 20px;
    padding: 10px 24px;
  }

  #contenido-b {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .menu-hamburger-toggle,
  .image_image_mobile_menu {
    display: none !important;
  }
}

/* Mobile Max - 1279px */
@media (max-width: 1279px) {
  .hiddenMenuMobile_hidden-menu-mobile.open,
  .hiddenMenuMobile_languageSelector_language-selector,
  .menu-hamburger-toggle {
    display: flex !important;
  }

  .languageSelector_language-selector,
  .header_header-content-nav {
    display: none !important;
  }
}

/* Large Desktop - 1400px */
@media (min-width: 1400px) {
  .footer_footer {
    padding: 30px 96px;
    min-height: 100vh;
  }

  .footer_footer-primary-content {
    gap: 70px;
  }
}

/* XL Desktop - 1440px */
@media (min-width: 1440px) {
  .header_header-content-nav {
    gap: 34px;
  }
}

/* XXL Desktop - 1480px */
@media (min-width: 1480px) {
  .breadcrumbs_breadcrumbs-title > h1 {
    font-size: 46px;
  }
}
