/*css Alvaro*/

.table{
	position: relative;
}

.nav-tabs .nav-item{
	text-align: center;
	margin: 0 auto;
}

.calificar{
	display: inline-flex;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	background-color: #27ae60;
	color: #fff;
}

.calificar .active a{
	background-color: #27ae60;
	color: #fff;
}

.background-overlay-aft:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.welcome_text_aft.white h2 {
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.4em;
    font-size: 60px;
    font-weight: 300;
    margin-top: 95px;
}

.welcome_text_aft.white p {
    color: #111;
    text-align: center;
    letter-spacing: -1px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
}

.af {
	width: 1200px;


}

.table-grafico td{
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

.table-grafico td.tittle{
	text-align: left;
}

.table-grafico th{
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

.table-grafico th.tittle{
	text-align: left;
}

.table-grafico .table-bordered th{
	border: 0px;
}

.color-1{
	color: #cecece;
}
.color-2{
	color: #cecece;
}
.color-3{
	color: #cecece;
}
.color-4{
	color: #cecece;
}

.single_choose_us::before{
	border-right: 5px solid red;
	background-color: rgba(0, 0, 0, 0.5);
}

.atiq-col{
	background-color: #cecece;
	padding: 40px;
}

.atiq-col h1{
	font-size: 15px;
}
.atiq-border{
	border-right: 2px solid #fff;
}

.event_sidebar_jobs {
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 0px;
}

.event_sidebar {
	background-color: #f6f6f6;
	border-radius: 5px;
	padding: 15px;
}


blockquote_jobs p {
	margin: 0;
}


.single_price_plan{
	background-color: #cecece;
}

 .titulobajologo {
        font-size: 50px;
        font-weight: 300;
        font-color: white;
        border-radius: 30px;
    }

.subtitulo_af {
 	color: #2c3e50;
 	margin: 13px;
 	line-height: 20px;
	height: 55px;
 	font-weight: 300;
 }

 .subtitulo_job {
 	color: #2c3e50;
 	margin: 13px;
 	line-height: 10px;
	height: 25px;
 	font-weight: 300;
 }

.subtitulo_af p {
 	color: white;
 	margin: 13px;
 	line-height: 13px;
 	letter-spacing: -5px;
 	word-spacing: -5px;
 }


 .section_padding_25_20 {
	padding: 25px 0 20px 0;
}

.testimonial_text_af>p {
        margin-bottom: 16px;
        letter-spacing: -0.5px;
    }

.texto_chico_af>p {
	font-size: 12px;
	line-height: 12px;

}

.chart2 {
	display: none
}

section.bg-gris{
	background: #f6f6f6;
}

.search_post > h5, .event_location > h5, .latest_post > h5, .catagory_section > h5, .tag_section > h5, .achive_section > h5{
	background-color: #3A3F48
}

.singl-blog-title h3{
	color: #D42701
}

.page_title .texto-page{
	font-weight: 300;
	color: #6B6B6B
}

.achive_section ul li > a:hover, .catagory_section ul li > a:hover{
	background-color: #cecece
}

.singl-blog-status-bar{
	border-left: 10px solid #3A3F48;
}


.page-link{
	color: #6B6B6B
}

.page-link:focus, .page-link:hover{
	color: #000;
}

@media (max-width: 520px){
	#lineChart{
		display: none!important;
	}
	.chart2 {
		display: block;
	}
}


@media (max-width: 420px){
	.subtitulo_af{
		font-size: 35px;
	}
}

