.header {
    height: 100vh;
    /* background: linear-gradient(45deg, #3282a6, #ff6b6b, #0000ff);
            background-size: 400% 400%;
            animation: animate 3s infinite alternate; */
}

.navbar {
    background: transparent !important;
}

.navbar-brand {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #fff !important;
}

.nav-link {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}



@keyframes animate {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-nav {
        background: #fff;
    }

    .nav-link {
        color: #262626;
    }

    .carousel-item {
        margin-top: 50%;
    }

    .carousel-item p {
        padding: 0 10%;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        background: #fff;
    }

    .nav-link {
        color: #262626;
    }

    .carousel-item {
        margin-top: 45%;
    }

    .carousel-item h1 {
        font-size: 40px;
    }

    .carousel-item p {
        font-size: 1em;
        padding: 0 2%;
    }
}



.video-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* clave para responsividad */
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    font-family: 'Georgia', serif;
    background-color: #262626;
}

/* HERO */
.hero {
    height: 100vh;
    position: relative;
}

/* OVERLAY OSCURO */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.285);
}


.title-hacienda {
    color: #94472b;
    text-shadow: 0px -2px 3px black;
}

/* Estilos para enlaces */
.nav-link-orange:hover {
    color: #94472b !important;
}

.nav-link-green:hover {
    color: #4f5f01 !important;
}

/* Estilos iconos redes sociales */
.nav-link-facebook {
    background-image: linear-gradient(to right, #00c6ff, #0072ff) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-facebook:hover {
    background-image: linear-gradient(to left, #00c6ff, #0072ff) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}


.nav-link-instagram {
    background-image: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-instagram:hover {
    background-image: linear-gradient(-45deg, #f9ce34, #ee2a7b, #6228d7) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-whatsapp {
    background-image: linear-gradient(135deg, #25D366, #128C7E) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-whatsapp:hover {
    background-image: linear-gradient(-135deg, #25D366, #128C7E) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-tiktok {
    background-image: linear-gradient(90deg, #FE2D52, #25F4EE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-tiktok:hover {
    background-image: linear-gradient(-90deg, #FE2D52, #25F4EE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-phone {
    background-image: linear-gradient(to bottom, #474747, #cccccc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.nav-link-phone:hover {
    background-image: linear-gradient(to top, #474747, #cccccc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}


/* Estilizado de elementos Glass */
.glass-modal .modal-content {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
    color: #fff;
    /* Optional: for better contrast */
}

.glass-card {
    padding: 30px;
    border-radius: 20px;
    color: #fff;

    background: rgba(255, 255, 255, 0.207);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.256);
    transition: transform 0.3s ease, background 0.3s;
    cursor: pointer;
}

.glass-card:hover {
    transform: translateY(-5px);
    background: #9ca11835
}

.glass-card:active {
    transform: translateY(-5px);
    background: rgba(148, 71, 43, 0.15)
}

.glass-card h5 {
    margin-top: 10px;
    font-weight: 600;
}


.glass-input {
    /* Semi-transparent background */
    background: rgba(255, 255, 255, 0.2) !important;

    /* Frosted glass blur effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */

    /* Styling to match glassmorphism trends */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: white;
}

/* Handle focus state */
.glass-input:focus {
    background: rgba(255, 255, 255, 0.3) !important;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    outline: none;
}

/* Optional: Placeholder color adjustment */
.glass-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-floating>.glass-input:focus~label::after,
.form-floating>.glass-input:not(:placeholder-shown)~label::after {
    background-color: transparent !important;
}

/* Ensure label text remains visible against blurred background */
.form-floating>.glass-input~label {
    color: rgba(255, 255, 255, 0.8);
}




/* Botones Nuevos */
.btn-gold {
    background: linear-gradient(135deg, #caa75e, #8a6726);
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
}

.btn-gold-inverse {
    background: linear-gradient(-135deg, #caa75e, #8a6726);
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
}

.btn-gold:hover {
    opacity: 0.9;
}

.btn-gold-inverse:hover {
    opacity: 0.9;
}


/* .btn-olive {
    color: white;
    background-color: #2b3300;
}

.btn-olive:hover {
    background-color: rgb(30, 37, 0);
} */

.btn-lime {
    color: white;
    background-color: #a8c502;
}

.btn-lime:hover {
    background-color: rgb(148, 182, 1);
}

.btn-gradient-olive {
    background: linear-gradient(135deg, #9da118, #6f7211);
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
}

.btn-gradient-olive:hover {
    opacity: 0.9;
}

/* .btn-maroon {
    color: white;
    background-color: #94472b;
}

.btn-maroon:hover {
    background-color: #65311d;
} */


@media (max-width: 576px) {
    .navbar .btn {
        font-size: 0.75rem;
        padding: 6px 10px;
        white-space: nowrap;
    }
}

.navbar .btn {
    white-space: nowrap;
}

/* 
PALETA DE COLORES
#eeeade // Verde Oliva
#9da118 // Verde Claro
*/


/* texto con fondo transparente: */

.glass-text {
    display: inline-block;
    padding: 0.15em 0.5em;
    border-radius: 0.75rem;

    /* Fondo cristalino */
    background: rgba(255, 255, 255, 0.45);

    /* Efecto blur */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    /* Borde sutil */
    border: 1px solid rgba(255, 255, 255, 0.49);

    /* Sombra ligera */
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.49);

    /* Texto */
    color: #fff;
}

/* Variante más clara */
.glass-text-soft {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

/* Variante intensa */
.glass-text-strong {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

/* Texto oscuro */
.glass-text-dark {
    color: #212529;
}