* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  font-family: "AvenirNextLTPro-Regular";
  word-wrap: break-word;
}

body {
  color: #333;
  font-size: 15px;
}

a {
  color: #333;
  font-size: 20px;
}
a:hover {
  text-decoration: none;
  color: #192a62;
}
a:focus {
  text-decoration: none;
  color: #192a62;
}

/*CORES SELEÇÃO*/
*::-moz-selection {
  background: #192a62; /*---Cor de fundo--*/
  color: #fff; /*--cor da fonte--*/
}

*::selection {
  background: #192a62; /*---Cor de fundo--*/
  color: #fff; /*--cor da fonte--*/
}

strong {
  font-family: "AvenirNextLTPro-Bold";
}

.sem-margin-e-padding {
  margin: 0 !important;
  padding: 0 !important;
}
.img-galeria-internas {
  overflow: hidden !important;
}
.sem-padding {
  padding: 0 !important;
}

.margin-0-auto {
  margin: 0 auto;
  display: block;
}

.titulo-45 {
  font-size: 45px;
  color: #192a62;
  font-family: "AvenirNextLTPro-Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hidden-normal {
  display: none;
}

.setas-carousel {
  margin-top: 120px;
}

.efeito-jquery {
  position: relative;
  opacity: 0;
}

.botao-principal {
  display: block;
  font-size: 15px;
  width: 165px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Bold";
  color: #fff;
  background: #192a62;
  margin: 10px auto 10px auto;
  border: 0;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.botao-principal:hover {
  margin: 15px auto 5px auto;
  background: #194aa1;
  color: #fff;
}

.branco {
  color: #fff;
}
.azul-escuro {
  color: #192a62;
}
.azul-claro {
  color: #194aa1;
}

.bold {
  font-family: "AvenirNextLTPro-Bold";
}
.light {
  font-family: "AvenirNextLTPro-Demi";
}

.seta-baixo {
  background: url(../images/seta-azul.png) no-repeat center center;
  width: 75px;
  height: 41px;
  margin: 10px auto 10px auto;
  display: block;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.seta-baixo:hover {
  margin: 15px auto 5px auto;
}

.seta-baixo-banner {
  bottom: 60px;
  position: relative;
  z-index: 6;
  margin: 0 auto -57px auto;
  display: block;
  width: 91px;
  height: 57px;
  background: url(../images/seta-banner.png) no-repeat center center;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.seta-baixo-banner:hover {
  bottom: 50px;
}

.seta-rodape {
  background: url(../images/seta-rodape.png) no-repeat center center;
  width: 104px;
  height: 89px;
  margin: 10px auto 10px auto;
  display: block;
  position: relative;
  top: 0px;
  z-index: 3;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.seta-rodape:hover {
  top: -5px !important;
}

#divisor-rodape {
  background: url(../images/separador-rodape.jpg) no-repeat center center;
  width: 100%;
  height: 76px;
  margin: 30px 0;
  z-index: 3;
}

#detalhe-rodape {
  background: url(../images/detalhe-rodape.jpg) no-repeat center top;
  height: 14px;
  width: 100%;
}

#detalhe-banner {
  background: url(../images/detalhe-banner.png) no-repeat center center;
  width: 100%;
  height: 28px;
  position: relative;
}

#detalhe-titulo {
  background: url(../images/detalhe-titulo.jpg) no-repeat center center;
  width: 200px;
  height: 14px;
  position: relative;
}

#topo {
  width: 100%;
  height: 130px;
  background: #192a62;
  position: relative;
  top: 0;
  z-index: 10;
}

#topo .logo {
  position: relative;
  left: -140px;
  float: left;
  margin: 0 10px;
  background: url(../images/brilho-logo.png) no-repeat center center;
}

#topo .logo a {
  float: left;
  width: 520px;
  height: 130px;
  text-indent: -9999px;
  position: relative;
  background: url(../images/logo.png) no-repeat center 5px;
}
#topo .slogan {
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: relative;
  top: -45px;
  margin-bottom: -36px;
}
#topo .menu-topo {
  float: right;
}

#topo .menu .menu-principal {
  float: left;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#topo .menu .menu-principal .link-principal {
  color: #fff;
  padding: 0 30px;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 80px;
  cursor: pointer;
}
#topo .menu .menu-principal:hover {
  background: #194aa1;
}

#topo .menu .menu-principal .submenu {
  width: 180px;
  background: #194aa1;
  margin-top: 80px;
  padding: 0 10px;
  position: absolute;
  display: none;
  z-index: 5;
}

#topo .menu .menu-principal .submenu li {
  width: 100%;
  margin: 0 0 4px 0;
  float: left;
}

#topo .menu .menu-principal .submenu li a {
  padding: 5px 0;
  font-size: 15px;
  line-height: 30px;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  margin-left: 5px;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#topo .menu .menu-principal .submenu li:hover a {
  margin-left: 15px;
}

#topo .menu .bt-abrir {
  float: right;
  font-size: 40px;
  text-transform: uppercase;
  background: none;
  border: 0;
  outline: none;
  margin-right: 20px;
  line-height: 60px;
  display: none;
  position: relative;
  z-index: 20;
}

#banner {
  max-height: 554px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px;
}

#banner .img-banner {
  width: 100%;
  z-index: 2;
  float: left;
  margin: 0;
}

#banner .seta-direita {
  top: 25%;
  position: absolute;
  z-index: 6;
  left: 0;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#banner .seta-direita:hover {
  left: 15px;
}

#banner .seta-esquerda {
  top: 25%;
  position: absolute;
  z-index: 6;
  right: 0;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#banner .seta-esquerda:hover {
  right: 15px;
}
#rodape .atendimento-rodape .texto-atendimento p strong {
  display: block;
}
#video-home {
  width: 100%;
  padding: 60px 0 0 0;
}
#video-home .titulo-45 {
  margin: 0 0 40px 0;
  text-align: center;
}
#video-home .seta-baixo {
  margin: 50px auto;
}
/*#video-home .embed-responsive.embed-responsive-16by9 iframe{
	max-width: 640px;
	max-height: 360px;
	right: 20px;
	left: auto;	
}*/
#video-home .div-video {
  padding: 0 2.2%;
}
#video-home .img-video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#departamento-home {
  width: 100%;
  background: #e7e7e7;
  margin-top: -15px;
}
#departamento-home .titulo-departamento-home {
  margin: 0 auto;
  float: none;
}
#departamento-home .titulo-45 {
  text-align: center;
  margin: 30px 0;
}
#departamento-home .texto-departamento-home {
  text-align: center;
  width: 100%;
}

#departamento-home .departamento-loja {
  float: left;
  height: 225px;
  width: 100%;
  margin: 15px 0;
  background: url(../images/fundo-departamento-loja.jpg) no-repeat center center;
}
#departamento-home .departamento-loja h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 40px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.9s;
}
#departamento-home .departamento-loja img {
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
  top: 30px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.9s;
}
#departamento-home .departamento-loja:hover img {
  -webkit-animation: iconeDepartamento 0.5s ease;
  -moz-animation: iconeDepartamento 0.5s ease;
  -ms-animation: iconeDepartamento 0.5s ease;
  -o-animation: iconeDepartamento 0.5s ease;
  animation: iconeDepartamento 0.5s ease;
}
@-webkit-keyframes iconeDepartamento {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-moz-keyframes iconeDepartamento {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-ms-keyframes iconeDepartamento {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@-o-keyframes iconeDepartamento {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes iconeDepartamento {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
#departamento-home .departamento-loja:hover h3 {
  font-size: 28px;
}
#departamento-home .departamento-industria {
  float: left;
  height: 225px;
  width: 100%;
  margin: 20px 0 0 0;
  background: url(../images/fundo-departamento-loja.jpg) no-repeat center center;
}
#departamento-home .departamento-industria h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 50px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.9s;
}
#departamento-home .departamento-industria img {
  position: relative;
  display: block;
  width: 83px;
  height: 83px;
  margin: 0 auto 10px auto;
  top: 50px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.9s;
}
#departamento-home .departamento-industria:hover img {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#departamento-home .departamento-industria:hover h3 {
  font-size: 28px;
}
#departamento-home .seta-baixo {
  margin: 20px auto 20px auto;
}
#departamento-home .seta-baixo:hover {
  margin: 25px auto 15px auto;
}

#chamada-home {
  width: 100%;
  background: url(../images/fundo-chamada-home.jpg) no-repeat center center;
  background-size: 1800px;
}
#chamada-home .bloco-chamada h2 {
  font-size: 60px;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 60px;
  text-transform: uppercase;
}
#chamada-home .botao-principal {
  margin: 10px auto;
  width: 250px;
}
#chamada-home .botao-principal:hover {
  margin: 10px auto;
}

#caminho .breadcrumb {
  text-transform: uppercase;
  background: none;
  width: 100%;
  margin: 12px 0 20px 0;
}

#caminho .breadcrumb a {
  padding: 8px 5px;
  font-size: 13px;

  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#caminho .breadcrumb a:hover {
  color: #192a62;
}

#caminho .breadcrumb span {
  font-size: 15px;
  font-family: "AvenirNextLTPro-Bold";

  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#caminho .breadcrumb span:hover {
  margin-left: 5px;
  color: #a6a6a6;
}

#fundo-quem-somos {
  background: url(../images/fundo-quem-somos.jpg) no-repeat center bottom;
  width: 100%;
  height: 245px;
}

#fundo-quem-somos .titulo-quem-somos {
  text-shadow: 3px 3px #192a62;
  float: left;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  font-family: "AvenirNextLTPro-Bold";
}
#quem-somos {
  width: 100%;
}

#quem-somos h2 {
  margin: 40px 0;
  text-align: left;
}

#quem-somos p {
  margin: 0;
  font-size: 15px;
  text-align: justify;
}

#quem-somos .img-quem-somos {
  margin: 45px auto;
  max-width: 100%;
}

#fundo-loja {
  background: url(../images/fundo-loja.jpg) no-repeat center bottom;
  width: 100%;
  height: 245px;
}
#fundo-loja.tintas {
  background: url(../images/fundo-tintas.jpg) no-repeat center bottom;
}
#fundo-loja.eletrica {
  background: url(../images/fundo-eletrica.jpg) no-repeat center bottom;
}
#fundo-loja.hidraulica {
  background: url(../images/fundo-hidraulica.jpg) no-repeat center bottom;
}
#fundo-loja.utilidades-domesticas {
  background: url(../images/fundo-utilidade.jpg) no-repeat center bottom;
}
#fundo-loja.ferramentas {
  background: url(../images/fundo-loja.jpg) no-repeat center bottom;
}
#fundo-loja .titulo-loja {
  text-shadow: 3px 3px #192a62;
  float: left;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  font-family: "AvenirNextLTPro-Bold";
}
#loja {
  width: 100%;
  margin-top: 40px;
}

#loja .col-md-12 span {
  margin: 20px 0;
  display: block;
  font-size: 18px;
  text-align: left;
  font-family: "AvenirNextLTPro-Bold";
}

#loja .conteudo-loja {
  margin: 0 auto;
}

#loja .loja-box {
  background: #fff;
  margin-bottom: 30px;
  margin: 0 auto;
  padding: 15px;
}

#loja .loja-box .nome-categoria {
  margin: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#loja .loja-box .img-box-loja {
  height: 255px;
  width: 100%;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#loja .loja-box .img-box-loja img {
  max-height: 100%;
  max-width: 100%;
}

#loja .loja-box a:hover .img-box-loja {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#loja .loja-box a .botao-principal {
  width: auto;
  max-width: 165px;
  margin-top: 0;
}

#loja .loja-box a:hover .botao-principal {
  margin: 5px auto 5px auto;
  background: #194aa1;
  color: #fff;
}
#loja-detalhe {
  width: 100%;
  margin: 30px 0 20px 0;
}

#loja-detalhe .titulo-45 {
  margin-bottom: 0;
  font-size: 34px;
}

#loja-detalhe #detalhe-titulo {
  margin: 5px 0 25px 0;
}

#loja-detalhe .texto-loja {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

#fundo-industria {
  background: url(../images/fundo-industria.jpg) no-repeat center bottom;
  width: 100%;
  height: 245px;
}
#fundo-industria .titulo-industria {
  text-shadow: 3px 3px #192a62;
  float: left;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  font-family: "AvenirNextLTPro-Bold";
}
#industria {
  width: 100%;
}

#industria .col-md-12 span {
  margin: 20px 0;
  display: block;
  font-size: 18px;
  text-align: left;
  font-family: "AvenirNextLTPro-Bold";
}

#industria .conteudo-industria {
  margin: 0 auto;
}

#industria .industria-box {
  background: #fff;
  margin-bottom: 30px;
  margin: 0 auto;
  padding: 15px;
}

#industria .industria-box .nome-categoria {
  margin: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#industria .industria-box .img-box-industria {
  height: 255px;
  width: 100%;

  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#industria .industria-box .img-box-industria img {
  max-height: 100%;
  max-width: 100%;
}

#industria .industria-box a:hover .img-box-industria {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#industria .industria-box a .botao-principal {
  width: auto;
  max-width: 165px;
  margin-top: 0;
}

#industria .industria-box a:hover .botao-principal {
  margin: 5px auto 5px auto;
  background: #194aa1;
  color: #fff;
}
#industria-detalhe {
  width: 100%;
  margin: 30px 0 20px 0;
}

#industria-detalhe .titulo-45 {
  margin-bottom: 0;
  font-size: 34px;
}

#industria-detalhe #detalhe-titulo {
  margin: 5px 0 25px 0;
}

#industria-detalhe .texto-industria {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

#fundo-onde-estamos {
  background: url(../images/fundo-onde-estamos.jpg) no-repeat center bottom;
  width: 100%;
  height: 245px;
}
#fundo-onde-estamos .titulo-onde-estamos {
  text-shadow: 3px 3px #192a62;
  float: left;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  font-family: "AvenirNextLTPro-Bold";
}
#onde-estamos {
  margin: 15px 0 40px 0;
}

#onde-estamos .texto-onde-estamos {
  text-align: center;
  margin: 20px 0;
}
#onde-estamos .img-unidade {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#onde-estamos .marilia {
  margin-top: 65px;
}

#fundo-contato {
  background: url(../images/fundo-contato.jpg) no-repeat center bottom;
  width: 100%;
  height: 245px;
}

#fundo-contato .titulo-contato {
  text-shadow: 3px 3px #192a62;
  float: left;
  width: 100%;
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  font-family: "AvenirNextLTPro-Bold";
}
#contato {
  margin: 15px 0 40px 0;
}

#contato .texto-contato {
  text-align: center;
}

#contato .left {
  float: left;
}

#contato .right {
  float: right;
}

#contato .contato-atendimento .titulo-45,
#contato .contato-atendimento .titulo-45 {
  text-align: center !important;
  margin-bottom: 0 !important;
  font-size: 18px;
}

#contato .container .row .contato-atendimento {
  width: 100%;
  margin-bottom: 20px;
}

#contato .container .row .contato-atendimento img {
  margin-top: 35px;
  display: block;
}

#contato .container .row .contato-atendimento .telefone {
  margin-top: 5px;
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

#contato .container .row .contato-atendimento .email {
  margin-top: 5px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#contato .container .row .contato-endereco {
  width: 100%;
}

#contato .container .row .contato-endereco img {
  display: block;
}

#contato .container .row .contato-endereco .endereco {
  margin-top: 5px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

#contato .container .row .contato-redes-sociais {
  text-align: center;
  margin: 20px 0;
}

#contato .container .row .contato-redes-sociais a {
  display: inline;
  margin: 0 5px;
}

#contato .container .row .form-contato {
  margin-top: 40px;
  float: left;
  padding-left: 20px;
  width: 100%;
  border-left: solid 1px #faf2f2;
  height: 360px;
}

#contato .container .row .form-contato .form-group input[type="text"] {
  width: 100%;
  height: 35px;
  outline: none;
  border: solid 1px #ccc;
  line-height: 35px;
  padding: 0 5px;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#contato .container .row .form-contato .form-group input[type="text"]:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -o-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -moz-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  border: solid 1px #192a62;
}

#contato .container .row .form-contato .form-group select {
  width: 100%;
  height: 35px;
  outline: none;
  border: solid 1px #ccc;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#contato .container .row .form-contato .form-group select:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -ms-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -o-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -moz-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  border: solid 1px #192a62;
}

#contato .container .row .form-contato .form-group textarea {
  width: 100%;
  outline: none;
  border: solid 1px #ccc;
  padding: 0 5px;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#contato .container .row .form-contato .form-group textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -ms-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -o-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  -moz-box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  box-shadow: 0px 0px 7px 0px rgba(25, 42, 98, 0.65);
  border: solid 1px #192a62;
}

#contato .botao-principal {
  float: left;
}

#rodape {
  width: 100%;
  position: relative;
  opacity: 0;
  background: #fff;
  z-index: 2;
}

#rodape .links-rodape a {
  font-size: 13px;
}

#rodape .creditos-rodape {
  font-size: 12px;
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
  margin-top: 15px;
  text-align: left;
}

#rodape .creditos-rodape a {
  font-size: 12px;
}

#rodape .onde-estamos-rodape img {
  float: left;
  margin: 0px 10px 0 0;
}

#rodape .onde-estamos-rodape .texto-localizacao {
  font-size: 14px;
  color: #333;
}

#rodape .onde-estamos-rodape .texto-localizacao span {
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Bold";
}

#rodape .onde-estamos-rodape .texto-localizacao p {
  line-height: 20px !important;
}

#rodape .onde-estamos-rodape .texto-localizacao p a {
  font-size: 14px;
}

#rodape .atendimento-rodape .icones-atendimento {
  float: left;
  margin: 0px 10px 0 0;
}
#rodape .atendimento-rodape .icones-atendimento img {
  margin-bottom: 15px;
}

#rodape .atendimento-rodape .texto-atendimento {
  float: left;
  font-size: 14px;
  color: #333;
}

#rodape .atendimento-rodape .texto-atendimento span {
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-Bold";
}

#rodape .atendimento-rodape .texto-atendimento p {
  line-height: 20px !important;
}

#rodape .atendimento-rodape .texto-atendimento p a {
  font-size: 14px;
}

#rodape .sociais-rodape img {
  float: left;
  margin: 0;
}

#rodape .sociais-rodape .texto-sociais a {
  float: left;
  margin: 0;
  font-size: 12px;
  font-family: "AvenirNextLTPro-Bold";
  text-transform: uppercase;
}

.rodape-index {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.rodape-index #rodape {
  padding-top: 30px;
}
.rodape-index #divisor-rodape {
  margin: 0;
  z-index: 3;
  position: relative;
}
.rodape-index .seta-rodape {
  margin: 0 auto;
}

/* ==== HOME ESCOLHA ===*/

#topo-home-escolha {
  width: 100%;
  padding: 20px 0;
}
#topo-home-escolha .container .row .col-md-12 .logo {
  float: left;
  width: 100%;
  text-align: center;
}
#topo-home-escolha .container .row .col-md-12 .logo h1 {
  display: block;
  text-indent: -9999px;
  font-size: 11px;
  margin-top: -20px;
}
#topo-home-escolha .container .row .col-md-12 .logo h1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#home-escolha {
  width: 100%;
  margin-top: 30px;
}
#home-escolha .container .row .col-md-12 ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#home-escolha .container .row .col-md-12 ul li {
  display: inline-table;
  width: 280px;
  max-width: 100%;
  min-height: 175px;
  margin: 0 15px 15px 15px;
  padding: 10px;
  border: solid 1px transparent;
}
#home-escolha .container .row .col-md-12 ul li h2 {
  font-size: 14px;
  color: #fff;
}
#home-escolha .container .row .col-md-12 ul li .botao-principal {
  width: 100%;
  background: #fff;
  color: #19285f;
}
#home-escolha .container .row .col-md-12 ul li:hover {
  border: solid 1px #194aa1;
}
#home-escolha .container .row .col-md-12 ul li:hover .botao-principal {
  margin: 10px auto 10px auto;
  position: relative;
  background: #194aa1;
  color: #fff;
}

@media (max-width: 1200px) {
  .hidden-1200 {
    display: none !important;
  }

  #banner-internas {
    margin-top: -110px;
  }
  #topo .menu .menu-principal .link-principal {
    color: #fff;
    padding: 0 10px;
  }

  #video-home .embed-responsive.embed-responsive-16by9 iframe {
    right: 0;
    left: 0;
    margin: auto;
  }
  .embed-responsive-16by9 {
    padding-bottom: 36.25%;
  }

  @media (max-width: 992px) {
    p,
    h2,
    span {
      text-align: center !important;
    }
    .titulo-45 {
      font-size: 26px;
    }

    img {
      margin: 0 auto;
      display: block;
      float: none;
    }

    .botao-principal {
      float: none !important;
    }

    .clearfix-mobile {
      clear: both;
    }

    .setas-carousel {
      display: inline;
    }
    .seta-rodape {
      top: 2px !important;
    }

    .hidden-mobile {
      display: none !important;
    }

    .hidden-normal {
      display: block;
    }
    .hidden-normal img {
      max-width: 100%;
      height: auto;
    }

    /* TOPO MOBILE */

    .distancia-mobile {
      margin-top: 109px !important;
    }

    #topo {
      position: fixed;
      background: #19285f;
    }

    #topo li {
      width: 100%;
      text-align: right;
      margin: 0 !important;
    }
    #topo .container ul li .submenu {
      z-index: -99999999999999 !important;
      margin-top: -999px !important;
    }

    #topo .logo {
      position: absolute;
      left: -5px;
      z-index: 50;
    }

    #topo .logo a {
      background: url(../images/logo-mobile.png) no-repeat center center;
      width: 186px;
    }

    #topo .menu {
      overflow-y: auto;
      height: 100px;
      width: 100%;
    }

    #topo .menu-mobile {
      float: right;
      height: 100px;
      background: url(../images/logo-mobile.png) no-repeat left center;
    }

    #topo .menu-mobile .bt-abrir {
      padding: 24px 0;
    }

    #topo .container .menu-topo .menu .menu-principal {
      float: right;
      border-bottom: solid 1px #194aa1;
    }

    #topo ul .menu-principal {
      background: #19285f;
    }

    #topo ul .menu-principal a {
      float: right !important;
      padding: 10px !important;
      min-height: 40px !important;
      line-height: 40px !important;
      width: 100%;
      font-size: 26px !important;
      text-align: right;
      color: #fff !important;
      display: block;

      -webkit-transition: all ease 0.2s;
      -ms-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      transition: all ease 0.2s;
    }

    #topo .bt-abrir {
      float: right;
      display: block !important;
    }
    /* FINAL TOPO MOBILE */

    #quem-somos-home .left {
      padding-right: 15px;
    }

    .titulo-quem-somos,
    .titulo-loja,
    .titulo-industria,
    .titulo-onde-estamos,
    .titulo-contato {
      font-size: 50px !important;
      top: 15% !important;
    }
    #fundo-quem-somos,
    #fundo-loja,
    #fundo-industria,
    #fundo-onde-estamos,
    #fundo-contato {
      height: 185px;
    }

    .detalhe-titulo {
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    #loja .loja-box .img-box-loja {
      height: auto;
      max-height: 100%;
    }

    .setas-carousel {
      margin-top: 60px;
    }
    /*#topo .menu{
	overflow:hidden;
	height:	100px;
}

#topo .telefone-topo {
	display:none;
}

#topo li {
	width:100%;
	text-align:right;	
	margin:0 0 15px 0 !important;

}


#topo .container ul li .submenu-loja { 
z-index:-99999999999999;
margin-top:-90px;
	
}

#topo li a {
	width:100%;
	text-align:right;	
	margin-right:10px;
}

#topo .menu-mobile{
	width:100%;
	margin-top:30px !important;
}


#topo .bt-abrir{
	float:right;
	display:block;	
}
*/

    #banner .seta-esquerda,
    #banner .seta-direita {
      display: none !important;
    }

    #quem-somos-home .left {
      width: 100%;
    }
    #quem-somos-home .right .foto-quem-somos {
      float: none;
    }
    #quem-somos-home p {
      margin-top: 0px;
    }

    #chamada-home {
      margin: 30px 0;
    }
    #chamada-home .bloco-chamada h2 {
      font-size: 26px;
      margin: 18% 0;
    }

    #quem-somos .right .foto-quem-somos {
      float: none;
    }

    #onde-estamos .right {
      float: none;
    }

    #contato .container .row .form-contato {
      border-left: 0;
      border-bottom: solid 1px #faf2f2;
      padding-bottom: 20px;
    }

    #contato .right {
      width: 100%;
      margin-bottom: 120px;
    }
    #contato .botao-mobile {
      margin: 0 auto;
    }

    #rodape .onde-estamos-rodape {
      display: block;
      margin: 0 auto;
      float: none;
    }
    #rodape .onde-estamos-rodape .texto-localizacao {
      margin: 0 auto;
      width: 100%;
    }
    #rodape .onde-estamos-rodape .texto-localizacao p {
      margin-bottom: 30px;
    }
    #rodape .onde-estamos-rodape img {
      margin: 0 auto !important;
      float: none !important;
    }

    #rodape .atendimento-rodape .icones-atendimento {
      float: none;
    }

    #rodape .atendimento-rodape {
      display: block;
      margin: 0 auto;
      float: none;
    }

    #rodape .atendimento-rodape img {
      display: block;
      margin: 0 auto;
    }
    #rodape .atendimento-rodape .texto-atendimento {
      margin: 0 auto;
      width: 100%;
    }
    #rodape .atendimento-rodape .texto-atendimento p {
      margin-bottom: 30px;
    }
    #rodape .atendimento-rodape img {
      margin: 0 auto !important;
      float: none !important;
    }

    #rodape .sociais-rodape {
      display: block;
      margin: 0 auto;
      width: 40%;
      float: none;
    }
    #rodape .sociais-rodape .texto-sociais a {
      text-align: center;
      width: 100%;
      margin-top: 5px;
    }
    #rodape .sociais-rodape img {
      margin: 0 auto !important;
      float: none !important;
    }
    #rodape .creditos-mobile span {
      display: block;
    }
  }
}
