section.portada {
  padding-bottom: 6rem;
}

span.colorLetters {
  color: #111347;
  background-image: linear-gradient(to right, #111347 0%, #4983E6 60%, #007BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glassInner {
  position: relative;
  border-radius: 0 0px 30px 14px;
  overflow: hidden;
  top: 0;
  left: 0.5%;
  width: 99%;
  height: 100%;
}

.glassContainer {
  position: relative;
}

.glassContainer .orb {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  z-index: 1;
  animation: breathe-size 3.5s ease-in-out infinite;
}

.glassContainer .orb.purple {
  background: var(--orb-morado);
  opacity: 49%;
  width: 390px;
  height: 250px;
  bottom: 2rem;
  left: -11rem;
  animation-name: breathe-size-purple, breathe-opacity-purple;
  animation-duration: 4.5s, 4.5s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite;
}

.glassContainer .orb.blue {
  background: var(--orb-azul);
  bottom: -69px;
  left: 5vw;
  width: 82vw;
  height: 231px;
  opacity: 14%;
  animation-name: breathe-opacity-blue;
  animation-duration: 4.5s, 4.5s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite;
}

.glassContainer .orb.green {
  background: var(--orb-verde);
  bottom: -9rem;
  right: -2rem;
  animation-name: breathe-size-green, breathe-opacity-green;
  animation-duration: 5.5s, 5.5s;
  animation-timing-function: ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite;
}

.glassContainer .glass {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(65px);
  border-radius: 0 0px 30px 15px;
  z-index: 5;
  margin: auto;
}

.glassSurface {
  position: relative;
  z-index: 10;
  padding-bottom: 10rem;
}

section.portada .textContainer h1 {
  font-weight: 400;
  margin-bottom: 1.4rem;
}

section.portada .textContainer p {
  font-weight: 400;
  font-size: 1.1rem;
  max-width: 34rem;
}

section.portada .imgContainer {
  margin-top: 9.5rem;
  text-align: center;
}

section.portada .textContainer {
  margin-top: 8rem;
  margin-bottom: 3rem;
}

section.portada .cardBox {
  z-index: 22;
  position: absolute;
  bottom: -3rem;
  width: 100%;
}

section.portada .cardWrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}

section.portada .cardWrapper .glassCard {
  flex: 1;
  max-width: 22rem;
  border-radius: 11px;
  padding: 1.8rem 2.5rem 1.8rem 2rem;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}

section.portada .cardWrapper .glassCard .backGlass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 63%);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  z-index: 1;
}

section.portada .cardWrapper .glassCard .textCardContainer {
  position: relative;
  z-index: 1;
}

section.portada .cardWrapper .glassCard .textCardContainer .nameApp {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

section.portada .cardWrapper .glassCard .textCardContainer .nameApp img {
  width: 3rem;
}

section.portada .cardWrapper .glassCard h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

section.portada .cardWrapper .glassCard h3 strong {
  font-family: var(--fuente-secundaria);
  font-size: 1.27rem;
  font-weight: 600;
}

section.portada .cardWrapper .glassCard .body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 4rem;
}

section.portada .cardWrapper .glassCard .body p {
  max-width: 11rem;
  font-size: 0.9rem;
  margin: 0;
}

/* section.portada .cardWrapper .glassCard .body span.logoMeta img {
    bottom: 0.1rem !important;
    width: 5rem !important;
} */

section.portada .cardWrapper .glassCard .body img {
  position: relative;
  bottom: -0.9rem;
  width: 3.7rem;
}

section.portada .cardWrapper .glassCard .imageCardContainer {
  display: flex;
  gap: 20px;
  z-index: 1;
  position: relative;
  margin-top: 0.5rem;
}

section.portada .cardWrapper .glassCard .imageCardContainer img {
  width: 10rem;
  margin-top: 5px;
}

section#seccion1 {
  padding: 1rem 0 3rem;
}

section#seccion1 .textContainer {
  text-align: center;
  max-width: 60rem;
  margin: auto;
  display: flex;
  align-items: center;
}

section#seccion1 .textContainer .logosContainer {
  margin-left: 3rem;
}

section#seccion1 .textContainer .logosContainer img {
  width: 15rem;
}

section#seccion1 .textContainer h2 {}

section#seccion1 .textContainer p {}

section#seccion1 .tabWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.3rem;
}

section#seccion1 .tabWrapper .tab {
  border: 1px solid #111347;
  color: #111347;
  padding: 0.7rem 1.5rem;
  border-radius: 35px;
  cursor: pointer;
}

section#seccion1 .tabWrapper .tab.active {
  background-color: #88F893;
  border: 1px solid #88F893;
}

section#seccion1 .rowOptionsWrapper {
  margin: 3rem 48px auto 0;
}

section#seccion1 .rowOptionsWrapper .rowOption {
  display: none;
}

section#seccion1 .rowOptionsWrapper .rowOption.active {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard {
  background-color: #fff;
  border-radius: 6px;
  padding: 0.8rem 2rem;
  min-height: 10rem;
  flex: 1;
  max-width: 20rem;
  border: 1px solid #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.18);
  transition: box-shadow .3s, border .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover {
  align-items: flex-start;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.0);
  border: 1px solid #B6BCCD;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover p {
  display: block;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover img {
  display: none;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover h4 {
  font-size: 1.1rem;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard img {
  height: 30px;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard h4 {
  margin: 0;
  font-size: 1.3rem;
}

section#seccion1 .rowOptionsWrapper .rowOption .hoverCard p {
  display: none;
  margin: 0;
  font-size: 0.84rem;
}


section#seccion2 {}

section#seccion2 .subContainer {
  background-color: #F4F7FB;
  padding: 3.5rem 0 3.8rem;
  position: relative;
  left: 0.5%;
  width: 99%;
  border-radius: 11px;
}

section#seccion2 .subContainer h2 {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

section#seccion2 .subContainer p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 46rem;
  line-height: 2.2rem;
}


section#seccion3 {
  padding: 4rem 0;
}

section#seccion3 h2 {
  max-width: 32rem;
  margin-bottom: 3.8rem;
}

section#seccion3 .listContainer {
  display: flex;
  gap: 3rem;
}

section#seccion3 .listContainer ul {
  list-style: none;
}

section#seccion3 .listContainer ul li {
  max-width: 20rem;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.3rem;
  position: relative;
}

section#seccion3 .listContainer ul li::before {
  content: '';
  background-image: url(/assets/check_Icon.png);
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  left: -1.9rem;
  top: 0px;
}


section#seccion4 {
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}

section#seccion4 .glassContainer {
  z-index: 0;
}

section#seccion4 .glassInner {
  border-radius: 0;
  width: 100%;
  left: 0;
  padding-top: 0.5rem;
}

section#seccion4 .glassInner .orb.blue {
  background: #05A6FF;
  bottom: -5rem;
  left: -4rem;
  opacity: 44%;
  width: 108vw;
  height: 9rem;
  animation: none;
}

section#seccion4 .glassInner .glass {
  border-radius: 0px;
}

section#seccion4 .glassInner .glassSurface {}

section#seccion4 .textContainer {
  /* text-align: center; */
  max-width: 44rem;
  /* margin: auto; */
}

section#seccion4 .textContainer h2 {
  font-size: 2.15rem;
  margin-bottom: 1.2rem;
}

section#seccion4 .textContainer p {
  max-width: 29rem;
  margin: 0;
}

section#seccion4 .logosContainer {
  display: flex;
  gap: 4.5rem;
  margin-bottom: 6.5rem;
  margin-top: 2.2rem;
  justify-content: center;
}

section#seccion4 .logosContainer img {
  height: 55px;
}

section#seccion4 .callToAction-container button {}

section#seccion4 .supCircleContainer {
  position: relative;
}

section#seccion4 .circle {
  width: 108vw;
  position: absolute;
  height: 9rem;
  bottom: -5.5rem;
  left: -4vw;
  background-color: #fff;
  border-radius: 100%;
}



section#seccion5 {
  padding: 1rem 0 10rem;
  margin-top: -6rem;
}


section#seccion6 {}




@media (max-width: 768px) {

  section.portada {
    padding-bottom: 0rem;
  }

  section.portada .cardWrapper {
    flex-direction: column;
  }

  section.portada .cardBox {
    position: relative;
    bottom: auto;
    top: -4rem;
  }

  section.portada .glassSurface {
    padding-bottom: 5rem;
    padding-top: 8rem;
  }

  section.portada .cardWrapper .glassCard {
    max-width: 90%;
    margin-left: 5%;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  }

  section.portada .textContainer h1 {
    font-weight: 400;
    font-size: 2.5rem;
    margin-top: 0rem;
  }

  section.portada .textContainer {
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: center;
  }

  section.portada .imgContainer {
    margin: 4rem 0 2rem;
    margin-left: .5rem;
    text-align: left;
  }

  section.portada .imgContainer img {
    max-width: 10rem;
  }

  section.portada .cardWrapper .glassCard .body img {
    width: 2.5rem;
    bottom: 0;
  }

  section.portada .cardWrapper .glassCard .body {
    min-height: auto;
  }

  .glassInner {
    left: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .glassContainer .orb.blue {
    width: 220px;
    height: 220px;
    bottom: -6rem;
    left: 14rem;
  }

  .glassContainer .orb.purple {
    bottom: 0rem;
    left: 1rem;
    width: 190px;
    height: 190px;
  }

  .glassContainer .orb.green {
    bottom: 16rem;
    right: -6.5rem;
    width: 150px;
    height: 150px;
  }

  section#seccion1 .textContainer {
    text-align: left;
    flex-direction: column;
  }

  section#seccion1 .textContainer .titleContainer {
    margin: auto;
  }

  section#seccion1 .textContainer .logosContainer {
    margin: auto;
  }

  section#seccion1 .tabWrapper {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
  }

  section#seccion1 .tabWrapper .tab {
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
  }

  section#seccion1 .rowOptionsWrapper .rowOption {
    flex-direction: column;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard {
    max-width: none;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard p {
    display: block;
    text-align: center;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard img,
  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover img {
    display: block;
  }

  section#seccion1 .rowOptionsWrapper {
    margin: 2.3rem 0 0 0;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard h4 {
    font-size: 1.1rem;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard {
    box-shadow: none;
    border: 1px solid #B6BCCD;
    padding: 1.5rem 2rem;
  }

  section#seccion1 .rowOptionsWrapper .rowOption .hoverCard:hover {
    align-items: center;
  }

  section#seccion2 .subContainer h2 {
    font-size: 1.7rem;
  }

  section#seccion2 .subContainer {
    left: 2.5%;
    width: 95%;
    padding: 1.5rem 0 1.5rem;
  }

  section#seccion2 .subContainer p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  section#seccion3 {
    padding: 2rem 0;
  }

  section#seccion3 h2 {
    margin-bottom: 2rem;
  }

  section#seccion3 .listContainer {
    flex-direction: column;
    gap: 0;
  }

  section#seccion3 .listContainer ul {
    margin: 0;
  }

  section#seccion3 .listContainer ul li {
    max-width: none;
    margin-bottom: 1.3rem;
  }


  section#seccion4 .textContainer h2 {
    font-size: 1.8rem;
  }

  section#seccion4 .logosContainer {
    display: flex;
    flex-wrap: wrap;
    /* permite que los elementos salten de fila */
    justify-content: center;
    gap: .7rem 0rem;
    /* espacio entre elementos (opcional) */
  }

  section#seccion4 .textContainer p {
    max-width: 20rem;
  }

  section#seccion4 .glassSurface {
    padding-bottom: 9.5rem;
    padding-top: 0rem;
  }

  section#seccion4 .callToAction-container {
    padding: 2rem;
    border-radius: 13px;
    margin-top: 0rem;
    width: calc(100% - 1.5rem);
    margin: auto;
  }

  section#seccion4 .callToAction-container h3 {
    font-size: 2.1rem;
  }

  section#seccion4 .circle {
    width: 170vw;
    height: 10rem;
    bottom: -6rem;
    left: -35vw;
  }


  section#seccion4 .glassInner .orb.blue {
    top: auto;
    left: -20vw;
    width: 140vw;
    height: 10rem;
    bottom: -5.1rem;
    opacity: 44%;
  }


  section#seccion5 {
    margin-top: -8.5rem;
    padding: 1rem 0 15rem;
  }



}



@keyframes breathe-size-purple {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.10);
  }

  50% {
    transform: scale(1.34);
  }

  80% {
    transform: scale(1.10);
  }

  100% {
    transform: scale(1);
  }
}

/* Animaciones de opacidad: usan el valor por defecto como máximo y bajan suavemente */

@keyframes breathe-opacity-purple {
  0% {
    opacity: 0.15;
  }

  20% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.3;
  }

  80% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.15;
  }
}

@keyframes breathe-opacity-blue {
  0% {
    opacity: 0.14;
  }

  20% {
    opacity: 0.24;
  }

  40% {
    opacity: 0.50;
  }

  80% {
    opacity: 0.14;
  }

  100% {
    opacity: 0.14;
  }
}

@keyframes breathe-opacity-blue {
  0% {
    opacity: .15;
  }

  20% {
    opacity: .2;
  }

  50% {
    opacity: .3;
  }

  80% {
    opacity: .2;
  }

  100% {
    opacity: .15;
  }
}



@keyframes breathe-size-green {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.10);
  }

  50% {
    transform: scale(1.50);
  }

  80% {
    transform: scale(1.50);
  }

  100% {
    transform: scale(1);
  }
}