header{
    height: 70px;
    width: 100%;
    position: absolute;
    background-color: rgb(0,0,0);
}

section#carro{
    padding-top: 100px;
}

section#carro h1{
    font-weight: 700;
    font-size: 40px;
    position: relative;
    padding-top: 70px;
}

section#carro p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
}

section#carro h1::after{
    content: '';
    position: absolute;
    background-color: #fbb03b;
    height: 6px;
    width: 50%;
    bottom: -15px;
    left: 0;
}

section#carro .info-carro a.whatsCarro{
    color: black;
    margin-bottom: 8px;
    padding: 20px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: 800;
    position:relative;
}

section#carro .info-carro a.whatsCarro::before{
    content:url('../img/whatsIcon.png');
    position:absolute;
    z-index:100000; 
    left: 43px;
    top: 12px;
  }

.link-hash {
    /* margin: 0 auto; */
    /* padding-bottom: 40px; */
    display: flex;
    max-width: 100%;
    justify-content: center;
    /* height: 150px; */
    padding: 0 90px 40px 90px;
}

.link-hash .column {
    /* margin: 5px; */
    /* width: 20%; */
    position: relative;
}

.owl-item{
    padding: 0 80px 0 80px;
}

.link-hash .column img {
    opacity: .4;
}

.column.active img{
    opacity: 1;
}