/*
Author: Palo Alto
Theme Name: revsotinco
Theme URI: http://www.querido-pintei-a-casa.pt
Last update: May  2017
Version: 1.1
*/

/*==========================================================

    CSS:

	1. IMPORTS / FONTS / BODY
	2. GENERIC & COMMONS
	3. STRUCTURAL
	4. TYPO & LINKS & NAV 
	5. UI-BUTTONS
	6. UI-FORMS
	
    1.NAVBAR
    2.CAROUSEL
    3.DIV BACKGROUND
   
    5.BUTTON
    6.NEWS
    7.FOOTER
    8.QUEM SOMOS
    9.NOTICIAS
	
    10.CONTACTOS


============================================================*/



/*==========================================================
	1.IMPORTS / FONTS / BODY
============================================================*/ 

html {
	position: relative;
	/*min-height: 100%;*/
	min-height: 100%;
}


html, body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif;font-weight:400;
	color: #424242;/*#333;*/
	font-size: 0.938em; /*15px*/
	line-height: 1.4;
	min-height: 100%;
}



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



body {
 background-color: #efefef;
  /* Fallback for when there is no custom background color defined. */
  /*font-family: "Myriad Pro Regular", Helvetica, Arial, sans-serif;*/
  color:#424242;
}


a, a p {text-decoration:none; color:#504a49;}

a:hover, a:link:hover, a:active:hover, a:visited:hover,
a:hover p, a:link:hover p, a:active:hover p, a:visited:hover p {text-decoration:none; color:#41f0c9; }

a:active, a:focus, a:link,
a:active p, a:focus p, a:link p {outline:0;text-decoration:none;color:#504a49;}

/*a:visited {color:#41f0c9;}*/
a:visited {color:#504a49;}


/*#41f0c9*/

a {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

*::-moz-selection, *::-moz-selection,
::selection {
	background: #504a49 none repeat scroll 0% 0%;
	color: #FFF;
	text-shadow: none;
}


/*==========================================================
	2.GENERIC & COMMONS
============================================================*/

.mainColor {
	color: #504a49;
}

.mainColor_bkg {
	background-color: #41f0c9;
}

.darkmainColor {
	color:#41f0c9;
}

.darkmainColor_bkg {
	background-color:#41f0c9;
}

h1, h2, h3, h4, h5,
h1:before, h2:before, h3:before, h4:before, h5:before,
h1:after, h2:after, h3:after, h4:after, h5:after,
p , span, li, li > a, li > a > span, img, a > img{

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* HELPERS ######################################################## */


.flex-row { 
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-column {
	 -webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


.flex-end-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}




.flex-justify-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}
	
	
	
	.flex-end-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

	
	
.flex-justify-end {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: flex-end;
	align-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	}	



.flex-center-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
 }
 .ie, _:-ms-fullscreen, :root .ie11up {
display: block

   }
 .flex-start-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

 
 
 
  .flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
 
 
 
.flex-start-stretch {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


.flex-row-reverse {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	}


.separator {
  display: block;
  height: 0;
  margin: 20px 0;
  /*opacity: 0.2;*/
}

.separator-small {
  margin: 10px 0;
}
.separator-medium {
   /*height: 45px;*/
  margin: 45px 0;
}



/* PADDINGS */

.no-pad {padding-left:0 !important; padding-right:0 !important;}
.no-pad-left {padding-left:0 !important;}
.no-pad-right {padding-right:0 !important;}
.no-pad-top {padding-top:0 !important;}
.no-pad-bottom {padding-bottom:0 !important;}

.pad-top-10 {padding-top:10px;}
.pad-top-20 {padding-top:20px;}
.pad-top-30 {padding-top:30px;}
.pad-top-40 {padding-top:40px;}
.pad-top-50 {padding-top:50px;}

.pad-15 {padding:15px;}


/* MARGINS */

.no-margin {margin:0;}

.margin-top-10 {margin-top:10px;}
.margin-top-20 {margin-top:20px;}
.margin-top-30 {margin-top:30px;}
.margin-top-40 {margin-top:40px;}
.margin-top-50 {margin-top:50px;}

.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-50 {margin-bottom:50px;}
.margin-bottom-100 {margin-bottom:100px;}



/*==========================================================
	3.STRUCTURAL
============================================================*/ 

header ul,
footer ul {
	list-style:none;
}


header.header {
	/*position: fixed;*/
	right: 0;
	left: 0;
	top:0;
	z-index: 1030;
}



header .flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	/*-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;*/
	-webkit-box-align: flex-end;
	-moz-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;

}


/*header > .container {
	padding-left:0;
	padding-right:0;
}*/


header > .container {
	position:relative;
	padding-bottom:15px;
	padding-top:5px;
}


header .top-section {
	/*height:145px;*/
}

header.small .top-section {
	/*height:65px;*/
}


header.small {
	/*box-shadow: 0 2px 2px #ddd;*/
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}



header.small .navbar-brand {
	/*width: 180px;*/
}


header a, header li{
	 transition: all 0.3s ease !important;
}


header .top-section {
	transition: height 0.3s ease !important;
}


/*
header a {
	transition: font 0.3s ease;
}*/



/*
-webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in ;  
 -moz-transition:color 0.1s ease-in, background-color 0.1s ease-in;  
 -o-transition:color 0.1s ease-in, background-color 0.1s ease-in;  
 transition:color 0.1s ease-in, background-color 0.1s ease-in; 

*/


.navbar-brand {
    height: auto;
    padding: 10px 15px;
}


/*@media (max-width: 767px) {
	header .navbar-brand {
		max-width: 200px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	header .navbar-brand {
		max-width: 250px; 
		height:auto;
	}
	
}*/


@media (max-width: 1199px) {
	
	header .navbar-brand {
		height:100px;
	}

	header.small .navbar-brand {
		height:70px;
	}
}


@media (min-width: 1200px) {
	
	header .navbar-brand {
	height:/*145px*/125px;
}

	header.small .navbar-brand {
		height:70px;
	}
	
}


header .navbar-brand > img {
	height:100%;
	width:auto;
}

header .navbar-brand {
	padding-left:0;

}

header ul {margin-bottom:15px; margin-top:0px;}

/*header ul > li {
	float: left;
	position: relative;
}*/

header .icon-stc-user {
	font-size:44px;
}


header .top-section ul li {margin-left:0px;}
header .top-section ul li:last-child {margin-right:0;}



header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	}


@media  (min-width: 1199px) {
	header .navbar-collapse {
	width:100%;
	}
}


header nav {/*background-color:rgba(255,0,4,1.00);*/}


/* ---------- NAV TOP --------*/

/*Change Bootstrap Breakpoints*/
/*@media (min-width: 768px) {*/
@media (max-width: 996px) {
.navbar-toggle {
    display:block
  }

	
}

@media (min-width: 996px) {
  .navbar-toggle {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 996px) {
  .navbar-collapse.collapse {
    display:none !important;
  }
  
   .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible;
   }
}


/*@media (min-width: 768px) {*/
@media (min-width: 996px) {
  .navbar-collapse.collapse {
    display: block !important;
  }
}




/*@media (max-width: 767px) {*/
@media (max-width: 996px) {
  header .visible-xs {
    display: block !important;
  }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
 @media (min-width: 910px) and (max-width: 991px) {
  header .visible-sm {
    display: block !important;
  }
 }


/*@media (max-width: 991px) and (min-width: 768px) {*/
@media (min-width: 768px) and (max-width: 996px) {
		header .visible-sm {
		display: none!important;
	}
	
}



@media (max-width: 996px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

}



/*@media (min-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
}
}

/*@media  (min-width: 1199px) {*/
@media  (min-width: 996px) {
	header nav ul.mainMenu.flex { 
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom:11px;
	}
	
	
	
}

.slideout-menu  {
	 z-index:999;
}


@media  (max-width: 996px) {
	.slideout-menu  {
	   /* height: auto;*/
		position: fixed;
		/*left: 0;*/
		top: 0;
	   /* bottom: 0;*/
		right: -256px;
		width: 256px;
		-webkit-overflow-scrolling: touch;
		z-index: -1;
		/* pointer-events: none; */
		pointer-events: all;
		overflow: scroll;
	}	
}

.rwd .slideout-menu  {
	background-color: #f59d0e !important; /*#504a49*/
	/padding-top:15px;
	/*height:100%;*/
left:0px;
width:100%;
top:120px;
z-index:100;
	overflow:hidden;
	/* background-image: linear-gradient(145deg, #1D1F20, #404348); */
	
}

/*
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  */



footer 
{
	/*position: absolute;*/
	left: 0;
	bottom: -1px;
	/*height: 320px;*/
	width: 100%;


}







/*================== NAVBAR ==============================*/
	


/*@media (min-width: 768px) {*/
@media (max-width: 996px){
  .navbar-nav {
    float: none;
    margin: 0;
	display:block;
	width:100%;
  }
  .navbar-nav > li {
    float: none;
    border-bottom: 1px solid rgba(0,0,0,0.1)
  }
   .navbar-nav > li:last-child {
	    box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.10);
		margin-bottom: 30px;
   }
   
   .dropdown-menu {
	   padding: 0px;
   }
   
   .dropdown-menu > li {
		border-top: 1px solid #f59d0e;
		text-align: center;
   }
   
    .dropdown-menu>li>a {
		padding: 10px 0px;
   } 

   .navbar-collapse {
	   border:none !important;
   }
  
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	
  }
}




@media (min-width: 768px){
	.navbar {
		border-radius: none!important;
		margin-bottom:0;
	}
}


.nav,
.navbar,
.navbar-default{
    background-color: transparent !important; /* #424244 */
    color: #FFF;
    font-size: 17px;
    z-index: 3;
    border-radius: 0px!important;
}

.navbar {
    min-height: 0px; 
    margin-bottom: 0px; 
    border: 1px solid transparent;
}

@media (min-width: 768px){
	
	header.small .navbar-nav > li > a {
		padding-top:7px;
		padding-bottom:7px;
	}
}



.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{
   color: #504a49;
  background-color: #FFF;
    z-index: 3;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff!important;
  background-color: #504a49;
    z-index: 3;
}

.navbar .navbar-nav {
    display: inline-block!important;
    text-align: center!important;
      z-index: 3;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav.active,
.navbar.active,
.navbar-default.active{
  color: #FFF !important;
    z-index: 3;
}

.navbar-inverse {
    border: none !important;
      z-index: 3;
}


.navbar-inverse .navbar-nav>li>a:hover{
	  background-color: #41f0c9!important;
color: #FFF!important;
    z-index: 3;
}


nav > .container-fluid,
nav > .container-fluid .container {
	padding-left:0;
	padding-right:0;
}



.navbar-inverse .navbar-nav>li>a {
    color: #424244!important;
}

.horizontal-style {
    display: table;
    width: 100%
}

.horizontal-style li {
    display: table-cell;
}

.horizontal-style a {
    display: block;
    text-align: center;
    margin: 0 5px;
}

.caret{
  margin-left: 5px!important;
}

.dropdown-menu>li>a{
    font-size: 15px;
}

.dropdown-menu>li>a:hover{
    background-color: #41f0c9!important;
    color: #FFF;

}


/* Toogle Button */
.navbar-toggle {
	margin-top:2px;
	margin-bottom:14px;
	margin-right:0px;
}
nav .navbar-toggle.collapsed,
header .navbar-toggle.collapsed,
header .navbar-toggle.isOpened  {
	/*border-color: #fff;*/
	background-color:#fff;
}

nav .navbar-toggle,
nav .navbar-toggle:hover,
header .navbar-toggle,
header .navbar-toggle:hover {
	/*border-color: #ce3f2c;*/
	background-color:#d22172;
}



header .navbar-toggle:hover .icon{
	background-color: white;
}





nav .navbar-toggle .icon-bar,
header .navbar-toggle .icon-bar {
    background-color: #504a49;
}

.navbar-toggle .iconWrap {
	position: relative;
	display: block;
	width: 30px;
	height: 20px
}

.navbar-toggle .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #504a49;
	-webkit-transition: background-color .35s, -webkit-transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
	transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translateY(0)translateZ(0);
	transform: translateY(0)translateZ(0)
}


.navbar-toggle .icon.line_1 {
	top: 0
}

.navbar-toggle .icon.line_2 {
	top: 8px
}

.navbar-toggle .icon.line_3 {
	top: 16px
}

.navbar-toggle.isOpened .line_1 {
	-webkit-transform: translateY(8px)rotate(45deg);
	-ms-transform: translateY(8px)rotate(45deg);
	transform: translateY(8px)rotate(45deg)
}

.navbar-toggle.isOpened .line_2 {
	opacity: 0 !important;
	color:#002d73 !important;
}

.navbar-toggle.isOpened .line_3 {
	-webkit-transform: translateY(-8px)rotate(-45deg);
	-ms-transform: translateY(-8px)rotate(-45deg);
	transform: translateY(-8px)rotate(-45deg)
}



.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #504a49 !important;
}

.navbar-inverse .navbar-collapse.collapse.in {
    /*border-color: #ce3f2c;
	margin-top: 15px;*/
}


section#mainContents {
	position:relative;
	margin-top:160px;
	padding-bottom:100px;
}



/* Back to Top */
#backToTop {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
}
#backToTop a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  outline: none;
  border-radius: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #FFF;
  /*background: none repeat scroll 0% 0% #555;*/
  background-color:rgba(85,85,85,1.00)
}
#backToTop a:hover {
 opacity: 1;
  filter: alpha(opacity=100);
  background-color: /*#504a49*/#41f0c9;
}



/*================== NOTICIAS ==============================*/

.listNoticias {
	margin-top:20px;
	margin-bottom:40px;
	float:left;
}


.listNoticias ul li {
	z-index:100;
}



.listNoticias ul li:first-child {
	padding-left:0;
}

.listNoticias ul li:last-child {
	padding-right:0;
}

@media (max-width: 767px) {
	.listNoticias ul li {
		padding-right:0;
		padding-left:0;
		margin-bottom:20px;
	}
	
}

.listNoticias ul li > a {
	display:block;
}

.listNoticias ul li .wrapper {
	position:relative;
	width:100%;
	background-color:#fff;
	height:480px;
	overflow:hidden;
	
	float:left;
    clear: both;
    display: block;
    cursor: pointer;
	
}

.listNoticias ul li .wrapper .img {
	width:100%;
	max-height:320px;
	overflow:hidden;
	background-color:rgba(35,32,33,1.00)
}

@media (max-width: 767px) {
	.listNoticias ul li .wrapper,
	.listNoticias ul li .wrapper .img {
		height:auto !important;
	}
	
	.listNoticias ul li .wrapper .img {
		max-height:400px !important;
	}
}

.listNoticias ul li .wrapper .img img {
	width:100%;
	height:auto;visibility:visible; opacity:1;
}
.listNoticias ul li .wrapper .img {position:relative; }





.listNoticias ul li .caption {
	padding:20px 20px !important;
	color: #232021;
}

.listNoticias ul li .caption h2 {
	display:block;
	font-size:1.125em;/*18px;*/
	text-transform:none !important;
	margin-top: 0;
	margin-bottom:20px;
	color:rgba(25,25,24,1.00);
	text-align:left;
}

.listNoticias ul li a:hover .caption h2 {
	color:#504a49; /*#ce3f2c*/
}



.listNoticias ul li .caption span {
	color:rgba(51,51,51,1.00);
}

.listNoticias ul li .wrapper .imgHover,
.listNoticias ul li .wrapper .allHover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	color:rgba(255,255,255,1.00) !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.listNoticias ul li .wrapper .allHover{
	visibility:hidden;
}


.listNoticias ul li .wrapper .imgHover .fa,
.listNoticias ul li .wrapper .allHover .fa {
	color:white !important;
}

a:hover .allHover.visible {
	opacity:1;
}


.listNoticias ul li a:hover .wrapper .imgHover{
	opacity:1;
	/*background-color:rgba(176,188,33,0.5);*/
}

.listNoticias ul li a:hover .wrapper .img img {
	opacity:0.5 !important;
	
}


.listNoticias ul li  *{
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}


/*==========================================================
	6.UI-FORMS
============================================================*/ 

select.form-control:focus {box-shadow: none; border-color: rgba(60,60,59,1); outline:none;}

input::-moz-focus-inner { 
  border: 0; 
}


.searchWrap
input[type="text"],
input[type="search"],
.h-search-div,
li.search,
div.search,button,
.btn {
	 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type="search"] {
	-moz-appearance:    textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}


 input[type="text"],
 input[type="email"] {
	overflow: hidden;
	/*margin-bottom: 15px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	
}

input, textarea, select {
    outline: none;
	box-shadow: none;
}




.searchWrap{
	/*margin-right:30px;*/
	display: inline-block;
	position: relative !important;
	/*height: 60px;*/
	float: right;
	padding: 0;
	color:rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


 .searchWrap input[type="search"]{
	display: inline-block;
	border: none;
	outline: none;
	padding: 3px;
	background: none;
	z-index: 3;
	cursor: pointer;
	opacity:0.5;
	font-style:italic;
	width:85%;
 }
 
 
 input[type=text],  input[type=email],  input[type=password], textarea, select {
	display: block;
	width: 100%;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out .15s, 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;
}


.searchWrap .active input[type="search"]{
	opacity:1;
	cursor: text;
	font-style:normal;

}


 /*input[type=text], input[type=search], input[type=email], input[type=password], select {
	 height: 30px;
}*/



 input[type=text]:hover,  input[type=email]:hover,  input[type=password]:hover,
 input[type=text]:focus,  input[type=email]:focus,  input[type=password]:focus,
 textarea:hover,  textarea:focus {
	 border: 1px solid #424242;
} 
 

 .form-control:focus {
	  border: 1px solid #424242;
	  box-shadow:none;
 }

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type=password]:focus,
textarea:focus,
selection:focus {
	outline: none;
	box-shadow: none;
	background-color:#fff;

}

 button,  select,  textarea, input {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input, textarea, select{
	outline:none;
}


textarea {
  resize: vertical;
}





 .searchWrap button.fa-search {
	background-color:transparent;
	border:none;
	outline:none;
	color:rgba(255,255,255,1.00);
	transform: rotateY(180deg);

	/*position:absolute;
	top:0;
	left:0;*/
}


/* Validação de Form*/

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip  {
	background-color: #f7e700;
	color:#000;
	padding: 5px 7px;
}

span.wpcf7-not-valid-tip {
	margin-top: 3px;
}


div.wpcf7-validation-errors {
	margin-top: 10px;
}


span.wpcf7-not-valid-tip {
    color: #000 !important;
    font-size: 1em;
    display: block;
}


.header-grid-right{
	float:right;
    margin-top: 60px;
}

ul.header-icons li{
	display:inline-block;
	margin: 0px 4px;
}
@media (min-width: 996px) {
	header ul.social-icons{
		position:absolute;
		top:15px;
		right:15px;
	}
}


ul.social-icons li {
	display:inline-block;
	margin-right:3px;
}
ul.social-icons li:last-child {
	margin-right:0;
}

ul.social-icons li a{ 
	color:#504a49;
}

ul.social-icons li a:hover{ 
	color:#41f0c9;
}


@media (max-width: 905px) {
	ul.social-icons li a:hover{ 
		color:#41f0c9;
	}
}



ul.social-icons li a.facebook:hover{
	 color:white !important;
}

ul.social-icons li a.twitter:hover{
	color:white !important;
}

ul.social-icons li a.instagram:hover{
	color:white !important;
}

ul.social-icons li a.youtube:hover{
	color:white !important;
}


/*==========================================================
	2.CAROUSEL
============================================================*/

.carrocel{
    max-height:400px;
    height: 90%; 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat;
}

/* Carousel base class */
.carousel {
  margin-bottom: 20px;
	margin-top: 40px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
}

.carousel .img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 350px;
}


#myCarousel .carousel-inner .item .img-responsive{
 background-size: 100% auto; 

}

.carousel-indicators {
	bottom:-40px;
}
.carousel-indicators .active {
	background-color:#d22172;
	width:14px;
	height:14px;
	margin: 1px;
}

.carousel-indicators li {
	width:14px;
	height:14px;
	border-color:#d22172;
}

.carousel-control {
	width:5%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -25px;
	font-size: 50px;
}


/* ----------- DROPDOWN ------------ */


@media screen and (max-width: 999px) {
   .header-grid-right {
        margin-top: -60px;
    }
}

.navbar-nav>li>.dropdown-menu {
 background-color: #d22172!important;
}

.navbar-nav>li>.dropdown-menu.colapse {
 background-color: #41f0c9!important;
}

.dropdown-menu>li>a {
    color: #FFFFFF!important;
}

.dropdown-menu>li>a:hover {
    color: #504a49!important;
    background-color: #FFFFFF!important;
}

/*==========================================================
	3.DIV BACKGROUND
============================================================*/

.fundodiv{
	background-color: #efefef;
	margin-top: -20px;

}

.quemsomos{
	margin-top: 10px;
	margin-bottom: 0px;
}

/*==========================================================
	4. TYPO & LINKS & NAV 
============================================================*/

h1, h2, h3, h4, h5, dt { font-family: 'Roboto'; font-weight:700;}
h1, h2, h3, h4, dt { text-transform:uppercase;}

h3 {
	margin-top:10px;
	margin-bottom:10px;
}



@media (max-width: 1199px) {
	h1 {
		font-size: 1.750em; /*28px*/
		margin: .67em 0
	}

	h2 {
		font-size:1.250em;
	}

	h3 {font-size:1.125em; /*22px*/}

	h4 {font-size:1em; /*16px*/}
}


@media (min-width: 1200px) {
	h1 {
		font-size: 2em; /*32px*/
		margin: .67em 0
	}

	h2 {
		font-size:1.500em; /*24px*/
	}

	h3 {font-size:1.375em; /*22px*/}

	h4 {font-size:0.9em; /*18px*/}
}


.txt-large {
	font-size:1.125em;
}



section.product .headerContainer h1 {
	margin:0;
	margin-bottom:10px;
}


.metaText,
p.metaText,
.metaText p,
.metaText .icon {
	color:#888;
}

.metaText,
p.metaText,
.metaText p {
	font-size:0.9em;
}


.titulo-center{
	font-size: 22px;
	margin-top: 15px!important;
	margin-bottom: 10px;

}

.titulo-center2{
	font-size: 22px;
	margin-top: 10px;
        z-index:2;
	position:absolute;
}

.titulo-cat{
	text-align: left;
	font-size: 18px;
	margin-top: 90px;
	margin-bottom: 30px;
	color: #424242!important;
	font-weight:bold;
}

.titulo-cat ul li a {
	text-decoration:none!important;
}

.textonoticia ul li a {
	text-decoration:none!important;
}


.titulo-cat2{
	margin-top: 10px!important;
}

.titulo-left{
	text-align: left;
	font-size: 18px;
	margin-top: 30px;
}

.conteudo{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 0px;
}

.fontext{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.fontextnews{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 14px;

}

.titulonoticia{
	margin-top: 15px;
	font-size: 17px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	color:#424242!important;
	text-decoration: none!important;
}

.textonoticia{
	margin-top: 15px;
	font-size: 14px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color: #424242!important;
	text-decoration: none!important;
	 
}

.icon{
	color: #424242;
	margin-right: 10px;
}

.margbaixo{

	margin-bottom: 15px!important;
	margin-top: 20px!important;
}

.margbaixo2{


	margin-top: 30px!important;
}



/*==========================================================
	5.UI-BUTTONS 
============================================================*/ 


a.btn, .btn, a.btn-sm, .btn-sm {
	text-transform:uppercase;
	background-color: #d22172;
	color:rgba(255,255,255,1.00);
	border-radius:0;
}


a.btn, .btn {
	font-size: 1.2em;
}

a.btn-sm, .btn-sm  {
	font-size: 1em;
}

.btn-lg {
	padding: 7px 16px;
	font-size: 16px;
	line-height: 1.33333;
	border-radius: 4px;
	text-transform:uppercase;
}

.btn-white,
.btn-sm-white,
.btn-lg-white {
	background-color:rgba(255,255,255,1.00) !important;
	color: #504a49 !important;
}

.btn.focus, .btn:focus, .btn:hover,
.btn-sm.focus, .btn-sm:focus, .btn-sm:hover,
.btn-lg.focus, .btn-lg:focus, .btn-lg:hover  {
	color:rgba(255,255,255,1.00)  !important;
}


a.btn:hover,
.btn:hover,
.btn-white:hover,
a.btn:focus,
.btn:focus
.btn-white:focus,

a.btn-sm:hover,
.btn-sm:hover,
.btn-sm-white:hover,
a.btn-sm:focus,
.btn-sm:focus
.btn-sm-white:focus  {
	color:rgba(255,255,255,1.00) ;
	background-color: #41f0c9 !important;
}

.btn.grey:hover,
.btn.grey:focus,
a.btn.grey:hover,
a.btn-small.grey:focus,
.btn-sm.grey:hover,
.btn-sm.grey:focus,
a.btn-sm.grey:hover,
a.btn-sm.grey:focus {
	background-color:#504a49 !important;
	color:rgba(255,255,255,1.00)  !important;
}

.btn.grey,
a.btn.grey,
.btn-sm.grey,
a.btn-sm.grey{
	background-color:rgba(220,220,220,1.00) !important;
	color:rgba(51,51,51,1.00) !important;
}



.back:before {
	position: relative;
    display: inline-block;
    font-family: "FontAwesome"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f100";
    font-size: 1.2em;
    margin-right: 5px;
    opacity: 1;
    top: 0px;
    vertical-align: middle;
    transition: all 0.15s ease-in-out 0s;
}

.btn.more:after {
	position: relative;
    display: inline-block;
    font-family: "FontAwesome"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f101";
    font-size: 1.2em;
    margin-left: 5px;
    opacity: 1;
    top: 0px;
    vertical-align: middle;
    transition: all 0.15s ease-in-out 0s;
}



/*==================== FOOTER ==========================*/
	

.logosotinco{
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
	margin-top:10px;
	height: 65px;
	width: 230px;
	z-index: 3;
}

.margfooter{
	margin-top: 20px;
	margin-bottom: 20px;
        font-size: 14px;
	color: #FFFFFF!important;
}

.backfooter{
	background-color:#41f0c9!important;
}



/* ============ NOTICIAS / POSTS =================== */



/**** Start Blog Page Section ****/


.blog-section {
    
}

.blog-post {
	z-index:101;
    margin-bottom: 50px;
}
.blog-post .wrapper {
	margin-bottom:40px;
}

.blog-post .wrapper,
.blog-post .wrapper a {
	color: rgba(51,51,51,1.00);
}

.blog-post .post-head {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	max-height: 450px;
}

.blog-post .post-head .thumb-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: rgba(255,255,255,1.00) !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*.blog-post .post-head:hover .thumb-overlay {
	background-color: rgba(255,255,255,0.4);
}*/


.blog-post .post-head.img {
	background-color: rgba(35,32,33,1.00);
}

.blog-post .post-head .thumb-overlay i {
	font-size: 3em;
	color: rgba(0,0,0,0);
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -27px;
	margin-top: -19px;
}

.blog-post .post-head .thumb-overlay .fa {
	color: #504a49 !important;
}

.blog-post > a:hover .wrapper .thumb-overlay {
    opacity: 1;
    /*background-color: rgba(176,188,33,0.5);*/
}

.blog-post > a:hover .wrapper  .img img {
	opacity: 0.5 !important;
}

.blog-post > a:hover h2 {
	color:#504a49;
}



/*.blog-post .post-head:hover .thumb-overlay {
	background-color: rgba(255,255,255,0.4);
}*/


.blog-post .post-head img {
	width: 100%;
	height: auto;
}


.blog-post .post-type {
	position: absolute;
	left: 0;
	top: 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #444;
}

.blog-post .post-type i {
	font-size: 1.2em;
	color: #fff;
}

.blog-post.quote-post .post-type {
	top: 0;
}

.post-content h1 {
	margin-bottom: 4px;
    margin-top: 20px;
}

.post-content h1 a {
	color: #424242;
    font-size: 22px;
	font-weight: 300;
	text-decoration: none;
}

.blog-post.quote-post .qoute-box {
	background: #444;
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
	padding: 20px 25px;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box a {
	color: #999;
}

.blog-post.quote-post .qoute-box h1 {
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}

.blog-post.quote-post .qoute-box .qoute-author {
	margin-left: 5px;
}

.blog-post.quote-post .qoute-box .qoute-author:before, .blog-post.quote-post .qoute-box .qoute-author:after {
	content: " - "
}

.blog-post .post-slider {
	position: relative;
}

ul.post-meta {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.post-meta li {
	display: inline-block;
}

ul.post-meta li:after {
	content: "-";
	margin: 0 8px 0 8px;
}

ul.post-meta li:last-child:after {
	content: "";
	margin: 0;
}

ul.post-meta li, ul.post-meta li a {
	color: #424242;
    font-size: 15px;
}

.post-content p {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
}


.post-content a p {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

/*#504a49*/


/**** Start Sidebar Section ****/



.sidebar {
}
@media   (max-width: 768px) {
.sidebar { 
clear:both;
margin-top:100px;
}
}
.sidebar a {
	color: #888;
}

.sidebar a:hover {
	color: #504a49;
}


.sidebar .widget {
    overflow: hidden;
}

.widget {
    margin-bottom: 30px;
	 
    background: #fff;
    padding: 0 20px 20px 20px;
}

@media (min-width: 768px) {
.widget { 
margin-left: 30px;
}
}

.sidebar .widget ul {
	margin: 0;
}

.widget-search {
    padding-top: 20px;
}


.sidebar ul li {
    text-decoration: none;
    display: block;
}

.sidebar ul li:first-child {
	margin-top:30px;
}


.sidebar ul li a {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.sidebar .widget h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
    	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.sidebar .widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #ddd;
	margin: 0;
}

.widget-categories ul li {
    text-decoration: none;
    display: block;
	font-size:1.2em;
}

.widget-categories ul li a {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.widget-categories ul li:first-child a {
	padding-top: 0;
}

.widget-categories ul li a:hover {
	padding-left: 8px;
}

.sidebar .widget-popular-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}


.sidebar .widget-popular-posts li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
	float: left;
	margin-right: 8px;
}

.sidebar .widget-popular-posts .widget-content h5 {
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
	color: #bbb;
	font-size: 12px;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}


.pagination li{
	display: inline-block !important;
}


.pagination li span{
    padding: 10px 10px;
    background-color: #504a49;
    font-weight: bold;
    font-size: 0.8em;
    color:#fff;
}

.pagination li>span.current,
.pagination li>span.current:hover {
    background-color:#fff;
    color:#504a49;
}

/*.pagination li a.inactive {

}

.pagination li a.inactive span{
 color:#fff !important;
 text-decoration: none;
}*/


.pagination>li>a:hover, .pagination>li>span:hover, .pagination li a:hover span, .pagination li span:hover, 
.pagination>li>a:focus, .pagination>li>span:focus, .pagination li a:focus span, .pagination li span:focus {
    text-decoration: none;
	color: #FFFFFF!important;
    background-color: #41f0c9!important;
}

/*------------------------------------------*/
/*		    09 - Single post Styles
/*------------------------------------------*/

.blog-page, .blog-post-page {
	padding-top: 5px;
}

.blog-post-page .blog-post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.blog-post-page ul.post-meta {
	margin-bottom: 12px;
}


.post-bottom {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
}

.post-tags-list {
	float: right;
	padding-top: 6px;
}

.post-tags-list a {
	display: inline-block;
	color: #888;
	font-size: 12px;
	padding: 2px 8px;
	background: #eee;
	margin-bottom: 4px;
	border-radius: 2px;
}

.post-tags-list a:hover {
	color: #fff;
}


/* ============ CONTACTOS =======================*/

ul.address li {
	list-style:none;
	min-height: 1px;
	margin-bottom:7px;
	/*float: left;*/
}


ul.address li:before {
	position:relative;
	display: inline-block;
	font-family:"FontAwesome"!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	opacity: 1;
	font-size:18px;
	vertical-align: middle;
	/*transition: all 0.15s ease-in-out 0s ;*/
	
}

ul.address li.map:before {
	content:"\f041"; 
}

ul.address li.phone:before {
	content:"\f095"; 
}	

ul.address li.mobile:before {
	content:"\f10b"; 
}

ul.address li.envelope:before {
	content:"\f0e0"; 
}
	
ul.address li.fax:before {
	content:"\f1ac"; 
}
	

.contacinfo{
    font-size: 15px;
}

.margmap{
    margin-top: 30px;
}

.margcontact{
    margin-bottom: 10px;
}

.margneg{
    
	margin-top:-50px;
    z-index:1;
}
#map {
	width: 100%;
        height: 600px;
}


/* ==========================================
11.OUTROS PRODUTOS
============================================ */

.imgthumb{
	width:90px;
	height: 35px;
}

.imgmax{
	width:1400px;
	height: 500px;
}



.carousel-control.left, .carousel-control.right {
    background-image: none!important;
}


/* ------------ CAROUSEL 1 ---------- */

#carousel-custom {
    margin: 20px auto;
    width: auto;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 2 ---------- */

#carousel-custom2 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom2 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom2 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom2 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom2 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom2 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom2 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 3 ---------- */

#carousel-custom3 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom3 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom3 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom3 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom3 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom3 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom3 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 4 ---------- */

#carousel-custom4 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom4 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom4 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom4 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom4 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom4 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom4 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 5 ---------- */

#carousel-custom5 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom5 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom5 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom5 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom5 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom5 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom5 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 6 ---------- */

#carousel-custom6 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom6 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom6 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom6 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom6 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom6 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom6 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 7 ---------- */

#carousel-custom7 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom7 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom7 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom7 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom7 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom7 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom7 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 8 ---------- */

#carousel-custom8 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom8 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom8 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom8 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom8 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom8 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom8 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 9 ---------- */

#carousel-custom9 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom9 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom9 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom9 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom9 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom9 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom9 .carousel-outer {
    position: relative;
}


/* ------------ CAROUSEL 10 ---------- */

#carousel-custom10 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom10 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom10 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom10 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom10 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom10 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom10 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 11 ---------- */

#carousel-custom11 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom11 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom11 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom11 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom11 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom11 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom11 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 12 ---------- */

#carousel-custom12 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom12 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom12 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom12 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom12 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom12 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom12 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 13 ---------- */

#carousel-custom13 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom13 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom13 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom13 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom13 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom13 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom13 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 14 ---------- */

#carousel-custom14 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom14 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom14 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom14 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom14 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom14 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom14 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 15 ---------- */

#carousel-custom15 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom15 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom15 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom15 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom15 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom15 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom15 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 16 ---------- */

#carousel-custom16 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom16 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom16 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom16 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom16 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom16 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom16 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 17 ---------- */

#carousel-custom17 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom17 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom17 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom17 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom17 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom17 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom17 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 18 ---------- */

#carousel-custom18 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom18 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom18 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom18 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom18 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom18 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom18 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 19 ---------- */

#carousel-custom19 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom19 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom19 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom19 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom19 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom19 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom19 .carousel-outer {
    position: relative;
}

/* ------------ CAROUSEL 20 ---------- */

#carousel-custom20 {
    margin: 20px auto;
    width: auto;
}
#carousel-custom20 .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom20 .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom20 .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom20 .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom20 .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom20 .carousel-outer {
    position: relative;
}



@media screen   and (max-width: 1199px) {
	.carousel {
		margin-top:30px;
		margin-bottom: 20px;
	}

	.carousel .item {
	    height: 350px;
	}
}

@media   (min-width: 850px) and (max-width: 1199px) {
	.carousel {
		margin-top:10px;
		margin-bottom: 20px;
	}

	.carousel .item {
	    height: 300px;
	}
}

@media   (min-width: 750px) and (max-width: 850px) {
	.carousel {
		margin-top:10px;
		margin-bottom: 20px;
	}

	.carousel .item {
	    height: 300px;
	}
}


@media   (min-width: 650px) and (max-width: 750px) {
	.carousel {
		margin-top:0px;
		margin-bottom: 20px;
	}

	.carousel .item {
	    height: 300px;
	}
}


@media   (min-width: 500px) and (max-width: 650px) {
	.carousel {
		margin-top:20px;
		margin-bottom: 20px;
	}

	.carousel .item {
	    height: 200px;
	}
}

@media   (min-width: 400px) and (max-width: 500px) {
	.carousel {
		margin-top:0px;
		margin-bottom: 0px;
	}

.logotipo {
 
    max-width: 250px;
    z-index: 3;
}
	.carousel .item {
	    height: 200px;
	}
}



@media   (min-width: 1px) and (max-width: 400px) {
	.carousel {
		margin-top:0px;
		margin-bottom: 0px;
	}

.logotipo {
 
    max-width: 175px;
    z-index: 3;
}
	.carousel .item {
	    height: 150px;
	}
}

@media (max-width: 999px) {
	.btnsaber {
    margin-top: 0px;
}

	.fontext2 {
		margin-top: 50px
	}
}
 



/*********** produtos sotinco *******************/
.headerContainer ul li {
	    display: inline-block;
    margin-top: 0px;
    margin-bottom: 7px;
}
.headerContainer ul.sub-product {
border-top: 1px solid #ccc;
padding-top: 15px;
}


/*********** PRODUTOS SOTINCO *******************/

/* listProducts*/


section.product{
	background-color: rgba(244,244,244,1.00);
}

section.product a:not([class*="btn"]),
section.product a:not([class*="btn"]):active,
section.product a:not([class*="btn"]):visited{

	color:#74929;
}

section.product a:not(.btn):hover{
	color:#504a49;
}



section.product .headerContainer {
	background-color:rgba(255,255,255,1.00);
	padding:15px;
	margin-bottom:20px;
}
/*.navigationBreadcrumbs {
	padding: 10px 0px;
	margin-bottom: 0px;
}*/

section.product .headerContainer ul li,
section.product .headerContainer ul li a.btn{
	display:inline-block;
	margin-top: 0px; 
	margin-bottom:7px;
}

section.product .headerContainer ul li {
	margin-right:5px;
}


section.product .headerContainer ul li:last-child{
	margin-right:0px;
}


section.product .headerContainer ul.sub-product{
	border-top: 1px solid #ccc;
	padding-top: 15px;
}


section.product .headerContainer ul.sub-product li a{
	padding: 5px 5px;
	margin-bottom:5px;
}

section.product .headerContainer ul.sub-product li a:hover,
section.product .headerContainer ul.sub-product li.active a {
	background-color: #504a49;
	border-radius: 2px;
	color: white;
}

section.product .headerContainer ul.sub-product li +li:before {
	padding: 0 3px;
	color: #ccc;
	content: "|\00a0";
}


section.product .searchWrap {
	float:left;
	color:rgba(51,51,51,1.00);
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
	margin-bottom:20px;
}

section.product .searchWrap input[type="search"] {
	color: rgba(51, 51, 51, 0.5);
	width: 225px;
}

section.product .searchWrap input[type="search"]:focus{
color: rgba(51, 51, 51, 0.9);

}

section.product .searchWrap .active input[type="search"]{
	width:240px;
}

section.product input.search::-webkit-input-placeholder{
   color: rgba(51, 51, 51, 0.5);
}

section.product .searchWrap .active button.fa-search:hover {
	color: #504a49;
	cursor:pointer;
}

section.product input.search:-moz-placeholder { 
   color: rgba(51, 51, 51, 0.5);
}

section.product input.search::-moz-placeholder {  
   color: rgba(51, 51, 51, 0.5);  
}

section.product input.search:-ms-input-placeholder{  
   color: rgba(51, 51, 51, 0.5);
}


section.product .searchWrap button.fa-search{
	color:rgba(51,51,51,1.00)
}



section#listProducts .productListContainer {
	margin-left:-15px;
	margin-right:-15px;

}

section#listProducts .productListContainer .thumb {
	margin-bottom:15px;
	height:350px;
	position:relative;

}

section#listProducts .productListContainer .thumb .wrap {
	background-color:#fff;
	padding:20px 10px;
	height:100%;
}


section#listProducts .productListContainer .thumb-row {
	width:100%;
}

section#listProducts .productListContainer .thumb .wrap .img {
	width:50%;
}

section#listProducts .productListContainer .thumb .wrap .img img {
	width:100%;
	height:auto;
}
section#listProducts .productListContainer .thumb .wrap .name {
	width:50%;
	text-align:right;
	text-transform:uppercase;
}

section#listProducts .productListContainer .thumb .wrap .description {
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.875em;

	/*-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;*/
}


section#listProducts .productListContainer .thumb-row.more {
	border-top: 1px solid #ccc;
	padding:10px 0px;
}


section#listProducts .productListContainer .thumb .wrap .more,
section#listProducts .productListContainer .thumb .wrap .more a {
	font-size:0.875em;/*0.938em;*/
	font-weight:bold;
}



a[href$=".pdf"]:before,
a[href$=".jpg"]:before,
a[href$=".png"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".zip"]:before,
a[href$=".rar"]:before   {
	font-family:"FontAwesome"!important;
	margin-right:3px;
	font-weight:normal;
	font-size:14px;
}

a[href$=".pdf"]:before {
	content:"\f1c1";
}


a[href$=".jpg"]:before,
a[href$=".png"]:before {
	content:"\f1c5";
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
	content:"\f1c2";
}

a[href$=".xls"]:before {
	content:"\f1c3";
}

a[href$=".zip"]:before,
a[href$=".rar"]:before   {
	content:"\f1c6";
}




section#listProducts .productListContainer .thumb .wrap .more .fa-calculator{
	font-size:1.5em !important;
}


/*section#listProducts .productListContainer .thumb .wrap .hoverButtons*/
section#listProducts .productListContainer .thumb .hoverButtons {
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	position:absolute;
	/*height:100%;*/
	width:calc(100% - 30px);
	top:0;
	left:15px;
	background-color:rgba(255,255,255,0.7);
	opacity:0;
	visibility:hidden;
}



/*section#listProducts .productListContainer .thumb .wrap:hover .hoverButtons*/
section#listProducts .productListContainer .thumb:hover .hoverButtons {
	opacity:1;
	visibility:visible;
}

section#listProducts .productListContainer .thumb .hoverButtons a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




section#listProducts .productListContainer .thumb .hoverButtons [class*="fa-"] {
	font-size: 1.875em;
}



section#listProducts .pagination-wrapper {
	float: right;
	margin-right: 15px;
}

.pagination>li>a, .pagination>li>span {
	/*color:rgba(78,128,4,1.00);*/
	color: rgba(51,51,51,1.00);
}
.pagination>li>a:hover {
	/*color:rgba(78,128,4,1.00);*/
	color: rgba(51,51,51,1.00);
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: rgba(51,51,51,1.00);
	cursor: default;
	background-color:rgba(220,220,220,1.00);/* #5b5b5b;*/
	border-color:rgba(220,220,220,1.00);
}

.pagination>.next>a {
	color:rgba(255,255,255,1.00) !important;
	background-color:#504a49;
	 border-color: #504a49;
}

.pagination>.next>a:hover {
	color:rgba(255,255,255,1.00) !important;
	background-color:#504a49;
	border-color: #504a49;
}



/* Product View Large */
section#showProduct .product-view {
	padding-bottom:20px;
}

section#showProduct .product-view .imgWrapper{
	background-color:rgba(255,255,255,1.00);
	border-right:1px solid rgba(230,230,230,1.00);
	position:relative;
}

section#showProduct .product-view .imgWrapper{
	padding:20px;
}

section#showProduct .product-view .imgWrapper .img{
	padding:20px;
}

section#showProduct .product-view .imgWrapper .img img{
	width:100%;
	height:auto;
}

section#showProduct .product-view .imgWrapper .backList{
	position:absolute;
	left:0px;
	top:0;
	background-color:rgba(230,230,230,1.00);
	color:rgba(51,51,51,1.00);
	width:54px;
	height:54px;
}

section#showProduct .product-view .imgWrapper .backList:hover{
	background-color:#504a49;
	color: white;
	cursor:pointer;
	-webkit-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


section#showProduct .product-view .imgWrapper .back [class*="fa-"] {	
}

section#showProduct .product-view .description{
	background-color:rgba(255,255,255,1.00);
	padding-bottom:20px;
}

section#showProduct .product-view .description .header{
	border-bottom:1px solid rgba(230,230,230,1.00);
	padding-bottom:20px;

} 

section#showProduct .product-view .description .header .reference {
	position:absolute;
	right:15px;
	top:15px;
	display:block;
}
section#showProduct .product-view .description .header h3 {
	margin-top:30px;
}

section#showProduct .product-view .description .text  {
	padding: 20px 0px
}


section#showProduct .product-view .description .docs {
}


section#showProduct .product-view .description .docs ul,
section#showProduct .product-view .description .more-actions ul{
	list-style:none;
}
section#showProduct .product-view .description .docs ul li,
section#showProduct .product-view .description .more-actions ul li{
	display:inline-block;
	margin-right:10px;
}

section#showProduct .product-view .description .docs ul li:last-child,
section#showProduct .product-view .description .more-actions ul li:last-child{
	margin-right:0px;
}

section#showProduct .product-view .description .social img {
	width:auto;
}

section#showProduct .product-view .description .more-actions {
	margin-top:20px;
	margin-bottom:10px;
}

section#showProduct .product-view .description .more-actions [class*="fa-"] {
	font-size:1.375em;/*1.250em;*/
}

/************* catalogos **********************/
section#catalogues [class*="col-"] {
		margin-bottom:30px;
		overflow: hidden;
	}


	section#catalogues figure {
		text-align: center;
		cursor: pointer;
		/*background-color:rgba(78,128,4,1.00);*/
		background-color:rgba(51,51,51,1.00);
		overflow: hidden;
	}

	section#catalogues figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		/*opacity: 0.8;*/
	}

	section#catalogues figure img {
		opacity: 1;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}

	section#catalogues figure:hover img {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}



	section#catalogues figure figcaption {
		padding: 2em;
		color: #fff !important;
		/*font-size: 1.25em;*/
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	section#catalogues  figure figcaption::before,
	section#catalogues  figure figcaption::after {
		pointer-events: none;
	}

	section#catalogues  figure figcaption,
	section#catalogues  figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	section#catalogues  figure figcaption > a {
		z-index: 1000;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}

	section#catalogues  figure h2 {
color:rgba(50,50,50,1.00); font-weight:normal
		/*word-spacing: -0.15em;
		font-weight: 300;*/
	}

	/*section#catalogues  figure h2 span {
		font-weight: 800;
	}*/

	section#catalogues  figure h2,
	section#catalogues  figure p {
		margin: 0;
	}

	section#catalogues  figure p {
		letter-spacing: 1px;
		font-size:80%; /*68.5%;*/
	
	}


	section#catalogues figure figcaption {
		text-align: right;
	}

	/*section#catalogues figure h2,*/
	section#catalogues figure p {
		position: absolute;
		right: 30px;
		left: 30px;
		padding: 10px 0;
		color:#fff;
	}


	section#catalogues figure p {
		bottom: 30px;
		line-height: 1.5;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	section#catalogues figure h2 {
		top: 30px;
		position: absolute;
		right: 30px;
		left: 30px;
		padding: 5px;
		background-color:rgba(255,255,255,0.5);
	
		-webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
		transition: background-color 0.35s,  padding 0.35s, transform 0.35s;
	
	
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}


	section#catalogues figure:hover h2,
	section#catalogues figure:hover p { 
		right: 30px;
		left: 30px;
	
		color:#fff;
	}

	section#catalogues figure:hover h2 {
		padding: 10px 0;
		background-color:rgba(255,255,255,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	
	}

	section#catalogues figure h2::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 4px;
		background: #fff;
		content: '';
		-webkit-transform: translate3d(0,40px,0);
		transform: translate3d(0,40px,0);
	}

	section#catalogues figure h2::after,
	section#catalogues figure p {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

	section#catalogues figure:hover h2::after,
	section#catalogues figure:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

@media (MAX-width: 992px) {
.container {
width:100%
}}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 545px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }
section#listProducts .productListContainer .thumb {
height:450px
}
    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }

}    

@media (max-width: 767px) {
.margfooter {
margin-bottom:0px;
margin-top:10px;
}
}



	/* SITE MAP */

	#portal-sitemap {
	    list-style: none;
	    margin-left: 0;
	    font-size: 100%;
	    font-weight: bold;
	
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;
	    align-content: center;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}

	@media all and (max-width: 1199px) {
		#portal-sitemap {
		    -webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;

		}
	}



	#portal-sitemap > li {
	    /*border-bottom: 0.1em dotted #ddd;
	    line-height: 1.8em;
	    padding: 0.25em 1em;
	    margin-bottom: 0;*/
		border:0;
		margin-bottom: 30px;
		padding:0;
		margin-right:30px !important;
	
	}

	#portal-sitemap > li:last-child {
		margin-right:0 !important;
	}


	#portal-sitemap li {
	    list-style: none;
	    margin-left: 0;
	}


	#portal-sitemap > li > div {
		background-color:#504a49;
		padding:10px 15px;
		  -webkit-transition: all ease-in-out 0.15s;
	  -o-transition: all ease-in-out 0.15s;
	  transition: all ease-in-out 0.15s;
	}

	#portal-sitemap > li > div:hover {
		opacity:0.20;
	}

	#portal-sitemap > li > div > a {
		color:rgba(255,255,255,1.00);
		text-align:center;

	}




	#portal-sitemap a {
	    border-bottom: none;
	    display: block;
	
	}

	#portal-sitemap .navTreeLevel2, #portal-sitemap .navTreeLevel2 ul {
	    /*font-size: 85%;*/
	    font-weight: normal;
	    margin-bottom: 0;
	    padding: 0.25em 0;
	}


	#portal-sitemap > li > ul  {
		margin-left:15px;
		margin-top:10px;
	}


	#portal-sitemap > li,
	#portal-sitemap > li ul li {
	  position: relative;
	}



	@media all and (min-width: 1200px) {

		#portal-sitemap > li::before {
			content: "";
			display: inline-block;
			width: 13px;
			border-top: 1px rgba(110,110,110,1.00) dotted;
			position: absolute;
			top: 20px;
			left: -15px;
		}
	
	
	
		#portal-sitemap > li::after {
			content: "";
			display: inline-block;
			width: 13px;
			border-top: 1px rgba(110,110,110,1.00) dotted;
			position: absolute;
			top: 20px;
			right: -14px;
		}
	
		#portal-sitemap > li:first-child::before {
			 border-top: none;
		}
	
		#portal-sitemap > li:last-child::after {
			 border-top: none;
		}
	}


	@media all and (max-width: 1199px) {
	
		#portal-sitemap > li {
			margin-left: 15px;
		}
	
	
		#portal-sitemap > li::before {
		  content: "";
		  display: inline-block;
		  width: 15px;/*3rem*/
		  height: 23px;
		  border-left: 1px rgba(110,110,110,1.00) dotted;
		  position: absolute;
		  border-bottom: 1px rgba(110,110,110,1.00) dotted;
		  left:-15px;
		}
	
		#portal-sitemap > li:first-child::before {
			border-left: none;
		}
	
		#portal-sitemap > li:first-child::after {
			height: calc(100% + 6px);
			top: 23px;
		}

	
		#portal-sitemap > li::after {
		  content: "";
		  display: inline-block;
		  width: 15px;/*3rem*/
		  height: calc(100% + 29px);
		  border-left: 1px rgba(110,110,110,1.00) dotted;
		  position: absolute;
		  top: 0px;
		  left:-15px;
		}
	}

	#portal-sitemap > li:last-child::after {
			 border: none;
		}


	#portal-sitemap > li > ul li::before {
	  content: "";
	  display: inline-block;
	  width: 15px;/*3rem*/
	  height: 23px;
	  border-left: 1px rgba(110,110,110,1.00) dotted;
	  position: absolute;
	  top: -0.75rem;
	  border-bottom: 1px rgba(110,110,110,1.00) dotted;

	}

	#portal-sitemap > li ul > li > div {
	    margin-left: 20px;
	}
.margempresabot div {
margin-top:10px;
}

/** catalogos mobile */
section#mobile figure figcaption > p{

	opacity: 1;
	bottom:200px;
}
@media only screen and (min-device-width: 481px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

section#mobile figure h2 {

	font-size: 40px;
}
	section#mobile figure figcaption > p{

	opacity: 1;
	bottom:500px;
	font-size:30px;
}

}
@media screen and (min-device-width: 481px) and (orientation:portrait)  {
section#mobile figure h2 {

	font-size: 40px;
}
	section#mobile figure figcaption > p{

	opacity: 1;
	bottom:500px;
	font-size:30px;
}
}

section#mobile  [class*="col-"] {
		margin-bottom:30px;
		overflow: hidden;
		 
	}


	section#mobile  figure {
		text-align: center;
		cursor: pointer;
		/*background-color:rgba(78,128,4,1.00);*/
		background-color:rgba(51,51,51,1.00);
		overflow: hidden;
		height: auto;

	}

	section#mobile  figure img {
		position: relative;
		display: block;
		height: auto;
		 width: 100%;
		 min-height: auto !important;

		/*opacity: 0.8;*/
	}

	section#mobile  figure img {
		opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		   opacity: 0.6;
    background-color: rgba(255,255,255,0);
	}

 


	section#mobile  figure figcaption {
		padding: 2em;
		color: #fff !important;
		/*font-size: 1.25em;*/
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	section#catalogues  #mobile  figure figcaption::before,
	section#catalogues  #mobile  figure figcaption::after {
		pointer-events: none;
	}

	section#mobile  figure figcaption,
	section#mobile  figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	section#mobile  figure figcaption > a {
		z-index: 1000;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}

	section#mobile  figure h2 {
color:rgba(50,50,50,1.00); font-weight:normal
		/*word-spacing: -0.15em;
		font-weight: 300;*/
	}

 

	section#mobile  figure h2,
	section#mobile  figure p {
		margin: 0;
	}

	section#mobile  figure p {
		letter-spacing: 1px;
		font-size:80%; /*68.5%;*/
	
	}


	section#mobile  figure figcaption {
		text-align: right;
	}

	/*section#catalogues figure h2,*/
	section#mobile  figure p {
		position: absolute;
		right: 30px;
		left: 30px;
		padding: 10px 0;
		color:#fff;
	}


	section#mobile  figure p {
		bottom: 30px;
		line-height: 1.5;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	section#mobile  figure h2 {
		top: 30px;
		position: absolute;
		right: 30px;
		left: 30px;
		padding: 5px;
		background-color:rgba(255,255,255,0.5);
	
		-webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
		transition: background-color 0.35s,  padding 0.35s, transform 0.35s;
	
	
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}


 
 

	section#mobile  figure h2::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 4px;
		background: #fff;
		content: '';
		-webkit-transform: translate3d(0,40px,0);
		transform: translate3d(0,40px,0);
	}

	section#mobile  figure h2::after,
	section#mobile figure p {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}

 

/* LOGOS */
/*@media all and (min-width: 1200px) {
	.logos {
		height:200px;
	
	}
}

@media  (min-width: 768px) and (max-width: 1199px) {
	.logos {
		height:160px;
	}
}


@media  (min-width: 568px) and (max-width: 767px) {
	.logos {
		height:180px
	}
}

@media  (min-width: 400px) and (max-width: 567px) {
	.logos {
		height:120px
	}
}


@media  all and (max-width: 399px) {
	.logos {
		height:70px
	}
}*/



.logos {
	padding:10px;
	background-color:#fff;
	overflow:hidden;
}

.logos img {
          min-width:100%;
	max-height:100%;
}

/**** quem somos ***/

#quemsomos ul{
list-style-type:disc;
padding-left:50px;
}

#quemsomos ul li ul{
list-style-type:circle;
padding-left:25px;
}

/*  servicos  */

#servicos ul{
list-style-type:disc;
padding-left:50px;
}

#servicos ul li ul{
list-style-type:circle;
padding-left:25px;
}



/*section#media h5.video:before {
    content: "\f03d"}*/
section#media h5.audio:before {
    content: "\f130"}
section#media h5:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(51, 51, 51, 1);
    content: '';
    margin-top: 3px;
}
section#media [class*=col-]:hover h5, section#media [class*=col-]:hover h5:before {
    color:#504a49!important;
}
section#media [class*=col-]:hover h5:after {
    background: #504a49!important;
}
section#media figure {
    text-align: center;
    cursor: pointer;
    background-color: rgba(51, 51, 51, 1);
    overflow: hidden;
}
section#media figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
section#media .hoverButtons, section#media .hoverButtons a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
section#media [class*=col-]:hover figure img {
    opacity: .2;
    -webkit-transform: scale(1);
    transform: scale(1);
}
section#media .hoverButtons {
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
section#media [class*=col-]:hover .hoverButtons {
    opacity: 1;
    visibility: visible;
}
section#media .hoverButtons [class*=fa-] {
    font-size: 1.875em;
}

section#media h5 {
    position: relative;
    min-height: 35px;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}




@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        position: absolute;
        right: 15px;
    }
    .navbar .navbar-nav {
    	 width:100%;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
         
    }
}

.navbar-inverse .navbar-nav>li>a {

    text-transform: uppercase;
    font-size: 16px;
}

.nav>li>a {
    
    padding: 10px 9px;
}
