/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-sep-2022, 17:52:17
    Author     : Javier
*/


#block-views-block-tienda-block-1 h2 {
    text-align: center;
    color: #0056a6;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;   
}
#block-views-block-tienda-block-1 h2:after {
    content: "";
    background-color: #b4c3e2;
    height: 5px;
    width: 8vw;
    display: block;
    margin: 5px auto 20px; 
}

#block-views-block-tienda-block-1 .product-price .field--name-price {
    font-size: 32px;

}