.slider-dh {
	height: 600px;
}

.slider-text {
	padding-top: 50px !important;
}

.programas {
	padding-top: 30px;
	padding-bottom: 30px;
}

.fs-23 {
	font-size: 23px;
	color: #212121;
}

.color-white {
	color: #fff !important;
}

.color-orange {
	color: #F4B200 !important;
}

.fixed-top .color-white-menu {
	color: #fff!important;
}

.programas h4{
	font-size: 30px;
}

.page-header-blog {
	height: 150px;
	background: #34393C;
}

.socialm ul li a {
    display: inline-block;
}

.socialm ul li {
    display: inline-block;
    padding-right: 10px;
}

.socialm ul {
    list-style: none;
}

.centered {
    text-align: center !important;
    margin: 0 auto !important;
}

.botao-up {
	transition: transform 0.6s;
}
.botao-up:hover {
	transform: translate(0px, -10px);
}



@media (max-width: 767px) {
	.slider-dh {
		height:  300px;
		margin-top: 68px;
	}

	.slider-text {
		padding-top: 0 !important;
	}
	
	.logo-mob {
		width: 80% !important;
		display: inline-block !important;
	}
	.navbar-toggler {
		display: inline-block !important;
	}
	
	.top-85 {
		margin-top: 164px;
	}
	
	h4, h2, h3 {
		font-size: 1.8rem;
	}
	
	h5 {
		font-size: 1.2rem;
	}
	
	.fone-desktop {
		display: none !important;
	}	
}


.navbar-brand {
	max-width: 235px;
}

.navbar-toggler-icon {
	background: #fecb4d no-repeat center center;
}

.navbar-light .navbar-toggler {
	color: rgb(254, 203, 77);
    border-color: rgb(254, 203, 77);
    background: #fecb4d;
}



.fone-desktop {
		display: block !important;
	}
