
/* Add here all your CSS customizations */

/***********************************HEADER**********************************************/
body{
 background-image:  url("../img/patterns/blue_pattern.jpg")
}

.body{background-image: url(../img/patterns/bright_squares_transp.png);
overflow-x: hidden;


z-index: -1000000;
background-color: white;
}
.sticky-menu-active .search {
    display: none;
}

#header{
	padding: 8px 0 0 0;
      border-bottom: none!important;
}


ul.social1 li {

	background-image: url(../img/social-sprites1.png);

}
p{
line-height: 23px;
margin-bottom: 10px;
}
.barra-header {
		-webkit-transition: height 0.1s ease-in 0.1s;
	-moz-transition: height 0.1s ease-in 0.1s;
	transition: height 0.1s ease-in 0.1s;
	height: 7px;
background-color: #03507f;}


@media (max-width: 991px) {



#header .logo{

margin: 15px;
display: table-cell;
padding: 20px;
}
	#header .nav-top{
		display: none;
	}

	#header .search {
		margin-top: 30px;
margin-right: 50px;
		display: inherit;
	}

.btn-responsive-nav {
background: #171717;
top: 30px;
display: block;
position: absolute;
right: 20px;
color: #FFF;
z-index: 1;
}

#header .nav-main-collapse {
	top:0px;
position: relative;
background: #171717;
max-height: none;
width: 100%;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
margin-bottom: -8px;
border-top: 7px solid #03507f;
}

}
@media (max-width: 550px) {
  
  
#header .logo{
  margin: 15px;
padding: 5px 0;
 display: block; 
 height: 50px;
}

  #header .search {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding-right: 20px;
  }

  .btn-responsive-nav {
right: 30px;
top: 25px;
}
  .input-group {

width: 100%;}

  #header .search input.search:first-child {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border-radius: 20px;
  width: 100%;
  font-size: 0.9em;
  padding: 6px 12px;
  height: 34px;
  margin: 0;

  }

  #header .search input.search:focus {

  border-color: #CCC;


}


  }


/*header sticky - scroll*/
.sticky-menu-active .search {
    display: none!important;
}
.logo-sticky-active {


display: table-cell
!important;
}
body.sticky-menu-active .btn-responsive-nav {
		top: 55px;
	}



.sticky-menu-active .barra-header {
	height: 4px;
-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.75);
	filter: none;
}


@media (min-width: 992px){

.nav-main li.dropdown > ul.dropdown-menu,
.nav-main li.dropdown > ul.subdropdown-menu {
  display: block !important;
  visibility: hidden;
  opacity:0; -moz-animation: fadeInLeft .3s ease-in ;
    -webkit-animation: fadeInLeft .3s ease-in ;
    animation:fadeInLeft .3s ease-in ;

}


.nav-main li.dropdown:hover > ul.dropdown-menu,
.nav-main li.dropdown:hover > ul.subdropdown-menu {
  display: block !important;
  visibility: visible;
  opacity:1;


     -moz-animation: fadeInDown .3s ease-in ;
    -webkit-animation: fadeInDown .3s ease-in ;
    animation:fadeInDown .3s ease-in ;
}
}
/**/
	/***********************************FECHA - HEADER**********************************************/


/***********************************SLIDER**********************************************/
/*COM FULLSCREEN
@media (max-width: 500px) {
.slider{height: 30%!important;
max-height: 18%!important;} 
}

@media (min-width: 500px) {
.slider{height: 35%!important;
max-height: 35%!important;} 
.tparrows{top: 19.6%!important;}
}

@media (min-width: 860px) {
.slider{height: 50%!important;
max-height: 50%!important;} 
.tparrows{top: 28%!important;}
}

@media (min-width: 1200px) {
.slider{height: 70%!important;
max-height: 70%!important;} 
.tparrows{top: 38%!important;}
}



.tparrows{top: 38%!important;}

*/


/*SOMBRA*/
.sombra  {-webkit-box-shadow: inset 0px -11px 10px -8px rgba(50, 50, 50, 0.74);
-moz-box-shadow:    inset 0px -11px 10px -8px rgba(50, 50, 50, 0.74);
box-shadow:         inset 0px -11px 10px -8px rgba(50, 50, 50, 0.74);
z-index: 200; 
bottom: 0px;
height: 15px;
position: absolute;
width: 100%;




}









/***********************************FECHA SLIDER**********************************************/

.divider{padding: 20px;}


.word-rotate-items{
	color:#03507f;
}


/************************************1aPAGE*************************************/
#fornecedores{
	margin-top: 20px;
}


#fornecedores img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}



#fornecedores img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}



 .img-marca{
max-height:100%;
    max-width:100%;

  }

.img-marca {  max-height:73px;
    width:auto!important; 
    max-width:100%;
    height:auto;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .selector { property:value\9; }
.img-marca {  max-height:73px;
    width:100%!important; 
    max-width:100%;
    height:auto;

}
 }

/************************************FECHA 1aPAGE*************************************/
/************************************FOOTER*******************************************/

#footer .newsletter form {
 max-width: 100%;
 height: 65px; }

.newsletter .form-control{
border-radius: 4px!important;

}
.row_input{ padding: 10px 5%;}


#footer .btn{ width: 20%;float: right; margin-left: 2%; }
#footer .newsletter form input.form-control {
height: 34px;width: 78%;
padding: 22px 12px;float: left;}





@media (max-width: 560px) {

	#footer .btn { float: right;  min-width: 110px; margin-top: 10px;}
	#footer .newsletter form input.form-control {

width: 100%;
float: left;}

#footer .newsletter form {
 max-width: 100%;
 height: 120px; }

	}



	#footer .contact .grande {
display: inline-block; 
float: none!important;
font-size: 1.9em;
margin: 0; 
position: relative;  text-align: center;
 top: 10px; 
 width: 51px; color:#777779;
}


#footer .dark-big {
	width: 50px;
	height:50px;
	background-color: #050505;
	top:0;
}

.seg_linha_morada{display: block;line-height: 15px;}


#footer .feature-box-info{ height: 50px; }
#footer .titulo_contactos_footer{line-height: 20px;}
#footer .morada{ line-height: 10px;}
#footer .telefone{ line-height: 25px; font-size: 1.2em;font-weight: 800;}
#footer .mail{ line-height: 25px; font-size: 1.2em;}

#footer .feature-box{margin-top:15px;}

#footer .contact i.fa-envelope {
font-size: 1.5em; 
top: 9px; }


#footer .leftsocial{
float: left;
margin-left: 30px;}

#footer .rightsocial{margin-left: 20px;}

#footer ul.social-icons li{background-image: url(../img/social-sprites2.png);}

#footer ul.social-icons li.linkedin {
background-position: 0 0px;
}

#footer ul.social-icons li.linkedin:hover {
background-position: 0 -50px;
}
#footer ul.social-icons li.skype {
background-position: 0 -100px;
}

#footer ul.social-icons li.skype:hover {
background-position: 0 -150px;
}

#footer ul.social-icons li a {
display: block;
height: 50px;
 width: 100%; 
text-align: center;}



	#footer .contact{display: inline-block;
	padding-left: 10%!important;
	padding-right: 10%!important;	
	}


@media (min-width: 1250px){
	.contact-details{
		margin-left: 70px;
	}
	
}



.cancela_news{
  float: right;
  margin-top: 10px;
  font-size: 14px;
}


#footer .cancela_news a:hover{
  text-decoration: none;
  color:#0088cc!important;
}


/************************************FECHA FOOTER***************************/



.page-top{
	border-top: 5px solid #03507f;
  margin-top: -5px;
	background-image: url(../img/patterns/random_black_variations.png);
}


.btn-right{float:right;}


/***************************SIDE BAR******************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#cssmenu > ul > li:nth-child(even) > a{background-color: #eeeeee;
}
#cssmenu {
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #36aae7;
border-radius: 4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #0088cc;

border-radius: 4px;
}

#cssmenu > ul > li.open > a{
  border-radius:4px 4px 0px 0px;
}




#cssmenu > ul > li > a:hover{
    color:#424852;
  background: #e4e4e4;
}


#cssmenu > ul > li.open > a:hover{
    color:#ffffff;
  background: #0273ab;
}


#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}


#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

#cssmenu ul ul li a {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #36aae7;
}
 #cssmenu ul ul li:first-child > a:hover {
    border-radius: 0px 0px 4px 4px;
 }


#cssmenu ul ul li.open:first-child > a {
  border-radius: 0px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {border-radius: 4px;
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:hover > a{  background: #d5d5d5;
  color: #424852;

}

#cssmenu ul ul li.open > a {  color: #ffffff;
  background-color:   #424852;
  border-radius: 4px 4px 0px 0px;
}


#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}



#cssmenu ul ul ul li:hover > a,
#cssmenu ul ul ul li.open > a,
#cssmenu ul ul ul li.active > a {
  border-radius: 4px;
  background: #e4e4e4;
  color: #424852;
}


#cssmenu ul ul ul li:first-child a:hover {
border-radius: 0px 0px 4px 4px;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;border-radius: 4px;
}

#cssmenu ul ul ul li:hover a {background-color: #e4e4e4;
border-radius: 4px;
}
#cssmenu ul ul ul li.active > a {
background-color: #6b7380;
color: white;}

#cssmenu ul ul ul li.active:first-child > a {
border-radius: 0px;}
#cssmenu ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  z-index: 10;
  top: 19px;
  border-top: 2px solid #0088CC;
  border-left: 2px solid #0088CC;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(135deg);
}

#cssmenu ul li.has-sub > a:hover::after{
 border-top: 2px solid white;
  border-left: 2px solid white;
}

#cssmenu ul li.open > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 20px;
  z-index: 10;
  top: 19px;

  border-top: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}



#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #0088CC;
  border-left: 2px solid #0088CC;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(135deg);
}
#cssmenu ul ul li.open > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}


/******************************FECHA SIDE BAR************************/

/******************************RESOLUÇOES**************************/

@media (min-width: 1100px) {

.container {width: 950px;}
}
@media (min-width: 1200px){
  .container-big{
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}



@media (max-width: 1400px) {
body {
font-size: 12px;
}
}

@media (max-width: 560px){
  .col-xxs-12{
    width: 100%;
  }



#header > .container {
  max-width: 950px;
}

#header .logo img {
    max-width: 180px;
    max-height: none !important;
    height: auto !important;
  }

#header .logo img { max-width: 220px;
  max-height: none !important;
    height: auto !important;}

#header nav ul.nav-main li a {
  font-size: 11px;
  font-weight: 700;
}




  #fornecedores{
    margin-top: 20px;
  }

  #fornecedores h2.short{margin-bottom: 20px}

  #fornecedores h2{
    line-height: 35px;
    font-size: 2em;
    margin-bottom: 42px;
  }
  #fornecedores h4.tall{
    margin-bottom: 10px;

  } 

  #fornecedores .lead{
    font-size: 14px;
  } 
 
  .barra-header{
    height: 5px;
  }


   

    h2.word-rotator-title .word-rotate{
      line-height: 35px;
      max-height: 35px;
    }


    #fornecedores {
      margin-top: 20px;
    }
}



@media (min-width : 991px) and (max-width : 1400px){#header nav ul.nav-top{
min-height: 0px;
margin: 0;

}
 #header > .container{
    height: 80px;

  }

body.sticky-menu-active #header > .container{
  height: 85px;
}
#header .search{
  margin-top: 3px;
}

  #header .search button .btn-default{ 
    top:-2px;}


    #header .search input.search:first-child{
      height: 30px;
    }

 body.sticky-menu-active #header .social-icons{
      margin-top: 5px;
    }


}/********************FECHA RESOLUÇOES***********************/

#header .logo img { width: 300px;
height: 76px;}


@media (max-width: 350px){
#header .logo img { width: 158px!important;
height: 40px!important;
/*top: 4px!important;*/}
}

/*
.slider {
max-height: 400px!important;
}

.slider img{max-height: 400px!important;}



@media (min-width : 1600px){

  .slider {
min-height: 600px!important;
}
.slider img{max-height: 600px!important;}
}
*/


/*****************LISTA PRODUTO***************************/


.produtos-lista{
  margin: 0;
padding: 0;
list-style: none;
}

.produtos-lista li:not(:first-child) {
  margin-top: 20px;
}


.produtos-lista li:last-child {
  margin-bottom:50px;
}



.produto{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 6px;
  padding: 0;
  /*  background: #F7F9FC;*/
 background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  min-width: 100%;
  border: 1px solid #DDD;
  text-decoration: none;

 min-height: 200px;

}
.lista-analiticos .produto{
  min-height: 300px
}



.lista-analiticos .vertical-center-lista-categoria{
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  



         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;


}
.produto:hover{

  border: 1px solid #EEE; -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; 


}


.produto:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;  
  height: 100%;  border-top: 4px  solid #0088CC;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
    border-radius: 6px;
}


.produto:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;

}

.sub-produto{
  background-color: white;
}

.sub-produto:hover{

  border: 1px solid #EEE; -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; 


}


.sub-produto:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;  
  height: 100%;  border-bottom: 4px  solid #0088CC;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
    border-radius: 6px;
}


.sub-produto:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;

}

.produto-desc{
float: left;
width: 75%;
height: 100%;  display: block;  overflow: hidden;
  padding: 20px;
}

.lista-analiticos .produto-desc{
float: left;
width: 65%;
height: 100%;  display: block;  overflow: hidden;
  padding: 20px;
}



.produto h4{
  color: #404751;
letter-spacing: -1px;
font-weight: 600;
font-size: 1.3em;
line-height: 1.1em;
margin: 0;
text-transform: uppercase;
text-align: center;
padding: 0;  text-align: center;
}


.produto-desc .produto_marca{
  text-align: right;
  margin-right: 40px;
  text-transform: uppercase;
  margin-bottom: 5px;
}







.produto-desc .desc{

height: 64px; display:block;
overflow: hidden;
font-size: 0.9em;
text-align: justify;
vertical-align: middle;
margin-top: 30px;
margin-left: 10px;
margin-bottom: 3px;
line-height: 1.4;
color:#777;

}
.lista-analiticos .produto-desc .desc{

height: 104px; display:block;
font-size: 1em;
margin-top: 45px;
margin-bottom: 10px;


}



.produto-img{
float: left;
width: 25%;
}

.lista-analiticos .produto-img{
float: left;
width: 35%;
}


.produto img{ 
margin-left: 10px;
width: 100%; height: 100%;}

.preco{
float: right;
}




@media (max-width: 1400px){


.produto{

min-height: 150px;}

.vertical-center-lista-categoria{
height: 150px;}

.lista-analiticos .produto{

min-height: 250px;}

.lista-analiticos .vertical-center-lista-categoria{
height: 250px;}


  .produto-desc .desc{
margin-top: 10px;
margin-bottom: 0;
font-size: 0.85em;
height: 50px;


}



}

@media (max-width: 554px){

.lista-analiticos .vertical-center-lista-categoria{
height: 200px;}

.produto-desc{
  margin-top: 10px;
padding:10px;
width: 100%!important;}


.produto-img{
  width: 100%!important;
}


.produto img{
  margin-left: 0;
}
.produto h4{

font-size: 1em;

}
.produto-desc .produto_marca{
  margin-right: 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 0.9em;

}



.lista-analiticos .produto-desc .desc{
margin-top: 10px;
margin-bottom: 10px;
font-size: 0.85em;
height: auto;
margin-left: 0;
line-height: 1.3;
text-align: left;
}




}




@media (max-width: 400px){

.lista-analiticos .vertical-center-lista-categoria{
height: 160px;}
}
/*****************************FECHA LISTA PRODUTOS***************************************/


.shop{margin-top: 0;}


.marca{ width: 100%; height: 150px; padding: 10px;
    white-space: nowrap;
    background-color: white;
    text-align: center; 
    margin: 0 0;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
position: relative;
border-radius: 20px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
overflow: hidden;
cursor: pointer;

}
.marca img{
  vertical-align: middle;
    max-height: 100%;
    max-width: 100%;

}

.vertical_align_helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}





.v-wrap{

    height: 150px;
    text-align: center;
    white-space: nowrap;
}
.v-wrap:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}
 .v-box{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0 0;width: 100%;
    margin:auto;
    list-style:none;

}
.marcas_analiticas .lista_analiticas li{height: 35px;
color: white;
width: 100%;
line-height: 15px;
vertical-align: middle;
padding: 10px;
font-size: 0.95em;
font-weight: 600;
margin-bottom: 2px;
border-radius: 8px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: width 0.7s;
    
}

.col_analitica_right{
width: 59%;
padding-left: 0px;
margin-left: -4%;
z-index: 20;
}

.col_analitica_left{
width: 45%;
padding-right: 5px;
z-index: 40;
}


.lista_analiticas .cinza a:nth-child(1) li {
    background: #767676;
}

.lista_analiticas .cinza a:nth-child(2) li {
    background: #505050;
}

.lista_analiticas .cinza a:nth-child(3) li {
    background: #313131;
}

.lista_analiticas .cinza a:nth-child(4) li{
    background: #000
}

.lista_analiticas .verde a:nth-child(1) li{
    background: #94d653;
}

.lista_analiticas .verde a:nth-child(2) li{
    background: #77ad42;
}

.lista_analiticas .verde a:nth-child(3) li{
    background: #567f2d;
}

.lista_analiticas .verde a:nth-child(4) li{
    background: #3c591f;
}


.lista_analiticas .laranja li{
    background:#E89107;
}


.lista_analiticas .laranja a:nth-child(2) li {
    background:#E89107;
}

.lista_analiticas .laranja a:nth-child(3) li {
    background:#c57d0c
}


.lista_analiticas .azul li {
    background: #005690;
}

.box-cinza{
border-bottom: 1px solid #767676;
border-left: 1px solid #767676;
/* border-radius: 8px; */ border-top: 4px solid #767676;
border-right: 1px solid #767676;

}
.box-verde{
border-bottom: 1px solid #77ad42;
border-left: 1px solid #77ad42;
/* border-radius: 8px; */ border-top: 4px solid #77ad42;
border-right: 1px solid #77ad42;

}
.box-laranja{
border-bottom: 1px solid #c57d0c;
border-left: 1px solid #c57d0c;
/* border-radius: 8px; */ border-top: 4px solid #c57d0c;
border-right: 1px solid #c57d0c;

}
.box-azul{
border-bottom: 1px solid #00426F;
border-left: 1px solid#00426F;
/* border-radius: 8px; */ border-top: 4px solid #00426F;
border-right: 1px solid #00426F;

}

.box-vermelho{
border-bottom: 1px solid ;
border-left: 1px solid ;
border-top: 4px solid ;
border-right: 1px solid;
 border-color:#9B1212;

}

.box-azul-escuro{

border-bottom: 1px solid;
border-left: 1px solid;
 border-top: 4px solid;
border-right: 1px solid;  border-color:#053A6C;

}

.lista_analiticas .azul-escuro li {
    background:#053A6C;
}
.lista_analiticas .vermelho li{
    background:#9B1212;
}

.lista_analiticas .vermelho a:nth-child(2) li {
    background:#9B1212;
}

.lista_analiticas .vermelho a:nth-child(3) li{
    background:#690606;
}


.lista_analiticas a{
  text-decoration: none;
}



.vazio{    text-indent: -9999px;   
  background-color: black!important;   opacity: 0.07;
    filter: alpha(opacity=7);
}

.row_analitica .col-centered {margin-bottom: 20px;}



.v-box .short-desc{
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.7em;
  text-transform: uppercase;
  margin-left: 5px;
}
.v-box .short-desc:before{
  content: "(";
}

.v-box .short-desc:after{
  content: ")";
}







.logo_marca{ width: 100%; padding: 20% 25px; 
    white-space: nowrap;
    background-color: white;
    text-align: center; 
    margin: 0 0;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-left: 15px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);

}
.logo_marca img{
  vertical-align: middle;
    max-height: 100%;
    max-width: 100%;

}


.outras_marcas{ width: 100%; 
height: 110px;
  padding: 10px; 
    white-space: nowrap;
    background-color: white;
    text-align: center; 
    margin: 0 0;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-left: 5px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
margin-bottom: 20px;

}

.outras_marcas img{
  vertical-align: middle;
    max-height: 100%;
    max-width: 100%;

}

.page_empresa {
  text-align: center;
}


.page_empresa li {
  width: 45%;

  margin: 0 10px 30px 10px!important;
  display: inline-block;line-height: 75px;
  font-size: 1.2em;height: 75px;
color: white;
vertical-align: middle;
padding: 0px;
margin-bottom: 2px;
border-radius: 8px;
}



@media (max-width: 991px ) {
  .col_analitica_right{
width: 100%;
padding-left: 15px;
margin-left: 0;
z-index: 20;
margin-top: 10px;
margin-bottom: 20px;
}

.col_analitica_left{
width: 100%;
padding-right: 15px;
z-index: 40;
}
.v-box .short-desc{
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.7em;
}

}



@media (max-width: 700px ) {
.page_empresa li {
  width: 100%;
  margin: 0 10px 20px 10px!important;
  display: inline-block;
  font-size: 1em;
}


}




.logo_marca{
  margin-bottom: 20px;

}

@media(min-width: 992px) and (max-width: 1399px){
  .outras_marcas{
    height: 80px;
  }

}

.marca_maisinfo{

position: absolute;

font-size: 0.9em;
left: 0;
line-height: 2.5;
color: white;
height: 0%;
bottom: 0;
width: 100%;  -webkit-transition: height 0.2s ease-in 0.2s;
  -moz-transition: height 0.2s ease-in 0.2s;
  transition: height 0.2s ease-in 0.2s;}



.box-laranja .marca_maisinfo{

background-color: #c57d0c;
}
.box-azul .marca_maisinfo{

background-color: #034DA1;
}

.box-azul-escuro .marca_maisinfo{

background-color: #00426F;
}

.box-verde .marca_maisinfo{

background-color: #77ad42;
}

.box-cinza .marca_maisinfo{

background-color: #767676;
}

.box-vermelho .marca_maisinfo{

background-color: #9B1212;

}


@media(min-width: 769px) {
.marca:hover .marca_maisinfo{


height: 21%;

 -webkit-transition: height 0.2s ease-in-out 0.2s;
  -moz-transition: height 0.2s ease-in-out 0.2s;
  transition: height 0.2s ease-in-out 0.2s;}

  .marcas_analiticas .lista_analiticas li{
    position: relative;
  }


  .marcas_analiticas .lista_analiticas li:not(.vazio):hover{
  text-decoration: none;
  width: 107%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
    
}

}

.marcas_analiticas .row_analitica:not(:first-child){

  margin-top: 60px;

}


@media(max-width: 1399px) {.marcas_analiticas .col-centered{
  margin-bottom:40px;
}

}



.empresa {
  margin-top: 20px;
}


.page_empresa .cinza li{
  background-color: #313131;
    padding: 0;
}


.page_empresa .cinza li:hover{
  background-color: #535353;
}


.page_empresa .verde li{
  background-color: #448407
}

.page_empresa .verde li:hover{
  background-color: #396C07;
}
.page_empresa .laranja li{
  background-color: #c57d0c;
}
.page_empresa .laranja li:hover{
  background-color: #E18C07;

}


.page_empresa .azul li{
  background-color: #005690;

}
.page_empresa .azul li:hover{
  background-color: #00406B;

}



.page_empresa .azul-escuro li{
  background-color: #053A6C;
}

.page_empresa .azul-escuro li:hover{
  background-color: #02213E;
}

.page_empresa .vermelho li{
  background-color: #9B1212;
}

.page_empresa .vermelho li:hover{
  background-color: #5D0000;}

ul.portfolio-details{
  margin-top: 25px;
}




.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



.marca_complementar {
width: 100%;
height: 150px;
padding: 10px;
white-space: nowrap;
background-color: white;
text-align: center;
margin: 0 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
position: relative;
border-radius: 20px;
border: 1px solid#DADADA;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);
overflow: hidden;
cursor: pointer;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;}



.marca_complementar img{
  vertical-align: middle;
    max-height: 100%;
    max-width: 100%;


}

.marca_link:hover .marca_complementar{  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}


.marca_link:hover{
  text-decoration:none;
}


.marca_link:hover .caixa_produtos{  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}



.col-img-marca{
  float: left;

}


.texto-marca{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 750px){
  .col-img-marca{
  float: none;

}
}
/*


.caixa_produtos{background-color: #F0F0F0;
border-radius: 8px;
border: 1px solid #DEDEDE;
border-top: 4px solid #0088cc;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.30);

margin-top: 10px;
    height: 180px;
    text-align: center;
    white-space: nowrap;
}
.caixa_produtos:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; 
}


.caixa_produtos ul{
  color: #023;

  font-weight: 700;
list-style: none;
padding: 0 10px;
text-align: center;


}

.caixa_produtos li{height: 35px;
width: 100%;
line-height: 35px;
vertical-align: middle;
font-size:1em;
    border-top: 1px solid #ddd;


}

.caixa_produtos li:first-child{

    border-top: 0px solid #757575;


}*/
.caixa_produtos{


/* margin-top: 7px; */
margin-bottom: 10px;
height: 160px;
/* padding-bottom: 15px; */
text-align: center;
white-space: nowrap;

 -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;}



.caixa_produtos:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}



.caixa_produtos ul{
  color:white;

  font-weight:600;
list-style: none;
text-align: center;
position: relative;

}

.caixa_produtos li{height: 35px;
width: 100%;
line-height: 35px;
background-color: #007AB1;
vertical-align: middle;
font-size: 1em;
/* border: 1px solid #8C8A9B; */
border-radius: 8px;
margin-bottom: 2px;


}



.caixa_produtos .sub-prod {  height: 17px;
  /* width: 100%; */
  line-height: 17px;
  background-color: rgba(0, 0, 0, 0.02);

  /* vertical-align: middle; */
  color: rgb(0, 78, 157);
  font-size: 0.9em;
  /* border: 1px solid #8C8A9B; */
  border-radius: 0;
  margin-bottom: 0px;


}


.caixa_produtos .last-child {  
  margin-bottom:2px;
  border-bottom-right-radius:4px;
border-bottom-left-radius:4px;

}


.caixa_produtos .parent-prod {
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;
  margin-bottom: 0px;

}



.retis:after{
    content: "...";font-weight: 400;color: #007AB1;font-size:1.8em;
    position: absolute;
  bottom: -15px;
  left: 0;
width: 100%;
margin-top: 5px;
}



.vertical-center {height: 100%;
  max-height: 600px;
min-height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  

  width: 100%;
  

         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}



/*
.owl-prev{
  position: absolute;
 top: 50%;
 left:0;
}

.owl-next{
  position: absolute;
 top: 50%;
right:0;
}


.slider2{
  position: relative;
  overflow: hidden;
}
.slider2 > img{
position: absolute;
height: 100%;
width: 100%;
}



.slider2 .container{

}



.slider2 .owl-dots{
position: absolute;
bottom: 20px;
left:50%;
margin-left: -24px;
}

.slider2 .owl-item img{
    height:auto; 
    margin:auto;
}


.owl-theme .owl-dots .owl-dot span{
  background-color: white;
}

.owl-theme .owl-controls .owl-nav .owl-prev{
  z-index: 100;
  left: 0;
cursor: pointer;
background: url(../img/large_left.png) no-Repeat 0 0;
width: 40px;
height: 40px;
text-indent: -99999px;
overflow: hidden;
visibility: hidden;

}


.owl-theme .owl-controls .owl-nav .owl-next{
  z-index: 100;
  right: 0;
cursor: pointer;
background: url(../img/large_right.png) no-Repeat 0 0;
width: 40px;
height: 40px;
text-indent: -99999px;
overflow: hidden;
visibility: hidden;

}


.slider2:hover .owl-controls .owl-nav .owl-prev, .slider2:hover .owl-controls .owl-nav .owl-next {
visibility: visible;
}


.owl-controls .owl-nav .owl-prev:hover{
  background-color: transparent!important;
background: url(../img/large_left.png) no-Repeat 0 -40px!important;  border: 0!important;

  color: transparent!important;

}


.owl-controls .owl-nav .owl-next:hover{
    background-color: transparent!important;
background: url(../img/large_right.png) no-Repeat 0 -40px!important;  border: 0!important;

  color: transparent!important;
}

.slider2 .owl-controls{
  margin-top: 0;
}


@media (max-width:1000px){
.vertical-center{height:400px!important;

  }
}


@media (max-width: 450px){
.vertical-center{height:250px!important;

  }
}

@media (min-width: 1960px){
.vertical-center{height:750px!important;

  }
}




*/






#fornecedores .owl-carousel .owl-item{
  padding-left: 20px;
  padding-right: 20px;

}



#fornecedores .owl-carousel .owl-controls{
  margin-top: 10px;

}


.vertical-center2 {
height: 73px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  

  width: 100%;
  

         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}   

@media (max-width: 1400px){
  
  #fornecedores h2.short{
    margin-bottom: 0;}
#fornecedores{
  margin-top: 5px;
}

#fornecedores h2.word-rotator-title .word-rotate {

margin-bottom: -11px;
}

#fornecedores .owl-controls{
  margin-top: 5px;
}

}


.text-white{
  color:white;
}


.ultimasnoticias{
  text-align: left;
}

.recent-posts .date {
width: 38px;}

.recent-posts .month {
display: block;}



.recent-posts .date .day{
margin-bottom: -3px;}




.recent-posts a {
color: #D1D1D1
}


.recent-posts h4{
  font-weight: 400;

}


.recent-posts i.icon-featured {
background-color: #0872A7;
}



#footer {
background: none ;
border-top: none ;
font-size: 0.9em;
margin-top: 80px;
padding: 0; 
position: relative;
clear: both;
}



#footer .dark-big {
  width: 40px;
  height:40px;
  background-color: #050505;
  top:0;
}


#footer ul.social-icons{
float: right;
}

#footer .rightsocial{margin-left: 20px;}

#footer ul.social-icons li{background-image: url(../img/social-sprites4.png);}

#footer ul.social-icons li.linkedin {
background-position: 0 0px;
}

#footer ul.social-icons li.linkedin:hover {
background-position: 0 -40px;
}
#footer ul.social-icons li.skype {
background-position: 0 -80px;
}

#footer ul.social-icons li.skype:hover {
background-position: 0 -120px;
}

#footer ul.social-icons li a {
display: block;
height: 40px;
 width: 100%; 
text-align: center;}


#footer .feature-box {
margin-top: 0px;
}






#footer .certificado {
  max-height: 150px;
  width: 100%;
}


@media(max-width: 1405px){



#footer .rightsocial{margin-left: 3px;}}

@media(max-width: 900px){



.col-footer-menu div{
  padding: 0 3px;
}

#footer .rightsocial{margin-left: 3px;}}




@media (min-width: 561px){
#footer .vertical-center3 {
  height: 100px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  


           -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}
}


@media (max-width: 1000px){


 .vertical-center2 {
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  



         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}


.img-marca {  max-height:120px;

}
}


@media (max-width: 560px){
#footer .vertical-center3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  



         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

 .vertical-center2 {
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  



         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}



.img-marca {  max-height:120px;

}
}



 

.parallax {

margin: 30px 0 0 0;padding: 20px 0 50px 0;

}
.icon-featured{
    color: #FFF;
    font-size: 25px;
    line-height: 64px;
    /* margin: 25px 0; */
    padding: 25px;
    display: inline-block;
    padding: 0;
    width: 60px;
    height: 60px;
}

.icon-featured-small{
font-size: 18px;
line-height: 40px;
margin-bottom: 1px!important;

width: 45px;
height: 45px;
}



.icon-featured-xs-small{
font-size: 15px;
line-height: 30px;
margin-bottom: 1px!important;

width: 35px;
height: 35px;
}



.icon-featured-border{

color:#0088cc;
border: 2px solid #0088cc;
background-color: transparent!important;
}
.parallax h2 {
margin-left: 20px;
display: inline-block;

}

.separador{

  width: 100%;
  height:50px;
  background-image: url("../img/patterns/az_subtle.png");
}




#footer{
margin-top: 0;
}


#footer .footer-copyright{
  margin-top: 0px;
  border-top-color: #1C2448;
}


#footer img.img-responsive{
  width: 100%;
}



#footer .footer-azul{
background-image: url("../img/patterns/blue_pattern.jpg");
color: white;}



#footer .footer-azul p{

color: white;}






.img-resp-center{
  display: inline;
}


.hr{
  display: inline-block;
  width: 100%;
}


.content blockquote{
  border:0;
}


.content blockquote:before, 
.content blockquote:after{
  color: #08C;
}



.assinatura{font-size: 1.8em;
font-weight: 900;
text-align: right;
line-height: 3;}



.img-blog{
width: 40%;
float: left;
margin-right: 25px;
margin-bottom: 10px;
}





.conteudo{
  margin-bottom: 50px;
}



.hotdisk{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  max-height: 300px;
}


.marcas_analiticas a  {text-decoration: none;}



.google-map{
  margin: 0;
}



@media (max-width: 991px){
#header .nav-main {
  padding: 0;
}}





.img-blog{
  margin-left: -60px;
}
@media(max-width: 700px){
  .img-blog{
    width: 100%;margin-right: 0px;
    margin-left: 0px;

  }
}




article.post .post-date .day {
background: #FFF;}




#header nav ul.nav-top li a{

font-size: 1em;
}



.pagination > .active > a:active, body.dark .pagination > .active > a:active, .owl-theme .owl-controls .owl-nav [class*='owl-']:active,  .pagination > .active > a:focus, body.dark .pagination > .active > a:focus, .owl-theme .owl-controls .owl-nav [class*='owl-']:focus{
  background-color: transparent;
}
/*
.owl-item .img-slider {
  width: auto!important;
}*/









.slideshow{
position:relative;
}

.vertical-center {height: 100%;
min-height:430px;
  max-height: 600px;
 display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  margin-bottom:10px;

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  

  width: 100%;
  

         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}


@media (max-width: 1400px){


.vertical-center{
min-height:300px;
max-height:400px;}
}


@media (max-width: 1100px){


.vertical-center{
min-height:250px;
max-height:400px;}
}


@media (max-width: 600px){


.vertical-center{
min-height:200px;
max-height:350px;}
}

@media (max-width: 450px){



.vertical-center{
min-height:100px;
max-height:200px;}
}



.slide{
  position: relative;
  overflow: hidden;
}
.slide > img{
  z-index: -1;
position: absolute;
height: 100%;
width: 100%;
}



.slideshow .owl-dots{
position: absolute;
bottom:10px;
left:50%;
visibility: hidden;
}


.slideshow .owl-controls{
margin:0px !important;}


.slideshow .owl-nav{

}

.slideshow .owl-prev{
float:left;}

.slideshow .owl-next{
float:right;}

.slideshow .owl-dots .owl-dot span{
  background-color: white;
}


.slideshow .owl-controls .owl-nav .owl-prev{
    position:absolute;
top:50%;

margin-left:0%;
margin-top: -20px;
  z-index: 100;
  left: 0;
cursor: pointer;
background: url(../img/large_left.png) no-Repeat 0 -40px!important;  border: 0!important;
width: 40px;
height: 40px;
text-indent: -99999px;
overflow: hidden;
opacity:0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}


.slideshow .owl-controls .owl-nav .owl-next{
    position:absolute;
top:50%;

margin-right:0%;
margin-top: -20px;
  z-index: 100;
  right: 0;
cursor: pointer;
background: url(../img/large_right.png) no-Repeat 0 -40px!important;  border: 0!important;
width: 40px;
height: 40px;
text-indent: -99999px;
overflow: hidden;
opacity:0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}


.slideshow:hover .owl-controls .owl-nav .owl-prev, .slideshow:hover .owl-controls .owl-nav .owl-next {
opacity:0.5;margin-right:5%;
margin-left:5%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.slideshow .owl-controls .owl-nav .owl-prev:hover{
opacity:1;
background: url(../img/large_left.png) no-Repeat 0 -40px!important;  border: 0!important;
  color: transparent!important;

}


.slideshow .owl-controls .owl-nav .owl-next:hover{
opacity:1;
background: url(../img/large_right.png) no-Repeat 0 -40px!important;  border: 0!important;

  color: transparent!important;
}



.month, .capitalize{
  text-transform: capitalize;
}



.inner-img {
    max-height: 100%;
    max-width: 100%;
}


.tooltip{
  line-height: 1;
}


.tooltip-inner{
  padding: 10px 10px;
}



.fotos-produtos{
  width: 100%;
display: inline-block;
}



.icones-tabela {
  top:0!important;
}
.icones-tabela .fa{
  font-size: 16px;
  margin-left: 1px;
}


.texto-meio{
  vertical-align: middle!important;
  line-height: 1!important;
}


.clickable-row, .clickable{
  cursor: pointer;
}


.foto-desc{
  padding:20px;
}

.separador-modelo:after{
  content:"|";
}


.separador-modelo:last-child:after{
  content:"";
}


.img-centered{
   display: block;
    margin-left: auto;
    margin-right: auto 
    
}

.uppercase{
  text-transform: uppercase;
}


.texto-normal{
  text-transform: none
}



.conteudo-tab{
  display:inline-block!important;
  width: 100%;
}


#subprodutos hr:last-child{display: none;}
/*
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom, .modal-open #header {
padding-right: 17px!important;
}

*/


.buttons button{
margin-top:8px;
}

.buttons button:not(:first-child){
margin-left: 5px;
}
.fotossub{
  margin-top: 10px;
}

.breadcrumb li:first-child{
  font-size:15px;
}

@media (max-width: 768px) { 
  h2.responsive-font {
    font-size: 1.8em;
  }

   .buttons button:not(:first-child){
margin-left: 0px;
}

.page-top h1{
  font-size: 2em;
}
}


textarea{
  min-height: 100px;
  max-height: 250px;
}

.space{
  margin-bottom: 20px;
}

form ::-webkit-scrollbar {
      width: 9px;
    
}
form ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
form ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
form ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}


.no-margin{
  margin:0;
}



/** ADMIN**/
.body-admin-login{

}

.login-panel{margin-top: 150px;


}
.panel h2{
  font-size: 1.8em;
  margin-bottom: 0;
  line-height: 1.8;
}




.login-panel input[type="text"]:focus,
.login-panel input[type="password"]:focus
{   
    border-color: rgba(82,168,236,.8) ;
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;}


    .login-form {
      height: 45px;

    }

  



   form  .form-group:first-of-type{
      margin-bottom: 7px!important;
    }



    .body-admin-login .table td{
      padding: 0px 8px;
      vertical-align: inherit;

    }


    .td-button{
      padding-right: 0!important;
      padding-left: 5px!important;
      width: 20px;
    }


    .btn-disabled{
      cursor:default;
    }





   .white{

    color:#fff;
   }


   blockquote.testimonial-carousel {
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
}

blockquote.testimonial-carousel:before {
  left: 10px;
  top: 0;
  color: #0088cc;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}

blockquote.testimonial-carousel:after {
  right: 10px;
  color: #0088cc;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  content: "\201D";
}

blockquote.testimonial-carousel p {
  margin: 10px 0;
  color: #dadada;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.3;
}




.destaque label{
    margin-bottom: 0px; 
   font-weight: normal;
  
}

.destaque input[type=checkbox] { display:none; }
.destaque input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size:15px;

}

.destaque input[type=checkbox] + label:before { content: "\f005"; color: #D6D6D6;  } 
.destaque input[type=checkbox]:disabled + label:before { display: none;  } 



.destaque input[type=checkbox]:checked + label:before { content: "\f005"; color: #FFBB00} /* checked icon */



.table{
  font-size: 14px;
}
 

.table > tbody > tr.danger > td{
  background: #F77975!important;
 }
/*
 .table > tbody > tr.danger > td button{
  background: none;
  border:none;
 }
*/

.table > tbody > tr.highlight, .table > tbody > tr.danger.highlight > td {
background: rgba(0, 131, 255, 0.1)
!important;

color:#777777;

}

.dt-responsive tr{height: 31px;}


table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before{
  background-color: #0088CC!important;
}


table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before{
  background-color:#5BC0DE!important;
}



.child li:nth-child(n+2){
  display: inline-block;
    padding: 0.5em 7px!important;
}

.child li:nth-child(n+2) .dtr-title{
  display: none!important;
}



.btn-ativo{
  min-width: 40px;
}


td form{
  margin: 0;
}



.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }


.responsive-datatable{
overflow-x: inherit!important;}




.next_page a:before {
  font-family: FontAwesome;

  content: "\f054";
}


.previous_page a:before {
  font-family: FontAwesome;

  content: "\f053";
}



.owl-carousel {
  margin-bottom: 0px;
}


.img-center{
  margin: 0 auto;
}



.message-hide{display: none;}



#header nav ul.nav-top li a, #header nav ul.nav-top li span {
    color: #676565;
    font-size: 13px;
    padding: 6px 10px;
}


h4.titulo-videos{
  font-size: 1em;
    margin-bottom: 0;
}

.box-grid-marcas{
  margin-bottom: 20px!important;
}

.thumb-marcas{
  padding: 20px 30px!important;
}


 

#cores{display: none;}


#cores select{ text-transform: capitalize;}

.circle {
  border-radius: 50%;
  width: 30px;
  display: block;
  height: 30px;
  /* width and height can be anything, as long as they're equal */
}
.circle-small{
  width: 30px!important;
  height: 30px!important;
}


 #cores .cinza {
  background-color: #313131;
    padding: 0;
}




#cores .verde {
  background-color: #448407
}

#cores .laranja {
  background-color: #c57d0c;
}


#cores .azul{
  background-color: #005690;

}




#cores .azul-escuro {
  background-color: #053A6C;
}


#cores .vermelho {
  background-color: #9B1212;
}



.list.list-icons.list-icons-lg.list-icons-style-3 li {
       padding-top: 19px;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 60px;

}

.list.list-icons.list-icons-lg.listagem-gerir-produtos li .fa {
      width: 50px;
    height: 50px;    padding: 12px;
    font-size: 1.5em;
    background-color: #0088cc;    margin-bottom: 20px;
}


.list.list-icons.list-icons-lg.list-icons-style-3 li:hover h5 {
    color: #005682;
       text-decoration: none;

}

.list.list-icons.list-icons-lg.list-icons-style-3 a:hover{
       text-decoration: none;


}
.list.list-icons.list-icons-lg.listagem-gerir-produtos li:hover .fa {
 
    background-color: #005682;  
}



.textarea-short{
  min-height: 20px;
  max-height: 100px;
  height: 50px;
}


.onoffswitch {
    position: relative; width: 52px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 23px; padding: 0; line-height: 23px;
    border: 2px solid ; border-radius: 23px;
    background-color: #777777;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 23px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 27px;
    border: 2px solid ; border-radius: 23px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #0088CC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #0088CC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}



.toggle.toggle-simple .toggle > label:before{
      margin-top: 17px;
}
.toggle.toggle-simple .toggle > label:after{
   background-color: #0088cc;
}


.toggle.toggle-simple .toggle > label h4  {
  margin-top:12px;
}


label > h5{
   margin-top:9px;
   margin-bottom: 0px;
}



  .cke_textarea_inline

    {max-height: 200px;
      min-height: 70px;
      overflow: auto;
      border: 1px solid gray;
      -webkit-appearance: textfield;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
    line-height: 17px!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


      .cke_textarea_inline p

    {

    line-height: 16px!important;
   }



.row-spec {
    padding:10px 0;
    border-bottom: 1px solid #E0E0E0;
}



.col-specs {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float:left;
}


.col-specs{
width: 20%;
}

.post-evento h2{
margin-bottom: 3px;
}



.nounderline{text-decoration: none!important;}


.col-small-margin{
  padding-left: 5px;
  padding-right: 5px;
}
.col-xsmall-margin{
  padding-left: 1px;
  padding-right: 1px;
}

.col-no-margin{
    padding-left: 0px;
  padding-right: 0px;
}
.box-small-padding{
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.col-no-margin-right{
    padding-right: 0px;

}


.featured-box-secundary .box-content-tertiary{
    border-top-color: #2BAAB1;
}

h4.line{
  margin-bottom: 0px;
  text-align: left;
}


hr.extrashort{
  margin-top: 0;
}

/*GOOGLE SEARCH*/
#header .search {

    width: 230px;
}


.gsc-control-cse {

 width: 100%!important;
  padding: 0!important;
font-family: "Open Sans", Arial, sans-serif!important;
    border-color: transparent!important; 
    background-color: transparent!important;
}


.gsib_a {
    padding: 0!important; 
}

.gsc-input input{
      display: block;
    width: 170px;
    height: 30px!important;
padding: 0px 38px 0 11px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc!important;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


table.gsc-search-box td.gsc-input {
    padding-right: 0!important;
}

.gsc-search-box {
    padding: 0!important;
}
.gsc-input-box.gsc-input-box, .gsc-input-box-hover {
  border: none!important;
  background: transparent;
  box-shadow: none!important;
}


.gstl_50 {
font-size: 12px;
background-color: transparent!important;
}

input.gsc-input{
      width: 100%;
    border: none;
    margin: 0px;
    font-size: 14px!important;
    height: 19px;
    outline: none;
    background: transparent!important;
    background-color: white!important;
    text-indent: 0!important;
    padding: 0px 15px!important;

}
.gsc-search-button-v2{
  background: none!important;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  display: flex!important;
  align-items: center!important;
  margin-left: 6px!important;
}

.gsc-search-button-v2 svg {
  fill: #555!important;
  width: 18px!important;
  height: 18px!important;
}
.gscb_a{
  display: none!important;
}

.gsc-adBlock{
  display: none!important;
}

input.gsc-search-button, input.gsc-search-button:hover {
    border-color: transparent!important;
  background-color: transparent!important;
  background-image: url("http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png")!important;
  background-repeat: no-repeat!important;
   
}




input.gsc-search-button {
  font-size: 0!important;    min-width: 24px!important; Spadding: 0!important;
    overflow: hidden!important;
    margin-left: -34px!important;

}

.gsc-clear-button{display: none;}

.gsc-completion-container{
  font-size: 12px!important;
}


@media (max-width: 550px) {
  
  

  #header .search {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding-right: 20px;
  }


}


/******************************/




  #header nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777!important;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 20px 8px 8px;
    position: relative;
    text-transform: none;
    text-shadow:none;
  }

  #header nav > ul > li.dropdown .dropdown-menu {
background-color: white!important;

    border-top: 5px solid #0088cc;
  
  }


#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
background-color: #f5f5f5!important;
}



#header nav ul.nav-main .dropdown-submenu > a:after , #header nav ul.nav-main .dropdown-submenu:hover > a:after {
    border-left-color:#0088cc;
}


@media (min-width: 768px){
.col-sm-offset-1-5{
  margin-left: 12.5%;
}}





.vertical-center-produtos {
height: 150px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;

         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;

background-color: white;
    overflow: hidden;

}   


.vertical-center-produtos img{


} 


.product-thumb-container{
  position: relative;  
}

.product-thumb-container:hover:after{
  opacity: 1;
}

.product-thumb-container:after{
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    height: 100%;
    border-top: 4px solid #0088CC;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    border-radius: 6px;

 }

.vertical-center-produtos img{
  max-height: 100%;
}

.product-thumb-container .product-thumb-info-content{

  padding:5px 8px 5px 8px;

}

.product-thumb-container .product-thumb-info-content .name-container{

height:45px; display: table; overflow: hidden;

}

.product-thumb-container .product-thumb-info-content  h4{

font-size:1.2em;  vertical-align: middle;display: table-cell; vertical-align: middle;

}

.product-thumb-container .faixa-marca{
  width:100%; position:absolute; background-color:red; top: 88px;height: 54px; background-color: rgba(244, 244, 244, 0.36);
}

.product-thumb-container .faixa-marca .img-container{
  width:65px; float: right; margin-right: 10px; margin-top:8px;
}

a.noDecoration, a.noDecoration:hover{
  text-decoration: none;
}



.vertical-center-marcas {
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.page-top-event{
  padding-top: 10px;
  padding-bottom: 10px
}

.page-top-event .container{
height: 210px;

}


.page-top-event .container img{
max-height: 100%;
    display:block;
    margin:auto;

}

.panel-group.secundary .panel-heading-dark{
  background-color: #252525!important;
}


.panel-heading-dark a{
  color:white!important;
}



.text-centered {
    text-align:center;
}


.table-borders td, .table-borders th{
  border: 1px solid #ddd;
}


.brand-unique {
  border-radius: 50%;
  width: 70px;
  height: 70px; 
  position:absolute;
  top:-72px;
  right: 5px;
  padding:9px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;

-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.22);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.22);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,f7f7f7+100 */
background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

  /* width and height can be anything, as long as they're equal */
}




@media (min-width: 768px) {

.categories-content{
 /* min-height: 300px;*/
}
}


.vertical-center-categories{
    height: 190px;    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.vertical-center-categories img{
  max-height: 100%;
  width: auto;
  max-width: 100%;
}


.categories-content .product-thumb-info-image{
  background-color: white;
  padding:10px;

}


.product-thumb-info-image:before {

    border-top: 4px solid #0088CC;

    background: none!important;

}

.marca-box-center{

    height: 70px;
    padding: 5px;

}

.marca-box-center a{
  height: 100%;      display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (min-width: 768px) {
.marca-box-center a:hover img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);

}
}

.marca-box-center a img{
  max-height: 100%;      -webkit-transition: all 0.1s ease-out 0.1s;
  -moz-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
}


.categories-content .product-thumb-info{
  margin-bottom: 20px;
}



.categories-content .product-thumb-info .product-thumb-info-content{
    padding: 5px 15px;
    height: 55px;
    max-height: 55px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}


 .vertical-center-listagem-produto{
    height: 120px!important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.vertical-center-listagem-produto img{
  max-height: 100%;
}


.listagem-produto .brand-unique{
   width: 50px;
  height: 50px;
  padding: 5px;
  top: -44px;
}



.categories-content .listagem-produto  .product-thumb-info-content{
  height: 40px;
    max-height: 40px;
}

.listagem-produto .product-name{
    color: #404751;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
}

.tabela-specs{
  background-color: white;
  padding-bottom: 10px;
}

.listagem-produto .tabela-specs ul {

    text-align: center;


    list-style: none;
    margin: 5px 0 0 0;
    padding: 0px 5px;
}


.listagem-produto .tabela-specs li {
    border-top: 1px solid #ddd;
    /*padding: 5px 0;*/
    color: #777;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-height: 48px;
}


.listagem-produto .tabela-specs li .product-title{
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 3px;
}

.listagem-produto .tabela-specs li .product-spec{
line-height: 1.1em;    padding-bottom: 5px;
}

/*
.listagem-produto:hover{
    margin-top: -10%;
    margin-left: -10%;
    margin-right: -10px;
    padding-bottom: 10%;
    width: 120%;
    z-index: 20;
    max-width: 120%;



}*/

.listagem-produto:hover{
 
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);

      z-index: 20;


}

/*

.listagem-produto:hover .vertical-center-listagem-produto{
height: 140px!important;

}


.listagem-produto:hover  .tabela-specs {

   padding-bottom: 30px;

}
*/

.product-information{
  cursor: pointer;
}


.col-static{
  position: static;
}

.content-product{
  position: relative;
}


.content-product .thumb-info-wrapper:after{
  background: none!important;
}


.content-product .thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


.content-product .thumb-info .vertical-center-list-prod{
  height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;

}

.content-product .thumb-zoom .vertical-center-list-prod{
  height: 440px;
 

}


.content-product .thumb-info .vertical-center-list-prod img{
  max-height: 100%;
    width: auto;
}





.thumb-zoom{
    position: absolute;
    left: 2px;
    top: 0;

    margin-bottom: 50px;
    max-width: 95%;
    width: 95%;
    z-index: 1;

}



.content-product .thumb-info.thumb-zoom:hover img 
{
   -webkit-transform: none!important;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none!important;
}

.fechar-zoom{
    position: absolute;
    z-index: 1000;
    right: 4px;
    top: 4px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    /* text-transform: lowercase; */
    /* line-height: 23.5px; */
    padding: 10px 15px;border-radius: 50%;
   background-color: rgba(0, 136, 204, 1);
   opacity: 0.8;
    /* border: 19px solid; */
}

.content-product .thumb-info-type{
  line-height: 1.2;

}



@media (max-width: 767px) {
/*560*/
.col-static{
  position: relative;
}


.activa-scroll{
  height: auto;
}



}


/* CSS used here will be applied after bootstrap.css */
/*
.modal-dialog{
      overflow-y: initial !important
}
.modal-body{  height: 500px;
  overflow-y: auto;
}*/



.hex {
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  /*font-size:46px;**/
  font-size: 4em;
  width:40.7px;
  height:71px;
  background-color: #008ccc;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  float:left;
    margin: 0px 30px 0 21px;
  text-align:center;
  zoom:1;
    z-index:1;
}
    
/*  .hex.hex-gap {
    margin-left: 86px;
  }
  */
  /*
  .hex a {
    display:block;
    width: 100%;
    height:100%;
    text-indent:-9999em;
    position:absolute;
    top:0;
    left:0;
  }*/

  .hex .corner-1,
  .hex .corner-2 {
        z-index:-1;

    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: inherit;                
       
    overflow:hidden;    
 -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden; 
  }
  
  .hex .corner-1 {
   
    /*background-color: #008ccc;*/-ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);

    transform: rotate(60deg);
  }
  
  .hex .corner-2 {      /*background-color: #008ccc;*/

-ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);

    transform: rotate(-60deg);
  }
  
  .hex .corner-1:before,
  .hex .corner-2:before {
    content: '';
    position: absolute;
    background: inherit;
    top:0;
    left: 0;
    z-index: -1;
    background: inherit;
    background-repeat:no-repeat;
    backface-visibility: hidden;          
  }     
  
/*
  .hex .corner-1:before {
    transform: rotate(-60deg) translate(-87px, 0px);  
    transform-origin: 0 0;
  }     
  
  .hex .corner-2:before {
  //  transform: rotate(90deg) translate(-48px, -11px); 
    bottom:0;
  }   
*/

  
  /* Custom styles*/
  .hex .inner { 
    z-index: 2;
    margin:0;
  }
  

/*
  .hex hr {
    border:0;
    border-top:1px solid #eee;
    width:60%;
    margin:15px auto;
  }*/
  /*
  .hex p {
    font-size:16px;
    font-family: 'Kotta One', serif;
    width:80%;
    margin:0 auto;
  }*/


.hex .small {
  font-size: .8em;
}

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

[class^="icomoon-"], [class*="icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-complementar:before {
    content: "\e900";
}
.icomoon-analitica:before {
    content: "\e901";
}
.icomoon-materiais:before {
    content: "\e902";
}
.icomoon-consumiveis:before {
    content: "\e903";
}

.new-page-top{
    background-image: url(../img/patterns/patt.png);
    background-color: #172946;
    margin-bottom: 25px;
}


section.new-page-top h1{
  border:none;    padding: 0;
  font-size:3em;
}


.new-page-top ul.breadcrumb {
    background: none;
    margin:  0;
    padding: 0;
}
.new-page-top ul.breadcrumb li.active {
  color:#bfbfbf;
}

.new-page-top ul.breadcrumb li a, .new-page-top ul.breadcrumb li a:hover {
  color:#fff;
}

.new-page-top ul.breadcrumb li a.fa{
color: #0088cc;
}





@media (max-width: 767px) {
.page-top-center{


  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;


  }


.hex {

   font-size: 2.5em;
    width: 30px;
    height: 53px;
    margin: 0px 0px;
}


section.new-page-top h1 {
    font-size: 2em;    margin-top: 9px;
    line-height: 1.1;

}

section.new-page-top{
  text-align: center;
}


}

 

@media (max-width: 991px){
#header .nav-main-collapse.in ul.dropdown-menu{
  border:none;

}

  #header nav > ul > li.dropdown .dropdown-menu li a {
      border:none;
    color: #fff!important;
  
  }


  #header nav > ul > li.dropdown .dropdown-menu {
  padding-top: 0;
  
  }



}



#header nav ul.nav-top li a{
padding: 0;
}

#header nav ul.nav-top li i{
  top: 0px;
}




.product-thumb-info-content .subtext{
    font-size: 10px;
    font-weight: 700;
    color: #404751;
}

.brand-unique .aligner {
  width: 100%;
}


.brand-unique img{
   /* max-width: 54px;*/
    max-height: auto;
           -ms-interpolation-mode: bicubic;



}




.vertical-center-produtos{
    height: 280px;    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.vertical-center-produtos img{
  max-height: 100%;
  width: auto!important;
}


.owl-carousel .thumbnail{
  margin-bottom: 0;
}


.shop .tabs-product {
    margin-top: 5px;
}


.grupo-produto{position: relative;
  padding:20px;    margin-bottom: 15px;
}

.grupo-produto .desc{
  font-size:1em;display: inline-block;
margin-bottom: 15px;
}


.grupo-produto .marcas-content{
  position: relative;     
  margin-top: 20px;

}

.grupo-produto .produto_titulo{
  margin-bottom: 12px;
}

.grupo-produto .desc p{
line-height: 20px;
margin-bottom: 10px;
}

/*
.grupo-produto .marcas{
  height:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.grupo-produto .marcas div{
display: inline-block;
 height: 100%;
}

.grupo-produto .marcas div img{
  height: 100%;
 width: auto;
 max-width: 100%;

}

*/
.vertical-center-grupoprod{
   height: 300px;    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.grupo-produto .vertical-center-grupoprod img {
  /*      width: 100%;
    max-height: 100%;
    height: auto;
*/
       max-height: 300px;
    width: auto;
    max-width: 100%;
    height: auto;

}
.grupo-produto .marcabox{/*
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.34);*/
border: 1px solid #d2d2d2;margin-bottom: 7px; padding:8px; width:100%;
}
.grupo-produto .align-marca{
  height: 50px;

}

.grupo-produto .align-marca img{
  max-height: 100%;
}

.grupo-produto .text-holder{
  min-height:105px
}



.marcas-multiple-box {
    height: 56px;
    position: absolute;
   left:0;
   width: 100%;
      display: inline-block;
    bottom:50px;
}


.marcas-multiple-box .circle{
  width: 60px;
  height: 60px;
  margin-right: 5px;

    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.22);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.22);
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #feffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom, #feffff 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f7f7f7',GradientType=0 );

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.marcas-multiple-box .circle img{
  padding: 5px; 
  width: 100%;

}

.marcas-multiple-align{
   display: inline-block;
  float:right;
}

.produto-cm {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    padding: 20px 0;
    /* background: #F7F9FC; */
    background: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #DDD;
    text-decoration: none;
    min-height: 200px;

  }


  .product-name .sub-nome{
    display: block;
    color: #6d6d6d;
    font-size: 0.8em;
  }

  .subtexto-grupo{
    line-height: 14px;
  }


.buttons-products {
margin-bottom: 10px;
}

.buttons-products .btn{
margin-bottom: 5px;
}


.lg-sub-html h4{
  color:#fff;

}

.lg-sub-html p {
  color: #f9f9f9;
}

.lg-sub-html{
    background-color: rgba(0, 0, 0, 0.55);
}


@media (min-width: 992px){
 .menu-column.center{
    min-width:400px;

    border-radius:6px!important;
    margin-left: -14%!important;
  }

#header nav ul.nav-main .dropdown-submenu > .menu-column.left{
  left:auto;
      right: 100%;

}


   .menu-column.mc-3{
        -moz-column-count: 3;
    -moz-column-gap: 15px; 
    -webkit-column-count: 3; 
    -webkit-column-gap: 15px; 
    column-count: 3; 
    column-gap: 15px; 
  }


   .menu-column.mc-2{
        -moz-column-count: 2;
    -moz-column-gap: 15px; 
    -webkit-column-count: 2; 
    -webkit-column-gap: 15px; 
    column-count: 2; 
    column-gap: 15px; 
  }


  #header nav > ul > li.dropdown .menu-column div div li a{
    border:none;

    font-size: 12px;
    font-style: normal;
display: block;
    padding: 7px 10px;

}


  #header nav > ul > li.dropdown .menu-column div div li a:hover{
 text-decoration: none;

}

 #header nav > ul > li.dropdown .menu-column div div li{

line-height: 20px;}



}




@media (min-width: 1200px){
.col-lg-2-5 {
    width: 20%;
}

}


@media (max-width: 991px){
#header nav ul.nav-main .dropdown-submenu > a:after {
    border-top: 5px solid #171717; 
}


#mainMenu > li.dropdown.resp-active > ul{
margin-left: 0px!important;
}

#mainMenu > li.dropdown.resp-active > ul li a{
text-align: left;

padding-left: 5px;
}


#mainMenu > li.dropdown.resp-active > ul li a:hover{
text-decoration: none;
}

}


.marcas-top-logo{
  float: left;
  display: inline-block;
}

.marcas-top-logo .circle{
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background-color: white;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding: 30px 15px;
    box-shadow:3px 3px 10px 0 rgba(0, 0, 0, 0.4);




}  


.marcas-top-text{float: left;
  height: 140px;
  padding-top: 40px;
    padding-left: 20px;
  display: inline-block;
}
.marcas-top-text .sub-text{
  font-size: 0.7em;
}

.marcas-top-link{
   height: 140px;
  padding-top: 45px;
     padding-left: 20px;
}



.marcas-top-logo .circle img{
  max-width: 110px;
}



@media (max-width: 767px) {
.marcas-top-logo{
  float:none;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}


.marcas-top-logo .circle img{
  max-width: 80px;
}

.marcas-top-logo .circle{
  
    width:90px;
    height:90px;
    padding: 10px 5px;

}  


.marcas-top-text{
  float: none;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    height: auto;
    padding:0;
}


.marcas-top-link{

     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    padding: 0;
}

.marcas-top-link.pull-right{
  float:none!important;
}


}



.pagina-icone-box{
   height: 56px;
    position: absolute;
    width: 100%;
   top:10px;
  }   


  .pagina-icone-box .hex{
    float:right;
    width: 32.10px;
    height:56px;
    font-size: 3em;    margin: 0px 22px 0 21px;
  }




  .ie .hex {
      font-size: 42px;
    }

 .ie .pagina-icone-box .hex{
  font-size: 35px;
 }   

/*
  img {
    image-rendering: -moz-crisp-edges;         
    image-rendering:   -o-crisp-edges;         
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic; 
}


/*.ie .img-fix{
  display: none;
}
*/
.ie .width-fix{

  width: 100%!important;
}
/*
.ie .visible{
  display: block;
}*/



.dropdown-menu .divider{
  padding: 0;
}

.remove-cat{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    margin-top: 8px;}


.categories-content{


    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}



.smaller{
margin-bottom: 15px;
  font-size:1.8em;
}

.subtext-cat{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #008ccc;
}

  
.listagem-produto .tabela-specs li{
  height: auto;
  max-height: none;
}


.contact-box a {
 color: #777; font-weight: 700; font-size: 1.1em;
}

#header nav ul.nav-main li.dropdown ul.menu-column li > a {
text-transform:uppercase;
}

.customHidden{
  display: none;
}