.owl-carousel .owl-stage {
  margin: 0 auto;
}

.passo-tree__title,
.passo-one__title {
  color: #000;
}

.page-section--cabecalho{
    background:url(assets/images/co/cabecalho__bg2.jpg) no-repeat center center;
    background-size:cover;
}
.page-section--cabecalho:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1
}

.passo-two__title strong {
	font-family: 'Gotham-Black';
	text-transform: uppercase;
	color: #ffb612;
}

.passo-one, .passo-tree {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.passo-two__img {
	max-width: 60%;
	margin: 0 auto;
}

.cabecalho__title {
	top: 65%;
}

.cabecalho__logo {
	display: block;
    max-width: 126px;
    height: 72px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 500px){
	.passo-two__img {
		max-width: 50%;
	}
}

@media (min-width: 768px){
	.passo-two__img {
		max-width: 30%;
    max-height: 280px;
	}

	.cabecalho__promo {
		font-size: 1.2375rem;
	}
	
	.page-section--cabecalho:before{
        content:'';
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:80px;
        background:#000;
        z-index:2
    }

}
