#topo {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 56px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    /*-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);*/
}

#topo-voltar {
    display: flex;
    align-items: center;
	position: absolute;
    height: 56px;
    left: 20px;
	top: 0px;
	color: #236892;
	z-index: 1;
}

#topo-voltar:hover {
	opacity: 0.6;
}

#topo-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    /*font-family: 'flamabold';*/
    text-transform: uppercase;
    font-size: 1rem;
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    top: 0;
}

#info {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    /*-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.24);*/
}

#info-ficha {
	width: 25%;
	float: left;
	left: 4rem;
    top: 112px;
	position: absolute;
}

#info-ficha-linha {
	width: 100%;
	height: 1px;
    background-color: rgba(0, 0, 0, .12);
    margin-top: 2rem;
}

.info-ficha-p {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
    line-height: 1.5rem;
}

.ficha-tecnica-item {
	display: block;
}

.destaque {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: lowercase;
    display: inline-block;
	/*text-transform: uppercase;*/
	/*font-size: 0.8rem;*/
}

.destaque::first-letter {
    text-transform: uppercase;
}

.info-ficha-item {
	margin: 2rem 0;
	padding-left: 0px;
	padding-right: 0px;

}

#info-carro {
	/* padding-left: 2%; */
	width: 100%;
	float: left;
}

#info-carro img {
	width: 100%;
	vertical-align: middle;
}

#conteudo {
	width: 100%;
	/* background-color: #f0f0f0; */
	/* margin-top: 2rem; */
    overflow: auto;

	/* -webkit-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.075); */
	-moz-box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.075);
	/* box-shadow: inset 0px 10px 20px 0px rgba(0,0,0,0.075); */
}

#conteudo-wrap {
    width: calc(100% - 40px);
    max-width: 760px;
    margin: 0 auto;
    overflow: auto;
    padding: 80px 20px;
}


#conteudo-wrap-fotos {
    width: 35%;
	float: left;
}

#conteudo-wrap-texto {
	padding-left: 4%;
    width: 61%;
	float: left;
}

#conteudo-wrap-texto p {
	/*padding: 0.7rem 0rem ;*/
    padding: 0;
}

#conteudo-wrap-texto-linha {
    width: 48px;
    height: 5px;
    background-color: #0e4560;;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#f1 img, #f2 img {
	vertical-align: middle;
	width: 100%;
}

#f2 {
	margin-top: 2rem;
}

#proximo-carro {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#proximo-carro:hover {
	cursor: pointer;
	opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#proximo-carro img {
	vertical-align: middle;
}

#proximo-carro-titulo {
    font-family: 'flamalight';
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-top: 4rem;
}

#proximo-carro-titulo span {
	font-family: 'flamabold';
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;

}

#info-carro-mob {
	display: none;
}

.align-fix {
	text-align: left;
}

/* responsivo */

@media all and (max-width: 1200px) {

}

@media all and (max-width: 1000px) {
	.align-fix {
		text-align: center;
	}
	#info {
		padding-bottom: 2rem;
	}
	#info-carro-mob {
	    display: block;
	    max-width: 800px;
	    margin: 0 auto;
        margin-top: 112px;
	}
	#info-carro-mob img{
		width: 100%;
	}

	#info-carro {
		display: none;
	}
	#info-ficha {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	    float: none;
	    left: 0em;
	    top: 0rem;
	    position: relative;
        margin-top: 2rem;
	}
	#info-carro {
	    float: none;
	}
	#conteudo {
	    padding-top: 4rem;
	    background-color: #f0f0f0;
        padding-bottom: 4rem;
	}
	#conteudo-wrap {
		padding: 0px 20px;
	}
	#conteudo-wrap-fotos {
        max-width: 500px;
		width: 100%;
	    margin: 0 auto;
	    background-color: #eaeaea;
	    float: none;
        margin-bottom: 2rem;
	}
	#conteudo-wrap-texto {
        max-width: 500px;
    	width: 100%;
	    padding-left: 0%;
		margin: 0 auto;
	    float: none;
	}
	#conteudo-wrap-texto-linha {
	    margin: 0 auto;
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
	h4 {
		text-align: center;
	}

}

@media all and (max-width: 800px) {
	#info-carro-mob {
        margin-top: 56px;
	}
}

@media all and (max-width: 540px) {
	.info-ficha-item {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

@media all and (min-width: 1400px) {
	#proximo-carro img {
		width: 100%;
	}
}

@media all and (max-width: 660px) {
	#topo-logo {
		display: none;
	}
	#header-selo {
		display: none;
	}
	#shareBar span {
		display: none;
	}
}

.info-ficha-selo {
	text-align: center;
}
