.btn-form {
    display: inline-block;
    font-weight: 400;
    color: #6F6F6F;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#form-tapete .form-group,
#form-capa .form-group,
#newsletter .form-group {
    margin-bottom: 0.5rem;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 50px;
}
.owl-nav .owl-prev {
    left: -25px;
}
.owl-nav .owl-next {
    right: -25px;
}

.modal-content {
    min-width: 300px;
}
.modal-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-principal .owl-next {
    right: 0px;
}
.banner-principal .owl-prev {
    left: 0px;
}
.banner-principal .bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.back-to-top-wtp {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 180px;
    z-index: 11;
}
.back-to-top-wtp i {
    font-size: 28px;
}
.btn-wtp {
    display: inline-block;
    font-weight: 400;
    color: #6F6F6F;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1rem;
    line-height: 0;
    border-radius: 50%;
    box-shadow: 2px 5px 7px #00000059;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.btn-wtp:hover {
    box-shadow: 0px 1px 4px #00000059;
}

/* responsividade */
@media (max-width: 575.98px) {
    .section-title::before{
        display: none;
    }
    .sumir {
        overflow: hidden;
        max-height: 225px;
    }    
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .section-title::before {
        display: none;
    }
    .sumir {
        overflow: hidden;
        max-height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-title::before {
        display: none;
    }
    .sumir {
        overflow: hidden;
        max-height: 400px;
    }
}
@media  (min-width: 992px) and (max-width: 1199.98px){
    .section-title::before {
        display: none;
    }
    .sumir {
        overflow: hidden;
        max-height: 510px;
    }
}
@media (min-width: 1200px) {
    .sumir {
        overflow: hidden;
        max-height: 542px;
    }
}
@media (min-width: 1400px) {

    .col-xxl-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
    }

}