/* Estilos generales */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f8ff;
    /* Azul cielo claro */
    color: #333;
    scroll-behavior: smooth;
    /* Desplazamiento suave */
}

/* Navbar */
.navbar {
    background-color: #f0f8ff !important;
    /* Blanco */
}

.navbar-brand,
.nav-link {
    color: #004aad !important;
    font-weight: bold;
}

.nav-link:hover {
    color: #87CEEB !important;
    /* Azul cielo */
}

/* Header */
/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    /* Altura completa de la ventana */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

/* Fondo difuminado */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('/documentos/hero.png');
    /* Cambia la ruta a tu imagen */
    background-size: cover;
    background-position: center;
    filter: blur(2px);
    /* Aplicar difuminado */
    z-index: -1;
}

/* Capa oscura para mejorar la legibilidad */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Fondo oscuro semi-transparente */
    z-index: -1;
}

/* Contenido del Hero */
.hero-content {
    z-index: 1;
}

.hero h1 {

    margin-bottom: 1rem;
}

.hero p {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: cornsilk
}

.hero button {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero button:hover {
    background-color: #0056b3;
}

header {
    background: linear-gradient(to right, #87CEEB, #004aad);
    /* Degradado azul cielo a azul rey */
    text-align: center;
    padding: 100px 0;
}

header h1 {
    font-size: 3rem;
    font-weight: bold;
}

header p {
    font-size: 1.5rem;
}

/* Botón principal */
.btn-light {
    background-color: #ffffff;
    color: #004aad;
    border: 2px solid #004aad;
    font-weight: bold;
}

.btn-light:hover {
    background-color: #004aad;
    color: #ffffff;
}

/* Sección de contenido */
section.container {
    padding: 50px 0;
    text-align: center;
}

section h3 {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #004aad;
}

section p {
    font-size: 1rem;
    color: #555;
}

/* Íconos */
i {
    margin-bottom: 15px;
}

/*swiper*/
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
   
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;

}

.glass {
    background: #000000;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 1);
    backdrop-filter: blur(10.2px);
    -webkit-backdrop-filter: blur(10.2px);
    border: 1px solid rgba(34, 143, 255, 0.5);
}

@supports (backdrop-filter: blur(10px)) {
    .glass {
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.1);
    }
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* Tarjetas de tarifas */
/* Tarjetas de tarifas con efecto llamativo */
#tarifas .card {
    border: 2px solid #007bff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;

}

#tarifas .card:hover {
    transform: scale(1.08);
    /* Aumenta ligeramente el tamaño */
    box-shadow: 0px 8px 20px rgba(0, 123, 255, 0.5);
    /* Sombra más intensa */
    border-color: #ffffff;
    /* Cambio de color en el borde */
    background-color: dodgerblue;
}

#tarifas .card-title {
    font-size: 1.8rem;
    font-weight: bold;
}

#tarifas .card:hover p {
    color: white;
}

.card p {
    font-size: 1.5rem;
    border-radius: 20px;
}

#tarifas .other {
    font-size: 3rem;
}

.folio {
    font-size: 1.3rem;
    color: 888888;
}

.folio i {
    font-size: 1.3rem;
    color: 888888;
}

.btn-primary {
    background-color: #0056b3;
    border: none;
}

.btn-primary:hover {
    background-color: #003f80;
}

/* Estilos generales para los pasos */
.AC .card {
    border-left: 5px solid #007bff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.AC .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 255, 0.3);
    background-color: f0f8ff;
}

.AC i {
    font-size: 3rem;

}

/*CONTACTO*/
form .btn {
    transition: 0.3s ease-in-out;
}

form .btn:hover {
    background: #0056b3;
}

/*BOTONES*/
/* Botón de WhatsApp flotante */
.whatsapp-btn {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    left: 20px;
    background: #25D366;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background: #1ebea5;
    transform: scale(1.1);
}

/* Botón para volver arriba */
.back-to-top {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    /* Oculto por defecto */
    transition: all 0.3s;
    z-index: 1000;
}

.back-to-top:hover {
    background: #0056b3;
    transform: scale(1.1);
}

/*chatbot*/
.chat-container {
    width: 350px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.chat-header {
    background: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.chat-box {
    height: 300px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.chat-input {
    display: flex;
    border-top: 1px solid #ddd;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.chat-input button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

/* Footer estilizado */
footer {
    background-color: #212529;
    color: white;
}

footer a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #17a2b8;
    /* Cambio a un azul turquesa */
}
