
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,300,500,200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);


/*************************
*******Typography******
*************************


	font-family: 'Dosis', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;

*/
body {
  padding-top: 100px;
  background: #ffffff;
font-family: "Open Sans", arial, sans-serif;
  font-weight: 400;
  color: #5a5a5a;
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
font-family: "Open Sans", arial, sans-serif;
  color: #272727;

}

h1 {
  font-size: 200%;

}



@media only screen and (max-width: 768px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 75%;
}
}


a {
  color: #25bcb2;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1e948d;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #dedede;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}


#bg_cinza {
	width						: 100%;
	height						: 400px;
	margin						: 0px auto;
	margin-bottom				: 60px;
	z-index:0;
/*	background					: #434343; */
	padding						: 30px 0px 30px 0px;
}





.section-header{
margin-bottom:50px;
}

.section-header .section-title{
  text-transform: uppercase;
color:#272727;
position:relative;
padding-bottom:20px;
margin:0 0 20px;

font-family: "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
  letter-spacing: 0px;
}

.section-header .section-title:before{
content:"";
position:absolute;
width:140px;
bottom:0;
left:50%;
margin-left:-70px;
height:1px;
background: #25bcb2;
}
.section-header .section-title:after{
content:"";
position:absolute;
width:24px;
height:24px;
bottom:-11px;
left:50%;
margin-left:-12px;
border:5px solid #fff;
border-radius:20px;
background: #1e948d;
}

@media only screen and (max-width: 768px) {
.section-header .section-title{
font-size:22px;
}

.section-header .section-title:before{
width:100px;
margin-left:-50px;
}
}







#navprodutos {
  margin-top: 0px;
  padding: 10px 20px; 
  background: #efefef; 
}

#navprodutos .btn {
  margin-top: 10px;
  margin-right: 1%;  
  text-align: center;  
  color: #ffffff;
  background: #25bcb2;
  border-radius: 0px;  
  border: 0px;    
  text-transform: uppercase;
  padding: 24px 34px 24px 34px;
 font-size: 22px;
  margin-bottom: 20px;
}

#navprodutos .btn:hover {
  color: #ffffff;
  background: #1e948d;

}

#navprodutos a {
  color: ;
}
#navprodutos a:hover,
#navprodutos a.active {
  color: ;
}

#navprodutos h5 {
  color: #1e948d;
}





@media only screen and (max-width: 768px) {

#navprodutos {
  margin-top: 20px;
  padding: 20px 0px 0px 0px;
 
}
#navprodutos .btn {
width: 30%;
}
}






.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #25bcb2;
  border-color: #1e948d;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #1e948d;
}


.btn.btn-default {
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
}
.btn.btn-default:hover,
.btn.btn-default:focus {


}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #25bcb2;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #25bcb2;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
    background: rgba(255,255,255, 0.9);

  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 16px 15px 16px;
}
  .navbar-default .navbar-nav > li > a {
	 color: #505454;
  }
 .navbar-default .navbar-nav > li.active > a,
 .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li:hover > a {  
	 color: #49c7cf;
  }
  
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255,255,255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600; 
  font-size: 12px;
font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;

  color: #505454;
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
	 color: #505454;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
  	 color: #49c7cf;

    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #25bcb2;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #25bcb2;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #25bcb2;
    background-color: transparent;
  }
}


@media only screen and (max-width: 768px) {
  .header_nav {
    font-family: 'Dosis', sans-serif;
    font-size: 9px;
	color: #dedede;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px; 
	clear: both;  
  }
  .header_nav a {

	 color: #dedede;
  }
  .header_nav a:hover {
	 color: #1e948d;
  }
}
@media only screen and (min-width: 768px) {

  .header_nav {
      font-family: 'Dosis', sans-serif;
  font-size: 12px;
	color: #dedede;
	text-transform: uppercase;
	padding: 10px 34px 0px 0px; 
	clear: both;  
  }
  .header_nav a {
	 color: #dedede;
  }
  .header_nav a:hover {
	 color: #1e948d;
  }
}




#main-slider {
  overflow: hidden;
background: rgb(238,238,238);
background: linear-gradient(180deg, rgba(238,238,238,1) 10%, rgba(204,204,204,1) 100%);
}
@media only screen and (max-width: 738px) {
#main-slider .item {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}

@media only screen and (min-width: 739px) {
#main-slider .item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}
@media only screen and (min-width: 1200px) {
#main-slider .item {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}

@media only screen and (min-width: 1382px) {
#main-slider .item {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}
@media only screen and (min-width: 1682px) {
#main-slider .item {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1e948d;

}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  

}
#main-slider .slider-inner h2 > span {
	background-color: #7f8c8d;
	padding: 4px 12px 4px 12px;  
	}
	
#main-slider .slider-inner p {
  margin-top: 10px;
  color: #ffffff;
  	
}
#main-slider .slider-inner p > span {
	background-color: #7f8c8d;
	padding: 4px 12px 4px 12px; 
	}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #dedede;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 60px;
  width: 60px;
  line-height: 58px;
  text-align: center;
  border-radius: 0px; 
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #25bcb2;
}
#main-slider .owl-prev {
  left: 0px;
  text-indent: 0px;
}
#main-slider .owl-next {
  right: 0px;
  text-indent: 0px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #25bcb2;
}
#progressBar {
  margin-top: -40px;
  margin-bottom: 36px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 60px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 0px;
}
#cta2 {
/*  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover; */
  color: #dedede;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #dedede;
  line-height: 1;

}
#cta2 h2 > span {
  color: #25bcb2;
}
#features {
  padding: 100px 0;
}
#features h2 {
/*  font-size: 34px; */
}

@media only screen and (max-width: 768px) {
#features{
  width: 94%;

}

}



#features .media.service-box:first-child {
  margin-top: 30px;
}

#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #25bcb2;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #dedede;
  border-radius: 20px;
  background: #25bcb2;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #dedede;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media-img {

  height: 90px;
  line-height: 84px;
  text-align: center;
  width: 90px;
  border: 2px solid #efefef;
  border-radius: 100%; 
  color: #25bcb2;
   position: relative;
}





#portfolio {
  padding: 60px 0;
  background: #eaeaea;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
  font-size: 14px;  
  font-weight: 600;
}


@media only screen and (max-width: 768px) {
#portfolio .portfolio-filter {
font-size: 11px;
  margin: 0 0 10px;
}

}


#icones-produtos{
  margin-bottom:220px;
}


#portfolio .portfolio-icones {
  width: 15%;
  float: left;
  padding: 15px;
  margin: 2.5%;
}
#portfolio .portfolio-icones .portfolio-cat {
      width: 10%;
    position: absolute;
}
#portfolio .portfolio-icones .portfolio-cat:before {
content:"";
position:absolute;
top: 70px;
width: 100%;
margin-left: -50%;
height: 90px;
border:1px solid #ccc;
z-index :   1 ; 
  background: #ffffff;
}
.imgover{
  position: relative;
z-index :   2 ; 
  padding: 15px;
    width: 110px;
}
#portfolio .portfolio-icones .portfolio-cat_int {
content:"";
position:absolute;
  padding: 15px;
z-index :   2 ; 
  top: 110px;
  width: 100%;
  font-size: 140%;
  
  padding-bottom: 8px;


font-family: "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
  letter-spacing: 0px;


text-transform: uppercase;
color: #252525;
 border-bottom: 6px solid rgba(37,188,178, 0.9);
}

@media only screen and (max-width: 1280px) {

#portfolio .portfolio-icones .portfolio-cat_int {
    font-size: 80%;
}
}


@media only screen and (max-width: 1024px) {

#portfolio .portfolio-icones .portfolio-cat:before {
top: 40px;

}

.imgover{
  position: relative;
z-index :   2 ; 
  padding: 10px;
  width: 90px;
}

#portfolio .portfolio-icones .portfolio-cat_int {
  top: 94px;
    font-size: 70%;
}
}


@media only screen and (max-width: 768px) {


#icones-produtos{
margin-top: -30px;
  margin-bottom:90px;
}
#portfolio .portfolio-icones {
  width: 88%;
  float: left;
  padding: 5px;
  margin: 6%;
  height: 110px;
}
#portfolio .portfolio-icones .portfolio-cat {
    position: absolute;
      width: 88%;
}


#portfolio .portfolio-icones .portfolio-cat:before {
top: 40px;
width: 100%;
margin-left: -50%;
height: 95px;
border:1px solid #ccc;
z-index :   1 ; 
  background: #ffffff;
}
.imgover{
  position: relative;
z-index :   2 ; 
  padding: 10px;
  width: 100px;
}


#portfolio .portfolio-icones .portfolio-cat_int {
content:"";
position:absolute;
z-index :   2 ; 
  top: 102px;
  font-size: 90%;
width: 100%;
  padding: 5px;
}
}










#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 8px 22px;
  background: #dedede;
  color: #777777;
  position: relative;

/*  margin: 2px 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #1e948d;
  border-radius: 4px; */
}

@media only screen and (max-width: 768px) {
#portfolio .portfolio-filter > li a {
  padding: 2px 5px;
  display: block;
  background: #dedede;
  color: #777777;
  position: relative;

}



}

#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #25bcb2;
  color: #ffffff;
/*   border-radius: 4px;  */
	box-shadow: 0 -3px 0 0 #1e948d inset;
  -webkit-box-shadow: 0 -3px 0 0 #1e948d inset;
}
#portfolio .portfolio-filter > li a.active:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: #1e948d transparent transparent transparent;

}




#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px; */
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
#portfolio .portfolio-item {
  width: 99.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #1e948d transparent transparent transparent;
}

}

#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #25bcb2;
  color: #dedede;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #dedede;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #dedede;
  box-shadow: 0 0 0 2px #dedede;
  -webkit-box-shadow: 0 0 0 2px #dedede;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}





#portfolio .icone-galeria {
width: 23%; height: 170px; float: left; margin-right:2%; margin-bottom:2%;
}

@media only screen and (max-width: 768px) {

#portfolio .icone-galeria {
portfolio: 30%; height: 100px; float: left; margin-right:0%; margin-bottom:2%;
}

}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
/*  background: #333333 url(../images/bg.jpg) no-repeat 0 0; 
  background-size: cover;*/
  padding: 40px 0;
  color: #dedede;
}
#testimonial h2 {
  color: #dedede;
  margin-bottom: 0;
}
#testimonial h4 {
  color: #dedede;
  margin-bottom: 0;
}
#testimonial img {
  border-radius: 100px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
#about img {
  margin: 0px 0px 10px 0px;  
  padding: 0;    
}
}


/***********************
********* Footer ******
************************/

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #dedede;
  background: #505454;
}
#footer a {
  color: #dedede;
}
#footer a:hover {
  color: #25bcb2;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 0px;
}
  #footer .copy {
  margin: 0 0px;
  }
    #footer .siteby {
    float: left;
  }



/***********************
********* Stores ******
************************/
#stores {
  padding-top: 0px;
  padding-bottom: 30px;

  background: #fff;
}
#stores p {
margin-top:8px; font-size:10px;

}


#stores a {
  color: #1e948d;
}
#stores a:hover {
  color: #25bcb2;
}
#stores ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#stores ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #stores .copy {
  margin: 0 0px;
  }

#stores h2 {
  color: #25bcb2;
  font-size:30px; 
  margin-left: 14px;  
  text-decoration: normal;
 
}

#enderecos {
/*  background: #bf0000;
  color: #fff;
  box-shadow: 0 -3px 0 0 #999999 inset;
  -webkit-box-shadow: 0 -3px 0 0 #999999 inset; */
    font-size: 13px;
  line-height: 1.5;
  width:50%; 
  float:left; 
  padding-right:20px;
}
#enderecos_texto {
width:100%; 
float:left; 
padding-right:20px;
}

#enderecos ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#enderecos ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.mask {
	background: rgba(37,188,178, 0.4);
	color: #fff;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
	padding: 6px 12px;
    min-width: 90px;
  border-bottom: 4px solid rgba(30,148,141, 0.4);
}

@media only screen and (max-width: 768px) {
  #enderecos {
  font-size: 12px;
  line-height: 1.4;
  width:100%; 
  padding-right:0px;
}
  #enderecos_texto {
	width:100%; 
}
.mask {
	padding: 5px 10px;
    min-width: 80px;
  border-bottom: 4px solid rgba(30,148,141, 0.4);
}
}



#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #dedede;
}
#work-process h2 {
  color: #dedede;
}
#work-process h3 {
  color: #dedede;
  margin-bottom: 0;
  font-size: 18px;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #25bcb2;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #25bcb2;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}




#client-list {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: ; */
}

/* Clients Section */
#tf-clients{
	background: url(../images/client/bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #dedede;

}



#get-in-touch h1,
#get-in-touch h2 {
  color: #dedede;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  color: #dedede;
  background: #222534;
  border: 3px solid #dedede;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 60px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #25bcb2;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #25bcb2;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 0px 0px -15px;
  position: relative;
      width: 50%;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  bottom: -10px;
  left: 50%;  
  margin-left: -30px;  
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #25bcb2;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #25bcb2;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #25bcb2;
}

@media only screen and (max-width: 768px) {
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px -25px 0px -15px;
  position: relative;
    width: 100%;

}
}






#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37,188,178, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

/***********************
********* Contato ******
************************/
#contato {

}
#contato a {
  color: #000;
}
#contato a:hover {
  color: #25bcb2;
}
#contato ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#contato ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #contato .copy {
  margin: 0 0px;
  }
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}
#map-block iframe {
    display: block;
}






#POPModal .modal-content{
    border-radius: 0px; 
  border: 0;
}

#POPModal .modal-body{
    padding: 2% 10% 5% 10% ;
border: 0px;
}


#POPModal .modal-header{
border: 0px;
}

#POPModal .modal-footer{
border: 0px;
}

#POPModal h3{
font-family:"";
  letter-spacing: 1px;

  font-weight: 500;
}
#POPModal p{

  font-weight: 400;
}


.modal-dialog {
width: 98%;
background: rgba(255,255,255, 0.8);

}
.modal-footer .btn {
padding: 4px 2% 4px 2%;
 background: transparent;
  color: #dedede;
}
.modal-footer .btn:hover {
padding: 4px 2% 4px 2%;
  color: #1e948d;
}


 @media only screen and (min-width: 769px) {

.modal-dialog {
width: 50%;
background: #ffffff;

}
}







/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

 .scroll-top-wrapper  { 
     position :   fixed ; 
	 opacity :   0 ; 
	 visibility :   hidden ; 
	 overflow :   hidden ; 
	 text-align :   center ; 
	 z-index :   99999999 ; 
     background-color :   #25bcb2 ; 
	 color :   #eeeeee ; 
	 width :   50px ; 
	 height :   48px ; 
	 line-height :   48px ; 
	 right :   12px ; 
	 bottom :   24% ; 
	 padding-top :   2px ; 
	/* border-top-left-radius :   10px ; 
	 border-top-right-radius :   10px ; 
	 border-bottom-right-radius :   10px ; 
	 border-bottom-left-radius :   10px ; 
*/
	 -webkit-transition :   all   0.5s   ease-in-out ; 
	 -moz-transition :   all   0.5s   ease-in-out ; 
	 -ms-transition :   all   0.5s   ease-in-out ; 
	 -o-transition :   all   0.5s   ease-in-out ; 
	 transition :   all   0.5s   ease-in-out ; 
 } 
 .scroll-top-wrapper:hover  { 
	 background-color :   #1e948d ; 
 } 
 .scroll-top-wrapper.show  { 
     visibility : visible ; 
     cursor : pointer ; 
	 opacity :   1.0 ; 
 } 
 .scroll-top-wrapper i.fa  { 
	 line-height :   inherit ; 
 } 






/* ///////////// FLOAT BUTTONS /////////////// */



#pops .tooltip{
    position:absolute;
    margin-right: 0px;

}
#pops .tooltip .tooltip-arrow{
 margin-right: 0px;
}
#pops .tooltip .tooltip-inner{
    margin-right: 0px;
width:90px;
padding:15px 15px;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}

#pops .float{
    position:fixed;
width: 60px;
    height: 60px;
    bottom:90px;
    right:20px;
    background-color:rgba(119,119,119, 0.99);
    color:#FFF;
    border-radius:40px;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out;
padding:8px 8px 8px 8px;

}

#pops .whatsapp {
 background-color:#46a15c; 
    position:fixed;
width: 60px;
    height: 60px;
    bottom:150px;
    right:20px;
    color:#FFF;
    border-radius:0px;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out; 
}    


#pops ul{
    position:fixed;
    right:20px;
    bottom:140px;
    z-index:100;
  
}
 @media only screen and (min-width: 769px) {
#pops .float{
    bottom: 90px;
    right: 20px;
    border-radius:50%;

}
#pops .whatsapp {
    bottom:130px;
}
#pops ul{

}
}

.apiwhatsapp{
position:fixed;
width:60px;
height:60px;
bottom:20px;
right:20px;
background-color:#25d366;
color:#FFF;
border-radius:50%;
text-align:center;
font-size:30px; 
z-index:9999;
}

#pops ul li{
    list-style:none;
    right: 20px;    
    margin-bottom:10px;
    background-color:#000;
    border-radius:50%;
    width:60px;
    height:60px;
    text-align:center;
    padding:8px 8px 8px 8px;    

}
#pops ul li a{
    color:#FFF;
    display:block;
}

#pops .phone { background-color:#6bb47c; transition-delay: 150ms;}    
#pops .mail { background-color:#595959; transition-delay: 200ms;}    
#pops .instagram { background-image: linear-gradient(to bottom left, rgba(234, 26, 140, 0.9), rgba(254, 134, 82, 0.9)); transition-delay: 250ms;}    
#pops .facebook { background-color:rgba(59,73,129, 0.99); transition-delay: 300ms;}    
#pops .youtube { background-color:rgba(231,23,23, 0.99); transition-delay: 350ms;}    

#pops .linkedin { background-color:rgba(4,116,179, 0.99); transition-delay: 350ms;}    
#pops .vimeo { background-color:rgba(63,197,235, 0.99); transition-delay: 350ms;}    
#pops .pinterest { background-color:rgba(221,29,44, 0.99); transition-delay: 350ms;}    
#pops .twitter { background-color:rgba(63,197,235, 0.99); transition-delay: 350ms;}    



#pops .tops { background-color:rgba(37,188,178, 0.99); transition-delay: 400ms;}    



#pops ul:hover{
    visibility:visible!important;
    opacity:1!important;
}
#pops .my-float{
    font-size:24px;
    margin-top:11px;
}
#pops a#menu-share + ul{
  visibility: hidden;
}
#pops a#menu-share:hover + ul{
  visibility: visible;
  animation: scale-in 0.5s;
}
#pops a#menu-share i{
    animation: rotate-in 0.5s;
    font-weight: 300;
}
#pops a#menu-share:hover > i{
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0%   {bottom:-3%}
    50%  {bottom:3%}
}
@keyframes scale-in {
    from {transform: scale(0.9);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-out {
    from {transform: rotate(360deg);}
    to {transform: rotate(0deg);}
}

















 #footer .social-icons li {
  display: inline-block;
  margin: 8px 8px;
}


@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: left;
    padding: 10px 10px;
  }
#footer .social-icons li {
  display: inline-block;
  margin: 8px 5px;
}

  #footer .copy {
    float: left;
    padding: 10px 0px;    
  }
  #footer .siteby {
    float: left;
  }
}


/***********************
********* Footer MENU ******
************************/
#footer_menu {
  padding-top: 30px;
  padding-bottom: -20px;
  color: #dedede;
  background: #777777;
}
#footer_menu a {
  color: #dedede;
}
#footer_menu a:hover {
  color: #25bcb2;
}
#footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer_menu ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #footer_menu .copy {
  margin: 0px 0px;
  }

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ///////////// SHARE BUTTONS /////////////// */

.btn-twitter {
    background: #19bfe5;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #fff;
}
.btn-twitter:link, .btn-twitter:visited {
    color: #fff;
}
.btn-twitter:active, .btn-twitter:hover {
    background: #6fdbf7;
    color: #fff;
}
.btn-facebook {
    background: #3b5998;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #fff;
}
.btn-facebook:link, .btn-facebook:visited {
    color: #e5e5e5;
}
.btn-facebook:active, .btn-facebook:hover {
    background: #5a7cc1;
    color: #fff;
}
.btn-googleplus {
    background: #c1391f;
    border-radius: 0;
	border: 1px solid #e5e5e5;
    color: #fff;
}
.btn-googleplus:link, .btn-googleplus:visited {
    color: #fff;
}
.btn-googleplus:active, .btn-googleplus:hover {
    background: #db5e46;
    color: #fff;
}

















#produtocat-slider {
  overflow: hidden;
}
@media only screen and (max-width: 738px) {
#produtocat-slider .item {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}

@media only screen and (min-width: 739px) {
#produtocat-slider .item {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}
@media only screen and (min-width: 1200px) {
#produtocat-slider .item {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
}

@media only screen and (min-width: 1382px) {
#produtocat-slider .item {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}
@media only screen and (min-width: 1682px) {
#produtocat-slider .item {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}
#produtocat-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #1e948d;

}
#produtocat-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 30px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
  
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  

}
#produtocat-slider .slider-inner h2 > span {
  background-color: #7f8c8d;
  padding: 4px 12px 4px 12px;  
  }
  
#produtocat-slider .slider-inner p {
  margin-top: 10px;
  color: #ffffff;
    
}
#produtocat-slider .slider-inner p > span {
  background-color: #7f8c8d;
  padding: 4px 12px 4px 12px; 
  }
#produtocat-slider .slider-inner .btn {
  margin-top: 10px;
}
#produtocat-slider .owl-prev,
#produtocat-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #dedede;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 65px;
  text-align: center;
  border-radius: 0px; 
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#produtocat-slider .owl-prev:hover,
#produtocat-slider .owl-next:hover {
  background-color: #25bcb2;
}
#produtocat-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#produtocat-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

















?>


***********************************************
