body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #111;
    color: white;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #111;
    color: white;
}
.hero {
    min-height: 100vh;

    background-image:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url("../Imagen/hero-banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 30px 20px;
}
  .main-logo {
    width: 320px;
    max-width: 80%;
    height: auto;
    margin-bottom: 25px;
    display: block;

}

.hero h1 {
    color: #D4AF37;
    font-size: 5.5rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 3px 3px 15px rgba(0,0,0,0.9);
}
.hero p {
    color: #D4AF37;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
.btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 30px;

    background: #D4AF37;
    color: #000000;

    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;

    border-radius: 8px;

    box-shadow: 0 0 15px rgba(212,175,55,0.6);
}

.services {
    padding: 60px 20px;
    text-align: center;
}

.services h2 {
    color: #D4AF37;
}

.service-card {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #D4AF37;
    border-radius: 10px;
}

.service-card h3 {
    color: #D4AF37;
}
    color: #D4AF37;
}
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #D4AF37;
    border-radius: 10px;
} .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background-color: #25D366;
    color: white;

    padding: 15px 20px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: bold;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

    z-index: 999;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}.contact h2 {
    color: #D4AF37;
}

.contact h3 {
    color: #D4AF37;
}

.contact p {
    color: white;
}.contact {
    padding: 60px 20px;
    text-align: center;
}

.contact .service-card {
    max-width: 700px;
    margin: 20px auto;
}.gallery {
    padding: 60px 20px;
    text-align: center;
}

.gallery h2 {
    color: #D4AF37;
    margin-bottom: 30px;
}

.gallery-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-container img {
    width: 220px;
    height: 160px;
    object-fit: cover;

    border: 2px solid #D4AF37;
    border-radius: 10px;

    transition: transform 0.3s ease;
}

.gallery-container img:hover {
    transform: scale(1.05);
}
.video-section {
    padding: 60px 20px;
    text-align: center;
}

.video-section h2 {
    color: #D4AF37;
    text-align: center;
    margin-bottom: 30px;
}

.video-section video {
    width: 55%;
    max-width: 500px;

    display: block;
    margin: 0 auto;

    border: 2px solid #D4AF37;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 1rem;
        padding: 12px 22px;
    }

    .gallery-container {
        flex-direction: column;
        align-items: center;
    }

    .gallery-container img {
        width: 90%;
        height: auto;
    }

    .video-section video {
        width: 90% !important;
        max-width: 100%;
    }

    .service-card {
        width: 90%;
        box-sizing: border-box;
    }

    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        padding: 12px 16px;
        font-size: 14px;
    }
}
.contact {
    background-image: url("../Imagen/hero-banner1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 20px;
    text-align: center;
}

.contact h2 {
    color: #D4AF37;
    font-size: 3rem;
}

.contact h3 {
    color: #D4AF37;
}

.contact p {
    color: white;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;

    background-color: #25D366;
    color: white;

    padding: 15px 20px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: bold;
    font-size: 16px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.3);

    z-index: 9999;
}

.whatsapp-float:hover {
    transform: scale(1.05);
}