.parallax-section {
background-image: url('./images/Fondo1.jpeg');
background-attachment: fixed;
background-size: cover;
min-height: 20vh;
}
.overlay{
background-color: rgba(29, 245, 65, 0.959);
}
.transparent-nav {
background-color: transparent !important;
transition: background-color 0.3s ease;
}
.navbar-scrolled {
background-color: rgba(49, 240, 122, 0.9) !important; 
}
.section-inicio {
height: 100vh;
overflow: hidden;
}
.carousel-item {
height: 100vh;
}
.carousel-item img {
object-fit: cover;
height: 100%;
filter: brightness(0.7);
}
.card-custom {
border: none;
border-radius: 15px;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 10px 20px rgba(98, 171, 62, 0.3); 
}
.card-custom:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(33, 95, 2, 0.5);
}
.img-hover {
transition: transform 09s ease;
}
.card-custom:hover .img-hover {
transform: scale(1.90);
}
.nav-link {
position: relative;
padding: 0.5rem 1rem;
transition: all 0.3s ease;
z-index: 1;
font-size: 1.5rem !important;
}
.nav-link::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.2);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
z-index: -1;
border-radius: 4px;
}
.nav-link:hover::before {
transform: scaleX(1);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border-color: rgba(255, 0, 0, 0.5);
}
.hover-effect:hover::before {
background-color: rgba(16, 211, 81, 0.3); 
}
.hover-effect1:hover::before {
background-color: rgba(38, 0, 255, 0.3);
}
.hover-effect2:hover::before {
background-color: rgba(255, 215, 0, 0.3); 
}
.hover-effect3:hover::before {
background-color: rgba(255, 30, 0, 0.3); 
}
.hover-effect4:hover::before {
background-color: rgba(240, 239, 234, 0.3); 
}
.card-body {
padding: 1.5rem;
}
.card-title {
color: #2c3e50;
font-weight: 600;
}
.card-text {
color: #7f8c8d;
font-size: 0.9rem;
}
#infraCarousel {
max-height: 500px;
overflow: hidden;
}
#infraCarousel img {
object-fit: cover;
height: 500px;
}
.carousel-caption {
right: 0;
left: 0;
bottom: 0;
padding: 1rem;
}
#cabañaCarousel {
max-height: 600px;
overflow: hidden;
}
#cabañaCarousel img {
object-fit: cover;
height: 600px;
width: 100%;
}
#desteteCarousel {
max-height: 500px;
overflow: hidden;
}
#desteteCarousel img {
object-fit: cover;
height: 500px;
}
.footer-section {
background-color: #1a1a1a; 
color: white;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-bg {
background-image: url('./images/Logo1.png');
background-size: cover;
background-position: center;
background-attachment: fixed;
z-index: 0;
}
.logo-animated img {
height: 80px;
animation: 
pulse 2s ease-in-out infinite,
float 3s ease-in-out infinite,
glow 4s ease-in-out infinite;
transition: all 0.3s ease;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
@keyframes glow {
0%, 100% { filter: drop-shadow(0 0 5px rgba(13, 182, 22, 0.3)); }
50% { filter: drop-shadow(0 0 15px rgba(58, 219, 9, 0.7)); }
}
@media (max-width: 768px) {
.display-3 {
font-size: 2.5rem !important;
}
.lead.fs-3 {
font-size: 1.2rem !important;
}
}
@media (max-width: 700px) {
#infraCarousel {
margin-top: 2rem;
}
}
@media (max-width: 500px) {
#cabañaCarousel {
margin-top: 2rem;
}
#cabañaCarousel img {
height: 400px;
}
}
@media (max-width: 767.98px) {
    .nav-link {
        font-size: 1rem !important;
        padding: 0.5rem !important;
        margin: 0.25rem 0 !important;
    }
}
@media (max-width: 575.98px) {
    .nav-link {
        font-size: 0.875rem !important;
    }
}
@media (max-width: 991.98px) {
.navbar-brand img {
        height: 60px !important;
        transition: height 0.3s ease;
    }
}
.nav-link {
    font-size: 1.5rem !important;
}
@media (max-width: 991.98px) {
    .nav-link {
        font-size: 1.25rem !important;
    }
}
@media (max-width: 767.98px) {
    .nav-link {
        font-size: 1rem !important;
        padding: 0.5rem !important;
        margin: 0.10rem 0 !important;
    }
}
@media (max-width: 575.98px) {
    .nav-link {
        font-size: 0.875rem !important;
    }
}