/* texto justificado*/
.btSubTitle {
    text-align: justify;
}

/***formulario selector multible***/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
li.select2-selection__choice {
    color: black;
}
/*****************/



/* bootn color WHATSAPP*/
.whatsappme__header {
    float: none;
    display: block;
    position: static;
    width: 100%;
    height: 70px;
    padding: 0 26px;
    margin: 0;
    background-color: #0058cc;
    color: rgba(255, 255, 255, 0.78);
}


/* TEXTO PARRAFO*/
.servicesItem .header.small .btSubTitle {
    font-size: 22PX;
}

p {
    FONT-SIZE: 18PX;
    line-height: 28px;

    font-weight: 300;
}
.header.small h3, .header.small h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}

/* CUADRO AZUL HOVER FOTOS*/
.bpgPhoto .captionPane {
    background-color: rgba(0, 0, 0, 0.13) !important;
}
/* CRUS BLANCA HOVER EN FOTOS SERVICIOS***/
.bpgPhoto .captionPane .captionTable .captionCell .captionTxt {
    display: inline-block;
    margin: auto;
    padding: 20px 20px 25px;
    color: #fff0;
}