/*
Override das cores do site para as novas cores da Alexian Brothers
Cores base:
Roxo - https://www.color-hex.com/color/2d055c
Amarelo - https://www.color-hex.com/color/af9347
*/

.topbar {
    background:#69582a;
}

.topbar a:hover,.topbar #menu_user:hover > a:hover,.topbar #menu_user:hover > ul a:hover {
    color: #af9347;
    text-shadow: 1px 1px 1px #69582a;
}

header.header nav a {
    color: #2d055c;
}

header nav ul#menu-promocao {
    float:right;
    width:18%;
    height:78px;
    overflow:hidden;
    background:url('/img/btn-promo3-gold.png') no-repeat;
    background-position:center center;
    background-size:100% auto;
}

.btn-red-shadow {
    border-radius: 4px;
    background-color: #bfa86b;
    border: none;
    color: #fff;
    box-shadow: 1px 2px #af9347;
    -webkit-box-shadow: 1px 2px #af9347;
    -moz-box-shadow: 1px 2px #af9347;
    -ms-box-shadow: 1px 2px #af9347;
    text-shadow:none;
}
.btn-red-shadow:hover {
    background-color: #cfbe90;
    box-shadow: 1px 2px #b79d59;
    -webkit-box-shadow: 1px 2px #b79d59;
    -moz-box-shadow: 1px 2px #b79d59;
    -ms-box-shadow: 1px 2px #b79d59;
}

.landing-form-overlay {
    background: rgba(199, 179, 126, 0.8);
}

.btn-danger {
    color: #fff;
    background-color: #af9347;
    border-color: #69582a;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #b79d59;
    border-color: #69582a;
}

#featured a {
    color: #2d055c;
    font-size:12px;
}

.conteudo h1, table h1 {
    color: #cfbe90;
    text-shadow: 0px 0 3px #af9347;
}

.conteudo h1:after, table h1:after {
    background: #af9347;
}

.conteudo h1+span, table h1+span {
    color: #56367c;
}

.feature-box h3 {
    color: #2d055c;
}

#nivel:after {
    background: #f2f5f7;
	background-image: url('/img/asfalt-dark.png'); 
    background: -moz-linear-gradient(-45deg,#f2f5f7 0,#f2f5f7 100%);
    background: -webkit-linear-gradient(-45deg,#f2f5f7 0,#f2f5f7 100%);
    background: linear-gradient(180deg, rgba(217,213,221,1) 0%, rgba(255,255,255,1) 100%);
	background-image: url('/img/asfalt-dark.png'),linear-gradient(180deg, rgba(217,213,221,1) 0%, rgba(255,255,255,1) 100%);	
}


#nivel .pricing-header {
    color:#2d055c;
} 
#nivel .pricing-features {
    color: #56367c;
}
#nivel .pricing-features-item {
    border-top: 1px solid #81699d; 
}
#nivel .pricing-features-item:last-child {
    border-bottom: 1px solid #81699d;
}
#nivel .pricing-price {
    color: #56367c;
}
#nivel .pricing-button {
    border: 1px solid #81699d;
    color: #56367c;
}
#nivel .pricing-button:hover,#nivel .pricing-button:focus {
    background-color: #81699d;
}
#nivel .pricing-button.is-featured {
    background-color: #81699d;
    color: #fff;
}
#nivel .pricing-button.is-featured:hover,#nivel .pricing-button.is-featured:active {
    background-color: #81699d;
    color: #fff;
}

#footer .redesocial .like-box ul li a {
    color:#af9347;
}

#footer .btn-top {
    background-color: #af9347;
}

header nav li a:after {
    background-color:rgba(45, 5, 92, 0.63);
}

.cursos_in a {
    background-color: #af9347;
}

.cursos3 .bloco_in {
    border: 2px solid #af9347;
}
.cursos3 .bloco i {
    color:#af9347;
}
.cursos3 .bloco h3 {
    color: #af9347;
}

.cursos2 h2 {
    color: #af9347;
    border-bottom: 1px solid #af9347;
}

.cursos-comparativo .p-table .bannerstar .curso-label {
    color: #fff;
    background-color: #af9347;
}
.cursos-comparativo .p-table .curso-baixo .oferta {
    color: #af9347;
}

.cursos-comparativo .p-table .bannerstar .curso-label:before,.cursos-comparativo .p-table .bannerstar .curso-label:after {
    border-top: 30px solid #af9347;
}
.cursos-comparativo .p-table .bannerstar .curso-label:after {
    border-bottom: 30px solid #af9347;
}

#cursos .text-muted + h3 {
    color: #56367c;
}
