<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
    background: url("dji_fly_20221023_065208_256_1666526641688_photo_optimized.JPG") no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.header {
    background-color: rgb(255, 255, 255);
    color: #003366(121, 13, 13);
    text-align: center;
    padding: 15px 0;
}

.header h1 {
    margin: 0;
    color: #003366;
}


nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
}

nav ul li a {
    color:#003366;
    text-decoration: none;
    font-weight: bold;
}
/* ======= Contact Section ======= */
.contact-section {
    background-color: rgba(255, 255, 255, 0.801);
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-section h2 {
    color: #004080;
    margin-bottom: 20px;
    position: relative;
    left: 90px
}

/* ======= Contact Buttons ======= */
.contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    text-decoration: none;
    font-size: 18px; /* Slightly larger text */
    padding: 15px 25px; /* Increased padding for more space */
    border-radius: 8px; /* Smoother rounded corners */
    margin: 15px auto; /* More margin */
    width: 85%; /* Slightly wider */
    max-width: 350px; /* Allow for a bigger button */
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
}
.email {
    text-align: center; /* Center the text */
    display: block; /* Make it behave like a block element */
    font-size: 18px; /* Adjust size */
    margin: 15px auto; /* Add spacing to match other elements */
    color: #333; /* Ensure good readability */
    font-weight: bold;
}

.email a {
    color: #003366; /* Match your theme */
    text-decoration: none; /* Remove underline */
    font-weight: bold;
}

.email a:hover {
    text-decoration: underline; /* Underline on hover */
}


/* WhatsApp Button */
.whatsapp  {
    background-color: #004080;
    position: relative;
    left: 0px
}

.whatsapp:hover {
    background-color: #004080;
}

/* Instagram Button */
.instagram {
    background-color: #004080;
}
.instagram img {
    width: 55px; /* Adjust this size as needed */
    height: auto;
    display: flex;
    justify-content: flex-start; /* Aligns to the left */
    margin-left: 0; /* Ensures it stays on the left */

    
}
.instagram:hover {
    background-color: #004080;
}

/* Button Icons */
.whatsapp img {
    width: 40px;
    height: auto;
}

/* Email */
.email {
    font-size: 16px;
    margin-top: 15px;
}

.email a {
    color: #004080;
    text-decoration: none;
    font-weight: bold;
}

.email a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}


/* Shipping Info */
.shipping {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

/* ======= Footer ======= */
.main-content {
    flex: 1; /* Pushes the footer down */
}

.footer {
    background-color: #00408000;
    color: white;
    padding: 10px;
    text-align: center;
    width: 100%;
    top: 10px;
}
/* ======= Logo &amp; Home Button (Top Left) ======= */
.top-left-icons {
    position: absolute;
    top: 6px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1000;
}

.top-left-icons .logo {
    width: 250px; /* Adjust size as needed */
    height: auto;
}

.top-left-icons .home-img {
    width: 120px; /* Adjust home button size */
    height: auto;
    transition: transform 0.2s ease-in-out;
}

.top-left-icons .home-img:hover {
    transform: scale(1.1);
}
.extra-img {
    width: 160px; /* Tamaño diferente para la segunda imagen */
    transition: transform 0.2s ease-in-out;
    position: relative;
    left: 0px;
}
@media (max-width: 768px) {
    .top-left-icons {
        top: 0px; /* Moves it closer to the top */
        left: 5px;
        gap: 5px;
    }

    .top-left-icons .logo {
        width: 60px; /* Smaller logo */
    }

    .top-left-icons .home-img {
        width: 60px;
    }

    .extra-img {
        width: 60px;
        display: none;
    }
    .contact-section {
        width: 90%; /* Make it more compact */
        max-width: 350px; /* Limit the max width */
        padding: 20px; /* Reduce padding */
        text-align: center; /* Center align content */
        margin: 20px auto; /* Ensure centering */
    }

    .contact-button {
        font-size: 14px; /* Reduce text size */
        padding: 8px 12px; /* Reduce padding */
        width: 100%; /* Ensure buttons fit */
        max-width: 250px; /* Limit button width */
    }

    .contact-button img {
        width: 30px; /* Make icons smaller */
    }

    .email {
        font-size: 14px; /* Adjust email text */
    }
    @media (max-width: 768px) {
        nav ul {
            padding: 0;
            text-align: center;
        }
    
        nav ul li {
            display: inline-block;
            margin: 0 0px;
        }
    
        nav ul li a {
            font-size: 14px; /* Reduce font size */
            padding: 1px -600px; /* Adjust padding */
        }
    }
}</pre></body></html>