/* variables para la reutilización de fuentes, colores, etc.
Las fuentes se importan ahora desde google fonts directamente. esto ayuda al rendimiento del sitio
*/
:root {
  --bebas-font: "Bebas Neue", sans-serif;
  --blackops-font: "Black Ops One", system-ui;
  --bungee-font: "Bungee Spice", sans-serif;
}
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: var(--blackops-font);
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

.logo {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.contenedor {
  z-index: -1;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  background-image: url(https://trneodavo.000webhostapp.com/Img/gam.jpg);
  background-size: cover;
}

.inicio {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.title-gral {
  flex: 1;
  margin-left: 20px;
  font-family: var(--bungee-font);
  font-weight: 400;
  font-style: normal;
  text-align: start;
  font-size: 4rem;
}
.title-inside {
  font-size: 2rem;
  color: #fff;
}

.fa-handshake-simple {
  font-size: 75px;
  margin-top: 40px;
  color: #006b0e;
}
.fa-money-bill-1-wave {
  font-size: 75px;
  margin-top: 40px;
  color: #ffffff;
}

.fa-hand-fist {
  font-size: 75px;
  margin-top: 40px;
  color: #ff0202;
}

.seccion-primary {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  display: flex;

  justify-content: space-around; /* Esto distribuye el espacio uniformemente */
  align-items: center; /* Centra los elementos horizontalmente */
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.cards-home {
  text-align: center; /* Para centrar el texto dentro de la tarjeta */
  padding: 10px; /* Ajusta según sea necesario */
  box-shadow: 0px 0px 4px #fff;
  word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
}
.home2 {
  flex: 1; /* Esto asegura que cada tarjeta tenga la misma proporción */

  display: flex;
  flex-direction: row;
  margin-right: 20px;
}

.cards-home p {
  word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
  overflow: hidden; /* Evita que el texto desborde */
}
.cards-home:hover {
  background: radial-gradient(
    circle,
    rgba(97, 172, 203, 1) 25%,
    rgba(9, 72, 255, 1) 70%
  );
  cursor: pointer;
}
/*-------------------------------------*/

.seccion-second {
  display: flex;
  flex-direction: column; /* O 'row' si prefieres una disposición horizontal */
  justify-content: center; /* Esto distribuye el espacio uniformemente */
  align-items: center; /* Centra los elementos horizontalmente */
  backdrop-filter: blur(5px);
}

.description {
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.title-gral2 {
  margin-top: 4rem;
  font-family: var(--bungee-font);
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 4rem;
}

.fa-question {
  font-size: 75px;
  margin-top: 40px;
  color: rgb(255, 145, 1);
}

.cards-description {
  display: flex;
  flex-direction: column;
}

.img-gral {
  width: 60%; /* o cualquier otro tamaño */
  height: auto;
  object-fit: contain;
  border-radius: 15px;
  box-shadow: 5px 5px 16px #029aff;
}

.cards-description {
  margin-left: 20px;
  font-size: 1.5rem;
  color: #070707;
  font-weight: 900;
  word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
  overflow: hidden; /* Evita que el texto desborde */
}
.cards-description:hover {
  backdrop-filter: blur(8px);
  border-radius: 15px;
}
/*------------------------------*/
.third-second {
  display: flex;
  flex-direction: column; /* O 'row' si prefieres una disposición horizontal */
  justify-content: center; /* Esto distribuye el espacio uniformemente */
  align-items: center; /* Centra los elementos horizontalmente */
  backdrop-filter: blur(5px);
}

.que {
  border: 2px solid yellow;
  box-shadow: 4px 5px 5px yellow;

  text-align: center;
  border-radius: 15px;
}
.que .desc-who {
  margin-left: 10px;
  margin-right: 10px;
  text-align: start;
  color: #161616;
  filter: drop-shadow(5px 5px 5px #fff);
}

.prueba {
  height: 70%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

/*----------------*/
.wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
}

.card {
  width: 80px;
  border-radius: 0.75rem;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2rem;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.8);
}

.card > .row {
  color: white;
  display: flex;
  flex-wrap: nowrap;
}

.card > .row > .icon {
  background: #223;
  color: white;
  border-radius: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.card > .row > .description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 80px;
  width: 520px;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
  transition: all 0.3s ease;
}

.description p {
  color: #b0b0ba;
  padding-top: 5px;
}

.description h4 {
  text-transform: uppercase;
}

input {
  display: none;
}

input:checked + label {
  width: 750px;
}

input:checked + label .description {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.card[for="c1"] {
  background-image: url("https://trneodavo.000webhostapp.com/Img/4.jpg");
}
.card[for="c2"] {
  background-image: url("https://trneodavo.000webhostapp.com/Img/5.jpg");
}
.card[for="c3"] {
  background-image: url("https://trneodavo.000webhostapp.com/Img/6.jpg");
}
.card[for="c4"] {
  background-image: url("https://trneodavo.000webhostapp.com/Img/7.jpg");
}

/*----------------------*/

.cards-install {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh; /* Esto hace que el contenedor padre ocupe toda la altura de la pantalla */
}

.structure-client,
.structure-server {
  flex-basis: 50%; /* Hace que cada estructura ocupe la mitad del ancho de la pantalla */
  overflow-y: auto; /* Añade scroll si el contenido es muy largo */
  padding: 20px; /* Añade algo de espacio dentro de las cajas */
  box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
}

.img-client {
  width: 50%; /* Hace que las imágenes sean responsivas y se ajusten al ancho de su contenedor */
  height: auto; /* Mantiene la proporción de las imágenes */
}

.buttonDownload button {
  width: 50%; /* Hace que los botones se ajusten al ancho de su contenedor */
  padding: 10px 0; /* Añade algo de espacio vertical dentro del botón */
}

button {
  background: black;
  cursor: pointer;
  border: none;
  padding: 16px 32px;
  color: azure;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-top: 20px;
}

button:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    red,
    blue,
    deeppink,
    blue,
    red,
    blue,
    deeppink,
    blue
  );
  background-size: 800%;
  border-radius: 12px;
  filter: blur(8px);
  animation: glowing 20s linear infinite;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*----------------------*/
.prueba-price {
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
}

.container-price {
  background: rebeccapurple;

  display: flex;

  justify-content: center;
}

.card1 {
  width: 230px;
  height: 325px;
  box-shadow: 0 3px 6px #000000;
  position: relative;
  perspective: 1000px;
  transform: perspective(1000px) translateY(0);
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}

.card1.dark {
  background-color: #000000;
  color: #fbfbfb;
}

.card1.dark .purchase-button {
  border: 1px solid #1f1f20;
}

.card1.light {
  background-color: #ffffff;
  color: #272727;
}

.card1.light .purchase-button {
  border: 1px solid #0051ff;
}

.card-container {
  display: flex;
}

.card-wrapper:hover .card1 {
  transform: rotateY(179deg);
  z-index: 2;
}

.card-wrapper:hover .card1 .text-overlay {
  opacity: 0;
  transform-style: preserve-3d;
  z-index: 1;
}

.card-wrapper:hover .card1 .purchase-button-container {
  opacity: 1;
}

.text-overlay {
  transform: perspective(1000px) translateY(0) translateZ(80px);
  transition: transform 0.8s ease-in-out, opacity 1s ease;
  pointer-events: none;
  width: 100%;
  perspective: inherit;
  padding-top: 50px;
}

.price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 20px;
}

.details-text {
  margin-top: 20px;
  display: flex;
  gap: 10px 10px;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #858585;
  font-size: 0.75rem;
}

small {
  font-size: 0.75rem;
  font-weight: 100;
  color: #858585;
}

.back-h2 {
  font-size: 2rem;
  margin-top: 0;
}

.fa-solid {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.fa-paypal {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.purchase-button-container {
  color: #00ff80;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: 0;
  transform: perspective(1000px) rotateY(179deg) translateY(0) translateZ(80px);
  opacity: 0;
  z-index: -1;
  transition: transform 0.8s ease-in-out, opacity 1s ease;
  width: 100%;
  height: 100%;
}

.purchase-button-container .purchase-button {
  padding: 10px 40px;
  font-size: 1.2rem;
  transition: background-color 0.25s ease, color 0.25s ease;
  cursor: pointer;
}

.purchase-button-container .purchase-button.light:hover {
  background-color: #0051ff;
  color: #fbfbfb;
}

.purchase-button-container .purchase-button.dark:hover {
  background-color: #0051ff;
  color: #ffffff;
}
/*------------------------*/
.prueba2 {
  height: 70%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.cont-perfil {
  margin-top: 5%;
}
/*------------------------*/
.profile-container {
  position: relative;
  height: 40vh;
  width: 40vh;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 60px 5px #eeff0333;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.profile-container .contButton {
  font-size: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container {
  overflow: hidden;
  border: 5px solid #ffe600;
  border-radius: 50%;
  box-shadow: 0 8px 55px #fffb03a4;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-container img {
  width: 90%;
  max-width: 90%;
  transform: scale(1.1);
}

.info {
  margin-bottom: 1px;
}

.info i {
  margin-right: 8px;
  font-size: 1.1em;
}

.place {
  margin-bottom: 4px;
}

.full-name {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b92a76;
}

.posts-info {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-align: center;
}

.action {
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #d31258;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  width: 80%;
  margin-top: 5px;
  margin-right: 1px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 2px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s, opacity 0.3s;
}

.action.message {
  background-color: #6741ff;
}

.action:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

/*--------------------*/
.containers {
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-top: -50px;
}
#youtube,
#tiktok,
#facebook,
#github,
#instagram,
#google {
  font-size: 2em;
  background-color: #788af1;
  color: #fff;
  box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
    2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
  border-radius: 29px;
  padding: 11px 19px;
  margin: 0 40px;
  animation: animate 3s linear infinite;
  text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff, 0 0 150px #0072ff,
    0 0 200px #0072ff;
}
#youtube {
  animation-delay: 0.3s;
}
#tiktok {
  animation-delay: 0.7s;
}
#facebook {
  animation-delay: 0.1s;
}
#github {
  animation-delay: 0.1s;
}
#instagram {
  animation-delay: 0.7s;
}
#google {
  animation-delay: 0.3s;
}
@keyframes animate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}

#youtube:hover,
#tiktok:hover,
#facebook:hover,
#github:hover,
#instagram:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/*------------------------------------------*/

.prueba3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
}
.contenedorQuestions {
  margin-top: -15%;
}
.containerQ {
  margin: 0 40px;
  height: auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.containerQ h1 {
  color: #333;
}
.containerQ .tab {
  position: relative;
  background: #fff;
  padding: 0 20px 20px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.containerQ .tab input {
  appearance: none;
}
.containerQ .tab label {
  display: inline-block;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  cursor: pointer;
}
.containerQ .tab label::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.1);
  transition: transform 1s;
}
.containerQ .tab:hover label::after {
  color: #333;
}
.containerQ .tab input:checked ~ label::after {
  content: "+";
  color: #fff;
  transform: rotate(135deg);
}
.containerQ .tab label h2 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25em;
  border-radius: 5px;
  margin-right: 10px;
}
.containerQ .tab input:checked ~ label h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-size: 8em;
  justify-content: flex-end;
  padding: 20px;
  margin-top: -1px;
}
.containerQ .tab label h3 {
  position: relative;
  font-weight: 500;
  color: #333;
  z-index: 10;
}
.containerQ .tab input:checked ~ label h3 {
  background: #fff;
  padding: 2px 10px;
  color: #333;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.containerQ .tab .contentQ {
  max-height: 0;
  overflow: hidden;
  transition: 1s;
}
.containerQ .tab input:checked ~ .contentQ {
  max-height: 100vh;
  transition: 1s;
}
.containerQ .tab .contentQ p {
  position: relative;
  padding: 10px 0;
  color: #333;
  z-index: 10;
}
.containerQ .tab input:checked ~ .contentQ p {
  color: #fff;
}

.containerQ .tab:nth-child(2) label h2 {
  background: linear-gradient(135deg, #70f570 10%, #49c628 100%);
}
.containerQ .tab:nth-child(3) label h2 {
  background: linear-gradient(135deg, #3c8ce7 10%, #00eaff 100%);
}
.containerQ .tab:nth-child(4) label h2 {
  background: linear-gradient(135deg, #ff96f9 10%, #c32bac 100%);
}
.containerQ .tab:nth-child(5) label h2 {
  background: linear-gradient(135deg, #fd6e6a 10%, #ffc600 100%);
}
.videoinstalacion {
  width: 750px; /* Ancho estándar para escritorio */
  height: 415px; /* Alto estándar para escritorio */
}
/*------------------*/
@media only screen and (max-width: 600px) {
  .nav-links {
    font-size: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .nav-links li {
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
  }

  .nav-links li:hover {
    background: #3d77f5;
    border-radius: 5px;
    box-shadow: 0 0 5px #ff3300 0 0 10px #ad2828;
  }
  .nav-links a {
    align-items: center;
    justify-content: center;
  }
  .nav-links a:hover {
    color: #fff;
  }

  .inicio {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .title-gral {
    flex: 1;
    margin-top: 23%;
    font-family: var(--bungee-font);
    font-weight: 100;
    font-style: normal;
    text-align: center;
    font-size: 1.5rem;
  }
  .title-inside {
    margin-top: -15px;
    font-size: 1rem;
    color: #fff;
  }

  .fa-handshake-simple {
    font-size: 45px;
    margin-top: 1px;
    color: #006b0e;
  }
  .fa-money-bill-1-wave {
    font-size: 45px;
    margin-top: 1px;
    color: #ffffff;
  }

  .fa-hand-fist {
    font-size: 45px;
    margin-top: 1px;
    color: #ff0202;
  }

  .seccion-primary {
    display: flex;
    justify-content: space-around; /* Esto distribuye el espacio uniformemente */
    align-items: center; /* Centra los elementos horizontalmente */
    backdrop-filter: blur(5px);
    overflow: hidden;
  }
  .cards-home {
    font-size: 10px;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    text-align: center; /* Para centrar el texto dentro de la tarjeta */
    box-shadow: 0px 0px 4px #fff;
    word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
    height: 150px;
  }

  .home2 {
    margin-top: -120%;
    flex: 1; /* Esto asegura que cada tarjeta tenga la misma proporción */
    display: flex;
    flex-direction: column;
    margin-right: 20px;
  }

  .cards-home p {
    color: yellow;
    word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
    overflow: hidden; /* Evita que el texto desborde */
  }
  .cards-home:hover {
    background: #04acdf;
  }

  /*---------------------------------------*/

  .description {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .title-gral2 {
    margin-top: 1%;
    font-family: var(--bungee-font);
    font-weight: 100;
    font-style: normal;
    text-align: center;
    font-size: 1.5rem;
  }

  .prueba {
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }
  .cards-description {
    margin-left: -1%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-gral {
    width: 90%; /* o cualquier otro tamaño */
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 5px 5px 16px #029aff;
    margin-bottom: 15px;
  }

  /*----------------------------------*/
  .third-second {
    width: 100%;
    display: flex;
    flex-direction: column; /* O 'row' si prefieres una disposición horizontal */

    backdrop-filter: blur(5px);
  }
  .img-gral {
    margin: 30px auto;
  }
  .que {
    border: 2px solid yellow;
    box-shadow: 4px 5px 5px yellow;
    text-align: center;
    border-radius: 15px;
    margin: 0px auto;
  }
  .que .desc-who {
    word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
    font-size: 0.9rem;
    text-align: center;
    color: #e9fa00;
    filter: drop-shadow(5px 5px 5px #000000);
  }

  .prueba {
    margin-top: -20%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
  }

  /*----------------*/
  .wrapper {
    margin-top: -31%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
  }

  .container {
    width: 55vh;
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
  }

  .card {
    width: 90px;
    border-radius: 0.75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: 0.6s cubic-bezier(0.28, -0.03, 0, 0.99);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.8);
  }

  .card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
  }

  .card > .row > .icon {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px -6px;
    transform: rotate(270deg);
  }

  input {
    display: none;
  }

  input:checked + label {
    width: 750px;
  }

  input:checked + label .description {
    opacity: 1 !important;
    transform: translate(0) !important;
  }

  .card[for="c1"] {
    background-size: cover no-repeat center;
    background-image: url("https://trneodavo.000webhostapp.com/Img/4responsive.jpg");
    /* Asegúrate de que el div de fondo ocupe todo el espacio del contenedor */
  }
  .card[for="c2"] {
    background-image: url("https://trneodavo.000webhostapp.com/Img/5responsive.jpg");
    background-size: cover no-repeat center;
  }
  .card[for="c3"] {
    background-image: url("https://trneodavo.000webhostapp.com/Img/6responsive.jpg");
    background-size: cover no-repeat center;
  }
  .card[for="c4"] {
    background-image: url("https://trneodavo.000webhostapp.com/Img/7responsive.jpg");
    background-size: cover no-repeat center;
  }

  /*-----------------------*/
  .title-install {
    font-family: var(--bungee-font);
    color: red;
  }
  .structure-client,
  .structure-server {
    margin-top: -5%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    word-wrap: break-word; /* Asegura que el texto se ajuste dentro del contenedor */
    overflow: hidden; /* Evita que el texto desborde */
  }
  .img-client {
    display: none;
  }
  .buttonDownload {
    justify-content: center;
    align-items: center;

    font-size: 10px;
  }
  .buttonDownload button {
    background: rgb(22, 235, 86);
    width: 100%; /* Hace que los botones se ajusten al ancho de su contenedor */
    font-size: 10px;
    padding: 10px 0; /* Añade algo de espacio vertical dentro del botón */
  }

  .cards-install {
    display: flex;
    flex-direction: column;
  }

  .lista-install {
    color: #cf00f8;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
  }
  .lista-install li {
    list-style-type: circle;
  }
  /*------------------------*/
  .videoinstalacion {
    width: 50vh; /* Hace que el iframe ocupe el 100% del ancho de su contenedor */
    height: 50vh; /* Ajusta el alto automáticamente para mantener la proporción */
  }
  /*---------------------------*/
  .title-gral2 {
    margin-top: 22%;
  }
  .prueba2 {
    margin-top: 20%;
  }
  .containers {
    margin-bottom: 18%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-items: center;
  }

  .containers a {
    font-size: 10px;
    text-decoration: none;
    color: inherit;
  }

  /*---------------------------------*/
  .containerQ {
    width: 350px;
    font-size: 10px;
  }
  #questionsfreq {
    color: #ffee00f3;
  }
}
