body {
    font-family: 'Arial', sans-serif;
    background-color: #040608;
    color: #c9d1d9;
}
.hero {
    position: relative;
    text-align: center;
    color: white;
    padding: 150px 20px;
}
.bi {
    color: #007bd9;
}
.hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    background-size: cover;
    filter: brightness(60%); /* Reduce el brillo de la imagen, oscureciéndola */
    z-index: -1; /* Asegura que la imagen esté detrás del contenido */
    
}
.offer-expiry-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ff0707;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 0 3px #ffffff, /* Primer borde blanco */
                0 0 0 6px #ff0000; /* Segundo borde negro */
  }
  
#Logg {
    padding-left: 70px;
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}
.btn-cta {
    background-color: #007bd9;
    color: white;
    font-size: 1.1rem;
    padding: 10px 10px;
    border-radius: 5px;
    position: relative; /* Asegura que el z-index funcione */
    z-index: 100; /* Asegura que el botón esté encima de otros elementos */
    pointer-events: auto;
}
.features {
    background-color: #161b221e;
    padding: 50px 20px;
    backdrop-filter: blur(8px); 
    border-bottom: 1px solid #262728;
}
.plans {
    background-color: #0d1117;
    padding: 50px 20px;
}
.plan-card {
    background-color: #161b22;
    /* border: 1px solid #22863a; */
    /* border-radius: 10px; */
    padding: 30px;
    color: #c9d1d9;
    border-bottom: 1px solid #262728;
}
.testimonials {
    background: #0d1117;
    padding: 50px 20px;
}
.faq {
    background-color: #161b22;
    padding: 50px 20px;
}
footer {
    background: #0d1117;
    color: #6c757d;
    padding: 20px 0;
}

/*_______________________________________________________________*/
.bg-gradient {
    background: linear-gradient(90deg, #034aa2, #007bd9);
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
}
#name {
    background: #171717;
    border: none;
    outline: none; /* Elimina el borde predeterminado */
    color: white; /* Texto principal del input */
    padding: 10px;
    border-radius: 4px; /* Opcional: agrega bordes redondeados */
}

/* Estilo para el placeholder */
#name::placeholder {
    color: #00eaff; /* Cambia el color del placeholder */
    opacity: 0.8; /* Opcional: controla la opacidad */
}

/* Eliminar borde azul al hacer clic */
#name:focus {
    outline: none; /* Elimina el borde azul */
    box-shadow: 0 0 5px #00eeff; /* Opcional: agrega un efecto de enfoque */
}

/* Aplica los mismos estilos para el textarea */
#query {
    background: #171717;
    border: none;
    outline: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
}

#query::placeholder {
    color: #00d5ff;
    opacity: 0.8;
}

#query:focus {
    outline: none;
    box-shadow: 0 0 5px #00d0ff;
}
.nav-link {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: ""; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; 
    background-color: #ffffff; 
    transition: width 0.3s ease; 
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link:hover::after {
    width: 100%; 
}
#navitem{
    color: white;
}
.btn-success {
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-success:hover {
    background-color: #007bd9;
    transform: scale(1.05);
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030; /* Asegura que esté por encima del contenido */
}

/* .shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
} */

/* #name input::placeholder{
  color: rgba(255, 124, 124, 0.7);
  font-style: italic; 
}

form.form-contacto input:focus, 
form.form-contacto textarea:focus {
  outline: none; 
  border: 2px solid rgba(255, 255, 255, 0.5); 
  background-color: rgba(255, 255, 255, 0.1); 
} */

.navbar{
    background: #0d1117;
}
.multicolor-text {
    background: linear-gradient(to bottom, red, yellow, green);
    -webkit-background-clip: text; 
    color: transparent; 
  }
/*--------------------------*/
.plans {
    background-color: #0d111700; /* Color de fondo */
    border-bottom: 1px solid #262728; /* Borde en la parte inferior */
}
  .list-unstyled{
    width: 110%;
  }

  .plan-card {
    background-color: #2f2f2f23;
    
    /* border: 1px solid #22863a; */
    border: 1px solid #363738;
    border-radius: 50px;
    /* font-size: 1rem; */
    /* padding: 30px; */
    color: #c9d1d9;  
    backdrop-filter: blur(8px); 
    
  }
  /* .btn-cta {
    background-color: #007bd9;
    color: white;
    /* font-size: 1.2rem; */
    /* padding: 15px 30px;
    border-radius: 5px;
  }  */
  #boton{
    border: none;
    color: transparent;
  }
  .btn-cta {
    /* font-size: 1rem; */
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  #Ini{
    background: #007bd9;
    font-weight: bold;
}
  .btn-cta:hover {
    background-color: #007bd9;
    transform: scale(1.05);
  }
  .badge {
    font-size: 0.6em;
    color: #ffffff;
    font-weight: normal
  }
  .bg-warning-dark {
    background-color: #FA812F !important; /* Un tono más oscuro del amarillo de Bootstrap */
  }
  .bg-success-white {
    background-color: #0080ff !important; /* Un tono más oscuro del amarillo de Bootstrap */
  }
  .text-success {
    color: #007bd9 !important;
}
#precios {
    font-size: 3em;
    color: #00d0ff
}
#precio {
    font-size: 3em;
    color: #00d0ff
}
ul.list-unstyled li {
    margin-bottom: 5px; 
    line-height: 1.1; 
}

.backgrounds {
    /* min-width: max-content; */
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.015);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: -999;
}
.bubble1 {
    width: 900px;
    height: 900px;
    top: 0%;
    left: -20%;
    z-index: -999;
}
.bubble2 {
    width: 900px;
    height: 900px;
    top: 50%;
    right: -20%;
    z-index: -999;
}
.orbital-light {
    position: absolute;
    width: 250px;  
    height: 250px; 
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.586) 0%, rgba(255,255,255,0) 70%);
    opacity: 0.7;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    animation: orbit 40s linear infinite;
    z-index: -999;
}
@keyframes orbit {
    0% {
        transform: rotate(0deg) translate(470px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(470px) rotate(-360deg);
    }
}
@media (max-width: 1024px) {
    .bubble1, .bubble2 {
        width: 600px;
        height: 600px;
    }
    .bubble1 {
        left: -30%;
    }
    .bubble2 {
        right: -30%;
    }
}

@media (max-width: 799px) {
    .bubble1, .bubble2 {
        width: 500px;
        height: 500px;
    }
    .bubble1 {
        left: 20%;
    }
    .bubble2 {
        right: 20%;
    }
}

@media (max-width: 480px) {
    
    .bubble1, .bubble2 {
        width: 500px;
        height: 500px;
    }
    .bubble1 {
        left: -70%;
    }
    .bubble2 {
        right: -70%;
    }
    .orbital-light {
        width: 250px;
        height: 250px;
        top: calc(50% - 75px);
        left: calc(50% - 75px);
    }
    @keyframes orbit {
        0% {
            transform: rotate(0deg) translate(370px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translate(370px) rotate(-360deg);
        }
    }
}

@media (width: 767px){
    .pl{
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    #Ini{
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    #Logg{
        margin: auto;
        padding-right: 10%; 
        /* margin-right: 30%; */
    }

    .navbar-nav {
        margin: 0 auto; /* Centra horizontalmente */
        display: flex; /* Asegura que los elementos se mantengan en línea */
        justify-content: center; /* Opcional: alinea en el centro horizontalmente */
        align-items: center; /* Centra verticalmente */
    }
}
@media (max-width: 351px) {
    #Logg{
        margin-left: auto ;
        margin-right: auto;
        padding-left: 0;
    }
}

@media (max-width: 430px) {
    .bi {
        font-size: 1.5em;
    }
    ul.list-unstyled li {
        margin-bottom: 5px; 
        line-height: 1.5; 
    }
    .offer-expiry-circle {
        font-size: 0.9em;
        box-shadow: 0 0 0 3px #ffffff, /* Primer borde blanco */
                0 0 0 6px #ff0000; /* Segundo borde negro */
        line-height: 0.6; 
      }
}
@media (max-width: 350px) {
    .bi {
        font-size: 1em;
    }
}

@media (max-width: 396px) {
    .offer-expiry-circle {
        width: 30%;
        height: 10%;
        font-size: 1em;
      }
      #pg{
        font-size: 1em;
      }
}
@media (max-width: 378px) {
    .offer-expiry-circle {
        width: 90px;
        height: 90px;
        font-size: 1em;
      }
      #pg{
        font-size: 1em;
      }
}
@media (max-width: 316px) {
    .offer-expiry-circle {
        width: 80px;
        height: 80px;
        font-size: 0.9em;
        box-shadow: 0 0 0 3px #ffffff, /* Primer borde blanco */
                0 0 0 6px #ff0000; /* Segundo borde negro */
        line-height: 0.6; 
      }
      #pg{
        font-size: 0.9em;
      }
      
}
