 

 
/********* FONDOS PARA DIV CONTRUCTOR ********/
/*  Color BASE para generar tonos #09AB1A */
.bg-banner {
    background-color: #67001b;
}

.bg-menu {
    background-color:  #4A0021;
}

.bg-footer {
    background-color: #475b68;
}

 
.bg-pri {
    background-color: #67001b !important;
}

.bg-sec {
    background-color: #A3283D !important;
}


.txt-pri {
    color: #67001b;
}

.txt-sec {
    color: #A3283D;
}
 
 