﻿@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url("font-awesome.min.css");
@import url("fonts.css");
@import url("classes.css");

@media only screen and (max-device-width: 479px) {
    html {
        
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
    html {
        
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    html {
        
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1381px) {
    html {
        
    }
}

@media only screen and (min-device-width: 1382px) {
    html {
        
    }
}

* {
    list-style: none;
    outline: none;
    text-decoration: none;
}

body, html {
    width: 100%;
    height: 100%;
}

.lato {
    font-family: 'ArenaCondensedLight';
}

.open {
    font-family: 'Open Sans', sans-serif;
}

.branco {
    color: #FFF;
}

.verde {
    color: #75A732;
}

.verdemd {
    color: #3E762C;
}

.verdeft {
    color: #134B30;
}

.cinza {
    color: #838383;
}

.cinzaft {
    color: #666666;
}

.vermelho {
    color: #CF0F0B;
}

.azul {
    color: #3b5999;
}

.bgverde {
    background-color: #6D942F;
}

.bgverdeft {
    background: #537023;
}

.bgverdemd {
    background-color: #008047;
}

.bgazulnot {
    background-color: #3b5999;
}

.bgazulnotmes {
    background-color: #0F75BC;
}

.bgcinzac {
    background-color: #eee;
}

.bgcinza {
    background-color: #7F919A;
}

.bgcinzaft {
    background: #607179;
}

.bgazul {
    background: #0F75BC;
}

.bgazulft {
    background: #0B5586;
}

.bgvermelho {
    background-color: #C2151B;
}

.bghome {
    background-image: url('../images/home.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bgfooter {
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.bgdegradeeazul {
    background-image: url("/Content/Degradee-azul.jpg");
}

.bgdegradeeazul2 {
    background-image: url("/Content/Degradee-azul2.jpg");
}

.bdr10 {
    border-radius: 10px;
}

.brdn {
    border: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

header {
    float: left;
    width: 100%;
    background: url("/Images/header.png") repeat-x center bottom;
    background-size: cover;
    position: relative;
    border-top: 1px solid #3b5999;

    margin: 0;
    padding: 0;
}

.logo {
    max-width: 100%;
    min-height: 50px;
}

.develop {
    
    display: block;
    position: fixed !important;
    margin-top: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 20px !important;
    z-index: 9000;
    color: #3b5999;
    border-bottom: 1px solid #3b5999;
    background-color: #ffffff;
    text-align: center;
}

.navbar-default {
    background-color: #3b5999;
    border-color: transparent;
    border-radius: 0;
    position: relative;
}

    .navbar-default:before {
        content: "";
        position: absolute;
        left: -46px;
        top: -1px;
        border-top: 52px solid #3b5999;
        border-left: 45px solid transparent;
        border-right: 20px solid transparent;
    }


    .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #23355b;
        color: #FFF;
    }


.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav {
    float: right;
}

.nav > li > a {
    padding: 15px 5px;
    border-left: 1px solid #627AAD;
}

.nav > li:first-child > a {
    border: none;
}

.campobusca {
    float: left;
    width: 200px;
    background-color: #DBDBDB;
    color: #000;
}

    .campobusca::-webkit-input-placeholder {
        color: #000;
    }

    .campobusca:-moz-placeholder {
        color: #000;
    }

    .campobusca::-moz-placeholder {
        color: #000;
    }

    .campobusca:-ms-input-placeholder {
        color: #000;
    }

.icone-facebook-header {
    float: right;
    margin-left: 15px;
    width: 32px;
}

.btnCat {
    width: 100%;
    height: 50px;
    background-color: #3b5999;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 10px;
    float: left;
}

    .btnCat a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .btnCat a:hover {
            color: #FFF;
        }

.btenviar {
    float: left;
    margin-left: 10px;
    background-color: #3b5999;
    color: #FFF;
    font-weight: 500;
}

    .btenviar:hover {
        background-color: #1d2c4c;
        color: #FFF;
    }

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #D9D9D9;
}

.slider {
    width: 100%;
}

.imgbanner {
    width: 100%;
    height: 364px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    float: left;
}

.cycle-pager {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 999;
    top: 335px;
}

    .cycle-pager span {
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 40px;
        border-radius: 32px;
        border: 1px solid #FFF;
        cursor: pointer;
        margin: 0 5px;
        position: relative;
        overflow: hidden;
    }

        .cycle-pager span.cycle-pager-active {
            background: #FFF;
        }

        .bannerdiv {
            text-align: center;
        }

.imgbannermob {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

footer {
    float: left;
    width: 100%;
}

.top_footer {
    background: linear-gradient(to bottom, #3b5999 0%,#355089 50%,#c7d3eb 50%,#355089 50%,#3b5999 100%);
}

.maps {
    max-width: 81px;
    width: 100%;
}

.campoboleto {
    color: #000;
    width: 100% !important;
}

.campovendas {
    width: 68% !important;
    background-color: #FFF;
}

.btvendas {
    background-color: transparent;
}

.thumbempresa {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .thumbempresa img {
        max-width: 100%;
    }

.cxarea {
    width: 100%;
    border-radius: 10px;
    background-color: #3b5999;
    padding: 31px 0 20px 31px;
}

.listarea {
    width: 70%;
}

    .listarea li {
        min-height: 30px;
        background: #3b5999;
        padding: 18px 25px;
        border-radius: 6px 0 0 6px;
        margin-bottom: 2px;
    }

        .listarea li:before {
            content: "";
            display: inline-block;
            border-left: 5px solid #FFF;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            margin-left: -5%;
            margin-right: 10%;
        }

.hseparato {
    border-stroke: 2px;
    box-shadow: 0 2px 9px rgba(0,0,0,0.4);
}

.bannerint {
    background-size: cover;
    height: 185px;
    background-repeat: no-repeat;
}

.ttinterna {
    font-size: 30px;
    margin-top: 60px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #FFF;
}

.subttinterna {
    font-size: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    display: inline-block;
    padding-left: 15px;
}

.btvoltar {
    width: 50px;
    height: 40px;
    color: #FFF;
    background: #627aad;
    line-height: 40px;
    text-align: center;
    position: relative;
}

    .btvoltar::after {
        content: "";
        position: absolute;
        right: -28px;
        top: 0;
        border-bottom: 39px solid #627aad;
        border-left: 0px solid transparent;
        border-right: 28px solid transparent;
    }

    .btvoltar::before {
        content: "";
        position: absolute;
        left: -28px;
        top: 0;
        border-top: 39px solid #627aad;
        border-right: 0px solid transparent;
        border-left: 28px solid transparent;
    }

    .btvoltar:hover {
        color: #3b5999;
    }

.btnO {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #3b5999;
    color: #3b5999;
    font-size: 37px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.imgempresa {
    border: 2px solid #CCC;
}

.col-tt-produtos {
    height: 65px;
    border-radius: 5px;
}

.icone-produtos {
    float: left;
    width: 10%;
    height: 100%;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px 0 0 8px;
    margin-bottom: 10px;
}

.box_ttprodutos {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    background: #F4F4F4;
    margin-bottom: 30px;
}

    .box_ttprodutos a {
        display: block;
        padding: 15px 0;
    }

        .box_ttprodutos a:before {
            content: "";
            display: inline-block;
            border-left: 10px solid #555555;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin: 0 10px;
            vertical-align: middle;
        }

.tt_roteiro {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
}

    .tt_roteiro:after {
        content: "";
        border-top: 20px solid #FFF;
        border-left: 10px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        top: 0;
        left: -10px;
    }

.tt_logistica {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
}

.cxcontato {
    border-right: 1px solid #C4C4C4;
}

#assunto {
    width: 100% !important;
}

.cxskype {
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    overflow: hidden;
}

.skypecontato {
    padding: 5px;
    background: #E9E9E9;
}

.listbusca li {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}

.textlato, .textlato * {
    font-family: 'ArenaCondensed';
}

.cxtable table {
    border-radius: 30px;
}

    .cxtable table thead {
        font-weight: 700;
        font-size: 15px !important;
        background: #134B30;
        color: #FFF;
    }

    .cxtable table tbody {
        font-size: 13px;
    }

/*noticias*/

.noticias {
    width: 100%;
    float: left;
    position: relative;
    background-color: #3b5999;
    border-radius: 15px;
    padding-bottom: 15px;
}

.ulnot {
    position: relative;
    width: 100% !important;
}

    .ulnot li {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 13px 0;
    }

        .ulnot li:last-child {
            border-bottom: none;
        }

        .ulnot li a {
            float: left;
            width: 100%;
            text-align: left;
        }

.spanmore {
    border-radius: 5px;
    height: 27px;
    line-height: 24px;
}

.caroufredsel_wrapper {
    width: 100% !important;
}

.prev_serv {
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -35px;
    width: 82px;
    height: 24px;
    background: url(/templates/images/top.png) no-repeat center top;
    color: transparent;
    z-index: 9998;
}

.next_serv {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -35px;
    width: 82px;
    height: 24px;
    background: url(/templates/images/bottom.png) no-repeat center top;
    color: transparent;
    z-index: 9998;
}

.date {
    width: 70px;
    float: left;
    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
}

.mgtn5 {
    margin-top: -5px;
}

.orcamento {
    width: 300px;
    margin: 0 auto;
    display: block;
}

.bgbottom {
    background-color: #EEE;
}

/*pagination*/

#pagination {
    min-height: 30px !important;
}

.pagination {
    text-align: center;
    margin: 0 15px 0 0;
}

    .pagination a {
        font-size: 12px;
        cursor: pointer;
        color: #FFF;
        background: #3b5999;
        padding: 10px;
        border-radius: 4px;
        margin: 0 1px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .pagination a:hover {
            background-color: #3b5999;
            color: #FFF;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .pagination a.jp-previous {
            margin-right: 1px;
        }

        .pagination a.jp-next {
            margin-left: 1px;
        }

        .pagination a.jp-current, a.jp-current:hover {
            color: #3b5999;
            font-weight: bold;
        }

        .pagination a.jp-disabled, a.jp-disabled:hover {
            color: #FFF;
        }

        .pagination a.jp-current, a.jp-current:hover,
        .pagination a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
            color: #1C1238;
        }

    .pagination span {
        margin: 0 1px;
    }

.boximagem {
    width: 100%;
    float: left;
}

    .boximagem a {
        width: 100%;
        max-height: 310px;
        padding: 3px;
        overflow: hidden;
        float: left;
    }

        .boximagem a img {
            width: 100%;
            height: 100%;
        }

#SkypeButton_Call p:first-child {
    display: none;
}

.botao {
    float: left;
    margin: 5px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background: #3b5999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border: 0 solid orange;
    text-decoration: none;
}

    .botao:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
        border: 0 solid green;
    }

@media (min-width:1200px) {
    .nav > li > a {
        padding: 15px;
    }
}

@media (min-width:992px) {
    .effect {
        border-left: 1px solid #3b5999;
        box-shadow: inset 16px 0px 8px rgba(0,0,0,0.2);
    }

    .brdlcinza {
        border-left: 1px solid #C4C4C4;
    }

    .subttinterna {
        font-size: 22px !important;
    }

    .thumbempresa {
        max-height: 140px;
    }

    .bgempresa2 {
        background-image: url("../images/bgempresa.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }

    .imgcatalogo {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .ttinterna {
        font-size: 60px;
        margin-top: 60px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
        display: inline-block;
        padding-right: 15px;
        border-right: 1px solid #FFF;
    }

    .subttinterna {
        font-size: 17px;
        margin-top: 60px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
        display: inline-block;
        padding-left: 15px;
    }

    .imgproduto {
        height: 178px !important;
    }

    .imgfornecedores {
        min-height: 178px;
    }
}

@media(max-width:768px) {
    .icone-produtos {
        width: 20%;
    }

    .ttprodutos {
        font-size: 15px;
    }

    .imgproduto {
        max-height: 241px;
    }

    .imgbannermob {
        /*height: 260px;*/
        min-height: 100px;
        height: 100%;
    }

    .cycle-pager {
        top: 235px;
    }

    .border-mob {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .pdt8mob {
        padding-top: 8px !important;
    }
}

@media (max-width: 767px) {
    .wpxsfooter {
        width: 100% !important;
        float: left !important;
        text-align: center;
    }
}

@media(max-width:515px) {
    .wpxs100 {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:400px) {
    .ico_caldeiraria:before {
        background-size: 31px;
    }
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*-- Cookie Consent --*/

#cookieConsentAlert {
    display: none;
    position: fixed;
    width: 100% !important;
    margin: 0;
    background-color: #3C4042 !important;
    color: #fff;
    height: 45px;
    padding-top: 2px;
    padding-bottom: 2px;
    bottom: 0;
    font-size: 14px !important;
    text-align: center !important;
    z-index: 10000;
}

    #cookieConsentAlert button {
        background-color: #FF9A4F !important;
        color: #000 !important;
        margin: 3px;
        font-size: 14px !important;
        margin-left: 15px !important;
    }

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    #cookieConsentAlert {
        font-size: 10px;
        height: 60px;
    }

        #cookieConsentAlert button {
            font-size: 10px;
            margin-left: 10px !important;
        }
}

@media only screen and (max-width: 768px) {

    #cookieConsentAlert {
        font-size: 10px;
        height: 100px;
    }

        #cookieConsentAlert button {
            font-size: 10px;
            margin-left: 10px !important;
        }
}

/*-- Cookie Consent --*/
