html, body, h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif!important;
}

footer {
	background-color: #292929;
	padding: 39px 0;
}

.navbar-henge {
    background-color: #003e87;
    transition: all .2s linear;
}

.navbar-henge-main {
    background-color: transparent!important;
    transition: all .2s linear;
}

.logo-main {
    width: 179px!important;
    transition: all .2s linear;
}

.main-begin {
    margin-top: -94px;
}

.icons {
	font-size: 35px;
	margin-bottom: 5px;
}

.icon-facebook, .icon-youtube {
	color:#ffffff!important;
}
.icon-facebook:hover {
	color:#4267b2!important;
}

.icon-youtube:hover {
	color:#f44728!important;
}

.copyright {
	color: #f3f3f3;
}

.copyright a {
	color: #4267b2;
}
.nav-item {
    color: #ffffff!important;
    text-transform: uppercase;
    font-size: 14px;
}

.item-orcamento {
    background-color: #f7931e;
    border-radius: 4px;
}

.img-logo {
    width: 145px;
}

.title-main {
    color: #ffffff;
    text-shadow: 0px 1px 4px #000000;
    font-size: 2em;
    margin-bottom: 65px;
    margin-top: 95px;
    transition: all .2s linear;
}

.title-main-begin {
    margin-top: 140px!important;
    transition: all .2s linear;
}

.title-span {
    color: #f7931e;
}

.mrl-auto {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.h2-banner-main {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 26px;
    margin-top:36px;
}

.banner-easy {
    height: 640px!important;
}

.link-panel-banner {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.panel-main {
    text-align: center;
    padding: 52px 0;
    border-radius: 30px;
    transition: all .2s linear;
}

.about-company-h2 {
    font-size: 1.5em;
    color: #003e87;
}

#about-henge {
    padding: 80px 0;
}
#about-us {
    background-color: #dcdfe2!important;
    padding: 80px 0;
    font-weight: 300;
    font-size: 22px;
}
.icons-about-henge {
    color: #f7931e;
    font-size: 85px;
}

.icons-part {
    margin-top: 50px;
}

.legend-icons-about {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

#advertising1 {
    max-height: 450px;
    overflow: hidden;
}

#advertising3 {
    max-height: 530px;
    overflow: hidden;
}

#how-to {
    padding: 80px 0;
}

#news {
    padding: 80px 0;
}
#how-to {
    padding: 80px 0;
}
.legend-how-to {
    font-weight: 400;
    font-size: 20px;
}

/* card details start  */
.details-card {
	background: #ecf0f1;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 5%;
    left: -1%;
    background: #f7931e;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
    background-color: #f7931e;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}

.p-about-us {
    font-weight: 300;
    font-size: 22px;
}

.card-img-top {
    max-height: 260px;
}

.text-type {
    color: #f7931e;
}

.text-location {
    font-weight: 500;
    font-size: 18px;
    color: #292929;
}

.sec-content {
    padding: 50px 0;
}

.banner-title {
    background-color: #f7931e;
    padding: 40px 0;
}

.h1-secundary {
    color:#ffffff;
    font-weight: 100;
    font-size: 32px;
}

.title-more-news {
    font-weight: 500;
    font-size: 26px;
}

.h3-more-news {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0 0;
}

.breadcrumb a {
	color: #ffffff;
}

.aba-simulador {
    border: 1px solid #fff;
}

.parallax {
    min-height: 500px;
}

@media only screen and (max-width: 600px) {
    .banner-easy {
        height: auto!important;
    }

    .panel-main {
        margin: 15px 0;
    }

    .copyright {
        text-align: center;
    }

    .card-content {
        margin: 15px 0;
    }
}