<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%;
    position: relative;
}

header img {
    width: 100%;
}

.titular {
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

main {
    width: 88%;
    max-width: 800px;
    margin: 0 auto;
}

.promocion {
    display: block;
    text-align: left;
    width: 80%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #0560a9;
    font-size: 1.7em;
    line-height: 1.2em;
    padding: 10px 0 0 0;
    margin: 0; 
}

.pvp {
    display: block;
    width: 20%;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #0560a9;
    text-align: center;
    font-size: .8em;
    line-height: 1.2em;
    padding: 10px 0;
    margin: 0;
    border-left: solid 1px #0560a9;
/*    border-right: solid 1px #0560a9;*/
    
}

.section {
    display: block;
    width: 100%;
}

.producto {  
    display: block;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #0560a9;
    font-size: 1em;
    line-height: 1.2em;
    padding: 15px 0;
    margin: 0; 
/*    border-top: solid 1px #0560a9;*/
    border-bottom: solid 1px #0560a9;
}

.contenedor_productos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left: solid 1px #0560a9;
}
.contenedor_contenido2 {
    width: 100%;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0;
	border: solid 1px #0560a9;
}
.producto2 {  
    display: block;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #0560a9;
    font-size: 1em;
    line-height: 1.2em;
    padding: 15px 0;
    margin: 0; 
/*    border-top: solid 1px #0560a9;*/
    
}
a.boton{color:#0560a9;}
.primer{border-top: solid 1px #0560a9;}

.contenedor_contenido {
    width: 80%;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0;
}

.contenido { 
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0560a9;
    font-size: .9em;
    line-height: 1.3em;
    padding: 10px 10px 10px 10px;
    margin: 0; 
    border-bottom: solid 1px #0560a9;
}

.contenido span {
    font-style: italic;
}

.precio { 
    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;
    text-align: left;
    width: 20%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0560a9;
    text-align: center;
    font-size: .8em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    border-left: solid 1px #0560a9;
    border-right: solid 1px #0560a9;
    border-bottom: solid 1px #0560a9;
}

footer {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 50px;
}

footer img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}


@media screen and (min-width:550px) {
    .titular {
        font-size: 2em;
        top: 30px;
    }
}

@media screen and (min-width:750px) {
    .titular {
        font-size: 3em;
        top: 30px;
        left: 50px;
    }
    
    header img {
        height: 350px;
    }
    
    footer img {
        height: 150px;
    }
    
    .promocion {
        font-size: 2.2em;
    }
}</pre></body></html>