@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body{
     font-family: "Google Sans", sans-serif;
}
/*-----------Cursor-----------*/
/* SOLO DESKTOP */
@media (min-width: 992px) {
  body {
    cursor: none !important;
      overflow-x: hidden;
  }
}

.flame-cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.flame-cursor svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 6px rgba(255, 23, 68, 0.7));
  transition: transform 0.2s ease;
}


/*-----------INDEX-------------*/
.logo-banner{
    width: 75% !important;
    margin: auto;
}
.text.w-100.text-center {
    margin-top: 35%;
    
}
.lgo-no{
    margin-top: 0 !important;
}
.iso-tipo{
    width: 100px !important;
    margin: auto;
}
.boton-reserva{
    background-color:rgba(255,255,255,0.2);
    border: 2px solid #ffffff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    padding: 25px 15px;
}
.boton-reserva:hover{
     width: 150px;
    padding: 35px 25px;
    background-color: #880808;
    color: #fff;
    font-weight: 500;
    
    animation-duration: 2s;
}
.boton-reserva span{
    vertical-align: middle;
}
.animate__animated.animate__headShake {
  --animate-duration: 2s;
}
.boton-rsrva{
    background-color:#880808;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: block;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
    height: 100px;
        width: 100px;
    vertical-align: middle;
    text-align: center;
    padding: 25px 15px;
    background: linear-gradient(#880808, #880808) padding-box, linear-gradient(90deg, #000000e8, #ff0000, #000000cf) border-box;
    background-size: 100% 100%, 300% 300%;
    animation: neonMove 4s linear infinite;
    box-shadow: 0 0 5px #510505, 0 0 10px #5e0505, 0 0 20px rgb(103 5 5 / 60%);
}

/* ✨ Animación continua */
@keyframes neonMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }
    100% {
        background-position: 0% 50%, 200% 50%;
    }
}

.boton-rsrva:hover {
    width: 150px;
    padding: 35px 25px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    transition: all 0.4s ease;
    box-shadow: 0 0 0px #710909, 0 0 3px #710707, 0 0 10px rgba(255, 0, 0, 0.8);
}

.boton-rsrva span{
    vertical-align: middle;
}
.slider-item {
  background-size: cover;
  background-position: center;
  transition: transform 5s ease-in-out;
}

.owl-item.active .slider-item {
  animation: zoomEffect 5s ease-in-out forwards;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

/*----------------------------------INTERIORES------------------------------------*/
/* Navbar */
    .navbar {
      background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(122, 1, 1, 0.7) 65%, rgba(189, 15, 15, 0.8) 100%);
      backdrop-filter: blur(10px);
        border-bottom: 2px solid #880808;
    }

    .navbar-brand img {
      height: 90px;
    }

    .nav-link {
      color: #fff !important;
      margin-left: 15px;
      position: relative;
    }

    .nav-link::after {
      content: "";
      width: 0%;
      height: 2px;
      background-color: #AA0A0D;
      position: absolute;
      left: 0;
      bottom: -5px;
      transition: 0.3s;
        font-size: 18px;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    /* Hero Image */
.cont{
    background-color: #000;
}
  .hero {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
      z-index: 20;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.67);
  z-index: 1;
}
    .hero h1 {
      position: relative;
      font-size: 3rem;
      font-weight: bold;
      z-index: 2;
        margin-top: 13%;
    }
.hero-title span{
    font-family: "Great Vibes", cursive;
    font-size: 6rem;
    text-shadow: 0px 5px 8px black;
}

    /* Gallery */
    .room-img {
      border-radius: 15px;
      overflow: hidden;
      transition: 0.4s;
        opacity: 1 !important;
    }

    .room-img img {
      width: 100%;
      transition: 0.5s;
      opacity: 0.5 !important;
    }

    .room-img:hover img {
      transform: scale(1.1);
        opacity: 1 !important;
    }

    /* Button */
    .btn-gold {
      background-color: #880808;
        color: #fff;
        margin-bottom: 5%;
        opacity: 1;
    }

    .btn-gold:hover {
        background-color: #880808;
        color: #fff;
      opacity: 0.7;
    }

    /* Address */
    .address-box {
    background: #1a1a1a;
    border-left: 10px solid #aa090d;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
        margin-top: 5%;
        text-align: center;
}
.address-box img{
    width: 25px;
    margin: 10px;
}
.address-box a{
    color: #fff;
    text-decoration: none;
}
.address-box a:hover{
    color:#B20104;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgb(170 9 13) !important;
}

/*------------------------------Habitaciones---------------------------*/
.hero-image{
    height: auto;
    width: 100%;
    overflow: hidden;
}
.hero-image img{
    width: 100%;
    height: auto;
}
.gallery-img {
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 10px;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.carousel-item img {
    border-radius: 10px;
}

.price-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    transition: transform .3s ease;
}

.price-card:hover {
    transform: translateY(-5px);
}

.amenities {
    background: #111;
    color: #fff;
    border-radius: 15px;
    padding: 25px;
}
.price-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    transition: transform .3s ease;
}

.price-card:hover {
    transform: translateY(-5px);
    background-color: #880808;
    color: #fff;
}

.amenities {
    background: #111;
    color: #fff;
    border-radius: 15px;
    padding: 25px;
}
/*-------------Servicios y Contacto-----------*/
.servicios-prest{
    list-style: none;
    text-align: left;
    margin: 5% auto;
}
.servicios-prest .fire{
    color: #8D0305;
    text-shadow: 1px 1px 3px #df0c0c;
}
.fire{
    vertical-align: text-bottom;
}
.redes-s{
    display: block;
    text-align: center;
    margin: 20px 0;
}
.redes-s a{
    color: #000;
    text-decoration: none;
    vertical-align: bottom;
}
.redes-s img{
    width: 25px;
    margin: 0px 15px;
    background-color: #000;
    vertical-align: top;
}
.redes-s a:hover{
    color: #880808;
}
.redes-s a:hover img{
     background-color: #880808;
}
.ubi-txt{
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    margin-left: 3%;
    margin-top: 2%;
}
hr {
    color: #880808;
    width: 100px;
    margin: 2% auto 4%;
    border: 2px solid #880808;
    opacity: 1;
}
/*------------RESERVA------------*/
.card-reserva {
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.2);
      padding: 30px;
    }

    .btn-reservar {
      background-color: #880808;
      border: none;
      transition: 0.3s ease;
    }

    .btn-reservar:hover {
      background-color: #880808;
      transform: translateY(-2px);
    }

    .form-control:focus {
      border-color: #880808;
      box-shadow: rgb(137 8 8 / 25%) 0px 0px 0px 0.2rem;
    }
em{
    font-weight: 700;
    color: #B9272A;
}
.aviso-p ul{
    margin: 20px 0;
}
.aviso-p li{
    list-style: none;
    color: #767373;
}
/*-----------Footer--------------*/
    footer {
      background: #000;
      padding: 20px;
      text-align: center;
      font-size: 0.9rem;
      color: #aaa;
    }
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color:#B20104;
}
footer a img {
    width: 25px;
    margin: 0px 5px 0px 7px;
    vertical-align: text-bottom;
}
@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1
 {
        font-size: 40px !important;
    }
    
    .hero h1 {
    font-size: 2rem;
    margin-top: 45%;
}
    .hero-title span {
    font-size: 4rem;
}
    .row.g-4{
        margin: auto;
    }
    .row.mt-5{
        margin: auto;
    }
    .hero-image{
        background-color: #000;
        height: 130px;
    }
}





























