<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;
    background-color: #85c9f3;
}


header {

}

.contenedor-header {
    width: 100%;
    height: 100vh;    
    position: relative;
    background-image: linear-gradient(355deg, #e6fdff 0, #e6fdff 25%, #c4ecff 50%, #a3daf8 75%, #85c9f3 100%);
    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;
    overflow: hidden;
}

.franja-verde {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color:#4a8cc2; 
}

.contenedor-header img {
    width: 85%;
    margin-bottom: 40px;
}

.contenedor-mobile {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    
/*
    z-index: 10;
    bottom: -100px;
    right: -15px;
*/
}

.contenedor-mobile img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.contenedor-desktop {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    display: none;
    
/*
    z-index: 10;
    bottom: -100px;
    right: -15px;
*/
}

.contenedor-desktop img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.pastilla-blanca {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 5;
    border-radius: 100px;
    
}

main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contenedor-espanol, .contenedor-ingles {
    width: 100%;
    padding: 30px 20px 30px 20px;
    margin: 0;
}

.contenedor-ingles {
        border-top: solid 1px #4a8cc2;
    }

h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.7em;
    color: #4a8cc2;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    
}

h2 {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    font-weight: 600;
    font-size: 3em;
    line-height: 1.7em;
    color: #195193;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.ingredientes {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.2em;
    color: #464646;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    
}

.ingredientes span {
    font-weight: 400;
}







.custom-shape-divider-bottom-1612340860 {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color:#FFFFFF;
    border: 0;
}

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

.custom-shape-divider-bottom-1612340860 .shape-fill {
    fill: #4a8cc2;
}

.cont_logo_footer {
    width: 100%;
    height: 120px;
    background-color:#4a8cc2;    
}

.cont_logo_footer img {
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    font-size: .8em;
    margin-top: 10px;
    margin-left: 25px;
}





@media screen and (min-width:768px) {
    
    html, body {
}   
    
    .contenedor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
        padding-top: 300px;
}
    
    .contenedor-desktop {
        display: block;
    }
    
    .contenedor-mobile {
        display: none;
    }
    
    .contenedor-ingles {
        border-top: 0;
    }

    
    .contenedor-header img {
    width: 500px;
}
    
    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px;
        padding-top: 60px;
        margin-bottom: 60px;
    }
    
    h1 {
        padding-top: 10px;
    }
    
    .contenedor-espanol, .contenedor-ingles {
        width: 50%;
        padding-right: 30px;
        padding-left: 30px;
    }
    
     .contenedor-ingles {
        border-left: solid 1px #4a8cc2;
    }
    
    .custom-shape-divider-bottom-1612340860 {
    background-color:#85c9f3;
}
    

    
}























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