@import url('https://fonts.googleapis.com/css?family=Lato');
* {-webkit-font-smoothing: antialiased;}
body{
	font-family: 'Lato', sans-serif;
	color: #555;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
p{
	margin: 0 0 20px;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5{
	color: #3b312a;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#wrapper, body, html {
    width: 100%;
    height: 100%;
}
#wrapper{
    background-color: #1799d5;
}
#loading {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #1799d5;
    text-align: center;
    display: block;
}
#loading img {
    width: 50px;
    height: 50px;
    margin-top: 25%;
}
.centro{
  padding-top: 80px;
  padding-bottom: 120px;
}
.barra-topo img {
  width: 100%;
  height: 20px;
  vertical-align: top;
}
.barra-topo{
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.content {
  /* padding-bottom: 80px; */
  background-color: #1799d5;
  color: #fff;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  opacity: 0.8;
}
.azul{
  color:#1799d5;
}
.vermelho{
  color: #980b37;
}
.modal-body{
  padding: 0;
}
button.close{
  padding: 5px 10px 8px;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top: 1%;
  left: 93%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: .2;
}
.modal-dialog {
  width: 70%;
  margin: 8% auto;
}
.modal-content {
  max-height: 600px;
  overflow: hidden;
}
#topo-info{
	background-color: transparent;
	min-height: 50px;
	color: #fff;
}
#topo{
  background-color: rgba(23,153,213, 0.8);
  position: relative;
  z-index: 1;

}
#inicio{
  position: relative;
  margin-top: -130px;
}
.titulo{
  text-align: center;
}
.barra-azul{
  border-top: 5px solid #00aeff;
  width: 100px;
  /* margin-top: -5px; */
  margin-bottom: 20px;
  margin: 0 auto;
}
.navbar-header {
  /* float: left; */
  left: 0px;
  position: absolute;
}
.navbar-brand>img {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  }
.navbar-default{
	background-color: transparent;
	border:none;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
}
.navbar-default .navbar-nav>li>a{
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
}
.navbar-default .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
}
.navbar-default .navbar-nav>li>a:focus{
	background-color: transparent;
	color: #ffffff;
	border-bottom: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border: none !important
}
.navbar-nav>li{
	padding: 0px 18px 0;
	font-weight: normal;
}
.nav>li>a{
	padding: 14px 0px 23px;
}
.navbar-brand{
  height: auto;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: #fff;
	border-bottom: none;
}
.dropdown-menu{
	background-color: #1799d5;
	border:none;
	box-shadow: none;
}
.navbar-default .navbar-nav>.open>a{
  background-color: transparent !important;
}
.navbar-default .open{
  background-color: transparent;
}
.dropdown-menu>li>a{
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a:hover{
	background-color: #1799d5;
	color: #fff;
}
#menu-primary-navigation{
	margin-top: 30px;
  margin-bottom: 30px;
}
.carousel-inner>.item>img{
	width: 100%;
}
.logo-footer{
	border-right: 1px solid #1799d5;
	padding-right: 50px;
	margin-top: 20px;
	/* text-align: center */
}
.atendimento{
	padding-left: 50px;
}
.title-left h1{
  color: #fff;

}
.title-left span{
  border-bottom: 4px solid #00aeff;
  padding-bottom: 10px;
}
footer{
	margin-top: 70px;
	background-image: url('../img/bg-footer.png');
	background-repeat: repeat-x;
	padding-bottom: 70px;
}

footer h3{
	color: #565656;
	font-size: 19px;
	margin-bottom: 25px;
}
footer a{
	color: #6d6d6d;
}
footer .redes ul, footer ul {
	list-style: none;
	padding-left: 0px;
}
footer .redes ul{
	min-height: 70px;
}
footer .redes ul li{
	float: right;
	height: 60px;
	width: 60px;
	text-align: center;
}
footer .redes ul li a{
	font-size: 35px;
	color: #1799d5;
	background: transparent;
}
footer .redes{
	text-align: left;
	margin-top: 40px;
}
footer ul li{
	padding-bottom: 15px;
}
.footer-logo {
  padding-bottom: 60px;
  padding-top: 80px;
  text-align: center;
}
.footer{
  /*background-image: url('../img/footer-bg.png');background-repeat: repeat-x;*/
  background-color: #1799d5;
  text-align: center;
  padding-bottom: 60px;
  background-position: bottom;
  color:#fff;
}
.footer i{
  color: #004c98;
  font-size: 30px;
  padding-right: 10px;
}
.footer p{
  font-size: 20px;
}
.footer p span{
  margin-bottom: -7px;
  height: 20px;
  position: relative;
  top: -5px;
}
.btn-primary{
	background-color: #1799d5;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary:hover{
	background-color: #980b37;
}
.copyright{
	background-color: #004c98;
	color: #fff;
	padding: 35px 0 20px;
	text-align: center;
	font-size: 14px;
}
.copyright a, .copyright a:hover{
	color: #fff;
}
.slogan{
	text-align: center;
	padding: 60px 0;
}
.slogan img{
	padding-bottom: 10px;
}
.slogan span{
	font-weight: bold;
}
.c-img img{
	width: 100%;
	height: auto;
}
.c-title{
	position: relative;
	bottom: 75px;
}
.c-title h3{
	padding: 0;
	background-color: #0295d8;
	color: #fff;
	opacity: 0.9;
	font-size: 18px;
}
.c-title h3 a, .c-title h3 a:hover{
	color: #fff;
}
.c-title h3 span{
	padding-left: 20px;
}
.box-como h1{
	text-align: center;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 60px
}
.box-como p{
	font-size: 15px;
	margin-bottom: 60px;
	padding-left: 20px;
}
.box-como h4{
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img-como-funciona{
	width: 100%;
	height: auto;
}
.box-retorno{
	background-color: #777;
	margin-top: 80px;
	padding: 60px 0 80px;
	text-align: center;
	background-size: cover;
	color: #fff;
}
.box-retorno h1{
	text-align: center;
	padding-bottom: 40px;
	color: #fff;
}
.box-retorno h4{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.box-noticias{
	padding: 60px 0 80px;
}
.box-noticias h1{
	text-align: center;
	padding-bottom: 40px;
}
.t-foto{
	padding: 10px;
	border: 2px solid #1799d5;
	border-radius: 50%;
	overflow: hidden;
	height: 320px;
	width: 320px;
}
.t-foto-in{
	padding: 10px;
	border-radius: 50%;
	overflow: hidden;
	height: 295px;
	width: 295px;
}
.t-foto img{
	width: 400px;
	height: auto;
	margin-left: -70px;
	margin-top: -30px;
}
.t-info{
	padding-top: 20px;
	min-height: 170px;
	font-size: 14px;
}
.t-box{
	width: 320px;
	margin-left: 25px;
}
.box-mapa img{
	width: 100%;
	height: auto;
}
#topo-info .redes ul{
	list-style: none;
	padding-left: 0px;
	padding-top: 10px;
}
#topo-info .redes ul li{
	float: right;
	text-align: center;
	padding-top: 4px;
}
#topo-info .redes ul li a{
	font-size: 16px;
	color: #fff;
	background: transparent;
}
#topo-info i{
	font-size: 16px;
	padding-right: 10px;
}
#topo-info .divider{
	padding-right: 30px;
	padding-left: 30px;
}
#topo-info .contatos{
	padding-top: 14px;
}
.carousel-caption{
	text-align: center;
	padding: 0 !important;
	/*text-shadow: 0 4px 2px rgba(0, 0, 0, .6)*/
}
.btn-lg{
	padding: 12px 18px;
	font-size: 13px;
}
.lead{
	font-size: 51px;
	font-weight: normal;
	padding-bottom: 5%;
}
.lead .amarelo{
	color: #0295d8;
	font-style: italic;
}
.title-left h1{
  padding-top: 60px;
  color: #555555;
}
.page-header {
  padding-bottom: 30px;
  margin: 0;
  border-bottom: none;
  margin-top: -128px;
  background-color: #fff;
}
.page-header img{
	width: 100%;
	height: auto;
}
input, select, textarea{
  width: 100%;
  margin: 10px 0;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.title-img{
	width: 119px !important;
	height: 38px !important;
}
/*BLOG*/
.menu-blog a{
	border-bottom: 10px solid #fff !important;
}
.searchform-box{
	background-color: #f0f0f0;
	height: 60px;
}
#searchform input[type = "text"]{
	float: left;
	width: 198px;
	margin: 16px 0 15px 20px;
	padding-left: 20px;
}
#searchform #searchsubmit{
	float: right;
	background-color: #000;
	color: #fff;
	border: none;
	margin: 16px 17px 15px 0;
}
.sidebar h3{
	border-top: 4px solid #1799d5;
	padding-top: 15px;
	background-color: #696a6d;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	margin-bottom: 30px
}
.sidebar ul{
	list-style-type: square;
	color: #0295d8;
	margin-bottom: 30px
}
.sidebar ul a{
	color: #444443;
}
.pg-blog{
	padding-top: 40px;
	padding-bottom: 30px;
}
.continue{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.continue a{
	border-bottom: 3px solid #1799d5;
	color: #565656;
	padding-bottom: 10px;
}
.entry-meta{
	text-transform: uppercase;
	font-size: 14px;
}
.entry-title a, .entry-title{
	color: #1799d5;
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 15px;
}
.post-header{
	margin-bottom: 40px;
}
.post-header img{
	width: 100%;
	height: auto;
}
.blog-post{
	min-height: 700px;
}
.pager li>a, .pager li>span{
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	color: #1799d5;
	border: none;
	border-radius: 0;
}
.pg-blog article img{
	width: 100%;
	height: auto;
}

.content p{margin: 10px 0 20px}
.content h3{
color :#444;
font-size: 20px;
}
.content ul{
	line-height: 2.4;
	list-style-image: url('../img/list-img.png');
	padding-left: 20px;
}
.mapa img{
	width: 100%;
  height: auto;
}
.imagem-banner img{
	width: 100%;
	height: auto;
}
.infos-sobre{
	text-align: center;
	font-size: 18px;
}
#solucoes{
	background-color: #f5f9f2;
}
section{
  padding-top: 60px;
  padding-bottom: 10px;
}
.redes{
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
  left: 92%;
  top: 0;
  width: 200px;
}

.redes li{
  float: left;
  padding: 20px 10px 23px;
}

.img-modal{
	cursor: zoom-in;
}
.modal-img .modal-dialog{
	width: 50%;
}
/* Fim Blog*/

.lead h1{
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-weight: 100;
  margin-top: -10px;
}
.lead h2{
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-weight: 100;
}

.lead .barra-laranja{
  margin: 0 auto;
  width: 200px;
}
#menu-desktop{
  display: block;
}
#menu-mobile{
  display: none;
}
#produtos{
  text-align: center;
}
#produtos .barra-laranja{
  margin: 0 auto;
}

.produtos-texto{
  font-size: 24px;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: lighter;
}
.box-produtos {
  float: left;
  width: 25%;
}
.box-produtos img{
  width: 100%;
  height: 100%;
}

.produtos:after,.produtos:before {
  display: table;
  content: " ";
}
.produtos:after {
  clear: both;
}
#servicos:after,#servicos:before {
  display: table;
  content: " ";
}
#servicos:after {
  clear: both;
}
.img-hover{
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0,76,152, .6);
  padding-top: 25%;
}
.img-hover img{
  width: 120px;
  height: 120px;
}
.modal-body img{
  width: 100%;
  height: auto;
}
.produtos a:hover .img-hover {
  display: block;
  position: relative;
}

#servicos a:hover .img-hover {
  display: block;
  position: relative;
}
.img-hover{
  display: none;
}
.img-hover{
  width: 100%;
  height: 100%;
}
.img-desk{
  display: block;
}
.img-desk img{
  width: 100%;
  height: auto;
}
.img-mobile{
  display: none;
}
.img-mobile img{
  width: 100%;
  height: auto;
}
.texto-esquerda{
 font-size: 36px;
}
.texto-direita {
  font-size: 24px;
  padding-top: 35px;
}
#servicos{
  text-align: center;
}
#servicos .barra-vermelha{
  margin: 0 auto;
}
#servicos h3{
  font-size: 18px;
  color: #444;
  padding: 0 30px
}
.servico-box{
  padding: 40px 0;
}
.servico-box img{
  width: 100%;
  height: auto;
}
.servico-texto{
  min-height: 65px;
}
.btn-azul{
  font-size: 11px;
  background-color:#0077c0;
  color: #fff;
  padding: 10px 15px;
}
.btn-azul:hover{
  font-size: 11px;
  background-color:#0077c0;
  color: #fff;
}
.produtos-btn {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.fale-agora{
  background-color: #980b37;
  color: #fff;
  font-size: 30px;
  margin-top: 100px;
  padding: 50px 50px;
}
.fale-agora .btn-azul{
  font-size: 14px;
  padding: 15px 20px;
  float: right;
  margin-top: -3px;
}
.fale-agora span{
  padding-right: 20px;
}
.box-qs{
  text-align: right;
}
.qs{
  padding: 0 0 60px;
}
.box-qs-text{
  text-align: justify;
  padding: 30px
}
.box-qs-text h3{
  font-size: 20px;
  color: #0077c0;
  text-align: left;
  margin-top: 0;
}
.servico-row{
  padding-bottom: 60px;
}
.servico-row img{
  width: 100%;
  height: auto;
}
.servico-row h3{
  margin-top: 0px;
  color:#444;
  font-size: 17px;
  text-transform: none;
  font-weight: bold;
}
.cliente-img{
  padding: 30px 10px;
}
.cliente-img img{
  width: 100%;
  height: auto;
}
.mapa-contato{
  margin-top: 200px;
}
.contato-box h3{
  margin-top: 0px;
  color:#444;
  font-size: 17px;
  text-transform: none;
  font-weight: bold;
}
.produto-box{
  padding: 40px 0;
  text-align: center;
}
.produto-box img{
  width: 100%;
  height: auto;
}
.produto-box h3{
  color:#444;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}
.produto-texto{
  min-height: 65px;
}
.galeria{
  padding: 0 0 80px;
}
.gallery{
  list-style: none;
  margin-left: -26px;
  margin-right: -26px;
  padding-left: 0;
}
.gallery li{
  float: left;
  width: 20.5%;
  margin-left: 26px;
  margin-right: 26px;

}
.thumbnail{
  border: none !important;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;

}
.thumbnail img{
  width: 100%;
  height: auto;
  border: 2px solid #1799d5;
}
.cotacao{
  margin-top: 60px;
}
.orcamento-box{
  background-image: url('../img/orcamento-bg.png');
  background-size: cover;
  padding: 180px 0;
  color: #fff;
}
.orcamento-box p{
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 40px;
}
.orcamento-box .btn-azul{
  font-size: 14px;
  padding-left: 60px;
  padding-right: 60px;
}
.servicos-pg{
  margin-top: -60px;
}
.servicos-pg h3, .produto-cat h3{
  color:#0077c0
}
.produto-cat{
  padding-top: 0;
}
.produto-row img{
  width: 100%;
  height: auto;
  border: 2px solid #1799d5;

}
.produto-row{
  padding-bottom: 80px;
}
.produto-img{
  overflow: hidden;
  max-height: 260px
}
#parceiros{
  background-color: #f5f5f5;
  padding: 60px 0;
}
.parceiro-box{
  padding: 60px 0;
}
.titulo-servicos{
  background-color: #0077c0;
  padding: 20px 0 50px;
}
.titulo-servicos .titulo{
  color: #fff;
}
.produtos{
  padding: 40px 0;
}
.cat-produtos{
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 40px 0 60px;
  font-weight: bold;

}
.cat-produtos span{
  padding:0 13px;
}
.cat-produtos a{
  color: #666;

}

.servico1{
  width: 50%;
}
.servico2, .servico3,.servico4{
  width: 16.666% !important;
}
#servicos .img-hover{
  width: 100%;
  height: 100%;
}
.servico2 .img-hover, .servico3 .img-hover,.servico4 .img-hover{
  padding-top: 75%;
}
.btn-servicos {
  padding: 40px 0 100px;
  text-align: center;
}
.btn-servicos .btn-azul {
  font-size: 16px;
  text-transform: uppercase;
}
/* RESPONSIVE CSS
    -------------------------------------------------- */

    /* Desktop maiores
    @media (min-width: 1200px) { ... }*/

		/* telas grandes */
	@media (min-width: 1024px){
	}

    /* tables em formato porta retrato até os desktos no formato paisagem */
    @media (min-width: 768px) and (max-width: 979px) {

    }

    /* dispositivo em paisagem até os tablets em formato porta-retrato
    @media (max-width: 767px) {
    tablet paisagem  */
    @media (min-width: 979px) and (max-width: 1024px) {

    }

    /* dispositivo no formato paisagem e abaixos
    smatphone retrato*/
    @media (max-width: 320px) {
			footer{
				margin-top: 70px;
				background-image: url('../img/bg-footer.png');
				background-repeat: repeat-x;
				background-position: bottom;
				padding-bottom: 50px;
			}
			#topo-info{
				text-align: center;
			}
			.navbar-brand > img {
        display: block;
        width: 100% !important;
        /* padding-left: 10px; */
		    }
		    #topo-info .divider {
			    padding-right: 150px;
			    padding-left: 150px;
			    display: none;
			}
			#topo-info .redes ul li {
			    float: none;
			    text-align: center;
			    padding-top: 4px;
			}
			#topo-info .fa-envelope-o{
				display: none;
			}
			.navbar-brand {
        width: 25%;
        padding-top: 0px !important;
        margin-left: 38%;
			}
			#topo {
			    min-height: 0;
			    background-color: #fff;
			}
			.c-title h3{
				font-size: 14px;
			}
			.box-como{
				text-align: center;
			}
			.img-como-funciona{
				margin-bottom: 40px;
			}
			footer .redes ul li{
				float: none;
			}
			footer .redes ul{
				float: none;
				text-align: center;
			}
			.logo-footer{
				margin-bottom: 40px;
			}
			.t-box {
			    width: 100%;
			    margin-left: 0;
			    margin-bottom: 60px;
			}
			.t-foto {
			    padding: 10px;
			    border: 2px solid #1799d5;
			    border-radius: 50%;
			    overflow: hidden;
			    height: 290px;
			    width: 290px;
			}
			.t-foto-in {
			    padding: 10px;
			    border-radius: 50%;
			    overflow: hidden;
			    height: 265px;
			    width: 265px;
			}
			.t-foto img {
			    width: 400px;
			    height: auto;
			    margin-left: -80px;
			    margin-top: -30px;
			}
			.lead {
			    font-size: 15px;
			    font-weight: bold;
			    padding-bottom: 0;
			}
			.carousel-indicators {
			    bottom: -41px;
			}
			.carousel-indicators .active{
				background-color: #1799d5;
			}
			.carousel-indicators li {
				border: 1px solid #1799d5;
			}
			.carousel-caption {
			    bottom: 0px;
			    padding-bottom: 0px;

			}
			.navbar-default .navbar-collapse, .navbar-default .navbar-form{
				background-color: #1799d5;
			}
			#menu-primary-navigation{
				margin-top: 0 !important
			}
			.modal-img .modal-dialog{
				width: 100%;
      }
      #menu-mobile{
        display: block;
      }
      #menu-desktop{
        display: none;
      }
      .menu-{
        display: none;
      }
      .navbar-nav>li{
        text-align: center;
      }
      .redes {
        /* width: 100px; */
        /* height: 50px; */
        list-style: none;
        margin-left: 0;
        padding: 0;
        position: absolute;
        left: 0%;
        top: 0;
        }
        .imagem-sobre img {
          width: 100%;
          height: auto;
          margin: 0;
        }
        .box-produtos {
          float: left;
          width: 25%;
          }
        #inicio{
          margin-top: 65px;
        }
        .lead h1{
          font-size:20px;
        }
        section {
          padding-top: 20px;
          padding-bottom: 20px;
        }
        .produtos-texto {
          font-size: 19px;
          margin-top: 60px;
          text-transform: uppercase;
          font-weight: lighter;
        }
        .mapa{
          width: 100%;
          overflow: hidden;
        }
        .mapa img {
          width: 250%;
          height: auto;
          margin-left: -75%;
        }
        .navbar-default,.navbar-header {
          height: 65px;
        }
        .redes li {
          float: left;
          padding: 10px 10px 10px;
        }
        .navbar-default .navbar-collapse{
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          margin: 0;
          margin-top: 0px;
          position: relative;
        }
        .navbar-nav>li {
          padding: 0px 0px 0;
          font-weight: normal;
        }
        button.close{
          padding: 5px 10px 8px;
          background-color: #000;
          opacity: 0.8;
          position: absolute;
          top: 1%;
          left: 90%;
        }
        .modal-dialog {
          width: 90%;
          margin: 50px auto;
        }
        .modal-content {
          max-height: 100%;
          overflow: hidden;
        }
        .content{
          position: relative;
        }
        .img-desk{
          display: none;
        }
        .img-desk img{
          width: 100%;
          height: auto;
        }
        .img-mobile{
          display: block;
        }
        .img-mobile img{
          width: 100%;
          height: auto;
        }
	}
        /* dispositivo no formato paisagem e abaixos
    smatphone paisagem*/
    @media (min-width: 321px) and (max-width: 767px) {
			footer{
				margin-top: 70px;
				background-image: url('../img/bg-footer.png');
				background-repeat: repeat-x;
				background-position: bottom;
				padding-bottom: 50px;
			}
			#topo-info{
				text-align: center;
			}
			.navbar-brand > img {
        display: block;
        width: 100% !important;
        /* padding-left: 10px; */
		    }
		    #topo-info .divider {
			    padding-right: 150px;
			    padding-left: 150px;
			    display: none;
			}
			#topo-info .redes ul li {
			    float: none;
			    text-align: center;
			    padding-top: 4px;
			}
			#topo-info .fa-envelope-o{
				display: none;
			}
			.navbar-brand {
        width: 25%;
        padding-top: 0px !important;
        margin-left: 38%;
			}
			#topo {
			    min-height: 0;
			    background-color: #fff;
			}
			.c-title h3{
				font-size: 14px;
			}
			.box-como{
				text-align: center;
			}
			.img-como-funciona{
				margin-bottom: 40px;
			}
			footer .redes ul li{
				float: none;
			}
			footer .redes ul{
				float: none;
				text-align: center;
			}
			.logo-footer{
				margin-bottom: 40px;
			}
			.t-box {
			    width: 100%;
			    margin-left: 0;
			    margin-bottom: 60px;
			}
			.t-foto {
			    padding: 10px;
			    border: 2px solid #1799d5;
			    border-radius: 50%;
			    overflow: hidden;
			    height: 290px;
			    width: 290px;
			}
			.t-foto-in {
			    padding: 10px;
			    border-radius: 50%;
			    overflow: hidden;
			    height: 265px;
			    width: 265px;
			}
			.t-foto img {
			    width: 400px;
			    height: auto;
			    margin-left: -80px;
			    margin-top: -30px;
			}
			.lead {
			    font-size: 15px;
			    font-weight: bold;
			    padding-bottom: 0;
			}
			.carousel-indicators {
			    bottom: -41px;
			}
			.carousel-indicators .active{
				background-color: #1799d5;
			}
			.carousel-indicators li {
				border: 1px solid #1799d5;
			}
			.carousel-caption {
			    bottom: 0px;
			    padding-bottom: 0px;

			}
			.navbar-default .navbar-collapse, .navbar-default .navbar-form{
				background-color: #1799d5;
			}
			#menu-primary-navigation{
				margin-top: 0 !important
			}
			.modal-img .modal-dialog{
				width: 100%;
      }
      #menu-mobile{
        display: block;
      }
      #menu-desktop{
        display: none;
      }
      .menu-{
        display: none;
      }
      .navbar-nav>li{
        text-align: center;
      }
      .redes {
        /* width: 100px; */
        /* height: 50px; */
        list-style: none;
        margin-left: 0;
        padding: 0;
        position: absolute;
        left: 0%;
        top: 0;
        }
        .imagem-sobre img {
          width: 100%;
          height: auto;
          margin: 0;
        }
        .box-produtos {
          float: left;
          width: 25%;
          }
        #inicio{
          margin-top: 65px;
        }
        .lead h1{
          font-size:20px;
        }
        section {
          padding-top: 20px;
          padding-bottom: 20px;
        }
        .produtos-texto {
          font-size: 19px;
          margin-top: 60px;
          text-transform: uppercase;
          font-weight: lighter;
        }
        .mapa{
          width: 100%;
          overflow: hidden;
        }
        .mapa img {
          width: 250%;
          height: auto;
          margin-left: -75%;
        }
        .navbar-default,.navbar-header {
          height: 65px;
        }
        .redes li {
          float: left;
          padding: 10px 10px 10px;
        }
        .navbar-default .navbar-collapse{
          width: 100%;
          padding-right: 0;
          padding-left: 0;
          margin: 0;
          margin-top: 0px;
          position: relative;
        }
        .navbar-nav>li {
          padding: 0px 0px 0;
          font-weight: normal;
        }
        button.close{
          padding: 5px 10px 8px;
          background-color: #000;
          opacity: 0.8;
          position: absolute;
          top: 1%;
          left: 90%;
        }
        .modal-dialog {
          width: 90%;
          margin: 50px auto;
        }
        .modal-content {
          max-height: 100%;
          overflow: hidden;
        }
        .content{
          position: relative;
        }
        .img-desk{
          display: none;
        }
        .img-desk img{
          width: 100%;
          height: auto;
        }
        .img-mobile{
          display: block;
        }
        .img-mobile img{
          width: 100%;
          height: auto;
        }
    }
