﻿:root {
    --primary-color: #7b947c;
    --secondary-color: #b0c4b1;
    --accent-color: #d8c3a5;
    --dark-color: #3e4444;
    --light-color: #f6f5f3;
    --white-color: #ffffff;
}

/* Body padding to compensate for fixed navbar */
body {
    padding-top: 100px;
}



/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
        transform: translateY(-2px);
    }

.whatsapp-float i {
        font-size: 28px;
    }

/* Navbar custom styles */
.navbar-custom {
    background-color: rgba(246, 245, 243, 0.7);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    .navbar-custom .navbar-brand {
        font-weight: 700;
        color: var(--primary-color);
    }

    .navbar-custom .nav-link {
        color: var(--dark-color);
        font-weight: 500;
        transition: color 0.3s ease;
        padding: 0.75rem 1rem;
    }

        .navbar-custom .nav-link:hover {
            color: var(--primary-color);
        }

/* Tablet navbar improvements */
@media (max-width: 991.98px) {

    .navbar-custom {
        background-color: rgba(246, 245, 243, 0.95);
    }

    .navbar-collapse {
        background-color: rgba(246, 245, 243, 0.98);
        padding: 20px 22px;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(0,0,0,0.08);
        margin-top: 8px;
    }

    .navbar-nav .nav-link {
        padding: 16px 18px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
        border-bottom: 1px solid rgba(123, 148, 124, 0.1);
    }

        .navbar-nav .nav-link:last-child {
            border-bottom: none;
        }

        .navbar-nav .nav-link:hover {
            background-color: rgba(123, 148, 124, 0.1);
            border-radius: 8px;
        }
}

/* Mobile navbar improvements */
@media (max-width: 576px) {

    .navbar-brand img {
        height: 48px !important;
    }

    .navbar-nav .nav-link {
        padding: 18px 16px;
        font-size: 18px;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    body {
        padding-top: 70px;
    }
}

/* Footer styles */
.footer-custom {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: var(--light-color);
    padding: 40px 0 20px;
    margin-top: 60px;
}

    .footer-custom h5 {
        color: var(--accent-color);
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer-custom .contact-info {
        font-size: 14px;
        line-height: 1.6;
    }

        .footer-custom .contact-info .row {
            margin: 0;
        }

        .footer-custom .contact-info .col-6 {
            padding: 0 5px;
        }

    .footer-custom .social-links {
        text-align: left;
    }

    .footer-custom .contact-info i {
        color: var(--accent-color);
        width: 20px;
        margin-right: 8px;
    }

    .footer-custom .contact-info a {
        color: var(--light-color);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-custom .contact-info a:hover {
            color: var(--accent-color);
            text-decoration: underline;
        }

    .footer-custom .social-links a {
        color: var(--light-color);
        font-size: 32px;
        margin-right: 25px;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .footer-custom .social-links a:hover {
            color: var(--accent-color);
            transform: scale(1.1);
        }

        .footer-custom .social-links a:last-child {
            margin-right: 0;
        }

    .footer-custom .footer-bottom {
        padding-top: 20px;
        text-align: center;
        font-size: 12px;
        color: rgba(246, 245, 243, 0.7);
    }

        .footer-custom .footer-bottom a {
            color: var(--accent-color);
            text-decoration: none;
        }

            .footer-custom .footer-bottom a:hover {
                text-decoration: underline;
            }

/* Footer responsive improvements */
@media (max-width: 991.98px) {
    .footer-custom {
        padding: 35px 0 18px;
    }

        .footer-custom .social-links {
            text-align: center;
            margin-top: 25px;
        }

            .footer-custom .social-links a {
                font-size: 28px;
                margin-right: 20px;
            }
}

@media (max-width: 768px) {
    .footer-custom {
        padding: 30px 0 15px;
    }

        .footer-custom .col-md-4 {
            margin-bottom: 25px;
            text-align: center;
        }

        .footer-custom .contact-info {
            font-size: 13px;
        }

        .footer-custom .social-links a {
            font-size: 24px;
            margin-right: 15px;
        }
}

@media (max-width: 576px) {
    .footer-custom {
        padding: 25px 0 12px;
        margin-top: 40px;
    }

        .footer-custom h5 {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .footer-custom .contact-info {
            font-size: 12px;
        }

        .footer-custom .social-links a {
            font-size: 20px;
            margin-right: 12px;
        }

        .footer-custom .footer-bottom {
            font-size: 11px;
            margin-top: 20px;
            padding-top: 15px;
        }
}

.navbar-custom {
    max-height: 80px; 
}


.logo-navbar {
    max-height: 100px; 
    height: auto;
    width: auto;
}

/* Pantallas medianas o chicas (<992px) */
@media (max-width: 991.98px) {
    .logo-navbar {
        max-height: 90px;
    }
}

/* Muy chicas (<576px) */
@media (max-width: 575.98px) {
    .logo-navbar {
        max-height: 70px;
    }
}

.AlojamientosV2 {
    font-family: 'Lato', sans-serif;
    background-color: var(--light-color);
    color: var(--dark-color);
    overflow-x: hidden;
    margin: 0;
}
    /* Hero con imagen de fondo */
    .AlojamientosV2 .hero-section {
        position: relative;
        width: 100%;
        height: 60vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
        background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/img/turismo/bgAlojamientos.jpg');
        background-size: cover;
        background-position: center;
    }

    .AlojamientosV2 .hero-content {
        z-index: 2;
        color: var(--white-color);
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        animation: fadeIn 2s ease-in-out;
    }

        .AlojamientosV2 .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
        }

        .AlojamientosV2 .hero-content .lead {
            font-size: 1.25rem;
            max-width: 600px;
            margin: 0 auto 2rem;
        }
  
    .AlojamientosV2 .wave-divider {
        position: relative;
        background-color: var(--light-color);
        height: 80px;
        width: 100%;
        overflow: hidden;
        top: -1px;
    }

        .AlojamientosV2 .wave-divider svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            fill: var(--light-color);
        }

    .AlojamientosV2 .alojamientos-section {
        padding: 80px 0;
        background-color: var(--light-color);
    }

    .AlojamientosV2 .alojamiento-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.5s ease;
        background-color: var(--white-color);
        margin-bottom: 30px;
    }

        .AlojamientosV2 .alojamiento-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .AlojamientosV2 .alojamiento-card .card-img-top {
            height: 250px;
            object-fit: cover;
            border-radius: 15px 15px 0 0;
            transition: transform 0.5s ease;
        }

        .AlojamientosV2 .alojamiento-card:hover .card-img-top {
            transform: scale(1.05);
        }

        .AlojamientosV2 .alojamiento-card .card-body {
            padding: 25px;
        }

        .AlojamientosV2 .alojamiento-card .card-title {
            color: var(--primary-color);
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

    .AlojamientosV2 .alojamiento-info {
        margin-bottom: 15px;
        display: block;
    }

        .AlojamientosV2 .alojamiento-info i {
            color: var(--primary-color);
            width: 20px;
        }

        .AlojamientosV2 .alojamiento-info a {
            color: var(--primary-color);
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .AlojamientosV2 .alojamiento-info a:hover {
                color: var(--accent-color);
                text-decoration: underline;
            }

    .AlojamientosV2 .alojamiento-card .btn.btn-light {
        position: relative;
        z-index: 10;
    }

    .AlojamientosV2 .alojamiento-card .carousel {
        position: relative;
        z-index: 1;
    }


    .AlojamientosV2 .social-section {
        padding: 60px 0;
        background-color: var(--primary-color);
        text-align: center;
        color: var(--white-color);
    }

    .AlojamientosV2 .social-logos a {
        color: var(--white-color);
        font-size: 2.5rem;
        margin: 0 15px;
        transition: transform 0.3s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

        .AlojamientosV2 .social-logos a:hover {
            transform: scale(1.2);
            text-decoration: none;
        }


    .AlojamientosV2 .social-logo-img {
        height: 84px;
        width: auto;
        margin-bottom: 16px;
    }

 
    .AlojamientosV2 .animate-on-scroll {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease-out, transform 1s ease-out;
    }

        .AlojamientosV2 .animate-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0);
        }
/* Evitar transforms cuando el modal esté abierto */
body.modal-open .AlojamientosV2 .animate-on-scroll,
body.modal-open .AlojamientosV2 .alojamiento-card {
    transform: none !important;
}
/* Evitar clipping del modal por overflow en las cards/contenedores */
body.modal-open .AlojamientosV2 .alojamiento-card {
    overflow: visible !important;
}

body.modal-open .AlojamientosV2 .alojamientos-section {
    overflow: visible !important;
}


.AlojamientosV2 .modal-dialog {
    max-width: 80vw;
}

.AlojamientosV2 .modal-content {
    max-height: 80vh;
    overflow: hidden;
}

.AlojamientosV2 .modal-body {
    padding: 0;
}

.AlojamientosV2 .modal .modal-body > img,
.AlojamientosV2 .modal .carousel-item img {
    width: auto !important;
    height: auto !important;
    max-width: 80vw;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Estrellas */
.AlojamientosV2 .stars {
    color: #FFD700;
}

/* Responsive */
@media (max-width: 768px) {
    .AlojamientosV2 .hero-content h1 {
        font-size: 2.5rem;
    }

    .AlojamientosV2 .alojamiento-card .card-img-top {
        height: 200px;
    }
}

/* ==========================
   LugaresParaConocerV2
   ========================== */
.LugaresParaConocerV2 .hero-mini {
    position: relative;
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.15)), url('/img/turismo/bgLugaresParaConocer.jpg');
    background-size: cover;
    background-position: center;
    color: var(--white-color);
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .LugaresParaConocerV2 .hero-mini h1 {
        font-weight: 700;
        letter-spacing: .5px;
    }

.LugaresParaConocerV2 .lead-intro {
    color: rgba(255,255,255,.95);
    max-width: 900px;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0,0,0,.45);
}

.LugaresParaConocerV2 .place-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
}

    .LugaresParaConocerV2 .place-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(0,0,0,.08);
    }

    .LugaresParaConocerV2 .place-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .LugaresParaConocerV2 .place-card .card-body {
        padding: 20px;
    }

    .LugaresParaConocerV2 .place-card .card-title {
        color: var(--primary-color);
        font-weight: 700;
    }

.LugaresParaConocerV2 .section-spaced {
    padding: 60px 0;
    background-color: var(--light-color);
}

.LugaresParaConocerV2 .badge-soft {
    background-color: rgba(123,148,124,.12);
    color: var(--primary-color);
    font-weight: 600;
}

.LugaresParaConocerV2 .modal .carousel-item img,
.LugaresParaConocerV2 .modal .modal-body > img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.LugaresParaConocerV2 .zoomable {
    position: relative;
    display: block;
    cursor: pointer;
}

    .LugaresParaConocerV2 .zoomable::after {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-size: 15px;
        line-height: 1;
        color: #fff;
        background: rgba(0,0,0,.35);
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .55;
        transition: opacity .2s ease, transform .2s ease;
        pointer-events: none;
    }

    .LugaresParaConocerV2 .zoomable .zoom-icon {
        position: absolute;
        right: 16px;
        bottom: 16px;
        color: #fff;
        font-size: 14px;
        z-index: 1;
        opacity: .9;
        pointer-events: none;
    }

    .LugaresParaConocerV2 .zoomable:hover::after {
        opacity: .95;
        transform: scale(1.05);
    }

/* ==========================
   ServiciosV2
   ========================== */
.ServiciosV2 .hero-mini {
    position: relative;
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.15)), url('/img/turismo/bgServicios.jpg');
    background-size: cover;
    background-position: center;
    color: var(--white-color);
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .ServiciosV2 .hero-mini h1 {
        font-weight: 700;
    }

.ServiciosV2 .lead-intro {
    color: rgba(255,255,255,.95);
    max-width: 900px;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0,0,0,.45);
}

.ServiciosV2 .section-spaced {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--light-color) 0%, rgba(255,255,255,0.8) 100%);
}

.ServiciosV2 .service-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, var(--light-color) 100%);
    position: relative;
    border: 1px solid rgba(123, 148, 124, 0.1);
}

    .ServiciosV2 .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,.12);
        border-color: rgba(123, 148, 124, 0.2);
    }

    .ServiciosV2 .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        opacity: 0;
        transition: opacity .3s ease;
    }

    .ServiciosV2 .service-card:hover::before {
        opacity: 1;
    }

    .ServiciosV2 .service-card .card-body {
        padding: 28px 24px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.ServiciosV2 .service-type {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    display: inline-block;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(123, 148, 124, 0.3);
}

.ServiciosV2 .service-title {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 1.3;
    flex-grow: 1;
}

.ServiciosV2 .service-info {
    margin-bottom: 20px;
    flex-grow: 1;
}

.ServiciosV2 .service-meta {
    color: var(--dark-color);
    margin-bottom: 12px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    opacity: 0.85;
    transition: all .2s ease;
}

    .ServiciosV2 .service-meta:hover {
        opacity: 1;
        transform: translateX(2px);
    }

    .ServiciosV2 .service-meta i {
        color: var(--primary-color);
        margin-right: 10px;
        width: 16px;
        font-size: 1rem;
    }

    .ServiciosV2 .service-meta strong {
        font-weight: 600;
    }

.ServiciosV2 .service-actions {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(123, 148, 124, 0.1);
}

    .ServiciosV2 .service-actions a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
        transition: all .3s ease;
        padding: 8px 16px;
        border-radius: 25px;
        background: rgba(123, 148, 124, 0.1);
        border: 1px solid rgba(123, 148, 124, 0.2);
    }

        .ServiciosV2 .service-actions a:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(123, 148, 124, 0.3);
        }

        .ServiciosV2 .service-actions a i {
            margin-right: 8px;
        }

    .ServiciosV2 .service-actions .fa-globe {
        font-size: 0.9rem;
    }

@media (max-width: 768px) {
    .ServiciosV2 .section-spaced {
        padding: 60px 0;
    }

    .ServiciosV2 .service-card .card-body {
        padding: 24px 20px;
    }

    .ServiciosV2 .service-title {
        font-size: 1.15rem;
    }

    .ServiciosV2 .hero-mini {
        height: 60vh;
    }
}

.ServiciosV2 .category-separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--secondary-color), transparent);
    margin: 40px 0;
    opacity: 0.3;
}

.ServiciosV2 .category-title {
    background: var(--primary-color);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(123, 148, 124, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================
   IndexTurismoV2
   ========================== */
.IndexTurismoV2 {
    font-family: 'Lato', sans-serif;
    background-color: var(--light-color);
    color: var(--dark-color);
    overflow-x: hidden;
    margin: 0;
}

    /* Hero con video */
    /* ====== Base (desktop/tablet): portada a pantalla completa ====== */
    .IndexTurismoV2 .hero-section {
        position: relative;
        width: 100%;
        min-height: 100vh; /* portada */
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        z-index: 1;
        padding-bottom: 12vh;
        background-color: #000000;
    }

    .IndexTurismoV2 .video-wrap {
        position: absolute;
        inset: 0;  
        z-index: -1;
    }
    
    .IndexTurismoV2 #heroPlayer,
    .IndexTurismoV2 #heroPlayer iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        width: 177.78%; /* 16:9 cover */
        transform: translate(-50%, -50%);
    }

    .IndexTurismoV2 .video-overlay {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.1));
        z-index: 0;
        pointer-events: none;
    }

    .IndexTurismoV2 .hero-content {
        z-index: 2;
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    }


@media (max-width: 576.98px) {
    .IndexTurismoV2 .hero-section {
        min-height: auto;
        padding-bottom: 0;
        display: block;
    }

    .IndexTurismoV2 .video-wrap {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;       
    }

   .IndexTurismoV2 #heroPlayer,
    .IndexTurismoV2 #heroPlayer iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .IndexTurismoV2 .hero-content {
        position: static;
        padding: 1rem 1.25rem 1.5rem;
    }
}

.IndexTurismoV2 .btn-discover {
    background-color: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 37px;
    transition: all .3s ease-in-out;
}

    .IndexTurismoV2 .btn-discover:hover {
        background-color: var(--accent-color);
        color: var(--dark-color);
        transform: translateY(-3px);
    }

.IndexTurismoV2 .wave-divider {
    position: relative;
    background-color: var(--light-color);
    height: 80px;
    width: 100%;
    overflow: hidden;
    top: -1px;
}

    .IndexTurismoV2 .wave-divider svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        fill: var(--light-color);
    }

.IndexTurismoV2 .cards-section {
    padding: 0px 0px 50px 0px;
    background-color: var(--light-color);
}

.IndexTurismoV2 .card-custom {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

    .IndexTurismoV2 .card-custom:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        background-color: var(--white-color);
    }

    .IndexTurismoV2 .card-custom .card-title {
        color: var(--primary-color);
        font-weight: 600;
    }

.IndexTurismoV2 .card-img-top {
    border-radius: 15px;
    padding: 1rem;
    transition: transform 0.5s ease;
    height: 290px;
    object-fit: cover;
    width: 100%;
}

.IndexTurismoV2 .card-custom:hover .card-img-top {
    transform: scale(1.05);
}

.IndexTurismoV2 .social-section {
    padding: 0 0 30px 0;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--white-color);
}

.IndexTurismoV2 .social-logos a {
    color: var(--white-color);
    font-size: 2.5rem;
    margin: 0 15px;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

    .IndexTurismoV2 .social-logos a:hover {
        transform: scale(1.2);
        text-decoration: none;
    }

.IndexTurismoV2 .social-logo-img {
    height: 210px;
    width: auto;
    margin-bottom: 16px;
}

.IndexTurismoV2 .contact-form {
    padding: 80px 0;
    background-color: var(--light-color);
}

.IndexTurismoV2 .form-control {
    border-radius: 20px;
    padding: 12px 20px;
    border-color: var(--secondary-color);
    transition: all 0.3s ease;
}

    .IndexTurismoV2 .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgba(123, 148, 124, 0.25);
        border-color: var(--primary-color);
    }

.IndexTurismoV2 .btn-submit {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 40px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .IndexTurismoV2 .btn-submit:hover {
        background-color: var(--secondary-color);
        transform: translateY(-3px);
    }


.IndexTurismoV2 .animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

    .IndexTurismoV2 .animate-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.IndexTurismoV2 .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.2s ease;
}

    .IndexTurismoV2 .whatsapp-float:hover {
        transform: translateY(-2px);
    }

    .IndexTurismoV2 .whatsapp-float i {
        font-size: 28px;
    }

/* Alert messages */
.IndexTurismoV2 .alert {
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.IndexTurismoV2 .alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.IndexTurismoV2 .alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.IndexTurismoV2 .alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.IndexTurismoV2 .alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}
