html,  body {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    margin: 0;
    padding: 0;
    font-family: arial;
    /*overflow-x: hidden;*/
}

@keyframes qualEnter {
    from {margin-left: -5000px}
    to {margin-left: 0}
}

/* ATALHOS */
#newsEnviaEmail {
    float: left;
    height: 26px !important;
    margin-right: 10px;
}
.clear {
    clear:both;
}
.space {
    height: 100px;
}
.center {
    position: relative;
    width: 75%;
    margin: 0 auto;
}
.btn-red {
    padding: 5px 30px 5px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #8f2929;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
}
    .btn-white:after {
        content: url("../images/arrow-red.png") !important;
        position: relative;
        left: 15px;
        top: 2px;
    }

.btn-white {
    padding: 5px 30px 5px 20px;
    text-decoration: none;
    color: #8f2929;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .3s;
}
    .btn:hover {
        opacity: .8;
        transition: all .3s;
    }
    .btn:after {
        content: url("../images/arrow-white.png");
        position: relative;
        left: 15px;
        top: 2px;
    }

.btn-webdoor-slide:after {
    content: url("../images/arrow-white.png");
    position: relative;
    left: 15px;
    top: 2px;
}
.text-gray {
    color: #000;
}
/* ATALHOS */


nav.menu-top {
    z-index: 999;
    position: relative;
    width: 100%;
}
.logo {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}
.menu {
    position: relative;
    /* display: inline-block; */
    float: left;
    width: 80%;
    padding-top: 19px;
    text-align: right;
}
    .menu a {
        position: relative;
        /* display: inline-block; */
        margin-left: 8%;
        line-height: 30px;
        text-decoration: none;
        color: #999;
        transition: all .4s;
    }
        .menu a.active {
            color: #8f2929;
        }
        .menu a:hover {
            color: #8f2929;
            transition: all .4s;
        }
.webdoor {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 10px solid #8f2929;
}

section {
    position: relative;
    display: block;
    text-align: center;
}
    .text-section {
        line-height: 23px;
    }

section.solutions {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .solutions h3 {
        font-size: 25px;
        color: #8f2929;
    }
    .solutions .text-section {
        margin-bottom: 30px;
    }
section.qualidades {
    width: 100%;
    height: 400px;
    background: url("../images/bg-qualidade.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
}
    .qualidades-title {
        color: #8f2929;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 45px;
    }
    .qualidade-blocos {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%;
        animation-name: qualEnter;
        animation-duration: 3s;
    }
        .qualidade-bloco {
            position: relative;
            display:inline-block;
            width: 21%;
            max-width: 220px;
            margin-left: 1%;
            margin-right: 1%;
            height: 250px;
            padding: 5px;
            float: left;
            background-color: #fff;
            box-shadow: none;
            transition: all .8s;
        }
            .qualidade-bloco:hover {
                opacity: .7;
                transition: all .8s;
                box-shadow: 2px 5px 30px #999;
            }
            .qualidade-bloco .icon {
                position: relative;
                width: 80%;
                margin: 30px auto 0 auto;
            }
            .qualidade-bloco-title {
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 1px;
                color: #8f2929;
            }
            .qualidade-bloco-text {
                position: relative;
                width: 90%;
                margin: 0 auto;
                font-size: 13px;
                line-height: 15px;
            }



    .ps-top {
        position: relative;
        display: block;
        width: 100%;
        height: 350px;
    }

        .ps-top-left {
            position: relative;
            display: inline-block;
            width: 50%;
            float: left;
            color: #fff;
            height: 350px;
            text-align: left;
            background-color: #8f2929;
        }
            .ps-text-left {
                position: relative;
                line-height: 30px;
                margin-left: 20%;
                top: 50px;
                letter-spacing: 1px;
            }
            .ps-text-left span {
                font-size: 30px;
                font-weight: 600;
            }

        .ps-top-right {
            position: relative;
            display: inline-block;
            width: 50%;
            height: 350px;
            float: left;
            background: url("../images/produtos-img.jpg");
            background-size: 100%;
            background-repeat: no-repeat;
        }


        .ps-bottom-left {
            position: relative;
            display: inline-block;
            width: 50%;
            float: left;
            color: #fff;
            height: 350px;
            text-align: left;
            background: url("../images/servicos-img.jpg");
            background-size: 100%;
            background-repeat: no-repeat;
        }
            .ps-text-right {
                position: relative;
                top: 50px;
                margin-left: 20%;
                line-height: 30px;
                letter-spacing: 1px;
            }
            .ps-text-right span {
                font-size: 30px;
                font-weight: 600;
            }
            .ps-bottom-right {
                position: relative;
                display: inline-block;
                width: 50%;
                float: left;
                color: #fff;
                height: 350px;
                text-align: left;
                background-color: #8f2929;
            }

section.noticias {
    width: 100%;
    height: 600px;
    margin-top: -20px;
    background: url("../images/bg-leiamais.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
    .innerFilter {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        opacity: .4;
        background-color: #000;
    }
    section.noticias .noticias-right {
        position: relative;
        display: block;
        width: 40%;
        top: 80px;;
        height: auto;
        float: right;
        text-align: left;
        letter-spacing: 1px;
    }
        .noticias-text {
            color: #8f2929;
            line-height: 25px;
        }
            .noticias-text span {
                font-weight: 600;
            }
            .noticias-text.text-gray {
                color: #000;
                font-size: 14px;
                line-height: 20px;
                width: 120%;
            }

section.news {
    width: 100%;
    height: 140px;
    color: #8f2929;
    margin-top: -16px;
    padding-top: 50px;
    background-color: #2e2a2d;
}
    .news-text {
        position: relative;
        display: inline-block;
        width: 22%;
        top: 10px;
        text-align: left;
    }
    form#leiaMais {
        position: relative;
        display: inline-block;
        width: 70%;
        text-align: left;
    }
        form#leiaMais #newsEnviaEmail {
            width: 68%;
            height: 23px;
            padding-left: 2%;
        }
        #submitNews {
            border: none;
            height: 30px;
            cursor: pointer;
        }

        #submitNews:after {
            content: url("../images/arrow-white.png");
            position: relative;
            left: 15px;
            top: 2px;
            z-index: 999;
        }

        iframe {
            filter: grayscale(1);
            pointer-events: none;
        }


/* ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
/* ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
/* █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
/* ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
/* ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
/* ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
/*                                                     */
footer {
    position: relative;
    display: block;
    width: 100%;
}
    .footer-top {
        position: relative;
        display: block;
        width: 100%;
        height: 80px;
        margin-top: 50px;
    }
        .footer-top-left {
            position: relative;
            display: inline-block;
            float: left;
            width: 50%;
            height: 30px;
            bottom: -40px;
        }
        .footer-top-right {
            position: relative;
            display: inline-block;
            width: 50%;
            float: left;
        }
            .footer-top-right h4 {
                color: #8f2929;
            }
            .text-footertext-footer-top-right {
                position: relative;
                display: inline-block;
                width: 20%;
                font-size: 12px;
                margin-top: -14px;
                vertical-align: top;
            }
                .text-footertext-footer-top-right:nth-child(3) {
                    width: 60% !important;
                    margin-left: 40px;
                }
        .line-footer {
            width: 100%;
            height: 1px;
            margin-top: 10px;
            background-color: #999;
        }

        .footer-bottom {
            position: relative;
            display: block;
            width: 100%;
        }
            .footer-bottom-left {
                position: relative;
                display: inline-block;
                float: left;
                width: 50%;
                height: 30px;
                margin-left: 40px;

            }
                .footer-bottom-left .text-footer {
                    font-size: 12px;
                }
            .footer-bottom-right {
                position: relative;
                display: inline-block;
                width: 40%;
                float: right;
                margin-right: 40px;
                text-align: right;
                transition: all .3s;
            }
                .footer-bottom-right:hover {
                    opacity: .7;
                    transition: all .3s;
                }

/* ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
/* ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
/* █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
/* ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
/* ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
/* ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
/*                                                     */


/* ██████╗ ██╗      ██████╗  ██████╗
/* ██╔══██╗██║     ██╔═══██╗██╔════╝
/* ██████╔╝██║     ██║   ██║██║  ███╗
/* ██╔══██╗██║     ██║   ██║██║   ██║
/* ██████╔╝███████╗╚██████╔╝╚██████╔╝
/* ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝
/*                                    */
.titleWeb.titleWebNoticias h1 {
    width: 95%;
    margin-top: 60px;
}
h5.titleBlog {
    font-weight: 600;
    color: #8f2929;
    line-height: 20px;
}
    h5.titleBlog.noticia1:before {
        /*content: url(../images/icon-noticia1.PNG);*/
        content: url(../images/sistema.jpg);
        position: absolute;
        left: -270px;
    }
.conteudoTextBlog {
    margin-top: -10px;
    line-height: 21px !important;
}
.sideBlog {
    width: 20%;
}
.viewBlog {
    width: 60%;
}
.btnMaisBlog {
    position: relative;
    top: 20px;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 7px 30px 7px 30px;
}
    .btnMaisBlog:hover {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }
.blocoBlog {
    margin-bottom: 75px;
}

/* ██████╗ ██╗      ██████╗  ██████╗
/* ██╔══██╗██║     ██╔═══██╗██╔════╝
/* ██████╔╝██║     ██║   ██║██║  ███╗
/* ██╔══██╗██║     ██║   ██║██║   ██║
/* ██████╔╝███████╗╚██████╔╝╚██████╔╝
/* ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝
/*                                    */

/* ██████╗ ██╗      ██████╗  ██████╗     ██╗████████╗███████╗██████╗ ███╗   ██╗ █████╗ ███████╗
/* ██╔══██╗██║     ██╔═══██╗██╔════╝     ██║╚══██╔══╝██╔════╝██╔══██╗████╗  ██║██╔══██╗██╔════╝
/* ██████╔╝██║     ██║   ██║██║  ███╗    ██║   ██║   █████╗  ██████╔╝██╔██╗ ██║███████║███████╗
/* ██╔══██╗██║     ██║   ██║██║   ██║    ██║   ██║   ██╔══╝  ██╔══██╗██║╚██╗██║██╔══██║╚════██║
/* ██████╔╝███████╗╚██████╔╝╚██████╔╝    ██║   ██║   ███████╗██║  ██║██║ ╚████║██║  ██║███████║
/* ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝     ╚═╝   ╚═╝   ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝
/*                                                                                              */

.line-top-blog {
    position: relative;
    top: 80px;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.imgInternaBlog img {
    width: 100%;
}
.relatedWrapOver {
    position: relative;
    width: 320px;
    height: 80px;
}
.side-bar.sideInternaBlog {
    position: relative;
    display: inline-block;
    width: 24%;
    max-width: 500px;s
    text-align: right;
    padding-top: 50px;
    padding-right: 0px;
    left: -40%;
    top: 70px;
    color: #8f2929;
}
.relatedsWrap h6 {
    font-size: 10px;
}
.relatedTitle {
    position: relative;
    left: 110px;
    width: 10px;
    font-size: 15px;
    text-align: right;
    letter-spacing: 1px;
    font-weight: 600;
}
.textRelated {
    position: relative;
    float: right;
    width: 50%;
    text-align: left;
    margin-top: -15px;
    right: 52px;
    color: #999;
}
.saibaMaisRelated {
    position: relative;
    left: 23px;
    top: 25px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
    .saibaMaisRelated:hover {
        opacity: .6;
        transition: all .3s;
        color: #8f2929;

    }
    .saibaMaisRelated span {
        color: #8f2929;
    }
.line-interna-related {
    position: relative;
    display: block;
    top: 35px;
    right: -105px;
    width: 70%;
    height: 1px;
    background-color: #999;
}
.line-menu-blog {
    position: absolute;
    left: -89px;
    width: 420px;
    height: 1px;
    background-color: #999;
}
.areaView.viewInternaBlog {
    position: relative;
    display: inline-block;
    float: right;
    left: -120px;
    width: 50%;
    height: auto;
    padding-top: 20px;
    text-align: -webkit-auto;
    color: #777;
    top: -220px;
}

/* ██████╗ ██╗      ██████╗  ██████╗     ██╗███╗   ██╗████████╗███████╗██████╗ ███╗   ██╗ █████╗ ███████╗
/* ██╔══██╗██║     ██╔═══██╗██╔════╝     ██║████╗  ██║╚══██╔══╝██╔════╝██╔══██╗████╗  ██║██╔══██╗██╔════╝
/* ██████╔╝██║     ██║   ██║██║  ███╗    ██║██╔██╗ ██║   ██║   █████╗  ██████╔╝██╔██╗ ██║███████║███████╗
/* ██╔══██╗██║     ██║   ██║██║   ██║    ██║██║╚██╗██║   ██║   ██╔══╝  ██╔══██╗██║╚██╗██║██╔══██║╚════██║
/* ██████╔╝███████╗╚██████╔╝╚██████╔╝    ██║██║ ╚████║   ██║   ███████╗██║  ██║██║ ╚████║██║  ██║███████║
/* ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝     ╚═╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝
/*                                                                                                        */

/* ███████╗██╗    ██╗██╗██████╗ ███████╗██████╗
/* ██╔════╝██║    ██║██║██╔══██╗██╔════╝██╔══██╗
/* ███████╗██║ █╗ ██║██║██████╔╝█████╗  ██████╔╝
/* ╚════██║██║███╗██║██║██╔═══╝ ██╔══╝  ██╔══██╗
/* ███████║╚███╔███╔╝██║██║     ███████╗██║  ██║
/* ╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝
/*                                               */
.title-slider {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.text-inner-slider {
    position: relative;
    width: 41%;
    left: 27%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.saiba-mais {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.swiper-slide h2 {
    width: 46%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    line-height: 25px;
}
    a.btn-webdoor-slide {
        position: relative;
        display: block;
        color: #fff;
        width: 46%;
        margin: 20px auto;
        letter-spacing: 1px;
        text-decoration: none;
    }
.swiper-slide.slide1,.swiper-slide.slide2,.swiper-slide.slide3 {
    /* width: 100%; */
    height: 350px;
    background-color: bisque;
    /* background: url("../images/bg-slider1.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
        width: 100%;
        text-align: left;
        /* font-size: 18px; */
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
    }
    .swiper-pagination-bullet-active {
        background: #8f2929 !important;
    }
    .swiper-slide.slide1 {
        background: url("../images/bg-slider1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiper-slide.slide2 {
        /*background: url("../images/bg-slider2.jpg");*/
        background: url("../images/imagem-do-segundo-banner.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiper-slide.slide3 {
        background: url("../images/bg-slider3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }

/* ███████╗██╗    ██╗██╗██████╗ ███████╗██████╗
/* ██╔════╝██║    ██║██║██╔══██╗██╔════╝██╔══██╗
/* ███████╗██║ █╗ ██║██║██████╔╝█████╗  ██████╔╝
/* ╚════██║██║███╗██║██║██╔═══╝ ██╔══╝  ██╔══██╗
/* ███████║╚███╔███╔╝██║██║     ███████╗██║  ██║
/* ╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝
/*                                               */


/*  ██████╗ ██████╗ ███╗   ██╗████████╗ █████╗ ████████╗ ██████╗
/* ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔══██╗╚══██╔══╝██╔═══██╗
/* ██║     ██║   ██║██╔██╗ ██║   ██║   ███████║   ██║   ██║   ██║
/* ██║     ██║   ██║██║╚██╗██║   ██║   ██╔══██║   ██║   ██║   ██║
/* ╚██████╗╚██████╔╝██║ ╚████║   ██║   ██║  ██║   ██║   ╚██████╔╝
/*  ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝   ╚═╝    ╚═════╝
/*                                                                */

.areaViewContato {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 30px;
    width: 30%;
    height: auto;
    padding-top: 20px;
    text-align: -webkit-auto;
    color: #777;

    /* border: 1px solid #f00; */
}
p.textContato {
    font-size: 12px;
}
    p.textContato span {
        color: #8f2929;
        font-weight: 600;
        line-height: 22px;
    }
.breadcrumb.breadcrumbContato {
    position: relative;
}

.titleContato {
    color: #8f2929;
}


#formContato {
    margin-top: 30px;
}
label {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
input {
    position: relative;
    width: 98%;
    height: 25px;
    display: block;
    margin-bottom: 10px;
    color: #999;
    border: 1px solid #ccc;
    padding-left: 5px;
}
textarea {
    position: relative;
    width: 98%;
    display: block;
    margin-bottom: 10px;
    color: #999;
    border: 1px solid #ccc;
    padding-left: 5px;
}
#btnSubmitContato {
    width:150px;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #ccc;
}
    #btnSubmitContato:hover {
        background-color: #8f2929;
        color: #fff;
        transition: all .3s;
        border: 1px solid #8f2929;
    }

.sideContato {
    position: relative;
    float: left;
    width: 20%;
    top: 50px;
    padding-left: 40px;
    /* border: 1px solid #f0f; */
}
    .sideContato h6 {
        color: #8f2929;
    }
    .sideContato p {
        width: 140px;
        font-size: 13px;
        line-height: 18px;
    }
    .sideContato p span {
        color: #8f2929;
    }


/*  ██████╗ ██████╗ ███╗   ██╗████████╗ █████╗ ████████╗ ██████╗
/* ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔══██╗╚══██╔══╝██╔═══██╗
/* ██║     ██║   ██║██╔██╗ ██║   ██║   ███████║   ██║   ██║   ██║
/* ██║     ██║   ██║██║╚██╗██║   ██║   ██╔══██║   ██║   ██║   ██║
/* ╚██████╗╚██████╔╝██║ ╚████║   ██║   ██║  ██║   ██║   ╚██████╔╝
/*  ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚═╝  ╚═╝   ╚═╝    ╚═════╝
/*                                                                */
    .bg-top {
        position: relative;
        display: block;
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    .bg-top img {
        width: 100%;
    }
    .titleWeb {
        position: absolute;
        width: 50%;
        top: 20%;
        left: 20%;
    }
        .titleWeb h1 {
            position: relative;
            width: 47%;
            color: #fff;

        }
        .titleWeb p {
            color: #fff;
            line-height: 22px;
        }

    section.a-use {
        height: 300px;
        padding-top: 100px;
    }
        .set-left {
            position: relative;
            display: inline-block;
            float: left;
            width: 48%;
            height: 300px;
            color: #8f2929;
        }
            .set-left h2 {
                margin-top: 60px;
            }
        .set-right {
            position: relative;
            display: inline-block;
            float: left;
            width: 48%;
            height: 300px;
        }
            .set-right p {
                width: 80%;
                text-align: left;
                line-height: 22px;
            }

    section.objetivos {
        height: 300px;
        background-color: #ededed;
    }
        .obj-left {
            position: relative;
            display: inline-block;
            width: 48%;
            float: left;
        }
            .obj-left p {
                padding-top: 30px;
                padding-left: 30%;
                width: 60%;
                text-align: left;
                font-size: 14px;
                line-height: 23px;
                color: #8f2929;
            }
                .obj-left p span {
                    font-size: 20px;
                    font-weight: 600;
                }
                .obj-left p.text-gray {
                    width: 55%;
                    color: #000;
                    margin-top: -30px;
                }
        .obj-right {
            position: relative;
            display: inline-block;
            width: 35%;
            height: 300px;
            float: left;
            background: url("../images/img-objetivos.jpg");
            background-size: cover;
            background-position: 10%;
        }

    section.solucoes {
        height: 400px;
        background: url("../images/bg-solucoes.jpg");
        background-size: cover;
        background-position-y: 60%;
        background-repeat: no-repeat;
    }
        .solucoesInner {
            padding-top: 50px;
            line-height: 30px;
            color:#fff;
        }
        .solucoesInner h2 {
            color: #8f2929;
        }

    section.politica {
        height: 290px;
        padding-top: 50px;
    }
        .politicaInner {
            width: 100%;
        }
            img#iso9001 {
                position: relative;
                display: block;
                margin: 0 auto;
                margin-bottom: 50px;
                width: 90px;
            }
            .polLeft {
                position: relative;
                display: inline-block;
                float: left;
                width: 50%;
                padding-left: 30px;
                color: #8f2929;
            }
                .politicaLeftInner {
                    width: 60%;
                    position: absolute;
                    right: 0;
                }
            .polRight {
                position: relative;
                display: inline-block;
                float: right;
                left: 35px;
                width: 50%;
            }
                .polRight p {
                    width: 60%;
                    text-align: left;
                    line-height: 28px;
                }


    /* A USE */


    /* AREAS VIEW */
    .titleWebProdutos {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 0;
        text-shadow: 0px 0px 5px #000;
    }
        .titleWebProdutos h1 {
            position: relative;
            text-align: center;
            width: 100%;
        }
        .titleWebProdutos p {
            position: relative;
            text-align: center;
            width: 100%;
        }


/* LEFT */
.side-bar {
    position: relative;
    display: inline-block;
    width: 30%;
    max-width: 500px;
    text-align: right;
    padding-top: 50px;
    padding-right: 50px;
}
.side-menu {
    padding-left: 59%;
    cursor: pointer;
    color: #999;
    font-weight: 111;
    border-bottom: 1px solid #999;
    transition: all .3s
}
    .side-menu:nth-child(4) {
        border: none;
    }
        .side-menu:nth-child(4):hover {
            border: none;
        }
    .side-menu:hover {
        color: #8f2929;
        /* font-weight: 600; */
        border-bottom: 1px solid #8f2929;
        transition: all .3s;
    }
    .side-menu.active {
        color: #8f2929;
        /* font-weight: 600; */
        border-bottom: 1px solid #8f2929;
        transition: all .3s;
    }
        .side-menu:nth-child(4).active {
            border: none;
        }
    .side-menu p {
        width: 150px;
        font-size: 15px;
        text-align: left;
    }
.sideLogos {
    padding-top: 50px;
}
/* LEFT */





/* RIGHT */
.areaView {
    position: relative;
    display: inline-block;
    float: right;
    left: -120px;
    width: 50%;
    height: auto;
    padding-top: 20px;
    text-align: -webkit-auto;
    color: #777;
}

.area2 {
    display: none;
}
    #logoArea2 {
        display: none;
    }
.area3 {
    display: none;
}
    #logoArea3 {
        display: none;
    }
.area4 {
    display: none;
}
    #logoArea4 {
        display: none;
    }

.breadcrumb {
    font-size: 10px;
    color: #999;
}
.conteudoTitle {
    font-size: 22px;
    color: #8f2929;
    margin-bottom: 0;
}
.conteudoText {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}
    .conteudoBoxText {
        padding: 5px;
        padding-left: 15px;
        font-size: 11px;
        font-weight: 600;
        background-color: #e6e6e6;
        margin-top: 10px;
    }
        .conteudoBoxTitle {
            font-size: 14px;
            padding-left: 10px;
        }
.subTitleBlack {
    padding-top: 20px;
    padding-bottom: 3px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
}
.conteudoColumnWrap {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    /* border: 1px solid #0f0; */

}
    .conteudoColumnWrapLarge {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .conteudoColumnWrapSmall {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 23%;
    }
    .categorias {
        font-size: 12px;
        margin-bottom: 10px;
        color: #8f2929;
    }
.conteudoColumn1 {
    position: relative;
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.conteudoColumn2 {
    position: relative;
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.conteudoColumnSmall {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.conteudoColumnFull {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
    .btnPdfWrap {
        position: relative;
    }
    a.btnPdf {
        position: relative;
        padding: 5px;
        padding-right: 30px;
        font-size: 8.5px;
        border: none;
        border-radius: 2px;
        text-decoration: none;
        color: #fff;
        line-height: 30px;
        background: url("../images/pdf-icon-bg.png");
        background-color: #d7280d;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 97%;
        transition: all .3s;
    }
        a.btnPdf:hover {
            opacity: .6;
            transition: all .3s;
        }

    .conteudoTitleBtn {
        font-size: 12px;
        margin-bottom: 10px;
        color: #999;
    }
/* RIGHT */


/* AREAS VIEW */












/* ███╗   ███╗ ██████╗ ██████╗ ██╗██╗     ███████╗
/* ████╗ ████║██╔═══██╗██╔══██╗██║██║     ██╔════╝
/* ██╔████╔██║██║   ██║██████╔╝██║██║     █████╗
/* ██║╚██╔╝██║██║   ██║██╔══██╗██║██║     ██╔══╝
/* ██║ ╚═╝ ██║╚██████╔╝██████╔╝██║███████╗███████╗
/* ╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝╚══════╝╚══════╝
/*                                                 */


/* MENU MOBILE */
.btnMobile.btnOpen {
    display: none;
    cursor: pointer;
    transition: all .3s;
}
    .btnMobile.btnOpen:hover {
        opacity: .6;
        transition: all .3s;
    }

.btnMobile.btnClose {
    display: none;
    cursor: pointer;
}
    .btnMobile.btnClose:hover {
        opacity: .6;
        transition: all .3s;
    }


.menu#menu-mobile {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    padding: 30px;
    top: 70px;
    background-color: #fff;
    transition: all .3s;
    text-align: center;
}
    .menu.menu-mobile .btnMenuTop {
        display: block;
        font-size: 22px;
        margin-bottom: 20px;
    }
.btnMobile {
    z-index: 999;
    position: absolute;
    top: 15px;
    right: 15px;
    width:50px;
}
.img-menu-mobile {
    width: 50px;
}
.menu.menu-desktop {
    display: block;
}
.menu.menu-mobile {
    display: none;
}

/* MENU MOBILE */


@media(max-width:1154px) {
    .ps-top-right {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ps-bottom-left {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .innerFilter {
        display: block;
    }
    .noticias-text {
        color: #fff;
    }
    .noticias-text.text-gray {
        color: #fff;
    }
    .footer-bottom-left .text-footer {
        font-size: 10px;
    }
    .footer-bottom-right {
        width: 30%;
    }
    img.logo-macro-footer {
        width: 90%;
    }
    .text-footertext-footer-top-right {
        width: 23%;
        font-size: 10px;
    }
    .side-bar {
        width: 0;
    }
    .side-bar.sideInternaBlog {
        left: -55%;
    }
}
@media(max-width:1101px) {
    .menu {
        right: -40px;
    }
    .menu a {
        margin-left: 4%;
    }
    .bg-top img {
        width: 150%;
    }
@media(max-width:1000px) {
    .side-bar {
        left: -120px;
    }
    .conteudoColumn1 {
        width: 100%;
    }
    .conteudoColumn2 {
        width: 100%;
    }
}
@media(max-width:873px) {
    .side-bar.sideInternaBlog {
        left: -60%;
    }
}
@media(max-width:807px) {
    .qualidade-bloco .icon {
        margin: 6px auto 0 auto;
    }
    .qualidade-bloco-text {
        width: 100%;
    }
    .ps-text-left {
        line-height: 30px;
        margin-left: 14%;
        top: 10px;
        letter-spacing: 0px;
    }
    .ps-text-right {
        top: 10px;
        margin-left: 10%;
        line-height: 30px;
        letter-spacing: 0;
    }

}
@media(max-width:768px) {
    .btnMobile.btnOpen {
        display: block;
    }
    .menu.menu-mobile {
        display: block;
    }
    .menu.menu-desktop {
        display: none;
    }

    .qualidade-bloco-title {
        font-size: 12px;
    }


    .obj-left p {
        padding-top: 11px;
        padding-left: 23%;
    }
    .polRight {
        left: 55px;
    }

    .bg-top img {
        width: 250%;
    }
    .titleWeb {
        width: 80%;
        left: 5%;
    }
    h5.titleBlog {
        margin-top: 50px;
    }

    h5.titleBlog.noticia1:before {
        position: relative;
        display: block;
        left: 0px;
        top: -30px;
    }
    .side-bar.sideInternaBlog {
        left: -62%;
    }
}
@media(max-width:600px) {
    .qualidade-bloco {
        width: 44%;
    }
    section.qualidades {
        height: 630px;
    }
    .ps-text-left {
        margin-left: 3%;
    }
    .ps-top-left {
        width: 100%;
    }
    .ps-top-right {
        width: 100%;
    }
    .ps-bottom-left {
        width: 100%;
    }
    .ps-bottom-right {
        width: 100%;
    }
    section.noticias .noticias-right {
        width: 100%;
    }
    .news-text {
        width: 100%;
        text-align: center;
    }
    form#leiaMais #newsEnviaEmail {
        width: 100%;
    }
    section.news {
        height: 200px;
    }
    .footer-top-left {
        width: 100%;
        bottom: 0;
    }
    .footer-top-right {
        width: 100%;
    }
    .text-footertext-footer-top-right {
        width: 100%;
        margin-top: 0;
        left: 0;
        margin-left: 0;
    }
    .text-footertext-footer-top-right:nth-child(3) {
        width: 100% !important;
        left: 0;
        margin-left: 0;
    }
    .footer-bottom-left {
        margin-left: 0;
    }
    img.logo-macro-footer {
        width: 160%;
    }
    footer {
        margin-bottom: 130px;
    }

    section.a-use {
        height: 200px;
    }
    .set-left {
        top: -50px;
    }

    .titleWeb {
        top: 30px;
        left: 9%;
    }

    .titleWeb h1 {
        width: 100%;
    }

    .bg-top img {
        width: 300%;
        margin-left: -200px;
    }
    .set-left {
        width: 100%;
    }
    .obj-left {
        width: 100%;
        top: -380px;
    }
    .obj-right {
        display: none;
    }

    .solucoesInner {
        position: relative;
        top: -270px;
    }
    .img-solucoes {
        position: relative;
        display: block;
        top: 251px;
        left: -7%;
    }

    .politicaLeftInner {
        width: 170%;
        position: relative;
        right: 0;
    }
        .politicaLeftInner img {
            position: relative;
            display: block;
            margin: 0 auto;
        }

    .polRight {
        width: 100%;
    }
    .polRight p {
        width: 75%;
    }
    .side-bar {
        width: 100%;
    }
    .conteudoColumnWrapSmall {
        width: 100%;
    }
    .conteudoColumnSmall {
        width: 100%;
    }
    .btnPdfWrap {
        width: 170%;
    }
    .sideLogos {
        display: none !important;
    }
    .side-bar.sideInternaBlog {
        display: none;
    }
    .areaView.viewInternaBlog {
        width: 60%;
        top: 100px;
    }

    .areaViewContato {
        width: 70%;
        height: auto;
        left: -46px;
    }

    .sideContato {
        width: 40%;
        top: 30px;
        padding-left: 110px;
    }

}
