/* Directory Styling */
.vc_titulo1{
    background: url(../assets/img/titulo1.png);
}
.wpc-title1{
    color: rgb(1, 42, 74);
    line-height: 100%;
    font-family: Arimo;
    font-weight: 700;
}
.wpc-title1_sub{
    font-family: Montserrat !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: rgb(45, 105, 116);
}
.vc_separator_titulo1{
    margin: 20px auto 20px 0;
    width: 30%;
    border-top: 2px solid #2d6974;
}
/*--------------------------------------------------------------------*/
.wpc-title2{
    color: #000;
}
.wpc-title2_sub{
    font-family: Montserrat !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: rgb(105, 178, 159);
}
.vc_separator_titulo2{
    margin: 20px auto;
    width: 30%;
    border-top: 2px solid #2d6974;
}
/*--------------------------------------------------------------------*/
.wpc-title3{
    color: #000;
    text-align: center;
    line-height: 100%;
}
.wpc-title3_sub{
    font-family: Montserrat !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 27px;
    line-height: 100%;
    color: rgb(105, 178, 159);
    text-align: center;
}
/*--------------------------------------------------------------------*/
.wpc-titleBarra{
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px;
}
.wpc-titleBarra span{
    display: inline-block;
    position: relative;
    z-index: 10;
    font-family: Arimo;
    letter-spacing: 10px;

}
.wpc-titleBarra > span:after{
    content: "";
    position: absolute;
    width: 30%;
    height: 10px;
    background: #69b29f;
    bottom: 5px;
    left: -40px;
    z-index: 1;
}
/*--------------------------------------------------------------------*/
.wpc-subtitlebar {
    display: inline-block;
}
.wpc-titlebar{
    line-height: 100%;
    letter-spacing: 10px;
    color: #012a4a;
    font-weight: bold;
    display: block;
}
.wpc-titlebar-sub { 
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.wpc-titlebar-sub > span{
    font-family: Montserrat !important;
    font-weight: lighter;
    padding-right: 10px;

}
.wpc-titlebar-sub .linea{
    width: 100%;
    background: #69b29f;
    height: 10px;
}








