.subtitleWebPage{text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}

.subtitleWebPage h3{
    font-size:40px;
    line-height:45px;
    color:var(--principal);
    font-weight:700;
    padding-bottom:10px;
    width:100%;
}

.subtitleWebPage p{
    font-size:12px;
    line-height:16px;
    color:var(--black);
    font-weight:400;
    width:50%;
    padding-top:10px;
}


/**/
.separatorControlSections{
    width:100%;
    height:180px;
}

/**/
.bg-silverLight{
    background-color:var(--silverLight);
}

.bg-principal{
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.generalContainerBgColor{
    background-color:#e80008e7;
    width:100%;
    height:100%;
}



.bg-silverLight .subtitleWebPage{
    padding-top:70px;
}

.generalContainerBgColor .subtitleWebPage h3{
    padding-top:60px;
    color:var(--white) !important;
}


@media(max-width:1000px){
    .subtitleWebPage p{
        width:100%;
    }
    .subtitleWebPage h3{
        font-size:30px;
        line-height:35px;
    }
}