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

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}

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

body {
    background-color: #92e4e3;
}

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

header {
    width: 100%;
    height: 100vh;
    background-color: #3da2f0;
    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;
    overflow: hidden;
}

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

.header__mouse {
    width: 30px;
    margin: auto;
}

.header__neumorphism {
    width: 80%;
    max-width: 600px;
    height: 350px;
    border-radius: 50px;
    background: #3da2f0;
    -webkit-box-shadow:  20px 20px 60px #348acc,
             -20px -20px 60px #46baff;
            box-shadow:  20px 20px 60px #348acc,
             -20px -20px 60px #46baff;
    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;
}

.header__logo-piscina {
    width: 80%;
    max-width: 350px;
}

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

main {
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 50px 0;
    position: relative;
}

.separador {
    width: 100%;
    height: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    background-color: #3da2f0;
}


.container__refrescos--clase {
    display: inline-block;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 800;
    color: #FFFFFF;
    background-color: #dea362;
    text-align: left;
}

.container__refrescos--marca {
    display: inline-block;
    width: 90%;
    margin: auto;
    padding: 0 0 0px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.container__refrescos--marca span {
    font-style: italic;
    color: #666;
    font-weight: 400;
}





/* ---------------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: #92e4e3;
    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: #3da2f0;
}


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

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

.cont_logo_footer {
    width: 100%;
    max-width: 1000px;
    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 (min-width:650px) {

    .header__neumorphism {
        height: 500px;
    }
    
    main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .main__container-refrescos {
        width: 50%;
    }


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