/*------------------------------------------------------------------
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
-------------------------------------------------------------------*/

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }


/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    }

/* Shadow */

.midias {
    position: fixed;
    transform: rotate(-90deg);
    font-family: "zr", sans-serif;
}

.dvContPgs {
    color: #555;
}

#dvOverflow {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    #dvOverflow p {
        top: 46%;
        position: fixed;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    #dvOverflow svg {
        height: 120px;
        top: 48%;
        position: fixed;
    }

.bot {
    background: none !important;
}

.obrig {
    background: #ffd3d3 !important;
    border: 1px solid #e42828 !important;
}

.ok {
    display: block;
}



.redes {
    float: left;
    height: 40px;
    margin-left: 4px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease-in-out;
    text-align: center;
    padding-top: 5px;
}

    .redes:hover {
        opacity: 0.8;
    }

.mob {
    width: 100%;
    overflow: auto;
    float: left;
    background: #ED3237;
    font-size: 11.8px;
    padding: 2px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.dvMenuSec {
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    overflow: hidden !important;
}

.dvMenuSecMob {
    font-size: 12px;
}

.dvMenuSec, .dvMenuSecMob {
    width: 100%;
    overflow: auto;
    float: left;
    background: #63625E;
    text-align: right;
    color: #fff;
    z-index: 9999;
    font-family: 'zl', sans-serif;
}

    .dvMenuSec img, .mob img {
        margin: -4px 5px 0;
    }

    .dvMenuSec a, .dvMenuSecMob a {
        color: #fff;
    }


label {
    font-weight: normal;
}

.cm:hover {
    cursor: pointer;
}

.descRadios:hover {
    cursor: pointer;
}

.nav > li > a, .nav2 > li > a {
    transition: all 0.4s ease-in-out;
}

.dvItemNoticia {
        display: inline-block;
    vertical-align: top;
    border-bottom: 3px solid #fff;
    background: #fff;
    transition: all 0.4s ease-in-out;
    /*-webkit-box-shadow: 0 13px 20px -16px rgba(0,0,0,.8);
    -moz-box-shadow: 0 13px 20px -16px rgba(0,0,0,.8);
    box-shadow: 0 13px 20px -16px rgba(0,0,0,.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

    .dvItemNoticia:hover {
        cursor: pointer;
        transition: all 0.4s ease-in-out;
    }

        .dvItemNoticia:hover .pRes {
            height: 51px;
            transition: all 0.4s ease-in-out;
        }

        .dvItemNoticia:hover .inDescricoes {
            margin-top: -51px;
            transition: all 0.4s ease-in-out;
        }

        .dvItemNoticia:hover .pRes span {
            opacity: 1;
            transition: all 1.2s ease-in-out;
        }

.pRes span {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.inImg {
    float: left;
    /*-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;*/
}

.pDt {
    color: #63625E;
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.pRes {
    font-size: 14px;
    color: #63625E;
    line-height: 17px;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.pTit {
    margin: 8px 0 10px;
    line-height: 18px;
    transition: all 0.4s ease-in-out;
}

.inDescricoes {
    float: right;
    margin: 5px 0 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

    .inDescricoes a {
        color: #ED3237;
    }

.inDescricoesImg {
    background-size: cover;
    background-repeat: no-repeat;
}

.menuSup {
    float: right;
    transition: all 0.4s ease-in-out;
}

    .menuSup p {
        margin: 0 !important;
    }

.dvMenu {
    float: left;
}

.socTopo {
    float: left;
    /*margin: 12px 0px;*/
}

.catOnl {
    width: 150px;
}

.menuFoot {
    width: 100%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #63625E;
    font-family: 'zl', sans-serif;
}

.rdpUndNome {
    font-size: 18px;
    font-family: "zb", sans-serif;
    color: #ED3237;
    margin-top: 15px;
}

.itemForm {
    float: left;
}

.dvCat {
    float: left;
}

.aLinhas {
    float: none !important;
    text-align: center;
    border: none !important;
    font-size: 25px !important;
}

    .aLinhas:hover {
        border: none !important;
        background: none !important;
    }

.dvRdp {
    background-image: url(/Content/imgtemanovo/fundof.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    float: left;
    background-position: left 102%;
    /*background-position: bottom;*/
}
/*tablet*/
@media (min-width: 768px) {
    .aLinhas {
        padding: 8.5px 10px;
    }
        .menuFoot {
        padding: 12px 0;
    }
        .fotP {
        font-size: 19px;
    }
    .contFoot {
        font-size: 21px;
        padding: 15px 0 !important;
        margin-bottom: 25px;
    }
        .midias {
        bottom: 125px;
        left: -50px;
    }

    .dvRdp {
        height: 170px;
    }

    .address {
        margin-bottom: 25px;
    }


    .catOnl {
        margin: 0 0 0 15px;
        float: left;
    }

    .address p {
        text-align: left;
    }

    .navbar {
        min-height: 86px;
    }

    #notif {
        top: 2px;
        margin-left: 14px;
    }

    #dvLocalizar {
        width: 200px;
        margin: 0 15px;
    }

    .dvCat {
        width: 150px;
        margin: 0 15px;
    }

    .dvMenu {
        width: 253px;
        width: max-content;
    }

    .dvMenuCats {
        display: block;
    }

    .dvMenuCatsM {
        display: none;
    }

    .menuSup {
        padding: 6px;
    }


    .dvMenuSec {
        display: none;
    }

    .mob {
        display: block;
    }

    .dvContTopoItem {
        width: 100%;
        text-align: right;
    }

    /*.redes {
        background: #ED3237;
    margin-top: 10px;
    }*/

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .col-md-4 {
        width: 100%;
        float: left;
    }

    .navbar-toggle {
        top: 0px;
        margin: 23px 0;
    }

    .navbar-collapse {
        padding: 5px;
        padding-bottom: 10px;
        margin: 80px 0px 0px;
        width: 100%;
    }

    #dvFormulario {
        width: 100%;
    }

    #imgMaior {
        width: max-content;
    }

    /*#imgImgMaior {
        width: 100%;
    }*/

    .dvItemPres {
        width: 24%;
        margin: 0.5%;
    }


    .itemInfoSeg {
        opacity: 0;
    }

    .pTituloSeg {
        padding: 40px 0 0 0;
    }

    .pDescSeg {
        padding: 10px 20px;
    }

    #contSegmentos {
        display: flex;
    }

    .dvItemEvento {
        width: 33%;
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .dvItemNoticia {
        width: 31.33%;
        margin: 1%;
    }

    .inImg {
        height: 200px;
    }

    .inDescricoes {
        padding: 5px 10px 0;
    }

    .servicosItem {
        width: 19%;
    }

    #dvDetalhes {
        width: 50%;
    }

    .itemSegmento {
        width: 25%;
        opacity: 0.75;
    }

        .itemSegmento:hover {
            width: 50%;
        }

    #dvContNoticias, .imgNoticia, .dvRepresentantes, .maisLidas, .dvCatLeft, .dvCatRight, .contacts, .form, #imgMiniaturas, .tst, .ps {
        width: 100%;
    }

    .tituloNoticia {
        margin: 25px 0 5px;
    }

    .dataNoticia {
        margin: 0 0 25px;
    }

    .btDif {
        width: 48%;
        margin: 2px;
    }

    .dvProdDesc, .dvDescItem table {
        width: 98%;
    }

    .prodItem {
        width: 97%;
    }

    .dvTextoCategorias {
        width: 87%;
    }

    .dvRepresentantes {
        margin: 10px 0px;
    }

    .btsPassaImg {
        width: 33px;
        height: 53px;
        padding-top: 7px;
        margin-top: -185px;
    }

    .dvBoard {
        padding: 0px 0 10px;
    }

    .contacts {
        width: 35%;
    }

    .form {
        width: 65%;
    }

    .h2Titulos {
        margin: 20px 0 40px;
        font-size: 30px;
        line-height: 0px;
    }

        .h2Titulos span {
            font-size: 65px;
            line-height: 75px;
        }

    .textoQualidade {
        top: 20%;
    }

    .navbar-nav {
        float: none;
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1; /* padrão */
        border-radius: 50px;
        -webkit-border-radius: 50px;
    }

    .col-md-3 {
        width: 50%;
        /*display:none;*/
    }

    .tst {
        height: 118px;
        padding-top: 5px;
    }

    #btnPesquisar {
        width: 98%;
        margin: 2px auto;
        float: none;
    }

    .clk {
        display: none;
    }

    .navbar-brand {
        height: unset !important;
        left: 5px;
        top: 0;
        padding: 8px 0 8px 30px;
    }


    .dvContPgs {
        width: 100%;
        padding: 0 10px;
        margin: 25px auto 60px;
    }

    #imgPrincipal {
        width: 100%;
        height: 590px;
    }

    .contBtPassa {
        height: 590px;
    }

    #imgMiniaturas {
        width: 100%;
    }

    /*#veiInfoLeft {
        padding-left: 10px;
    }

    #infoLeft, #infoRight, #dvContPg, #veiInfoLeft, #veiPreco {
        width: 100%;
    }*/

    #formContato, #infoAd {
        padding-left: 0px;
    }

    #formContato {
        padding: 0 10px;
    }

    #h4Valor {
        width: 100%;
    }

    .mini {
        width: 122.6px;
        height: 122.6px;
        margin: 2px;
    }

    .produtoItens {
        width: 100%;
        margin-bottom: 5px;
    }

    .fadeInDown, .fadeInUp {
        padding-left: 10px;
    }

    #imgLogo {
        width: 90px;
    }

    .nav > li > a, .nav2 > li > a {
        /*padding: 2px;
        margin: 2px;*/
        padding: 17px 10px;
        margin: 0;
    }

    .dvContPgsAdm {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }

    .member-photo, .basic-info {
        width: 50% !important;
    }

    .radios {
        width: 18%;
        padding: 20px 0 0 1%;
    }

    .bt {
        padding: 8.5px 10px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .aLinhas {
        padding: 4.5px 10px;
    }
    .pRes {
    display:none!important;
    }
    .inDescricoes {
    margin-top:0!important;
    }
    .menuFoot {
        padding: 8px 0;
    }
        .fotP {
    font-size:17px;
    }
    .contFoot {
        font-size: 17px;
        padding: 15px 0 15px 5px !important;
    }
    .midias {
        bottom: 101px;
        font-size: 15px;
        left: -70px;
    }

    .bt {
        font-size: 14px;
        padding: 4.5px 10px;
    }

    .dvRdp {
        height: 30px;
    }

    .address {
        margin-bottom: 5px;
    }

        .address p {
            margin: 0;
        }

        .address span, .address a {
            text-align: center;
            line-height: 16px;
        }

    .catOnl {
        margin: 0 auto;
    }

    .address p {
        text-align: center;
    }

    #imgFund {
        height: 85px;
        margin-top: 20px;
    }

    .navbar {
        overflow: hidden;
    }

    #notif {
        margin-left: 35px;
        margin-top: -26px;
    }

    .socTopo {
        margin-top: 1%;
    }

    #dvLocalizar {
        width: 200px;
        margin: 1%;
        max-width: 250px;
    }

    .dvCat {
        width: 98%;
        margin: 0 1%;
    }

    .dvMenu {
        width: 100%;
    }

    .dvMenuCats {
        display: none;
    }

    .dvMenuCatsM {
        display: block;
    }

    .menuSup {
        margin: 0 1%;
        padding: 10px 2px;
        text-align: center;
        line-height: 13px;
        width: 32%;
    }

    .address {
        width: 100% !important;
    }

    .container-fluid {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /*.redes {
        background: #ED3237;
    }*/

    .dvContTopoItem {
        width: 100%;
        text-align: right;
        float: right;
        height: 16px;
        line-height: 16px;
    }

    .mob {
        display: block;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .dvMenuSec {
        display: none;
    }


    .col-md-4 {
        width: 100%;
        float: left;
        padding: 0 20% !important;
    }

    .navbar-toggle {
        margin: 11px 0;
    }

    .navbar-collapse {
        padding: 0 0 5px 0;
        margin: 0;
        width: 100%;
    }

    #dvFormulario {
        width: 100%;
    }

    #imgMaior /*, #imgImgMaior*/ {
        width: 95%;
    }

    .imgPresidente {
        width: 75%;
    }

    .dvItemPres {
        width: 49%;
        margin: 0.5%;
    }



    .itemInfoSeg {
        opacity: 1;
    }

    .pTituloSeg {
        padding: 10px 0 0 0;
    }

    .pDescSeg {
        padding: 5px;
    }

    #contSegmentos {
        display: block;
    }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow: hidden;
    }

    .dvItemNoticia {
        width: 48%;
        margin: 2% 1%;
    }

    .inImg {
        height: 125px;
    }

    .servicosItem, .dvItemEvento {
        width: 100%;
    }

    #dvDetalhes {
        width: 98%;
    }

    .itemSegmento {
        width: 100%;
        opacity: 1;
    }

        .itemSegmento:hover {
            width: 100%;
        }

    .maisLidas {
        width: 100%;
    }

    .tituloNoticia {
        margin: 25px 0 5px;
    }

    .dataNoticia {
        margin: 0 0 25px;
    }

    .btDif {
        width: 48%;
        margin: 2px;
    }

    #dvContNoticias, .imgNoticia {
        width: 100%;
    }

    .dvCatLeft {
        width: 100%;
    }

    .dvCatRight {
        width: 100%;
    }

    .contacts, .form, #imgMiniaturas {
        width: 100%;
    }

    .dvProdDesc, .dvDescItem table {
        width: 98%;
    }

    .prodItem {
        width: 97%;
    }

    /*.contacts, .form {
        width: 100%;
    }*/

    .dvTextoCategorias {
        width: 87%;
    }

    .btsPassaImg {
        width: 33px;
        height: 53px;
        padding-top: 7px;
        margin-top: -135px;
    }

    .dvBoard {
        padding: 0px 0 10px;
    }

    .dvRepresentantes {
        margin: 10px 0px;
        width: 100%;
    }

    .h2Titulos {
        margin: 20px 0 15px !important;
        font-size: 19px;
        line-height: 21px;
    }

        .h2Titulos span {
            font-size: 30px;
            line-height: 19px;
        }

    .textoQualidade {
        top: 20%;
    }



    .navbar-nav {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2; /* padrão */
        margin: 0 !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        width: 100%;
        padding: 10px;
    }

    .col-md-3 {
        width: 100%;
        /*display:none;*/
    }

    #fileImg {
        font-size: 13px;
    }

    .itemProdutos {
        width: 95% !important;
    }

    .tstItens {
        margin: 2px 0px;
    }

    .iconsNavBar {
        height: 30px;
    }

    .ho {
        width: 30px;
        height: auto;
        margin-top: 11px !important;
    }

    .tst, .ps, .en, .tl, .hr, #btnPesquisar {
        width: 100%;
    }

    #btnPesquisar {
        width: 98%;
        margin: 1px auto;
        float: initial !important;
    }

    .navbar-default {
        /*height: 225px!important;*/
    }

    .dvIconsNavBar {
        width: 45px;
    }

    .foot {
        height: 45px;
    }

    .clk {
        display: block;
    }

    .tst {
        height: 175px !important;
        padding-top: 5px;
    }

    .fItens {
        width: 100% !important;
        margin: 1px 0;
    }

    .navbar-brand {
        height: unset !important;
        left: 5px;
        top: 0px;
        padding: 8px 0 8px 8px;
    }

    .member-photo, .basic-info {
        width: 100% !important;
    }


    .dvContPgs {
        width: 100%;
        padding: 0 5px;
        margin: 0;
    }

    #imgPrincipal {
        width: 100%;
        height: 200px;
    }

    .contBtPassa {
        height: 200px;
    }

    #imgMiniaturas {
        width: 100%;
    }

    /*#veiInfoLeft {
        padding-left: 10px;
    }

    #infoLeft, #infoRight, #dvContPg, #veiInfoLeft, #veiPreco {
        width: 100%;
    }*/

    #formContato, #infoAd {
        padding-left: 0px;
    }

    #formContato {
        padding: 0 10px;
    }

    #h4Valor {
        width: 100%;
    }

    .mini {
        width: 24%;
        height: 52px;
        margin: 0.5%;
    }


    .produtoItens {
        width: 100%;
        margin-bottom: 5px;
    }

    .fadeInDown, .fadeInUp {
        /*padding-left: 10px;*/
    }

    #imgLogo {
        width: 120px;
        margin-top: 0;
    }

    .nav > li > a, .nav2 > li > a {
        padding: 2px !important;
        margin: 2px !important;
        text-align: center;
    }

    .dvContPgsAdm {
        width: 100%;
        padding: 0 1%;
        margin: 25px auto 60px;
    }

    .radios {
        width: 50%;
        padding: 0;
    }

    .itemProdutos a {
        padding: 2px 2px;
    }

    .itemForm {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    fieldset {
        padding: 10px 0 10px 0px !important;
    }

    #m2brDialogJanela {
        max-width: 300px !important;
        margin-left: -47% !important;
    }

    .dvMenuSecMob {
        display: block !important;
    }

        .dvMenuSecMob img {
            height: 20px;
            margin-bottom: 5px;
        }
}

/*computador*/
@media (min-width: 1200px) {
    .aLinhas {
        padding: 8.5px 10px;
    }
    .menuFoot {
        padding: 12px 0;
    }
        .fotP {
        font-size: 19px;
    }
    .contFoot {
        font-size: 21px;
        padding: 15px 0 !important;
        margin-bottom: 25px;
    }
    .midias {
        bottom: 125px;
        left: -50px;
    }
    .bt {
        padding: 8.5px 10px;
    }

    .dvRdp {
        height: 170px;
    }

    .address {
        margin-bottom: 25px;
    }

    .catOnl {
        margin: 0 0 0 15px;
        float: left;
    }

    .address p {
        text-align: left;
    }

    .navbar {
        min-height: 71px;
        border-top: 0 !important;
    }

    #notif {
        top: 2px;
        margin-left: 14px;
    }

    #dvLocalizar {
        width: 200px;
        margin: 14px 15px;
    }

    .dvCat {
        width: 150px;
        margin: 0 15px;
    }

    .dvMenu {
        width: 253px;
        width: max-content;
    }

    .dvMenuCats {
        display: block;
    }

    .dvMenuCatsM {
        display: none;
    }

    .menuSup {
        padding: 6px;
    }

    .container-fluid {
        margin-top: 35px;
    }

    .radios {
        width: 18%;
        padding: 20px 0 0 1%;
    }

    .dvMenuSec {
        display: block;
    }

    .mob {
        display: none;
    }

    /*.redes {
        background: #ED3237;
        margin-top:0;
    }*/

    .mob {
        display: none;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: -15px;
    }

    .navbar-collapse {
        padding: 10px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        margin: 5px 0;
        width: auto;
    }

    #dvFormulario {
        width: 80%;
    }

    #imgMaior {
        width: max-content;
    }

    /*#imgImgMaior {
        width: 100%;
    }*/

    .imgPresidente {
        width: 25%;
    }

    .dvItemPres {
        width: 150px;
        margin: 10px 5px;
    }


    .itemInfoSeg {
        opacity: 0;
    }

    .pTituloSeg {
        padding: 40px 0 0 0;
    }

    .pDescSeg {
        padding: 10px 20px;
    }

    #contSegmentos {
        display: flex;
    }

    .dvItemEvento {
        width: 33%;
    }

    .container {
        padding: 15px !important;
    }

    .dvItemNoticia {
        width: 31.33%;
        margin: 1%;
    }

    .inImg {
        height: 200px;
    }

    .inDescricoes {
        padding: 5px 10px 0;
    }

    .servicosItem {
        width: 19%;
    }

    #dvDetalhes {
        width: 50%;
    }

    .itemSegmento {
        width: 25%;
        opacity: 0.75;
    }

        .itemSegmento:hover {
            width: 50%;
        }

    .maisLidas {
        width: 100%;
    }

    .tituloNoticia {
        margin: 30px 0 5px;
    }

    .dataNoticia {
        margin: 20px 0 70px;
    }

    .imgNoticia {
        width: 580px;
    }

    .btDif {
        width: 250px;
        margin: 10px;
    }

    #dvContNoticias {
        width: 100%;
    }

    .dvCatLeft {
        width: 68%;
    }

    .dvCatRight {
        width: 32%;
    }

    #imgMiniaturas {
        width: max-content;
    }

    .dvProdDesc {
        width: 75%;
    }

    .dvDescItem table {
        width: 50%;
    }

    .prodItem {
        width: 32%;
    }

    .dvTextoCategorias {
        width: 450px;
    }

    .btsPassaImg {
        width: 50px;
        height: 75px;
        padding-top: 18px;
        margin-top: -235px;
    }

    .dvBoard {
        padding: 0px 0 45px;
    }

    .dvRepresentantes {
        width: 25%;
    }

    .contacts {
        width: 35%;
    }

    .form {
        width: 65%;
    }

    .h2Titulos {
        margin: 20px 0 40px;
        font-size: 30px;
        line-height: 0px;
    }

        .h2Titulos span {
            font-size: 65px;
            line-height: 75px;
        }

    .textoQualidade {
        top: 40%;
    }

    .navbar-nav {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1; /* padrão */
        border-radius: 50px;
        -webkit-border-radius: 50px;
    }

    .col-md-3 {
        width: 33.33%;
        /*display:none;*/
    }

    .itemProdutos a {
        padding: 2px 10px;
    }

    .itemProdutos {
        width: 32.2%;
    }

    .fadeInDown, .fadeInUp {
        padding-left: 0px;
    }

    .dvContPgsAdm {
        width: 85%;
        margin: 0 auto;
    }

    #imgLogo {
        width: auto;
        margin-top: 0px;
    }

    .nav > li > a, .nav2 > li > a {
        padding: 17px 10px;
        margin: 0;
    }

    .produtoItens {
        width: 49%;
    }

    .mini {
        width: 122.6px;
        height: 122.6px;
        margin: 2px;
    }

    #h4Valor {
        width: 390px;
    }

    #dvContPg {
        width: 1170px;
    }

    #formContato, #infoAd {
        padding-left: 10px;
    }

    #imgPrincipal {
        width: 100%;
        height: 590px;
    }

    .contBtPassa {
        height: 590px;
    }

    #imgMiniaturas {
        width: max-content;
    }

    .dvContPgs {
        width: 1170px;
        margin: 25px auto 60px;
    }

    .member-photo {
        width: 35% !important;
    }

    .basic-info {
        width: 65% !important;
    }

    .navbar-brand {
        height: unset !important;
        left: 80px;
        top: 8px;
        padding: 8px 0 8px 30px;
    }

    .ps {
        width: 425px;
    }

    .tst {
        height: 78px;
        width: 1170px;
        padding-top: 20px;
    }


    #btnPesquisar {
        width: 121px;
        margin: 0 0 0 4px;
        float: left;
    }
}

.contBtPassa {
    width: 5%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spLoc {
    color: #281c2a;
    background-image: url(/content/imgtemanovo/loc.svg);
    font-size: 15px !important;
    float: right;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position-y: center;
    text-transform: none;
    font-family: 'zl', sans-serif !important;
}

    .spLoc:hover {
        cursor: pointer;
        text-decoration: underline;
    }

a:hover {
    cursor: pointer;
}

input[type="number"] {
    border: 1px solid #fff;
    padding-left: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


select {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    width: 100%;
    padding-left: 10px;
}

input[type=text], input[type=password], textarea, input[type=date], input[type=number], input[type=date], select, input[type=time] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #808080;
    height: 35px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #777575;
}

label {
    margin: 0 !important;
}

input[type=radio], input[type=checkbox] {
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
}

button:hover {
    cursor: pointer;
}

@font-face {
    font-family: 'zb';
    src: url(/Content/font/zurich-bold-bt.ttf);
}

@font-face {
    font-family: 'zl';
    src: url(/Content/font/zurich-light-bt.ttf);
}

@font-face {
    font-family: 'zr';
    src: url(/Content/font/zurich-bt.ttf);
}

@font-face {
    font-family: 'arkina';
    src: url(/Content/font/Arkina.otf);
}

body {
    font-size: 17px;
    line-height: 1.4em;
    color: #63625e;
    font-family: 'zl', sans-serif;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.h2Titulos {
    color: #63625E;
    vertical-align: middle;
    font-family: 'zl', sans-serif;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
}

    .h2Titulos span {
        color: #ed3237;
        font-family: 'arkina', sans-serif;
        text-transform: capitalize;
    }

h1, h2, h3, h4, h5, h6 {
    color: #ED3237;
}

h1, h2, h3 {
    /*text-transform: uppercase;*/
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

a {
    color: #ED3237;
    text-decoration: none;
}

    a:hover,
    a:focus {
        /*color: #281c2a;
        text-decoration: underline;*/
    }

section header {
    text-align: center;
    padding: 50px 0;
}

    section header h2 {
        font-weight: 500;
        text-transform: uppercase;
    }

    section header p {
        width: 100%;
        margin: 0 auto;
    }

section.dark header h2,
section.dark header p {
    color: #fff;
}

.bt {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ed3237;
    border: 1px solid #ed3237;
    color: white;
    transition: all 0.4s ease-in-out;
}

    .bt:hover {
        background: none;
        color: #ed3237;
        cursor: pointer;
    }
/***********************
Buttons
***********************/
.btn-primary {
    background: #281c2a;
    border-width: 2px;
    color: #fff;
}

    .btn-primary,
    .btn-primary:hover {
        border-color: #fe4a46;
    }

        .btn-primary:hover,
        .btn-primary:focus {
            background: #fff;
            color: #281c2a;
        }

.btn {
    padding: 15px 30px;
    border-radius: 0;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn-lg {
    padding: 20px 85px;
    font-size: 15px;
}

/*************************
NAVBAR
*************************/
.tstItens {
    float: left;
    color: #fff;
}

.ps {
    width: 425px;
}

.en {
    width: 295px;
}

.tl {
    width: 250px;
}

.hr {
    width: 200px;
}

.dvHr {
    width: 20%;
}

.dvTl {
    width: 25%;
}

.dvEn {
    width: 15%;
}

.dvIconsNavBar {
    float: left;
}

.foot {
    margin-right: 8px;
    background: #281c2a;
    border-radius: 35px;
    width: 50px;
    height: 50px;
}

.dtNot {
    background: #ED3237;
    color: #fff;
    font-size: 13px;
    width: max-content;
    margin: 5px 0 0 -7px;
    padding: 2px;
    /*border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);
    -moz-box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);
    box-shadow: 0px 0px 10px rgba(45, 31, 49, 0.36);*/
}


    .dtNot img {
        margin: -4px 3px 0 1px;
    }

.btnPesquisar {
    float: left;
    margin: 4px 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    background: none;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff;
    font-size: 17px;
}

    .btnPesquisar:hover {
        background-color: rgb(255 255 255 / 30%);
        border: 1px solid #fff;
        text-decoration: none;
    }



#btnRefinarBusca {
    float: left;
    width: 100%;
    background: #1a1a1a;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    color: white;
    height: 31px;
    border: 1px solid #fff;
}

.tst {
    background-color: #fff;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.fItens {
    width: 32.5%;
    text-align: left;
    float: left;
    margin: 2px;
}

/*@media (min-width: 992px) {
}*/

.tst-display-none {
    display: none;
}

.navbar-default {
    background-color: #DAD3C9;
    margin-bottom: 0;
    /*height: 50px;*/
    border-radius: 0;
    border: none;
    /*border-bottom: 1px solid #d2d2d2;*/
    /*transition: all 0.250s;*/
}

    /*.navbar-default .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }*/

    .navbar-default .nav li a {
        font-size: 17px;
        border: 1px solid transparent;
        text-transform: uppercase;
    }


.navbar-small {
    height: 106px !important;
}

    .navbar-small .navbar-brand {
        /*padding: 13px 15px;*/
        height: unset !important;
    }

    .navbar-small .nav {
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
    }


.jumbotron {
    margin-bottom: 0;
}

.slide {
    /*background: url(../img/Slider.jpg) no-repeat;*/
    background-size: cover;
    background-position: center;
    /*height: 500px;*/
    color: #fff;
    text-align: center;
    /*height: 900px;*/
    text-transform: uppercase;
}

    .slide .container {
        margin-top: 25%;
        margin-top: 30vh;
    }

    .slide h1 {
        vertical-align: middle;
        font-size: 55px;
        font-size: 8.5vmin;
        margin-bottom: 70px;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    }

    .slide span {
        margin-bottom: 30px;
    }

/********************
Services
********************/

.service-item {
    position: relative;
    /*margin-top: 80px;*/
}

    .service-item.text-right .service-text {
        /*margin-right: 80px;*/
    }

    .service-item.text-left .service-text {
        margin-left: 80px;
    }

    .service-item .service-icon {
        position: absolute;
        top: -20px;
        right: -10px;
    }

    .service-item.text-right .service-icon {
        right: -10px;
    }

    .service-item.text-left .service-icon {
        left: -10px;
    }

    .service-item .service-icon i {
        width: 75px;
        height: 75px;
        display: block;
        color: #281c2a;
        border-radius: 100%;
        background: #000;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
    }

.video-wrapper {
    background-image: url(../img/video-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    padding: 100px 0;
}

    .video h3,
    .video p {
        color: #fff;
    }

.fa-play:before {
    padding-left: 10px;
}

/**********************
PORTFOLIO
***********************/

.mask span:hover {
    cursor: pointer;
}

.mask p {
    color: #fff;
}

.centered-pills {
    text-align: center;
}

    .centered-pills ul.nav-pills {
        display: inline-block;
        margin-bottom: 50px;
    }

    .centered-pills li {
        display: inline;
    }

    .centered-pills a {
        float: left;
    }

/*.nav-pills > li > a {
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
    margin-right: 20px;
}

    .nav-pills > li > a:hover,
    .nav-pills > li > a:focus,
    .nav-pills > li > a.active {
        background: #281c2a;
        border-color: #281c2a;
        color: #fff;
    }*/

.projects {
    margin: 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

    .portfolio-item figcaption {
        background-image: url(/Content/imgtemanovo/dot.png);
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .portfolio-item:hover figcaption {
        opacity: 1;
    }

figcaption h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    /*margin-top: 25%;*/
}

figcaption span {
    color: #fb5d59;
}

#about .baner {
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: center;
}

.box {
    background: #27282b;
    background: rgba(39, 40, 43, 0.8);
    margin: 70px 0;
    padding: 40px;
}

    .box h3,
    .box p {
        color: #fff;
    }

    .box .delimiter,
    .box p {
        margin-bottom: 50px;
    }

    .box h3 {
        margin-bottom: 20px;
    }

    .box .delimiter {
        width: 60px;
        height: 0;
        border-bottom: 2px solid #281c2a;
        display: block;
    }

/********************************
Team
*********************************/
.team-member {
    text-align: center;
    margin-bottom: 10px;
}

.member-photo {
    position: relative;
    float: left;
    width: 35%;
}

    .member-photo .overlay {
        position: absolute;
        padding: 20px 50px;
        color: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 130px;
        display: block;
        background: #3f3f41;
        background: rgba(63, 63, 65, 0.8);
    }

.basic-info {
    padding: 20px;
    float: left;
    width: 65%;
}

/*******************************
SOCIAL ICONS
******************************/


ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.social li {
        display: inline-block;
        width: 32px;
        width: 32px;
    }

        ul.social li a {
            text-decoration: none;
        }


            ul.social li a i {
                color: #fff;
                width: 32px;
                height: 32px;
                display: block;
                line-height: 32px;
                text-align: center;
                -webkit-transition: all 0.5;
                transition: all 0.5s;
            }


                ul.social li a i:hover,
                ul.social li a i:focus {
                    border-radius: 100%;
                    background-color: #fff;
                    color: #fff;
                }

            ul.social li a:hover .fa-facebook {
                background-color: #3b5998;
            }

            ul.social li a:hover .fa-twitter {
                background-color: #55acee;
            }

            ul.social li a:hover .fa-dribbble {
                background-color: #ea4c89;
            }

            ul.social li a:hover .fa-behance {
                background-color: #1769ff;
            }

            ul.social li a:hover .fa-pinterest {
                background-color: #cc2127;
            }

            ul.social li a:hover .fa-google {
                background-color: #dd4b39;
            }

.address {
    margin-bottom: 25px;
    font-family: 'zn', sans-serif;
    color: #63625E;
}

    .address span, .address a {
        color: #63625E;
    }

    .address p {
        margin: 0;
    }

.circled {
    display: block;
    border-radius: 100%;
    background-color: #281c2a;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

a.circled:hover,
a.circled:focus {
    color: #fff;
    text-decoration: none;
}

/*******************************
FORMS
********************************/
form {
    margin-bottom: 70px;
}

.form-group .btn {
    width: 100%;
}

.form-control {
    padding: 17px 25px;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    background: #f3f3f3;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5;
    transition: all 0.5s;
    border: 1px solid #fff;
}

    .form-control:focus {
        border: 1px solid #454554;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/*.navbar-default .navbar-toggle {
    border-color: #ED3237;
}*/

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ED3237;
}

#notif {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 17px;
    background: #ffcb0c;
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    line-height: 16px;
    padding: 1px 5px;
    color: #000;
    transition: all 0.4s ease-in-out;
}
/******************************
BLOGS
*******************************/
#blog {
    background-color: #3f3f41;
    background-image: url(../img/blog-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.col-md-4 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    margin-bottom: 10px !important;
}

.blog-item .meta-data {
    padding: 50px 50px 20px 50px;
    background-color: #121215;
}

.blog-item h3 {
    color: #fb5d59;
    margin-bottom: 70px;
    font-size: 20px;
}

.blog-item h3,
.blog-item p, .blog-item a {
}

.blog-item p {
    color: #fff;
    margin-bottom: 50px;
}

.blog-item a {
    text-align: right;
    width: 100%;
    display: block;
}

.load-more {
    padding-top: 35px;
    padding-bottom: 70px;
}

.contFoot {
    text-align: left;
    font-family: 'zl';
    color: #ed3237;
}
/*******************************
SERVICES
********************************/
.service-item {
    /*margin-bottom: 70px;*/
}

.logo22 {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

    .logo22:hover {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        cursor: pointer;
    }

footer {
    text-align: center;
    padding: 0;
    color: #63625E;
    background: #DAD3C9;
    float: left;
    width: 100%;
}

    footer .copyright {
        margin: 0;
        padding: 0;
        color: #fff;
    }

    footer .back-to-top {
        display: block;
        font-size: 11px;
        margin: 0 auto;
        margin-top: 40px;
        width: 150px;
    }

    footer a {
        color: #000;
    }

    footer img {
        margin: 0 5px;
    }

.mix {
    display: none;
}
