#section-1 {
    background-color: #ffde00;
}

#section-1 .row {
    margin: auto;
    padding: 5vw 0;
}

#banner-logo {
    margin-top: 10vw;
    margin-bottom: 1rem;
    max-width: 34vw;
}

#selo-melhor-preco {
    position: absolute;
    top: 3vw;
    left: 55vw;
    width: 15vw;
}

#banner-boneco {
    max-width: 28vw;
}

#banner-melhor-preco {
    max-width: 43vw;
}

.btn-orcamento {
    background-color: #005b9f !important;
    padding: 1.3vw 1vw;
    font-weight: bold;
}

.btn-orcamento:hover {
    background-color: #008cf5 !important;
}

#section-3 {
    background-color: #005b9f !important;
}

#section-3 .container h2 {
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.5rem;
    font-size: 3vw;
}

#section-3 .container .row {
    position: relative;
}

#section-3 .container .row .col-4 img {
    max-width: 85%;
}

form input, textarea {
    margin-top: 1.5vw !important;
    font-size: 1.2vw !important;
    padding: 2vw !important;
    font-weight: bold !important;
    border-radius: 25px !important;
}

form button {
    position: absolute;
    bottom: 0;
    right: 7%;
    width: 20%;
    height: 3vw;
    color: gray !important;
    font-size: 1.5vw !important;
}

#section-4 {
    background-color: #005b9f !important;
}

#section-4 .container h2 {
    font-family: sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    letter-spacing: 0.2rem;
    font-size: 2vw;
}

#section-4 .container h3 {
    font-family: sans-serif;
    color: #ffde00;
    font-weight: 900;
    font-size: 1.5vw;
}

.btn-success {
    font-weight: bold;
    background-color: #00d100;
    border-radius: 20px;
    padding-top: 1vw;
    margin-bottom: 2vw;
}

.btn-success p {
    font-size: 0.6rem;
    font-weight: bold;
}

svg {
    margin: 0 10px;
}

#section-4-right {
    border-radius: 25px;
}

#section-4-right img {
    margin: auto;
    display: block;
    margin-top: 2rem;
    width: 15vw;
}

.owl-item > div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.active.center {
    transform: scale(1);
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
.active {
    transform: scale(.8);
    transition: .6s ease;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.owl-prev, .owl-next {
    display: none !important;
}

.owl-controls {
    margin: 2rem 0 0 0 !important;
}

.owl-dot span {
    background-color: #005b9f !important;
    width: 1vw !important;
    height: 1vw !important;
}

.owl-dot.active span {
    color: #005b9f !important;
    /* width: 2vw !important;
    height: 2vw !important; */
}

.owl-dot.active {
    filter: grayscale(0) !important;
    transform: scale(2) !important;
}


footer {
    margin: 1em 0;
}

footer img {
    max-width: 100px;
}

@media (max-width: 992px) {

    form input, textarea {
        font-size: 1rem !important;
    }
    
    #section-3 .container h2 {
        letter-spacing: 0.2rem;
        font-size: 5vw;
    }

    form button {
        font-size: 1rem !important;
        padding-bottom: 2rem !important;
    }

    #section-4 .container h2 {
        letter-spacing: 0.1rem;
        font-size: 1rem;
    }

    #section-4-right img {
        margin-top: 4rem;
        width: 30vw;
    }

    #section-4 .container h3 {
        font-family: sans-serif;
        color: #ffde00;
        font-weight: 900;
        font-size: 1rem;
    }

}