:root {
    --purple: #def5fa;
    --red: #689cd4;
}

/* Banner de cookies — tema oscuro legible */
#cookie-banner {
    position: fixed;
    right: -420px;
    bottom: 24px;
    max-width: 400px;
    width: calc(100vw - 32px);
    padding: 22px 22px 18px;
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(18, 24, 36, 0.98) 0%, rgba(10, 14, 22, 0.98) 100%);
    border: 1px solid rgba(126, 184, 218, 0.22);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.35),
        0 20px 50px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(126, 184, 218, 0.08);
    z-index: 10000;
    font-family: 'Poppins', system-ui, sans-serif;
    text-align: left;
    display: none;
    transition: right 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgba(255, 255, 255, 0.88);
}

#cookie-banner.show {
    right: 24px;
}

#cookie-banner h3 {
    color: #e8f4fc;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 0.01em;
}

#cookie-banner h5 {
    color: #7eb8da;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 8px;
}

#cookie-banner p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 14px;
}

#cookie-banner p strong {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}

#cookie-banner a {
    color: #9fd4ef;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

#cookie-banner a:hover {
    color: #fff;
}

.cookie-options ul {
    padding: 0;
    list-style: none;
    margin: 12px 0 0;
    column-count: 2;
    column-gap: 16px;
}

.cookie-options li {
    margin-bottom: 8px;
    break-inside: avoid;
}

.cookie-options label {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    cursor: pointer;
}

.cookie-options h5 {
    color: #b8d9ee;
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

#accept-btn,
#cancel-btn {
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
    flex: 1;
}

#accept-btn {
    background: linear-gradient(135deg, #5a9ec4 0%, #3d7aa3 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(61, 122, 163, 0.45);
}

#accept-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

#cancel-btn {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

#cancel-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.cookie-options input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #5a9ec4;
}

@media (max-width: 768px) {
    #cookie-banner.show {
        right: 12px;
        left: 12px;
        width: auto;
        max-width: none;
    }

    .cookie-buttons {
        flex-direction: column;
    }

    #accept-btn,
    #cancel-btn {
        width: 100%;
    }
}

/* Estilos personalizados */
body {
  background-image: url(../assets/images/fondo.png);
  font-family: 'Poppins', sans-serif;
}
      /* Personalizar encabezados */
h1 {
  font-weight: 600;
}

/* Mejorar el aspecto del texto */
p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}


.carousel-caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5); /* sombreado total */
    padding: 400px 60px;
    border-radius: 0;
    text-align: left;
    width: 100%;

}

.carousel-caption h5 {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.carousel-caption p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #eee;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

#carouselExampleCaptions {
  position: relative;
  z-index: 1;
  min-height: 60vh;
  overflow: hidden;
}
.carousel-item img {
  object-fit: cover;
  height: 70vh;
}


@media (max-width: 767.98px) {
    .carousel-caption {
        padding: 350px 1px;
        text-align: center;
        top: 30%;
    }

    .carousel-caption h5 {
        font-size: 2.0rem;
        margin-bottom: 5px;
    }

    .carousel-caption p {
        font-size: 1.5rem;
    }

}



.navbar-custom {
  background: transparent;
  z-index: 1050;
  padding: 10px 20px;
  box-shadow: none;
}

/* Color de los textos del menú */
.navbar-custom .nav-link,
.navbar-custom .navbar-toggler,
.navbar-custom .dropdown-toggle {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
}

  /* Botón hamburguesa blanco */
  .navbar-custom .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  /* Fondo del menú desplegable */
  .navbar-custom .dropdown-menu {
      background-color: rgba(0, 0, 0, 0.9);
      border: none;
  }

  .navbar-custom .dropdown-item {
      color: #fff;
  }

  .navbar-custom .dropdown-item:hover {
      background-color: #333;
      color: #ffc107;
  }

  .navbar-scrolled {
      background-color: #fff !important;
      transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-scrolled .nav-link,
  .navbar-scrolled .navbar-toggler,
  .navbar-scrolled .dropdown-toggle {
      color: #000 !important;
  }

  .navbar-scrolled .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }


.hero {
  text-align: center;
  padding: 80px 20px;
}
.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}
.hero p {
  font-size: 1.3rem;
  color: #555;
}
.hero .btn {
  font-size: 1.2rem;
  padding: 10px 25px;
}
.footer {
  background: #2C3E50;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}


.login-container {
max-width: 400px;
margin: 80px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.login-container img {
display: block;
margin: 0 auto 20px;
width: 180px;
}
.login-container h3 {
text-align: center;
margin-bottom: 20px;
}
.btn-custom {
width: 100%;
}
/* Pantalla de carga */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.dots {
    font-size: 24px;
    font-weight: bold;
    color: white;
    display: inline-block;
    animation: blink-animation 1.5s infinite;
}
@keyframes blink-animation {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.footer {
    width: 100vw; /* Ocupar todo el ancho de la pantalla */
    background: #1d1d1d; /* Color más oscuro */
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
    border-top: 2px solid #007bff; /* Línea superior azul */
}
.footer a {
    color: #007bff;
    text-decoration: none;
}
.footer a:hover {
    color: #ffffff; /* Cambia el color al pasar el ratón */
}

/* Sección Parallax */
.parallax {
    background-image: url('https://bodacartenerife.es/RADIO_CURBELO_2025/images/categorias/categoria13.jpg'); /* Asegúrate de reemplazarlo por la imagen correcta */

    background-size: cover;
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     height: 500px;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     color: white;
     position: relative;
     padding: 20px;
 }

 /* Línea negra en la parte superior con sombra */
 .parallax::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 1px; /* Grosor de la línea */
     background-color: black;

 }

 /* Capa oscura para mejorar la visibilidad del texto */
 .parallax .overlay {
      /* background: rgba(0, 0, 0, 0.6);*/
     padding: 30px;
     width: 90%;
     max-width: 75%;
     border-radius: 8px;
 }

 /* Texto */
 .parallax h2 {
     font-size: 3rem;
     font-weight: 600;
     margin-bottom: 10px;

 }

 .parallax p {
     font-size: 2rem;
     font-weight: 300;
     line-height: 1.5;
 }

 .parallax .overlay {
    padding: 60px 30px;

    color: #fff;
    width: 100%;
    min-height: 350px;
}



 /* Adaptación para móviles */
 @media (max-width: 768px) {
     .parallax {
         background-attachment: scroll;
         height: 500px;
     }

     .parallax .overlay {
         padding: 20px;
     }

     .parallax h2 {
         font-size: 1.5rem;
     }

     .parallax p {
         font-size: 0.9rem;
     }
     .parallax .overlay {
         padding: 30px 10px;
         min-height: auto;
     }
     .parallax-content {
         flex-direction: column !important;
     }
     .parallax .ratio {
         min-width: 100%;
         margin-top: 20px;
     }
 }
 /* Sección de Planes de Precios */
.pricing-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}
/* Línea negra en la parte superior con sombra */
.pricing-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px; /* Grosor de la línea */
    background-color: black;

}

.pricing-section h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #007bff;
}

.pricing-section p {
    font-size: 1.2rem;
    color: #555;
}

/* Tarjetas de Precios */
.pricing-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 20px;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
    margin: 15px 0;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
}

.pricing-card ul li {
    font-size: 1rem;
    padding: 5px 0;
}

/* Resaltar el plan recomendado */
.recommended {
    border: 2px solid #28a745;
}

.recommended .price {
    color: #28a745;
}

/* Botones */
.pricing-card .btn {
    margin-top: 15px;
    width: 100%;
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s;
}

#whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#whatsapp-button:hover {
    transform: scale(1.1);
}

/* Estilo para el modal */
#whatsapp-modal {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

#whatsapp-modal h3 {
    margin: 0 0 10px;
}

#whatsapp-modal a {
    text-decoration: none;
    color: white;
    background-color: #25d366;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
