@charset "UTF-8";
:root {
  --c-landing: #773113;
  --b-border-radius8: 8px;
  --b-border-radius12: 12px;
  --b-border-radius28: 28px;
}

.transparent-white {
  background: transparent;
  color: #FFF;
}

.border-white {
  border: 1px solid #FFF;
}

#video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 5s ease;
  z-index: -1;
}
#video-background::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.container {
  width: 1275px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

header {
  width: 100%;
  padding: 0 16px;
  padding: 16px;
}
header .header-container {
  width: 100%;
  max-height: 70px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 0 36px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(8, 29, 27, 0.8), rgba(44, 213, 197, 0.8));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .mobile-portrait {
  background-image: url("../../assets/img/ym.png");
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #773113;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
header .mobile-portrait::before {
  content: "Yadira Va! 2028";
  position: absolute;
  top: 60px;
  left: -80px;
  width: 200px;
  height: 100%;
  color: #FFF;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: #773113;
}
header .mobile-portrait::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #773113;
  transform: rotate(180deg);
  /* Cambia el color según lo desees */
}
header .nav-options {
  display: flex;
  align-items: center;
  gap: 16px;
}

#hero-section {
  background: transparent;
  z-index: 100;
}
#hero-section .hero-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: calc(100dvh - 90px);
}

button {
  height: 36px;
  border-radius: var(--b-border-radius28);
  border: none;
  padding: 0 16px;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: bold;
}

.w-100 {
  width: 100% !important;
}

.default-button {
  border-radius: var(--b-border-radius8) !important;
  background-color: var(--c-landing) !important;
  color: #FFF !important;
  font-size: 0.85rem !important;
  font-weight: bold;
}

.transparent {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hero-content__text h1 {
    text-align: center !important;
    font-size: 3.8rem !important;
    line-height: 3.9rem !important;
  }
  .hero-content__text p {
    font-size: 1.6rem !important;
  }
  .hero-buttons {
    display: grid !important;
  }
  .hero-buttons button {
    justify-content: center;
  }
}
.hero-content__text {
  width: 60rem;
  text-align: center;
  z-index: 99;
}
.hero-content__text h2 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  font-size: 4rem;
  margin: 0;
  padding: 0;
  line-height: 4rem;
  font-family: "Raleway", sans-serif;
  display: flex;
  justify-content: center;
}
.hero-content__text h1 {
  font-size: 4.4rem;
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 4.5rem;
  font-family: open-sans, sans-serif;
  text-align: center !important;
}
.hero-content__text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.8rem;
}
.hero-content__text span {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}
.hero-content__text #text {
  transition: opacity 1s ease, transform 1s ease;
}
.hero-content__text .fade-out {
  opacity: 0;
  transform: translateY(-20px);
}
.hero-content__text .fade-in {
  opacity: 1;
  transform: translateY(0);
}
.hero-content__text .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero-content__text button {
  height: 55px;
  padding: 0 24px;
  display: flex;
  gap: 12px;
  align-items: center !important;
  background: #773113 !important;
  font-weight: bold !important;
  color: #FFF !important;
}
.hero-content__text button:first-of-type {
  background-color: #2CD5C5 !important;
  color: #000 !important;
}

.toggle-active {
  display: grid !important;
}

.signup-form {
  width: 100dvw !important;
  height: 100dvh !important;
  min-height: 100% !important;
  background-color: #FFF;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: auto !important;
}
.signup-form .signup-form--content {
  width: 100%;
  height: auto;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex-direction: column;
}
.signup-form .signup-form--content .signup-form--info {
  height: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
}
.signup-form .signup-form--content .signup-form--info .signup-form--info__content {
  font-size: 1.5rem;
  border-radius: var(--b-border-radius28);
  background-image: url("/assets/img/ym.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.signup-form .signup-form--content .signup-form--info .signup-form--info__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.registration-form-container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.registration-form {
  width: 60%;
  height: auto;
  flex-grow: 1;
  display: grid;
  justify-content: space-between;
}

.registration-form--footer {
  height: 36px;
  text-align: center;
}

.input-container {
  padding: 12px 0;
}

input, select {
  height: 36px;
  border-radius: var(--b-border-radius8);
  border: 1px solid #000;
  padding: 0 16px;
  font-size: 1rem;
  width: 100%;
}

.concenpt h2 {
  font-size: 1.2rem;
}
.concenpt p {
  font-size: 0.75rem;
  color: #5e5e5e;
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
}

.custom-select__trigger {
  height: 36px;
  border-radius: var(--b-border-radius8);
  border: 1px solid #000;
  padding: 0 16px;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select.open .custom-select__trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

.custom-select.open .custom-options {
  display: block;
}

.search-box {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.search-box input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.custom-option {
  padding: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-option:hover {
  background-color: #f5f5f5;
}

.custom-option.selected {
  background-color: #e0e0e0;
}

.option-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.option-left img {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 0 16px !important;
  }
  .signup-form {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    overflow-y: auto !important;
  }
  .signup-form input, select {
    height: 60px !important;
  }
  .signup-form button {
    height: 60px !important;
    font-size: 1.2rem !important;
  }
  .signup-form--info {
    min-height: 600px;
  }
  .signup-form--content {
    grid-template-columns: 1fr !important;
  }
  .registration-form {
    width: 100% !important;
    min-height: 400px !important;
    padding: 0 16px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (max-width: 545px) {
  .container {
    width: 100% !important;
  }
  .donations-aside {
    width: 100% !important;
  }
  .signup-form--info {
    min-height: 380px;
  }
  .signup-form input {
    height: 60px !important;
  }
  .signup-form button {
    height: 60px !important;
    font-size: 1.2rem !important;
  }
  .hero-content__text h1 {
    font-size: 2.3rem !important;
    line-height: 2.4rem !important;
    text-align: center !important;
  }
  .hero-content__text h2 {
    font-size: 1rem !important;
  }
  .hero-content__text p {
    font-size: 0.95rem !important;
  }
  header {
    min-height: 90px;
  }
  .logo svg {
    width: 100px !important;
  }
}
@media screen and (max-width: 1274px) {
  .container {
    width: 100% !important;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1115px) {
  .container {
    width: 100% !important;
    padding: 0 16px;
  }
  .reveal::before, .reveal::after {
    display: none !important;
  }
  .hero-content__text {
    width: 100%;
    padding: 0 16px;
  }
  .hero-content__text h2 {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 840px) {
  .inner-box {
    font-size: 1rem;
  }
  .donations-aside {
    width: 100% !important;
  }
  header {
    height: auto !important;
  }
  header .logo {
    height: auto !important;
  }
  header .logo svg {
    width: 150px;
  }
  header .header-container {
    height: 150px !important;
  }
  header .mobile-portrait {
    width: 60px !important;
    height: 60px !important;
  }
  header .mobile-portrait::before {
    top: 80px;
    left: -125px;
  }
  header .mobile-portrait::after {
    left: 10px;
    top: 50px !important;
  }
  .hero-content__text h2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-size: 1.2rem !important;
  }
  .hero-content__text .counter-fox span {
    font-size: 1.2rem !important;
  }
  .hero-content__text .counter-fox p {
    font-size: 2.2rem !important;
  }
  .hero-content__text button {
    width: 100% !important;
    height: 60px !important;
    font-size: 1.5rem !important;
  }
  .hero-content__text button svg {
    width: 34px !important;
  }
  .nav-options button {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  .header-container {
    height: 80px;
  }
  header .header-container {
    width: 100%;
    -webkit-backdrop-filter: blur(5px) !important;
            backdrop-filter: blur(5px) !important;
  }
  .donations-aside {
    width: 100% !important;
  }
  .nav-options button {
    display: none !important;
  }
  .hero-content__text h2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-size: 1rem !important;
  }
  .hero-content__text button {
    width: 100% !important;
    height: 40px !important;
    font-size: 1.5rem !important;
  }
  .hero-content__text button svg {
    width: 44px !important;
  }
}
.reveal {
  position: relative;
  display: flex;
  color: #6ee1f5;
  font-size: 3rem !important;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  white-space: pre;
  text-align: center !important;
}
.reveal span {
  opacity: 0;
  transform: scale(0);
  animation: fade-in 2.4s forwards;
}
.reveal::before, .reveal::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 2px;
  background: white;
  opacity: 0;
  transform: scale(0);
}
.reveal::before {
  left: 50%;
  animation: slide-left 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}
.reveal::after {
  right: 50%;
  animation: slide-right 1.5s cubic-bezier(0.7, -0.6, 0.3, 1.5) forwards;
}

@media screen and(max-width: 390px) {
    #hero-section {
        padding-bottom: 200px !important;
        
        .hero-content {
            padding: 200px 0 important;
        }
    }
}

@keyframes fade-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-left {
  to {
    left: -6%;
    opacity: 1;
    transform: scale(0.9);
  }
}
@keyframes slide-right {
  to {
    right: -6%;
    opacity: 1;
    transform: scale(0.9);
  }
}/*# sourceMappingURL=App.css.map */