@font-face {
  font-family: "Ladislav";
  src: url("../fonts/fonts/Ladislav.otf");
}

@font-face {
  font-family: "Ladislav-Bold";
  src: url("../fonts/fonts/Ladislav-Bold.otf");
}

@font-face {
  font-family: "Ladislav-Semibold";
  src: url("../fonts/fonts/LadislavSemiBold.otf");
}

@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/fonts/EBGaramond-SemiBold.ttf");
}

@font-face {
  font-family: "YoungBlood";
  src: url("../fonts/fonts/Youngblood\ W00\ Regular.ttf");
}

@font-face {
  font-family: "Arial-Narrow";
  src: url("../fonts/fonts/arialnarrow.ttf");
}

/** INDEX **/
.hero-banner-elements {
  width: 250px;
  margin-inline: auto;
}

.hero-banner-elements h1 {
  font-size: 5rem;
  font-family: "EBGaramond";
  text-align: left;
  margin-top: 50px;
  margin-bottom: -70px;
}

.hero-banner-elements h2 {
  text-align: right;
  margin-bottom: -50px;
  font-size: 8rem;
  font-weight: 400;
  font-family: "Youngblood";
  color: #ede5da;
}

.reservar-btn-banner {
  font-family: "Ladislav";
  border: 1px solid #ede5da;
  border-radius: 15px;
  padding-inline: 20px;
  height: 30px;
}

.fondo-verde {
  width: 100%;
  background-image: url(../images/fondo1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.explora-section img {
  width: 120px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.explora-section h3 {
  width: 80%;
  margin-inline: auto;
  color: #ede5da;
  font-family: "Ladislav";
  font-weight: 500;
  font-size: 1.5rem;
}

.linea-explora {
  border-bottom: 1px solid #ede5da;
  margin-inline: auto;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.explora-section a {
  font-size: 1.2rem;
  padding-inline: 15px;
  height: 20px;
}

.disciplinas-section {
  background-color: #ede5da;
  padding-bottom: 50px;
}

.disciplinas-section h2 {
  margin-inline: auto;
  text-align: center;
  font-family: "Youngblood";
  font-size: 5rem;
  color: #173027;
  font-weight: 400;
}

.container-clases-index {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.clase-card {
  width: 95%;
  border-radius: 5px;
  overflow: hidden;
  max-width: 350px;
  height: 190px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fondo-clase-card {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fondo-clase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contenido-clase-card {
  text-align: center;
  font-size: 1;
  color: #ede5da;
  position: absolute;
}

.contenido-clase-card a {
  font-size: 1.2rem;
  height: 18px;
  padding-inline: 10px;
  margin-top: 5px;
  padding-block: auto;
}

.contenido-clase-card h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

.contenido-clase-card p {
  font-family: "Youngblood";
  font-size: 2.5rem;
  margin-block: -25px -10px;
}

.coaches-section h2 {
  font-family: "Youngblood";
  font-weight: 400;
  font-size: 5rem;
}


.titulo-paquete-carrito h3 {
  color: #ede5da;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
}

.titulo-paquete-carrito p {
  color: #ede5da;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-style: italic;
  margin-top: .7rem;
}

.carrito-contenido {
  padding: 2rem;
}

.paquete-carrito {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.paquete-carrito img {
  width: 4rem;
}

.paquete-carrito p {
  color: #ede5da;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
}

.preguntas-titulo {
  width: 190px;
  color: #173027;
  margin-inline: auto;
}

.preguntas-titulo h2 {
  color: #173027;
  text-align: left;
  font-size: 3rem;
  font-family: "EBGaramond";
}

.preguntas-titulo h3 {
  text-align: right;
  font-size: 4rem;
  font-weight: 400;
  margin-top: -25px;
  font-family: "Youngblood";
}

.borde-card {
  border-bottom: 1px solid #ede5da;
  width: 150px;
  margin-inline: auto;
}

.elemento-clase {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ede5da;
  gap: 10px;
}

.elemento-clase p {
  font-family: "Youngblood";
  font-size: 5.5rem;
}

.elemento-clase-anual {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ede5da;
  gap: 10px;
}

.elemento-clase-anual p {
  margin-top: 10px;
  font-size: 5rem;
  font-family: "Youngblood";
}

.coust a {
  background-color: transparent !important;
  border: 1px solid #ede5da;
  border-radius: 20px;
  color: #ede5da;
  font-family: "Ladislav";
}

/** CONTACTO **/
.fondo-contacto {
  background-image: url("../images/fondo_contacto1@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo-contacto .header.active {
  background-image: url("../images/fondo_contacto1@2x.png");
  margin-top: -2px;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-contacto {
  margin-top: 120px;
  margin-bottom: 30px;
  color: #ede5da;
  text-align: center;
  margin-inline: auto;
  font-family: "Arial-Narrow";
}

.titulo-contacto p {
  font-size: 1rem;
  margin-top: -10px;
}

.titulo-contacto p b {
  font-size: 1.5rem;
}

.general-form-container {
  margin-bottom: 50px;
}

.general-form-container input {
  background-color: transparent;
  border: 1px solid #090d0a;
  border-radius: 5px;
  font-family: "Arial-Narrow";
  font-size: 1.4rem;
}

.cm3 input {
  background-color: #173027;
  border-radius: 20px;
}

.texto-slider-about p {
  font-family: "Arial-Narrow";
  color: #ede5da;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}

/** ABOUT US **/
.fondo-about {
  background-image: url("../images/fondo_about_us@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.fondo-about .header.active {
  background-image: url("../images/fondo_about_us@2x.png");
  margin-top: -2px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ab1 span {
  text-align: center;
  color: #ede5da;
  font-family: "Youngblood";
  font-size: 4.5rem;
}

.container-about img {
  width: 120px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.container-about {
  background-color: #ede5da0c;
  width: 95;
  max-width: 380px;
  height: 400px;
  margin-inline: auto;
  border: 1px solid #ede5da;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.container-about p {
  color: #ede5da;
  font-family: "Ladislav";
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 90%;
  margin-inline: auto;
}

.borde-about {
  border-bottom: 1px solid #ede5da;
  width: 80px;
  margin-inline: auto;
  margin-top: 20px;
}

.titulo-about-dos {
  margin-block: 30px;
  text-align: center;
  color: #ede5da;
}

.titulo-about-dos h2 {
  font-family: "EBGaramond";
  font-size: 3.5rem;
}

.titulo-about-dos h3 {
  font-size: 3.5rem;
  font-family: "Youngblood";
  font-weight: 400;
  margin-top: -30px;
}

.entrenamiento-integral h3 {
  font-family: "Arial-Narrow";
  color: #ede5da;
  font-weight: 100;
  text-align: center;
  font-size: 2rem;
}

.club-slider {
  margin-block: 40px;
}

.club-slide {
  width: 85%;
  height: auto;
  margin-inline: auto;
}

.club-slide img {
  width: 100%;
  object-fit: cover;
}

.club-slider {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
  margin-block: 30px;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 40px;
}

.slider-wrapper2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 40px;
}

.club-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.club-slide img {
  width: 100%;
  height: auto;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.dot.active {
  background: #fff;
}

.dot2 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 0;
}

.dot2.active {
  background: #fff;
}

.experiencia-sensorial {
  margin-top: 100px;
  margin-bottom: 30px;
}

.experiencia-sensorial p {
  font-size: 1.2rem;
}

.experiencia-sensorial p b {
  font-weight: 400;
  font-size: 1.4rem;
}

/** PAQUETES **/
.paquetes-fondo {
  background-image: url("../images/fondopaquetes@2x.png") !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-paquetes h3 {
  margin-top: 100px;
  font-family: "YoungBlood";
  color: #ede5da;
  font-size: 4.5rem;
  text-align: center;
  font-weight: 400;
}

.acceder-cuenta-paquetes {
  color: #ede5da;
  font-family: "Ladislav-Semibold";
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.acceder-cuenta-paquetes img {
  width: 15px;
}

.cards-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.card-container {
  width: 90%;
  max-width: 340px;
  height: 350px;
  margin-inline: auto;
  border: 1px solid #ede5da;
  border-radius: 20px;
  color: #ede5da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-family: "Ladislav-Semibold";
  transition: all 0.3s ease-in-out;
}

.card-container.paquete-selected {
  box-shadow: 0 0 1rem 0.4rem #ede5da;
}

.card-container:hover {
  transform: scale(1.03);
}

.card-contenido {
  width: 100%;
}

.card-contenido h3 {
  font-size: 3rem;
  font-style: italic;
  line-height: 1.2;
}

.card-contenido p {
  font-style: italic;
  font-weight: 600;
}

.precio-clase {
  font-style: italic;
  margin-block: 20px;
  display: flex;
  flex-direction: row;
  font-size: 2.3rem;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
}

.tipo-moneda {
  margin-top: 10px;
}

.precio-clase b {
  font-weight: 600;
  font-size: 5rem;
}

.linea-divisoria-card {
  width: 70%;
  margin-inline: auto;
  border-bottom: 1px solid #ede5da;
}

.card-contenido button {
  font-family: "Arial-Narrow";
  font-style: none;
  width: 55%;
  border: 1px solid #ede5da;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10px;
  margin-inline: auto;
  background-color: #ede5da2c;
  transition: all 0.3s ease-in-out;
  color: #ede5da;
}

.card-contenido button:hover {
  background-color: #ede5da04;
}

/** COACHES **/
.fondo-coaches {
  background-image: url("../images/fondoreserva@2x.png") !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tittle-coaches h2 {
  font-family: "YoungBlood";
  color: #ede5da;
  font-size: 6rem;
  text-align: center;
  font-weight: 400;
}

.linea-inferior-coaches {
  width: 150px;
  margin-inline: auto;
  border-bottom: 1px solid #ede5da;
}

.section-coaches {
  margin-inline: auto;
  width: 100%;
  gap: 100px;
}

.flip-card {
  perspective: 1000px;
  background-color: transparent;
  width: 300px;
  height: 450px;
  position: relative;
  margin-inline: auto;
  border-radius: 50px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 2px,
    rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px,
    rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px,
    rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 35px;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  position: relative;
  overflow: hidden;
}

.flip-card-back::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg,
      rgba(0, 0, 0, 0) 40%,
      rgba(180, 180, 180, 0.15) 45%,
      rgba(255, 255, 255, 0.438) 48%,
      rgba(255, 255, 255, 0.582) 49%,
      rgba(255, 255, 255, 0.473) 50%,
      rgba(180, 180, 180, 0.15) 53%,
      rgba(0, 0, 0, 0) 58%);
  transform: translate(-25em, -15em);
  animation: shineMetal 4s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.45;
  z-index: 10;
  animation-play-state: paused;
}

.flip-card-back::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg,
      rgba(0, 0, 0, 0) 48%,
      rgba(255, 255, 255, 0.3) 49%,
      rgba(255, 255, 255, 0.35) 49.3%,
      rgba(0, 0, 0, 0) 50%);
  transform: translate(-25.5em, -15.5em);
  animation: shineMetal 4s linear infinite;
  animation-delay: 0.1s;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.3;
  z-index: 9;
  animation-play-state: paused;
}

@keyframes shineMetal {
  0% {
    transform: translate(-25em, -15em);
    opacity: 0;
  }

  10% {
    opacity: 0.3;
  }

  30% {
    transform: translate(25em, 15em);
    opacity: 0.6;
  }

  40% {
    opacity: 0;
  }

  100% {
    transform: translate(25em, 15em);
    opacity: 0;
  }
}

.flip-card .flip-card-back::after,
.flip-card .flip-card-back::before {
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.flip-card:hover .flip-card-back::after,
.flip-card:hover .flip-card-back::before {
  animation-play-state: running;
  opacity: 1;
  animation-delay: 0s;
}

.fondo-inferior-back img {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  z-index: 0;
}

.fondo-card-back img {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  z-index: 0;
}

.fondo-card-front img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  z-index: 0;
  border-radius: 20px;
}

.fondo-hexagono img {
  position: absolute;
  z-index: 1;
  width: 85%;
  top: 5%;
  left: 7.5%;
}

.coach-sin-fondo img {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 15%;
  z-index: 3;
}

.difuminado-coach img {
  position: absolute;
  z-index: 4;
  width: 85%;
  top: 46%;
  left: 7.5%;
}

.flip-card-front a {
  position: absolute;
  left: 1%;
  top: 70%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding-block: 15px;
  padding-inline: 25px 50px;
  font-family: "Ladislav";
  color: #ede5da;
  font-size: 3rem;
  background-color: #ede5da2f;
}

.flip-card-front a p {
  font-family: "Ladislav";
  color: #ede5da;
  font-size: 3.2rem;
  margin-block: -10px;
}

.linea-coach-nombre {
  border-bottom: 1px solid #ede5da;
  width: 80%;
  margin-inline: auto;
}

.estadisticas-contenido {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0%;
}

.indicadores {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  margin-inline: auto;
  margin-top: 20px;
}

.indicadores img {
  width: 40px;
}

.estadisticas-generales {
  width: 80%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.estadistica {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: center;
  justify-content: end;
  text-align: right;
  overflow: hidden;
  margin-left: -20px;
  margin-bottom: -5px;
}

.datos-coach {
  margin-top: 70px;
}

.datos-coach p {
  font-family: "YoungBlood";
  font-size: 3.5rem;
}

.estadistica p {
  width: 100%;
  font-family: "Ladislav";
  font-size: 1.6rem;
  text-align: right;
}

.estadistica svg {
  width: 140px;
}

.barra {
  width: 140px;
  height: auto;
}

.fondo {
  fill: rgba(255, 255, 255, 0.2);
  stroke: #999;
  stroke-width: 0.5px;
}

.relleno {
  fill: #ede5da;
  stroke: none;
  transition: clip-path 1s ease-in-out;
}

.barra-container {
  overflow: visible;
}

.touch-device .flip-card:hover .flip-card-inner {
  transform: none;
}

.touch-device .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.touch-device .flip-card:hover .flip-card-back::after,
.touch-device .flip-card:hover .flip-card-back::before {
  animation-play-state: paused;
  opacity: 0;
}

.touch-device .flip-card.flipped .flip-card-back::after,
.touch-device .flip-card.flipped .flip-card-back::before {
  animation-play-state: running;
  opacity: 1;
  animation-delay: 0s;
}

/** HEADER **/
.header {
  display: block;
}

main {
  position: relative;
}

.header .btn {
  display: none;
}

/** INICIAR SESION **/
.fondo-claro .logo img {
  filter: invert(1);
}

.fondo-claro .btn-user-header img {
  filter: invert(1);
}

.fondo-claro .nav-open-btn img {
  filter: invert(1);
}

.fondo-claro .header {
  border: 1px solid #173027;
}

.fondo-claro .header.active {
  background-color: #f4f0e7;
}

.paquetes-fondo .header.active {
  background-color: #090d0a;
}

.fondo-coaches .header.active {
  background-image: url("../images/fondoreserva@2x.png");
  margin-top: -2px;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-form {
  width: 90%;
  margin-inline: auto;
  max-width: 400px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.login-form h2 {
  font-family: "YoungBlood";
  color: #173027;
  font-size: 5rem;
}



@media(768px < width) {
  .carrito-compras-container {
    position: fixed;
    z-index: 3;
    border-left: 1px solid #ede5da;
    height: 100%;
    width: 40rem;
    right: 0;
    background-color: #090d0a;
    display: flex;
    flex-direction: column;
    transition: all 500ms ease;
    transform: translateX(calc(100% - 9rem));
    transition: transform 500ms ease;
  }

  .carrito-compras-container:hover {
    transform: translateX(0);
  }

  .header-carrito img {
    width: 5rem;
    height: 5rem;
  }

  .header-carrito p {
    color: #ede5da;
    font-size: 4rem;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
  }

  .total-carrito-container p {
    color: #ede5da;
    font-size: 3rem;
    font-style: italic;
  }

  .carrito-contenido {
    height: 100%;
  }
}

@media(300px < width < 767px) {
  .carrito-compras-container {
    position: fixed;
    z-index: 3;
    border-top: 1px solid #ede5da;
    height: 70dvh;
    width: 100%;
    bottom: 0;
    background-color: #090d0a;
    display: flex;
    flex-direction: column;
    transition: all 500ms ease;
    transform: translatey(calc(100% - 7rem));
    transition: transform 500ms ease;
  }

  .header-carrito img {
    width: 3rem;
    height: 3rem;
  }

  .header-carrito p {
    color: #ede5da;
    font-size: 2rem;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
  }

  .total-carrito-container p {
    color: #ede5da;
    font-size: 2rem;
    font-style: italic;
  }

  .overlay-carrito-mobile {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 3;
    bottom: 0;
    transform: translateY(100%);
    transition: all 500ms ease;
    background-color: #090d0ad7;
  }

  .carrito-contenido {
    overflow-y: scroll;
    height: 100%;
    max-height: 100%;
  }
}

.header-carrito {
  height: 90px;
  border-bottom: 1px solid #ede5da;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.comprar-btn-container {
  height: 90px;
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #ede5da;
}

.total-carrito-container {
  height: 90px;
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #ede5da;
  display: flex;
  align-items: center;
  justify-content: end;
}

.comprar-btn-container a {
  color: #ede5da;
  font-size: 2rem;
  background-color: #1f1e1c0e;
  cursor: not-allowed;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 0.5rem 1rem;
  width: 50%;
  text-align: center;
  border: 1px solid #ede5da;
  margin-inline: auto;
  border-radius: 1rem;
  transition: all 500ms ease;
}

.comprar-btn-container a:hover {
  background-color: #ede5da04;
}

.inicio-texto {
  margin-bottom: -20px;
}

.registro-texto h2 {
  font-family: "Ladislav";
  color: #173027;
}

.registro-mensaje {
  font-family: "Ladislav";
  margin-bottom: 20px;
}

.registro-mensaje span button {
  color: black;
}

.login-form label {
  color: #173027;
}

.login-form button {
  font-family: "Ladislav";
}

.login-submit-btn {
  background-color: #173027;
  color: #ede5da;
  font-family: "Ladislav";
  font-size: 1.2rem;
  padding: 0px 10px;
}

.login-submit-btn:hover {
  background-color: #0f2018;
  color: #ede5da;
}

.olv-contra {
  width: auto;
  margin-inline: auto;
}

form input {
  border: none;
  background-color: #e0e0e073;
  border-radius: 20px;
  padding-left: 15px;
}

form input::placeholder {
  color: #173027;
}

.olv-contra {
  margin-top: 5px;
  color: black;
  font-size: 1.2rem;
  font-family: "Ladislav";
}

/** PROFILE **/
.p2 {
  background-color: #173027;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.shake {
  animation: shake 0.5s;
}

#contentNum {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/** FOOTER **/
.container-footer {
  color: #ede5da;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-block: 50px 40px;
}

.links-footer a {
  font-family: "Ladislav";
}

.iconos-powered {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 5px;
  margin-bottom: 5px;
}

.iconos-powered ion-icon {
  width: 15px;
  height: 15px;
}

.footer-logo {
  width: 100%;
  justify-content: center;
}

.footer-logo img {
  width: 150px;
  margin-inline: auto;
}

.iconos-powered img {
  width: 15px;
}

.powered-by {
  display: flex;
  flex-direction: row;
}

.contenido-footer-inferior {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .titulo-paquetes {
    margin-bottom: -200px;
  }

  .cards-container {
    width: 90%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .login-form {
    width: 500px;
  }
}

@media (min-width: 1199px) {
  .cards-container {
    width: 80%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .card-container {
    min-width: 300px;
  }

  .fondo-claro .navbar-link {
    color: #173027;
  }
}