

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    padding-top: 90px;
    height: 100%;
    width : 100%;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.H2Title {

    padding-top: 2.5%;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.search {
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    font-style: italic;
}

.btn-search {
    background-color: transparent !important;
    position: absolute;
    top: 75px;
    right: 20px;
    font-size: 18px;
    color: #1b6db0;
}

.data {
    color: #fff;
    font-size: 14px;
    top: 80px;
    position: absolute;
    padding: 8px 12px;
    z-index: 100;
    opacity: 0.8;
    background-color: #666;
}

footer ul.social li.list-inline-item:not(:last-child) {
    margin-right: 0.8rem !important;
}

footer ul.social li a .fa-stack-1x {
    color: #292b98 !important;
    background-color: #fff;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

footer ul.social li a:hover .fa-stack-1x {
    color: #292b98 !important;
    background-color: #ccc;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

footer ul.social li .fa {
    color: #292b98 !important;
    font-size: 24px;
    padding-top: 4px;
}

ol.breadcrumb li a {
    font-size: 13px;
}

a {
    text-decoration: none;
    color: inherit;
}


.bg-title {
    background-color: #292c95;
    color: #fff;
    position: relative;

}

.padding-title {
    margin-top :60px;
    height: 95px; 
}
.trabalhe {
    padding-left: 5%;

}

.panel-heading {
    padding: 0px 0px !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .panel-default > .panel-heading:hover {
        color: #fff;
        background-color: #00aeef;
        border-color: #ddd;
    }

h4.panel-title a {
    display: block;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
}

    h4.panel-title a:hover {
        display: block;
        padding: 15px 15px;
        text-decoration: none;
        color: #fff;
        background-color: #00aeef;
    }

    h4.panel-title a:active {
        text-decoration: none;
    }

.home h1 {
    font-size: 36px;
    font-weight: 700;
    color: #00aeef;
    margin-top: 60px;
}

.home p {
    font-size: 16px;
}

.grupo h4 {
    font-weight: 600;
    color: #153457;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: solid 1px #153457;
    margin-top: 0px;
}

.canais {
    padding: 60px 0 20px 0;
    background-color: #292b98;
    border-top: solid 1px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

    .canais a {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
    }

        .canais a:hover {
            color: #ebebeb;
            text-decoration: none;
        }

    .canais img {
        margin-bottom: 10px;
    }

    .canais .btn {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        border-radius: 25px;
        padding: 10px 25px;
        margin: 40px 10px;
        background-color: #ff8400;
    }

        .canais .btn:hover {
            color: #292b98;
        }

.fornecedor {
    margin-top: 50px;
}

    .fornecedor h3 {
        font-size: 24px;
    }

ul.lista {
    margin-bottom: 30px;
}

    ul.lista li {
        border-bottom: solid 1px #ebebeb;
        line-height: 1.5em;
    }

        ul.lista li a {
            display: block;
            font-size: 15px;
            padding: 10px 10px;
            color: white;
            display: block;
        }

            ul.lista li a:hover {
                text-decoration: none;
                background-color: #ebebeb;
            }

        ul.lista li.active a {
            text-decoration: none;
            background-color: #ebebeb;
            
        }

        ul.lista li a:hover {
            text-decoration: none;
            background-color: #ebebeb;

        }

.footer-menu.ul li a {
    color: red;
    text-decoration: none;
}

.footer-canal.ul li a {
    color: red;
}

.produto {
    transition: box-shadow .3s;
    padding: 10px;
    border: solid 1px #fff;
    min-height: 350px;
}

    .produto:hover {
        border: solid 1px #ebebeb;
    }

    .produto a:hover {
        text-decoration: none;
    }

    .produto a img {
        border-bottom: solid 2px #999;
        margin-bottom: 10px;
    }

.altura-produto {
    min-height: 60px;
}

.altura-catalogo {
    min-height: 80px;
}

.produto a {
    color: #666;
    font-weight: 500;
}

.produtos {
    background-color: #f1f1f1;
    min-height: 470px;
}

    .produtos h3 {
        margin-top: 60px;
    }

.bg-produtos {
    background-color: #f1f1f1;
    background-image: url(/site/img/produtostj.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 470px;
    margin-top: 60px;
}

.bg-manutencao {
    background-color: #f1f1f1;
    background-image: url(/site/img/bg_manutencao.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 580px;
    margin-top: 60px;
}

.manutencao {
    background-color: #f1f1f1;
    min-height: 580px;
}

    .manutencao h3 {
        margin-top: 60px;
    }

a.btn-saiba {
    font-size: 14px;
    padding: 12px 30px;
    margin-top: 15px;
    color: #231f20;
    border: solid 1px #231f20;
    border-radius: 0;
}

    a.btn-saiba:hover {
        color: #fff;
        border: solid 1px #231f20;
        background-color: #231f20;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

ul.list-social {
    padding-left: 85px;
    margin-top: 15px;
}

    ul.list-social li a {
        display: inline-block;
        padding-right: 0px !important;
        padding-left: 0px;
    }

.fa-inverse {
    color: #363636 !important;
}

.fa-stack-1x {
    color: #363636 !important;
    background-color: #d8d9d8;
    border-radius: 50%;
}

    .fa-stack-1x:hover {
        color: #fff !important;
        background-color: #00417b;
        border-radius: 50%;
    }

.displaynone {
    display: none;
}

ul.list-header {
    text-align: center;
}

    ul.list-header li a {
        color: #fff;
        font-size: 11px;
    }

.tel-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

    .tel-header span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

a.atendimento-header {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    padding: 3px 5px;
    background-color: #57bb63;
    border: solid 1px #fff;
    border-radius: 5px;
}

    a.atendimento-header:hover {
        color: #fff;
        text-decoration: none;
        background-color: #00aeef;
    }

p {
    line-height: 1.6em;
    font-size: 16px;
}

ol {
    padding-left: 25px;
}

    ol li, ul li {
        line-height: 2em;
        font-size: 16px;
    }

.navbar-default {
    background-color: #fff;
}

ul.nav li a {
    padding: 38px 15px !important;
    color: #666666 !important;
    font-weight: 400;
    font-size: 16px;
}

    ul.nav li a.active {
        color: #272b97 !important;
    }

    ul.nav li a:hover {
        color: #999 !important;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #292b98 !important;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
}

.navbar-brand {
    background-image: url(/site/img/logo.png);
    background-repeat: no-repeat;
    width: 260px;
    height: 58px;
    margin: 10px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.fixed-me {
    height: 80px;
    background-color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .fixed-me ul.navbar-nav li a {
        font-size: 15px;
        padding: 31px 15px 25px 15px !important;
        border-bottom: solid 2px #fff;
    }

        .fixed-me ul.navbar-nav li a:hover, .fixed-me ul.navbar-nav li a:active {
            border-bottom: solid 2px #3d746b;
            background-color: #f6f6f6 !important;
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            transition: all .1s;
        }

    .fixed-me .navbar-brand {
        background-image: url(/site/img/logohover.png);
        background-repeat: no-repeat;
        width: 151px;
        height: 60px;
        margin: 10px 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

h1 {
    font-size: 36px;
    color: #00aeef;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    font-weight: 300;
}

h5 {
    font-size: 14px;
}

.combos {
    background-color: #ebebeb;
    margin-top: 40px;
    padding: 5px 15px 25px 15px;
}

    .combos h3 {
        margin-top: 25px !important;
    }

    .combos .btn, .destaques .btn {
        border: solid 2px #00417b;
        color: #00417b;
        background-color: #ebebeb;
        font-weight: 600;
        padding: 10px 15px;
        margin-top: 20px;
    }

        .combos .btn:hover, .destaques .btn:hover {
            border: solid 2px #00417b;
            color: #fff;
            background-color: #00417b;
            font-weight: 600;
            padding: 10px 15px;
            margin-top: 20px;
        }

.form-group-lg .form-control {
    height: 60px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    height: 60px;
    background-color: #ff8400;
    border: solid 1px #ff8400;
    font-weight: 500;
}

    input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
        ;
        background-color: #fa9d39;
        border: solid 1px #fa9d39;
    }

.destaques {
    background-color: #ebebeb;
    margin-bottom: 30px;
    padding: 70px 0px 40px 0px;
}

    .destaques a {
        font-size: 18px;
        color: #333333;
        text-decoration: none;
    }

        .destaques a:hover {
            color: #292b98;
        }

    .destaques img {
        padding-bottom: 10px;
    }

.seta-left {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    left: -30px;
    color: #bfbfbf;
    margin-top: 10px;
}

.seta-right {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    right: -30px;
    left: auto;
    color: #bfbfbf;
    margin-top: 10px;
}

.variable {
    margin: 30px 30px 60px 30px;
}

    .variable img {
        margin: 15px;
    }

.noticias h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 30px;
}

.noticias img {
    border: solid 1px #f4f4f4;
}

.noticias a h4 {
    color: #fc8301;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
}

.noticias a p {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}

.noticias a:hover p, .noticias a:hover {
    color: #999;
    text-decoration: none;
}

.noticias a.more {
    color: #ff8400;
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 30px;
}

    .noticias a.more:hover {
        text-decoration: none;
    }

.news {
    min-height: 420px;
}

    .news a {
        color: #333;
    }

footer {
    padding-top: 80px;
    background-color: #292b98;
    border-top: solid 1px #fff;
    font-size: 14px;
    font-weight: 300;
}

    footer img {
        padding-bottom: 10px;
    }

    footer h5 {
        font-weight: 300;
    }

    footer ul li {
        line-height: 2em;
        font-size: 14px !important;
    }

        footer ul li a:hover {
            color: #ccc;
        }

    footer a:hover {
        color: #ccc;
    }

    footer ul.footer-menu li {
        list-style: none;
        line-height: 2.5em;
        text-transform: uppercase;
    }

        footer ul.footer-menu li::before {
            content: '- ';
        }

    footer ul.footer-canal li {
        list-style: none;
        line-height: 2.5em;
        text-transform: uppercase;
    }

        footer ul.footer-canal li:first-child a {
            font-weight: 600;
        }

        footer ul.footer-canal li:first-child:before {
            content: '';
        }

        footer ul.footer-canal li::before {
            content: '- ';
        }

    footer ul.footer-contato li:last-child {
        margin-top: 20px;
    }

ul.espaco li {
    line-height: 2.5em;
}

footer, footer a {
    color: #fff;
}

.copyright {
    color: #cccccc;
    border-top: solid 1px #cccccc;
    opacity: 0.8;
    padding: 20px 0 20px 0;
    font-size: 14px;
    margin-top: 50px;
}

ul.list-interno {
    margin-top: -10px !important;
    padding-top: 0px !important;
}

    ul.list-interno li:first-child {
        margin-left: 5px;
    }

    ul.list-interno li a {
        font-size: 85%;
        text-decoration: underline;
    }

    ul.list-interno li:first-child:after {
        content: '';
        padding-left: 10px;
    }

.padding-top {
    margin-top: 50px;
}

.padding-bottom {
    margin-bottom: 50px;
}

.padding-footer {
    margin-top: -125px;
    margin-bottom: 20px;
}

.retire {
    color: #fff;
    background-color: #00aeef;
    padding: 30px 60px;
    min-height: 250px;
}

a.btn-retire {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: solid 1px #fff;
}

    a.btn-retire:hover {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 20px;
        border: solid 1px #fff;
        background-color: #03baff;
    }

.newsletter {
    color: #fff;
    background-color: #666666;
    padding: 10px 0px 30px 0px;
}

    .newsletter .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .newsletter .form-group > .form-control {
        width: 100%;
    }

    .newsletter input {
        font-size: 15px;
        height: 60px;
        width: 100%;
    }

    .newsletter .btn-cadastrar {
        color: #fff;
        height: 60px !important;
        background-color: #ff8400;
        
    }
    
        .newsletter .btn-cadastrar:hover {
            color: #fff;
            background-color: #fa9d39;
        }

.logo {
    margin: 20px 0 20px 0;
}

.tagcanal {
    position: absolute;
    right: 15px;
    top: 200px;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.0em;
    background-color: #ff8404;
    opacity: 0.8;
    z-index: 10;
}

.navbar-light {
    border-bottom: solid 1px #ebebeb !important;
}

@media(max-width:991px) {

    .padding-title {
        margin-top: 50px;
        height: 75px;
    }

    .H2Title {
        padding-top: 3%;
    }

}
    @media(max-width:767px) {

        .padding-title {
            margin-top: 35px;
            height: 70px;
        }

        .H2Title {
            padding-top: 3.5%;
        }

        .navbar-toggle {
            border-radius: 0;
            margin-top: 15px;
            border-color: #292b98 !important;
            margin-right: 0px;
        }

        .navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover {
            background-color: #292b98;
        }

        .navbar-light .navbar-toggler-icon {
            background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        }

        .navbar-light .navbar-toggler {
            border-color: #292c95;
        }

        .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
            color: #fff !important;
        }

        .logo {
            margin-top: 15px;
        }

        ul.navbar-nav {
            margin-top: 0px;
            margin-bottom: 0px;
        }

            ul.navbar-nav li a {
                padding: 10px 10px !important;
                margin: 0px !important;
                display: block;
                border-bottom: solid 1px #ebebeb !important;
            }

                ul.navbar-nav li a:hover {
                    background-color: #292c95;
                    color: #fff;
                }

            ul.navbar-nav li.active a {
                background-color: #fafafa;
                color: #292c95;
                font-weight: 400;
            }

        .search {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .btn-search {
            top: 13px !important;
        }

        .tagcanal {
            position: absolute;
            right: 15px;
            top: 120px;
            padding: 10px;
            color: #fff;
            font-size: 24px;
            text-transform: uppercase;
            line-height: 1.0em;
            background-color: #ff8404;
            opacity: 0.8;
            z-index: 10;
        }

        .padding-top {
            margin-top: 30px;
        }

        .padding-bottom {
            margin-bottom: 30px;
        }

        .home h1 {
            margin-top: 40px !important;
        }

        .bg-manutencao {
            background: none !important;
        }

        .manutencao {
            background-color: #f1f1f1;
            padding-top: 30px;
            padding-bottom: 50px;
        }

            .manutencao h3 {
                margin-top: 30px !important;
            }

        .variable img {
            height: 60px;
            width: auto;
            margin: 15px 5px 15px 5px !important;
        }

        .destaques {
            background-color: #ebebeb;
            margin-bottom: 30px;
            padding: 40px 0px 20px 0px;
        }

        .fale {
            background-color: #555555;
            padding: 30px 15px;
            margin-top: 30px;
            color: #fff;
            font-size: 24px !important;
            line-height: 2em;
        }

            .fale img {
                display: none;
            }

        footer {
            padding-top: 40px;
            padding-bottom: 0px;
            margin-top: 0px;
        }

            footer img {
                padding-bottom: 10px;
                padding-top: 30px;
            }

        .padding-footer {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .footertop {
            margin-top: 20px;
        }

        .retire {
            color: #fff;
            background-color: #00aeef;
            padding: 15px 15px;
            min-height: 200px;
        }

        .newsletter {
            color: #fff;
            background-color: #666666;
            padding: 15px 0px;
            min-height: 190px;
        }

        footer h3 {
            margin-top: 5px;
        }

        ul.list-social {
            padding-left: 0px;
            text-align: center;
        }

        .copyright {
            padding: 10px 0;
            font-size: 12px;
            margin-top: 20px;
        }

        .categoria {
            margin: 0px 0 0px 0;
        }

        .bg-m-panel {
            background-color: #f4f4f4;
            padding: 10px 0px;
            height: 55px;
            margin: 0 15px 0 15px;
        }

            .bg-m-panel .col-xs-4, .bg-m-panel .col-xs-5, .bg-m-panel .col-xs-6, .bg-m-panel .col-xs-2 {
                padding-left: 10px;
                padding-right: 10px;
            }

        .panel-lista .panel-body {
            padding: 0px;
        }

        ul.filtro-box li {
            border-bottom: 1px solid #ccc;
        }

            ul.filtro-box li a {
                color: #444;
                display: block;
                font-size: 18px;
                line-height: 1.5em;
                font-weight: 700;
                padding: 10px 10px;
            }

                ul.filtro-box li a:hover {
                    color: #1b6db0;
                    background-color: #ebebeb;
                    text-decoration: none;
                }

                ul.filtro-box li a.active {
                    color: #1b6db0;
                    background-color: #ebebeb;
                    text-decoration: none;
                }

            ul.filtro-box li:last-child {
                border-bottom: none;
            }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .padding-title {
            margin-top: 45px;
            height: 80px;
        }

        nav {
            background-color: #fff !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26);
        }

        ul.navbar-nav li a {
            font-size: 12px;
            padding: 32px 7px 28px 7px;
            margin: 0px !important;
        }

        .fixed-me {
            height: 80px;
            background-color: #fff !important;
        }

            .fixed-me ul li a {
                font-size: 12px !important;
                padding: 25px 10px 20px 10px;
            }

                .fixed-me ul li a:hover {
                    background-color: #292c95;
                    color: #fff;
                }

                .fixed-me ul li a:active {
                    background-color: #fafafa;
                    color: #292c95;
                    font-weight: 400;
                }

            .fixed-me .navbar-brand {
                background-image: url(/site/img/logohover.png);
                background-repeat: no-repeat;
                width: 151px;
                height: 60px;
                margin: 10px 0 10px 15px;
            }

        .bg-2color .col1 {
            padding: 20px;
        }

        .bg-2color .col2 {
            padding: 20px;
        }

        .destaques {
            background-color: #ebebeb;
            margin-bottom: 30px;
            padding: 30px 0;
        }

        footer .top {
            padding-top: 80px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .padding-title {
            margin-top: 52px;
            height: 80px;
        }

        .navbar-nav li a {
            margin: 0px auto;
            padding: 32px 15px 28px 15px;
            font-size: 16px;
            color: #3d746b;
        }

        .fixed-me ul li a {
            margin: 0px auto;
            padding: 25px 10px 20px 10px;
            font-size: 15px;
        }
    }


