
.parrafo{
    text-align: justify;
}
.about-pager-header{
    background-image: url(../img/home/LogoFullColor2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.cabecera-h2{
    color:#2175BA;
}
.h2-about-center{
    text-align: center;
}
.h2-pricing-head{
    font-weight: 400;
    color:#2175BA;
    font-size: 18px;
    margin-bottom: 20px;
}

.titulo-pricing-details{
    margin-bottom: 30px;
    font-size: 14px;
    margin: 20px;

}
.p-about-content{
    font-size: 20px;
    /*text-align: justify;*/
    line-height: 1.5em;
}
.lista-p-about-content{
    font-size: 20px;
    text-align: justify;
    line-height: 1.5em;
    list-style-type: circle !important; 
}
.lista-p-about-content-uno{
    font-size: 20px;
    text-align: left;
    margin-left: 60px;
    margin-right: 50px;

}
.col-padding{
    padding: 15px;
}

.producto-header {
    background-image: url(../img/productos/portada.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.producto-header h2 {
    color:#fff;
}