.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}

/*
bootstrap ajustes!
*/
.table {
  margin-top: 30px;
}

.table thead tr {
  background-color: #104550;
  color: white;
  font-family: "Muli", "Verdana", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr td i {
  font-size: 30px;
  color: #cd2020;
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 25px;
}

.breadcrumb  li a {
  font-size: 18px!important;
  color: #155977;  
}

.breadcrumb>.active {
  color: #414141;
  font-size: 18px!important;
}



/**/

/**/
.navbar-brand {
  margin-left: 70px!important;
}

.logo-style {
  box-shadow: 1px 1px 15px black;
  /*border: solid 1px #e3e3e3;*/
  /*height: 200px;            */
  height: 10.02645vw;    
  border-radius: 15px;
}

.ul-telefones {
  margin-left: 20px!important;
}

@media (max-width: 670px){
  .logo-style {
    height: 100%;
  }
  .navbar-brand {
    margin-left: 17px!important;
  }
  .ul-telefones {
    margin-left: 5px!important;
  }
}

.fb {
  color: #fff!important;
}

.fb:hover {
  color: rgb(98,191,247)!important;  
}

.linkedin {
  color: #fff!important;
}

.linkedin:hover {
  color: rgb(98,191,247)!important;
  transform: scale(1.1,1.1);
}

.twitter {
  color: #fff!important;
}

.twitter:hover {
  color: rgb(98,191,247)!important;  
}

.instagram {
  color: #fff!important;
}

.instagram:hover {
  color: rgb(241,100,100)!important;  
}

.shopping-cart {
  font-size: 25px!important;
  padding: 10px 12px 10px 10px!important;
  color: white; 
  background-color: #414141;  
}

@media (max-width: 768px){  
}

/*Ajustes logomarca em dispositivos menores

@media (max-width: 1300px){
  .logo-style {
    height: 180px;               
  }

  .logo-style-smaller {
    height: 40px !important;
  }
}

@media (max-width: 1100px){
  .logo-style {
    height: 100px;               
  }

  .logo-style-smaller {
    height: 40px !important;
  }
}

@media (max-width: 900px){
  .logo-style {
    height: 95px;               
  }

  .logo-style-smaller {
    height: 40px !important;
  }
}

@media (max-width: 700px){
  .logo-style {
    height: 75px;               
  }

  .logo-style-smaller {
    height: 40px !important;
  }
}

*/

/*END AJUSTES*/

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
}
.navbar {
      margin-bottom: 0px;
}

.affix ~ .container-fluid {
     position: relative;
     top: 50px;
}

/*-----------------------------------------------*/



/*Bootstrap carousel settings*/


.img-fluid {
  width: 100%;
  box-shadow: 5px 5px 15px black!important;
}

.container-fluid {
  padding: 0 !important;
}

.carousel {  
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: 5px 5px 15px black!important;
}

.carousel-indicators li{    
  padding: 7px;
  box-shadow: 1px 1px 5px black;
  border: 2px solid white;
}

.carousel-caption {
  position: absolute;
  left: 0px;
  bottom: 1px !important;  
  width: 50%;
  background-color: rgba(244,143,66,.6);
  margin-bottom: 0; 
  height: 22%;   
}

.carousel-caption h1 {
  text-shadow: 5px 5px 15px black;
}

@media(max-width: 1300px){
  .carousel-caption h1 {
    font-size: 30px;
  }
}

@media(max-width: 1250px){
  .carousel-caption h1 {
    font-size: 28px;
  }
}

@media(max-width: 1150px){
  .carousel-caption h1 {
    font-size: 25px;
  }
}

@media(max-width: 1100px){
  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p{
    font-size: 15px;
    padding-top: 0px;
    margin-top: 0;
  }

  
}

@media(max-width: 1005px){  
  
  .carousel-caption {
    height: 30%;
  }

  .carousel-caption h1 {
    font-size: 20px;
  }

  .carousel-caption p{
    font-size: 15px;
    padding-top: 0px;
    margin-top: 0;    
  }
}

@media(max-width: 615px){  
  .carousel-indicators li{
  display: none;
  }
  .carousel-caption {
    height: 35%;
  }

  .carousel-caption h1 {
    font-size: 15px;
    margin-top: 2px;
  }

  .carousel-caption p{
    font-size: 12px;
    padding-top: 0px;
    margin-top: 0;    
  }
}

@media (max-width: 850px) {
  .carousel-caption {
  position: absolute;
  border: 1px solid white;
  left: 0px;
  bottom: 0 !important;
  padding: 5px !important;
  width: 100%;
  background-color: rgba(244,143,66,.6);
  margin-bottom: 0;
  }
}

/*BS CAROUSEL END*/

#mainNav {
  overflow-y: visible;
  z-index: 3;
}

/*LOGO*/
  #brand {
    transition: all .5s;
  }
/*END LOGO*/

.heading-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*Cores de texto*/
.white {
  color: white; 
}

.black {
  color: rgba(0,0,0,.7);
}
/**/

html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fcbd20;
}
hr {
  max-width: 80%;
  margin: 15px auto 0;
  border-width: 1px;
  border-color: #e4e4e4;
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 500;
  letter-spacing: 1px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

iframe {
  width: 100% !important;
  margin-top: 10px;
}

.pull-left {
  float: left;
}

.centro {
  margin: 0 auto;
}
/* UPPER BANNER */
.upper-banner {
  background: #4c4949;
  height: 40px;
  width: 100%;
  padding: 2px;
  overflow-y: hidden;
}

.upper-banner ul {
  display: inline;
  list-style-type: none;  
  margin-left: -55px;
  
}

.upper-banner ul li {
  display: inline;
  color: white;
  padding: 10px;  
  line-height: 40px
}

.social-icons {
  font-size: 20px;  
  padding: 2px;
  margin-top: -2px;
}
/*END UPPER BANNER*/

.navbar-brand {
  margin-left: 20px;
  line-height: 40px;
}


.navbar-default {
  margin-top: auto;  
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Lato', sans-serif;  
  letter-spacing: 1px;    
  overflow-y: visible;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}

.navbar-default .nav > li > a {
  font-family: 'Lato', sans-serif;
  /*font-family: 'Baloo Bhaina', cursive;*/
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  font-size: 16px;
  color: white;
  line-height: 40px;    

}

.navbar-default .nav > li > a > i {
  font-size: 15px;
  border-radius: 50%;
  padding: 1px;  
}

.navbar-default .nav > li > a:hover {  
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
  
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  /*color: #fdcc52 !important;  */
  color: #de0c0c !important;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fdcc52 !important;
  background-color: transparent;  
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {            
    height: 70px;
    background-color: rgba(255,255,255,.2);
    border-color: transparent;  
  }

  .navbar-default ul{
    margin-right: 50px;       
  }
  
  .navbar-default .navbar-header .navbar-brand {
    /*color: rgba(255, 255, 255, 0.7);*/
    color: white;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    /*color: rgba(255, 255, 255, 0.7);*/
    color:black;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {    
  }
  .navbar-default.affix {
    background-color: rgba(255,255,255,.7);
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #white;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    /*color: #fdcc52;*/
    color: #de0c0c !important;
  }

}

@media (max-width: 993px){
  .navbar-default .nav > ul {    
    float: right!important;
  }

  .navbar-default .nav > li > a {
    margin: 0;
    padding: 5px;
    font-size: 12pt;
  }
}


/*END Nav bar*/




/*HEADER*/

header {
  position: relative;
  width: 100%;    
  height: auto;
  overflow-y: hidden;
  color: white;
  
}

header .header-content {
  text-align: center;  
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;  
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  header {
    height: auto;    
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}
@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

/*END Header*/





/*PRODUTOS*/

section {
  padding: 50px 0;
}

/*PRODUTOS*/
section.produtos {
  color:rgba(0,0,0,.8);
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
}

section.produtos {
  padding: 70px 0;
  position: relative;
}
section.produtos h1 {
  color: #595959 !important;
  margin-top: 0;
  font-size: 25px;
  font-family: 'Roboto Slab', serif;  
  font-weight: 400;
  text-transform: uppercase;  
}

section.produtos h3 {
  margin: 0!important;
}
/*END PRODUTOs*/


/*categoria*/
section.categoria {
  color:rgba(0,0,0,.8);
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
box-shadow: inset 0px 0px 10px 0px rgba(15,15,15,1);
}

section.categoria {
  padding: 70px 0;
  position: relative;
}
section.categoria h1 {
  color: #595959 !important;
  margin-top: 0;
  font-size: 30px;
  font-family: 'Roboto Slab', serif;  
  font-weight: 400;
  margin-bottom: 40px;
}
/*categoria*/


/* Serviços!*/

section.servicos {
  color: black;
}

section.servicos .section-heading {
  margin-bottom: 100px;
}
section.servicos .section-heading h2 {
  margin-top: 0;
}
section.servicos .section-heading p {
  margin-bottom: 0;
}

section.servicos h1{
  color: #595959;
  margin-top: 0;
  font-size: 30px;
  font-family: 'Roboto Slab', serif;
  color: #666666;
  font-weight: 500;

}

/*END SERVIÇOS*/

/*CONTATO*/

section.contato {  
  color: white;
}

section.contato {
  padding: 50px;
}
/*resolve campos pequenos no celular*/
@media (max-width: 768px){
  section.contato {
    padding: 5px;
  }
}

section.contato h1 {
  margin-bottom: 30px;
}


/*END CONTATO*/


/*SECTION SOBRE*/

section.sobre {
  color: white;
}

/*END SOBRE*/

/*SECTION INFO*/
section.info {
  color: white;
  font-family: "Lato";
}
section.info p {
  margin-bottom: 0px;
  font-size: 12pt;  
}
section.info ul {
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
}

section.info h3{
  font-weight: bold;
  margin-top: 0px!important;
}

section.info .footer-logo img{
  border-radius: 15px;
}
.info-box {
  border-top: solid 1px #484848;  
  padding: 5px;
}

#info-social ul {
  display: inline;
  padding: 0;
  margin: 0;
}

ul#info-social li{
  display: inline!important;
  color: red;
  padding: 5px;
  font-size: 18px;
}

.paint-it-red {
  color: #f34242;
}

.paint-it-green{
  color: #18ad01;
}

.paint-it-blue{
  color: #016dad;
}

.paint-it-pale{
  color: #edea95;
}
/*END INFO*/

/*SECTION ITEM*/
section.item {

}

section.item h1, h2 {
  width: auto;
  color: #fff;
  margin: 0;
  font-family: "Muli", "Verdana", "Arial", sans-serif;
}

section.item h2 {
  padding: 10px 20px;
  background-color: #104550;  
}

section.item h1 {
  font-size: 40px;
  background-color: #25a084;
  padding: 15px 20px;
  text-transform: uppercase;
}
/*END ITEM*/

section.orcamento a {
  font-size : 20px;
  color: #156e73;  
}

/*Backgrounds*/

.bg-produtos {
  background: #efefef;
}

.bg-sobre {
  background-color: #660000;
}

.bg-servicos {
background: #fff;
}

.bg-contato {
  background: #403f3f;
}

.bg-info {
  background: #363636;
}


/*FOOTER*/

footer {
  font-family: 'Share Tech', sans-serif;
  background-color: #222222;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;  
}
footer p {
  font-size: 14px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

footer .ico-fb {
  font-size: 26px;
}

/*END FOOTER*/

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}
.btn {  
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 300px;
  margin-top: -5px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

.row-border {
  border-bottom: 1px dotted #e0e0e0;
}

.no-padding [class*="col-"]{
    margin: 0 !important;
    padding: 5px !important;
}

.thumbnail {    
  font-family: 'Lato', sans-serif;
  border: none;
  box-sizing: border-box;
  overflow-y: hidden;    
  width:100%;
  background-color: white;
  box-shadow: 1px 1px 15px #b7acac;
  text-transform: uppercase;
  height: 215px;  
  max-width: 350px;
  overflow-y: hidden;
  transition: box-shadow 1s;  
}

.thumbnail:hover {
  box-shadow: 1px 1px 15px #800012;
  cursor: pointer;
}

.thumbnail a {
  color: #313030 !important;
  text-decoration: none!important; 
  font-size: 15px;
  line-height: 40px;
  vertical-align: middle; 
}

.thumbnail img {
  position: relative;
  height: auto;
  width: 350px!important;
  border-radius: 5px;
}

.owl-flechas  {  
  font-size: 50pt;
  border-radius: 50%;
  padding: 15px;
  background-color: #429bf4;
  margin: 5px 20px 5px 5px;
}

.overlay-caption {  
  position: relative;
  background-color: rgba(0,0,0,0);  
  display: block;
  width: 100%;
  height: 85%;  
  transition: opacity .3s ease;
  border-radius: 7px
}

.overlay {  
  position: relative;
  background-color: rgba(0,0,0,0);  
  display: block;
  width: 100%;
  height: 100%;  
  transition: opacity .3s ease;
  border-radius: 7px
}

.capt {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #fff;
  width: 100%;
  height: auto;
  opacity: 0;
}

.overlay-caption:hover {
  background-color: rgba(0,0,0,1);  
  z-index: 999;
}

.overlay-caption:hover img {
  opacity: .7;
  transition: opacity .3s ease;
}

.overlay-caption:hover .produto-text {
  display: block;
}

.overlay:hover {
  background-color: rgba(0,0,0,1);  
  z-index: 999;
}

.overlay:hover img {
  opacity: .7;
  transition: opacity .3s ease;
}

.overlay:hover .produto-text {
  display: block;
}

.produto-text {  
  color: white;
  display: none;
  position: absolute;
  top: 50%; left: 50%;
  text-align: center;
  font-size: 20px;  
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.header-size {
  max-height: 350px;
}

.item img {
  width: 100%;
  max-height: 650px;
}

.mainImage img {
  height: 175px;
  width: 350px;
}

@media(max-width: 380px){
  .mainImage img {
    height: 150px;
    width: 300px;
  }
}

@media(max-width: 325px){
  .mainImage img {
    height: 125px;
    width: 250px;
  }
}

.sliderProduto {  
}

.acoesProduto {
  
}

.acoesProduto h4 {
  color: #155977;
  background: url("../img/arrow-down-2.png") no-repeat left center;
  padding-left: 40px;
  margin: 30px 0 3px 0;
  text-transform: uppercase;
}

.acoesProduto h4:nth-child(1){
  margin: 0px 0 3px 0;
}

.btn-acao-item {
  display: block;
  border-radius: 7px;
  padding: 10px 20px;
  text-align:left;
  font-family: "Muli", "Verdana", sans-serif;
  font-size: 13px;  
  text-transform: uppercase;
  background-color: #000;
  color: white;  
  margin-top: 7px;
}

.btn-acao-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #25a084;  
  border: none;
}

.btn-acao-item i {
  float: left;
  margin-right: 15px;
}

.preco {
  font-family: "Muli", "Lato", "Arial", sans-serif;
  font-size: 24px;
  color: #414141;
}

.preco_antigo {
  font-family: "Muli", "Lato", "Arial", sans-serif;
  font-size: 18px;
  color: #cd2020;
}

.owl-carousel {
  margin: 20px 0 0 0;
  padding: 5px;  
}


/*BOOTSTRAP CAROUSEL FADE*/
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*BOOTSTRAP CAROUSEL*/


.clear{
  clear:both;
}