<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&amp;display=swap');
body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 1.4rem; 
    line-height: 1.8rem;
    position: relative;
}

h1, h3, h4, h5, h6 {
    font-weight: 700 !important;
    width: 100%;
}

h2 {
    font-size: 2.5rem;
}

label {
    font-size: 1.0rem !important;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

p {
    width: 100%;
}

header {
    width: 100%;
    position: relative;
}

nav {
    animation: 0.9s ease-in-out 0s 1 slideInFromLeft;
    width: 100%;
    height: 137px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 251;
}

nav .nav-link {
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    margin-left: -10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 4px;
}

nav .nav-link::before {
    content: "&gt; ";
    font-size: 2.1rem;
}

nav .nav-link:hover {
    box-shadow: inset 230px 0 0 0 rgba(220, 220, 220, 0.6);
    color: #1a365e;
}

a {
    text-decoration: none;
}

.blue {
    color: #1a355d;
}

.red {
    color: #e52f1f;
}

.gray {
    color: #706f6f;
}

.bg-blue {
    background-color: #1a355d;
}

.bg-red {
    background-color: #e52f1f;
}

.bt-standard {
    width: fit-content;
    height: 50px;
    background-color: white;
    color: #333;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
    padding-left: 20px;
}

.bt-standard:hover {
    background-color: #1a355d !important;
    color: #FFF !important;
}

.bt-standard-dark {
    width: fit-content;
    height: 50px;
    background-color: #1a355d;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
    padding-left: 20px;
}

.bt-standard-dark:hover {
    background-color: #E7E7E7 !important;
    color: #1a355d !important;
}

.btn-arrow {
    width: 40px;
    height: 100%;
    background-color: #b1b1b1;
    color: white;
    font-size: 3.0rem;
    line-height: 2.4rem;
    text-align: center;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2.1em;
    height: 1.8em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #1a365e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    transition: 0.2s ease-in-out;
}

.navbar-toggler-icon:hover, .social-icon:hover {
    background-color: #999;
}

.social-icon {
    width: 2.1em;
    height: 2.0em;
    background-color: #1a365e;
    border-radius: 5px;
    color: white;
    text-align: center;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
    transition: 0.2s ease-in-out;
}

.navbar-collapse {
    width: 300px;
    position: absolute;
    top: 100px;
    background-color: rgba(26,54,94,0.7);
    padding: 20px 40px;
    color: white;
    border-radius: 12px;
}

.block-info-bkg {
    background: url(../img/block-info-bkg.jpg) no-repeat center;
}

.block-info {
    height: 280px;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.div-line {
    width: 4px;
    height: auto;
    padding: 0;
    margin: 0 50px 0 50px;
}

.div-x {
    width: 100%;
    height: 4px;
}

.block-contact ul {
    list-style: none;
}

.block-contact a::before {
    content: "&gt; ";
    font-size: 2.1rem;
}

.block-contact a {
    color: white;
    text-transform: uppercase;
}

.block-contact a:hover {
    color: #e52f1f;
}

.biolux-paises img {
    max-width: 1033px;
}

.bt-enviar button {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.bt-enviar .bt-standard {
    background-color: #14e045 !important;
    color: #FFF !important;
}

.bt-enviar .bt-standard:hover {
    background-color: #e52f1f !important;
    color: #FFF !important;
}

.timeline-title {
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 15px;
}

.cliente-logo {
    width: 200px;
    padding: 10px;
}

.whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.whatsapp:hover {
    opacity: 0.5;
}

@media (max-width: 768px) {
    nav {
        width: 100%;
        height: 137px;
        background: none;
        position: relative;
        z-index: 100;
    }
    .logo {
        margin: 20px 0;
        display: d-flex;
        justify-content: center;
    }

    .navbar-collapse {
        top: 150px;
        z-index: 300;
        background-color: rgba(26,54,94,0.8);
    }
    .bt-standard, .bt-standard-dark {
        font-size: 1.0rem;
    }
    .block-contact .links {
        flex-direction: column;
        justify-content: center;
    }
    .block-contact ul {
        width: 220px;
        margin: 0 auto;
        padding: 0;
        padding-left: 40px;
        text-align: left;
    }

    .contact-info {        
        height: 4.3rem;
    }
    .contact-info-text {
        font-size: 1.2rem;
    }
}</pre></body></html>