﻿html {
    
}
body {
    
}
/* Menu */
.main-menu ul li a.active {
    color: #be2e21 !important;
}
/* fim Menu */

/* Slider */
.slider-two .slider-content h2 {
    font-size: 54px;
    margin-bottom: 70px;
}
.video-background {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-rodape {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
}
/* fim Slider */

/* BreadCrumb */
.breadcrumb-area {
    background-size: cover;
    min-height: 350px;
    background-repeat: no-repeat;
    background-color: #000;
}
.breadcrumb-wrap2 {
    margin-top: 100px;
}
.breadcrumb-title h2 {
    font-size: 31px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}
/* fim BreadCrumb */

.section-padrao {
    padding: 60px 0;
}

/* Home */
.testimonial-area2 {
    background: #fff3f2 !important;
}
.s-about-img-home img {
    border-radius: 10px;
}
/* fim Home */

/* Quem Somos */
.titulo-atividade {
    text-align: center;
    color: #d1212a;
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 5px 0px;
    margin-top: 25px;
}
.atividades {
    font-size: 17px;
}

    .atividades li {
        margin-bottom: 6px;
        display: flex;
        align-items: center;
    }

/* Produtos */
.services-icon-05 {
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}
.services-content-05:hover {
    background: #fff3f2 !important;
}
.produtos .bt {
    padding: 5px 10px;
    border: 1px dashed #be2e21;
    border-radius: 5px;
    font-size: 13px;
}
.produtos .crs-icon i {
    color: #be2e21;
}
.titulo-Produtos {
    font-size: 40px;
    font-weight: 700;
    color: #be2e21;
    margin: 20px 0;
    padding: 15px 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.subtitulo-Produtos {
    margin: 20px 0;
    font-size: 17px;
}
.box1 {
    background-color: #f2f2f2;
    color: #000;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    gap: 0;
    margin: 30px 0px 20px;
    height: auto;
    width: auto;
    
}
  .box {
    height: auto;
    width: auto;
}

.title-box1 {
    font-size: 25px;
    color: #be2e21;
    text-align: left;
    margin: 10px 15px;
    padding: 20px 0 0;
    font-weight: 600;
    text-transform: uppercase;
}

.subtitulo-box1 {
    font-size: 15px;
    margin: 0 20px;
    padding: 15px 0;
}
.product_share {
    margin-top: 25px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.icones{
    background-color:#f2f2f2;
    font-size: 15px;
    padding:7px;
    gap:10px;
}


.atividade{
    color:#777 !important;
}
/*Imagens Produtos*/
.thumbnails {
    margin-top: 10px;
    display: flex;
}

    .thumbnails img.thumb {
        width: 80px;
        height: auto;
        cursor: pointer;
        border: 1px solid #ccc;
        transition: border 0.2s;
    }

        .thumbnails img.thumb:hover {
            border: 2px solid #ff6600; /* destaque ao passar o mouse */
        }
.img-capa {
   
}
/* fim Produtos */
/* Quem Somos */
.about-content2 {
    background: #f2f2f2;
    display: inline-block;
    padding: 0 25px 10px 25px;
    border-radius: 10px;
    box-shadow: 2.0px 2.20px 10px 0px rgb(242, 242, 242);
    z-index: 9;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0px 0px 30px;
}
    .about-content2 .abbox {
        display: flex;
        justify-content: space-between;
        margin: 5px 5px;
        padding: 5px 5px;
    }
    .about-content2 .abbox .ano {
        width: 47px;
        height: 47px;
        margin-right: 15px;
        text-align: center;
        color: #be2e21;
        border-radius: 100%;
        border: 2px solid;
        font-size: 23px;
        flex-shrink: 0;
        display: flex;
        align-items: center; /* Centraliza o conteúdo verticalmente */
        justify-content: center;
    }
.about-content2 .abbox .text {
    
}

.box-titulo-quemSomos {
    color: #d1212a;
    margin:10px 0 20px;
    padding:20px;
    text-align:center;
}
.solucoes-title {
    color: #d1212a;
    margin:50px 0 10px;
    font-size:40px;
}
.solucoes-title-2{
    margin-bottom:28px;
}
.solucoes-subtitulo {
    text-align: left;
    margin: 17px 0 17px;
    color: #d1212a;
    font-weight: 800
}
.img-solucoes{
    align-items:flex-start;
    border-radius:10px;
    text-align:start;
    display:flex;
}

/* fim Quem Somos */

/* Certificados */
.pricing-btn .btn {
    background: transparent;
    border: 1px dashed #1b1b1b;
    color: #111;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: initial;
}
.pricing-btn .btn:hover {
    color: #fff;
}
/* fim Certificados */

/* Contato */
.contact-info { font-size: 15px; padding-bottom: 15px; }
.contact-info i.fa { margin-right: 5px; font-size: 21px; }
#retornoajax, #retornoajaxG {
    background-color: #f4f4f4;
    padding: 10px 15px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#retornoajaxG { font-size: 12px; border: 1px dotted #ccc; }

    #map {
        height: 400px;
        width: 100%;
    }
.title-contato{
    color:#be2e21;
    font-weight:600;
    font-size:32px;
}
/* Rodapé */
.footer-link ul li a::before {
    content: none;
    margin-right: 8px;
    color: #be2e21;
    font-size: 18px;
}
.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 0;
    width: 40px;
}
/* fim Rodapé */

#scrollUp {
    background: #be2e21;
    height: 45px;
    width: 45px;
    right: 34px;
    bottom: 49px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

/*Celular*/
@media (max-width: 767px) {
    
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {

}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {

}