<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}body{margin:0;padding:0}

*{
    margin: 0;
    padding: 0;
}

html, body {
    scroll-behavior: smooth;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* ----------HEADER---------- */
/* ----------HEADER---------- */
/* ----------HEADER---------- */

header {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #7e9a9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.container__logo {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
	top:0;
	position: absolute;
}

.container__logo img {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    padding: 0;
}

.container__mouse {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.container__mouse img {
    width: 25px;
    margin: auto;
    opacity: .3;
}

/* ----------FIN HEADER---------- */
/* ----------FIN HEADER---------- */
/* ----------FIN HEADER---------- */

/* ----------MAIN---------- */
/* ----------MAIN---------- */
/* ----------MAIN---------- */

.container__waves {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
}

.custom-shape-divider-top-1625125130 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: #FFFFFF;
}

.custom-shape-divider-top-1625125130 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 100px;
}

.custom-shape-divider-top-1625125130 .shape-fill {
    fill: #7e9a9b;
}

main {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 100px 20px;
}

main section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}

.separador {
    display: block;
    width: 100%;
    height: 100px;
}


.item__left,
.item__right {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}

.container__bebida {
    width: 100%;
    padding-top: 30px;
}

.bebida__cargo {
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #555;
    font-style: normal;
}

.bebida__cargo span {
    font-style: italic;
    font-weight: 600;
}

.bebida__clase {
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 400;
    color: #ffffff;
	background-color: #d2a75a;
    font-style: normal;
    position: relative;
	padding-left:10px;
}



.bebida__clase span {
    font-style: italic;
}

.container__marca-precio {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
}

.bebida__marca,
.bebida__precio {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 200;
    color: #7e9a9b;
    font-style: normal;
}

.bebida__precio span {
    font-size: .7rem;
}

.bebida__cata {
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 200;
    color: #7e9a9b;
    font-style: normal;
}

.separador-2 {
    display: none;
}

.bebida__cata span {
    font-style: italic;
}

.taxes {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    font-weight: 500;
    color: #108680;
    font-style: normal;
    padding-top: 70px;
}

.padding__top {
    margin-top: 100px;
}

.marca__padding-top {
    padding-top: 10px;
}

.bebida__marca span {
    font-style: italic;
    color: #7e9a9b;
}





/* ----------FIN MAIN---------- */
/* ----------FIN MAIN---------- */
/* ----------FIN MAIN---------- */


/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */



.custom-shape-divider-bottom-1620902257 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

footer {
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    position: relative;
}

.custom-shape-divider-bottom-1620902257 svg {
    position: relative;
    display: block;
    width: calc(284% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1620902257 .shape-fill {
    fill: #7e9a9b;
}


.container-footer {
    width: 100%;
    position: relative;
    height: 60px;
    background-color: transparent;
}

.fondo-logo-footer {
    width: 100%;
    background-color: #7e9a9b;
    padding: 0;
}

.cont_logo_footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cont_logo_footer img {
    width: 200px;
    padding: 0;
    margin: 0;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 400;
    color: #FFFFFF; 
    text-align: left;
}









/* ----------MEDIA QUERIS---------- */
/* ----------MEDIA QUERIS---------- */
/* ----------MEDIA QUERIS---------- */



@media screen and (max-width:768px) {

    .container__waves {
        height: 50px;
    }
    
    .custom-shape-divider-top-1625125130 svg {
        height: 50px;
    }

    main section {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .item__left,
    .item__right {
        width: 100%;
    }

    .separador {
        height: 50px;
    }

    .bebida__clase {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .container__marca-precio {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .bebida__marca,
    .bebida__precio {
        font-size: 1.1rem;
    }

    .bebida__marca {
        width: 60%;
    }

    .bebida__precio {
        width: 40%;
        text-align: right;
    }    

    .marca__padding-top {
        padding-top: 10px;
        width: 100%;
    }

    .separador-2 {
        display: block;
        width: 100%;
        height: 50px;
    }

    .taxes {
        text-align: left;
    }
    
}
</pre></body></html>