@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.eot');
    src: url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.woff2') format('woff2'),
         url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.woff') format('woff'),
         url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.ttf') format('truetype'),
         url('../font/sinkinsans_300light_macroman/SinkinSans-300Light-webfont.svg#sinkin_sans300_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans800_black';
    src: url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.eot');
    src: url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.woff2') format('woff2'),
         url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.woff') format('woff'),
         url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.ttf') format('truetype'),
         url('../font/sinkinsans_800black_macroman/SinkinSans-800Black-webfont.svg#sinkin_sans800_black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.eot');
    src: url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.woff2') format('woff2'),
         url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.woff') format('woff'),
         url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.ttf') format('truetype'),
         url('../font/sinkinsans_600semibold_macroman/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.eot');
    src: url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.woff2') format('woff2'),
         url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.woff') format('woff'),
         url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.ttf') format('truetype'),
         url('../font/sinkinsans_700bold_macroman/SinkinSans-700Bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	overflow-x: hidden;
  font: 14px "sinkin_sans300_light";
  line-height: 25px;
 
}

p {
 
}

a {
  color: #B01116;
}

a:hover {
  color: #BC1216;
}

.text-primary {
  color: #B01116 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'sinkin_sans800_black';
	color: #B01116;
}

#loading-page{

  background:  rgba(255, 255, 255, 0.70)  url("../img/ajax-loader.gif");
background-position: center;
background-repeat: no-repeat;
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 9999;

 }

.form-pesquisa { position:relative; margin-top:25px;}
.form-pesquisa input{
	border-radius: 12px;
	border: #C00 solid 1px;
  padding: 6px 10px;
  font-size: 11px;
  height: 38px;
	width: 100%;
	color: #B01116;
}
.btn-pesquisa{
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	position: absolute;
	top: 2px;
	right: 3px;
}

.page-section {
	padding: 100px 0;
	border-bottom: 1px solid #666;
	
}
.frase-institucional{ padding-top:50px; padding-bottom:50px;}
#institucional h3{ font-size: 22px;}
.page-section-bg {
	background: url(../img/bg-pag.png) no-repeat center top;
	background-size:contain;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;

}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #B01116;
  text-shadow: none;
  color:#FFF;
}

::selection {
  background: #B01116;
  text-shadow: none;
  color:#FFF;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #B01116;
  border-color: #B01116;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
.logo-mini{ display:none}
#mainNav {
	background: #000000;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #000000;
  
}


#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}
#mainNav .navbar-nav .nav-item {position:relative;}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 0.75em 0;
	letter-spacing: 1px;
	color: white;
	font: 12px "sinkin_sans700_bold";
	
}
#mainNav .navbar-nav .nav-item:after { position:absolute; content:" | "; color:#FFF; right:0; top:11px}
#mainNav .navbar-nav .nav-item:last-child:after { content:""}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #B01116;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
 
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
  }
  
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}


@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

.box-institucional{ margin-bottom:30px;}
.service-heading {
	margin: 15px 0;
	 font-family: 'sinkin_sans600_semibold';
	text-transform: uppercase;
}

#navbarResponsive{ background: #000;}

@media (max-width: 767px) {

  .titulo-marcas,.frase-topo{ font-size: 10px !important;}
  #navbarResponsive{  padding: 15px;}

  .area-logo img.logo-seri{ width: 150px; height: auto;}
  

}


@media (max-width: 990px) {

  .sticky { max-height: 110px; display: table; padding-bottom: 10px !important;
  }
  .logo-mini{ margin-top: -10px; margin-bottom: 10px;}

  .breadcrumb .active{display: none;}

}
  

@media (min-width: 1200px) {
}

 
section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
  border-radius:0;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #B01116;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  
}

.footer {
	padding: 0px 0;
	text-align: center;
	color: #FFF;
	background: #000 url(../img/sombra.png) repeat-x left top;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
}


.top-barra{
	background: url(../img/bg-top.png) no-repeat center top;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}
.area-logo{ padding-top:15px; padding-bottom:15px;}
.frase-topo{
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #B01116;
	color: #B01116;
	font-family: 'sinkin_sans800_black';
}
.direitos-rodape{
	padding-top: 90px;
	padding-bottom: 90px;
	background: #333 url(../img/bg-rodape.png) no-repeat center top;
	font-size: 12px;
	background-size:cover
}
.form-news span{ font-size:12px;}
.form-news input{
	padding: 8px 15px;
	width: 100%;
	max-width: 246px;
	margin-top: 5px;
}
.form-news input.btn{ max-width:25px; float:right;}
.faixa-news-pe{ padding-top:15px; padding-bottom:25px;}

.social-rodape{ padding:0; margin:0; list-style:none; margin-bottom:25px;}
.social-rodape li{ padding-top:5px; padding-bottom:5px;}
.social-rodape li i{ color:#C00}
.info-rodape{ font-size:14px;  }
.info-rodape p{ font-size:12px;}
.info-rodape h3{
	border-left: 4px solid #C00;
	padding-left: 15px;
}
.ver_noticia .img-responsive{ width:100%;}

.icone-seriafacil{ background-color:#eee; display:table; margin:auto; padding:20px; border-radius:100px;}
.list-marcas-home > div{ margin-bottom:10px; margin-top:10px;}
.bg-pag-produtos{
	background: url(../img/bg-pag-prod.jpg) no-repeat center top;
  background-size: canvas;
  padding-top: 100px;
}
.frase-prod-header{ text-align: center; margin-bottom: 40px;}
.list-produtos{ margin-top:0px;}
.list-produtos > div{ padding:2px; text-align:center}
.list-produtos > div > div{
	background-color: #FFF;
  padding: 10px;
  min-height: 300px;
  display: table;
}

.menu-marcas,.todos-menu { background: #fff; font-size: 11px; height: 45px; margin-bottom: 5px;}
.todos-menu { font-size: 16px; padding: 10px 5px 5px 18px;}
.menu-marcas ul{ margin-top: 15px; }
.menu-prod li{ border-radius: 0 !important;}

.titulo-marcas{  	background: url(../img/ponto.jpg) repeat-x center center;}
.titulo-marcas span{ border:1px solid #000; padding: 10px; background: #fff; }
.index-produto,.pagina-blog{padding-top: 15px; margin-bottom: 0;} 
h4.titulo-prod-lista{ border-bottom: 1px solid #000;}
h4.titulo-prod-lista  span strong{  transform: skew(40deg);  } 

h4.titulo-prod-lista span{ border-bottom: 1px solid #fff; border-left: 1px solid #000; border-right: 1px solid #000; margin-bottom: -5px; padding-left: 15px; padding-right: 15px;


  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration:none;
  transform: skew(-20deg);
   
  background: #fff;
 
}

.row-1{ margin-top: 45px; margin-bottom: 45px;}
.titulo-desc-prod{ border-bottom: 1px solid #000; text-align: center; transform: skew(-20deg); padding-bottom: 0; }
.titulo-desc-prod span{ margin-bottom: 1px; background: #fff; padding: 15px; border-left: 1px solid #000; border-right: 1px solid #000; margin-bottom: -1px; }  
.area-desc-prod{ margin-top: 40px;}
.social-buttons-prod{ float: left;  }
.social-buttons-prod a{ background: #000; width: 30px; height: 30px; float: left; text-align: center; color: #fff; border-radius: 100%; padding-top: 2px; }
.compartilhe-text { margin-bottom: 5px; float: left;}
.area-zap{padding-top: 5px;}
.area-zap img{ margin-right: 5px;}

.pagination{height:36px;}
.pagination ul{display:inline-block;margin:0;padding:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);}
.pagination li{display:inline;}
.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.pagination a{float:left;padding:0 14px;line-height:34px;border:1px solid #DDD;border-left-width:0;margin-right:7px !important;}
.pagination a:hover, .active a{background-color:whiteSmoke;}

.compartilhar{background-color:#F1F3F2;padding:7px 15px 5px;margin-top:25px;background-image:-moz-linear-gradient(90deg, #EFEFEF 0%, #FCFCFC 100%);background-image:-webkit-linear-gradient(90deg, #EFEFEF 0%, #FCFCFC 100%);background-image:-ms-linear-gradient(90deg, #EFEFEF 0%, #FCFCFC 100%);border-radius:4px;box-shadow:2px 2px 2px #eee;-webkit-box-shadow:2px 2px 2px #eee;-moz-box-shadow:2px 2px 2px #eee;border:1px solid #F4F4F4;margin-top:45px;margin-bottom:45px;}
.compartilhar h3{margin-top:0;padding-top:0}

.widget{ width: 100%;   display: table; margin-top: 15px; margin-bottom: 10px;}
.widget ul.list-group li{ border-radius: 0 !important;} 


.publicacao_data{margin-top:20px;margin-bottom:20px;text-align:right;font-size:13px}
.list_publicacoes{margin-bottom:35px;}
.list_publicacoes h4{margin-top:0}
.list_publicacoes:hover img.img-responsive{opacity:0.9;}
.list_publicacoes h5{margin-top:0;}
.list_publicacoes .entry-thumbnail{position:relative;border-radius:3px;box-shadow:2px 2px 2px #eee;-webkit-box-shadow:2px 2px 2px #eee;-moz-box-shadow:2px 2px 2px #eee;border-radius:3px; background: red; }
.list_publicacoes:hover .entry-thumbnail{border-clor:#1260A8;opacity:10;transition:opacity 1s linear;}
.list_publicacoes .post-format{display:inline-block;width:27px;height:27px;line-height:27px;text-align:center;color:#fff;background:#036089;border:2px solid #fff;border-radius:100px;position:absolute;z-index:100;}
.list_publicacoes .post-format a{color:#FFF}
.list_publicacoes .post-format{width:36px;height:36px;line-height:34px;position:absolute;right:3px;bottom:-19px;}

.menu-prod ul{ padding: 0; margin: 0; margin-top: 15px;}
.menu-prod ul li{ padding: 8px;}

.titulo-prod{ margin-top: 20px; margin-bottom: 20px;}

.box-marca-home{ margin-bottom: 15px; margin-top: 15px;}

.list-produtos-marcas .owl-dots .owl-dot {
  
  top: 0px !important;
}


.imgs-produtos{ position: relative;}
 
.imgs-produtos .owl-dots .owl-dot {

    top: 14px !important;

}
.box-produto-pag img{ margin-bottom: 25px; margin-top: 25px;} 
.box-produto-pag strong{ font-size: 12px;}

.pagina-prod{ margin-top: 45px;}
.pagina-prod .image{ border: solid 1px #eee;}

.area-desc-prod h1,.area-desc-prod h2,.area-desc-prod h3,.area-desc-prod h4,.area-desc-prod h5{ font-size: none; margin-top: 30px; }

.imgs-produtos .owl-stage-outer{ margin-top: 25px; }
.semelhante-acessorios .item{ margin-bottom: 20px; text-align: center; margin-top: 20px;}
.semelhante-acessorios .item img{ margin-bottom: 20px;}

.btn-enviar{ padding-top: 10px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px;}
.has-error input( border: solid red 1px !important;)