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

header {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.frase {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: .9em;
    line-height: 1.4em;
}

.frase_ingles {
    font-style: italic;
}

.autor_frase {
    font-style: italic;
    font-size: .7em;
}

.vid_logo {
    position: absolute;
    width: 60px;
    top: 100px;
    left: 20px;
}

.titular {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.4em;
}

.titular span {
    font-style: italic;
}

.img_portada {
    width: 100%;
    border: none;
    display: block;
}

.img_portada_desktop {
    width: 100%;
    border: none;
    display: none;
}

main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cont_img {
    width: 100%;
    background-color: #13282f;
}

.cont_img_desktop {
    display: none;
}

.cont_img img {
    width: 100%;
    border: none;
    display: block;
}

.carta_vinos {
    width: 100%;
    margin: 0;
    padding: 20px;
}

.titular_carta_vinos {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.4em;
}

.titular_carta_vinos span {
    font-style: italic;
}

.container__capacidad {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.clase_vinos {
    display: inline-block;
    width: 60%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 200;
    font-size: .8em;
    line-height: 1em;
    padding-top: 10px;
}

.container__038,
.container__075 {
    display: inline-block;
    width: 20%;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #9a1e36;
    font-weight: 800;
    font-size: .8em;
    line-height: .6em;
    padding-top: 10px;
}

.franja_roja {
    width: 100%;
    height: 4px;
    background-color: #f7a0b1;
}

.pais_vinos {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #9a1e36;
    font-weight: 800;
    font-size: .8em;
    line-height: 0;
    padding: 0;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
}

.cont_vinos {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
}

.descripcion_vinos {
    width: 60%;
    padding: 0;
    margin: 0;
}

.descripcion_vinos p{
    padding: 0;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 200;
    font-size: .8em;
    line-height: 1.2em;
}

.descripcion_vinos p span {
    font-weight: 600;
}

.precio_vinos {
    width: 20%;
    padding: 0;
    margin: 0;
}

.precio_vinos p{
    padding: 0;
    margin: 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 200;
    font-size: .8em;
    line-height: 1.2em;
}

.precio_vinos p span {
    font-weight: 600;
}

.condiciones {
    padding: 20px 0 0 0;
    margin: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #4e4e4e;
    font-weight: 200;
    font-size: .8em;
    line-height: 1.2em;
}

footer {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 100px;
    padding: 0;
    background-color: #9a1e36;
}

.custom-shape-divider-bottom-1612873082 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    -ms-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: #9a1e36;
}


@media screen and (min-width:750px) {
    
    .img_portada_desktop {
    width: 100%;
    border: none;
    display: block;
}
    
    .img_portada {
        display: none;
    }
    
    .cont_img {
    display: none;
}
    
    .cont_img_desktop {
    display: block;
    width: 100%;
        background-color: #13282f;
        text-align: center;
    }
    
    .cont_img_desktop img {
        width: 70%;
        margin: 0 auto;
    }
    
    .frase {
    position: absolute;
    top: 40px;
    left: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.4em;
}

.autor_frase {
    font-style: italic;
    font-size: .7em;
}

.vid_logo {
    position: absolute;
    width: 110px;
    top: 220px;
    left: 50px;
}
    
    .titular {
        font-size: 3em;
        right: 70px;
    }
    
    .titular_carta_vinos {
        font-size: 2em;
    }
    
    .clase_vinos {
        font-size: 1.5em;
    }
    
    .pais_vinos {
        font-size: 1.2em;
        padding-bottom: 10px;
    }
    
    .descripcion_vinos, .precio_vinos {
    font-size: 1.2em;
        line-height: 1em;
    }
    
    .franja_roja {
        margin-bottom: 20px;
    }

    .container__038,
    .container__075 {
        font-size: 1.1em;
    }
}</pre></body></html>