/*Autor: Alan Varela Ferreira
email: alan.varela404@gmail.com
*/

/*.col-md-8, .col-md-4{border: 1px solid red;}*/

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Montserrat';
}

p {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}


/***********TOPO***********/

.header {
    padding: 2rem 0 1rem 0;
    position: relative;
    z-index: 999;
    min-height: 80vh;
}

.header__logo-box {
    text-align: left;
}

.header__logo-box img {
    max-width: 100%;
}

.header__orcamento-box {
    text-align: right;
}

.header__nav {
    display: flex;
    margin-top: 2.1rem;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.header__nav-cart i {
    color: #fff;
    background-color: #993333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    border-radius: 50%;
    font-size: 1.6rem;
}

.banner-home {
    width: 100%;
    background-position: center;
    position: relative;
    z-index: -1;
    top: -208px;
    margin-bottom: -218px;
}

.home-banner {
    height: 500px;
}

.btn {
    display: inline-block;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn--orcamento {}

.btn--orcamento-icon {
    background-color: #fff;
    position: relative;
    display: inline-block;
    padding: .5rem;
}

.btn--orcamento-icon img {
    width: 2.5rem;
}

.btn--orcamento-texto {
    color: #fff;
    background-color: #940e17;
    font-size: 1.8rem;
    font-weight: bold;
    padding: .6rem 2rem;
    display: inline-block;
    position: relative;
    top: .13rem;
}

.info-topo {
    color: #ffffff;
    margin-bottom: 40px;
}

.nav {
    display: block;
    text-align: center;
}

.nav ul,
.nav__mobile ul {
    list-style: none;
    display: block;
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
}

.nav ul li,
.nav__mobile ul li {
    display: inline-block;
    position: relative;
}

.nav ul li:not(:last-child) {
    padding-right: 2rem;
}

.nav ul li:not(:first-child) {
    padding-left: 2rem;
}



.nav ul li a,
.nav ul li a:hover,
.nav__mobile ul li a,
.nav__mobile ul li a:hover {
    color: #fff;
    position: relative;
    padding-bottom: .2rem;
}

.nav ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: .2rem;
    background-color: #993333;
    transition: all .2s;
}

.nav ul li a:hover::before {
    width: 100%;
    left: auto;
    right: 0;
}

.nav ul li a:hover {}

.menu__mobile-btn {
    color: #fff;
    font-size: 3rem;
    display: none;
}

.header-2 .menu__mobile-btn i {
    color: #993333 !important;
}

.menu__mobile-close i {
    color: #fff !important;
}

.nav ul li a,
.nav__mobile ul li a {
    color: #fff;
    font-size: 1.8rem;
}

.nav__mobile {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #4e4e4e;
    width: 0;
    padding: 0;
    transition: all .4s;
    overflow: hidden;

}

.nav__mobile:after {
    content: '';
    clear: both;
    display: table;

}

.nav__mobile ul {
    padding: 1rem 4rem;
    width: 19rem;
}

.nav__mobile ul li {
    display: block;
    margin: 5px 0;
}

.menu__mobile-close {
    color: #fff;
    font-size: 2.4rem;
    display: block;
    text-align: right;
    margin: 1rem 1rem 0 0;
}

.menu-item>.sub-menu {
    position: absolute;
    background-color: #292b2a;
    left: 50%;
    transform: translate(-50%, 1rem);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.menu-item:hover .sub-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

.sub-menu>.menu-item {
    padding: .5rem 1rem;
    width: auto;
    white-space: nowrap;
    transition: all .2s;
}

.sub-menu>.menu-item:hover {
    background-color: #484848;
}

/*RODAPÉ*/

.footer {
    background-color: #681a1a;
    padding-top: 5rem;
}

.footer a,
.footer p {
    color: #fff;
}

.footer h5 {
    font-size: 1.0em;
    padding-bottom: 10px;
}

.footer__logo {
    width: 80%;
}

.footer__redes {
    display: flex;
    justify-content: flex-end;
    gap: .8rem;
}

.footer__redes-item {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.footer__redes-item .footer__redes-item-icon {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    border-radius: 50%;
    font-size: 2rem;
}

.footer__redes-item .footer__redes-item-icon i {
    color: #681a1a !important;
}

.footer__divider {
    width: 97%;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    left: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.footer__telefone-box {}

.footer__telefone-icon,
.footer__celular-icon,
.footer__endereco-icon,
.footer__email-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;

}

.footer__telefone-icon i,
.footer__celular-icon i,
.footer__endereco-icon i,
.footer__email-icon i {
    line-height: 30px;
    color: #292b2a;
}

.footer__telefone-lista,
.footer__celular-lista {
    list-style: none;
    display: inline-block;
    padding-left: 1rem;
}

.footer__celular-box {}

.footer__celular-icon {
    font-size: 2rem;
}

.footer__celular-lista {}

.footer__a-levenox {}

.footer__a-levenox h5,
.footer__a-levenox p {
    color: #ffffff;
}

.footer__redes-texto {
    color: #fff;
    display: block;
    margin-bottom: 1rem;
}

.footer__redes-texto span {
    color: #f41a19;
}

.footer__email-box {}

.footer__email {}

.footer__email-icon {
    margin-right: .8rem;
    color: #292b2a;
}

.footer__endereco-box {}

.footer__endereco-box address {
    display: inline-block;
    color: #fff;
    width: calc(100% - 40px);
}

.footer__endereco-icon {
    margin-right: 1rem;
}

.copyright {
    color: #fff;
    text-align: center;
    font-weight: normal;
    background-color: #9d2222;
    padding: 1.2rem 0 1rem 0;
    margin-top: 3rem;
}

/*HOME*/

.bg-bloco-home-direito {
    background-image: url('../images/home-nossos-servicos-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.bloco-home-direito,
.bloco-home-esquerdo {
    padding: 10rem 0;
}

.bloco-home-esquerdo {
    width: 50%;
    padding-bottom: 20rem;
}

.bloco-home-direito {
    padding-right: 5rem;
    padding-left: 5rem;
}

.bloco-home-direito p {
    padding-top: 25px;
    color: #ffffff;
}

.bloco-home-direito a {
    color: #ffffff;
    font-weight: 900;
    display: block;
    padding-top: 35px;
}

.bloco-home-esquerdo a {
    color: #26455a;
    font-weight: 900;
    display: block;
    padding-top: 35px;
}

.bloco-home-esquerdo p {
    padding-top: 25px;
}

.bloco-home-direito h2 {
    color: #ffffff;
    font-size: 1.5em;
}

.bloco-home-esquerdo h1 {
    font-size: 1.5em;
}

.home-projetos {
    top: -13rem;
    height: 500px;
    position: relative;
}

.bg-bloco-home-projetos {
    height: 500px;
    position: relative;
    width: 65%;
    margin: auto;
    margin-bottom: -40px;
}

.bg-bloco-home-projetos-child {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bloco-projetos {
    background-color: #681a1a;
    width: 45rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bloco-projetos h3,
.bloco-projetos p,
.bloco-projetos a {
    color: #ffffff;
}

.bloco-projetos a {
    font-weight: 900;
}

.bloco-projetos h3 {
    font-size: 2.0em;
    padding: 18px 0 10px 0;
}

.bloco-projetos p {
    padding-bottom: 10px;
}

.info-projetos {
    margin: 55px;
}

.produtos {
    width: 65%;
    margin: auto;
    margin-bottom: 5rem;
}

.produtos ul li a {
    color: #9d2222;
    padding-left: unset !important;
    font-weight: 500 !important;
}

.produtos a {
    padding-left: 0px;
    color: #9d2222;
    font-weight: 900;
    display: block;
}

.product-categories {
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
}

.product-categories>h3 {
    background-color: #9d2222;
    color: #fff;
    width: 100%;
    padding: 1rem 1.6rem;
    margin-bottom: 0;
}

.product-categories__list {
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .05);
}

.product-categories__list,
.product-subcategories__list {
    list-style: none;

}

.product-categories__item {
    padding: 1rem 1.6rem;
}

.product-categories__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.product-categories__link {
    font-size: 2rem;
}

.product-subcategories__list {
    padding-left: 1.2rem;
}

.product-subcategories__item {}

.product-subcategories__link {
    font-size: 1.6rem;
}

.product-categories a {
    display: block;
    color: #000 !important;
}

.product-categories a:hover {
    display: block;
    color: #9d2222 !important;
}

.product-categories .current {
    font-weight: 700 !important;
    color: #9d2222 !important;
}

.produto {
    background-color: #9d9d9d;
    height: 600px;
}

#loading {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.produto-single {
    margin-bottom: 6rem;
}

.produto figure {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.produto img {
    margin: auto;
    display: block;
    position: relative;
    width: 60%;
    height: auto;
}

.home__produtos-texto {
    padding: 4rem;
}

.home__produtos-texto h4 {
    font-size: 2.0em;
    margin-bottom: 4rem;
}

.home__produtos-texto ul {
    padding-left: 20px;
    margin-bottom: 2rem;
}

.clientes-home {
    background-color: #4a7494;
    padding: 10rem 0;
}

.clientes-home p,
.clientes-home span {
    color: #ffffff;

}

.clientes-home .carousel__clientes .owl-dot {
    width: 11px;
    height: 11px;
    background-color: #fff !important;
    filter: opacity(.7);
    border-radius: 50% !important;
    margin: 0 2px;
}

.clientes-home .carousel__clientes .owl-dot.active {
    background-color: #fff !important;
    filter: opacity(1);
}

/*FIM HOME*/

/* EMPRESA */
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40rem;
}

.empresa {
    margin-top: -4rem;
    position: relative;
}

.empresa:last-child {
    margin-bottom: 10rem;
    margin-top: 10rem;
}


.empresa__texto {
    padding-top: 6rem;
}

.empresa__video {
    width: 100%;
    height: 60rem;
    background-image: url(../images/empresa-video-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.empresa__play {
    position: absolute;
    width: 8rem;
    bottom: 0;
    right: 1rem;
    transform: translateY(50%);
}

.empresa__btn {
    margin-top: 4rem;
    margin-bottom: 10rem;
}

.empresa__btn .btn {
    font-weight: 900;
}

.empresa__papel-box {
    width: 33%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

.empresa__papel-img {
    width: 50%;
    margin-left: auto;
}

/* FIM EMPRESA */
/*PRODUTOS*/
.produtos__filtro {
    background-color: #940e17;
    margin-bottom: 10rem;
}

.woocommerce .woocommerce-result-count {
    margin-bottom: 0 !important;
    color: #fff;
}

.woocommerce-ordering {
    margin-bottom: 0 !important;
    margin-left: 1rem !important;
}

.filtro__itens {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: space-between;
    padding: 1.5rem 4rem;
    flex-wrap: wrap;
}

.filtro__tipo {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}

.filtro__tipo-item {
    display: table-cell;
}

.filtro__tipo-item a {
    display: table-cell;
    padding: .5rem 1rem;
    color: #000;
    background-color: #fff;
    font-weight: 900;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .3);
}

.filtro__tipo-item a.active {
    color: #fff;
    background-color: #000;
}

.filtro__categoria {
    display: inline-block;
    padding: .5rem 1rem;
    margin-right: 5rem;
}

.filtro__disposicao {
    background-color: #fff;
    display: inline-block;
}

.filtro__disposicao-input {
    display: none;
}

.filtro__disposicao-label {
    cursor: pointer;
    opacity: .6;
    padding: .5rem;
    margin: 0;
}

.filtro__disposicao-label img {
    height: 2.5rem;
}

.filtro__disposicao-label:first-child {
    margin-right: 1rem;
}

.filtro__disposicao-input:checked+.filtro__disposicao-label {
    opacity: 1;
}

.produto__item {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 10rem;
}

.produto__item-imagem-box {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

.produto__item-imagem-box img {
    width: 100%;
}

.produto__item-nome {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #940e17;
    padding: .5rem 1rem;
}

.produtos__btn {
    text-align: center;
    margin: 10rem 0;
}

.produtos__btn .btn {
    font-weight: bold;
}

/*FIM PRODUTOS*/


/*CLIENTES*/
.clientes {
    margin-top: 10rem;
}

.clientes__depoimentos {
    margin-bottom: 10rem;
}

/*FIM CLIENTES*/
/* CONTATO */
.contato {
    margin-top: -5rem;
    margin-bottom: 20rem;
}

.contato__infos {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1rem;
    background-color: #9d0008;
    margin-bottom: 10rem;
}



.contato__infos-email,
.contato__infos-telefone {
    color: #fff;
    text-align: center;
}

.contato__infos-email h3,
.contato__infos-telefone h3 {
    font-size: 2rem;
    font-weight: 900;
}

.contato__infos-email a,
.contato__infos-telefone a {
    color: #fff;
}

.contato__redes {}

.contato__redes-img {
    width: 70%;
    display: block;
    margin: auto;
}

.contato__redes-itens {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.contato__redes-link {
    display: inline-block;
    width: 4rem;
    margin: 0 1rem;
    position: relative;
}

.contato__redes-item {
    width: 100%;
}

.contato__form {
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin-top: 0;
}

/* FIM CONTATO */

/*BLOG*/
.blog__main {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.blog .home__blog-item {
    margin-top: 8rem;
}

/*FIM BLOG*/

/*ORÇAMENTO*/
.orcamento {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.orcamento .titulo {
    margin-bottom: 2rem;
}

.orcamento__form-produto {
    width: 100%;
    margin-bottom: 2rem;
    border: 3px solid #d6d6d6;
    border-radius: 2rem;
    padding: .5rem 1.5rem;
    transition: all .2s;
    font-size: 1.6rem;
}

.orcamento__form-checkbox {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    cursor: pointer;
}

.orcamento__form-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.orcamento__form-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all .2s;
}

.orcamento__form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.orcamento__form-checkbox .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.orcamento__form-checkbox input:checked~.checkmark {
    background-color: #346851;
}

.orcamento__form-checkbox input:checked~.checkmark:after {
    display: block;
}

.orcamento__form:after {
    content: '';
    width: 500%;
    height: 100%;
    position: absolute;
    background-color: #950e1f;
    top: -4rem;
    left: 4rem;
    transform: translateZ(-1px);
}

/*FIM ORÇAMENTO*/

/*AGRADECIMENTO*/
.agradecimento {
    margin-top: 10rem;
}

.agradecimento__videos {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.agradecimento__videos .home__videos-conteudo {
    background-color: #fff;
    padding: 0;
    width: 140%;
}

.agradecimento__videos .home__videos-carousel .owl-nav .owl-prev {
    color: #000 !important;
}



.agradecimento__videos .home__videos-carousel {
    padding-left: 8rem;
}

/*FIM AGRADECIMENTO*/

/*BLOG POST*/
.blog__post {
    margin-top: 10rem;
}

.blog__post-img {
    width: 40%;
    float: left;
    margin: 0rem 2rem 2rem 0rem;

}

.blog__post-title {
    text-align: left;
    font-weight: 900;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.blog__post-content {
    margin-bottom: 10rem;
}

/*FIM BLOG POST*/

/*PRODUTO*/
.produto__main {
    margin-top: 10rem;
}

.produto__infos {
    position: relative;
    height: 100%;
}

.produto__titulo {
    margin-bottom: 4rem;
}

.produto__desc {
    padding-bottom: 3rem;
}

.produto__meta {
    font-size: 1.4rem;
    color: #606060;
}

.produto__meta a {
    color: #606060;
    font-weight: bold;
}


.produto__galeria .owl-carousel,
.produto__galeria .owl-carousel .owl-item {
    position: relative;
}

.produto__galeria #big {
    height: 40rem;
    margin-bottom: 2rem;
}

.produto__galeria #big .owl-item {
    height: 40rem;
}

.produto__galeria #big img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.produto__galeria #big .owl-prev,
.produto__galeria #big .owl-next {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #9d2222;
    background-color: #fff;
    transition: all 0.2s;
    opacity: 0.7;
}

.produto__galeria #big .owl-prev:hover,
.produto__galeria #big .owl-next:hover {
    background-color: #9d2222;
    border: 1px solid #9d2222;
    color: #fff;
    opacity: 1;
}

.produto__galeria #big .owl-prev:focus,
.produto__galeria #big .owl-next:focus {
    outline: none;
}

.produto__galeria #big .owl-next {
    right: 2%;
}

.produto__galeria #big .owl-prev {
    left: 2%;
}

.produto__galeria #thumbs {
    height: 10rem;
}

.produto__galeria #thumbs .owl-item {
    height: 10rem;
    cursor: pointer;
}

.produto__galeria #thumbs .owl-item.current {
    filter: brightness(0.5)
}

.produto__galeria #thumbs img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.produto__btn-orcamento {
    margin-left: 4rem;
}

.produto__btn-orcamento .btn {
    font-weight: 900;
}

.produto__especificacoes {
    margin-top: 10rem;
}

.produto__especificacoes .titulo {
    margin-bottom: 4rem;
}


.especificacao__item {
    display: flex;
    width: 50%;
    float: left;
    padding-right: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

.especificacao__icon {
    width: 4rem;
    margin-right: 1rem;
}

.especificacao__icon img {
    width: 100%;
}

.especificacao__desc {}

.especificacao__nome {
    display: block;
}

.produto__avaliacao {
    margin-top: 10rem;
}

.produto__avaliacao-content {}

.produto__btn-avaliacao .btn {
    font-weight: 900;
}

.produtos__relacionados {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.produtos__relacionados-item-imagem {
    height: 40rem;
}

.produtos__relacionados-carousel .owl-prev,
.produtos__relacionados-carousel .owl-next {
    width: 5rem;
    height: 5rem;
}

.produtos__relacionados-carousel .owl-prev,
.produtos__relacionados-carousel .owl-next {
    font-size: 4rem !important;
}

.woocommerce-breadcrumb {
    margin-top: 2rem !important;
}

#review_form_wrapper .comment-reply-title {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2rem;
}

.woocommerce p.stars a {
    color: #fbc810;
}

.woocommerce p.stars a:hover {
    color: #e8b600;
}

.woocommerce .add-request-quote-button.button,
.woocommerce .add-request-quote-button.button:hover {
    color: #a33131 !important;
    background-color: transparent !important;
    font-size: 1.6rem !important;
}


.add-request-quote-button {
    font-size: 2rem !important;
}

#review_form_wrapper .submit:hover,
.add-request-quote-button:hover {
    background-color: #fff !important;
    color: #940e17 !important;
}

#wp-comment-cookies-consent~label {
    display: unset !important;
}

.produto__btn-avaliacao {
    margin-top: 4rem;
}

.woocommerce-review-link {
    color: #000 !important;
}

.commentlist {
    padding-left: 0 !important;
    margin-top: 3rem !important;
}

.comment_container {
    display: inline-block !important;
    /* border: 1px solid #ccc; */
    padding: 2rem !important;
    border-radius: 2rem !important;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .1) !important;
}

.comment_person {
    position: relative;
    display: inline-block;
    text-align: center;
}

.comment_person img {
    position: relative !important;
    display: block !important;
    margin-bottom: .5rem !important;
}

.comment-text {
    display: inline-block !important;
    border: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.comment-text .star-rating {
    float: none !important;
    margin-bottom: 1rem !important;
}

.comment-text .star-rating:before {
    color: #fbc810;
}

.woocommerce .star-rating span::before {
    color: #fbc810;
}

.comment-text .description p {
    margin-bottom: 0 !important;
}

.woocommerce-tabs .modal-body {
    padding: 2rem;
}

/*FIM PRODUTO*/


#loading {
    display: none;
}

#loading img {
    position: relative;
    top: 5px;
}

/**********************************LEVENOX*************************************/
.header *,
.header .nav ul li a {
    color: #fff;
}

.header a:hover {
    color: #fff;
}

.header-2 {
    padding: 1.6rem 0 3rem 0
}

.header-2 a:hover {
    color: #000;
}

.header-2 *,
.header-2 .nav ul li a {
    color: #000;
}



.header__infos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1.2rem;
}

.header__infos-item {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.header__infos-item .header__infos-item-icon {
    background-color: #993333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    border-radius: 50%;
    font-size: 2rem;
}

.header__infos-item .header__infos-item-icon i {
    color: #fff !important;
}

.header__redes {
    display: flex;
    gap: 1.2rem;
}

.page__header {
    text-align: center;
    color: #fff;
    background-color: #9d2222;
    padding: 6rem 0;
    margin-bottom: 10rem;
}

.page__header h1 {
    font-size: 2.8rem;
}

.empresa {
    padding: 4rem 0 12rem 0;
}

.empresa__equipe {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 15rem;
}

.empresa__equipe-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.empresa__equipe-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.empresa__equipe-texto {
    position: relative;
    background-color: #f9f9f9;
    padding: 10rem 1.5rem;
}

.empresa__equipe-texto h2 {
    margin-bottom: 4rem;
}

.empresa__equipe-texto p {
    margin-bottom: 3rem;
}

.empresa__equipe-texto a {
    margin-bottom: 7rem;
}

.button {
    display: inline-block !important;
    text-decoration: none !important;
    transition: all .2s !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0 !important;
    border-radius: none !important;
    left: unset !important;
    background-color: transparent !important;
}

.button:hover {
    transform: translateY(-3px) !important;
}

.button__blue {
    color: #26455a !important;
}

.button__blue:hover {
    color: #26455a !important;
}

.button__red {
    color: #a33131 !important;
}

.button__red:hover {
    color: #a33131 !important;
}

.button__arrow {
    padding-right: 1rem !important;
    position: relative !important;
}

.button__arrow::after {
    display: inline-block;
    content: '';
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #a33131;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.button__whatsapp-product {
    color: #fff;
    background-color: #25d366;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    transition: all 0.2s;
}

.button__whatsapp-product:hover {
    color: #fff;
    background-color: #157939;
}

.empresa__stats {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.empresa__stats-item {
    text-align: center;
}


.empresa__stats-number {
    display: block;
    color: #9d2222;
    font-size: 30px;
    font-weight: 700;
}

.servicos__item {
    margin-bottom: 8rem;
    padding: 1rem;
    transition: all .2s;
}

.servicos__item:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.servicos__item a {
    color: #212529;
    display: block;
}

.servicos__imagem {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;

}

.servicos__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicos__imagem-child {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.servicos__item:hover .servicos__imagem-child {
    transform: scale(1.1);
}

.layer__blue {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(38, 69, 90, .6);
    transition: all .2s ease-in;
}

.servicos__item:hover .servicos__imagem-layer {
    background: rgba(0, 0, 0, .3);
}

.servicos__nome {
    font-size: 18px;
}

.servicos__resumo {
    line-height: 1.2;
}

.servico {
    margin-bottom: 15rem;
}

.servico__infos-box {
    padding-right: 4rem;
}

.servico__infos {}

.servico__infos h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
}

.servico__infos p {
    font-size: 1.6rem;
}

.servico__imagem {
    margin-top: 3rem;
}

.servico__imagem,
.servico__imagem img {
    width: 100%;
}

.servico__form {
    width: 100%;
    padding: 4rem 3rem;
    background-color: #f5f5f5 !important;
}

.servico__form h2 {
    text-align: center;
    margin-bottom: 4rem
}

.servico__form label,
.servico__form input {
    display: block;
    width: 100%;
}

.servico__form input {
    padding: .5rem 1rem !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #9b9b9b !important;
    background-color: transparent !important;
    margin-bottom: 2rem !important;
    transition: all .2s !important;
}

.servico__form input:focus {
    outline: none !important;
    border-bottom: 1px solid #000 !important;
}

.servico__form label {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    color: #9b9b9b !important;
}

.servico__form .wpforms-submit-container {
    text-align: center;
}

.servico__form button[type="submit"] {
    border: none !important;
    background-color: #9d2222 !important;
    color: #fff !important;
    padding: 1rem 5rem 1rem 4rem !important;
    margin-top: 2rem !important;
    font-weight: 700 !important;
    width: auto;
}

.button__white {
    color: #fff;
}

.button__white:hover {
    color: #fff;
}

.button__white.button__arrow::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    right: unset;
}

.servico__outros {
    margin-bottom: 15rem;
}

.servico__outros-item {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.servico__outros-item a {
    color: #000;
}

.servico__outros-imagem {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.servico__outros-imagem-child {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.servico__outros-item:hover .servico__outros-imagem-child {
    transform: scale(1.1);
}

.servico__outros-item:hover .layer__blue {
    background-color: rgba(0, 0, 0, .3);
}

.servico__outros-texto {
    padding-left: 4rem;

}

.servico__outros-texto h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.servico__outros-texto .button {
    margin-top: 1rem;
}

.produtos {}

.produtos h2 {
    margin-bottom: 7rem;
}

.produtos__item {
    width: 100%;
    transition: all .4s;
    margin-bottom: 5rem;
    border-radius: 5px;
    text-align: center;
}

.produtos__item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transform: translateY(-20px);
}

.produtos__item:active {
    transform: translateY(1px);
}

.produtos__imagem {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.produtos__imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.produtos__imagem-child {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
}

.produtos__item:hover .produtos__imagem-child {
    transform: scale(1.05);
    filter: brightness(.9);
}

.produtos__nome {
    text-align: center;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #282828;
}

.produtos__item .button {
    margin-bottom: 1rem;
}

.clientes {}

.clientes__title {
    font-weight: 400;
    text-align: center;
}

.clientes-lista {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.clientes-lista__item {
    width: 90%;
    display: block;
    margin: auto;
    overflow: hidden;
}

.clientes-lista__imagem img {
    height: 8rem;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
    filter: opacity(.7);
    transition: all .2s;
    object-fit: contain;
}

.clientes-lista__imagem img:hover {
    filter: opacity(1);
}

.clientes-infos {
    margin-top: 10rem
}

.clientes-infos__box {
    background-color: #9d2222;
    text-align: center;
    padding: 4rem 2rem 3rem 2rem;
}

.clientes-infos__box h3 {
    color: #fff;
    font-size: 2.2rem;
}

.clientes-infos__box .button:hover {
    color: #fff;
}



.clientes-depoimentos {
    margin-bottom: 10rem;
}

.carousel__clientes {}

.clientes-depoimentos__item {
    text-align: center;
    padding: 0 4rem;
}

.clientes-depoimentos__avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: block;
    margin: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

.clientes-depoimentos__avatar img {
    width: 100%;
    height: 100%;
}

.clientes-depoimento__texto {
    color: #646464;
    width: 60rem;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
}

.clientes-depoimento__autor {
    color: #646464;
    font-size: 1.8rem;
    display: block;
}

.carousel__clientes .owl-dot {
    width: 11px;
    height: 11px;
    background-color: #616161 !important;
    filter: opacity(.7);
    border-radius: 50% !important;
    margin: 0 2px;
}

.carousel__clientes .owl-dot.active {
    background-color: #616161 !important;
    filter: opacity(1);
}

.carousel__clientes .owl-dot:focus {
    outline: none;
}

.carousel__clientes .owl-dots {
    position: absolute;
    transform: rotate(90deg) translateY(-50%);
    display: inline-block;
    top: 50%;
    right: 0;
}

.portfolio-lista {
    margin-top: -10rem;
    margin-bottom: 10rem;
}

.portolio-lista__item {
    width: 100%;
    height: 40rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.layer__black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all .2s;
}

.portfolio-lista__infos {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    padding: 0 2rem;
    opacity: 0;
    transform: translateY(-2rem);
    transition: all .2s;
}

.portfolio-lista__infos h3 {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 400;
}

.portolio-lista__item:hover .layer__black {
    opacity: 1;
}

.portolio-lista__item:hover .portfolio-lista__infos {
    opacity: 1;
    transform: translateY(0);
}

.paginacao {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
}

.paginacao a,
.paginacao span {
    color: #b5b5b5;
    display: table-cell;
    font-weight: bold;
    font-size: 2rem;
    padding: 0 1rem;
    border-radius: 10px;
    transition: all .2s;
    margin: 0 0.25rem;
}

.paginacao a:hover,
.paginacao span.current {
    color: #fff;
    background-color: #9d2222 !important;

    background-color: #fff;
}

.portfolio-selecionado {}

.portfolio-selecionado__title {}

.portfolio-selecionado__texto {
    padding: 4rem 0 5rem 0;
    border-bottom: 4px solid #e1e1e1;
}

.portfolio-galeria {
    margin-top: 5rem;
    margin-bottom: 15rem;
}

.carousel__portfolio {}

.portfolio-galeria__imagem {
    width: 100%;
}

.portfolio-galeria__imagem img {
    width: 100%;
}

.carousel__portfolio .owl-prev,
.carousel__portfolio .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px !important;
    color: #fff !important;
    line-height: 0;
}

.carousel__portfolio .owl-prev {
    left: 10px;
}

.carousel__portfolio .owl-next {
    right: 10px;
}


.carousel__portfolio .owl-prev:focus,
.carousel__portfolio .owl-next:focus {
    outline: none;
}

.contato {}

.contato h3 {
    text-align: center;
}

.contato__form {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 5rem;
}

.contato__form label {
    display: block;
    font-weight: 400 !important;
}

.contato__form input,
.contato__form select,
.contato__form textarea {
    width: 100% !important;
    margin-bottom: 2rem !important;
    border: none !important;
    background-color: #f8f8f8 !important;
    padding: .5rem 1rem !important;
}

.contato__form select {
    padding: .7rem 1rem !important;
}

.contato__form .wpforms-submit-container {
    text-align: center;
}

.contato__form button[type="submit"] {
    border: none !important;
    background-color: #9c2323 !important;
    padding: 1rem 5rem 1rem 4rem !important;
    margin-top: 2rem !important;
    display: inline-block !important;
    width: auto;
    color: #fff !important;
    font-weight: 700 !important;
}

.contato-infos {
    margin-top: 10rem;
}

.contato-infos__item:not(:last-child) {
    margin-bottom: 3rem;
}

.contato-infos__item i {
    font-size: 4rem;
    color: #9d2222;
    text-align: center;
}

.contato-infos__item span {
    display: block;
    margin-bottom: 1rem;
}

.contato-infos__item [class^="col-"] {
    align-self: center;
}

.contato-infos>.row>.col-md-4 {
    align-self: center;
    display: flex;
    flex-flow: column;
}

.produto__orcamento {
    margin-top: 3rem;
}

.produto-outros {
    margin-top: 15rem;
    margin-bottom: 10rem;
}

.produto-outros h3 {
    margin-bottom: 4rem;
    font-size: 2.2rem;
}

.produto-outros .produtos__nome {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #282828;
}

.produto-outros__item {
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4rem;
    transition: all .2s;
    overflow: hidden;

}

.produto-outros__item h2 {
    font-weight: 400;
}

.produto-outros__imagem {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.produto-outros__imagem-child {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
}

.produto-outros__imagem:hover .produto-outros__imagem-child {
    transform: scale(1.05);
}

.produto-outros__imagem:hover .layer__black {
    opacity: .5;
}

.produto-outros__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.add-request-quote-button {
    text-align: left;
}

.yith_ywraq_add_item_browse_message {
    margin-top: 1rem;
}

.ywraq-wrapper .button {
    margin-top: 1rem !important;
    background-color: #993333 !important;
    border: 2px solid #993333 !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    border-radius: 0 !important;
    transition: all .2s;
    font-weight: 700 !important;
}

td.product-name a {
    color: #000;
}


.ywraq-wrapper .button:hover {
    background-color: #fff !important;
    color: #993333 !important;
}

.yith-ywraq-mail-form-wrapper input[type=text],
.yith-ywraq-mail-form-wrapper input[type=email],
.yith-ywraq-mail-form-wrapper textarea {
    border: none;
    background-color: #ececec;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem !important;
}

.carousel__banners {
    height: 50rem;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}

.carousel__banners .owl-stage-outer,
.carousel__banners .owl-stage,
.carousel__banners .owl-item {
    width: 100%;
    height: 100%;
}

.banners__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners__header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clientes__overlay {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 8rem;
    opacity: .05;
    line-height: .8;
    font-weight: bold;
}

.home__produtos-texto ul {
    list-style: none;
}

.home__produto-item a {
    display: block;
    position: relative;
}

.home__produto-item a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #9d2222;
    left: -12px;
    top: 50%;
    transform: translate(-105%, -50%);
    transition: all .3s ease-out;
}

.home__produto-item .active:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #9d2222;
    left: -12px;
    top: 50%;
    transition: all .5s ease-out;
}

.fodis {
    animation-name: flipInX;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.produtos .col-5 {
    z-index: 1;
}

.owl-carousel.bg-bloco-home-projetos .owl-stage-outer,
.owl-carousel.bg-bloco-home-projetos .owl-stage,
.owl-carousel.bg-bloco-home-projetos .owl-item {
    height: 100% !important;
}

.bg-bloco-home-projetos .owl-dot {
    width: 7px;
    height: 7px;
    background-color: #fff !important;
    filter: opacity(1);
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    margin: 0 2px;
    transition: all .2s;
    position: relative;
}

.bg-bloco-home-projetos .owl-dot.active {
    background-color: transparent !important;
    margin: 0 12px;
    transition: all .2s;
}

.bg-bloco-home-projetos .owl-dot.active:after {
    content: '';
    position: absolute;
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: -10px;
    left: -10px;
}

.bg-bloco-home-projetos .owl-dot:focus {
    outline: none;
}

.bg-bloco-home-projetos .owl-dots {
    position: absolute;
    transform: rotate(90deg);
    display: inline-block;
    bottom: 20px;
    left: 0;
}

.menu .active {
    font-weight: bold;
}

.error__404 {
    text-align: center;
    padding: 10rem 0;
}

.error__404 h1 {
    font-size: 4rem;
    color: #282828;
    margin-bottom: 5rem;
}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #9d2222;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/* End Preloader */

.whatsapp-fixed {
    position: fixed;
    display: block;
    z-index: 9999;
    background-color: #25d366;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.whatsapp-fixed i {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
}