* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
    background: #f9f9f9;
}

body {
    overflow-x: hidden;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: transparent;
}

li {
    list-style-type: none;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none
}

.small-container {
    width: 95%;
    margin: 0 auto;
}

.main-font-family {
    font-family: 'Roboto', sans-serif; /* Mantener Roboto como principal */
    font-weight: 700;
}

.noto-font-family {
    font-family: 'Noto Serif', serif; /* Usar Noto Serif si se desea */
}

.lobster-font-family {
    font-family: 'Roboto', sans-serif;
}

/* Estilos de Títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #2c3e50;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.overlay {
    background-color: rgba(43, 33, 2, .9);
    height: 100%;
    width: 100%;
}

/* descuento llamativo */

.discount-banner {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex; /* Cambiar a flexbox */
    align-items: center; /* Centrar verticalmente */
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: bounce 1.5s infinite;
  } /* Esta sección será reemplazada por la de abajo */
  
  .discount-banner img {
    width: 40px; /* Tamaño ajustado */
    height: 40px;
    margin-right: 10px; /* Espaciado entre imagen y texto */
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

/* Fondo para el contenido principal con imagen */
.page-content-bg {
    background-image: url('../imgs/fondo/bg.jpg');
    background-size: 100% auto;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: repeat-y;
}

/* Hacemos transparentes los fondos de las secciones para que se vea la imagen */
.page-content-bg .about,
.page-content-bg .services-wrapper,
.page-content-bg .promotions-wrapper,
.page-content-bg .gallery {
    background-color: transparent !important;
    backdrop-filter: none;
}

/* navbar */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(12px);
    z-index: 1100;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 0.72rem 0;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

body {
    padding-top: 77px;
}

.navbar ul li {
    padding: 0 14px;
}

.navbar .container {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 15px;
    box-shadow: none;
}

.navbar .nav-link {
    color: #2c3e50 !important;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #27ae60 !important;
}

.navbar .book {
    background-color: #27ae60;
    border-radius: 5px;
    margin-left: 10px;
}

.navbar .book a {
    color: white !important;
    padding: 8px 20px !important;
    font-weight: 600;
}

.navbar .book a:hover {
    background-color: #229954;
    border-radius: 5px;
}

.navbar .navbar-nav {
    transform: none;
    margin-left: auto;
    margin-right: auto;
}

/* header */

header {
    color: white;
    background: #1d1b1f;
    text-align: left;
    position: relative;
    overflow: visible;
    padding: 10px 0 20px;
    min-height: calc(100vh - 77px);
}

header .header-inner {
    max-width: 1140px;
    margin: 0 auto;
}

header .row {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    min-height: 100%;
}

header .header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0;
}

header .header-logo {
    width: 180px;
    margin-bottom: 25px;
}

header h1 {
    font-size: 2.5rem;
    z-index: 15;
    font-weight: 700;
    margin: 0;
}

header h1#piedras {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

header h1#piedras1 {
    color: #27ae60;
    font-size: 2rem;
    margin: 8px 0;
}

header h1 span {
    color: #FFFFFF;
    border: 3px solid #27ae60;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 8px 14px;
    display: inline-block;
    border-radius: 8px;
}

header h1 span small {
    font-size: 0.4em;
    vertical-align: super;
    font-weight: 400;
    margin-left: 2px;
}

header .header-stars {
    width: 120px;
    margin-top: 15px;
    margin-bottom: 20px;
}

header p {
    color: #ecf0f1;
    font-size: 1.1rem;
    margin-bottom: 25px;
    max-width: 460px;
}

header .header-cta {
    display: inline-block;
    padding: 12px 35px;
    background-color: #27ae60;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .header-cta:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

header .header-video {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
    height: 100%;
}

header .header-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

@media (max-width: 992px) {
    body {
        padding-top: 100px;
    }

    header {
        padding: 60px 0 40px;
        min-height: auto;
        text-align: center;
    }

    header .row {
        align-items: stretch;
    }

    header .header-text {
        align-items: center;
        text-align: center;
    }

    header .header-logo {
        margin: 0 auto 20px;
    }

    header .header-video {
        margin-top: 30px;
    }
}

.navbar-brand {
    transform: none;
}

/* about */

.about {
    padding: 80px 0;
    background: rgba(248, 249, 250, 0.85);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

.about h2 {
    margin-bottom: 50px;
    color: #2c3e50;
}

.about h4 {
    color: #27ae60;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.3rem;
}

.about p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
    font-family: 'Roboto', sans-serif;
}

.about button {
    background-color: #27ae60;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 35px;
    transform: none;
}

.about button:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.about button a {
    color: #fff;
    padding: 0;
    display: inline;
    float: none;
    transform: none;
    text-decoration: none;
    font-weight: 600;
}

.about .container > .row:first-of-type {
    margin-bottom: 50px;
    align-items: center;
}

.about .container > .row:first-of-type .img {
    background-size: cover;
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.about .container h2:last-of-type {
    margin-left: 0;
}

.about .block {
    background-color: rgba(255,255,255,0.92);
    padding: 30px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.about .block:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.about .block > div {
    width: 100%
}

.about .block strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: #27ae60;
}

.about h5 {
    color: #27ae60;
    font-weight: 700;
}

.about p {
    margin: 0 auto;
    margin-bottom: 15px;
}

.about .block img {
    display: none;
}


/* Galeria de fotos */

.gallery {
    padding: 60px 0;
    background-color: rgba(248, 249, 250, 0.85);
    backdrop-filter: blur(6px);
}

.gallery h2 {
    margin-bottom: 40px;
    color: #2c3e50;
}

.gallery .container {
    position: relative;
}

.gallery .mySlides {
    display: none;
    text-align: center;
    position: relative;
    min-height: 520px;
    padding: 20px 0;
}

.gallery .mySlides img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    max-height: 760px;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.gallery .prev,
.gallery .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(39, 174, 96, 0.8);
    border: none;
    user-select: none;
}

.gallery .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gallery .prev:hover,
.gallery .next:hover {
    background-color: rgba(39, 174, 96, 1);
}

.gallery .numbertext {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: rgba(0, 0, 0, 0.55);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 10px 0;
    color: white;
    margin-top: 15px;
    border-radius: 0 0 8px 8px;
}

.gallery .thumbnails {
    display: flex;
    overflow-x: auto; /* Habilita el desplazamiento horizontal */
    padding: 15px 0;
    gap: 10px;
    justify-content: flex-start;
}

.gallery .thumbnails .demo {
    width: 100px;
    height: 70px;
    flex: 0 0 auto; /* Evita que las imágenes se compriman */
    object-fit: cover;
    opacity: 0.6;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: opacity 0.3s ease, border-color 0.3s ease;
}

.gallery .thumbnails .active,
.gallery .thumbnails .demo:hover {
    opacity: 1;
    border-color: #27ae60;
}

.cursor {
    cursor: pointer;
}

@media (max-width: 1100px) {
    .gallery .mySlides img {
        max-height: 480px;
    }
}

@media (max-width: 767px) {
    .gallery .mySlides {
        min-height: 380px;
    }

    .gallery .prev,
    .gallery .next {
        padding: 12px;
        font-size: 18px;
    }

    .gallery .thumbnails .demo {
        width: 70px;
        height: 50px;
    }
}

/* Descuentos */

.discount-banner {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: white;
    color: #27ae60;
    border: 3px solid #27ae60;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1.2rem; /* Ligeramente más grande */
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.discount-banner img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
} /* Animación de pulso más profesional */

/* contacto */

.contact {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.95) 0%, rgba(52, 73, 94, 0.95) 100%), url('../imgs/pic10.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contact h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.contact h3 {
    color: white;
    font-size: 1.3rem;
    line-height: 1.8;
}

#contact-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.contact form input, .contact form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.contact form input:focus, .contact form textarea:focus {
    outline: none; /* Eliminar el contorno predeterminado */
    border-color: #27ae60;
    box-shadow: 0 0 5px rgba(39, 174, 96, 0.2);
}

.contact form textarea {
    resize: vertical;
    height: 140px;
}

.contact form input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: #27ae60;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.contact form input[type="submit"]:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
    .contact {
        background-attachment: scroll;
    }

    .contact h2 {
        font-size: 2rem;
    }

    #contact-form {
        padding: 25px;
    }
}

/* footer */

footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 60px 0 0;
}

footer a {
    color: #27ae60;
    font-weight: 600;
}

footer a:hover {
    color: #fff;
}

footer h3 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.4px;
}

footer ul {
    padding-left: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #ecf0f1;
    transition: all 0.3s ease;
}

footer ul li a:hover {
    color: #27ae60;
    padding-left: 5px;
}

footer p {
    line-height: 1.8;
    color: #ecf0f1;
    font-size: 0.95rem;
}

footer .overlay {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.35);
}

footer .overlay .container {
    max-width: 1140px;
}

footer .row {
    gap: 20px;
}

footer .col-lg-3 {
    margin-bottom: 30px;
}

footer .form ul {
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

footer .form ul li {
    margin-bottom: 0;
}

footer .form ul li a {
    color: #fff;
    padding: 0;
    border: 2px solid #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transition: all 0.3s ease;
}

footer .form ul li a:hover {
    background-color: #27ae60;
    color: white;
}

footer .form ul li a i {
    width: auto;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.copyright p {
    margin: 0;
    color: #ecf0f1;
}

.copyright p a {
    color: #27ae60;
}

.copyright p a:hover {
    color: white;
}

@media (max-width: 767px) {
    footer .overlay {
        padding: 30px 0;
    }

    footer .form ul {
        justify-content: center;
        gap: 10px;
    }

    footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .col-lg-3 {
        width: 100%;
        max-width: 400px;
    }
}


/* media queries */

@media (max-width: 1280px){
	#pc {
		display: none;
	}
}

@media (min-width:1280px){
	#movil {
		display: none;
	}
}

/* Servicios y Tarifas */

.services-section {
    padding: 60px 0;
    background-color: rgba(248, 249, 250, 0.85);
    backdrop-filter: blur(6px);
}

.services-section h2 {
    margin-bottom: 40px;
    color: #2c3e50;
}

.service-card {
    background: rgba(255,255,255,0.92);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.service-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.service-card p {
    color: #555;
    font-weight: 500;
    margin: 0;
}

/* Tarjetas de Habitaciones */

.room-card {
    background: rgba(255,255,255,0.92);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.room-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
}

.room-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.room-details {
    padding: 25px;
}

.room-details h5 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.room-details p {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.room-price {
    text-align: right;
    border-top: 2px solid #f0f0f0;
    padding-top: 15px;
}

.room-price h4 {
    color: #27ae60;
    font-size: 1.5rem;
    margin: 0;
}

.room-price .price-label {
    color: #999;
    font-size: 0.85rem;
    text-transform: uppercase;
}

/* media queries */
    
    /* navbar */
    
    .navbar ul li {
        padding: 0 5px;
    }
    .st-rec, .rd-rec {
        width: 130px
    }
    
    /* header */
    
    header h1 {
        font-size: 30px;
    }
    header h1 span {
       font-size: 40px;
    }
    
    /* about */
    
    .about .block {
        width: 750px;
    }
    
    /* contact */
    
    .contact > div:last-of-type {
        width: 600px;
    }
}


@media (max-width: 992px) {
    
    /* navbar */
    
    .navbar {
        background-color: #FFF !important
    }
    .navbar .container {
        transform: skew(0deg);
    }
    .navbar ul li {
        margin: 10px 0;
    }
    .navbar .container {
        box-shadow: none;
    }    
    .navbar .navbar-nav {
        transform: skew(0deg)
    }

    /* header */
  
    header .d-flex {
        display: block !important
    }
    header .col-lg-4 {
        order: 2
    }
    header .col-lg-4 h2 {
        margin-bottom: 20px
    }
    header .col-lg-8 {
        order: 1;
        margin-bottom: 50px;
    }

    .navbar-brand {
       float: left;
       transform: skew(0deg);
    }
    
    /* about */
    
    .about .container > .row:first-of-type .col-12:first-of-type {
        order: 2;
        margin-top: 50px
    }
    .about .container > .row:first-of-type .col-12:last-of-type {
        order: 1;
    }
    .about .block > div {
        width: 100%;
    }
    .about .container > .row:last-of-type .img {
        width: 100%;
        position: static;
    }
    .about .container > .row:last-of-type .block {
        position: static;
        width: 100%;
    }
    
    /* contact */
    
    .contact > div:last-of-type {
        width: 100%;
    }
    .contact .col-6 h2 {
        font-size: 45px;
        margin-top: 55px;
        color: white;
    }
    .contact .contact-form {
        left: 0; 
        width: 400px;
    }
    
    /* footer */
    
    footer .col-lg-4 {
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    
    .about .container > .row:first-of-type .img {
        width: 500px;
    }
    .about .container > .row:last-of-type .img {
        height: 350px;
    }
    
    .contact .col-6 h2 {
        display: none
    }

    .navbar-brand {
        float: left;
        transform: skew(0);
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .navbar .container {
        width: 100%;
        padding: 5px 0;
    }

    header form {
        width: 100%;
        display: flex;
    }

}

@media (max-width: 576px) {
    
      .about .container > .row:first-of-type .img {
        width: 400px;
    }
}

/* Efecto de luz para Promociones */
.promo-link {
    position: relative;
    color: #2c3e50 !important;
}

.promo-link::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffc107;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    box-shadow: 0 0 8px #ffc107;
    animation: blink-yellow 1s infinite;
}

@keyframes blink-yellow {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

/* Botón Flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 767px) {
    .whatsapp-float { width: 50px; height: 50px; bottom: 20px; right: 20px; font-size: 30px; }
}
