@import url("https://fonts.cdnfonts.com/css/dragon-hunter");
/*Global*/
button,
a,
input {
  outline: none;
}

button:focus,
a:focus {
  border-radius: 25px;
  outline: none;
  box-shadow: 0 0 0 2px rgba(240, 240, 240, 0.5); /* Un efecto más profesional */
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent; /* Para navegadores basados en WebKit */
}

button:active,
a:active {
  background-color: rgba(0, 0, 0, 0.1); /* Un efecto sutil de presionado */
  transition: background-color 0.2s ease;
}

/**/
.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-button-next::after {
  font-size: 25px;
}

.swiper-pagination-bullet {
  background-color: #d3d2d2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

/**/

.Container-About {
  overflow: hidden;
  top: 0;
  box-sizing: border-box;
  position: absolute;
  transform: translateY(20%);
}

.main-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-container .image {
  z-index: -1;
  width: 50%;
}
.main-container .image img {
  width: 70%;
  height: 70%;
}
.main-container .content {
  color: #fff;
  width: 80%;
  min-height: 100px;
}
.content h1 {
  font-size: clamp(1rem, 2rem + 5vw, 3rem);
}
.content h1 span {
  color: #fff;
  text-shadow: 0 0 10px#fff;
}
.content .typewriter {
  font-weight: 600;
  font-size: clamp(1rem, 1rem + 5vw, 2rem);
}

.content .typewriter span {
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0 0 5px #fff;
  position: relative;
  transition: 0.3s linear;
}

.typewriter span::before {
  content: "";
  animation: cursor 0.6s linear infinite;
}

.typewriter span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-right: 5px;
}

.typewriter span::after {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: 100%;
  border-left: 3px solid black;
  animation: cursor 0.6s linear infinite;
}

@keyframes cursor {
  50% {
    border-color: #fff;
  }
}
.content p {
  font-size: clamp(0.4rem, 0.2rem + 9vw, 1rem);
  margin: 10px 0;
}
.social-links i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 5px 10px;
  font-size: 1.5rem;
  transition: 0.2s linear;
}
.social-links i:hover {
  scale: 1.3;
  color: #000;
  background-color: #fff;
  filter: drop-shadow(0 0 10px #fff);
}
.content button {
  width: 40%;
  height: 6vh;
  margin: 30px;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  font-size: 100%;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.2s linear;
  cursor: pointer;
}
.content button:hover {
  scale: 1.1;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  box-shadow: 0 0 40px #fff;
}

.sizeimg {
  width: 10%;
  height: 50%;
  transform: translate3d(300%, -5%, 0);
}

#AboutReturn {
  top: 0;
  left: 0;
  cursor: pointer;
}

#AboutReturn {
  padding: 20px;
  opacity: 0.3;
  position: absolute;
  transition: 0.5s ease;
}

#AboutReturn:hover {
  opacity: 1;
  transform: scale(1.3);
}

.Title_AboutUs {
  color: #ffff;
  font-size: 70px;
  font-weight: 700;
}

.cardsAboutUs {
  /* Centra el contenedor de cards */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.cards {
  /* Usa grid para definir 3 columnas fijas de 17em cada una */
  display: grid;
  grid-template-columns: repeat(3, 17em);
  gap: 4.5em; /* Espacio entre tarjetas (ajústalo según necesites) */
  justify-content: center;
  top: 3;
  margin: -90px;
}

.btn-1 {
  text-align: center;
}

.card {
  width: 19em;
  height: 22.5em;
  background: #171717;
  transition: 1s ease-in-out;
  clip-path: polygon(
    30px 0%,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%,
    0% 30px
  );
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Espaciado de 10px entre todos los elementos hijos */
  padding: 10px; /* Opcional: agrega un padding interno para que el contenido no toque los bordes */
}

/* Para centrar la imagen horizontalmente sin dejar márgenes verticales extra */
.card .img {
  width: 4.8em;
  height: 4.8em;
  background: white;
  border-radius: 15px;
  margin: 0 auto;
  transform: translateY(10%);
  display: none;
}

/* Quitar márgenes extra en el título y el párrafo para que queden más compactos */
.card span {
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 1em;
  margin: 0;
}

.card a {
  transform: translateY(-100px);
}

.card .info {
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 1em;
  margin: 0;
}

#btn-Us {
  transform: translate3d(5%, -100%, 0);
}

/* Ajustar el espaciado de la sección de íconos a 10px de separación */
.card .share {
  display: flex;
  justify-content: center;
  gap: 10px; /* Si deseas que entre íconos el espacio también sea de 10px */
  margin-top: 10px; /* En caso de necesitar un margen superior específico */
}

@media (max-width: 721px) {
  body {
    overflow-y: visible;
  }

  .content .typewriter span {
    font-size: 2rem;
    text-align: justify;
  }

  .content p {
    font-size: 1rem;
  }

  .content h1 span,
  .content h1 {
    font-size: 1.5rem;
  }

  .main-container {
    flex-direction: column;
    font-size: 5px;
  }

  .main-container .content {
    width: 100%;
  }
  .social-links i {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
  .cancel {
    color: white;
  }
  .main-container .image {
    width: 20%;
    margin-bottom: 0px;
    justify-content: center;
    visibility: hidden;
  }

  .content button {
    font-size: 15px;
  }

  .cardsAboutUs {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45%;
  }

  .cardsAboutUs .cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
    transition: 0.3s linear;
    top: 3;
    margin: -90px;
  }

  .cardsAboutUs .cards .card p.tip {
    font-size: 1em;
    font-weight: 300;
  }

  .card_Us {
    display: none;
  }

  #btn-Us {
    transform: translate3d(5%, -0%, 0);
  }

  .cardsAboutUs {
    text-align: center !important;
  }

  .Title_AboutUs {
    font-size: 40px;
    margin-top: 10%;
  }
  .card .img {
    display: block !important;
  }

  .avisos-slider {
    padding: 0.2rem !important;
  }

  .avisos-slider__title {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }

  .swiper-slide img {
    max-width: 85% !important;
    margin-bottom: 0rem !important;
  }
}

/**/

.up {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  cursor: pointer;
  transition: 0.2s linear;
}

.up:hover {
  scale: 1.1;
}

/**/

.tooltiptext {
  width: 150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px;
  position: absolute;
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.3s;
  right: 28%;
  font-size: 11px;
}

/**/

/**/

.container-terms {
  left: 0;
  right: 0;
  display: flex;
  color: white;
}

.sidebar-TyC {
  width: 100px;
  background-color: #fff2;
  padding: -13px;
  position: relative;
  height: 100%;
  font-size: 12px;
}

.sidebar-TyC a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: white;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: ease 0.2s;
}
.sidebar-TyC a:hover {
  color: #ccc;
  text-decoration: underline;
}
.content {
  margin-left: 30px;
  padding: 20px;
  flex: 1;
  top: 0;
}

.content h1 {
  text-align: center;
}
.content p {
  margin-bottom: 20px;
  text-align: justify;
}

.content ul {
  text-align: justify;
  list-style-position: inside; /* Para que los puntos de la lista se alineen con el texto */
}

.content li {
  text-align: justify;
}

#HomeReturn {
  top: 0;
  left: 0;
  cursor: pointer;
}

#HomeReturn {
  padding: 20px;
  opacity: 0.3;
  position: absolute;
  transition: 0.5s ease;
}

#HomeReturn:hover {
  opacity: 1;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .sidebar-TyC {
    display: none;
  }

  .content {
    margin-left: 0;
  }
}

/*Barra horizontal*/

.barra {
  height: 1px;
  background-color: #fff;
  border: none;
  margin: 30px 0;
}

.content a {
  color: #00abbf;
  text-decoration: none;
}

.content a:hover {
  color: #ccc;
}

.content a img,
.imgsize {
  width: 60px;
  height: 50px;
}

/*text small*/

.Text-update {
  border-radius: 50px;
  border: 1px solid LinkText;
  max-inline-size: max-content;
  padding-inline: 1ch;
  padding-block: 0.25ch;
}

/**/

#arrowAnim {
  width: 100%; /* Se adapta al ancho del contenedor modal_Action */
  height: 100%; /* Se adapta a la altura del contenedor modal_Action */
  justify-content: center;
  align-items: center;
  position: absolute; /* Para que ocupe el mismo espacio que modal_Action */
}

.arrow {
  width: 30px; /* Ancho de la flecha */
  height: 30px; /* Alto de la flecha */
  border: 0.4vw solid;
  border-color: rgb(255, 255, 255) transparent transparent rgb(255, 255, 255);
  transform: rotate(-45deg);
}

.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(6vw);
  }
  20% {
    opacity: 1;
    transform: translateX(2vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-2vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-6vw);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(6vw);
  }
  20% {
    opacity: 1;
    transform: translateX(2vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-2vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-6vw);
  }
}

/**/

:root {
  --drop-shadow-light: drop-shadow(0 0 2px rgba(255, 255, 255, 0.774));
  --drop-shadow-dark: drop-shadow(0 0 1px rgba(255, 255, 255, 0.774));
  --Color-content: white;
  --color-shadow: #ccc;
  --color-text: #000;
}

.iconX img {
  transition: filter 0.3s ease;
}

.iconX img:hover {
  filter: var(--drop-shadow-light) var(--drop-shadow-dark);
}

#logosize2:hover {
  filter: var(--drop-shadow-light) var(--drop-shadow-dark);
}

#logosize3:hover {
  filter: var(--drop-shadow-light) var(--drop-shadow-dark);
}

.social {
  border: 1px solid var(--Color-content);
}

.social:hover {
  background-color: var(--color-shadow);
}

.btn-1:hover {
  background-color: var(--Color-content);
  color: var(--color-text);
  box-shadow: 0 0 40px #fff;
}

.btn-2:hover {
  background-color: var(--Color-content);
  color: var(--color-text);
}

.links ul li a:hover {
  color: var(--color-shadow);
}

.links ul li a {
  color: var(--Color-content);
}

.up:hover {
  filter: drop-shadow(0 0 2px var(--color-shadow))
    drop-shadow(0 0 1px var(--color-shadow));
}

.up {
  z-index: 9999;
  background: var(--Color-content);
}

.swiper-button-next:hover {
  filter: drop-shadow(0 0 2px var(--color-shadow))
    drop-shadow(0 0 1px var(--color-shadow));
  scale: 1.3;
}

.swiper-button-prev:hover {
  filter: drop-shadow(0 0 2px var(--color-shadow))
    drop-shadow(0 0 1px var(--color-shadow));
  scale: 1.3;
}

#HomeReturn:hover {
  filter: drop-shadow(0 0 2px var(--color-shadow))
    drop-shadow(0 0 1px var(--color-shadow));
}

/**/

.cat {
  height: 170px;
  width: 192.1px;
}

.ear {
  position: absolute;
  top: -30%;
  height: 60%;
  width: 25%;
  background: #fff;
}
.ear::before,
.ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #000;
}
.ear::after {
  transform-origin: 50% 100%;
}

.ear--left {
  left: -7%;
  border-radius: 70% 30% 0% 0%/100% 100% 0% 0%;
  transform: rotate(-15deg);
}
.ear--left::before,
.ear--left::after {
  right: 10%;
}
.ear--left::after {
  transform: rotate(-45deg);
}

.ear--right {
  right: -7%;
  border-radius: 30% 70% 0% 0%/100% 100% 0% 0%;
  transform: rotate(15deg);
}
.ear--right::before,
.ear--right::after {
  left: 10%;
}
.ear--right::after {
  transform: rotate(45deg);
}

.face {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 50%;
}

.eye {
  position: absolute;
  top: 35%;
  height: 30%;
  width: 31%;
  background: #fff;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.eye::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 40% 40%;
  background: #000;
  animation: blink 4s infinite ease-in;
}
@keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.eye::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 10%;
  width: 15%;
  background: #fff;
  border-radius: 50%;
}

.eye--left {
  left: 0;
}
.eye--left::before {
  right: -5%;
}

.eye--right {
  right: 0;
}
.eye--right::before {
  left: -5%;
}

.eye-pupil {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  background: #000;
  border-radius: 50%;
  animation: look-around 4s infinite;
}
@keyframes look-around {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(50%, -25%);
  }
  10% {
    transform: translate(50%, -25%);
  }
  15% {
    transform: translate(-100%, -25%);
  }
  20% {
    transform: translate(-100%, -25%);
  }
  25% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.eye--left .eye-pupil {
  right: 30%;
}
.eye--right .eye-pupil {
  left: 30%;
}
.eye-pupil::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -5%;
  height: 20%;
  width: 35%;
  border-radius: 50%;
  background: #fff;
}

.muzzle {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 6%;
  width: 10%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}

.cat {
  position: relative;
  height: 170px;
  width: 192.1px;
}

.ear {
  position: absolute;
  top: -30%;
  height: 60%;
  width: 25%;
  background: #fff;
}
.ear::before,
.ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #000;
}
.ear::after {
  transform-origin: 50% 100%;
}

.ear--left {
  left: -7%;
  border-radius: 70% 30% 0% 0%/100% 100% 0% 0%;
  transform: rotate(-15deg);
}
.ear--left::before,
.ear--left::after {
  right: 10%;
}
.ear--left::after {
  transform: rotate(-45deg);
}

.ear--right {
  right: -7%;
  border-radius: 30% 70% 0% 0%/100% 100% 0% 0%;
  transform: rotate(15deg);
}
.ear--right::before,
.ear--right::after {
  left: 10%;
}
.ear--right::after {
  transform: rotate(45deg);
}

.face {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 50%;
}

.eye {
  position: absolute;
  top: 35%;
  height: 30%;
  width: 31%;
  background: #fff;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.eye::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 40% 40%;
  background: #000;
  animation: blink 4s infinite ease-in;
}
@keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.eye::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 10%;
  width: 15%;
  background: #fff;
  border-radius: 50%;
}

.eye--left {
  left: 0;
}
.eye--left::before {
  right: -5%;
}

.eye--right {
  right: 0;
}
.eye--right::before {
  left: -5%;
}

.eye-pupil {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  border-radius: 50%;
  animation: look-around 4s infinite;
}
@keyframes look-around {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(50%, -25%);
  }
  10% {
    transform: translate(50%, -25%);
  }
  15% {
    transform: translate(-100%, -25%);
  }
  20% {
    transform: translate(-100%, -25%);
  }
  25% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.eye--left .eye-pupil {
  right: 30%;
}
.eye--right .eye-pupil {
  left: 30%;
}
.eye-pupil::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -5%;
  height: 20%;
  width: 35%;
  border-radius: 50%;
  background: #fff;
}

.muzzle {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 6%;
  width: 10%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}

p.tittle_cat {
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  position: absolute;
  transform: translateY(400%);
}

/*CardsExpertise*/

.container_Cardsexpertise {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card_expertise {
  background: #000;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 30%;
}

.card_expertise:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.text-tecno {
  width: 100%;
  text-align: center;
  padding: 5%;
  font-size: 70px;

  text-transform: uppercase;
  font-weight: 800;
  background: linear-gradient(180deg, #fdfeff 10%, #363a37 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: filter 0.3s ease;
}

.card_expertise-image {
  height: 100px;
  background: linear-gradient(135deg, #000, #161616);
  position: relative;
  overflow: hidden;
}

.card_expertise-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.1) 50%,
    transparent
  );
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-50%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

.card_expertise-content {
  padding: 24px;
}

.card_expertise-title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 10px;
}

.card_expertise-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: white;
  transition: width 0.3s ease;
}

.card_expertise:hover .card_expertise-title::after {
  width: 100px;
}

.card_expertise-description {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card_expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.card_expertise-tags p:hover {
  background-color: #000;
  color: #ffffff;
}

.card_expertise-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.card_expertise-stats {
  display: flex;
  gap: 16px;
}

.card_expertise-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #6b7280;
}

/*Container poryects count*/

.logos-proyects {
  margin: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}

.logos-proyects img {
  width: 3%;
  height: 3%;
  transition: all 0.3s ease;
}

.logos-proyects img:hover {
  transform: scale(1.2);
}

#imgGaia {
  transform: translateY(-10%);
}

.container-count-proyects-2 {
  --count: 0;
  --days: 31;
  --hours: 24;
  --minutes: 60;
  --seconds: 60;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 40px;
  height: 50%;
}
.container-count-proyects-2 .coupon {
  text-align: center;
  display: flex;
}
.container-count-proyects-2 .coupon:hover .content h3 > span {
  animation: jump 0.15s ease-out 1 normal both;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(1) {
  animation-delay: 0.03s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(2) {
  animation-delay: 0.06s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(3) {
  animation-delay: 0.09s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(4) {
  animation-delay: 0.12s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(5) {
  animation-delay: 0.15s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(6) {
  animation-delay: 0.18s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(7) {
  animation-delay: 0.21s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(8) {
  animation-delay: 0.24s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(9) {
  animation-delay: 0.27s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(10) {
  animation-delay: 0.3s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(11) {
  animation-delay: 0.33s;
}
.container-count-proyects-2 .coupon:hover .content h3 > span:nth-of-type(12) {
  animation-delay: 0.36s;
}

.container-count-proyects-2 .coupon .content {
  padding: 1rem;
  flex: 1;
  color: #fff;
  width: 330px;
  height: 100%;
}
.container-count-proyects-2 .coupon .content h3 {
  font-weight: 600;
  font-size: 2rem;
  height: 34px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.container-count-proyects-2 .coupon .content h3 span.end {
  width: 30px;
}
.container-count-proyects-2 .coupon .content p {
  font-weight: 500;
  color: #959595;
  font-size: 1.5rem;
  text-align: center;
  transform: translate(-5%);
}

.container-count-proyects-2 .timer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0rem;
  overflow: hidden;
  width: calc(244px + 0rem);
  text-align: center;
}

.container-count-proyects-2 .timer .colon {
  width: 8px;
  color: #fff;
  font-size: 2rem;
}

.container-count-proyects-2 .timer .item {
  text-align: center;
  width: 55px;
  height: fit-content;
}

.container-count-proyects-2 .timer .item .days,
.container-count-proyects-2 .timer .item .hours,
.container-count-proyects-2 .timer .item .minutes,
.container-count-proyects-2 .timer .item .seconds {
  text-align: center;
  width: 55px;
  overflow: hidden;
  height: 40px;
}

.container-count-proyects-2 .timer .item .day,
.container-count-proyects-2 .timer .item .hour,
.container-count-proyects-2 .timer .item .min,
.container-count-proyects-2 .timer .item .sec {
  text-align: center;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.container-count-proyects-2 .timer .item .day span,
.container-count-proyects-2 .timer .item .hour span,
.container-count-proyects-2 .timer .item .min span,
.container-count-proyects-2 .timer .item .sec span {
  height: 40px;
  color: #fff;
  font-size: 2rem;
  display: inline-block;
}

/*Iconos popdown*/

.container-count-proyects-2 .timer .item p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.tooltip-container {
  position: relative;
  transition: all 0.6s;
}

.tooltip-container .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  transition: all 0.6s;
  height: 100%;
}

.tooltip-container:hover .tag {
  fill: #000;
}

/* Tooltip Inferior (Firebase) */
.tooltip1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  background: #0f0f0f;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip1 {
  top: 150%;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -5px);
}

.tooltip-container:hover .tooltip1:hover {
  background: #000;
  fill: #ccc;
}

.text_cac {
  font-family: "DRAGON HUNTER", sans-serif !important;
  color: #d09306 !important;
}

.text_cac::first-line {
  color: #990f02; /* Color para la primera letra */
}

/*SliderAvise*/

.avisos-slider {
  padding: 4rem;
  background: #000;
  color: #fff;
  text-align: center;
}

.avisos-slider__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.avisosSwiper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  max-width: 100%;
  border-radius: 8px;
}

.slide-texto {
  padding: 1rem;
  background: #111;
  border-radius: 8px;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #666;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* Panel completo de controles */
video::-webkit-media-controls-panel {
  background-color: #000; /* fondo de la barra */
}

/* Botón play/pause */

/* Barra de progreso (track) */
video::-webkit-media-controls-timeline {
  background-color: #000; /* color del track inactivo */
}

/* Progreso relleno (value) */
video::-webkit-media-controls-timeline-container {
  background-color: #000; /* color del progreso activo */
}

.success-message {
  display: none;
  color: #28a745;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 11px;
}

.error-message {
  color: #dc3545;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  display: none;
  font-size: 11px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ... tu CSS existente ... */

/* Estilos para el contenedor del proyecto */
.container-count-proyects-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Estilos para el nuevo footer del proyecto */
.proyect-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  margin-top: 30px;
  color: white;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.9rem;
  color: #a7a7a7;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-social {
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.social-icons a {
  color: #a7a7a7;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ffffff;
}

.stream-message {
  font-size: 0.8rem;
  color: #a7a7a7;
  margin-top: 8px;
}

/* Carrusel de Colaboradores (CORREGIDO) */
.collaborators-slider {
  width: 100%; /* Ocupa el 100% del contenedor padre, no de la ventana */
  overflow: hidden;
  padding: 20px 0;
  margin-top: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
}

.collaborators-slider::before,
.collaborators-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
}

.collaborators-slider::before {
  left: 0;
  background: linear-gradient(to left, rgba(13, 13, 13, 0), #0d0d0d);
}

.collaborators-slider::after {
  right: 0;
  background: linear-gradient(to right, rgba(13, 13, 13, 0), #0d0d0d);
}

.slide-track {
  display: flex;
  width: calc(250px * 8);
  animation: scroll 40s linear infinite;
}

.slide {
  height: 50px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #a7a7a7;
  font-size: 1.1rem;
  font-weight: 600;
}

.slide svg {
  color: #a7a7a7;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 4));
  }
}

/* Media Queries para responsividad */
@media (max-width: 768px) {
  .container-count-proyects-2 .coupon .content p {
    font-size: 1.2rem;
  }

  .container-count-proyects-2 .timer {
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
  }

  .container-count-proyects-2 .timer .item .day span,
  .container-count-proyects-2 .timer .item .hour span,
  .container-count-proyects-2 .timer .item .min span,
  .container-count-proyects-2 .timer .item .sec span {
    font-size: 1.5rem;
  }

  .proyect-footer {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-social {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .slide-track {
    animation-duration: 25s;
  }
}
