* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'PT Sans';
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
b,
strong {
    font-weight: 700;
}

main {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
}

.box {
    border-radius: 30px;
    background: #FFF;
    padding: 10px 30px;
    max-width: 780px;
    width: 100%;
    margin: 0 auto 15px;
}
.box h4 {
    color: var(--Gray-3, #828282);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0 0 10px;
}

form:not(.form-presentear) {
    display: flex;
    max-width: 780px;
    width: 100%;
    margin: 0 auto 25px;
}
input#busca {
    width: 75%;
    height: 55px;
    border-radius: 50px 0 0 50px;
    background: #FFF;
    padding: 0 20px;
    border: none;
}
input#buscar {
    width: 25%;
    height: 55px;
    border-radius: 0 50px 50px 0;
    background: #FFF;
    border: none;
    border-left: 1px solid #828282;;
}

.btn-geral {
    color: #5E3D0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
    background: #FDC956;
    padding: 10px 40px;
    border-radius: 50px;
    display: table;
    margin: 0 auto 10px;
}

.btn-bola {
    transform: scale(1);
    transition: .5s;
}
.btn-bola:hover {
    transform: scale(1.01);
}
.btn-bola:hover .st37 {
    fill: #B43847;
}
.label-text {
    fill: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: translate(0, 3px); /* adjust vertical position to centre text */
}

.label-subtitle {
    fill: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translate(0, 20px); /* adjust vertical position to centre text */
}
.label-subtitle-2 {
    fill: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translate(0, 35px); /* adjust vertical position to centre text */
}

.owl-marcas img {
    height: 70px;
    object-fit: contain;
    object-position: center;
}

@media(max-width:767px) {

}
