<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Cooper Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Cooper Black Regular'), url('../fonts/cooper-black/cooper-black.woff') format('woff');
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Gill Sans Std Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Regular'), url('../fonts/gill-sans/GillSansStd.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Condensed'), url('../fonts/gill-sans/GillSansStdCondensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Shadowed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Shadowed'), url('../fonts/gill-sans/GillSansStdShadowed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Italic'), url('../fonts/gill-sans/GillSansStdItalic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Light'), url('../fonts/gill-sans/GillSansStdLight.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Light Shadowed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Light Shadowed'), url('../fonts/gill-sans/GillSansStdLightShadowed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Light Italic'), url('../fonts/gill-sans/GillSansStdLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Bold'), url('../fonts/gill-sans/GillSansStdBold.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Bold Condensed'), url('../fonts/gill-sans/GillSansStdBoldCondensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Bold Extra Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Bold Extra Condensed'), url('../fonts/gill-sans/GillSansStdBoldExtraCond.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Bold Italic'), url('../fonts/gill-sans/GillSansStdBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Extra Bold'), url('../fonts/gill-sans/GillSansStdExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Extra Bold Display';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Extra Bold Display'), url('../fonts/gill-sans/GillSansStdExtraBoldDisp.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Ultra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Ultra Bold'), url('../fonts/gill-sans/GillSansStdUltraBold.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans Std Ultra Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Gill Sans Std Ultra Bold Condensed'), url('../fonts/gill-sans/GillSansStdUltraBoldCond.woff') format('woff');
}

body {
    margin: 0 auto;
    overflow-x: hidden !important;
    font-family: 'Cooper Black Regular', sans-serif;
}

header {
    width: 100%;
}

.header-contact ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-contact ul li a * {
    display: inline-block;
    vertical-align: middle;
}

.header-contact ul li a {
    font-size: 1.5rem;
    color: #794d25;
    text-decoration: none;
}

.top-bar-color {
    background-image: url(../img/header.jpg);
    background-repeat: repeat-x;
    height: 40px;
}

.header-items-container {
    display: flex;
    justify-content: space-around;
    align-content: center;
}


/**************************************/


.first-section {
    background: url("../img/fondo-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-position: center;
}

.first-section span {
    margin: 80px;
    z-index: 3;
    color: #fff;
    font-size: 35px;
    width: 70%;
    text-align: center;
    font-weight: bold;
}

.first-section .img-main {
    width: 50%;
    z-index: 3;
}


.first-section .img-second {
    position: relative;
    top: 15vh;
    z-index: 3;
}

/**************************************/

.second-section {
    width: 100%;
    position: relative;
    z-index: 4;
    text-align: center;
    font-family: 'Gill Sans Std Regular', sans-serif;
}

.second-section h2 {
    text-align: center;
    font-size: 25px;
    color: #7f4d22;
    font-weight: 600;
}

.second-section h2::before,
.second-section h2::after {
    content: url("../img/asteriscos.jpg");
    vertical-align: middle;
    margin-left: 10px;


}

ul {
    list-style: none;
}

.products {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
    margin-left: 12%;
}

.second-section .products li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7f4d22;
    font-weight: bold;
}

.second-section .products li img {
    height: 115px;
    width: 170px;
}

.big-products {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 66%;
    margin-left: 14%;
}


/**************************************/

.third-section {
    background: url("../img/body/barra-color-cafe.jpg");
    background-size: contain;
    background-position: center;
    text-align: center;
    position: relative;
    bottom: 40px;
    min-height: 210px;
    line-height: 5px;
}

.third-section h3 {
    padding-top: 50px;
    z-index: 3;
    color: #fff;
    font-size: 35px;
}

.third-section h3 span {
    font-size: 50px;
}

.third-section h5 {
    z-index: 3;
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
}

.third-section a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;

}

.contact-imgs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-imgs ul li {
    margin: 0 20px 60px;
}

/**************************************/

.fourth-section ul.first {
    display: flex;
    justify-content: space-around;
}

.fourth-section &gt; p {
    text-align: center;
    color: #96ad03;
}

.fourth-section .products-list ul {
    width: 100%;
    text-align: center;
}

/**************************************/

.fifth-section {
    background: url("../img/body/barra-color-verde-02.jpg");
    background-size: cover;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.fifth-section h3 {
    font-size: 2rem;
    font-weight: bold;
}

.fifth-section .content p {
    font-size: 1.7rem;
    font-weight: lighter;
    /*width: 70%;*/
    /*margin-left: 15%;*/
    text-align: center;
    padding: 0 10%;
    line-height: 1.8rem;
    font-family: 'Gill Sans Std Bold Italic', sans-serif;
}

p.web {
    text-shadow: -2px 0 #fff, 0 3px #fff, 2px 0 #fff, 0 -2px #fff;
    font-size: 2.5rem !important;
    color: #b8d327;
}

/**************************************/


.responsive-section {
    width: 100%;
    position: relative;
}

.responsive-section img {
    width: 100%;
    height: auto;
}

.sixth-section {
    /*background: url("../img/fachada.jpg");*/
    /*background-size: cover;*/
    /*!*min-height: 1050px;*!*/
    /*!*height: auto;*!*/
    /*background-repeat: no-repeat;*/
    /*background-position: top left;*/
}

.sixth-section .inline-elements {
    display: inline-block;
    margin-left: 8%;
    margin-top: 5%;
}

.sixth-section .inline-elements &gt; * {
    display: inline-block;
    vertical-align: middle;
    color: #794d25;
    font-size: 1.5rem;
    font-weight: bold;
}

/**************************************/

.seventh-section {
    
}

/**************************************/

.eighth-section {
    position: relative;
    z-index: 2;
}

.eighth-section .inline-elements,
.eighth-section .inline-elements .first ul,
.eighth-section .inline-elements .second ul {
    display: flex;
    width: 90%;
}

.eighth-section p {
    color: #b8d327;
    font-size: 1rem;
    font-weight: bold;
}

/**************************************/

.ninth-section .text-center {
    text-align: center;
}

/**************************************/

.twelfth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    color: #b8d327;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Gill Sans Std Bold', sans-serif;

}

.twelfth-section a,
.twelfth-section a.active {
    color: #b8d327;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
}


.twelfth-section .email *,
.twelfth-section .social * {
    vertical-align: middle;
}

.twelfth-section .phone {
    display: flex;
}

.twelfth-section .wtsp {
    display: flex;
    flex-direction: column;
    float: right;
    clear: both;
}

body &gt; div.twelfth-section &gt; div.phone &gt; div:nth-child(1) &gt; img {
    margin-right: 22px;
}

.twelfth-section .phne {
    margin-bottom: 10px;
}

.twelfth-section .social {
    margin: 30px 0;
}

.twelfth-section .words {
    margin-top: 40px;
    color: #8e5720;
    font-family: 'Cooper Black Regular', sans-serif;
}

hr {
    background-color: #b8d327;
    height: 2px;
    width: 100%;
}

.twelfth-section .text-center {
    color: #8e5720;
}

/**************************************/
footer {
    background-color: #d7e583;
    text-align: center;
    min-height: 100px;
}

footer &gt; div {
    background-color: #b8d327;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;

}

.web-close {
    text-transform: uppercase;
    font-family: 'Gill Sans Std Bold Italic', sans-serif;
}


.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo-veritas {
    max-width: 400px;
}

ul.footer-links li {
    width: 30%;
}

.footer-links a,
.footer-links a:active {
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
}

.img-final {
    background: url("../img/header.jpg");
    position: relative;
    background-color: transparent;
    height: 10px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}


.center-big-image {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.center-big-image img {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 25px;
}


/******************************/
@media (max-width: 1400px) {
    .seventh-section {
        background-size: contain;
    }
}

@media (max-width: 900px) {

    .mobile {
        text-align: center;
        display: block !important;
    }

    .desktop {
        text-align: center;
        display: none !important;
    }

    * {
        flex-direction: column;
    }

    .header-items-container {
        justify-content: space-around;
        align-content: center;
    }

    .header-contact ul {
        align-items: center;
    }

    .header-contact ul li a {
        font-size: 1.2rem;
    }

    .first-section {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 145px;
    }

    .products {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        align-content: center;
        margin: 0;
        padding: 0;
    }


    .second-section h2 {
        width: 100%;
    }

    .second-section .products li img {
        height: 95px;
        width: 150px;

    }

    .products li {
        margin: 25px 0;
    }

    .center-big-image img {
        width: 100%;
    }

    .big-products,
    .big-products li,
    .big-products li img {
        width: 100%;
        margin: 0;
        padding: 0;
    }


    .third-section {
        background: none;
        text-align: center;
        position: relative;
        bottom: 40px;
        min-height: 210px;
        background-color: #874a09;
    }

    .third-section a {
        font-size: 1.5rem;
    }

    .third-section h5 {
        padding-bottom: 15px;
    }

    .third-section h3 {
        display: flex;
        line-height: 50px;
    }


    .third-section a {
        padding: 20px 0;
        display: flex;
    }

    .third-section h3 span {
        font-size: 50px;
        margin: 40px 0;
    }

    .fourth-section ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }

    .fourth-section .products-list ul li img {
        width: 100%;
    }

    .fourth-section .products-list ul {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .fifth-section {
        background: none;
        background-size: cover;
        padding: 50px;
        text-align: center;
        color: #fff;
        background-color: #b8d327;
    }

    .fifth-section.bg-fifth-section &gt; img {
        width: 100%;
    }

    .logos-img-fifth {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    p.web {
        text-shadow: -2px 0 #fff, 0 3px #fff, 2px 0 #fff, 0 -2px #fff;
        font-size: 1.8rem !important;
        color: #b8d327;
        margin: 0;
        padding: 0 !important;
    }

    .sixth-section {
        background-size: contain;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .sixth-section .inline-elements img {
        display: none;
    }

    .sixth-section .inline-elements &gt; * {
        font-size: 1.3rem;
        margin-left: 5%;
    }

    .seventh-section {
        background-size: contain;
        display: flex;
    }

    .ninth-section .products {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .ninth-section .text-center img {
        width: 100%;
    }

    .fifth-section &gt; img {
        width: 100%;
    }

    body &gt; div.twelfth-section &gt; div.email &gt; span {
        display: flex;
        align-items: center;
    }

    .eighth-section .inline-elements {
        width: 100%;
    }

    .twelfth-section .phone {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .twelfth-section a,
    .twelfth-section a.active,
    .twelfth-section * {
        font-size: 1.7rem !important;
    }

    .twelfth-section .social {
        display: flex;
    }

    .twelfth-section .words {
        text-align: center;
    }

    ul.footer-links {
        flex-direction: column;
    }

    .web-close {
        font-size: 1.8rem;
    }

    ul.footer-links {
        padding-bottom: 50px;
    }

    ul.footer-links li {
        width: 100%;
        padding: 0 5%;
    }

    .img-final {
        height: 5px;
    }

    .center-big-image {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .center-big-image img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 25px;
    }

}

@media (max-width: 600px) {

}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
</pre></body></html>