<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
}


/** Navigation **/

.bg-dark {
    background: rgb(255, 255, 255)!important;
 }

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 20;
    box-shadow: 0 4px 6px 0 rgba(4, 40, 140, 0.1);
}

.navbar-brand img {
    width: 220px;
}

.navbar-brand .logo100 {
    width: 70px;
    padding-left: 10px;
}


.main-navigation li {
    text-transform: uppercase;
    font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1d1d1d;
    font-weight: 700;
}

.navbar-dark .navbar-nav .active&gt;.nav-link {
    border: 1px solid #04468c;
    border-radius: 10px;
    color: #04468c;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #04468c;
}

.navbar-nav li:hover &gt; ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu&gt;.dropdown-menu {
    top:0;
    left:100%;
}

.dropdown-menu {
    top: 70%;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #04468c;
}

.dropdown-menu a {
    color: #1d1d1d;
    font-size: 0.8rem;
}

.dropdown-menu a:hover {
    background-color: #04468c;
    color: #fff;
}

.dropdown-menu img {
    margin-right: 7px;
}

.dropdown img {
    margin-right: 7px;
}


/** Slider **/

.homepage-slider {
    margin-bottom: 3%;
    margin-top: 3%;
}

.carousel-caption {
    bottom: 40%;
    font-size: 2.5vw;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-caption span {
    font-weight: 300;
}

.carousel-indicators li {
    background-color: #104f8c;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
}


/** Products portfolio homepage section **/

.homepage-portfolio {
    padding-top: 3%;
    padding-bottom: 3%;
}

.homepage-portfolio h4 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 2%;
}

.homepage-portfolio img {
    width: 90%;
}

.homepage-portfolio img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.homepage-portfolio p {
    text-align: center;
    text-transform: uppercase;
    padding-top: 1rem;
}

.homepage-portfolio span {
    font-size: 0.8rem;
}


/** Home About **/

.jumbotron {
    margin-bottom: 0;
}

.home-about {
    scroll-behavior: smooth;
    margin-bottom: 2rem;
}

.home-about h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.home-about p {
    text-align: justify;
}

.home-about li {
    font-size: 1rem;
}

.home-about img {
    height: 260px;
    margin-bottom: 2rem;
}

.home-about h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.home-about h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.home-about h5:before {
  margin-right: 10px
}
.home-about h5:after {
  margin-left: 10px
}

.home-about .jumbotron {
    margin-top: 2rem;
    padding-top: 2rem;
}

.home-about a {
    color: #1b53a0;
    font-weight: 700;
}

.home-about a:hover {
    text-decoration: none;
    color: #212529;
}


/** Paralax **/

.section-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron-image {
	height: 400px;
	background-repeat: no-repeat;
}

.respo {
    margin-bottom: 3%;
    margin-top: 3%;
}

.respo h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.respo p {
    text-align: center;
}


/** Homepage Contact **/

.homepage-contact h4 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2rem;
}

.homepage-contact a {
    color: #4d4d4d;
    text-decoration: none;
}

.homepage-contact i {
    color: #1a3673;
    padding-right: 20px;
    margin-left: 2rem;
    font-size: 1.5rem;
}


/** Page image header **/

.page-header-img {
    margin-bottom: 4%;
}

.page-header-img img {
    filter: grayscale(100%);
}


/** Employees **/


.employees {
    scroll-behavior: smooth;
    margin-bottom: 2rem;
}

.employees h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.employees p {
    text-align: justify;
}

.employees li {
    padding-top: 0.2rem;
    font-size: 1rem;
}

.employees img {
    height: 360px;
    margin-bottom: 2rem;
}

.employees h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.employees h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.employees h5:before {
  margin-right: 10px
}
.employees h5:after {
  margin-left: 10px
}

.employees {
    margin-top: 2rem;
    padding-top: 2rem;
}

.employees a {
    color: #1b53a0;
    font-weight: 700;
}

.employees a:hover {
    text-decoration: none;
    color: #212529;
}

/** Biological production **/

.bio-production h3, .bio-production h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.bio-production h4 {
    padding-top: 2rem;
}

.bio-production h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.bio-production h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.bio-production h5:before {
  margin-right: 10px
}
.bio-production h5:after {
  margin-left: 10px
}

.bio-production p {
    text-align: justify;
}

.bio-production li {
    font-size: 1rem;
}

.bio-production li&gt;a {
    color: #212529;
}

.bio-production i {
    font-size: 0.7rem;
    vertical-align: text-top;
}

.bio-production li&gt;a:hover {
    text-decoration: none;
    color: #1b53a0;
}

.bio-production img {
    margin-bottom: 1rem;
}


/** Structure **/

.structure h3, .structure h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.structure h4 {
    padding-top: 2rem;
}

.structure h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.structure h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.structure h5:before {
  margin-right: 10px
}
.structure h5:after {
  margin-left: 10px
}

.structure p {
    text-align: justify;
}

.structure li {
    font-size: 1rem;
}

.structure li&gt;a {
    color: #212529;
}

.structure i {
    font-size: 0.7rem;
    vertical-align: text-top;
}

.structure li&gt;a:hover {
    text-decoration: none;
    color: #1b53a0;
}

.structure img {
    margin-bottom: 3rem;
}


/** Page bottom button **/

.page-end-button {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.page-end-button button {
    text-transform: uppercase;
    background-color: #1b53a0;
    border: none;
}

.page-end-button button:hover {
    background-color: #107dd6;
    transition: 0.9s;
}


/** Services **/

.services {
    margin-bottom: 2rem;
}

.services h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.services h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.services h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.services h5:before {
  margin-right: 10px
}
.services h5:after {
  margin-left: 10px
}

.services h6 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 3rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.services p {
    text-align: justify;
}

.services ul {
    padding-top: 1rem;
}

.services span {
    padding-top: 1rem;
}

.services a {
    color: #1b53a0;
    font-weight: 700;
}

.services a:hover {
    text-decoration: none;
    color: #212529;
}

.odometer {
    font-size: 7rem;
    font-weight: 700;
}

.services h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.services img {
    margin-top: 1rem;
    margin-bottom: 4rem;
}


/** Products **/

.products {
    margin-bottom: 4rem;
}

.products button {
    background-color: #e1e1e1;
    border: none;
    color: #333333;
    text-transform: uppercase;
    padding: 16px;
}

.products button:hover {
    background-color: #1b53a0;
}

.products a {
    text-decoration: none;
}

.products i {
    padding-left: 5px;
    font-size: 0.7rem;
    vertical-align: text-top;
}

.products h5, .animals h5, .category h5 {
    text-transform: uppercase;
    padding-bottom: 2rem;
    padding-top: 3rem;
    color: #949494;
}

.products span {
    font-size: 1.1rem;
}

/** Animals **/

.animals {
    margin-bottom: 4rem;
}

.animals h5 {
    text-align: center;
    padding-top: 1rem;
}

.animals img {
    margin-bottom: 1rem;
}

.animals img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/** Category **/

.category {
    margin-bottom: 4rem;
}

.category h5 {
    padding-top: 1rem;
    text-align: center;
}

.category img {
    width: 77%;
}

.category p {
    text-align: center;
    text-transform: uppercase;
    padding-top: 1rem;
}

/** Line **/

.products h5, .animals h5, .category h5 {
  display: flex;
  flex-direction: row;
}
.products h5:before, h5:after, .animals h5:before, h5:after, .category h5:before, h5:after  {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.products h5:before, .animals h5:before, .category h5:before {
  margin-right: 10px
}
.products h5:after, .animals h5:after, .category h5:after {
  margin-left: 10px
}

/** Breadcrumb **/

.breadcrumb {
    background: none;
}

.breadcrumb-item a {
    color: #107dd6;
    text-decoration: none;
}


/** Product Intro Modal **/

.product-intro-modal h3 {
    text-transform: uppercase;
    text-align: center;
}

.product-intro-modal i {
    margin-right: 1rem;
    margin-left: 1rem;
}

.product-intro-modal p {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-body button {
    padding-left: 3rem;
    padding-right: 3rem;
}


/** Products modal **/


.products-modal img {
    width: 150px;
    padding-bottom: 3rem;
}

.products-modal td {
    vertical-align: middle;
}

.products-modal th {
    vertical-align: middle;
}

.product-icon img {
    width: 50px;
}

.modal-title {
    text-transform: uppercase;
}

.export {
    color: #1b53a0;
    font-weight: 700;
}

.export img {
    width: 40px;
}

.products-modal h6 {
    font-weight: 700;
    margin-top: 1rem;
}

.products-modal p, li {
    font-size: 0.9rem;
}

.products-modal i {
    font-size: 0.7rem;
    vertical-align: top;
}

.product-button {
    text-transform: uppercase;
    background-color: #1b53a0;
    border: none;
}

.product-button:hover {
    background-color: #107dd6;
    transition: 0.9s;
}

.lead {
    margin-bottom: 0;
    font-size: 0.6rem!important;
}

.autogene img {
    width: 100%;
    padding-top: 2rem;
}

/** Contact **/

.contact-header-img {
    margin-bottom: 4%;
}

.contact {
    margin-bottom: 2rem;
}

.contact-intro p {
    text-align: center;
}

.contact-form input {
    margin-bottom: 0.6rem;
}

.contact select {
    margin-bottom: 0.6rem;
}

.contact-form textarea {
    margin-bottom: 0.6rem;
}

#File {
    border: none;
}

.contact-form button {
    margin-top: 1.3rem;
    margin-bottom: 2rem;
    background-color: #1b53a0;
    color: #fff;
    border: none;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
}

.contact-form button:hover {
    background-color: #107dd6;
    transition: 0.9s;
}



/** News content **/

.news img {
    padding-bottom: 2rem;
}

.news h5 {
    color: #1b53a0;
    padding-bottom: 1rem;
    text-transform: uppercase;
}

.news a {
    color: #107dd6;
    font-size: 0.9rem;
    font-weight: 700;
}

.news a:hover {
    color: #212529;
    text-decoration: none;
}

/** News Content **/

.news-content {
    scroll-behavior: smooth;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.news-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 2rem;
}

.news-content p {
    text-align: justify;
}

.news-content img {
    height: 260px;
    margin-bottom: 2rem;
}

.news-content h5 {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.news-content h5:before, h5:after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #1b53a0;
  margin: auto;
}
.news-content h5:before {
  margin-right: 10px
}
.news-content h5:after {
  margin-left: 10px
}

.news-content h6 {
    text-transform: uppercase;
    padding-top: 1rem;
}

.news-content .jumbotron {
    margin-top: 2rem;
    padding-top: 2rem;
}

.news-content a {
    color: #1b53a0;
    font-weight: 700;
}

.news-content a:hover {
    text-decoration: none;
    color: #212529;
}

.news-content blockquote {
    font-size: 1.1rem;
}

.news-breadcrumb .breadcrumb {
    margin-top: 150px;
}




/** Breadcrumb **/

.breadcrumb {
    background: none;
}

.breadcrumb-item a {
    color: #107dd6;
    text-decoration: none;
}

/** Cookie Alert **/

.cookiealert.show {
    opacity: 0.9!important;
}

.cookiealert p {
    font-size: 0.8rem;
    color: #fff;
}

.cookiealert button {
    background-color: #1b53a0;
    border: none;
    text-transform: uppercase;
}



/** Scrollbar **/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #666666; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc0d1f; 
  border-radius: 5px;
  border: 1px solid #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1179d1; 
}


/** Scroll Back to Top **/

#scroll {
	position:fixed;
    right: 3%;
    bottom: 5%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #1b53a0;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid;
    border-color: #fff;
}

#scroll span {
	position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color: #fff;
}


/** Footer **/

.footer {
    background: #04468c;
    padding-top: 3rem;
    padding-bottom: : 3rem;
}

.footer img {
    width: 220px;
}

.footer ul {
    list-style: none;
    padding-top: 1rem;
    padding-left: 0;
}

.footer li {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer i {
    color: #fff;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.labiana-footer img {
   float: right;
   width: 200px;
}

.labiana-footer ul {
    clear: right;
    text-align: right;
}

.copyright {
    padding-top: 2%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.copyright i{
    font-size: 0.7rem;
}




/** Media **/

@media screen and (max-width: 991.98px) {
        .navbar-nav {
            text-align: center;
        }

        .navbar-toggler .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4,40,140, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        .navbar-toggler.navbar-toggler {
            border-color: rgb(4,40,140);
        } 

        .dropdown-menu a {
            padding-left: 20px;
        }

        .homepage-slider {
            margin-top: 75px;
        }

        .jumbotron-image {
            display: none;
        }

        .homepage-contact {
            text-align: center;
        }

        .page-header-img img, .contact-header-img img {
            padding-top: 30%;
        }

        .products button {
            margin-bottom: 1rem;
        }


        .export  {
            display: flex;
            flex: 50%;
            padding: 5px;
            display: block;
            text-align: center;
        }

        .google-maps iframe {
            height: 250px;
        }

        .footer {
            text-align: center;
        }

        .labiana-footer {
            margin-top: 2rem;
        }

        .labiana-footer img {
            float: none;
        }

        .labiana-footer ul {
            text-align: center;
        }

        .services img {
            margin-top: 0;
            margin-bottom: 1rem;
        }

    }</pre></body></html>