

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,300,500,200);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,700,600);
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
*************************


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

*/
body {
  padding-top: 100px;
  background: #fff;
/*  font-family: 'Roboto', sans-serif; 
font-family: 'News Cycle', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Rajdhani', sans-serif;*/
font-family: 'Dosis', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
/*  font-family: 'Roboto', sans-serif; 
font-family: 'Dosis', sans-serif;
font-family: 'News Cycle', sans-serif;*/
font-family: 'Dosis', sans-serif;
  color: #272727;
}


a {
  color: #7d7d7d;
  -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: #4c8888;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.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%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
  margin: 0 0 0px;
}

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



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


  }


.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #a10000;
  border-color: #d54040;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #d54040;
}

.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 #bf0000;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #bf0000;
}
.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 {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 26px;
  margin-right: 22px;
position: absolute;
right: 0px;
}
.navbar.navbar-default .navbar-brand {
  padding: 16px 15px 16px;
  height:auto;
    max-height:78px;
    width: 160px;
}
.navbar.navbar-default .navbar-brand img {
    max-height:52px;
}

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

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
  margin-right: 30px;
  
}
.navbar.navbar-default .navbar-brand {
  padding: 16px 15px 16px;
  max-height:60px;
}
.navbar.navbar-default .navbar-brand img {
    max-height:60px;
}

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

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
  margin-right: 30px;
  
}
.navbar.navbar-default .navbar-brand {
  padding: 16px 15px 16px;
  max-height:72px;
}
.navbar.navbar-default .navbar-brand img {
    max-height:72px;
}

}
@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-family: 'Roboto', sans-serif;*/
  color: #272727;

  }
  #main-menu.navbar-default .navbar-nav > li > a {
   font-size: 9px;

    padding-top: 40px;
    padding-bottom: 40px;
         font-weight: 500; 
  }
  #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 {
/*    background: transparent; */
    padding-top: 37px;
    border-top: 3px solid #bf0000;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 100%;
    background-color: rgba(255,255,255, 0.9);
  margin-top: 0px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(62,119,119, 0.3);
    background-clip: inherit;
   border-top: 4px solid #c00000;
  }
  #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 :after {
  content: " ";
  position: absolute;
  top: -20px;
  right: 46%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #c00000 transparent;
}
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #e0e0e0;
    padding: 8px 0;
    color: #5d5d5d;
        font-size: 11px;
     font-weight: 700; 
  text-transform: uppercase;
  }


@media only screen and (min-width: 800px) {
  #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
       }
}
@media only screen and (min-width: 1024px) {
  #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 12px;
       }
}
@media only screen and (min-width: 1400px) {
  #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 14px;
       }
}


  #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: #c00000;
  }
  #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: #c00000;
    background-color: transparent;
  }



}


#topmenu {
  height: 30px;
  background: #efefef;		
}

#main-slider {
  overflow: hidden;
}

#main-slider .item {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: 50% 22%;
  background-size: cover;
}
#main-slider .slider-inner h2 {
  margin-top: 80%;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #efefef;
    background: rgba(51,51,51,.50);  
    padding: 15px 15px;  
    font-weight: 400;  
}
#main-slider .slider-inner h2 > span {
  color: #d4d4d4;
    font-weight: 600;
}



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

#main-slider .item {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: 50% 22%;
  background-size: cover;
}
#main-slider .slider-inner h2 {
  margin-top: 80%;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #efefef;
    background: rgba(51,51,51,.50);  
    padding: 15px 15px;  
    font-weight: 400;  
}
#main-slider .slider-inner h2 > span {
  color: #d4d4d4;
    font-weight: 600;
}

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

#main-slider .item {
  min-height: 1000px;
  background-repeat: no-repeat;
  background-position: 50% 22%;
  background-size: cover;
}
}


#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #65696e;
}

#main-slider .slider-inner p {
  color: #fff;
    background: rgba(107,107,107,.40);  
    padding: 15px 15px;

}
#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: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #bf0000;
}
#main-slider .owl-prev {
  left: -10px;
  text-indent: 4px;
}
#main-slider .owl-next {
  right: -10px;
  text-indent: -4px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #bf0000;
}
#progressBar {
  margin-top: -40px;
  margin-bottom: 36px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
	margin-top: 0px;
  padding: 20px 0;
  background-color: #bf0000;
  margin-bottom: -24px;
  z-index:-2;
  font-size:10px;
  text-align: center;
}
#cta .coluna {
float: left;
margin: 0 auto;
min-height:1px;
padding-right:15px;
padding-left:15px
}

#cta ul {
  list-style: none;
  padding: 0;
  margin: 8px -7.5px;
}
#cta ul > li {
  display: inline-block;
  margin: 8px 7.5px;
  padding-bottom: 4px;
}



#cta .icon-circle {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  border: 2px solid #FFF;
  border-radius: 100px;
  position: relative;
  color: #fff;

    padding: 0px 0px;

}
#cta h2 {
  margin: 10px 0px 10px 0px;
  color: #fff;  
  font-size:28px; 
    line-height: 40px;
  padding: 10px 0px 10px 0px;  
  text-decoration: normal;
  text-align: center;
  color: rgba(255,255,255,1);
}

@media only screen and (min-width: 768px) {
#cta .icon-circle {
  display: inline-block;
  width: 70px;
  height: 70px;
      line-height: 70px;

    font-size: 40px;

  border: 2px solid #FFF;
  border-radius: 100px;
  position: relative;
  color: #fff;

    padding: 0px 0px;
}
#cta h2 {
  margin: 10px 0px 10px 0px;
  color: #fff;  
  font-size:40px; 
    line-height: 40px;
  padding: 10px 0px 10px 0px;  
  text-decoration: normal;
  text-align: center;
  color: rgba(255,255,255,1);
}
}

#cta .btn {
  margin-top: 40px;
    z-index:2;
}
#cta2 {
/*  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover; */
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  line-height: 1;

}
#cta2 h2 > span {
  color: #bf0000;
}
#features {
  padding: 50px 0;
}
#features h2 {
/*  font-size: 34px; */
}
#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: #bf0000;
  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 #fff;
  border-radius: 20px;
  background: #bf0000;
}
.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: #fff;
  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: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border: 2px solid #efefef;
/*  border-radius: 100%; */
  color: #bf0000;
   position: relative;
}








#lista-produtos {
float: left; 
position: relative; 
height: 450px; 
width: 47.8%; 
background: #fff; 
border: 1px solid #fff; 
margin: 0.6% 0.6%; 
padding: 1.2% 1.2%;
 -webkit-box-shadow: 67 67 11px 67 rgba(67, 67, 67, 0.1);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
#lista-produtos {
float: left; 
position: relative; 
height: 450px; 
width: 18.8%; 
background: #fff; 
border: 1px solid #fff; 
margin: 0.6% 0.6%; 
padding: 1.2% 1.2%;
 -webkit-box-shadow: 67 67 11px 67 rgba(67, 67, 67, 0.1);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}
}

#lista-produtos .btn {
background: #fff; 
border: 1px solid rgba(93,93,93, 0.6);
margin: 0.5% 0.5%; 
padding: 2.2% 6.2%;
text-transform: uppercase;
  border-radius: 0px;
    font-weight: 700;
    font-size: 13px;
  color: rgba(93,93,93, 0.6);    
}

#lista-produtos .btn-comprar {
position: absolute; bottom: 10px; right: 10px; font-size: 12px; 
}
#lista-produtos .btn-comprar:hover {
background: rgba(93,93,93, 0.9);
color: rgba(255,255,255, 0.9);
}
#lista-produtos .btn-promo {
  font-size: 12px; position: absolute; top: 10px; left: 0px; padding: 0% 6%; background: #999; color: #fff;

}

#lista-produtos a {
text-align: left;
line-height: 14px; 
text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
  color: rgba(93,93,93, 0.9);    
}
#lista-produtos span {
text-align: left;
line-height: 16px; 
text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
  color: rgba(93,93,93, 0.8);    
}







#portfolio {
  margin-top: -10px;
  padding: 50px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}

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


}


#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 8px 16px;
/*  margin: 2px 4px;
  background: #e5e5e5;
  color: #64686d; */
  background: #e5e5e5;
  color: #6e6e6e;
  position: relative;
/*  border-radius: 4px; */

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


}

#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #bf0000;
  color: #fff;

 box-shadow: 0 -3px 0 0 #bf0000 inset;
  -webkit-box-shadow: 0 -3px 0 0 #bf0000 inset; */
}



#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #bf0000 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: 49.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 {
  padding: 2px 5px;

}
#portfolio .portfolio-filter > li a.active:before {
  content: "";
  position: absolute;
  background: rgba(54, 125, 181, 0.0);
}
#portfolio .portfolio-filter > li a.active:after {
  content: "";
  position: absolute;
  background: rgba(54, 125, 181, 0.0);

}

}
#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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
    background: rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #bf0000;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#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: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 0.96;
}
/* 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/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}








#depoimento {
  padding: 20px 20px;
  min-height: 690px; 
}


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


#depoimento {
  padding: 20px 20px;
  min-height: 590px; 
}
}

#depoimento .section-header .section-title {
  color: #5d5d5d;
}
#depoimento .section-header .section-subtitle {
  color: rgba(93,93,93, 0.8);
}




#depoimento h3,h4,h5,h6 {
line-height: 28px;
font-weight: 300; 
color: rgba(93,93,93, 0.6);
}
#depoimento small {
font-size: 11px;
color: #5d5d5d; 
font-weight: 600; 
text-transform: uppercase;
}

#depoimento .deplista {
margin-right:0%; 
margin-left:0%; 
margin-bottom:2%; 
width: 100%; 
float: left; 

}
#depoimento h4 {
margin: 20px 0px 0px 0px;
}
#depoimento .foto {
width: 70px; height: auto; text-align: left; position: absolute; left: 0px;
}
#depoimento .btns {
  margin-top: 10px;
}
#depoimento .box-depoimento-texto {
border: 2px solid rgba(93,93,93, 0.7);
color: rgba(93,93,93, 0.7);
width: 100%; 
min-height: 140px; 
padding: 20px 40px;
position: relative;
margin-bottom: 0px;
}

#depoimento .box-depoimento-texto:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 12%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: #5d5d5d transparent transparent transparent;
}

#depoimento .box-depoimento-foto {
width: 100%; 
height: 45px; 
margin-top: 10px;
margin-bottom: 50px;
}

#depoimento .box-depoimento-foto .icone {

}
#depoimento .box-depoimento-foto .nomes {
float: left; 
width: 100%; 
text-transform: uppercase;
padding-left: 80px;
font-size: 11px;
font-family: "Open Sans", arial, sans-serif;
font-style: normal;
font-weight: 600;
color: rgba(93,93,93, 0.7);

}
#depoimento  h6 {
font-size: 10px;
color: rgba(93,93,93, 0.7);
}

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

#depoimento {
  padding: 50px 50px;
  min-height: 590px; 
}

#depoimento .deplista {
margin-right:10%; 
margin-left:10%; 
margin-bottom:2%; 
width: 80%; 
float: left; 

}


#depoimento .box-depoimento-texto {
border: 2px solid rgba(93,93,93, 0.6);
width: 90%; 
color: rgba(93,93,93, 0.6);
min-height: 180px; 
padding: 20px 40px;
position: relative;
margin-bottom: 0px;
}

#depoimento .box-depoimento-texto:after {
  content: " ";
  position: absolute;
  bottom: -18px;
  left: 10%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(93,93,93, 0.6) transparent transparent transparent;
}
#depoimento .box-depoimento-foto {
width: 90%; height: 45px; margin-top: 10px;
}

#depoimento .box-depoimento-foto .nomes {
color: rgba(93,93,93, 0.6);
}



}






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

#lojas ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#lojas ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.mask {
	background: rgba(191, 0, 0, 0.9);
	color: #fff;
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
	padding: 6px 12px;
    min-width: 90px;
  border-bottom: 4px solid #810000;
}

@media only screen and (max-width: 768px) {
  #lojas {
  font-size: 12px;
  line-height: 1.4;
  width:100%; 
  padding-right:0px;
}
  #lojas_texto {
	width:100%; 
}
.mask {
	padding: 5px 10px;
    min-width: 80px;
  border-bottom: 4px solid #810000;
}
}

#work-process {
  padding: 60px 0 20px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}


#work-process ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#work-process ul > li {
  display: inline-block;
  margin: 0 0px;
  padding-bottom: 20px;
}




#work-process .icon-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 120px;
  border: 2px solid #FFF;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
}







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

}
#stores p {
margin-top:8px; font-size: 14px;
    font-weight: 700;
}
#stores .sombra {
   background-color :   #ffffff ; 
  -webkit-box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  width: 22.8%;
  margin: 1% 1% 1% 1%;
  float: left;
  padding: 20px 20px 20px 20px;
  min-height: 470px;
}
#stores .sombrafull {
   background-color :   #ffffff ; 
  -webkit-box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0px 0% 1% 0%;
  float: left;
  padding: 20px 20px 20px 20px;

}
#stores a {
  color: #5d5d5d;
}
#stores a:hover {
  color: #4c8888;
}
#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 14.5px;
  }

#stores h2 {
  color: #5d5d5d;
  font-size: 26px;
    margin-top: 0px;  
 
 text-decoration: normal;
 text-transform: uppercase;
}


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

#stores .sombra {
   background-color :   #ffffff ; 
  -webkit-box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0px 6px 6px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: 0px 0% 5% 0%;
  float: left;
  padding: 20px 20px 20px 20px;
  min-height: 470px;
}
}





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

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

}

#tf-clients .overlay{
/*	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 5px;
    color: #FFF;
    text-align: center;
}




#meet-team {
  padding: 50px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #bf0000;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #bf0000;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  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%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #bf0000;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  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: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  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%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 50px;
/*  background: #20222e url(../images/client/bg.jpg) no-repeat 0 0;
  background-size: cover; */
  color: #fff; 
}


#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 50px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  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: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #bf0000;
}
#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: #bf0000;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #bf0000;
}
#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: #bf0000;
}
#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: #bf0000;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 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;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
    color: #ffffff;
  background: #4c8888;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
  color: #bf0000;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
  #footer .copy {
  margin: 0 14.5px;
  }

#footer h2 {
    color: #ffffff;
  font-size:30px; 
  margin-left: 14px;  
  text-decoration: normal;
 
}
  #footer p {
    font-weight: 400;
    margin-top: 8px;
      color: #ffffff;
      font-size: 12px;
}
/***********************
********* Stores ******
************************/
#stores {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #272727;
  background: #fff;
}
#stores a {
  color: #bf0000;
}
#stores a:hover {
  color: #000;
}
#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 14.5px;
  }

#stores h2 {
  color: #272727;  
  font-size:30px; 
  margin-left: 14px;  
  text-decoration: normal;
 
}
/***********************
********* Top Menu ******
************************/


 #topmenu .social-icons {
    float: right;
	margin: 0px 2px 0px 2px;
  }
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0 -4.5px;
}
#topmenu ul > li {
  display: inline-block;
  margin: 0 4.5px;
}


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

}
#contato a {
  color: #000;
}
#contato a:hover {
  color: #bf0000;
}
#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 14.5px;
  }
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:180px; /* your iframe height */
   top: 540px;  /* your iframe height */
   margin-top:-180px;  /* your iframe height */
}
#map-block iframe {
    display: block;
}
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/

 .scroll-top-wrapper  { 
     position :   fixed ; 
	 opacity :   0 ; 
	 visibility :   hidden ; 
	 overflow :   hidden ; 
	 text-align :   center ; 
	 z-index :   99999999 ; 
     background-color :   #bf0000 ; 
	 color :   #eeeeee ; 
	 width :   50px ; 
	 height :   48px ; 
	 line-height :   48px ; 
	 right :   30px ; 
	 bottom :   30px ; 
	 padding-top :   2px ; 
	 border-top-left-radius :   0px ; 
	 border-top-right-radius :   0px ; 
	 border-bottom-right-radius :   0px ; 
	 border-bottom-left-radius :   0px ; 

	 -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 :   #810000 ; 
 } 
 .scroll-top-wrapper.show  { 
     visibility : visible ; 
     cursor : pointer ; 
	 opacity :   1.0 ; 
 } 
 .scroll-top-wrapper i.fa  { 
	 line-height :   inherit ; 
 } 

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: left;
  }
   #footer .copy {
    float: right;
  }
}
/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}

.form-control {
  width: 95%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control-50 {
  width: 45%;
  box-shadow: none;
  -webkit-box-shadow: none;
}



#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: #e0e0e0;
}
.modal-footer .btn:hover {
padding: 4px 2% 4px 2%;
  color: #efefef;
}


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

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

}
}

 @media only screen and (max-width: 500px) {
    .min-hide{ display: none !important; }
    }

   @media only screen and (max-width: 768px) {
    .mobile-hide{ display: none !important; }
    }
    @media only screen and (max-width: 768px) {
    .mobile{ display: inline !important; }
    }
    @media only screen and (min-width: 769px) {
    .desktop-hide{ display: none !important; }
    }
   @media only screen and (min-width: 1201px) {
    .new-hide{ display: none !important; }
    }
   @media only screen and (max-width: 1200px) {
    .medium-hide{ display: none !important; }
    }
   @media only screen and (min-width: 1600px) {
    .big-hide{ display: none !important; }
    }







#sliderloja {
width: 100%;
float: left;
padding: 0px 0px; 
margin: 0px 0px;
}


#sliderloja .titulo-slider {
  background: transparent;
  color: rgba(93,93,93, 0.9);
  position: absolute;
  overflow: hidden;
  top: 70%;
  left: 30%;
  min-width: 40%;
  font-weight: 700;
  text-align: left;
}


#sliderloja .titulo-slider h2 {

  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #efefef;
    background: rgba(51,51,51,.50);  
    padding: 3% 3%;  
    font-weight: 400;  
}
#sliderloja .titulo-slider h2 > span {
  color: #d4d4d4;
    font-weight: 600;
}




#sliderloja h2{
  margin: 0px 0px;
  padding: 0px 0px;
  margin-bottom: 0px;
}

#sliderloja .item {
    width: auto;
    height: 160px;
}
#linhas .slider-categoria {
    width: auto;
    height: 220px;
}


#linhas {
width: 100%;
float: left;
padding: 0px 0px; 
margin: 0px 0px;
}



#sliderloja .titulo-slider {
  font-size: 11px;
}

#sliderloja .titulo-slider h2{
  font-size: 14px;
}



@media all and (min-width: 320px) {
#sliderloja .item {
    width: auto;
    height: 180px;
}
#linhas .slider-categoria {
    width: auto;
    height: 250px;
}

}
@media all and (min-width: 370px) {
#sliderloja .item {
    width: auto;
    height: 200px;
}
#linhas .slider-categoria {
    width: auto;
    height: 290px;
}

}
@media all and (min-width: 400px) {
#sliderloja .item {
    width: auto;
    height: 200px;
}
#linhas .slider-categoria {
    width: auto;
    height: 310px;
}
#sliderloja .titulo-slider {
  font-size: 16px;
}
#sliderloja .titulo-slider h2{
  font-size: 30px;
}


}

@media all and (min-width: 440px) {
#sliderloja .item {
    width: auto;
    height: 240px;
}
#linhas .slider-categoria {
    width: auto;
    height: 340px;
}

}
@media all and (min-width: 500px) {
#sliderloja .item {
    width: auto;
    height: 260px;
}
#linhas .slider-categoria {
    width: auto;
    height: 400px;
}

}
@media all and (min-width: 550px) {
#sliderloja .item {
    width: auto;
    height: 310px;
}
#linhas .slider-categoria {
    width: auto;
    height: 430px;
}

}
@media all and (min-width: 600px) {
#sliderloja .item {
    width: auto;
    height: 320px;
}
#linhas .slider-categoria {
    width: auto;
    height: 480px;
}

}
@media all and (min-width: 640px) {
#sliderloja .item {
    width: auto;
    height: 340px;
}
#linhas .slider-categoria {
    width: auto;
    height: 510px;
}

}
@media all and (min-width: 690px) {
#sliderloja .item {
    width: auto;
    height: 340px;
}
#linhas .slider-categoria {
    width: auto;
    height: 558px;
}

}


@media all and (min-width: 768px) {
#sliderloja {
float: left;
width: 60%;
padding: 0px 0px; 
margin: 0px 0px;
}

#linhas {
float: left;
width: 40%;
padding: 0px 0px; 
margin: 0px 0px;
}

#linhas .slider-categoria {
    width: auto;
    height: 260px;

}
#sliderloja .item {
    width: auto;
    height: 260px;
}

}
@media all and (min-width: 820px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 270px;
}
#sliderloja .item {
    width: auto;
    height: 270px;
}
}
@media all and (min-width: 980px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 320px;
}
#sliderloja .item {
    width: auto;
    height: 320px;
}
}
@media all and (min-width: 1100px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 350px;
}
#sliderloja .item {
    width: auto;
    height: 350px;
}
}

@media all and (min-width: 1200px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 380px;
}
#sliderloja .item {
    width: auto;
    height: 380px;
}
}

@media all and (min-width: 1240px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 400px;
}
#sliderloja .item {
    width: auto;
    height: 400px;
}
}

@media all and (min-width: 1320px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 440px;
}
#sliderloja .item {
    width: auto;
    height: 440px;
}
}
@media all and (min-width: 1440px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 480px;
}
#sliderloja .item {
    width: auto;
    height: 480px;
}
}
@media all and (min-width: 1520px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 500px;
}
#sliderloja .item {
    width: auto;
    height: 500px;
}
}
@media all and (min-width: 1600px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 520px;
}
#sliderloja .item {
    width: auto;
    height: 520px;
}
}
@media all and (min-width: 1680px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 560px;
}
#sliderloja .item {
    width: auto;
    height: 560px;
}
}
@media all and (min-width: 1740px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 580px;
}
#sliderloja .item {
    width: auto;
    height: 580px;
}
}
@media all and (min-width: 1820px) {


#linhas .slider-categoria {
  width: 100%;  
    height: 600px;
}
#sliderloja .item {
    width: auto;
    height: 600px;
}
}
#sliderloja .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* ///////////// 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:5px 5px;
text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px
}

#pops .float{
    position:fixed;
    width:46px;
    height:46px;
    bottom:10%;
    right:28px;
    background-color:rgba(62,119,119, 0.99);
    color:#FFF;
    border-radius:0px;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out;
}

#pops .whatsapp {
 background-color:#46a15c; 


    position:fixed;
    width:46px;
    height:46px;
    bottom:4%;
    right:28px;
    color:#FFF;
    border-radius:0px;
    text-align:center;
    z-index:1000;
    animation: bot-to-top 1s ease-out; 
}    


#pops ul{
    position:fixed;
    right:28px;
    padding-bottom:4px;
    bottom:10%;
    z-index:100;
    margin-bottom:44px;
}
 @media only screen and (min-width: 769px) {
#pops .float{
    bottom:10%;
}
#pops .whatsapp {
    bottom:4%;
}
#pops ul{
    bottom:10%;
    margin-bottom:1px;     
}
}
#pops ul li{
    list-style:none;
    margin-bottom:8px;
    background-color:#000;
    border-radius:0px;
    width:46px;
    height:46px;
    text-align:center;

}
#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 .tops { background-color:rgba(76,136,136, 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);}
}
