/* ------------------------------------------------------------------------------
 *
 *  # Color system
 *
 *  Keep all color classes in a separate file as it's quite heavy and still optional
 *
 *  Version: 1.0
 *  Latest update: Aug 1, 2015
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
*
*  # Custom color system
*
*  Custom color system styles, includes background, border and text colors
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */

@media (max-width: 767px) {
    
    .bg-salao-xs {
        background-color: #7ded41;
        border-color: #7ded41;
        color: #fff;
    }

    .bg-junior-xs {
        background-color: #7ded41;
        border-color: #7ded41;
        color: #fff;
    }
    
    
    .bg-primary-xs {
        background-color: #2196F3;
        border-color: #2196F3;
        color: #fff;
    }
    .bg-primary-300-xs {
        background-color: #64B5F6;
        border-color: #64B5F6;
        color: #fff;
    }
    .bg-primary-400-xs {
        background-color: #42A5F5;
        border-color: #42A5F5;
        color: #fff;
    }
    .bg-primary-600-xs {
        background-color: #1E88E5;
        border-color: #1E88E5;
        color: #fff;
    }
    .bg-primary-700-xs {
        background-color: #1976D2;
        border-color: #1976D2;
        color: #fff;
    }
    .bg-primary-800-xs {
        background-color: #1565C0;
        border-color: #1565C0;
        color: #fff;
    }
    .bg-danger-xs {
        background-color: #F44336;
        border-color: #F44336;
        color: #fff;
    }
    .bg-danger-300-xs {
        background-color: #E57373;
        border-color: #E57373;
        color: #fff;
    }
    .bg-danger-400-xs {
        background-color: #EF5350;
        border-color: #EF5350;
        color: #fff;
    }
    .bg-danger-600-xs {
        background-color: #E53935;
        border-color: #E53935;
        color: #fff;
    }
    .bg-danger-700-xs {
        background-color: #D32F2F;
        border-color: #D32F2F;
        color: #fff;
    }
    .bg-danger-800-xs {
        background-color: #C62828;
        border-color: #C62828;
        color: #fff;
    }
    .bg-success-xs {
        background-color: #4CAF50;
        border-color: #4CAF50;
        color: #fff;
    }
    .bg-success-300-xs {
        background-color: #81C784;
        border-color: #81C784;
        color: #fff;
    }
    .bg-success-400-xs {
        background-color: #66BB6A;
        border-color: #66BB6A;
        color: #fff;
    }
    .bg-success-600-xs {
        background-color: #43A047;
        border-color: #43A047;
        color: #fff;
    }
    .bg-success-700-xs {
        background-color: #388E3C;
        border-color: #388E3C;
        color: #fff;
    }
    .bg-success-800-xs {
        background-color: #2E7D32;
        border-color: #2E7D32;
        color: #fff;
    }
    .bg-warning-xs {
        background-color: #FF5722;
        border-color: #FF5722;
        color: #fff;
    }
    .bg-warning-300-xs {
        background-color: #FF8A65;
        border-color: #FF8A65;
        color: #fff;
    }
    .bg-warning-400-xs {
        background-color: #FF7043;
        border-color: #FF7043;
        color: #fff;
    }
    .bg-warning-600-xs {
        background-color: #F4511E;
        border-color: #F4511E;
        color: #fff;
    }
    .bg-warning-700-xs {
        background-color: #E64A19;
        border-color: #E64A19;
        color: #fff;
    }
    .bg-warning-800-xs {
        background-color: #D84315;
        border-color: #D84315;
        color: #fff;
    }
    .bg-info-xs {
        background-color: #00BCD4;
        border-color: #00BCD4;
        color: #fff;
    }
    .bg-info-300-xs {
        background-color: #4DD0E1;
        border-color: #4DD0E1;
        color: #fff;
    }
    .bg-info-400-xs {
        background-color: #26C6DA;
        border-color: #26C6DA;
        color: #fff;
    }
    .bg-info-600-xs {
        background-color: #00ACC1;
        border-color: #00ACC1;
        color: #fff;
    }
    .bg-info-700-xs {
        background-color: #0097A7;
        border-color: #0097A7;
        color: #fff;
    }
    .bg-info-800-xs {
        background-color: #00838F;
        border-color: #00838F;
        color: #fff;
    }
    .bg-white-xs {
        background-color: #fff;
        color: #333333;
    }
}

.bg-primary {
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff;
}
.bg-primary-300 {
    background-color: #64B5F6;
    border-color: #64B5F6;
    color: #fff;
}
.bg-primary-400 {
    background-color: #42A5F5;
    border-color: #42A5F5;
    color: #fff;
}
.bg-primary-600 {
    background-color: #1E88E5;
    border-color: #1E88E5;
    color: #fff;
}
.bg-primary-700 {
    background-color: #1976D2;
    border-color: #1976D2;
    color: #fff;
}
.bg-primary-800 {
    background-color: #1565C0;
    border-color: #1565C0;
    color: #fff;
}
.bg-danger {
    background-color: #F44336;
    border-color: #F44336;
    color: #fff;
}
.bg-danger-300 {
    background-color: #E57373;
    border-color: #E57373;
    color: #fff;
}
.bg-danger-400 {
    background-color: #EF5350;
    border-color: #EF5350;
    color: #fff;
}
.bg-danger-600 {
    background-color: #E53935;
    border-color: #E53935;
    color: #fff;
}
.bg-danger-700 {
    background-color: #D32F2F;
    border-color: #D32F2F;
    color: #fff;
}
.bg-danger-800 {
    background-color: #C62828;
    border-color: #C62828;
    color: #fff;
}
.bg-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}
.bg-success-300 {
    background-color: #81C784;
    border-color: #81C784;
    color: #fff;
}
.bg-success-400 {
    background-color: #66BB6A;
    border-color: #66BB6A;
    color: #fff;
}
.bg-success-600 {
    background-color: #43A047;
    border-color: #43A047;
    color: #fff;
}
.bg-success-700 {
    background-color: #388E3C;
    border-color: #388E3C;
    color: #fff;
}
.bg-success-800 {
    background-color: #2E7D32;
    border-color: #2E7D32;
    color: #fff;
}
.bg-warning {
    background-color: #FF5722;
    border-color: #FF5722;
    color: #fff;
}
.bg-warning-300 {
    background-color: #FF8A65;
    border-color: #FF8A65;
    color: #fff;
}
.bg-warning-400 {
    background-color: #FF7043;
    border-color: #FF7043;
    color: #fff;
}
.bg-warning-600 {
    background-color: #F4511E;
    border-color: #F4511E;
    color: #fff;
}
.bg-warning-700 {
    background-color: #E64A19;
    border-color: #E64A19;
    color: #fff;
}
.bg-warning-800 {
    background-color: #D84315;
    border-color: #D84315;
    color: #fff;
}
.bg-info {
    background-color: #00BCD4;
    border-color: #00BCD4;
    color: #fff;
}
.bg-info-300 {
    background-color: #4DD0E1;
    border-color: #4DD0E1;
    color: #fff;
}
.bg-info-400 {
    background-color: #26C6DA;
    border-color: #26C6DA;
    color: #fff;
}
.bg-info-600 {
    background-color: #00ACC1;
    border-color: #00ACC1;
    color: #fff;
}
.bg-info-700 {
    background-color: #0097A7;
    border-color: #0097A7;
    color: #fff;
}
.bg-info-800 {
    background-color: #00838F;
    border-color: #00838F;
    color: #fff;
}
.bg-white {
    background-color: #fff;
    color: #333333;
}




.alpha-primary {
    background-color: #E3F2FD;
    border-color: #1E88E5;
}
.alpha-danger {
    background-color: #FFEBEE;
    border-color: #E53935;
}
.alpha-success {
    background-color: #E8F5E9;
    border-color: #43A047;
}
.alpha-warning {
    background-color: #FBE9E7;
    border-color: #F4511E;
}
.alpha-info {
    background-color: #E0F7FA;
    border-color: #00ACC1;
}
.border-primary {
    border-color: #2196F3;
}
.border-primary-300 {
    border-color: #64B5F6;
}
.border-primary-400 {
    border-color: #42A5F5;
}
.border-primary-600 {
    border-color: #1E88E5;
}
.border-primary-700 {
    border-color: #1976D2;
}
.border-primary-800 {
    border-color: #1565C0;
}
.border-danger {
    border-color: #F44336;
}
.border-danger-300 {
    border-color: #E57373;
}
.border-danger-400 {
    border-color: #EF5350;
}
.border-danger-600 {
    border-color: #E53935;
}
.border-danger-700 {
    border-color: #D32F2F;
}
.border-danger-800 {
    border-color: #C62828;
}
.border-success {
    border-color: #4CAF50;
}
.border-success-300 {
    border-color: #81C784;
}
.border-success-400 {
    border-color: #66BB6A;
}
.border-success-600 {
    border-color: #43A047;
}
.border-success-700 {
    border-color: #388E3C;
}
.border-success-800 {
    border-color: #2E7D32;
}
.border-warning {
    border-color: #FF5722;
}
.border-warning-300 {
    border-color: #FF8A65;
}
.border-warning-400 {
    border-color: #FF7043;
}
.border-warning-600 {
    border-color: #F4511E;
}
.border-warning-700 {
    border-color: #E64A19;
}
.border-warning-800 {
    border-color: #D84315;
}
.border-info {
    border-color: #00BCD4;
}
.border-info-300 {
    border-color: #4DD0E1;
}
.border-info-400 {
    border-color: #26C6DA;
}
.border-info-600 {
    border-color: #00ACC1;
}
.border-info-700 {
    border-color: #0097A7;
}
.border-info-800 {
    border-color: #00838F;
}
.border-white {
    border-color: #fff;
}
.border-default {
    border-color: #ddd;
}
.border-top-primary {
    border-top-color: #2196F3;
}
.border-top-primary-300 {
    border-top-color: #64B5F6;
}
.border-top-primary-400 {
    border-top-color: #42A5F5;
}
.border-top-primary-600 {
    border-top-color: #1E88E5;
}
.border-top-primary-700 {
    border-top-color: #1976D2;
}
.border-top-primary-800 {
    border-top-color: #1565C0;
}
.border-top-danger {
    border-top-color: #F44336;
}
.border-top-danger-300 {
    border-top-color: #E57373;
}
.border-top-danger-400 {
    border-top-color: #EF5350;
}
.border-top-danger-600 {
    border-top-color: #E53935;
}
.border-top-danger-700 {
    border-top-color: #D32F2F;
}
.border-top-danger-800 {
    border-top-color: #C62828;
}
.border-top-success {
    border-top-color: #4CAF50;
}
.border-top-success-300 {
    border-top-color: #81C784;
}
.border-top-success-400 {
    border-top-color: #66BB6A;
}
.border-top-success-600 {
    border-top-color: #43A047;
}
.border-top-success-700 {
    border-top-color: #388E3C;
}
.border-top-success-800 {
    border-top-color: #2E7D32;
}
.border-top-warning {
    border-top-color: #FF5722;
}
.border-top-warning-300 {
    border-top-color: #FF8A65;
}
.border-top-warning-400 {
    border-top-color: #FF7043;
}
.border-top-warning-600 {
    border-top-color: #F4511E;
}
.border-top-warning-700 {
    border-top-color: #E64A19;
}
.border-top-warning-800 {
    border-top-color: #D84315;
}
.border-top-info {
    border-top-color: #00BCD4;
}
.border-top-info-300 {
    border-top-color: #4DD0E1;
}
.border-top-info-400 {
    border-top-color: #26C6DA;
}
.border-top-info-600 {
    border-top-color: #00ACC1;
}
.border-top-info-700 {
    border-top-color: #0097A7;
}
.border-top-info-800 {
    border-top-color: #00838F;
}
.border-top-white {
    border-top-color: #fff;
}
.border-bottom-primary {
    border-bottom-color: #2196F3;
}
.border-bottom-primary-300 {
    border-bottom-color: #64B5F6;
}
.border-bottom-primary-400 {
    border-bottom-color: #42A5F5;
}
.border-bottom-primary-600 {
    border-bottom-color: #1E88E5;
}
.border-bottom-primary-700 {
    border-bottom-color: #1976D2;
}
.border-bottom-primary-800 {
    border-bottom-color: #1565C0;
}
.border-bottom-danger {
    border-bottom-color: #F44336;
}
.border-bottom-danger-300 {
    border-bottom-color: #E57373;
}
.border-bottom-danger-400 {
    border-bottom-color: #EF5350;
}
.border-bottom-danger-600 {
    border-bottom-color: #E53935;
}
.border-bottom-danger-700 {
    border-bottom-color: #D32F2F;
}
.border-bottom-danger-800 {
    border-bottom-color: #C62828;
}
.border-bottom-success {
    border-bottom-color: #4CAF50;
}
.border-bottom-success-300 {
    border-bottom-color: #81C784;
}
.border-bottom-success-400 {
    border-bottom-color: #66BB6A;
}
.border-bottom-success-600 {
    border-bottom-color: #43A047;
}
.border-bottom-success-700 {
    border-bottom-color: #388E3C;
}
.border-bottom-success-800 {
    border-bottom-color: #2E7D32;
}
.border-bottom-warning {
    border-bottom-color: #FF5722;
}
.border-bottom-warning-300 {
    border-bottom-color: #FF8A65;
}
.border-bottom-warning-400 {
    border-bottom-color: #FF7043;
}
.border-bottom-warning-600 {
    border-bottom-color: #F4511E;
}
.border-bottom-warning-700 {
    border-bottom-color: #E64A19;
}
.border-bottom-warning-800 {
    border-bottom-color: #D84315;
}
.border-bottom-info {
    border-bottom-color: #00BCD4;
}
.border-bottom-info-300 {
    border-bottom-color: #4DD0E1;
}
.border-bottom-info-400 {
    border-bottom-color: #26C6DA;
}
.border-bottom-info-600 {
    border-bottom-color: #00ACC1;
}
.border-bottom-info-700 {
    border-bottom-color: #0097A7;
}
.border-bottom-info-800 {
    border-bottom-color: #00838F;
}
.border-bottom-white {
    border-bottom-color: #fff;
}
.border-left-primary {
    border-left-color: #2196F3;
}
.border-left-primary-300 {
    border-left-color: #64B5F6;
}
.border-left-primary-400 {
    border-left-color: #42A5F5;
}
.border-left-primary-600 {
    border-left-color: #1E88E5;
}
.border-left-primary-700 {
    border-left-color: #1976D2;
}
.border-left-primary-800 {
    border-left-color: #1565C0;
}
.border-left-danger {
    border-left-color: #F44336;
}
.border-left-danger-300 {
    border-left-color: #E57373;
}
.border-left-danger-400 {
    border-left-color: #EF5350;
}
.border-left-danger-600 {
    border-left-color: #E53935;
}
.border-left-danger-700 {
    border-left-color: #D32F2F;
}
.border-left-danger-800 {
    border-left-color: #C62828;
}
.border-left-success {
    border-left-color: #4CAF50;
}
.border-left-success-300 {
    border-left-color: #81C784;
}
.border-left-success-400 {
    border-left-color: #66BB6A;
}
.border-left-success-600 {
    border-left-color: #43A047;
}
.border-left-success-700 {
    border-left-color: #388E3C;
}
.border-left-success-800 {
    border-left-color: #2E7D32;
}
.border-left-warning {
    border-left-color: #FF5722;
}
.border-left-warning-300 {
    border-left-color: #FF8A65;
}
.border-left-warning-400 {
    border-left-color: #FF7043;
}
.border-left-warning-600 {
    border-left-color: #F4511E;
}
.border-left-warning-700 {
    border-left-color: #E64A19;
}
.border-left-warning-800 {
    border-left-color: #D84315;
}
.border-left-info {
    border-left-color: #00BCD4;
}
.border-left-info-300 {
    border-left-color: #4DD0E1;
}
.border-left-info-400 {
    border-left-color: #26C6DA;
}
.border-left-info-600 {
    border-left-color: #00ACC1;
}
.border-left-info-700 {
    border-left-color: #0097A7;
}
.border-left-info-800 {
    border-left-color: #00838F;
}
.border-left-white {
    border-left-color: #fff;
}
.border-right-primary {
    border-right-color: #2196F3;
}
.border-right-primary-300 {
    border-right-color: #64B5F6;
}
.border-right-primary-400 {
    border-right-color: #42A5F5;
}
.border-right-primary-600 {
    border-right-color: #1E88E5;
}
.border-right-primary-700 {
    border-right-color: #1976D2;
}
.border-right-primary-800 {
    border-right-color: #1565C0;
}
.border-right-danger {
    border-right-color: #F44336;
}
.border-right-danger-300 {
    border-right-color: #E57373;
}
.border-right-danger-400 {
    border-right-color: #EF5350;
}
.border-right-danger-600 {
    border-right-color: #E53935;
}
.border-right-danger-700 {
    border-right-color: #D32F2F;
}
.border-right-danger-800 {
    border-right-color: #C62828;
}
.border-right-success {
    border-right-color: #4CAF50;
}
.border-right-success-300 {
    border-right-color: #81C784;
}
.border-right-success-400 {
    border-right-color: #66BB6A;
}
.border-right-success-600 {
    border-right-color: #43A047;
}
.border-right-success-700 {
    border-right-color: #388E3C;
}
.border-right-success-800 {
    border-right-color: #2E7D32;
}
.border-right-warning {
    border-right-color: #FF5722;
}
.border-right-warning-300 {
    border-right-color: #FF8A65;
}
.border-right-warning-400 {
    border-right-color: #FF7043;
}
.border-right-warning-600 {
    border-right-color: #F4511E;
}
.border-right-warning-700 {
    border-right-color: #E64A19;
}
.border-right-warning-800 {
    border-right-color: #D84315;
}
.border-right-info {
    border-right-color: #00BCD4;
}
.border-right-info-300 {
    border-right-color: #4DD0E1;
}
.border-right-info-400 {
    border-right-color: #26C6DA;
}
.border-right-info-600 {
    border-right-color: #00ACC1;
}
.border-right-info-700 {
    border-right-color: #0097A7;
}
.border-right-info-800 {
    border-right-color: #00838F;
}

.border-right-white {
    border-right-color: #fff;
}
.text-primary,
.text-primary:hover,
.text-primary:focus {
    color: #2196F3 !important;
}
.text-primary-300,
.text-primary-300:hover,
.text-primary-300:focus {
    color: #2196F3 !important;
}
.text-primary-400,
.text-primary-400:hover,
.text-primary-400:focus {
    color: #42A5F5 !important;
}
.text-primary-600,
.text-primary-600:hover,
.text-primary-600:focus {
    color: #1E88E5 !important;
}
.text-primary-700,
.text-primary-700:hover,
.text-primary-700:focus {
    color: #1976D2 !important;
}
.text-primary-800,
.text-primary-800:hover,
.text-primary-800:focus {
    color: #1565C0 !important;
}
.text-danger,
.text-danger:hover,
.text-danger:focus {
    color: #F44336 !important;
}
.text-danger-300,
.text-danger-300:hover,
.text-danger-300:focus {
    color: #E57373 !important;
}
.text-danger-400,
.text-danger-400:hover,
.text-danger-400:focus {
    color: #EF5350 !important;
}
.text-danger-600,
.text-danger-600:hover,
.text-danger-600:focus {
    color: #E53935 !important;
}
.text-danger-700,
.text-danger-700:hover,
.text-danger-700:focus {
    color: #D32F2F !important;
}
.text-danger-800,
.text-danger-800:hover,
.text-danger-800:focus {
    color: #C62828 !important;
}
.text-success,
.text-success:hover,
.text-success:focus {
    color: #4CAF50 !important;
}
.text-success-300,
.text-success-300:hover,
.text-success-300:focus {
    color: #81C784 !important;
}
.text-success-400,
.text-success-400:hover,
.text-success-400:focus {
    color: #66BB6A !important;
}
.text-success-600,
.text-success-600:hover,
.text-success-600:focus {
    color: #43A047 !important;
}
.text-success-700,
.text-success-700:hover,
.text-success-700:focus {
    color: #388E3C !important;
}
.text-success-800,
.text-success-800:hover,
.text-success-800:focus {
    color: #2E7D32 !important;
}
.text-warning,
.text-warning:hover,
.text-warning:focus {
    color: #FF5722 !important;
}
.text-warning-300,
.text-warning-300:hover,
.text-warning-300:focus {
    color: #FF8A65 !important;
}
.text-warning-400,
.text-warning-400:hover,
.text-warning-400:focus {
    color: #FF7043 !important;
}
.text-warning-600,
.text-warning-600:hover,
.text-warning-600:focus {
    color: #F4511E !important;
}
.text-warning-700,
.text-warning-700:hover,
.text-warning-700:focus {
    color: #E64A19 !important;
}
.text-warning-800,
.text-warning-800:hover,
.text-warning-800:focus {
    color: #D84315 !important;
}
.text-info,
.text-info:hover,
.text-info:focus {
    color: #00BCD4 !important;
}
.text-info-300,
.text-info-300:hover,
.text-info-300:focus {
    color: #4DD0E1 !important;
}
.text-info-400,
.text-info-400:hover,
.text-info-400:focus {
    color: #26C6DA !important;
}
.text-info-600,
.text-info-600:hover,
.text-info-600:focus {
    color: #00ACC1 !important;
}
.text-info-700,
.text-info-700:hover,
.text-info-700:focus {
    color: #0097A7 !important;
}
.text-info-800,
.text-info-800:hover,
.text-info-800:focus {
    color: #00838F !important;
}
.text-white,
.text-white:hover,
.text-white:focus {
    color: #fff!important;
}
.text-default,
.text-default:hover,
.text-default:focus {
    color: #333333 !important;
}


/*MAIS*/
.bg-mais {
    background-color: #283593;
    color: #ffffff;
}
.text-mais,
.text-mais:hover,
.text-mais:focus {
    color: #283593 !important;
}
.border-mais {
    border-color: #283593; 
}

.border-top-mais {
    border-top-color: #283593;
}
.border-bottom-mais {
    border-bottom-color: #283593;
}
.border-left-mais {
    border-left-color: #283593;
}
.border-right-mais {
    border-right-color: #283593;
}



.bg-web {
    background-color: #253849;
    color: #ffffff;
}
.text-web,
.text-web:hover,
.text-web:focus {
    color: #253849 !important;
}
.border-web {
    border-color: #253849; 
}

.border-top-web {
    border-top-color: #253849;
}
.border-bottom-web {
    border-bottom-color: #253849;
}
.border-left-web {
    border-left-color: #253849;
}
.border-right-web {
    border-right-color: #253849;
}
/*SALAO*/
.bg-salao {
    background-color: #520829;
    color: #ffffff;
}
.text-salao,
.text-salao:hover,
.text-salao:focus {
    color: #520829 !important;
}
.border-salao {
    border-color: #520829; 
}

.border-top-salao {
    border-top-color: #520829;
}
.border-bottom-salao {
    border-bottom-color: #520829;
}
.border-left-salao {
    border-left-color: #520829;
}
.border-right-salao {
    border-right-color: #520829;
}


/*Junior*/
.bg-junior {
    background-color: #7ded41;
    color: #ffffff;
}
.text-junior,
.text-junior:hover,
.text-junior:focus {
    color: #7ded41 !important;
}
.border-junior {
    border-color: #7ded41; 
}

.border-top-junior {
    border-top-color: #7ded41;
}
.border-bottom-junior {
    border-bottom-color: #7ded41;
}
.border-left-junior {
    border-left-color: #7ded41;
}
.border-right-junior {
    border-right-color: #7ded41;
}

/*LD*/
.bg-ld {
    background-color: #ee1b24;
    color: #ffffff;
}
.text-ld,
.text-ld:hover,
.text-ld:focus {
    color: #ee1b24 !important;
}
.border-ld {
    border-color: #ee1b24; 
}

.border-top-ld {
    border-top-color: #ee1b24;
}
.border-bottom-ld {
    border-bottom-color: #ee1b24;
}
.border-left-ld {
    border-left-color: #ee1b24;
}
.border-right-ld {
    border-right-color: #ee1b24;
}


/*Absoluta*/
.bg-absoluta {
    background-color: #ffcc2a;
    color: #ffffff;
}
.text-absoluta,
.text-absoluta:hover,
.text-absoluta:focus {
    color: #ffcc2a !important;
}
.border-absoluta {
    border-color: #ffcc2a; 
}

.border-top-absoluta {
    border-top-color: #ffcc2a;
}
.border-bottom-absoluta {
    border-bottom-color: #ffcc2a;
}
.border-left-absoluta {
    border-left-color: #ffcc2a;
}
.border-right-absoluta {
    border-right-color: #ffcc2a;
}


/*Preto*/
.bg-preto {
    background-color: #000;
    color: #ffffff;
}
.text-preto,
.text-preto:hover,
.text-preto:focus {
    color: #000 !important;
}
.border-preto {
    border-color: #000; 
}

.border-top-preto {
    border-top-color: #000;
}
.border-bottom-preto {
    border-bottom-color: #000;
}
.border-left-preto {
    border-left-color: #000;
}
.border-right-preto {
    border-right-color: #000;
}