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

.cont_titular {
    width: 100%;
    height: 80px;
    background-color: #0256A2;
    margin: 0;
    padding: 0;
}

.cont_titular p {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 600;
}

.franja_header {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    
}

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

.titular_bebidas {
    font-family: 'Montserrat', sans-serif;
    color: #0256A2;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
}

.linea_separadora {
    width: 100%;
    height: 10px;
    background-color: #c0dad1;
    margin: 10px 0;
}

.contenedor_bebidas {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.columna_izquierda {
    width: 100%;
    margin: 0;
    padding: 0;
}

.columna_derecha {
    width: 100%;
    margin: 0;
    padding: 0;
}

.nombre_bebidas {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: .9em;
/*    line-height: 1.5em;*/
    font-weight: 400;
    text-align: left;
    padding-bottom: 5px;
}




.texto_bebidas {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: .9em;
/*    line-height: 1.5em;*/
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

.texto_bebidas span {
    font-style: italic;
    color: #909090;
    font-weight: 200;
}


.nombre_bebidas {
    font-weight: 600;
        line-height: 1.2em;
        padding-top: 10px;
    }

.contenedor_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.marcas {
    width: 60%;
    text-align: left;
}

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

.condiciones {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: .7em;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 40px;
}

footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    padding: 0;
    background-color: #0256A2;
}

.custom-shape-divider-bottom-1612873082 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #FFFFFF;
}

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

.custom-shape-divider-bottom-1612873082 .shape-fill {
    fill: #0256A2;
}

@media screen and (min-width:700px) {
    
    .cont_titular {
        height: 150px;
    }
    
    .cont_titular p {
        font-size: 3em;
        padding-top: 50px;
    }
    
    .franja_header {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    
}
    
    .contenedor_bebidas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    }
    .titular_bebidas {
        font-size: 2em;
        line-height: 1.3em;
        text-align: center;
        padding-top: 50px;
    }
    
    
    .linea_separadora {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 4px;
    }
        
    .centrado  {
        width: 100%;
    }
    
    .texto_bebidas, .nombre_bebidas {
        text-align: center;
        font-size: 1.2em;
        line-height: 1.6em;
    }
    
    .nombre_bebidas {
        line-height: 1em;
        padding-top: 15px;
    }
    
    .contenedor_bebidas {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .ancho_desktop {
        width: 48%;
    }
    
    .marcas {
    width: 80%;
    text-align: left;
        font-size: 1em;
}

.precios {
    width: 20%;
    text-align: right;
    font-size: 1em;
}
    
    .bebidas_desktop {
        font-size: 1.6em;
    }
    
}

























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