html {
  scroll-behavior: smooth;
}

.verPass {
  cursor: pointer;
}

.sweetbtn {
  box-shadow: none;
  border: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25em;
  width: 110px;
  margin: 0.3125em;
  transition: 0.5s all;
}

.custom-confirm-btn {
  color: #1f2d3d;
  background-color: #ffc107;
}

.custom-cancel-btn {
  background-color: #212529;
  color: white;
}

.sidebar-dark-warning {
  background-color: #010133;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100% !important;
}

.required label::after {
  content: " *"; /* Agrega el asterisco */
  color: rgb(201, 7, 7); /* Color del asterisco */
  font-weight: bold; /* Hace el asterisco en negrita */
}

.iconAccion {
  display: block;
  font-size: 1rem;
  background-color: white;
  color: black;
  padding: 8px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.04);
}

.editarCuentaPrincipal,
.editarDominio,
.editarCliente,
.editarCuenta {
  color: #ffc107;
}

.eliminarCuentaPrincipal,
.eliminarDominio,
.eliminarCliente,
.eliminarCuenta {
  color: rgb(181, 7, 7);
}

.enviarCliente,
.enviarVencimiento {
  color: rgb(53, 181, 7);
}

.logo {
  width: 250px;
}

.logoOpcion {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoPlataforma {
  width: 50px;
  padding: 0.2rem;
}

.opcion {
  width: 230px;
  padding: 0.5em 2rem;
  margin: 0.3rem;
  background-color: #010133;
  transition: all 1s;
  display: flex;
  align-items: center;
  flex-grow: 0;
}

@media (max-width: 1024px) {
  .opcion {
    flex-grow: 1;
  }
}

.opcion:hover {
  background-color: #ffc107 !important;
  cursor: pointer;
}

.opcion:hover h2,
.opcion:hover p {
  color: black !important;
}

.containerNew {
  max-width: 500px;
}

.opcion-seleccionada {
  background-color: #ffc107 !important;
}

.opcion-seleccionada p,
.opcion-seleccionada h2 {
  color: black !important;
}

.icon {
  background-color: #ffc107;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cargando {
  width: 100px;
}

.listado {
  padding-left: 1rem;
}
.listado li {
  list-style: none;
  display: flex;
  align-items: flex-start; /* Alinea los ítems al inicio para permitir múltiples líneas de texto */
  margin-bottom: 20px; /* Espacio uniforme entre los elementos */
  min-height: 50px; /* Define una altura mínima para cada elemento de la lista */
}

.numeral {
  background-color: #ffc107;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0; /* Evita que el círculo se encoja */
  line-height: 1;
}

.textoNumeral {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0; /* Asegura que no haya márgenes innecesarios que alteren la alineación */
}

#instrucciones {
  background-color: rgb(245, 243, 243);
  padding: 2rem 1rem;
  border-radius: 10px;
}

#mostrarInstrucciones {
  display: none;
}

#iniciarSesion,
#cerrarSesionC {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  color: white;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 1s;
}

#iniciarSesion:hover,
#cerrarSesionC:hover {
  color: #ffc107;
}

#iniciarSesion p,
#cerrarSesionC p {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #mostrarInstrucciones {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    color: white;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
  }

  #instrucciones {
    display: none; /* Ocultar el bloque de instrucciones en móvil */
  }
}

.imgInstructivo {
  width: 100%;
  margin-bottom: 2rem;
}

.disney {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #0d9fb2;
  color: white;
}

.netflix {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(187, 5, 5);
  color: white;
}

.spotify {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(5, 187, 8);
  color: white;
}

.paramount {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(5, 44, 187);
  color: white;
}

.vix {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(224, 155, 6);
  color: white;
}

.prime {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(5, 72, 187);
  color: white;
}

.max {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: rgb(63, 5, 187);
  color: white;
}

.hero-section {
  background: linear-gradient(to right, #000000, #404040);
  color: white;
  padding: 120px 0;
  text-align: center;
}
.feature-item {
  padding: 30px;
  text-align: center;
}
.testimonials-section {
  background-color: #f1f1f1;
  padding: 60px 0;
}
.testimonial-item {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.pricing-section {
  padding: 60px 0;
}
.pricing-plan {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cta-section {
  background: #6610f2;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.footer {
  background-color: #343a40;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.img-feature {
  height: 220px;
}

#plataformasContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Cambiado de 'center' a 'flex-start' */
  align-items: flex-start;
  gap: 0.5rem; /* Espaciado entre elementos */
}

.hidden {
  display: none !important;
}

.digit-input {
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  margin-right: 2.5px;
}

#labelCuentasInfo {
  font-size: 13px;
  font-weight: 500;
}

.language-selector {
  display: flex;
  gap: 10px;
  justify-content: center; /* Centra las banderas horizontalmente */
  align-items: center;
  margin-bottom: 10px; /* Espacio entre las banderas y el logo */
}

.language-selector .flag {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  object-fit: cover; /* Mantiene las proporciones originales */
  transition: transform 0.2s, border 0.2s;
}

.language-selector .flag:hover {
  transform: scale(1.1);
  border: 2px solid #f0ad4e; /* Color de borde al pasar el mouse */
}

.language-selector .flag.active {
  border: 2px solid #007bff; /* Color de borde para el idioma activo */
}

/* Responsividad: Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
  .language-selector {
    gap: 5px; /* Reduce el espacio entre las banderas */
    margin-bottom: 5px; /* Menos espacio en móviles */
  }

}

.idiomas {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 10px;
  top: 250px;

}

.idiomas .flag {
  width: 42px;
  height: 42px;
}

@media (max-width: 768px) {
  .idiomas {
    flex-direction: row;
    top: 10px;
    left: 150px;

  }
}

.dropdown-language-selector {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dropdown-language-selector img.flag {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.dropdown-language-selector img.flag.active {
  border-color: #007bff; /* Cambia esto al color activo deseado */
}

.dropdown-language-selector img.flag:hover {
  border-color: #0056b3; /* Color al pasar el mouse */
}

.snowflake {
  position: absolute;
  top: -10px;
  color: white;
  font-size: 10px;
  opacity: 0.8;
  animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}

.vencimiento{
  position: absolute;
  top: 3px;
  right: 9px;
  cursor: pointer;
  color: #000000;

}

.option-button {
  width: 80px; /* Ajusta el tamaño según tus necesidades */
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; /* Bordes redondeados */
  border: 1px solid #ccc; /* Bordes opcionales */
  background-color: #fff; /* Fondo blanco */
  transition: 1s all; /* Animación opcional */
}

/* Hover para botones */
.option-button:hover {
  transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
  background-color: #ccc; /* Fondo blanco */
}

/* Imágenes dentro de los botones */
.option-button img {
  max-width: 80%; /* Escala la imagen al 80% del botón */
  max-height: 80%; /* Escala para que se ajuste al botón */
  object-fit: contain; /* Mantiene las proporciones */
}

.option-button img{
  mix-blend-mode: multiply;
}