body {
    font-family: Arial, sans-serif;
    background-image: url('img/parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(99, 175, 13, 0.6);
}
.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.custom-navbar {
    background-color: rgba(99, 175, 13, 0.6);
    backdrop-filter: blur(10px);
}

.btn-sombra {
    display: inline-block;
    padding: 0.5rem 1.8rem;
    background: linear-gradient(135deg, #5C4033, #8B5A2B);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.elegant-btn:hover {
    background: linear-gradient(135deg, #5C4033, #8B5A2B);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.carousel-item {
    height: 50vh;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
}

.carousel-center {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.parallax {
    background-image: url('img/parallax.jpg');
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-text {
    background: rgba(61, 43, 31, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.tittle {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(99, 175, 13, 0.6);
}
.franja-tittle {
    padding-top: 1%;
    padding-bottom: 1.5%;
    background-color: #212529;
}

section, .bg-light {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(5px);
}
.card {
    border-radius: 20px !important;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 8px;
}

.card-img-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.img-chica {
    width: 100px;
    height: auto;
}

footer {
    margin-top: 40px;
}
