

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f7f4ef;
}

.brand {
    font-family: "fisterra-fora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #ae0f0a;
    text-decoration: none;
    margin-right: 2rem;
} 


.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; /* para que el video no se desborde */
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* hace que el video se recorte y cubra todo */
  transform: translate(-50%, -50%);
  z-index: 0;
}

.overlay-container {
  position: relative;
  z-index: 1; /* asegura que el texto quede por encima del video */
}


.overlay-container {
    position: relative;
    z-index: 2;
}


.altesse{
    font-family: "altesse-std-24pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}


h1 {
    font-family: "fisterra-fora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 5REM;
}

H2 {
    font-family: "fisterra-fora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff; 
    font-size: 2rem !important;
    text-align: center;
}

.hero h1, 
.hero h2, 
.hero p {
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4); 
}

#encabezado {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
}

.flecha {
  display: inline-block;
  animation: flecha-mueve 1.8s ease-in-out infinite;
}

@keyframes flecha-mueve {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

h3 {
    font-family: "fisterra-fora", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ae0f0a;
    font-weight: 400;
    font-style: normal;
    font-size: 4REM;
}

.info {
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 15px;
}

.info > div {
    flex: 1;
    min-height: 350px;
    padding: 4.5rem;
    padding-top: 3rem;
    background-color: #ae0f0a;
    color: #eadec3;
    display: flex;
    flex-direction: column;
    justify-content: first baseline;
    text-align: center;
}

.info > div > span {
    font-family: "fisterra-fora", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
}

#sl {
    font-size: 1.4rem;
}

#lineahz1 {
  width: 250px;           
  height: 2px;            
  background-color: #f7f4ef;     
  margin: 0.75rem auto; 
} 

#lineahz2 {
  width: 150px;           
  height: 2px;            
  background-color: #f7f4ef;     
  margin: 0.75rem auto; 
} 

#parrafo{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
}

#negrita {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-weight: bold;
    }

.destacadotexto{
    font-family: "fisterra-fora", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.5rem;
    color: #eadec3;
}

.enlacemaps{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    color: #eadec3;

}

.enlacelugares{
    font-family: "fisterra-fora", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.5rem;
    color: #eadec3;

}

#disclaimer{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 0.5rem;
    color: #eadec3;
}


.info > div > img {
    height: 45px;
    margin-top: 10px;
}

.btn-success {
    margin-top: 20px !important;
    width: auto !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #ae0f0a;
    --bs-btn-border-color: #ae0f0a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ae0f0a;
    --bs-btn-hover-border-color: #ae0f0a;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ae0f0a;
    --bs-btn-active-border-color: #ae0f0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ae0f0a;
    --bs-btn-disabled-border-color: #71122ae;
}

.conf {
    width: 15% !important;
}

.cierre {
    font-family: "fisterra-fora", sans-serif;
    color: #ae0f0a;
    font-size: 1.5rem !important;
}

@media (max-width: 1200px) {
    .info {
        flex-wrap: nowrap;
        flex-direction: column;
        height: auto;
    }

    .conf {
        width: auto !important;
    }

    .info > div {
        align-content: center;
        padding: 2.8rem;
    }

    .headline {
        font-size: 3rem !important;
    }
}


@media (max-width: 768px) {
    .info > div {
        padding: 2rem 1.5rem;
        min-height: 200px;
    }

    .info > div > span {
        font-size: 1.8rem; /* Reducción del tamaño de fuente */
    }

    h1 {
        font-size: 2.8rem; /* Reducción de tamaño de h1 */
    }

    .hero {
        background-size: cover;
    }

    #encabezado {
        font-size: 1rem;
    }

}


@media (max-width: 480px) {
    .brand {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    H2 {
        font-size: 1.3rem !important;
    }

    .info > div {
        padding: 2rem 1rem;
        min-height: 600px;
    }

    .btn-success {
        font-size: 1.2rem;
    }
}

.navbar {
  padding: 0.5rem 1rem;
  position: relative;
  min-height: 70px; /* altura mínima para que no colapse */
}

.navbar-brand {
  font-family: "fisterra-fora", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ae0f0a;
  text-decoration: none;
}

.navbar-brand:hover {
  color: #600000;
}

.nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #ae0f0a;
}

@media (max-width: 991.98px) {

  /* --- Modo móvil --- */

  /* Centra el brand arriba */
  .navbar .position-absolute.top-50.start-50.translate-middle {
    position: static !important;
    transform: none !important;
    text-align: center;
    margin: 0 auto;
  }

  /* Mantiene el brand centrado */
  .navbar-brand {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  /* Botón hamburguesa a la derecha */
  .navbar-toggler {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    z-index: 10;
  }

  /* Fondo y alineación del menú desplegable */
  .navbar-collapse {
    text-align: center;
    padding: 1rem 0;
  }

  /* Enlaces debajo del brand, centrados */
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 1rem;
  }

  /* Oculta los enlaces absolutos del layout de escritorio */
  .navbar .d-lg-flex {
    display: none !important;
  }
}
