@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');


/* Reset global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    height: 100%; /* Asegura que tanto el HTML como el body ocupen el 100% de la altura de la ventana */
    margin: 0; /* Elimina márgenes predeterminados que podrían estar causando un desajuste */
}

body {
    background-image: url('../imagenes/turismo.png');
    background-size: cover; /* Mantiene la imagen de fondo siempre cubierta */
    background-position: center; /* Centra la imagen de fondo */
    background-size: cover;
    background-repeat: no-repeat; /* Fija la imagen de fondo al hacer scroll */
    background: #f9fafb;

    min-height: 100vh; /* Asegura que el body tenga al menos la altura de la ventana */
}


/* Contenedor de la barra de navegación */
/* Contenedor de la barra de navegación */
/* Contenedor de la barra de navegación */

.menu {
    list-style: none; /* Elimina los puntos de la lista */
    padding: 0; /* Elimina el relleno predeterminado */
    margin: 0; /* Elimina los márgenes predeterminados */
    display: flex;
    text-align: center;
    gap: 40px; /* Espacio entre los enlaces */
}

.menu li {
    list-style: none; /* Asegura que los ítems de la lista no tengan viñetas */
}

/* Estilos de los enlaces */
.menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s, transform 0.3s;
}

/* Efecto al pasar el cursor por encima */
.menu a:hover {
    color: #0066cc; /* Azul brillante para hover */
    transform: scale(1.1); /* Agrandar ligeramente el enlace */
}
/* Contenedor de la barra de navegación */
.navbar-container {
    position: relative;
    width: 100%;
    padding: 30px 30px;
    display: flex;
    justify-content: center; /* Centra los elementos */
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9); /* Fondo blanco con transparencia */
    border-radius: 90px; /* Hace que la barra tenga bordes redondeados, dándole la forma ovalada */
    max-width: 900px; /* Limita el ancho máximo de la barra */
    margin: 20px auto; /* Centra la barra en la página */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

#chatbot-toggle:checked + label .chatbot-video {
    display: none;
  }
  
.barra-navegacion a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.barra-navegacion a:hover {
    transform: translateY(-3px);
    color: white;
    background-color: rgba(255, 255, 255, 0.7); /* Añade un fondo semi-transparente */
}
.arrow-icon {
    margin-left: 8px;
}

/* Frase principal */
.tagline {
    text-align: center;
    color: white;
    margin-top: 20px;
    font-size: 18px;
}
.cta-text {
    text-align: center; /* Centra el texto */
    color: white; /* Color del texto */
    font-size: 1.2rem; /* Tamaño de fuente */
    font-weight: 500; /* Peso de la fuente */
    margin-bottom: 20px; /* Espaciado inferior */
}

/* Hero section */
.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
}

.btn-primary {
    background-color: #5b16b6;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #22249b;
}

.btn-secondary {
    background-color: white;
    color: #191818;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #f0f0f0;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(11, 11, 11);
    font-size: 1.5em;
    text-decoration: none;
    background-color: white; /* Fondo blanco por defecto */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    top: -220px; /* Ajusta este valor para moverlo hacia arriba */
}

.social-icon:hover {
    transform: translateY(-5px);
}

.social-icon:active {
    transform: translateY(2px);
}

.social-icon i {
    transition: color 0.3s ease-in-out;
}

.social-icon:hover i {
    color: white;
}


/* Facebook */
.social-icon.facebook {
    background-color: white; /* Fondo blanco por defecto */
}

.social-icon.facebook:hover {
    background-color: #3b5998; /* Color de fondo al hacer hover */
    box-shadow: 0 6px 12px rgba(59, 89, 152, 0.5);
}

/* Twitter */
.social-icon.twitter {
    background-color: white; /* Fondo blanco por defecto */
}

.social-icon.twitter:hover {
    background-color: #1da1f2; /* Color de fondo al hacer hover */
    box-shadow: 0 6px 12px rgba(29, 161, 242, 0.5);
}

/* Instagram */
.social-icon.instagram {
    background-color: white; /* Fondo blanco por defecto */
}

.social-icon.instagram:hover {
    background-color: #e1306c; /* Color de fondo al hacer hover */
    box-shadow: 0 6px 12px rgba(225, 48, 108, 0.5);
}
/* Aseguramos que el body y el html ocupen toda la altura de la pantalla */
html, body {
    height: 100%;
    margin: 0;
}

/* Contenedor principal de la página para manejar el espacio */
main {
    min-height: calc(100vh - 120px); /* Resta el tamaño del pie de página */
    padding-bottom: 20px; /* Deja espacio para el pie de página */
}

/* Pie de página normal (no fijo) */
.footer {
    background-color: #1f488e;
    color: white;
    text-align: left;
    padding: 30px 20px; /* Mayor espacio para una sensación más fluida */ /* Bordes redondeados en la parte superior */
    margin-top: 40px; /* Espacio entre el contenido y el pie de página */
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* Contenedor de los iconos sociales */
.footer-social {
    margin-top: 10px;
    display: flex; /* Alinea los iconos horizontalmente */
    justify-content: center; /* Centra los iconos en el contenedor */
}

.footer-social .social-icon {
    margin: 0 15px; /* Espacio entre los iconos */
    color: rgb(0, 0, 0); /* Color negro por defecto */
    font-size: 30px; /* Aumenta el tamaño de los iconos */
    transition: color 0.3s ease; /* Suaviza el cambio de color */
}

/* Color de los iconos al pasar el mouse */
.footer-social .social-icon:hover {
    color: #4285F4; /* Color cuando se pasa el mouse (azul similar a Google) */
}
/* Estilo para la imagen del logo en el footer */
.footer-logo {
  text-align: right; /* Alinea el contenido (la burbuja) a la derecha */
  margin-bottom: 30px;
}




.menu a.active {
    color: #0066cc;
    font-weight: bold;
    border-bottom: 2px solid #0066cc;
} 

/* Sección de la imagen de fondo */
.hero {
    height: 100vh; /* Ocupa toda la pantalla */
    background-position: center; /* Se centra la imagen */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white; /* Texto en blanco */
    text-align: center;
    width: 100%;
    margin: 0; /* Elimina márgenes */
    padding: 0;
}

/* Sección con fondo blanco */
.contenido {
    min-height: 100vh; /* Ocupa toda la pantalla */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 50px 20px; /* Espaciado para mejor visualización */
}



h1 {
    color: rgb(15, 28, 87);
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
}

h2 {
    color: rgb(255, 255, 255);
    margin-left: 0px;
    font-size: 25px;
    text-align: center;
}


.titulo {
    text-align: center;
    font-size: 20px;
    margin-left: 20px;
}

.letras{
    font-size: 25px;
    margin-left: 30px;
    list-style: none; /* Elimina las viñetas */
}

.marketing {
    text-align: center;
    font-size: 20px;
}
    /* ------------------- RESPONSIVE DESIGN ------------------- */
@media (max-width: 1024px) {
    .hero-container {
      padding: 60px 20px;
    }
    .hero-title {
      font-size: 3.5rem;
    }
    .hero-subtitle {
      font-size: 1rem;
      max-width: 90%;
    }
    
    .btn-primary,
    .btn-secondary {
      padding: 10px 20px;
      font-size: 0.95rem;
    }
  
    .navbar-container {
      padding: 15px 20px;
      flex-direction: column;
      height: auto;
      border-radius: 30px;
    }
  
    .menu {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
  
    .social-icon {
      width: 50px;
      height: 50px;
      font-size: 1.2em;
    }
  
    .contenido {
      font-size: 1.5rem;
      padding: 40px 15px;
    }
  
    .hero-container {
      padding: 60px 15px;
    }
  
    .footer-logo-img {
      width: 80px;
    }
  
    .footer {
      padding: 20px 10px;
    }
  }
  
  @media (max-width: 768px) {
    .hero-title {
      font-size: 2.5rem;
    }
  
    .hero-subtitle {
      font-size: 0.95rem;
      max-width: 90%;
    }
  
  
    .footer-social .social-icon {
      font-size: 25px;
      margin: 0 10px;
    }
  
    .letras {
      font-size: 20px;
      margin-left: 15px;
    }
  
    .titulo,
    .marketing {
      font-size: 18px;
      margin: 10px;
    }
  
    .cta-text {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .hero-title {
      font-size: 2rem;
    }
  
    .btn-primary,
    .btn-secondary {
      font-size: 0.85rem;
      padding: 8px 16px;
    }
  
    .navbar-container {
      padding: 10px;
      flex-direction: column;
      gap: 10px;
    }
  
    .menu {
      flex-direction: column;
      gap: 10px;
    }
  
    .footer-logo-img {
      width: 70px;
    }
  
    .social-icons {
      flex-direction: column;
      gap: 15px;
    }
  
    .contenido {
      font-size: 1.2rem;
      text-align: center;
    }
  }
    /* Fin de los estilos responsivos */  
/* Contenedor del logo */
.footer-logo {
  position: absolute;  /* O usa 'fixed' si deseas que sea fijo al hacer scroll */
  top: 20px;  /* Distancia desde la parte superior */
  left: 160px;  /* Distancia desde el borde izquierdo */
  display: inline-block;
}

/* Imagen del logo con sombra */
.footer-logo-img {
  width: 130px; /* Tamaño del logo */
  height: auto; /* Mantiene la relación de aspecto */
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2)); /* Sombra suave */
}

.menu a.active {
  color: #0066cc;
  font-weight: bold;
  border-bottom: 2px solid #0066cc;
} 


.subtitulo.a {
  text-align: left;
  font-size: 14px;
}


.subtitulo.b {
  position: relative;
  top: -130px; /* lo sube 20px */
  margin: 0 auto;
  left: 30px;
  max-width: 300px;
  width: 90%;
  text-align: left;
  font-size: 14px;

}

.emergencia-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  text-align: center;
}

.contacto {
  width: 150px;
  padding: 10px;
}

.contacto p {
  margin: 5px 0;
  font-weight: bold;
}

.contacto a {
  display: block;
  font-size: 28px; /* Tamaño más grande */
  font-weight: bold;
  color: white; /* Color blanco */
  padding: 10px;
  text-decoration: none;
  margin-bottom: 5px;
}



.subtitulo.b a {
  color: white; /* Cambiar a blanco */
  text-decoration: none; /* Elimina el subrayado */

}


/* General para ambos bloques */
.subtitulo a p, .subtitulo b {
  margin-bottom: 15px; /* Controla la separación entre el título y el contenido */
}

/* Ajuste específico para el bloque de contacto */
.subtitulo.b p {
  margin-bottom: 10px; /* Puedes ajustarlo según el espacio que desees */
}

.subtitulo a p {
  margin-bottom: 10px; /* Ajusta la separación entre el título y el contenido de 'Sobre este proyecto' */
}

.subtitulo b {
  font-weight: bold; /* Para mantener el formato de los títulos */
  margin-bottom: 15px; /* Uniformidad en la separación de los títulos */
}

.subtitulo a p:first-child, .subtitulo b {
  margin-top: 0; /* Asegura que el margen superior sea 0 en el primer párrafo (título) */
}

/* ------------------- RESPONSIVE DESIGN ------------------- */

@media (max-width: 1024px) {
  .hero-container {
      padding: 60px 20px;
  }

  .hero-title {
      font-size: 3.5rem;
  }

  .hero-subtitle {
      font-size: 1rem;
      max-width: 90%;
  }

  .btn-primary,
  .btn-secondary {
      padding: 10px 20px;
      font-size: 0.95rem;
  }

  .navbar-container {
      padding: 15px 20px;
      flex-direction: column;
      height: auto;
      border-radius: 30px;
      position: relative;
      z-index: 10; /* Asegura que la barra de navegación esté encima del contenido */
  }

  .menu {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
  }

  .social-icon {
      width: 50px;
      height: 50px;
      font-size: 1.2em;
  }

  .contenido {
      font-size: 1.5rem;
      padding: 40px 15px;
  }

  .footer-logo-img {
      width: 80px;
  }

  .footer {
      padding: 20px 10px;
      z-index: 5; /* Asegura que el pie de página no se sobreponga */
      margin-top: 40px; /* Da un pequeño margen superior */
      clear: both; /* Evita que el pie de página se sobreponga con otros elementos */
  }
}

@media (max-width: 768px) {
  .hero-title {
      font-size: 2.5rem;
  }

  .hero-subtitle {
      font-size: 0.95rem;
      max-width: 90%;
  }

  .footer-social .social-icon {
      font-size: 25px;
      margin: 0 10px;
  }

  .contenido {
      font-size: 1.3rem;
      padding: 30px 15px;
  }

  .footer-logo-img {
      width: 70px;
  }

  .social-icon {
      width: 50px;
      height: 50px;
  }

  /* Ajustes para evitar que el pie de página se mueva de lugar */
  .footer {
      margin-top: 20px;
  }
}

/* Estilos aislados solo para esta sección */
        .jarvitur-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 20px;
            background: #f5f5f5;
        }

        .jarvitur-hero {
            text-align: center;
            margin-bottom: 100px;
            animation: jv-fadeInDown 1s ease-out;
        }

        @keyframes jv-fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes jv-fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes jv-scaleIn {
            from {
                opacity: 0;
                transform: scale(0.95);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .jarvitur-section h1.jv-title {
            font-size: 3.5em;
            font-weight: 800;
            margin-bottom: 20px;
            color: #059669;
            letter-spacing: -1px;
            text-align: center;
        }

        .jarvitur-hero p {
            font-size: 1.3em;
            color: #6b7280;
            font-weight: 400;
        }

        .jarvitur-section h2.jv-heading {
            font-size: 2.4em;
            font-weight: 700;
            margin: 80px 0 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #1f2937;
            animation: jv-fadeInUp 0.8s ease-out;
        }

        .jarvitur-section h2.jv-heading i {
            font-size: 1em;
            color: #059669;
            background: #d1fae5;
            padding: 20px;
            border-radius: 16px;
            transition: all 0.4s ease;
        }

        .jarvitur-section h2.jv-heading:hover i {
            transform: rotate(10deg) scale(1.1);
            background: #a7f3d0;
        }

        .jv-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 50px 0;
            list-style: none;
            padding: 0;
        }

        .jv-feature-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 40px;
            border: 2px solid #ffffff;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: jv-scaleIn 0.6s ease-out backwards;
            position: relative;
            list-style: none;
        }

        .jv-feature-card:nth-child(1) { animation-delay: 0.1s; }
        .jv-feature-card:nth-child(2) { animation-delay: 0.2s; }
        .jv-feature-card:nth-child(3) { animation-delay: 0.3s; }
        .jv-feature-card:nth-child(4) { animation-delay: 0.4s; }

        .jv-feature-card:hover {
            transform: translateY(-12px);
            border-color: #059669;
            box-shadow: 0 20px 60px rgba(5, 150, 105, 0.15);
        }

        .jv-feature-icon {
            font-size: 2.8em;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #059669;
            background: #d1fae5;
            width: 80px;
            height: 80px;
            border-radius: 20px;
            transition: all 0.4s ease;
        }

        .jv-feature-card:hover .jv-feature-icon {
            transform: scale(1.15) rotate(-5deg);
            background: #a7f3d0;
        }

        .jv-feature-card h3 {
            font-size: 1.5em;
            margin-bottom: 15px;
            font-weight: 700;
            color: #1f2937;
        }

        .jv-feature-card p {
            line-height: 1.8;
            color: #6b7280;
            font-size: 1.05em;
        }

        .jv-highlight-box {
            background: #f9fafb;
            border-radius: 28px;
            padding: 50px;
            margin: 60px 0;
            border: 2px solid #a7f3d0;
            box-shadow: 0 10px 40px rgba(5, 150, 105, 0.1);
            animation: jv-fadeInUp 1s ease-out;
            transition: all 0.3s ease;
        }

        .jv-highlight-box:hover {
            border-color: #059669;
            box-shadow: 0 15px 50px rgba(5, 150, 105, 0.15);
        }

        .jv-highlight-box p {
            font-size: 1.25em;
            line-height: 1.9;
            text-align: center;
            color: #1f2937;
            margin: 0;
        }

        .jv-highlight-box i {
            font-size: 1.6em;
            margin-right: 12px;
            color: #059669;
        }

        .jv-content-section {
            background: #f9fafb;
            border-radius: 24px;
            padding: 45px;
            margin: 50px 0;
            border: 2px solid #e5e7eb;
            animation: jv-fadeInUp 0.8s ease-out;
            transition: all 0.3s ease;
        }

        .jv-content-section:hover {
            border-color: #d1d5db;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .jv-content-section p {
            font-size: 1.15em;
            line-height: 1.9;
            margin-bottom: 20px;
            color: #4b5563;
        }

        .jv-cta-section {
            text-align: center;
            margin-top: 100px;
            animation: jv-scaleIn 1s ease-out;
        }

        .jv-cta-section h2.jv-heading {
            justify-content: center;
            font-size: 3em;
            margin-bottom: 40px;
            color: #059669;
        }

        .jv-cta-button {
            display: inline-block;
            background: #059669;
            color: #ffffff;
            padding: 20px 60px;
            border-radius: 16px;
            font-size: 1.3em;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(5, 150, 105, 0.3);
            margin-top: 20px;
        }

        .jv-cta-button:hover {
            transform: translateY(-5px);
            background: #047857;
            box-shadow: 0 15px 40px rgba(5, 150, 105, 0.4);
        }

        .jarvitur-section strong {
            font-weight: 700;
            color: #059669;
        }

        .jarvitur-section em {
            font-style: italic;
            color: #047857;
        }

        @media (max-width: 768px) {
            .jarvitur-section h1.jv-title {
                font-size: 2.2em;
            }

            .jarvitur-section h2.jv-heading {
                font-size: 1.8em;
                flex-direction: column;
                text-align: center;
            }

            .jv-features-grid {
                grid-template-columns: 1fr;
            }

            .jv-highlight-box {
                padding: 35px 25px;
            }

            .jv-content-section {
                padding: 30px 20px;
            }

            .jv-cta-section h2.jv-heading {
                font-size: 2em;
            }
        }


