/* POSSAMAI */
.hidden { display: none; }
textarea { resize:none; }
.hide { display: none; }
.both { clear:both; }
.right { float: right !important; }
.left { float: left !important; }
.m-0 { margin: 0px !important;}
.mb-10 { margin-bottom: 10px !important;}
.mb-15 { margin-bottom: 15px !important;}
.mb-25 { margin-bottom: 25px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mt-0 { margin-top: 0px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-50 { margin-top: 50px !important; }
.mr-5 { margin-right: 5px !important;}
.mr-10 { margin-right: 10px !important;}
.mr-20 { margin-right: 20px !important;}
.mr-30 { margin-right: 30px !important;}
.ml-10 { margin-left: 10px !important;}
.ta-c { text-align: center !important; }
.error { color: #b94a48; }
.bold { font-weight: bold;}
.p-rel {position: relative !important;}
.p-20 { padding: 20px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pr-0 { padding-right: 0px; }
.va-m { vertical-align: middle !important; }
.nop { padding: 0px !important; }
.w-250 { width: 250px !important;}
.w100 { width: 100px !important; }
.w-100p { width: 100% !important; }
.h-100p { height: 100% !important; }
.b-n { border: none !important; }
.cursor-pointer { cursor:pointer; }

@keyframes blinkingText {
    0% { opacity: 1; }
    49% { opacity: 1; }
    65% { opacity: 0; }
    80% { opacity: 0.6; }
    100% { opacity: 1; }
}

.clip-bottom { clip-path: polygon(0 0, 100% 0, 100% 90%, 80% 90%, 75% 100%, 25% 100%, 20% 90%, 0 90%); }

#captcha_image { width: 70%; }
#btn_reload_captcha { width: 30%; padding: 7px 0px; border-radius: 0px; border: 0px; }
#btn_reload_captcha i { font-size:16px; }
input.ipt_captcha { border-radius:0px !important;}

td.auto-width { width: 1px; white-space: nowrap; }

.button_fixed { position: fixed; bottom: 20px; right: 20px; }
.button_fixed a { display:inline-block; text-align:center; }
.button_fixed a .fa-whatsapp-square {	color: #128c7e;	font-size: 3em;	background: #FFF;	line-height: 32px; }

input.error { border-color:red;}

.owl-carrousel { position:relative; z-index:0; }
.owl-carrousel .owl-nav { position:absolute; width:100%; height: 100%; }
.owl-carrousel .owl-stage { z-index: 1; }
.owl-carrousel .owl-nav {	position: absolute;	width: 100%; height: 100%; top: 0px; left:0px; }
.owl-carrousel .owl-nav button { background: url('../../img/site/setas.png') no-repeat center 0px !important; z-index: 999; width: 36px; padding: 0px; height: 36px; border: 0px; margin:20px; }
.owl-carrousel .owl-nav button span { display: none; }
.owl-carrousel .owl-nav button.owl-next { background-position: center -36px !important; }
.owl-carousel .owl-item a { width:100%; display:block; }

.owl-carrousel.banner_equipamento .owl-carousel { width: 80%; margin: 0px auto; }
.owl-carrousel.banner_equipamento .owl-carousel p { text-align: center; color:#FFF; font-size:20px; margin: 20px 0px; }
.owl-carrousel.banner_equipamento .owl-nav button { background: url('../../img/site/setas2.png') no-repeat 0px center !important; z-index: 999; width: 32px; padding: 0px; height: 54px; border: 0px; margin:20px; }
.owl-carrousel.banner_equipamento .owl-nav button.owl-next { background-position: -32px center !important; }

.bg_grey { background-color:#222; }
.bg_black { background-color:#1a1a1a; color:#FFF; }
.bg_red { background-color:#D71440; color:#FFF; }
.c-1, .c-azul, .azul { color:#D71440;}
h2 { font-size: 36px; }

a { color:#D71440; display:inline-block; transition: 0.3s all ease; }
a:hover { color:#1a1a1a; text-decoration: none; }
.spn-theme,
    .btn-theme { background: #D71440; color: #fff; font-size: 22px; padding: 10px 50px; border-radius: 16px; }
.btn-effect a { position: relative; }
.btn-effect a::after { position: absolute; bottom: -5px; left: 0; width: 100%; height: 4px; background: rgba(255,255,255,0.6); content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); }
.btn-effect a:hover::after,
    .btn-effect a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }
.btn-theme:hover { background: #000; color: #FFF; }
.btn-theme2 { background: #fff; color: #D71440; border:1px solid #D71440; font-size: 20px; padding: 0px 20px; border-radius: 16px; }
.btn-theme2:hover { background: #D71440; color: #fff;  }
.btn-cinza { color:#4d4d4d; }
.btn-black { background-color: #1a1a1a; color:#FFF; }
.btn-black:hover { color:#808080; }
.bg-marrom {background-color: #f0dfb9;}

section.contato .form-control { font-size: 22px; border-radius: 20px; padding:26px 15px; }
div.limiter { padding: 100px 0px; }

h4.title_home { color: #D71440; text-align: center; font-size: 30px; font-weight: 700; }
.btn_mais_solucoes { border-radius: 30px; border: 2px solid #D71440; color:#D71440; padding:8px 30px; font-size:28px; }
.btn_mais_solucoes:hover { background-color:#D71440; color:#FFF; }

body { background-color: #FFF; color:#1a1a1a; font-family: 'Montserrat', sans-serif; /* padding-top: 98px; */ }
body.interno { padding-top: 0; }

header { position: fixed; top: 0px; z-index: 100000; width: 100%; background-color: #FFF; padding: 0; }
body.interno header { padding: 7px 0px; }
header > .container { height:100%; }

header > .container > .row { height:100%;}
header > .container > .row .logo a { display:inline-block;}
header > .container > .row .logo a img { width:90%; }
header .contato { background-color: #D71440; font-size:14px; line-height:14px; padding:8px 0px; }
header .btn-black { padding: 4px 14px; font-size: 14px; border-radius:0px; }

header .social { margin-bottom:0px; }
header .social a { color:#FFF;  }
header .social a:hover { color:#FFF; }

header .menu { transition: 0.2s all ease; }
header .menu .btn-primary { border-radius: 15px; }
header .navbar { position: static; }
header .navbar-nav .nav-item .nav-link { color: #666; text-transform:uppercase; padding: 17px 5px !important; margin:0px 5px; font-size: 13px; font-weight: 700; }
header .navbar-nav .nav-item .idioma { padding: 13px 2px; }
header .navbar-nav .nav-item .nav-link:hover { color: #000; }
header .navbar-nav .nav-item .nav-link.c-azul { color: #000;  }
header .navbar-nav .nav-item:hover .nav-link { color:#000; }
header .navbar-nav .nav-item .submenu.setores a:hover { color:#000; }
header.mini { transition: 0.5s all ease; padding: 0px; }
header.mini .menu { padding:0px; }
header.mini .btn-effect a::after {  }
header.mini .logo img { max-height:40px; transition: 0.5s all ease; }
header.mini .logo-mobile img { max-height:40px; transition: 0.5s all ease; }
header.mini .navbar-nav .nav-item .submenu { top: 55px; }
footer .submenu { display: none; }


header .navbar-nav .nav-item:last-child .nav-link { margin-right: 0px; }
header .navbar-toggler { background-color: none; border: 1px solid #FFF; padding: 10px 5px; }
header .navbar-toggler .navbar-toggler-icon { background-color: #FFF; display: block; width: 30px; height: 1px; margin-bottom: 8px; }
header .navbar-toggler .navbar-toggler-icon:last-child { margin-bottom: 0px; }

footer { background: url('../../img/site/icon_png.png') no-repeat center center #D71440; background-size: contain; color:#FFF; padding: 50px 0px 30px; font-size:13px; }

footer .logo img { max-width: 150px; }
footer a { display:inline-block; color: #FFF; text-transform: uppercase; }
footer .menu li { margin-bottom: 5px; }
footer .menu li a { margin-right: 10px; }
footer .menu li a:hover { color: #000; }

footer .social { text-align: right; display: inline-block; }
footer .social ul { display: inline-block; }
footer .social ul i { font-size:20px; }
footer .social ul li { margin-left: 10px; }
footer .social ul li.info { padding-left: 15px; margin: 10px 0px; }
footer .social p { margin:0px; }
footer .info { text-align: right;font-size: 15px; }
footer .copy { margin-top: 100px; font-size: 12px; }
footer .copy a { font-weight: 700; }

.wrapper { min-height: 300px; }


section.blog { padding:50px 0px; color:#000; }
section.blog .item {}
section.blog .item h3.title { display: block; text-align: left; font-size:20px; min-height: 50px; }
section.blog .item .foto { margin-bottom: 20px; max-height: 160px; overflow: hidden; display: flex; align-content: center; justify-content: center; }
section.blog .item .foto img { border-radius:20px; }
section.blog .item p { display: block; text-align: left; font-size: 12px; }
section.blog .item p a { font-size:16px; background: #D71440; color: #FFF; border-radius: 20px; }

section.conteudo { margin-top: 10px; }
section.conteudo h2 { font-size: 28px; font-weight:700; color: #666; margin:30px 0px; }
section.conteudo .lista_conteudo .row { margin-bottom:70px; }
section.conteudo .lista_conteudo .row img { margin-bottom:30px; max-height: 250px; border-radius: 10px;  }
section.conteudo .lista_conteudo .row a,
section.conteudo .lista_conteudo .row p { font-size: 18px; color: #000; font-weight: 300;line-height: 36px; }
section.conteudo .lista_conteudo .row a.ver_mais { font-size:18px; line-height: 18px; color: #D71440;  font-weight: 700; }
section.conteudo .lista_conteudo .row a.title-blog-index { font-size: 32px; font-weight: 700; color: #D71440; line-height: 32px; min-height: 60px; margin-bottom: 20px; }
div.page-conteudo {  }
div.page-conteudo .header {padding: 30px 15px; color:#000; }
div.page-conteudo iframe { border-radius:20px !important; }
div.page-conteudo .fotos { position: relative; padding: 50px 0px; }
div.page-conteudo .fotos .barra { position: absolute; bottom: 0px; right: 0px; width: 55%; height: calc(70%); background-color: #ccc; border-bottom-left-radius: 100px; }
div.page-conteudo section.conteudo h3 { color:#000; margin:30px 0px; font-size: 40px; }
div.page-conteudo section.conteudo p { color:#666; font-size: 18px; }
div.page-institucional section.conteudo { background:url('../../img/site/bg_icone_linha.png') no-repeat left bottom; }

div.page-conteudo section.conteudo h1 { color:#D71440; margin-bottom:30px;  font-weight: 700;}
div.page-conteudo section.conteudo p { font-size: 18px; }
div.page-conteudo section.conteudo .video iframe { border-radius:20px; }
div.page-conteudo section.conteudo .imagem { text-align: center; }
div.page-conteudo section.conteudo .imagem img { width: auto; height: auto; max-height: 500px; }
div.page-conteudo section.conteudo .author { font-size: 14px; color: #000; display: flex; justify-content: center; align-items: center; }
div.page-conteudo .addthis_inline_share_toolbox_fp1x { display:inline-block; }
div.page-conteudo #carousel_fotos img { width: auto; margin: auto; border-radius: 20px; }


div.page-conteudo section.listagem { padding-top:50px; }
div.page-conteudo section.listagem .row { border-bottom:1px dotted #999; padding:50px 0px; }
div.page-conteudo section.listagem .row:first-child,
    div.page-conteudo section.listagem .row:last-child { border-bottom:0px; }
div.page-conteudo section.listagem .row p { line-height: 24px; margin: 20px 0px; font-size: 20px; color: #666666; }
div.page-conteudo section.listagem .row a img { border-radius:20px; }
div.page-conteudo section.listagem .row a { color:#426ab2; font-size:26px; }
div.page-conteudo section.listagem form .form-group { background-color:#fff; border-radius:24px; margin: 0px; border:1px solid #808080;  }
div.page-conteudo section.listagem form .form-group .form-control { border:0px; }
div.page-conteudo section.listagem form .form-group input { width:calc(95% - 50px); display:inline-block; padding:0px; }

div.page-contato section.formulario { padding: 60px 0px 0px; }
div.page-contato section.formulario h2 { color:#D71440; }
div.page-contato section.formulario h3 { color:#D71440; margin-bottom:30px;  font-weight: 700;}
div.page-contato section.formulario h4 { color: #D71440; font-size: 20px; font-weight: 700; }
div.page-contato section.formulario .btn-theme { font-size: 16px; padding: 8px 40px; border-radius: 4px; }
div.page-contato .informacoes {  color: #666666; margin-bottom: 40px; line-height: 25px; }
div.page-contato .informacoes .social a { color: #666666; }
div.page-contato .informacoes .social a:hover { color: #D71440; }
div.page-contato iframe { border-radius: 15px; width: 100%; min-height: 350px; border:0px; }
div.page-contato .gmaps {  }
div.page-contato textarea { min-height: 200px; }

#lgpd_notification { width: 80%; position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%);  border:1px solid #ccc; background: #fff; color: #666; font-size: 14px; z-index: 99999; padding: 10px 20px; text-align: justify; }
#lgpd_notification p { margin:0px; }
#lgpd_notification a { font-weight: 900; }
#lgpd_notification a.btn { font-size: 16px; padding: 4px 17px; font-weight: 900; }

.owl-carousel.owl-drag .owl-item { max-height: 570px; }
.owl-carousel.owl-drag .owl-item .item .parallax { position: absolute; width: 100%; z-index:1; top:0px; }
/* .owl-carousel.owl-drag .owl-item .item h2 { color: #FFF; font-size: 40px; z-index: 2 !important; top: 280px !important; right: 50%; width: 400px !important; transform: translateX(50%); text-align: center; } */
#nav_banner {display: none !important;}




.faixa { background-color: #D71440; }
h2.title { background: url('../../img/site/icone-pequeno.png') no-repeat center left; padding-left: 100px; display: inline-block; padding: 32px 0px; padding-left: 120px; margin-bottom: 70px; font-weight: 700; }
label { color: #666; font-weight: 700; }

section.institucional { position:relative; /* background: url('../../img/site/empresa.jpg') no-repeat center center; background-size: cover; */ padding: 100px 0px; }
section.institucional h2 { font-size: 36px; font-weight: 700; color: #D71440; margin-bottom: 20px; }
section.institucional .video iframe { border-radius: 20px; }
section.institucional .foto { position: absolute; left: 0px; top: 50%; width: 100%; max-width: 500px; border-radius: 0px 150px 150px 0px; height: 350px; background: url('../../img/site/empresa.jpg') no-repeat center center; background-size: cover; transform: translateY(-50%); }
section.institucional .content { font-size: 18px; line-height: 36px; }

section.parceiros { padding: 70px 0px; /* background: url('../../img/site/bg.jpg') repeat center center; */ }
section.parceiros h2 { font-size: 32px; font-weight: 700; background-color: #D71440; color: #FFF; display: inline-block; padding: 15px 90px; border-radius: 50px; }
section.parceiros .carrousel { padding: 50px 0px; }
section.parceiros .carrousel .owl-item .item { text-align: center; background-color: #FFF; display: flex; justify-content: center; align-items: center; min-height: 250px; min-width: 250px; border-radius: 40px; }
section.parceiros .carrousel .owl-item img { filter: grayscale(100%); max-width: 150px; width:auto;  }
section.parceiros .carrousel .owl-item img:hover { filter: grayscale(0%); }
section.parceiros .carrousel .owl-carousel .owl-item img {display: inline-block !important; }
section.parceiros { padding: 30px 0px; }
section.parceiros.prod h2 { color:#FFF; font-weight: 700; font-size: 30px; }
section.parceiros.prod .box_title h4 { color:#FFF; font-weight: 700; font-size: 24px; text-transform: uppercase; margin: 10px 0px; text-align: center; }
section.parceiros.prod .carrousel .owl-item img { filter: grayscale(0%); max-width: unset; width: 100%; }
section.parceiros.prod .carrousel .owl-item .item { padding: 30px; }
section.parceiros .carrousel { padding: 50px 0px 0px; }


section.categorias_home { margin-top:-30px; margin-bottom: 50px; }
section.categorias_home .item { overflow: hidden; width: 99%; }
section.categorias_home .item a {font-weight: 700; text-align: center; padding: 20px 0px 0px; font-size: 22px; color: #666; }
section.categorias_home .item .foto { width: 100%; height: 300px; background: no-repeat center center;  background-size: contain; }
section.categorias_home a.ver_mais { font-size: 28px; color: #000; margin-top: 50px; }
section.categorias_home a.ver_mais:hover { color: #D71440; }


section.logomarca { padding: 130px 0px; text-align: center; }

.banner-institucional { background-color: #D71440; position: relative; padding-bottom: 100px; margin-bottom: 130px; }
.banner-institucional h1 { color: #fff; font-weight: 700; font-size: 36px; margin-bottom: 30px;}
.banner-institucional iframe { border-radius: 20px; width:90%; height:560px; }
.banner-institucional .icone { position: absolute; bottom: 10px; left: 0px; bottom: -100px; }

.banner_footer a { display: block; }
.banner_footer a img { width: 100%; }

.add-to-cart input[type="text"] { width: 137px; text-align: center; float: left; border-radius: 0px; font-weight: bold; }
section.categorias { padding: 140px 0px; }
section.categorias h2 { color:#D71440; }
section.categorias .sidebar_categorias h3 { color: #D71440; font-size: 18px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
section.categorias .sidebar_categorias a { color:#666; }
section.categorias .sidebar_categorias a:hover { color:#000;}
section.categorias .sidebar_categorias ul ul { margin-bottom: 20px; padding-left: 10px; }
section.categorias .sidebar_categorias ul ul li {  }
section.categorias .sidebar_categorias ul ul li a { font-size: 16px; }
section.categorias .lista_produtos .banner { margin-bottom: 50px; }
section.categorias .lista_produtos .listagem .item { padding: 5px; text-align: center; overflow: hidden; margin-bottom: 20px; }
section.categorias .lista_produtos .listagem .item a { color: #666; font-size: 18px; min-height: 80px; }
section.categorias .lista_produtos .listagem .item .img { display: block; width: 100%; height: 160px; background: center center no-repeat; background-size: contain; margin-bottom: 20px; transition: 0.3s all ease; }
section.categorias .lista_produtos .listagem .item:hover .img { transform: scale(1.1); }

.categorias .fotos .item { order: 1px solid #ccc; border-radius: 20px; padding: 30px; }
.categorias .produto .call_action .btn { border-radius: 4px; background-color: #D71440; color:#FFF; margin-bottom: 10px; }
.categorias .produto .btn:hover { filter: brightness(80%); }
.categorias .produto p { margin:10px 0px; }
.categorias .produto h4 { font-size: 26px; font-weight: bold; text-align: left; margin:0px; color: #666; }
.categorias .produto hr { margin-bottom: 20px; }
.categorias .produto .description { margin: 50px 0px; }
.categorias .produto .description .content { color: #666; font-size: 18px; font-weight: 500; line-height: 36px; }
.categorias .produto .chamada { line-height: 45px; color: #666666; font-size: 20px; margin-bottom: 30px; }
.categorias .produto .bread { color: #D71440; }

.page-cart .lista h4 { display: block; font-size: 20px; color: #666666; }
.page-cart .lista .item { border-top: 1px solid #ccc; margin-bottom: 10px; }
.page-cart .lista .item img { margin: 10px 0px; }
.page-cart .lista .item.title { font-size: 16px; font-weight: 900; border: 0px; }
.page-cart .lista .item textarea { height: 100px; }
.page-cart .lista input { border-radius: 20px; }
.page-cart .lista .btn { font-size: 16px; padding: 6px 22px; border-radius: 20px; }
.page-cart .lista .title h4 { color: #666; }
.page-cart .form_adicional { display: none; }

.page-cart .add-to-cart { clear: both; margin: 10px 0px; display: inline-block; }
.page-cart .add-to-cart .btn { text-align: center; float: left; min-height: 41px; }
.page-cart .add-to-cart .btn:first-child { border-radius: 5px 0px 0px 5px; border-right: 0px; }
.page-cart .add-to-cart .btn:last-child { border-radius: 0px 5px 5px 0px; border-left: 0px; }
.page-cart .add-to-cart input[type="text"] { width: 110px; text-align: center; float: left; border-radius: 0px; font-size: 18px; }

#form_cadastro { display: none; }





/*screen-xs*/
@media (max-width: 768px) {
body { /* padding-top: 60px; */ }
    body.no-scroll { overflow: hidden; }
    body.interno { padding-top: 0; }

    header .social a { padding: 5px 10px; }

    header .contato { background-color: #000;}
    /* .owl-carousel.owl-drag .owl-item { max-height:400px; } */
    .owl-carousel.owl-drag .owl-item .item h2 { top: 40px !important; font-size: 24px; }
    #carousel_solucoes.owl-carousel .owl-item { max-height: none !important; }

    header,
        body.interno header { padding: 0px; }
    header .menu { padding: 0; }
    header.mini .menu { padding: 2px 0px; }
    header .main { background-color: #D71440; }
    header .logo-mobile img { /* filter:brightness(0) invert(1); */ max-height: 80px; }
    header .navbar-nav { text-align: center; padding-right: 0;}
    header .navbar-nav .nav-item .nav-link { color: #fff; padding: 4px 0 !important; margin: 0; font-size: 1.3em;}
    header .navbar-nav .nav-item .nav-link:hover { color: #000; }
    header .btn-effect a::after { background:none !important; }

    header .navbar-nav .nav-item .submenu .btn_voltar_submenu { display: inline-block; }
    header .navbar-nav .nav-item .submenu.active { opacity: 1; visibility: visible; top: -40px; height: calc(100vh + 10px); overflow-y: auto; }
    header .navbar-nav .nav-item .submenu.solucoes .filtro_segmento a { min-width:auto; padding: 4px 10px;}

    footer { text-align: center; }
    footer .logo { margin-bottom:20px; }
    footer ul.menu { display: flex; align-items: center; flex-direction: column; }


    section.institucional  { padding: 30px 0px; }
    section.institucional .foto { position: static; transform: none; margin-bottom: 20px; }

    section.categorias_home .item .foto {height: 220px; background-size: contain; }
    section.youtube .backgrounds { background-image: url('../../img/site/icone.png'); background-repeat: no-repeat; background-position: center center; }
    section.youtube .content iframe { width:90%; height:300px; }
    section.trabalhe .img_trabalhadores { top: -50px; position: relative !important;}
    section.trabalhe .content { margin-top: 0; text-align: center;}
    .banner-institucional iframe { border-radius: 20px; width:90%; height:240px; }

    .page-cart .lista .item.title { display: none; }
    .page-cart .action .btn { float: none !important; transform: translateX(-50%); margin-left: 50%; width: 80%; margin-bottom: 10px; }
    .page-cart .lista .item { text-align: center; }

    section.representantes .content { margin-top: 50px; }

    section.banner{
      padding-top: 79px;
    }

    section.banner-institucional{
      padding-top: 90px;
    }

    section.banner{
      padding-top: 80px;
    }

    .search-absolute{
      position: absolute;
      margin-top: -110px;
    }

    .search-absolute form{
      width: 100%;
    }

    .search-absolute form input{
      margin-top:10px;
    }

    .search-icone{
      display:none;
    }

    footer .social{
      text-align: center;
    }

    .owl-carrousel .owl-nav {
      top:-150px;
    }

    .owl-carrousel .owl-nav button {
      width: 27px !important;
      height: 27px !important;
    }

}

@media (min-width: 768px) {
    header .navbar-nav .nav-item:hover .submenu { opacity: 1; visibility: visible; }
}

/*screen-sm*/
@media (min-width: 768px) and (max-width: 992px) {
}

/*screen-md*/
@media (min-width: 992px) and (max-width: 1200px) {
}

/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {

}
