/* * Start navbar */
.header-area {
    background: #111111;
    margin-bottom: -210px !important;
}

.mean-container .mean-bar::before {
    margin-top: -15px;
    display: block;
    content: " ";
    height: 60px;
    width: 60px;
    background: url("/assets/images/logo/massarubber.webp") no-repeat center / contain;
}

.mean-container .mean-bar {
    background: #111111;
}
/* * End navbar */

/* * Start main banner */
.hero-style.hero-area {
    background: linear-gradient(0deg, rgba(0,0,0,50%), rgba(0,0,0,50%)), url("/assets/images/logo/massarubber.webp") no-repeat center / 34%, url("/assets/images/banners/new-slider2.webp") center / cover !important;
}
/* * End main banner */

/* * Start collect */
.skill-area .skill-banner-background {
    margin: 0 auto;
    width: 616px;
    height: 616px;
    background: url("/assets/images/banners/services-04.webp") left center / cover;
    border-radius: 100%;
}

.skills-item-content {
    padding: 18px 59px;
}

.skill-area :is(ul, li) {
    list-style: auto;
    list-style-type: circle;
}

.skill-area ul {
    margin-left: 18px;
}

@media(max-width: 1400px) {
    .skill-area .skill-banner-background {
        width: 450px;
        height: 450px;
    }
}
@media(max-width: 500px) {
    .skill-area .skill-banner-background {
        display: none;
    }
}
/* * End collect */

/* * Start contact section */
.process-area .porcess-thumb img {
    width: 100%;
    height: auto;
}
/* * End contact section */

/* * Start blog section*/
.blog-area {
    padding-top: 100px;
}

.blog-area .blog-content {
    min-height: 213px;
}
/* * End blog section */

/* * Start footer */
.footer-area {
    background: url("/assets/images/background/footer.webp") center / cover;
}

.footer-bottom-area {
    padding-top: 30px;
}
/* * End footer */


/*Blog*/
.recent-widget-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}


/*Correção Footer*/
.valorize{
    color: white;
    font-weight: 300;
}
.valorize-strg{
    font-weight: 800;
}

.valorize-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.icone-sustentavel {
    width: 23px;
    height: auto;
    margin-top: 10px;
}

/*Mensagem de sucesso no formulário*/
.alert-succes {
    padding: 15px;
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
    text-align: center;
    border: 1px solid #d4edda;
    background-color: #d4edda;
    color: #155724;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*Sobre nós*/
.about-area{
    padding: 100px 0 101px;
}
.service-content h4 {
    font-size: 22px !important;
}





.service-content {
    min-height: 430px;
}

/*Padronizar imagens do blog (listagem)*/
.single-blog-thumb img{
    height: 300px;
    object-fit: cover;
}

.process-area{
    margin-top: 80px;
}