* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

h1 {
	font-family: 'Lato', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 64px;
	color: #fff;
}

h1 span {
	display: block;
	margin-top: 2rem;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 3.7rem;
}

h2 {
    margin-bottom: 8px;
	font-family: 'Lato', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 20px;
	/* text-align: center; */
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 1.2rem;
    opacity: .54;
	/* text-align: center; */
}

h4 {
    margin-bottom: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	/*font-family:'flamabold';*/
	font-size: 2rem;
	/*text-transform: uppercase;*/
	color: #0e4560;
	/*text-align: center;*/
}

h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	/*font-family:'flamabold';*/
	font-size: .8rem;
	text-transform: uppercase;
	color: #0e4560;
}

h6 {
    font-family: 'flamabold';
    text-transform: uppercase;
    color: #999;
}

p {
    /*font-family: 'flamabook';*/
    margin-bottom: 32px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #212121;
}

a {
	color: #000;
}

.fa {
	margin-right: 0.6rem;
    color: #999;
}


#proximo-carro-titulo span {
	display: none !important;
}

.colorFix {
	color: #fff;
}

/* 2016 */

#topo-logo {
    top: 0;
}

#topo-logo img {
    max-width: 144px;
}

.prev-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.prev {
    width: 50%;
    padding: 24px 16px;
}

.prev:hover {
    opacity: .54;
}

.next {
    width: 50%;
    padding: 16px;
}

.next:hover {
    opacity: .54;
}

.prev-tag {
    margin-bottom: 8px;
    padding-left: 32px;
    text-align: left;
    opacity: .54;
}

.next-tag {
    margin-bottom: 8px;
    padding-right: 42px;
    text-align: right;
    opacity: .54;
}

.prev-car {
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: #0e4560;
}

.next-car {
    text-align: right;
    font-size: 21px;
    font-weight: 700;
    color: #0e4560;
}

.prev-car i {
    margin-right: 8px;
    opacity: .54;
}

.next-car i {
    margin-left: 8px;
    opacity: .54;
}

a.go-to {
  background: white;
  color: #006293;
  font-size: 1.2em;
  text-decoration: none;
}
a.go-to:hover,
a.go-to:focus {
  color: #006293;
  text-decoration: underline;
}
a.go-to:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.go-to {
  display: block;
  border-top: 1px solid #ddd;
  height: 5em;
  font-weight: bold;
  line-height: 5em;
  text-align: center;
  transition: 0.2s all;
}

a.go-to:hover,
a.go-to:focus {
  /*background: #006194;*/
  /*color: white;*/
  text-decoration: none;
  opacity: 0.6666;
}

a.go-to span {
  font-weight: normal;
  color: #777;
}
