/* Estilos generales para el cuerpo y los encabezados */

/* Estilos generales para el cuerpo y los encabezados */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background: #000 !important;
 user-select: none;
}

input::placeholder {
  white-space: pre-line;

  word-wrap: break-word; /* Evita el desbordamiento de palabras */
}

/***TEXTO PRINCIPAL INICIO*/
/*****************************/
.slogan {
  text-align: center;
  color: brown !important;
  font-weight: 700;
  font-size: 36px;
}
/*@media titilo slogan*/
@media (max-width: 375px) {
  .slogan {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 376px) and (max-width: 1024px) {
  .slogan {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
#logo container-header
--------------------------------------------------------------*/
.logo-container-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-header {
  width: 150px;
  margin-bottom: 10px;
  
}

/*******idiomas**********/

.langPages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.langPages a {
  font-size: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.langPages img {
  width: 25px;
  margin-right: 5px;
}

/*************enlaces*************/

.credits a {
  color: #ffc451;
  text-decoration: none;
  transition: color 0.3s;
}

.credits a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  border: 2px solid #ffc451;
}

.iconify[data-icon="bi:arrow-up-short"] {
  color: #ffc451;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*********************/
/*texto encabezado*/
/**********************/

.tardeo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-family: Arial, sans-serif;
  font-size: 3em;
  text-align: center;
  background: linear-gradient(45deg,
      rgba(13, 110, 253, 0.9),
      /* Azul Bootstrap principal */
      rgba(0, 80, 200, 0.9)
      /* Azul un poco más oscuro */
    );
  -webkit-background-clip: text;
  color: transparent;
  padding: 15px;
  margin: 0;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .tardeo-header {
    font-size: 2rem;
    padding: 10px;
  }
}

.tardeo {
  font-family: Arial, sans-serif;
  font-weight: bolder;
  font-size: 3rem;
  text-align: center;
  background: linear-gradient(45deg,
      rgba(13, 110, 253, 0.9),
      /* Azul Bootstrap principal */
      rgba(0, 80, 200, 0.9)
      /* Azul más oscuro para contraste */
    );
  -webkit-background-clip: text;
  color: transparent;
  padding: 15px;
  margin: 0;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  background-color: #a2c8e2;
  /* Azul claro de fondo (queda bien con el gradiente) */
}

.tardeo-emoji {
  display: inline;
  font-size: 3.5rem;
}

@media (max-width: 768px) {
  .tardeo {
    font-size: 2.5rem;
    text-align: center !important;
  }

  .tardeo-emoji {
    font-size: 2.5rem;
    margin-top: 30px !important;
  }
}

/******************************************/
/*****************************************/
/****** search *****/
/********************************************/
/********************************************/

.search-section {
  background-image: url("/img/tardeo-fondo.jpg");
  background-position: center -350px; /* Mueve la imagen hacia arriba */
  background-size: cover; /* Asegura que la imagen cubra toda la sección */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-attachment: fixed; /* Deja la imagen fija al hacer scroll */
}

.search-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #313131;
  opacity: 0.5;
}

.my-custom-container {
  background-color: rgba(
    179,
    224,
    255,
    0.6
  ); /* Azul cielo muy suave con total transparencia */
  padding: 20px;
  border-radius: 6px;
}

/****tardeo club*****/
.container-custom {
  text-align: center;
  margin: 50px;
}

.container-custom .btn-action {
  background-color: brown;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.container-custom .btn-action:hover {
  background-color: orange;
  color: black;
}



/*************texto corrido***********/






.marquee-container-index {
  width: 100%;
  overflow: hidden;
  background: #111;
  color: #fff;
  position: relative;
  border-radius: 8px;
  height: 50px;
  /* altura del contenedor */
  display: flex;
  align-items: center;
  /* centra verticalmente */
  padding: 0 15px;
  /* espacio lateral */
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll-left 40s linear infinite;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f5f5f5;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  backface-visibility: hidden;
  will-change: transform;

  margin-top: 15px;
  /* Ajusta este valor a tu gusto */
}
.marquee-text i {
  margin: 0 6px;
  font-size: 1.4rem;
  color: #ff5733;
}
.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 40s linear infinite; /* un poco más lento */
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #f5f5f5;

  /* 👇 Claves para nitidez */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  backface-visibility: hidden;
  will-change: transform;
}


.marquee-text i {
  margin: 0 6px;
  font-size: 1.4rem;
  color: #ff5733;
  text-shadow: none; /* evita efecto borroso */
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}














 /*****whatasp pupupp mensaje usuarios targeta*/

 .whatsapp-popup {
   position: absolute;
   bottom: 135px;
   /* lo sube bastante, ajusta si quieres menos */
   left: 50%;
   /* centrado horizontal */
   transform: translateX(-50%);
   background-color: rgba(255, 255, 255, 0.9);
   /* blanco casi opaco */
   color: #222;
   /* texto negro oscuro */
   padding: 4px 8px;
   border-radius: 6px;
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
   font-size: 0.65rem;
   max-width: 220px;
   z-index: 1000;
   display: none;
   white-space: pre-line;
   line-height: 1.1;
   font-weight: 400;
   font-family: Arial, sans-serif;
   text-align: center;
   user-select: none;
 }

 .whatsapp-popup .whatsapp-actions {
   margin-top: 8px;
   display: flex;
   justify-content: center;
   gap: 10px;
 }

 .whatsapp-popup .btn {
   padding: 4px 10px;
   font-size: 0.7rem;
   cursor: pointer;
 }

 .whatsapp-message {
   white-space: pre-line;
 }
