<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}

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


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

header {
    width: 100%;
    height: 100vh;
    background-color: #d6c5af;
    position: relative;
    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;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    -webkit-box-shadow: inset 0 0 0 20px #2c4e2a;
            box-shadow: inset 0 0 0 20px #2c4e2a;
}

.header__container-img {
    width: 80%;
    max-width: 600px;
}

.header__container-precio {
    width: 200px;
    padding-top: 60px;
}

.header__container-mouse {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.header__container-mouse img {
    width: 30px;
    margin: 0 auto;
}


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

main {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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

.item__nombre-bebida {
    font-family: 'Abril Fatface', cursive;
    font-weight: lighter;
    color: #2c4e2a;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 2rem;
    position: relative;
}

.item__nombre-bebida::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70%;
    height: 2px;
    background-color: #2c4e2a;
}

.item__txt-esp,
.item__txt-eng {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6rem;
    color: #2c4e2a;
    margin: 0;
    padding: 20px 0 0 0;
}

.item__txt-eng {
    font-style: italic;
    padding-bottom: 50px;
}




/* ---------------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: #d6c5af;
    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: #2c4e2a;
}


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

.fondo-logo-footer {
    width: 100%;
    background-color: #2c4e2a;
    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) {

    header {
       -webkit-box-shadow: inset 0 0 0 10px #2c4e2a;
               box-shadow: inset 0 0 0 10px #2c4e2a;
    }
    
    .header__container-precio {
        width: 130px;
        padding-top: 60px;
    }

    .header__container-mouse img {
        width: 30px;
        margin: 0 auto;
    }

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

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

    .item__nombre-bebida {
        font-size: 1.7rem;
    }

    .item__txt-esp,
    .item__txt-eng {
        font-size: .9rem;
    }


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