body{
  font-family: 'Lato', sans-serif;
  font-size:16px;
}

/* prettyPhoto: imagem respeita o container redimensionado pelo JS */
#pp_full_res img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@media only screen and (max-width: 600px) {
  #fullResImage {
    max-height: 70vh !important;
    width: auto !important;
    max-width: 90vw !important;
    display: block;
    margin: 0 auto;
  }
  /* container acompanha a altura real da imagem */
  div.pp_pic_holder .pp_content,
  div.pp_pic_holder .pp_content_container .pp_left,
  div.pp_pic_holder .pp_content_container .pp_right,
  div.pp_pic_holder .pp_content_container {
    height: auto !important;
  }
  /* centraliza a imagem no container */
  div.pp_pic_holder #pp_full_res {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* faz todos os wrappers internos seguirem o conteúdo */
  div.pp_pic_holder .pp_fade,
  div.pp_pic_holder #pp_full_res,
  div.pp_pic_holder .pp_hoverContainer {
    height: auto !important;
  }
  /* details dentro do fluxo normal */
  div.pp_pic_holder .pp_details {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
  }
  div.pp_pic_holder .pp_nav {
    display: none !important;
  }

  /* barra inferior: descrição e botão X contidos na largura do lightbox */
  div.pp_pic_holder .pp_details {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 6px 40px 6px 8px !important;
    margin: 0 !important;
    min-height: 30px !important;
    overflow: visible !important;
  }
  div.pp_default .pp_description,
  div.pp_pic_holder .pp_description {
    margin: 0 !important;
    font-size: 11px !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }
  div.pp_pic_holder a.pp_close {
    right: 4px !important;
    top: 4px !important;
    z-index: 20001 !important;
  }
}

/* prettyPhoto mobile 
@media only screen and (max-width: 768px) {
  div.pp_pic_holder,
  div.pp_pic_holder .pp_top,
  div.pp_pic_holder .pp_bottom,
  div.pp_pic_holder .pp_content_container,
  div.pp_pic_holder .pp_content_container .pp_left,
  div.pp_pic_holder .pp_content_container .pp_right,
  div.pp_pic_holder .pp_content {
    width: 95vw !important;
    box-sizing: border-box !important;
  }
  div.pp_pic_holder .pp_content_container .pp_left { padding-left: 0 !important; }
  div.pp_pic_holder .pp_content_container .pp_right { padding-right: 0 !important; }
  #fullResImage {
    width: 100% !important;
    height: auto !important;
  }
}*/

/* FA6 prefix aliases → FA4 local font */
.fas,.far,.fab{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/* fa-phone-alt não existe no FA4, mapeia para fa-phone */
.fa-phone-alt:before{content:"\f095"}


@media only screen and (min-width: 320px){
.produtos img {
    width: 100%;
    height: auto;
}
img.media-object {
    width: auto;
}
div#pictures img {
    width: auto;
}

footer img {
    max-width: 250px;
    height: auto;
}
  .produtos p {
    margin-top: 15px;
    font-size: 18px;
}
  .chamada{
    background-image: url(../img/chamada.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 35px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .chamada h2{
    color:#fff;
    text-transform: inherit!important;
  }
  .owl-slider{
    margin-top: 35px;
  }
  h4.media-heading {
      font-weight: 900;
      /* text-transform: uppercase; */
      margin-top: 5px;
      font-size: 23px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff3600;
}
  .logo-mobile {
    max-width: 90px;
    margin-top: 14px;
}

  .produtos h3 {
    /* background-color: rgba(17, 17, 17, 0.45); */
    padding-left: 10px;
    color: #333;
    border-radius: 6px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2.titulo-produtos {
    margin-bottom: 0;
}
  .menu {
    background-color: #20446b;
    padding-bottom: 15px;
	margin-bottom:65px;
}
  .carousel-caption {
    top: 0;
    right: 15px;
    left: 15px;
}
.fechadura img {
    width: auto!important;
    height: auto!important;
}

.box-produto.fechadura {
    height: 170px;
}
.carousel-caption h2 {
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    text-align: left;
    margin-bottom: 0;
}
.carousel-caption h4 {
    text-align: left;
    font-style: italic;
    margin-top: 0;
    font-size: 20px;
    max-width: 600px;
}
  .modal-header h5 {
    font-size: 22px!important;
    color: #ef7333;
    margin-bottom: -20px;
}
.box-produto {
    text-align: center;
    margin-top: 35px;
    height: 210px;
    cursor: pointer;
}

.box-produto p, .box-produto small {
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.televenda a {
    color: #fff;
    text-decoration: none;
}
.imagem-produto img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.topo{
  font-family: 'Lato', sans-serif;
  background-color: #787878;
  color:#fff;
  display: none;
}

.telefones {
    display: block;
    float: left;
}

.telefones ul {
  padding: 0;
  margin-top: 8px;
  }
.telefones ul li{
list-style: none;
}
.telefones ul li a{
  color:#fff;
}
.redes-sociais {
    float: right;
    margin-top: 15px;
}

.redes-sociais ul {
    padding: 0;
}

.redes-sociais ul li {
    padding-right: 10px;
    list-style: none;
    display: inline;
}

.navbar-default {
    background-color: transparent;
    border: none;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 0;
}
ul.nav.navbar-nav.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 17px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 17px;
    font-weight: bold;
}
footer p {
    margin-bottom: 29px;
}

#mapa{
  height: 400px;
    width: 100%;
    margin-top: 15px;
}
.contato-whats img {
    margin-top: 21px;
    margin-left: 28px;
    width: 26px;
    float: left;
    display: block;
}

div#caixa-form img {
    width: 25px;
}

.contato-whats {position: fixed;bottom: -10px;right: -10px;z-index: 70;background-color: rgb(103, 103, 103);border-top-left-radius: 55px;width: 80px;height: 70px;-webkit-box-shadow: -9px -2px 9px -8px rgba(168,168,168,1);-moz-box-shadow: -9px -2px 9px -8px rgba(168,168,168,1);box-shadow: -9px -2px 9px -8px rgba(168,168,168,1);}

div#navbar {
    margin-top: 55px;
}

.banner, .video {
    margin-top: 35px;
}

h2 {
    color: #3f3c3c;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.media {
    margin-top: 30px!important;
    margin-bottom: 30px;
}
.box {
    background-color: #edeef0;
    border-radius: 5px;
    padding: 0px;
    float: left;
    padding-top: 30px;
    padding-left: 30px;
}

.aplicacoes img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

footer {
    background-color: #343434;
    height: auto;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.televenda {
    /* text-align: center; */
    /* background-color: #e41515; */
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    /* max-width: 180px; */
    margin-bottom: 10px;
    font-size: 19px;
}

.televenda h3 {
    text-transform: uppercase;
    font-size: 19px;
}
.televenda p{
  font-family: 'Lato', sans-serif;
}
.social a {
    color: #fff;
}

.social {
    background-color: #000;
    padding: 5px;
    color: #fff;
}

.social ul {
    text-align: center;
    margin-top: 5px;
}

.social ul li {
    list-style: none;
    display: inline;
    padding-right: 15px;
}

.caixa-form {
    background-color: #fc9708;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
}
.formulario input, .formulario textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 6px;
    border-radius: 5px;
    border: none;
    color: #333;
}

.formulario {
    margin-top: 15px;
}
.caixa-form p {
    font-weight: bold;
}

.video {
    cursor: pointer;
}

button.close {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}
div#caixa-form a {
    color: #fff;
    text-decoration: none;
}

.btn-enviar {
    background-color: #1e6a00;
    color: #fff!important;
    font-weight: bold;
    max-width: 90%;
    border-bottom: 3px solid #1f451e!important;
    font-size: 14px;
}
footer h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
}

.mapa {
    margin-bottom: 30px;
}
.sobre p:last-child {
    margin-bottom: 0;
}
.item img {
    border-radius: 6px;
}
}


@media only screen and (min-width:768px){
  .logo-mobile {
    max-width: initial;
    margin-top: initial;
}
	ul.nav.navbar-nav.navbar-right li a{
		border:none;
		padding-bottom:0;
	}


  .telefones ul li {
    display: inline;
    padding-right: 10px;
}
.btn-enviar{
  font-size: 18px;
}
.telefones {
    margin-top: 4px;
}

.redes-sociais {
    margin-top: 9px;
}
nav.navbar.navbar-default {
    margin-top: 5px;
    margin-bottom: 0;
}

div#navbar {
    margin-top: 50px;
}
}

@media only screen and (min-width:992px){
  .carousel-caption h2 {
    font-size: 30px;
}

  .menu {
        padding-bottom: 15px;
        margin-bottom: 65px;
}
  .televenda {
    margin-top: 30px;
    /* margin-bottom: 30px; */
}

  .caixa-form {
    position: fixed;
    top: -5px;
    right: 20px;
    max-width: 33.33%;
    z-index: 6;
    transition: ease-in 500ms;
}

.caixa-form textarea {
    height: 130px;
}

.caixa-form textarea,
 .caixa-form input {
    margin-bottom: 10px;
}

.caixa-form p {
    font-size: 18px;
    margin-bottom: 25px;
}
.stick{
top: -750px;
transition: ease-in 500ms;
}
}


@media only screen and (min-width:1200px)
{
  .caixa-form {
    max-width: 370px;
    right: -webkit-calc(50% - 589px);
    right: calc(50% - 589px);
  }

.caixa-form input, .caixa-form textarea {
    padding: 10px;
}

.caixa-form textarea {
    height: 121px;
}

}

@media only screen and(min-width:1366px){
  .caixa-form {
   /* right: 105px;*/
}
}
