@font-face {
    font-family: 'univers_ce_45_lightregular';
    src: url('fonts/univers_ce_45_light.eot');
    src: url('fonts/univers_ce_45_light.eot?#iefix') format('embedded-opentype'), url('fonts/univers_ce_45_light.woff') format('woff'), url('fonts/univers_ce_45_light.ttf') format('truetype'), url('fonts/univers_ce_45_light.svg#univers_ce_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers_LT_47_Condensed_Light';
    src: url('fonts/Univers_LT_47_Condensed_Light.eot');
    src: url('fonts/Univers_LT_47_Condensed_Light.eot?#iefix') format('embedded-opentype'), url('fonts/Univers_LT_47_Condensed_Light.woff') format('woff'), url('fonts/Univers_LT_47_Condensed_Light.ttf') format('truetype'), url('fonts/Univers_LT_47_Condensed_Light.svg#Univers_LT_47_Condensed_Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    height: 100%;
    max-height: 900px;
    margin: auto;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

body {
    font-family: 'Univers_LT_47_Condensed_Light', 'Univers_LT_59_Ultra_Condensed', 'univers_ce_45_lightregular', Verdana, Times New Roman, Times, serif, Arial;
    font-size: 12px;
    background: #fff;
    color: #606060;
    margin: 0;
    height: 100%;
}

a {
    color: #727176;
    text-decoration: none;
}

a:hover {
    color: #fdb913;
}

a:active {
    color: #39110b;
}

.destaque {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.vmiddle {
    vertical-align: middle;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.preto {
    color: #000000;
}

.branco {
    color: #fff;
}


/* width e height explícitos para as imagems */

.logo_produto img {
    width: 90px;
    height: 110px;
}

#logo a img {
    width: 117px;
    height: 80px;
}

.produtos li a div img {
    width: 120px;
    height: 110px;
}

.conteudo_produtos div div img {
    width: 120px;
    height: 110px;
}

.bt_mais img {
    width: 90px;
    height: 90px;
}

.prev a img,
.next a img {
    width: 46px;
    height: 46px;
}

#fale-conosco-agora-img {
    width: 147px;
    height: 50px;
}

#redes-sociais a img {
    width: 18px;
    height: 18px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

#redes-sociais a img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /* IE */
    transition: all 0.5s ease;
}

#rodape a img {
    width: 18px;
    height: 18px;
}

.listas li.item .img_normal,
.listas li.item .img_pb {
    position: absolute;
    margin: 0
}

.listas li.item .img_normal {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    z-index: 999999999;
}

.listas li.item:hover .img_normal {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

.listas li.item .img_pb {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

.listas li.item:hover .img_pb {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    z-index: 999999999;
}

section#corpo {
    width: 100%;
    margin: auto;
}


/*Layout*/

header#topo {
    max-width: 900px;
    margin: auto;
    height: 80px;
}

header#topo #logo {
    width: 15%;
    float: left;
    padding: 0;
    padding-top: 8px;
}

header#topo #menu {
    padding: 0 0 0 0px;
    text-align: center;
}

header#topo #menu li {
    float: left;
    margin: 0 8px;
}

header#topo #menu li a,
header#topo #menu li ul li a {
    font-size: 1.1em;
    color: #818285;
}

header#topo #menu li a:hover,
header#topo #menu li ul li a:hover {
    text-decoration: none;
    color: #ca6c18;
}

header#topo #menu li div.menu_hover {
    position: absolute;
    margin-top: 10px;
    height: 30px;
    background: #ca6c18;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

header#topo #menu li:hover div.menu_hover,
header#topo #menu li.active div.menu_hover {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

#redes-sociais {
    float: right;
}

.suporte {
    margin-left: 20px;
    font-size: 1.3em;
    color: #cb6c18;
}

#menu-contatos {
    width: 130px;
    display: none;
    right: 0;
    background-color: white;
    border: 1px solid #cacaca;
}

#menu-contatos li {
    padding: 10px !important;
    opacity: 1;
}

#menu-contatos li a {
    font-size: 15px !important;
}

#menu-contatos li a:hover {
    background-color: #cacaca;
}


/*.item { z-index:  -1;   } - com isso não mostra o link para o produto na página principal*/

.formulario-contato {
    float: left;
    width: 60%;
}

.contatos-contatos {
    float: right;
    width: 35%;
    padding-left: 15px;
    color: #ffffff;
}

.contatos-contatos ul {
    margin-bottom: 12px;
}

.contatos-contatos ul li {
    padding-top: 5px;
}

#captcha {
    padding-bottom: 15px;
    ;
}

header#topo .facebook {
    float: right;
    margin: 30px 0 0 0;
}


/*Mobile*/

header#topo .icones-mob {
    display: none;
    float: right;
    text-align: right;
    margin: 20px 10px 0 0;
}

header#topo nav.menuMobile .menu-bt {
    border: 1px solid;
    font-size: 18px;
    padding: 5px 10px;
    background: #005e80;
    border-radius: 6px;
}

header#topo nav.menuMobile {
    display: none;
    position: absolute;
    top: 75px;
    right: 10px;
    z-index: 9999999999999;
    text-align: right;
}

header#topo nav.menuMobile ul {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 2em;
}

header#topo nav.menuMobile:hover ul {
    display: block;
}

header#topo nav.menuMobile ul li {
    padding: 3px 10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

header#topo nav.menuMobile ul li:hover,
header#topo nav.menuMobile ul li:active {
    background: #f5f5f5;
}


/*Quem Somos*/

section#quem_somos {
    background: url(../imagens/bg_quem_somos.jpg) no-repeat center top;
    margin: 15px 0 0;
    min-height: 600px;
    padding: 90px 0 0 0;
}

section#quem_somos .quem_somos {
    width: 100%;
    max-width: 490px;
    margin: auto;
    border: 15px solid #005e81;
    padding: 60px;
    color: #fff;
    font-size: 16px;
}


/*Serviï¿½os*/

section#servicos {
    background: url(../imagens/bg_servicos.jpg) no-repeat center top;
    margin: 15px 0 0;
    min-height: 600px;
    padding: 90px 0 0;
}

section#servicos .servicos {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 0px;
    color: #fff;
    font-size: 16px;
}

section#servicos .servicos .servicos-fundo {
    border: 15px solid #ca6c18;
    width: 100%;
    max-width: 540px;
    padding: 15px 50px 0 50px;
    margin: auto;
}


/*Clientes*/

section#clientes {
    background: url(../imagens/bg_clientes.jpg) no-repeat center top;
    margin: 15px 0 0;
    min-height: 640px;
    padding: 50px 0 0 0;
}

section#clientes .clientes {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding-bottom: 20px;
}


/*.Litas*/

#paginacao {
    min-height: 500px;
}

#paginacao .item {
    width: 22%;
    margin: 1%;
    display: inline-table;
    vertical-align: middle;
}

#paginacao .item .link_cli {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE */
    transition: all 0.5s ease;
}

#paginacao .item .link_cli:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    /* IE */
    transition: all 0.5s ease;
}


/*Contato*/

section#contatos {
    background: url(../imagens/bg_contatos.jpg) no-repeat center top;
    margin: 15px 0 0;
    min-height: 600px;
    padding: 90px 0 0;
}

section#contatos .contatos {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 00px;
    color: #fff;
    font-size: 16px;
}


/*Produtos*/

.topo_produtos {
    background: #ca6c18 url("../admin/arquivos/produtos/produtos.webp") no-repeat center;
    width: 100%;
    height: 265px;
    margin-top: 15px;
}

.topo_produtos .conteudo_produtos {
    position: absolute;
    width: 100%;
    max-width: 730px;
    left: 50%;
    margin-left: -365px;
    margin-top: 210px;
}

.topo_produtos .conteudo_produtos ul.produtos li {
    float: left;
    margin-left: 3.33%;
    width: 30%;
    background: #fff;
    text-align: center;
}

.other_products {
    margin: auto;
}

.other_products li {
    float: left;
    margin-left: 10px;
}


/*Rodape Home*/

#rodape {
    text-align: center;
    font-size: 1.3em;
    color: #005e80;
}

footer#rodape_home {
    position: absolute;
    left: 50%;
    padding: 10px;
    max-width: 620px;
    margin-left: -320px;
    margin-top: -100px;
    text-align: center;
    font-size: 16px;
    background: #005e81;
    color: #fff;
}

footer#rodape_orange {
    position: absolute;
    left: 50%;
    padding: 10px;
    max-width: 620px;
    margin-left: -320px;
    margin-top: -100px;
    text-align: center;
    font-size: 16px;
    background: #cb6c18;
    color: #fff;
}

footer#rodape_blue {
    position: absolute;
    left: 50%;
    padding: 10px;
    max-width: 620px;
    margin-left: -320px;
    margin-top: -100px;
    text-align: center;
    font-size: 16px;
    background: #005e81;
    color: #fff;
}


/*Paginaï¿½ï¿½o*/

.primeira_pagina,
.pagina_anterior,
.proxima_pagina,
.ultima_pagina,
.pagina {
    width: 25px;
    height: 26px;
    float: left;
    margin: 3px;
}

footer a {
    margin: 5px;
}

.primeira_pagina {
    background: url(../imagens/primeira.jpg) no-repeat;
}

.primeira_pagina:hover {
    background: url(../imagens/primeira_h.jpg) no-repeat;
}

.pagina_anterior {
    background: url(../imagens/voltar.jpg) no-repeat;
}

.pagina_anterior:hover {
    background: url(../imagens/voltar_h.jpg) no-repeat;
}

.proxima_pagina {
    background: url(../imagens/avancar.jpg) no-repeat;
}

.proxima_pagina:hover {
    background: url(../imagens/avancar_h.jpg) no-repeat;
}

.ultima_pagina {
    background: url(../imagens/ultima.jpg) no-repeat;
}

.ultima_pagina:hover {
    background: url(../imagens/ultima_h.jpg) no-repeat;
}

.pagina {
    background: url(../imagens/pagina.jpg) no-repeat;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pagina:hover,
.pagina_h {
    background: url(../imagens/pagina_h.jpg) no-repeat;
}


/**/

.ck * {
    /*border: 0;*/
    padding: 2px 0;
    margin: 2px 0;
}

.ck ul {
    list-style: circle;
}


/**/


/*ALERTAS*/

.faltaDados {
    color: red;
    border: 1px solid red;
}

.divErro {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.erro {
    background: url(../imagens/alert.png) no-repeat 10px center #febabb;
    border: 2px solid #ec8737;
    padding: 5px 10px 5px 30px;
    margin: 2px 0;
    display: none;
    line-height: 15px;
    color: #000;
    font-weight: bold;
}

.retorno {
    background: url(../imagens/success.png) no-repeat 10px center #c9ffd1;
    border: 2px solid #00e620;
    padding: 5px 10px 5px 30px;
    margin: 2px 0;
    display: none;
    height: 15px;
    line-height: 15px;
    color: #000;
    font-weight: bold;
}


/*Classes formularios*/

.botao {
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background: none;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.botao:hover {
    background: #cb6c18;
    color: #fff;
    cursor: pointer;
}

input,
select,
textarea {
    width: 98%;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    background: none;
    margin-bottom: 10px;
    resize: none;
    font-family: 'Univers_LT_47_Condensed_Light', 'Univers_LT_59_Ultra_Condensed', 'univers_ce_45_lightregular', Verdana, Times New Roman, Times, serif, Arial;
    font-size: 14px;
}


/*Paginaï¿½ï¿½o*/

#pagingControls ul {
    display: inline;
    margin: 0 0.2em;
}

#pagingControls li {
    display: inline;
    padding: 0.2em 0.5em;
    margin: 0 0.2em;
    background: #002d46;
    color: #fff;
    border: 1px solid #002d46;
}

#pagingControls li a {
    color: #fff;
}

#pagingControls li:hover,
#pagingControls li:active,
#pagingControls li.active {
    background: #ccc;
}

@media (max-width: 918px) {
    header#topo {
        width: 100%;
        margin: 0;
    }
    header#topo #logo {
        margin: 15px 0 0 10px;
        float: left;
    }
    header#topo #menu {
        float: right;
        padding: 20px 0 0 40px;
    }
}

@media (max-width: 730px) {
    header#topo #menu {
        display: none;
    }
    header#topo nav.menuMobile,
    header#topo .icones-mob {
        display: block;
    }
    footer#rodape_home,
    footer#rodape_orange,
    footer#rodape_orange {
        left: auto;
        padding: 10px;
        max-width: 620px;
        margin: -100px 10px 0 10px;
    }
    section#quem_somos .quem_somos {
        width: 80%;
        padding: 20px;
        margin: 1% auto;
    }
    section#servicos .servicos .servicos-fundo {
        border: 15px solid #ca6c18;
        width: 80%;
        padding: 15px 20px 0 20px;
        margin: auto;
    }
    .botao {
        width: 100%;
        padding: 0 15px;
    }
    input,
    select,
    textarea {
        width: 94%;
        padding: 2% 3%;
    }
    .topo_produtos .conteudo_produtos {
        left: 0;
        width: 98%;
        margin-left: 2%;
        margin-top: 210px;
    }
}

@media (max-width: 599px) {
    section#servicos {
        padding: 70px 0 0;
    }
}

@media screen and (max-width: 413px) {}