header {
    background-color: #3498db; 
    color: white; 
    padding: 20px; 
    text-align: center; 
    font-family: Arial, sans-serif; 
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url('#');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logo {
    max-width: 150px;
}

.custom-nav {
    background: linear-gradient(360deg, #ffffff, #fff, #4a9726); 
}

.custom-nav ul li a{
    color: black;
}

.nav-link:hover {
    color: #4a9726 !important;
}

.banner-text h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.banner-text p {
    font-size: 1rem;
}

.custom-img {
    width: 100%; 
    max-width: 500px; 
    height: auto; 
    margin-top: 20px; 
}

.btn-custom {
    background-color: #4a9726;
    color: #fff;
    border-radius: 25px;
}

.btn-custom:hover {
    background-color: black;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

footer {
    background: linear-gradient(180deg, #ffffff, #fff, #4a9726); 
    color: #070707;
    padding: 40px 0;
}

footer a {
    color: #51c01d;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

p {
    text-align: justify;
}

#parra{
    margin: 20px auto; 
    text-align: justify; 
}

.section-separator {
    border-top: 3px solid #4a9726;  
    border-bottom: 3px solid #4a9726;  
    margin-bottom: 20px; 
    padding-top: 20px; 
    padding-bottom: 20px; 
}
