@charset "UTF-8";
/* ~RESET ~ */
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* ~ HTML5 display-role reset for older browsers ~ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth !important;
}

em {
  font-style: italic;
}

/* ~ /RESET ~ */
/* TIPOGRAFIAS */
p, span, blockquote {
  font-family: "Lato", "Helvetica", sans-serif;
  margin: 0.5rem 0rem;
  font-size: 1rem;
}

ul, a {
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 1rem;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Squada One", "Helvetica", sans-serif;
}

/* ~ HERO ~ */
.hero {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* ~ /HERO__IZQ ~ */
}
.hero__izq {
  background-image: url("../img/aida_2024.webp");
  background-position-x: 75%;
  background-position-y: 90%;
  background-size: 185%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  width: 50vw;
  height: 100%;
  z-index: 100;
  border-right: 10px solid #E57200;
}
.hero__izq::after {
  content: " ";
  background: linear-gradient(to top, rgb(229, 114, 1) 0%, rgba(229, 111, 114, 0) 60%);
  height: 100%;
  width: 100%;
  position: absolute;
}
.hero__figure {
  display: flex;
  position: relative;
  z-index: 9999;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
}
.hero__img {
  padding: 0px;
  aspect-ratio: attr(width)/attr(height);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0px 10px 13px -7px #000000, -1px -24px 4px -12px rgba(0, 0, 0, 0);
  border: 0.5rem solid #E57200;
}
.hero__name {
  display: block;
  letter-spacing: 0.8px;
  font-size: 3rem;
  margin-top: 1.2rem;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 2rem;
  border-left: 5px solid #E57200;
  color: #232D4B;
  box-shadow: 0px 10px 13px -7px #000000, -1px -24px 4px -12px rgba(0, 0, 0, 0);
}
.hero__subtitle {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  display: block;
}
.hero__caption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.8px;
}
.hero__btn {
  display: inline-block;
  background: #232D4B;
  padding: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-top: 5px;
  align-self: start;
  z-index: 888;
}
.hero__der {
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  height: 100%;
  width: 50%;
  padding: 3.125rem 4rem;
  overflow-y: scroll;
  color: #232D4B;
  line-height: 1.5;
  transition: top 0.3s ease-in-out;
}
.hero__der--title {
  font-size: 3.5rem;
}
.hero__der--wrapper {
  margin: 1rem 0rem;
}
.hero__der--container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__der--h3 {
  margin-left: 0.5rem;
  font-size: 1.35rem;
}

.flex {
  display: flex;
  align-items: center;
}

.flag {
  aspect-ratio: attr(width)/attr(height);
}

.quote {
  color: white;
  font-style: italic;
  z-index: 99;
  text-align: center;
  padding: 1rem 4rem;
  line-height: 1.3;
  font-size: 1rem;
}

.toggle__btn {
  font-family: "Lato", "Helvetica", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  border: none;
  background: #232D4B;
  width: 50px; /* Ancho igual a la altura para hacerlo redondo */
  height: 50px; /* Altura igual al ancho para hacerlo redondo */
  border-radius: 50%; /* Hace que el botón sea redondo */
  z-index: 888;
  padding: 1rem;
  display: flex; /* Agregado para centrar contenido verticalmente */
  align-items: center; /* Agregado para centrar contenido verticalmente */
  justify-content: center; /* Agregado para centrar contenido horizontalmente */
  animation: pulsate-fwd 0.8s ease-in-out infinite both;
}

.ml {
  margin-left: 5px;
}

.softwaregrid {
  display: grid;
  grid-template-columns: 1fr;
}

.social__container {
  z-index: 105;
  cursor: pointer;
  background: #232D4B;
  padding: 0.3rem;
  border-radius: 5px;
}

.social__icon {
  font-size: 1rem;
  color: white;
  margin: 0rem 0.3rem;
}

.social__icon--hover {
  display: inline-block;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 9px;
  text-align: center;
}

.social__icon--hover:hover .tooltip-text {
  visibility: visible;
}

.tooltip-bottom {
  top: 25px;
}

.btn-down {
  font-weight: 900;
  color: #232D4B;
  font-size: 3rem;
  z-index: 9999;
  position: relative;
  top: -10px;
}

.btn__down {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  z-index: 888;
}

footer {
  display: flex;
  justify-content: center;
  position: relative;
  top: 15rem;
}
footer button {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  border: none;
  background: #232D4B;
  width: 100%;
  padding: 0.5rem 1rem;
}

.accordion-item {
  border-bottom: 1px solid #232D4B;
}

.accordion-header {
  color: #232D4B;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem;
}

.accordion-header h2 {
  margin: 0;
}

.accordion-header i {
  font-size: 1rem;
}

.accordion-content {
  color: #232D4B;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item.active .accordion-content {
  max-height: 2000px; /* Establece una altura máxima adecuada */
  margin-bottom: 1rem;
}

.mouse {
  width: 52px;
  height: 88px;
  z-index: 999;
  position: relative;
  background: #E57200 linear-gradient(#232D4B 0%, #E57200 50%, #232D4B 50%, #E57200 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #232D4B;
  border-radius: 100px;
}

.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

/* Animations */
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pantalla-carga {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E57200;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #232D4B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* MOBILE STYLES   */
@media screen and (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero__izq {
    top: 0px;
    width: 100%;
    z-index: 100;
    border-right: none !important;
    background-size: cover;
    background-position-x: 70%;
  }
  .hero__figure {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    top: -100px;
  }
  .hero__name {
    font-size: 2rem !important;
    position: absolute;
    top: 100px;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
  .hero__caption {
    font-size: 1rem;
    letter-spacing: 0px;
  }
  .quote {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .hero__der {
    background-color: #ffffff;
    position: relative;
    top: 100vh;
    height: 100%;
    width: 100%;
    padding: 1.5rem 1rem;
    z-index: 101;
    overflow: scroll;
  }
  .hero__der--mobile {
    top: 0vh;
  }
  .hero__der--title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero__izq {
    top: 0px;
    z-index: 100;
    border-right: none !important;
    background-size: cover;
  }
  .hero__name {
    font-size: 3rem;
  }
  .quote {
    position: relative;
  }
  footer {
    top: 2rem !important;
  }
}
@media screen and (min-width: 993px) {
  footer, .toggle__btn {
    display: none;
  }
}