@font-face {
  font-family: 'SpaceGrotesk';
  src: url('/assets/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* width */
::-webkit-scrollbar {
  width: .5dvw !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  width: .5dvw !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  width: .5dvw !important;
  background: #ccc;
  border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: .5dvw !important;
}

a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
  font-family: "SpaceGrotesk", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.mobile-menu,
.menu-toggle {
  display: none;
}

.page-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  scroll-snap-type: y proximity;
  width: 100%;
}

/**** LANDING PAGE ****/
.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 7.5dvw 0 6.75dvw;
  min-height: 100dvh;
  scroll-snap-align: center;
  background-color: transparent;
}

.navigation-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  height: 12dvh;
}

.menu-label {
  color: #000000;
  text-align: center;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.logo-frame {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 7px;
  background-color: #f59c3d;
}

.logo {
  width: 5dvh;
  height: 5dvh;
  position: relative;
  object-fit: cover;
}

.nav-bar-frame {
  display: flex;
  flex-direction: row;
  gap: 2.5dvw;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.btn-black-outline {
  border-radius: 14px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 20px 35px 20px 35px;
  display: flex;
  justify-content: center;
  max-width: 15dvw;
  cursor: pointer;
}

.btn-black-outline-large {
  border-radius: 14px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  padding: 20px 35px 20px 35px;
  display: flex;
  justify-content: center;
  max-width: 30dvw;
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  height: 80dvh;
  position: relative;
  overflow: hidden;
}

.description-frame {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 42dvw;
  position: relative;
}

.side-hero-text {
  color: #000000;
  text-align: justify;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-radius: 14px;
  padding: 20px 35px 20px 35px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-shrink: 0;
  font-family: "SpaceGrotesk", sans-serif;
  cursor: pointer;
  align-self: center;
}

.image-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 40dvw;
}

.side-hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/**** LANDING PAGE ****/
/**** PREMIO Y BENEFICIOS ****/
.benefit-frame {
  width: 100%;
  display: flex;
  gap: 2.5dvw;
}

.benefit-content {
  display: flex;
  align-items: center;
  width: 75%;
}

.benefit-list {
  font-family: "SpaceGrotesk", sans-serif;
  text-align: justify;
}

.benefit-content:nth-child(2) {
  margin-left: 4dvw;
}

.benefit-content:nth-child(3) {
  margin-left: 8dvw;
}

.benefit-content:nth-child(4) {
  margin-left: 12dvw;
}

.benefit-content:nth-child(5) {
  margin-left: 16dvw;
}

.benefit-image {
  height: 15dvh;
  width: 15dvh;
  border-radius: 50%;
  shape-outside: circle(50%);
  border: 1px solid #000000;
  box-shadow: 3px 3px 0px 0px #000000;
}

.benefit-header {
  flex: 1;
}

.benefit-header-text {
  font-size: 22px;
  font-weight: 600;
}

.benefit-text {
  font-size: 16px;
  margin-left: 1.5dvw;
  margin-bottom: 5dvh;
}

.image-frame-ryb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.side-ryb-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 10%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10%;
}

/**** PREMIO Y BENEFICIOS ****/
/**** LOGOS ****/
.logo-partner {
  max-width: 15%;
  height: auto;
  object-fit: contain;
}

/**** LOGOS ****/
/**** SPRINT LEADERS ****/
.section-space {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 5dvh 0;
  padding: 0 7.5dvw 2.5dvh 7.5dvw;
  overflow-x: auto;
  min-height: 100dvh;
  scroll-snap-align: center;
}

.section-header {
  display: flex;
  flex-direction: row;
  gap: 5dvw;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  margin-bottom: 5dvh;
}

.heading-text {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: clamp(1rem, 0.825rem + 0.8vw, 1.25rem);
  font-weight: 400;
  position: relative;
  width: auto;
}

.heading {
  color: #000000;
  background-color: #f59c3d;
  border-radius: 7px;
  padding: 0px 7px 0px 7px;
  text-decoration: none;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: clamp(2.5rem, 2.325rem + 0.8vw, 2.75rem);
  font-weight: 400;
  width: 100%;
}

.group-of-cards {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  padding: 1rem 0;
  width: 100dvw;
}

.direc-inverse {
  flex-direction: row-reverse;
}

.row.scroll-infinite-left {
  animation: scroll-infinite-left 60s linear infinite;
}

.row.scroll-infinite-right {
  animation: scroll-infinite-right 60s linear infinite;
}


@keyframes scroll-infinite-left {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-105%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes scroll-infinite-right {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(105%)
  }

  100% {
    transform: translateX(0)
  }
}

.row:hover {
  animation-play-state: paused;
}

.card-person {
  background: #ffffff;
  border-radius: 45px;
  border: #000000 1px solid;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(25, 26, 35, 1);
  overflow: hidden;
}

.card-person-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
}

.person {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
}

.picture-and-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

.picture {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000000;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}

.mask-group {
  width: 130%;
  height: 130%;
  right: 5%;
  top: -7.5%;
  border-radius: 50%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}

.name {
  flex-shrink: 0;
}

.person-name {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 18px;
  font-weight: 600;
  word-wrap: break-word;
}

.person-title {
  color: #9a9a9a;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
  word-wrap: break-word;
  white-space: normal;
}

.person-title a,
.privacy-policy {
  color: #f59c3d;
  word-wrap: break-word;
  white-space: normal;
}

.social-icon {
  margin: 0 0 0 -67px;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: visible;
}

.divider {
  margin: 5px 0;
  background-color: #000000;
  height: 2px;
  width: 100%;
}

.topic {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.topic-description {
  color: #000000;
  text-align: justify;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.scroll-indicator {
  display: none;
}

/**** SPRINT LEADERS ****/
/**** FAQs ****/
.expandable-faqs {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.faq-card {
  background: #f3f3f3;
  border-radius: 45px;
  border: #000000 solid 1px;
  padding: 20px;
  display: flex;
  width: 100%;
  box-shadow: 0px 3px 0px 0px rgba(25, 26, 35, 1);
}

.faq-card.active {
  background: #f59c3d;
  flex-direction: column;
}

.faq-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
}

.faq-counter {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

.faq-question {
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.plus-icon {
  cursor: pointer;
}

.faq-answer,
.faq-divider {
  display: none;
}

.faq-card.active .faq-divider {
  display: flex;
  background-color: #000000;
  height: 1px;
  width: 100%;
  margin: 2dvh 0;
}

.faq-card.active .faq-answer {
  display: flex;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.d-flex {
  display: flex;
}

.f-direction-col {
  flex-direction: column;
}

.s-between {
  justify-content: space-between;
}

.s-evenly {
  justify-content: space-evenly;
}

.j-center {
  justify-content: center;
  align-items: center;
}

/**** FAQs ****/
/**** PARTICIPA ****/
.form-block {
  background: #f3f3f3;
  border-radius: 45px;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px 0px 10px 0px;
  width: 100%;
}

.form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-heading {
  color: #000000;
  background-color: #f59c3d;
  border-radius: 7px;
  padding: 0px 7px 0px 7px;
  text-decoration: none;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: clamp(2.5rem, 2.325rem + 0.8vw, 2.75rem);
  font-weight: 400;
  width: auto;
}

.heading-line {
  margin: 2dvh 0;
  width: 80%;
  height: 2px;
  background-color: #000000;
}

.form-section {
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.field {
  display: flex;
  flex-direction: column;
  padding: 1dvh 1dvw;
}

.full-field {
  min-width: 50%;
}

.half-field {
  min-width: 18dvw;
}

.wrapped-row {
  flex-wrap: wrap;
}

.field-label {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
}

.field-label.invalid {
  color: #C40000;
}

.form-input {
  border: #000000 solid 1px;
  border-radius: 14px;
  height: 45px;
  background-color: #fff;
  padding: 10px 15px;
  color: #000000;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-textarea {
  border: #000000 solid 1px;
  border-radius: 14px;
  height: 100%;
  min-height: 12dvh;
  background-color: #fff;
  padding: 10px 15px;
  color: #000000;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.spaninputfile {
  font-size: 18px;
  font-weight: normal;
  font-family: "SpaceGrotesk", sans-serif;
  margin-right: .75rem;
}

.orange-inputfile {
  color: #000000;
  background-color: #f59c3d;
  transition: all 0.5s ease;
  border-radius: 14px;
  max-width: 28rem;
  font-size: 18px;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 0px 0px rgba(25, 26, 35, 1);
  cursor: pointer;
}

.orange-inputfile.invalid {
  background-color: #c40000;
  animation: blink-scale 1s ease-in-out infinite;

}

@keyframes blink-scale {
  0% {
    transform: scale(1);
    background-color: #f59c3d;
  }

  50% {
    transform: scale(1.025);
    background-color: #c40000;
  }

  100% {
    transform: scale(1);
    background-color: #f59c3d;
  }
}

.orange-inputfile:hover {
  scale: 1.05;
}

.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "SpaceGrotesk", sans-serif;
}

.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmarkSpan {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d9d9d9;
  border-radius: 5px;
}

.containerCheckbox:hover input~.checkmarkSpan {
  background-color: rgb(199, 199, 199);
}

.containerCheckbox input:checked~.checkmarkSpan {
  background-color: #f59c3d;
}

.checkmarkSpan:after {
  content: "";
  position: absolute;
  display: none;

}

.containerCheckbox input:checked~.checkmarkSpan:after {
  display: block;

}

.containerCheckbox .checkmarkSpan:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-input input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  position: absolute;
  right: 0;
}

.radio-input {
  position: relative;
  padding: 0 2rem;
  display: block;
  font-size: 18px;
  font-family: "SpaceGrotesk", sans-serif;
}

.radio-input input+i {
  background: #fefefe;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.radio-input input+i {
  background: #fefefe;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.radio-input input[type=radio]+i {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
}

.radio-input input[type=radio]+i:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #f59c3d;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease;
  transform: scale(0);
  opacity: 0;
}

.radio-input input[type=radio]:checked+i:before {
  transform: scale(1);
  opacity: 1;
}

.radio-input:hover input[type=radio]:not(:checked)+i {
  background: #f59c3dbc;
}

.textarea100 {
  min-height: 15dvh;
}

.span-counter {
  color: #000000;
  text-align: right;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}

.span-counter.invalid {
  color: #c40000;
}

.form-input.invalid,
.form-textarea.invalid {
  border: #c40000 solid 2px;
}
.form-block {
  background: #f3f3f3;
  border-radius: 45px;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.announcement-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 2rem;
  background: #f3f3f3;
  border-radius: 45px;
  width: 100%;
  margin: 0 auto;
}

.announcement-icon {
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.announcement-title {
  font-size: 2rem;
  font-weight: bold;
  color: #212529;
  margin-bottom: 1rem;
}

.announcement-text {
  font-size: 1.1rem;
  color: #495057;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.announcement-highlight {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  margin-bottom: 2rem;
  width: 100%;
}

.next-call-info h4 {
  font-size: 1.3rem;
  color: #212529;
  margin-bottom: 1rem;
}

.date-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.date-announcement i {
  color: #f59c3d;
}

.date-info {
  display: flex;
  flex-direction: column;
}

.date-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #212529;
}

.date-year {
  font-size: 1rem;
  color: #6c757d;
}

.announcement-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .announcement-container {
    padding: 2rem 1rem;
  }

  .announcement-title {
    font-size: 1.5rem;
  }

  .announcement-actions {
    flex-direction: column;
    width: 100%;
  }
  .announcement-actions .btn-black,
  .announcement-actions .btn-black-outline {
    width: 100%;
  }
}

/**** PARTICIPA ****/
/**** PARTICIPANTES ****/
.participant-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1dvw;
  justify-content: center;
}

.participant-card {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  gap: 5px;
  background-color: #ffffff;
  border: 2px solid #f59c3d;
  padding: 1rem;
  border-radius: 18px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  height: 12rem;
}

.participant-card::before {
  position: absolute;
  content: var(--before-content, "");
  /* width: 30%; */
  min-width: 100px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f59c3d;
  transition: all 0.5s;
}

.participant-card::before {
  top: 0;
  right: 0;
  border-radius: 0 15px 0 15px;
}

.participant-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.5s;
}

.participant-extra-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 156, 61, 1);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 15px;
  font-size: 1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 999;
  font-family: "SpaceGrotesk", sans-serif;
  padding: 1rem;
}

.participant-card:hover .participant-extra-info {
  opacity: 1;
}

.bussiness-description {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
}

.extra-info-link,
.extra-info-link i {
  color: #474747;
  margin-top: 2dvh;
  font-weight: 600;
}
.extra-info-link.disabled-link {
    color: #474747 !important;
    cursor: not-allowed;
    text-decoration: none;
}

.extra-info-link.disabled-link:hover {
    color: #474747 !important;
    text-decoration: none;
}

.participant-picture {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  /* Asegura que la imagen se recorte dentro del contenedor */
  border-radius: 50%;
  /* Hace que el contenedor sea circular */
  box-shadow: 2px 2px 0px 0px #000000;
}

.participant-mask-group {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cubre el área sin deformarse */
  object-position: center;
  /* Centra la imagen */
  border-radius: 50%;
  /* Mantiene la imagen redonda */
}

.participant-name {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.participant-title {
  color: #9a9a9a;
  text-align: center;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

/**** PARTICIPANTES ****/
/**** FOOTER ****/
.footer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  padding: 0 7.5dvw
}

.footer-content {
  background: #000000;
  border-radius: 45px 45px 0px 0px;
  padding: 55px 60px 50px 60px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  width: 100%;
}

.navigation-and-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.navigation {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.menu-label-light {
  color: #FFFFFF;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.button {
  border-radius: 14px;
  border-style: solid;
  border-color: var(--var-sds-color-icon-neutral-on-neutral, #f3f3f3);
  border-width: 1px;
  padding: 20px 35px 20px 35px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.contactanos-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.contact-us {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.inner-black-label {
  color: #000000;
  text-align: left;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.line-and-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-around;
  flex-shrink: 0;
  width: 100%;
}

.line-footer {
  margin-top: -1px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 100%;
  height: 0px;
}

.modal {
  display: none;
  /* Ocultar el modal por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo semitransparente */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 50dvw;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "SpaceGrotesk", sans-serif;
}

#errorModal {
  text-align: left !important;
}

.close-btn {
  background-color: #f59c3d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: "SpaceGrotesk", sans-serif;
}

.file-input-spec {
  margin: .25rem 0 0 .5rem;
  font-size: 12px;
  font-family: "SpaceGrotesk", sans-serif;
}

.h1Text {
  color: #474747;
  font-family: "SpaceGrotesk", sans-serif;
  margin-bottom: 2.5dvh;
}

@media (max-width: 900px) {
  .mob-menu {
    float: right;
    margin: 2.5dvh 0 0 2.5dvh;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #FFF;
    padding: 3dvh 5dvh;
    text-align: right;
    overflow: hidden;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-toggle .line {
    background: black;
    height: 6px;
    width: 50px;
    margin: 5px 0;
  }

  .nav-bar-mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5dvh;
    margin-top: 2.5dvh;
  }

  .nav-bar-mobile .menu-label {
    text-align: unset;
    font-weight: 600;
    font-size: clamp(2rem, 1.3rem + 3.2vw, 3rem);
    line-height: 35px;
  }

  .menu-toggle .line-light {
    background: #FFF;
    height: 6px;
    width: 50px;
    margin: 5px 0;
  }

  .landing-page {
    justify-content: stretch;
    min-height: auto;
  }

  .nav-bar-frame,
  .navigation {
    display: none;
  }

  .header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
  }

  .description-frame {
    gap: 35px;
    width: 100%;
  }

  .side-hero-text {
    font-size: clamp(1rem, 0.825rem + 0.8vw, 1.25rem);
    line-height: unset;
  }

  .image-frame {
    width: 100%;
  }

  .section-space {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 2.55dvh 0;
    padding: 0 7.5dvw 0 7.5dvw;
    min-height: auto;
  }

  .section-header {
    margin-bottom: 2.5dvh;
    flex-wrap: wrap;
    gap: 2.5dvh;
  }

  .heading,
  .form-heading {
    font-size: clamp(1.25rem, 0.9rem + 1.6vw, 1.75rem);
  }

  .heading-text {
    color: #000000;
    text-align: left;
    font-family: "SpaceGrotesk", sans-serif;
    font-size: clamp(1rem, 0.825rem + 0.8vw, 1.25rem);
    font-weight: 400;
    position: relative;
  }

  .benefit-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5dvh;
  }

  .benefit-content:nth-child(2),
  .benefit-content:nth-child(3),
  .benefit-content:nth-child(4),
  .benefit-content:nth-child(5) {
    margin-left: unset;
  }

  .benefit-header {
    flex: 1;
  }

  .benefit-header-text {
    font-size: clamp(1rem, 0.7375rem + 1.2vw, 1.375rem);
  }

  .benefit-text {
    font-size: 16px;
    margin-left: 2dvw;
  }

  .logo-partner {
    max-width: 35%;
  }

  .group-of-cards {
    overflow-x: auto;
  }

  .row.scroll-infinite-left {
    animation: unset;
  }

  .row.scroll-infinite-right {
    animation: unset;
  }

  .card-person {
    width: 95dvw;
  }

  .row {
    width: 95dvw;
  }

  .direc-inverse {
    flex-direction: row;
  }

  /*PENDIENTE REVISAR SPRINT LEADERS*/
  .faq-card {
    padding: 15px;
    margin-bottom: .5dvh;
  }

  .faq-counter,
  .h1Text {
    font-size: clamp(1.875rem, 1.6563rem + 1vw, 2.1875rem);
  }

  .faq-question {
    font-size: clamp(1.25rem, 1.0313rem + 1vw, 1.5625rem);
  }

  .faq-card.active .faq-answer {
    font-size: clamp(0.9375rem, 0.8063rem + 0.6vw, 1.125rem);
  }

  .form-block {
    padding: 15px;
  }

  .form-section {
    padding: 0px;
  }

  .form {
    gap: 15px;
  }

  .spaninputfile,
  .field-label,
  .containerCheckbox,
  .radio-input {
    font-size: clamp(0.9375rem, 0.8063rem + 0.6vw, 1.125rem);
  }

  .file-input-spec {
    font-size: clamp(0.5625rem, 0.4313rem + 0.6vw, 0.75rem);
  }

  .orange-inputfile {
    width: auto;
    padding: 0.5rem 1rem;
  }

  .full-field {
    width: 100%;
  }

  .half-field {
    width: 50%;
  }

  .navigation-and-contacts,
  .line-and-text {
    gap: 10px;
  }

  .footer-content {
    border-radius: 45px 45px 0px 0px;
    padding: 25px 30px;
    gap: 15px;
    height: auto;
  }

  .info {
    flex-wrap: wrap;
  }

  .modal-content {
    width: 90dvw;
    max-height: 90%;
    overflow-y: auto;
  }

  .scroll-indicator {
    display: block;
    background-color: #f59c3d;
    padding: .25rem 2rem;
    border-radius: 35px;
    color: #000;
    font-weight: bold;
  }
}

@media (max-width: 600px) {
  .benefit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .benefit-image {
    margin-bottom: 2.5dvh;
  }

  .benefit-text {
    margin: 0 0 0 0;
  }

  .line-footer {
    border-width: 2px 0 0 0;
  }

  .form-textarea {
    min-height: 16dvh;
  }

  .btn-black-outline {
    max-width: 30dvw;
  }
  .btn-black-outline-large {
    max-width: 100%;
  }

  .menu-label {
    font-size: clamp(0.9375rem, 0.8063rem + 0.6vw, 1.125rem);
  }

  .scroll-indicator {
    display: block;
    background-color: #f59c3d;
    padding: .25rem 2rem;
    border-radius: 35px;
    color: #000;
    font-weight: bold;
  }
}