/*@ CSS Document */

body {
  font: normal 16px 'Dosis', sans-serif;
  background-color: #fff;
}

hr {
  border-top-color: #e3e3e3;
}

/*@ Zera margens p e form */

p,
form {
  margin: 0;
}

a,
a:hover {
  color: #484e92;
}


/*@ Pagenator */

.pagenator {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 20px 0;
  padding: 0;
}

.pagenator img {
  margin: 7px 2px 0 2px;
}

.pagenator a {
  color: #333;
  text-decoration: none;
}

.pagenator a:hover {
  color: #333;
  text-decoration: underline;
}

.pagenator table {}


/*@ Fotos */

.fotoTopo {
  margin: 0 0 20px 0;
  width: 100% !important;
  text-align: center;
  display: block;
  clear: both;
  overflow: hidden;
}

.fotoTopo img {
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  padding: 4px;
}

.fotoright {
  float: right;
  text-align: right;
  padding: 0 0 10px 0;
}

.fotoinferior {
  margin: 0 20px 20px 0;
  display: inline-table;
}

.containerfotoleft {
  margin: 0 20px 0 0;
  float: left;
}

.containerfotoright {
  margin: 0 0 0 20px;
  float: right;
}

.containerfotoinferior {
  margin: 20px 0 0 0;
  text-align: justify;
  overflow: hidden;
  clear: both;
  display: block;
}

.fotolegenda {
  font-size: .75em;
  text-align: center;
  line-height: 140%;
  padding: 5px 10px;
  display: block;
  text-align: center;
}

.fotocreditos {
  font-size: .75em;
  text-align: right;
}

.foto {
  background: white;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 3px;
}


/*@ hx */

h1 {
  font-size: 1.6em;
  line-height: 120%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #f58220;
  text-transform: uppercase;
}

h2 {
  font-size: 1.1em;
  font-weight: bold;
  color: #0b0f3e;
  margin: 0 0 10px 0;
}

h2.h2-title {
  color: #900;
  font-size: 2.3em;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: normal;
  font-weight: 500;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}

h3.h3-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
  text-transform: uppercase;
}

h3.preco {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
  padding: 0;
  line-height: normal;
}

h3.preco small {
  font-size: .5em;
  color: #333;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}

h4.modal-title {
  font-size: 1.3em;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

h4.precoCarro {
  font-size: 1.5em;
  margin: 0 0 30px 0;
}

h4.precoCarro small {
  text-transform: none;
}

.section-head {
  margin: 20px 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

.section-head span {
  color: #f06d1a;
}

.text-underscore {
  color: #F90;
  font-size: 0.9em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.text-underscore span {
  color: #000;
}

.inline-block {
  display: inline-block;
}

.normal-p p {
  margin-bottom: 15px;
}

#modalNewsletter input[type=text],
#modalNewsletter input[type=password] {
  margin-bottom: 5px;
}

#modalNewsletter h3 {
  font-weight: 500;
  color: #900;
  font-size: 1.2em;
}

#modalNewsletter .modal-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e4e4e4));
  background-image: linear-gradient(to bottom, #e2e2e2, #e4e4e4);
}

#modalNewsletter .modal-footer {
  margin-top: 0px;
  padding-top: 0px;
}

fieldset {
  padding-bottom: 30px;
}

fieldset legend {
  color: #f58220;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1em;
  border: none;
  margin-bottom: 20px;
}

fieldset legend small {
  display: block;
  color: #999;
  font-size: .6em;
}


/*---------------------------- Start S I T E --------------------------*/


/*@ wrap-logos */

.wrap-logos {
  float: left;
  clear: both;
  position: relative;
  background-color: none;
  width: 100%;
  height: 75px;
}

.wrap-logos .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.vendas-corporativas {
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  margin-top: 25px;
  letter-spacing: .5px;
  border-left: 1px solid #f58220;
  padding-left: 5px;
  font-weight: 500;
  display: inline-block;
}

.fale-com-presidente {
  position: absolute;
  top: 20px;
  right: 180px;
}

.fale-com-presidente span.icon {
  width: 19px;
  height: 19px;
  background: url(../images/sprite.png) no-repeat -20px -159px;
  float: left;
  position: relative;
}

.fale-com-presidente a {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  float: left;
  margin: 3px 0 0 5px;
  color: #f58220;
  font-weight: bold;
}

.fale-com-presidente a:hover {
  color: #000;
}

.fale-com-presidente a span {
  color: #000;
}

.fale-com-presidente a:hover span {
  color: #f58220;
}


/*@ lista-midias-sociais */

ul.lista-midias-sociais {
  margin: 15px 0 0 20px;
  padding: 0;
  list-style: none;
  float: right;
}

ul.lista-midias-sociais li {
  float: left;
}

ul.lista-midias-sociais li a i {
  display: block;
  color: #f58220;
  font-size: 20px;
  /*width: 32px;height: 32px; background-image: url(../images/sprite.png);background-repeat: no-repeat; */
}

ul.lista-midias-sociais li a i.icon-blog {
  width: 22px;
  height: 22px;
  display: block;
  background: url("images/icon-blog.png") no-repeat left top;
}

ul.lista-midias-sociais li a i.icon-blog:hover {
  width: 22px;
  height: 22px;
  display: block;
  background: url("images/icon-blog.png") no-repeat right top;
}

ul.lista-midias-sociais li a:hover i {
  color: #ccc;
  /* background-color: #fff;box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1); */
}

.lista-midias-sociais-menu {
  display: none;
  padding: 0px;
  margin: 0px;
}


.list-socialmidia {
  margin: 12px 0 0 0;
}

.list-socialmidia li {
  display: inline-block;
  padding: 10px 5px;
  font-size: 26px;
}

.list-socialmidia li a:hover {
  color: #f58220
}

@media (min-width: 1200px) {
  .vendas-corporativas {
    margin-top: 16px;
    font-size: 12px;
    line-height: 12px;
  }
}


/*@media (max-width: 1199px) {
.vendas-corporativas {
margin-top: 27px;
font-size: 11px;
}
.fale-com-presidente {
font-size: 11px;
}
.fale-com-presidente a {
margin-top: 5px;
}
}*/

@media (max-width: 1199px) {
  .vendas-corporativas {
    font-size: 10px;
  }

  .fale-com-presidente {
    right: 210px;
    font-size: 11px;
  }

  .fale-com-presidente a {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .vendas-corporativas {
    margin-top: 18px;
  }
}


/*@ wrap-menu */

.wrap-menu {
  float: left;
  clear: both;
  position: relative;
  background: none;
  width: 100%;
  min-height: 64px;
}


/*@ header */

header {
  background-color: #fff;
  float: left;
  clear: both;
  background: url(../images/bg-topo.jpg) repeat;
  width: 100%;
  position: relative;
  min-height: 190px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

header .container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 3000;
}

.logo2 {
  display: none;
  margin-top: 16px;
}

.logoFit .logo1 {
  display: none;
}

.logoFit .logo2 {
  display: block;
}


/*@ navbar-header */

.navbar-header {
  width: auto;
}


/*@ navbar-default */

.navbar-default {
  background-color: none;
  border-color: none;
  margin: 0;
  border: none;
}

.navbar-default .navbar-nav {
  position: relative;
  float: right;
  display: inline-block;
  margin: 25px 0;
}

.navbar-default .navbar-nav>li {
  padding: 0 10px;
  margin: 0px;
  display: inline-block;
  float: none;
  border-left: 1px solid #f58220;
}

.navbar-default .navbar-nav>li:first-child {
  border: none;
}

.navbar-default .navbar-nav>li>a {
  padding: 0;
  height: auto;
  line-height: normal;
  color: #000;
  -webkit-transition: All .15s ease;
  -moz-transition: All .15s ease;
  -o-transition: All .15s ease;
  font-weight: 100;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #f58220;
}

.navbar-default .navbar-collapse {
  padding: 0;
  overflow-x: hidden;
}

.navbar-nav .open .dropdown-menu,
.navbar-nav .dropdown-menu {}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .dropdown-menu>li>a {}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .dropdown-menu>li>a:active {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  font-size: 12px;
}

.navbar-default .navbar-nav>li.alt {
  border-left: none;
  padding-left: 0;
}

.navbar-default .navbar-nav>li.alt>a {
  background: #000;
  color: #fff;
  padding: 5px 7px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.navbar-default .navbar-nav>li.alt>a span {
  color: #f58220;
}

.navbar-default .navbar-nav>li.alt>a:hover {
  background: #f58220;
  color: #fff;
}

.navbar-default .navbar-nav>li.alt>a:hover span {
  color: #000;
}


/*@ logo */

.logo {
  width: 237px;
  height: 46px;
  display: block;
  position: relative;
  float: left;
  margin: 0px !important;
  padding: 0px;
}

.logo span {
  display: none;
}


/*@ box-servicos-inicial */

h2.h2-servicos-inicial {
  text-align: center !important;
  color: #6d6d6d;
  font-size: 1.5em;
  margin: 20px 0 50px 0;
}

a.thumb-servicos {
  background: #0a2060;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
  text-align: center;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a.thumb-servicos:hover {
  box-shadow: 0px 0px 30px #000000 inset;
  color: #98a9db;
  text-decoration: none;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

a.thumb-servicos .box-img img {
  margin: 0 0 10px 0;
}

a.thumb-servicos p {
  font-size: 1.5em;
}


/*@ wrap-slider */

.wrap-slider {
  clear: both;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  min-height: 630px;
  background: url(../images/background-slider-home.jpg) no-repeat center bottom #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.bg-wrap-slider {
  height: 930px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  background: url(../images/background-slider-home-fit.jpg) no-repeat center bottom #252525;
}


/*@ wrap */

.wrap {
  clear: both;
  background: #fff;
  position: relative;
}

.wrap #institucional {
  position: absolute;
  top: -60px;
}

.wrap .container {
  padding-bottom: 0px;
  padding-top: 0px;
}

.wrap-breadcrumb {
  clear: both;
  background: #e0e0e0;
  padding-top: 20px;
}


/*@ wrap-header*/

.wrap-header {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.wrap-header .breadcrumb {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
}

.wrap-header h1 img {
  margin: 0 0 0 20px;
}

.wrap-header ol li a {
  color: #900;
}


/*@ Slider */

.owl-controls .owl-nav {
  display: block;
  position: relative;
  color: #fff;
}

.owl-controls .owl-nav div {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 20px;
  background: url("../images/sprite.png") no-repeat;
  text-indent: -999999px;
}

.owl-controls .owl-nav .owl-prev {
  background-position: -69px -157px;
  margin: 0 120px 0 0;
}

.owl-controls .owl-nav .owl-next {
  background-position: -98px -157px;
  margin: 0 0 0 120px;
}

.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  margin-top: -17px;
  margin-bottom: 30px;
}

.owl-carousel .owl-controls .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  margin: 0 4px;
}

.owl-carousel .owl-controls .owl-dot span {
  background: url(../images/sprite.png) no-repeat -153px -160px;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}

.owl-carousel .owl-controls .owl-dot.active span {
  background: url(../images/sprite.png) no-repeat -133px -160px;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}

.owl-carousel .owl-controls .owl-dot:hover span {
  background: url(../images/sprite.png) no-repeat -133px -160px;
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
}

.owl-carousel.owl-loaded {
  display: block;
}


/*@ wrap-info */

.wrap-info {
  clear: both;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  min-height: 704px;
  background: #fff;
}

.wrap-info #corporativo {
  position: absolute;
  top: -70px;
}

.wrap-info .container {
  position: relative;
}

.bg-wrap-info {
  position: absolute;
  width: 900px;
  height: 630px;
  top: 0px;
  left: -150px;
  background: url(../images/background-table.jpg) no-repeat center top;
  z-index: 0;
}

.wrap-info .col-sm-12 {
  z-index: 1000;
}

.institucional {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}

.institucional h2 {
  margin: 140px 130px 110px 130px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  float: left;
  display: block;
  position: relative;
  text-align: center;
}

.institucional h2 span {
  color: #f90;
}

a.btn-solicite {
  width: 100%;
  color: #FFF;
  position: relative;
  display: block;
  margin: 40px 0 0 0;
  background: #f58220;
  font-size: 25px;
  text-align: center;
  padding: 15px 0;
}

a:hover.btn-solicite {
  background: #000;
  color: #f90;
  text-decoration: none;
}

a.btn-solicite-2 {
  display: none;
}

.list-solicite {
  list-style: none;
  border-left: 4px solid #f90;
  padding: 0 0 0 25px;
}

.list-solicite li {
  color: #F90;
  font-size: 0.9em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.list-solicite li span {
  color: #000;
}


/*@ wrap-parceiros */

.wrap-parceiros {
  clear: both;
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  background: #fff;
  padding-bottom: 80px;
}

.wrap-parceiros #marcas {
  position: absolute;
  top: -70px;
}

.ti-parceiros {
  text-align: center;
  display: block;
  /* float: left;  */
  clear: both;
  position: relative;
  padding: 20px 0 60px 0;
}

.ti-parceiros h2 {
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0 !important;
}

.ti-parceiros h2 span {
  color: #f06d1a;
}

.quadro-parceiros {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  display: block;
  background: url("../images/bg-subgrade.png") repeat;
}

.subquadro-parceiros {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%)
}

.ref-height {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
}

.quadro-parceiros .inside-quadro-parceiros {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  display: block;
  background: url("../images/bg-grade.png") repeat;
  border-right: 1px solid #fde7ce;
  border-bottom: 1px solid #fde7ce;
  border-radius: 0 3px 0 3px;
}

.left-border {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 72px;
  height: 163px;
  background: url("../images/sprite.png") no-repeat -23px -294px;
}

.right-border {
  position: absolute;
  right: -11px;
  bottom: -11px;
  width: 163px;
  height: 40px;
  background: url("../images/sprite.png") no-repeat -80px -470px;
}

.quadro-parceiros .inside-quadro-parceiros ul {
  max-width: 1120px;
  list-style: none;
  position: relative;
  display: block;
  clear: both;
  padding: 0px;
  margin: 0 auto;
}

.quadro-parceiros .inside-quadro-parceiros ul li {
  margin: 0 10px;
  float: left;
  position: relative;
  width: 120px;
  height: 90px;
}


/*
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(6),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(15),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(24),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(33),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(42),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(51),
.quadro-parceiros .inside-quadro-parceiros ul li:nth-child(60){ margin-left: 140px;}
*/

.quadro-parceiros .inside-quadro-parceiros ul li a.logo-parceiro {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  clear: both;
}

.quadro-parceiros .inside-quadro-parceiros ul li a.logo-parceiro img {
  display: none;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

.quadro-parceiros .inside-quadro-parceiros ul li a.logo-parceiro img:first-child {
  display: block;
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

.quadro-parceiros .inside-quadro-parceiros ul li a:hover.logo-parceiro img {
  display: block;
}

.quadro-parceiros .inside-quadro-parceiros ul li a:hover.logo-parceiro img:first-child {
  display: none;
}


/* 
.quadro-parceiros .inside-quadro-parceiros ul li a{ float: left; clear: both; position: relative; width: 120px; height: 90px; background-image: url("../images/sprite-logos.png"); background-repeat: no-repeat; background-position-y: 0;}
.quadro-parceiros .inside-quadro-parceiros ul li a:hover{ background-position-y: -90px;}

.inside-quadro-parceiros ul li a.dlink{background-position-x: 0px;}
.inside-quadro-parceiros ul li a.bmi{background-position-x: -120px;}
.inside-quadro-parceiros ul li a.multilaser{background-position-x: -240px;}
.inside-quadro-parceiros ul li a.sumay{background-position-x: -360px;}
.inside-quadro-parceiros ul li a.mymax{background-position-x: -480px;}

.inside-quadro-parceiros ul li a.intel{background-position-x: -600px;}
.inside-quadro-parceiros ul li a.tlg{background-position-x: -720px;}
.inside-quadro-parceiros ul li a.samsung{background-position-x: -840px;}
.inside-quadro-parceiros ul li a.dell{background-position-x: -960px;}

.inside-quadro-parceiros ul li a.driftin{background-position-x: -1080px;}
.inside-quadro-parceiros ul li a.comtac{background-position-x: -1200px;}
.inside-quadro-parceiros ul li a.cce{background-position-x: -1320px;}
.inside-quadro-parceiros ul li a.brother{background-position-x: -1440px;}
.inside-quadro-parceiros ul li a.asus{background-position-x: -1560px;}                          
                

.inside-quadro-parceiros ul li a:hover .intel{background-position-x: 0px;}
.inside-quadro-parceiros ul li a:hover .dell{background-position-x: -120px;}
.inside-quadro-parceiros ul li a:hover .multilaser{background-position-x: -240px;}
.inside-quadro-parceiros ul li a:hover .sumay{background-position-x: -360px;}
.inside-quadro-parceiros ul li a:hover .mymax{background-position-x: -480px;}

.inside-quadro-parceiros ul li a:hover .dlink{background-position-x: -600px;}
.inside-quadro-parceiros ul li a:hover .tlg{background-position-x: -720px;}
.inside-quadro-parceiros ul li a:hover .samsung{background-position-x: -840px;}
.inside-quadro-parceiros ul li a:hover .bmi{background-position-x: -960px;}

.inside-quadro-parceiros ul li a:hover .driftin{background-position-x: -1080px;}
.inside-quadro-parceiros ul li a:hover .comtac{background-position-x: -1200px;}
.inside-quadro-parceiros ul li a:hover .cce{background-position-x: -1320px;}
.inside-quadro-parceiros ul li a:hover .brother{background-position-x: -1440px;}
.inside-quadro-parceiros ul li a:hover .asus{background-position-x: -1560px;}

*/

.parceiros-modal .content {
  padding: 30px;
  text-align: center;
}

.parceiros-modal .item {
  display: none;
}

.parceiros-modal .item.active {
  display: block;
}

.parceiros-modal .logo-parceiro {
  display: inline-block;
  margin-bottom: 15px;
}

.parceiros-modal .resumo {
  display: inline-block;
  width: 100%;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  color: #333;
}


/*@ Features */

.boxFeatures {
  text-align: center;
  clear: both;
  cursor: pointer;
  position: relative;
  background: #ffab00;
  padding: 20px;
  border-radius: 20px;
  width: 212px;
  min-height: 207px;
  margin: 0 auto 30px auto;
}

.boxFeatures a {
  color: #fff;
  text-decoration: none;
}

.boxFeatures a h2 {
  margin: 20px 0 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.boxFeatures a p {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-decoration: none;
  line-height: 10px;
}

.boxFeatures a h2,
.boxFeatures a p {
  color: #FFF;
  display: none;
}

.boxFeatures:hover a h2,
.boxFeatures:hover a p {
  display: inline-block !important;
}

.boxFeatures a p {
  line-height: 15px;
}

.box-marcaLider {
  background: url('../images/bg-features-1.png') no-repeat 0px -207px;
}

.box-numeros {
  background: url('../images/bg-features-2.png') no-repeat 0px -207px;
}

.box-industria {
  background: url('../images/bg-features-3.png') no-repeat 0px -207px;
}

.box-sobmedida {
  background: url('../images/bg-features-4.png') no-repeat 0px -207px;
}

.box-marcaLider:hover {
  background: url('../images/bg-features-1.png') no-repeat 0px 0px !important;
}

.box-numeros:hover {
  background: url('../images/bg-features-2.png') no-repeat 0px 0px !important;
}

.box-industria:hover {
  background: url('../images/bg-features-3.png') no-repeat 0px 0px !important;
}

.box-sobmedida:hover {
  background: url('../images/bg-features-4.png') no-repeat 0px 0px !important;
}

.box-selected {
  background-position-y: -207px;
}


/*
.box-marcaLider:hover, .box-marcaLider-selected{ background: url('../images/bg-features-1.png') no-repeat 0px -207px;}
.box-numeros:hover, .box-numeros-selected{ background: url('../images/bg-features-2.png') no-repeat 0px -207px;}
.box-industria:hover, .box-industria-selected{ background: url('../images/bg-features-3.png') no-repeat 0px -207px;}
.box-sobmedida:hover, .box-sobmedida-selected{ background: url('../images/bg-features-4.png') no-repeat 0px -207px;}

.box-marcaLider:hover > a p, .box-marcaLider:hover > a h2, .box-marcaLider.box-selected > a p, .box-marcaLider.box-selected > a h2{ display: none; cursor: pointer;}
.box-numeros:hover > a p, .box-numeros:hover > a  h2, .box-numeros.box-selected > a p, .box-numeros.box-selected > a h2{ display: none; cursor: pointer;}
.box-industria:hover > a p, .box-industria:hover > a  h2, .box-industria.box-selected > a p, .box-industria.box-selected > a h2{ display: none; cursor: pointer;}
.box-sobmedida:hover > a p, .box-sobmedida:hover > a  h2, .box-sobmedida.box-selected > a p, .box-sobmedida.box-selected > a h2{ display: none; cursor: pointer;}
*/

.box-info {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.box-info strong {
  font-size: 1.5em;
}


/*@ Wrap Maps */

.wrap-maps {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wrap-maps #lojas {
  position: absolute;
  top: -70px;
}

.box-maps {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 20px 0 0 0;
}

.box-maps .maps {
  height: 400px;
}

.ti-maps {
  text-align: center;
  display: block;
  position: relative;
  margin: 20px 0;
}

.ti-maps h2 {
  font-size: 1.3em;
  font-weight: 600;
}

.ti-maps h2 span {
  color: #f06d1a;
}

.maskIframe {}

.boxStreetView {
  position: absolute;
  width: 356px;
  height: 125px;
  padding: 5px;
  border-radius: 2px;
  background: #fff;
  box-shadow: #ccc 0 1px 2px;
  left: 10px;
  top: 150px;
}

.boxStreetView .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  clear: both;
  position: relative;
  overflow: hidden !important;
}

.boxStreetView .boxImg a {
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.boxStreetView .boxImg img {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.box-formMaps {
  width: 100%;
  position: relative;
  float: left;
  display: block;
}

body .box-formMaps select {
  border: 2px solid #6c6c6c;
  padding: 0 0 0 10px;
  width: 100%;
  height: 55px;
  margin-right: 10px;
  font-size: 20px;
  color: #333;
  float: left;
  appearance: push-button;
  -webkit-appearance: push-button;
  -webkit-border-radius: 0px !important;
  -moz-appearance: push-button;
  -moz-border-radius: 0px;
  -o-appearance: push-button;
  -o-border-radius: 0px;
  background: url("../images/arrow-down.png") no-repeat right center #fff;
  cursor: pointer;
}

.box-formMaps button {
  width: 100%;
  height: 55px;
  background: #f58220;
  border: none;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  display: block;
  float: left;
}

.box-formMaps button:hover {
  background: #f58220;
  box-shadow: inset 0px -27px 0px #f17a13;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.box-horario {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}


/*@ Wrap Formulario */

.wrap-formulario {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 120px;
}

.wrap-formulario #contato {
  position: absolute;
  top: -70px;
  /* width: 10px; height: 10px; background: red; z-index: 100000000000; */
}

.ti-formulario {
  text-align: center;
  display: block;
  position: relative;
  margin: 20px 0 30px 0;
}

.ti-formulario h2 {
  font-size: 1.3em;
  font-weight: 600;
}

.ti-formulario h2 span {
  color: #f06d1a;
}

.formContato {}

.formContato input[type=text] {
  width: 100%;
  border: 2px solid #333;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  display: block;
  float: left;
  font-size: 23px;
}

.formContato input[type=email] {
  width: 100%;
  border: 2px solid #333;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  display: block;
  float: left;
  font-size: 23px;
}

.formContato textarea {
  width: 100%;
  border: 2px solid #333;
  height: 160px;
  display: block;
  float: left;
  font-size: 23px;
  padding: 10px;
}

.formContato button {
  width: 100%;
  height: 50px;
  background: #f06d1a;
  border: none;
  color: #fff;
  font-size: 20px;
  margin: 100px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  display: block;
  float: left;
}

.formContato button:hover {
  background: #f58220;
  box-shadow: inset 0px -27px 0px #f17a13;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.validateInput input[type=text],
.validateInput input[type=email] {
  background: url("../images/icon-success-1.png") no-repeat 98% center;
}

.validateInput.success input[type=text],
.validateInput.success input[type=email] {
  background: url("../images/icon-success-2.png") no-repeat 98% center;
}

.validateInput.error input[type=text],
.validateInput.error input[type=email] {
  background: url("../images/icon-error.png") no-repeat 98% center;
}

.msgPresidente {}

.box-check {
  width: 100%;
  height: 50px;
  background: #333;
  margin: 20px 0 10px 0;
  padding: 0px;
  display: block;
  clear: both;
  position: relative;
  float: left;
}

a.iconCheck {
  width: 50%;
  height: 100%;
  background: #666;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1000;
  opacity: 0.8;
}

a.iconCheck.on {
  left: 0px !important;
}

.listCheck {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: block;
  position: relative;
  list-style: none;
}

.listCheck li {
  width: 50%;
  height: 50px;
  text-align: center;
  position: relative;
  float: left;
  background: #333;
  color: #CCC;
  padding-top: 15px;
}

.listCheck li:first-child {
  background: #28cf87;
  color: #fff;
}

.textInfo-news {
  margin: 20px 0 0 0;
  font-size: 12px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  position: relative;
}


/*@ tab-content */

.tab-content {
  border: 1px solid #ddd;
  padding: 12px;
  border-top: none;
  font-size: .75em;
  border-radius: 0 0 3px 3px;
}

.tabs-trabalhe-conosco {
  background: #fff;
  margin: 0;
  padding: 0;
}

.tabs-trabalhe-conosco>li,
.tabs-trabalhe-conosco>li a {
  font-size: 1.1em;
}

.tab-content-horizontal {
  font-family: Arial, Helvetica, sans-serif;
}

.tab-content-horizontal h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #788b94;
  font-size: 1.2em;
  text-transform: uppercase;
}


/*@ tab-content vertical */

.tab-content-vertical {
  border: none;
  padding: 0px;
  font-size: .75em;
}

.tabs-corporativos {
  background: #fff;
  margin: 0;
  padding: 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.tabs-corporativos>li,
.tabs-corporativos>li a {
  font-size: 1.1em;
  font-weight: bold;
}


/*@ box-form-aside */

.box-form-aside {
  overflow: hidden;
  clear: both;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  border-radius: 5px;
}

.box-form-aside h3 {
  font-size: 0.96em;
  font-weight: bold;
  color: #788b94;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: normal;
  text-transform: uppercase;
}

.box-form-aside button {
  margin-top: 20px;
  clear: both;
  display: block;
}


/*@ bubble-oferta */

.bubble-oferta {
  width: 75px;
  height: 59px;
  display: block;
  background: url(../images/sprite.png) no-repeat -20px -370px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.bubble-oferta span {
  display: none;
}


/*@ main-row */

.main-row {
  clear: both;
}

.main-row .container {
  border: none;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
  background: #fff;
}

.box-tit-newsletter {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.box-tit-newsletter * {
  display: inline-block;
  margin: 0 20px 10px 20px !important;
}


/*@ footer */

.wrap-mensagem {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  background: #f58220;
}

.sectionMensagem {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 1.8em;
}

footer {
  clear: both;
  overflow: hidden;
  background: url("../images/square-footer.jpg") repeat #252525;
}

footer .container {
  /* border-bottom: 2px solid #ececec; */
  padding-bottom: 20px;
  padding-top: 30px;
  width: 100%;
}

footer a {
  color: #BBB;
  font-weight: 100;
  font-size: 0.9em;
}

footer a:hover {
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  text-decoration: none;
}

footer h4 a {
  color: #FFF;
  font-weight: 600;
  font-size: 1em;
}

footer h4 a:hover {
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
}

footer ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: block;
}

footer ul li,
footer ul li a {
  display: block;
}

.wrap-footer {
  border-bottom: 2px solid #f2f2f2;
}

footer .boxFooter {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 20px 0;
}

footer .boxFooter h4 {
  color: #fff;
  font-weight: 100;
  text-align: center;
}

footer .boxFooter h4 span {
  color: #f58220;
}

#aw_malware {
  margin: 0 auto;
  padding: 4px 10px;
  background: #fff;
  border-radius: 5px;
  min-width: 146px;
  min-height: 44px;
}

ul.lista-midias-sociais-footer {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  float: right;
  display: block;
}

ul.lista-midias-sociais-footer li {
  float: left;
}

ul.lista-midias-sociais-footer li a i {
  display: block;
  color: #929292;
  font-size: 27px;
}

ul.lista-midias-sociais-footer li a:hover i {
  color: #f58220;
}

.boxNewsletter {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.boxNewsletter h2 {
  color: #FFF;
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
  margin: 20px 0 40px 0;
}

.boxNewsletter h2 span {
  color: #f06d1a;
}

.boxNewsletter input[type=text] {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px;
  font-size: 20px;
  border: 2px solid #756f7c;
  color: #333;
}

.boxNewsletter button {
  width: 100%;
  height: 50px;
  background: #f58220;
  color: #fff;
  border: 1px solid #000;
  font-size: 1.5em;
  text-transform: uppercase;
}


/*@ like-box-facebook */

#fb-root {
  display: none;
}


/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.box-unidades {
  margin: 30px;
  padding: 10px;
  overflow: hidden;
  clear: both;
  background: #fff;
  border: 1px solid #ccc;
  font-size: .8em;
  position: relative;
  border-radius: 3px;
  height: 200px;
}

.copyright {
  font-size: .9em;
  color: #000;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

.copyright a {
  color: #000;
}

.copyright a:hover {
  color: #fff;
  text-decoration: none;
}


/* Modal Full */

.fullscreen-painel {
  width: 100%;
  position: absolute;
  height: 560px;
  background: rgba(173, 36, 36, 0.8);
  z-index: 1000;
  top: 0px;
}


/*@ article */

article {
  clear: both;
  line-height: 1.45em;
  font-weight: 400;
}

article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
  padding-bottom: 20px;
}

article .blococontainer {
  width: 100%;
  clear: both;
  padding-bottom: 20px;
}

article .blococontainer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

article h3 small {
  display: block;
  margin-top: 5px;
}

article.item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

article.item:after {
  padding-bottom: 0;
}

article.item h2 {
  font-size: 1.6em;
  margin: 0 0 7px 0;
}


/*@ box-fieldset */

.box-fieldset {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 4px #e7e7e7;
  border: 1px solid #ddd;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}

.box-fieldset legend {
  margin: 20px 0 0 0;
  width: auto;
  padding: 0 20px;
  background: #fff;
}

.box-fieldset form button,
.form-group button.btn-envia {
  background: #f58220;
  border: none;
}

.box-fieldset form button:hover,
.form-group button:hover.btn-envia {
  background: #000;
  color: #f58220;
}


/* Conteudo Interior site */

.wrap-conteudo {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.wrap-conteudo-fit {
  padding-top: 220px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.wrap-conteudo h1 {
  display: block;
  margin: 0 0 40px 0;
  border-left: 8px solid #000;
  color: #fff;
  padding: 10px 0 10px 10px;
  border-radius: 0 5px 5px 0;
  background: #f58220;
}

.wrap-conteudo h2 {
  color: #333;
  font-size: 1.5em;
  font-weight: 500;
  display: block;
  margin: 0 0 20px 0;
}

.wrap-conteudo .breadcrumb {
  border-bottom: 1px dotted #eaeaea;
  margin: 40px 0 40px 0;
}

.vagas h4.panel-title a {
  color: #f58220;
}

.vagas h4.panel-title a:hover {
  color: #000;
  text-decoration: none;
}

.vagas h4.panel-title a i {
  color: #999;
  margin: 0 10px 0 0;
}

a.esqueciMinhaSenha {
  color: #000;
  margin: 20px 0 0 0;
  display: block;
}

a:hover.esqueciMinhaSenha {
  color: #999;
  text-decoration: none;
}

a.btn-sair {
  background: #900;
  color: #fff;
  border: none !important;
}

a:hover.btn-sair {
  background: #f00;
  color: #fff
}

a.trans {
  color: #000;
}

a:hover.trans {
  color: #999;
  text-decoration: none;
}

.ti-vagas {
  color: #cf6303;
  padding-bottom: 5px;
  border-bottom: 1px dotted #eaeaea;
  font-size: 1.4em;
  font-weight: 400;
}

.wrap-conteudo article fieldset {
  position: relative;
}

.wrap-conteudo article fieldset #vagas {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #dados {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #escolaridade {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #info {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #atual {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #anterior {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.wrap-conteudo article fieldset #experiencia {
  position: absolute;
  background: #000;
  padding: 3px;
  top: -100px;
}

.creditosLogo {
  position: absolute;
  right: 0px;
  top: 310px;
}

.creditosLogo li {
  float: left;
  margin-left: 10px;
}


/*---------------------------- Start R E S P O N S I V E --------------------------*/

@media (min-width: 767px) {
  .navbar-default .navbar-nav.navbar-navFit {
    /*margin-top: 30px;*/
  }

  .navbar-default .navbar-nav.navbar-navFit>li.alt>a {
    background: #f58220;
  }

  .navbar-default .navbar-nav.navbar-navFit>li.alt>a span {
    color: #000;
  }

  .navbar-default .navbar-nav.navbar-navFit>li.alt>a:hover {
    background: #f58220;
    color: #000;
  }

  .navbar-default .navbar-nav.navbar-navFit>li.alt>a:hover span {
    color: #fff;
  }
}


/*--------------------------------------- Large desktop ---------------------------------------*/

@media (min-width: 1200px) {

  /*@ nav */
  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    position: relative;
    color: #f58220;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #000;
    background-color: #F90;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  .formularioBusca {
    margin: 15px -35px 0 0 !important;
  }

  .wrap .main-row .container {
    margin-bottom: 60px;
  }

  /*@ tab-content */
  .tab-content {
    border: 1px solid #ddd;
    padding: 12px;
    border-top: none;
    font-size: .75em;
    border-radius: 0 0 3px 3px;
  }

  .tabs-trabalhe-conosco {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-trabalhe-conosco>li,
  .tabs-trabalhe-conosco>li a {
    font-size: 1.1em;
  }

  /*@ tab-content vertical */
  .tab-content-vertical {
    border: none;
    padding: 0px;
    font-size: .75em;
  }

  .tabs-corporativos {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-corporativos>li,
  .tabs-corporativos>li a {
    font-size: 1.1em;
  }

  .box-form-aside input,
  .box-form-aside textarea {
    width: 214px;
  }

  .box-form-aside select {
    width: 228px;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 150px;
  }

  /*@ box-features */
  .box-features {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: 40px;
    border: 1px solid #bf1e2e;
    border-radius: 20px;
    box-shadow: #999 0 1px 2px;
  }

  .box-features img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .box-features h2 {
    float: left;
    position: relative;
    margin: 15px 0 0 20px;
    color: #b2313b;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.8em;
  }

  .box-features p {
    float: left;
    position: relative;
    margin: 10px 0 20px 20px;
    color: #000;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.1em;
  }

  a.btn-mais-box-features {
    display: block;
    width: 100%;
    background: rgba(209, 33, 43, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px 0;
    text-align: center;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    cursor: pointer;
  }

  a:hover.btn-mais-box-features {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
  }

  .modal,
  .modal-backdrop {
    display: none !important;
  }

  /*@ WrapMaps */
  .box-maps .maps {
    height: 400px;
  }

  .maskIframe {
    /*  width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: calc(100% - 40px); height: 100%; position: absolute; background: rgba(255, 0, 255, 0.5); */
    display: none;
  }

  .box-formMaps button {
    margin-left: -25px;
  }

  .validateInput input[type=text]#assunto {
    background: url("../images/icon-success-1.png") no-repeat 99% center;
  }

  .validateInput.success input[type=text]#assunto {
    background: url("../images/icon-success-2.png") no-repeat 99% center;
  }

  .validateInput.error input[type=text]#assunto {
    background: url("../images/icon-error.png") no-repeat 99% center;
  }
}


/*--------------------------------------- Portrait tablet to landscape and desktop ---------------------------------------*/

@media (min-width: 979px) and (max-width: 1200px) {
  .logo {
    width: 180px;
  }

  .logo .logo1 {
    margin-top: 11px;
  }

  /*@ nav */
  .navbar-default .navbar-nav>li {
    padding: 0 5px;
    margin: 0px;
    display: inline-block;
    float: none;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-radius: 0;
    position: relative;
    color: #f58220;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
    font-size: .9em;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #900;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  .box-form-aside input,
  .box-form-aside textarea {
    width: 164px;
  }

  .box-form-aside select {
    width: 178px;
  }

  .formularioBusca {
    margin: 15px 0 0 0;
  }

  /*@ tab-content */
  .tab-content {
    border: 1px solid #ddd;
    padding: 12px;
    border-top: none;
    font-size: .75em;
    border-radius: 0 0 3px 3px;
  }

  .tabs-trabalhe-conosco {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-trabalhe-conosco>li,
  .tabs-trabalhe-conosco>li a {
    font-size: 1.1em;
  }

  /*@ tab-content vertical */
  .tab-content-vertical {
    border: none;
    padding: 0px;
    font-size: .75em;
  }

  .tabs-corporativos {
    background: #fff;
    margin: 0;
    padding: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
  }

  .tabs-corporativos>li,
  .tabs-corporativos>li a {
    font-size: 1.1em;
  }

  table.form-checkout .input-large {
    width: 140px;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 100px;
  }

  /*@ box-features */
  .box-features {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    min-height: 150px;
    margin-bottom: 40px;
    border: 1px solid #bf1e2e;
    border-radius: 20px;
    box-shadow: #999 0 1px 2px;
  }

  .box-features img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .box-features h2 {
    float: left;
    clear: both;
    position: relative;
    margin: 10px 10px 0 10px;
    color: #b2313b;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.3em;
  }

  .box-features p {
    float: left;
    clear: both;
    position: relative;
    margin: 5px 10px 20px 10px;
    color: #000;
    text-shadow: #FFF 0 1px 0;
    font-size: .8em;
  }

  a.btn-mais-box-features {
    display: block;
    width: 100%;
    background: rgba(209, 33, 43, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 0;
    text-align: center;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    cursor: pointer;
    font-size: 1em;
  }

  a:hover.btn-mais-box-features {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
  }

  .modal,
  .modal-backdrop {
    display: none !important;
  }

  /*@ wrap-info */
  /*
.wrap-info{clear: both; width:100%; float:left; clear:both; position:relative; min-height: 704px; background: #fff;}
.wrap-info .container{ position: relative;}
.bg-wrap-info{ position:absolute; width: 900px; height: 630px; top:0px; left:-150px; background: url(../images/background-table.jpg) no-repeat center top; z-index: 0;}
.wrap-info .col-sm-12{ z-index: 1000;}

.institucional{ width: 100%; position: relative; display: block; float: left;}
.institucional h2{ margin: 140px 130px 110px 130px; font-size: 1.3em; font-weight: 600; line-height: 24px; letter-spacing: 1px; float: left; display: block; position: relative; text-align: center;}
.institucional h2 span{ color: #f90;}
*/
  a.btn-solicite {
    width: 100%;
    color: #FFF;
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    background: #f58220;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
  }

  a:hover.btn-solicite {
    background: #000;
    color: #f90;
    text-decoration: none;
  }

  /*
.list-solicite{ list-style: none; border-left:4px solid #f90; padding: 0 0 0 25px;}
.list-solicite li{ color: #F90; font-size: 0.9em; margin-bottom:2px; text-transform: uppercase;}
.list-solicite li span{ color: #000;}
*/
  .quadro-parceiros .inside-quadro-parceiros ul {
    max-width: 100%;
    list-style: none;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li {
    margin: 0;
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 90px;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(6),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(15),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(24),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(33),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(42),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(51),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(60) {
    margin-left: 0;
  }

  /*@ WrapMaps */
  .box-maps .maps {
    height: 380px;
  }

  .validateInput input[type=text]#assunto {
    background: url("../images/icon-success-1.png") no-repeat 99% center;
  }

  .validateInput.success input[type=text]#assunto {
    background: url("../images/icon-success-2.png") no-repeat 99% center;
  }

  .validateInput.error input[type=text]#assunto {
    background: url("../images/icon-error.png") no-repeat 99% center;
  }

  .maskIframe {
    /* width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: calc(100% - 40px); height: 100%; position: absolute; background: rgba(255, 0, 255, 0.5); */
    display: none;
  }
}


/*------------------------------------- Portrait tablet to landscape and desktop -------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {
  .fale-com-presidente {
    position: absolute;
    top: 20px;
    right: 160px;
  }

  /*@ nav */
  .navbar-default .navbar-nav {
    float: none;
    display: block;
    margin: 70px auto 0 auto;
  }

  .navbar-default .navbar-nav>li {
    padding: 0 3px;
    margin: 0px;
    display: inline-block;
    float: none;
    border-left: 1px solid #f58220;
  }

  .navbar-default .navbar-nav>li:first-child {
    border: none;
    padding-left: 0;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu,
  header ul.nav li.open ul.dropdown-menu {
    display: block;
    width: 200px;
    border-radius: 0;
    padding: 10px;
    font-size: .8em;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li,
  header ul.nav li.open ul.dropdown-menu>li {
    text-align: left
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a,
  header ul.nav li.open ul.dropdown-menu>li>a {
    text-align: left;
    padding: 5px;
    height: auto;
    border: none;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #900;
    padding: 5px 10px;
    height: auto;
    border: none;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-radius: 0;
    position: relative;
  }

  /*@ dropdown */
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  .nav>li:hover>a,
  .nav>li:hover>a:hover,
  .nav>a:focus {
    border-radius: 0;
    position: relative;
    color: #f58220;
  }

  .navbar-nav .open .dropdown-menu,
  .navbar-nav .dropdown-menu {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a,
  .navbar-default .navbar-nav .dropdown-menu>li>a {}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .dropdown-menu>li>a:active {
    border-bottom: 4px solid #fff;
    color: #fff;
  }

  .logo-sebrae {
    margin: 20px 0 26px 0;
  }

  .formularioBusca {
    margin: 15px 0 0 0;
  }

  .box-servicos a {
    text-align: center;
  }

  .box-servicos a span {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }

  .box-destaques {
    margin: 0 0 30px 0;
  }

  .box-form-aside input,
  .box-form-aside textarea {
    width: 114px;
  }

  .box-form-aside select {
    width: 128px;
  }

  .form-horizontal .control-label {
    width: 70px;
  }

  .form-horizontal .controls {
    margin-left: 0px;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-navegue-pelo-site ul li {
    width: 100%;
  }

  .box-telefone p span {
    display: block;
  }

  /*telefone*/
  /*.box-telefone{padding: 30px;overflow: hidden;clear: both;}
.box-telefone div{ float:left; display:inline-block; position:relative;}
.box-telefone p{float: left;clear: both;font-weight: bold;font-size:15px;}
.box-telefone p em{font-style: normal;font-weight: bold;font-size:15px;}*/
  .box-telefone {
    text-align: center;
  }

  .box-telefone span.icon {
    margin: 6px 0 10px 0;
    float: inherit;
    display: inline-block;
  }

  .box-telefone i {
    display: none;
  }

  .box-telefone p {
    margin-bottom: 10px;
  }

  /*.box-telefone p.noIcon{ padding-left:53px;}
.box-telefone .nome{ font-size:15px; font-weight:bold;}*/
  .box-unidades {
    height: 350px;
  }

  table.form-checkout .input-large {
    width: 90px;
  }

  .box-checkout .box-checkout-inner .table-hover {
    font-size: .8em;
  }

  .box-servicos-inicial {
    position: relative;
    padding: 0 70px;
  }

  /*@ box-features */
  .box-features {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    min-height: 120px;
    margin-bottom: 40px;
    border: 1px solid #bf1e2e;
    border-radius: 10px;
    box-shadow: #999 0 1px 2px;
  }

  .box-features img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .box-features h2 {
    float: left;
    clear: both;
    position: relative;
    margin: 5px 0 0 10px;
    color: #b2313b;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.1em;
  }

  .box-features p {
    float: left;
    clear: both;
    position: relative;
    margin: 5px 0 0 10px;
    color: #000;
    text-shadow: #FFF 0 1px 0;
    font-size: .8em;
  }

  a.btn-mais-box-features {
    display: block;
    width: 100%;
    background: rgba(209, 33, 43, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 0;
    text-align: center;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    cursor: pointer;
    font-size: 0.8em;
  }

  a:hover.btn-mais-box-features {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
  }

  .modal,
  .modal-backdrop {
    display: none !important;
  }

  /*@ wrap-info */
  /*
.wrap-info{clear: both; width:100%; float:left; clear:both; position:relative; min-height: 704px; background: #fff;}
.wrap-info .container{ position: relative;}
.wrap-info .col-sm-12{ z-index: 1000;}
.institucional{ width: 100%; position: relative; display: block; float: left;}
*/
  .wrap-info {
    min-height: 550px;
  }

  .bg-wrap-info {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 0px;
    left: 0px;
    background:
      /* url(../images/background-table.jpg) no-repeat center top */
      none;
    z-index: 0;
    opacity: 0.15;
    background-size: cover;
  }

  .institucional h2 {
    margin: 40px 130px 50px 130px;
    font-size: 2.1em;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
  }

  .institucional h2 span {
    color: #f90;
  }

  .institucional p {
    font-size: 1.2em;
  }

  a.btn-solicite {
    width: 100%;
    color: #FFF;
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    background: #f58220;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
  }

  a:hover.btn-solicite {
    background: #000;
    color: #f90;
    text-decoration: none;
  }

  /*
.list-solicite{ list-style: none; border-left:4px solid #f90; padding: 0 0 0 25px;}
.list-solicite li{ color: #F90; font-size: 0.9em; margin-bottom:2px; text-transform: uppercase;}
.list-solicite li span{ color: #000;}

*/
  .quadro-parceiros .inside-quadro-parceiros ul {
    max-width: 100%;
    list-style: none;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li {
    margin: 0;
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 90px;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(6),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(15),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(24),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(33),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(42),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(51),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(60) {
    margin-left: 0;
  }

  /*@ WrapMaps */
  .box-maps .maps {
    height: 300px;
  }

  .box-horario {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
  }

  /*@ Wrap FormContato */
  .formContato button {
    margin-top: 40px;
  }

  .textInfo-news {
    font-size: 18px;
  }

  .boxNewsletter button {
    font-size: 20px;
  }

  .maskIframe {
    /* width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: calc(100% - 40px); height: 100%; position: absolute; background: rgba(255, 0, 255, 0.5); */
    display: none;
  }
}


/*--------------------------------------- Landscape phone to portrait tablet ---------------------------------------*/

@media (max-width: 767px) {
  .wrap-menu {
    background: none;
  }

  /*@ lista-top-menu */
  ul.lista-top-menu {
    margin-top: 10px;
  }

  ul.lista-top-menu li {
    float: left;
    width: 35px;
    height: 35px;
  }

  ul.lista-top-menu li a {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    border: 1px solid #fff;
    float: left;
    clear: both;
    position: relative;
  }

  ul.lista-top-menu li a:hover {
    border: 1px solid #fff;
  }

  ul.lista-top-menu li a span {
    margin: 0;
  }

  ul.lista-top-menu li a strong {
    display: none;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }

  /* .navbar-default .collapsed .icon-bar{ background: #fff;} */
  .lista-midias-sociais {
    display: none;
  }

  .lista-midias-sociais-menu {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    list-style: none;
  }

  .lista-midias-sociais-menu li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }

  .lista-midias-sociais-menu li a {
    color: #FFF;
    font-size: 35px;
    padding: 5px 10px;
    float: left;
    clear: both;
    position: relative;
    display: block;
  }

  .lista-midias-sociais-menu li a:hover {
    color: #000;
  }

  /*@ logo */
  .logo {
    float: left;
    margin: 20px 0 0 0 !important;
    display: inline-block;
  }

  .wrap-navbar-toggle {
    float: right;
    position: relative;
    margin: 10px 0 0 0;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin: 0;
    position: relative;
  }

  .vendas-corporativas {
    font-size: 10px;
    letter-spacing: 1px;
    width: 135px;
  }

  .fale-com-presidente {
    right: 15px;
    top: 14px;
    text-align: right
  }

  .fale-com-presidente span.icon {
    float: right;
  }

  .fale-com-presidente a {
    font-size: .6em;
    margin-top: 6px;
  }

  /*@ .navbar-toggle */
  .navbar-default .navbar-toggle {
    float: right;
    margin: 25px 0 13px 0;
    background: #f58220;
    border: none !important;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #282828;
  }

  .navbar-default .navbar-collapse {
    background: #f58220;
    min-height: 395px;
    border: none;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-top: 0px;
  }

  .navbar-default .navbar-nav {
    display: block;
    float: none;
    margin-top: 10px;
    overflow-x: hidden;
  }

  .navbar-default .navbar-nav>li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: #000;
  }

  .navbar-default .navbar-nav>li.alt>a {
    margin: 10px -15px 0 -15px;
    padding: 10px 0;
    display: block;
    background: #000;
    text-align: center;
    font-size: 1.3em;
  }

  .navbar-default .navbar-nav>li.alt>a:hover {
    color: #f58220;
    background: #000;
  }

  .navbar-default .navbar-nav>li.alt>a:hover span {
    color: #fff;
  }

  .formularioBusca {
    border: none;
  }

  .inputBusca {
    max-width: 300px;
    float: left;
    margin: 0 5px 5px 0;
  }

  /*@ ativando menus */
  body.ati-home .navbar-default .navbar-nav>li.nav-home>a,
  body.ati-a-fazenda .navbar-default .navbar-nav>li.nav-a-fazenda>a,
  body.ati-senepol .navbar-default .navbar-nav>li.nav-senepol>a,
  body.ati-vendas .navbar-default .navbar-nav>li.nav-vendas>a,
  body.ati-noticias .navbar-default .navbar-nav>li.nav-noticias>a,
  body.ati-galerias .navbar-default .navbar-nav>li.nav-galerias>a,
  body.ati-contato .navbar-default .navbar-nav>li.nav-contato>a {
    color: #fff;
    background: #f8ba2f;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a {
    color: #fff;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background: #393c6a;
  }

  ul.nav-topo {
    position: relative;
    top: auto;
    right: auto;
    font-size: .9em;
    text-align: center;
    margin: 0 0 30px 0;
  }

  ul.nav-topo li {
    height: auto;
    line-height: normal;
    border-color: #999;
  }

  ul.nav-topo li a {
    color: #666;
    text-shadow: none;
  }

  ul.nav-topo li a:hover {
    color: #666;
    text-decoration: underline;
  }

  /*@ wrap */
  .wrap>.container {
    padding-top: 0;
  }

  /*@ tab-content */
  .tabs-trabalhe-conosco>li {
    margin: 0;
    margin-bottom: 5px;
  }

  .tabs-trabalhe-conosco>li.active a {
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  .tabs-trabalhe-conosco>li.active a:hover {
    background: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  .tabs-trabalhe-conosco>li a:hover {
    background: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  ul.midias-sociais {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin: 0 0 30px 20px;
  }

  .chat-online,
  .chat-offline {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin: 0 0 30px 20px;
  }

  .navbar .nav li.dropdown>a:hover .caret,
  .navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #999;
    border-bottom-color: #999;
  }

  /*@ wrap-header */
  .wrap-header {
    margin-top: 0;
  }

  h1 {
    float: none;
  }

  .breadcrumb {
    float: none;
  }

  .box-destaques {
    margin: 0 0 70px 0;
  }

  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  #quiosque-box {
    padding-left: 0 !important;
    margin: 0;
  }

  /*@ main-row */
  body.ati-home .main-row .container {
    margin-top: 0px;
  }

  .main-row .container {
    padding-right: 0;
    padding-left: 0;
  }

  footer .container {
    padding-right: 0;
    padding-left: 0;
  }

  /*@ container fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  /*@ box-features */
  .box-features {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    min-height: 120px;
    margin-bottom: 40px;
    border: 1px solid #bf1e2e;
    border-radius: 10px;
    box-shadow: #999 0 1px 2px;
  }

  .box-features img {
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0px;
  }

  .box-features h2 {
    float: left;
    clear: both;
    position: relative;
    margin: 10px 0 0 10px;
    color: #b2313b;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.6em;
    display: block;
    clear: both;
  }

  .box-features p {
    float: left;
    clear: both;
    position: relative;
    margin: 5px 0 5px 10px;
    color: #000;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.1em;
  }

  a.btn-mais-box-features {
    display: block;
    width: 100%;
    background: rgba(209, 33, 43, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 0;
    text-align: center;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    cursor: pointer;
    font-size: 1em;
  }

  a:hover.btn-mais-box-features {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
  }

  .box-myModal {
    display: block;
  }

  .modal-dialog {
    margin-top: 70px;
  }

  .modal-dialog .modal-content {
    background: #000;
    border-radius: 0;
    border: 1px solid #000;
  }

  .modal-dialog .modal-content .modal-body p {
    color: #FFF;
    font-size: 1.1em;
  }

  .modal-dialog .modal-content .modal-body h2 {
    color: #f58220;
    font-size: 26px;
    font-weight: 500;
  }

  .modal-dialog .modal-content .modal-footer {
    border: none;
    background: #f58220;
  }

  .modal-dialog .modal-content .modal-footer button {
    border: none;
    border-radius: 3px;
    background: #FFF;
    color: #000;
    padding: 10px 40px;
  }

  .modal-dialog .modal-content .modal-footer button:hover {
    background: #000;
    color: #f58220;
  }

  .box-info p {
    font-size: 1.2em;
  }

  .wrap-info {
    min-height: 600px;
  }

  .bg-wrap-info {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 0px;
    left: 0px;
    background:
      /* url("../images/background-table.jpg") no-repeat center top */
      none;
    z-index: 0;
    opacity: 0.1;
    background-size: cover;
  }

  .institucional h2 {
    margin: 40px 0px 50px 0px;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
  }

  .institucional h2 span {
    color: #f90;
  }

  .institucional p {
    font-size: 1.2em;
  }

  a.btn-solicite {
    width: 100%;
    color: #FFF;
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    background: #f58220;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    display: none;
  }

  a:hover.btn-solicite {
    background: #000;
    color: #f90;
    text-decoration: none;
  }

  .list-solicite {
    list-style: none;
    border: none;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }

  .list-solicite li {
    font-size: 1.2em;
    margin: 0px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    text-align: center;
    text-align: center;
    display: block;
    color: #000;
  }

  .list-solicite li:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #f90
  }

  a.btn-solicite-2 {
    width: 100%;
    color: #FFF;
    position: relative;
    display: inline-block;
    float: left;
    margin: 30px 0 0 0;
    background: #f58220;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
  }

  a:hover.btn-solicite-2 {
    background: #000;
    color: #f90;
    text-decoration: none;
  }

  .list-solicite li span {
    color: #ccc;
    margin-right: 3px;
  }

  .ti-parceiros {
    padding-top: 70px;
  }

  .ti-parceiros p {
    font-size: 1.2em;
    margin-top: 20px;
  }

  .quadro-parceiros .inside-quadro-parceiros ul {
    max-width: 100%;
    list-style: none;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li {
    margin: 0;
    float: none;
    position: relative;
    width: auto;
    display: inline-block;
    height: 90px;
  }

  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(6),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(15),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(24),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(33),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(42),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(51),
  .quadro-parceiros .inside-quadro-parceiros ul li:nth-child(60) {
    margin-left: 0;
  }

  /*@ WrapMaps */
  .box-maps .maps {
    height: 300px;
  }

  .box-maps .maps iframe {
    pointer-events: auto;
  }

  .box-horario {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
  }

  .box-formMaps a {
    margin: 10px 0;
  }

  .boxStreetView {
    display: none;
  }

  /*@ Wrap FormContato */
  .formContato a {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .formContato button {
    margin-top: 20px;
  }

  .box-formMaps button {
    margin-top: 5px;
  }

  .textInfo-news {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    display: block;
  }

  /* Footer */
  footer .boxFooter h4 {
    font-size: 1.5em;
  }

  .maskIframe {
    /*  width: -webkit-calc(100% - 30px); width: -moz-calc(100% - 30px); width: calc(100% - 30px); height: 100%; position: absolute; background: rgba(255, 0, 255, 0.5);  */
    display: none;
  }

  .creditosLogo {
    position: absolute;
    left: 0px;
    top: 280px;
  }

  .creditosLogo li {
    float: left;
    margin-right: 10px;
  }
}


/*--------------------------------------- Landscape phones and down ---------------------------------------*/

@media (max-width: 480px) {
  .fale-com-presidente {
    width: 70px;
  }

  .box-maps .maps {
    height: 250px;
  }

  /*@ lista-top-menu */
  ul.lista-top-menu {
    /* border-left:1px solid #dbdbdb;border-right:1px solid #fff; */
  }

  ul.lista-top-menu li {
    float: left;
    /* border-left:1px solid #fff;border-right:1px solid #dbdbdb;margin: 0; */
  }

  ul.lista-top-menu li a {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }

  ul.lista-top-menu li a:hover {
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .1);
  }

  ul.lista-top-menu li a span {
    margin: 0;
  }

  ul.lista-top-menu li a strong {
    display: none;
  }

  .lista-midias-sociais {
    margin-right: -5px !important;
  }

  .lista-midias-sociais-menu {
    margin-bottom: 15px;
  }

  .lista-midias-sociais-menu li {
    margin: 0px;
  }

  .lista-midias-sociais-menu li a {
    color: #FFF;
    font-size: 27px;
    padding: 3px;
    float: left;
    clear: both;
    position: relative;
    display: block;
  }

  .lista-midias-sociais-menu li a:hover {
    color: #000;
  }

  header {
    min-height: 155px;
  }

  header .container {
    padding-top: 0px;
  }

  /*@ logo */
  /* .logo{float: left; margin:20px 0 0 0!important; display: inline-block; position: relative;} */
  .logo {
    width: 185px;
    height: 36px;
    display: block;
    position: relative;
    float: left;
    display: block;
    margin: 20px 0 0 0 !important;
    padding: 0px;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin: 0;
  }

  /*@ .navbar-toggle */
  .wrap-navbar-toggle {
    float: right;
    display: inline-block;
    position: relative;
    margin-top: 20px;
  }

  .navbar-toggle {
    float: right;
    display: block;
    margin: 0 0 13px 0 !important;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-top: 0px;
  }

  .navbar-default .navbar-collapse {
    min-height: 300px;
  }

  .navbar-default .navbar-nav>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: #000;
  }

  /*@ ativando menus */
  body.ati-home .navbar-default .navbar-nav>li.nav-home>a,
  body.ati-a-fazenda .navbar-default .navbar-nav>li.nav-a-fazenda>a,
  body.ati-senepol .navbar-default .navbar-nav>li.nav-senepol>a,
  body.ati-vendas .navbar-default .navbar-nav>li.nav-vendas>a,
  body.ati-noticias .navbar-default .navbar-nav>li.nav-noticias>a,
  body.ati-galerias .navbar-default .navbar-nav>li.nav-galerias>a,
  body.ati-contato .navbar-default .navbar-nav>li.nav-contato>a {
    color: #fff;
    background: #f8ba2f;
  }

  /*deixa o submenu aparecendo como mouse hover*/
  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a {
    color: #fff;
  }

  header ul.nav li.dropdown:hover ul.dropdown-menu>li>a:hover {
    color: #fff;
    background: #f8ba2f;
  }

  /*@ tab-content */
  .tabs-trabalhe-conosco>li {
    margin: 0;
    margin-bottom: 5px;
  }

  .tabs-trabalhe-conosco>li.active a {
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  .tabs-trabalhe-conosco>li.active a:hover {
    background: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  .tabs-trabalhe-conosco>li a:hover {
    background: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  /*@ wrap-header */
  .wrap-header {
    margin-top: 0;
  }

  h1 {
    float: none;
  }

  .breadcrumb {
    float: none;
  }

  ul.nav-topo {
    position: relative;
    top: auto;
    right: auto;
    font-size: .7em;
    text-align: center;
    margin: 0 20px 20px 20px;
  }

  ul.nav-topo li {
    height: auto;
    line-height: normal;
    border-color: #999;
    margin: 0 0px 10px 0px;
    border: none;
  }

  ul.nav-topo li a {
    color: #666;
    text-shadow: none;
    padding: .5em .7em;
    border: 1px solid #ddd;
    border-radius: 3px;
  }

  ul.nav-topo li a:hover {
    color: #666;
    text-decoration: underline;
  }

  ul.midias-sociais {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin: 0 0 30px 20px;
  }

  .chat-online,
  .chat-offline {
    display: none;
  }

  .navbar .nav li.dropdown>a:hover .caret,
  .navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #999;
    border-bottom-color: #999;
  }

  .owl-controls .owl-nav .owl-prev {
    background-position: -69px -157px;
    margin: 0;
    float: left;
  }

  .owl-controls .owl-nav .owl-next {
    background-position: -98px -157px;
    margin: 0;
    float: right;
  }

  /*@ wrap */
  .wrap>.container {
    padding-top: 0;
  }

  /*@ item */
  article.item {
    padding: 20px;
    text-align: center;
  }

  article.item img {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
  }

  article.item strong {
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }

  article.item span {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px auto 0 auto;
    display: block;
  }

  /*@ bubble-oferta */
  article.item .bubble-oferta {
    width: 75px;
    height: 59px;
    display: block;
    background: url(../images/sprite.png) no-repeat -20px -370px;
    position: absolute;
    top: -15px;
    right: -15px;
  }

  article.item .bubble-oferta span {
    display: none;
  }

  .box-destaques {
    margin: 0 0 90px 0;
  }

  .box-servicos {
    margin-bottom: 20px;
  }

  /*Telefone*/
  .box-telefone {
    padding-bottom: 0;
    text-align: center;
  }

  .box-telefone div {
    float: left;
    display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
  }

  .box-telefone span.icon {
    margin: 6px 0 10px 0;
    float: inherit;
    display: inline-block;
    clear: both;
  }

  .box-telefone i {
    display: none;
  }

  .box-telefone p {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }

  /*@ frete */
  .frete {
    width: auto;
    float: none;
    overflow: hidden;
    margin: 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
  }

  /*@ valores */
  .valores {
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
  }

  .table-carrinho {
    font-size: .7em;
  }

  footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }

  /*@ container fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft img,
  .fotoright img {
    width: 100% !important;
  }

  /*@ popUpHome */
  #popUpHome {}

  #popUpHome .close {
    top: 10px;
    left: 50%;
  }

  #popUpHome img {
    width: 290px;
  }

  a.thumb-servicos p {
    font-size: 1em;
  }

  /*@ main-row */
  body.ati-home .main-row .container {
    margin-top: 0px;
  }

  .main-row .container {
    padding-right: 0;
    padding-left: 0;
  }

  footer .container {
    padding-right: 0;
    padding-left: 0;
  }

  /*@ fotos */
  .containerfotoleft {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoright {
    margin: 0;
    float: left;
    clear: both;
    width: 100% !important;
  }

  .containerfotoinferior {
    margin: 20px 0 0 0;
    text-align: justify;
    overflow: hidden;
    clear: both;
    display: block;
  }

  .fotoright {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft {
    float: none;
    text-align: center;
    padding: 0 0 10px 0;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
  }

  .fotoleft img,
  .fotoright img {
    width: 100% !important;
  }

  /*@ box-features */
  .box-features {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    display: inline-block;
    overflow: hidden;
    min-height: 110px;
    margin-bottom: 40px;
    border: 1px solid #bf1e2e;
    border-radius: 10px;
    box-shadow: #999 0 1px 2px;
  }

  .box-features img {
    width: 100%;
    position: absolute;
    top: -30%;
    left: 0px;
  }

  .box-features h2 {
    float: left;
    clear: both;
    position: relative;
    margin: 15px 0 0 10px;
    color: #b2313b;
    text-shadow: #FFF 0 1px 0;
    font-size: 1.4em;
    display: block;
    clear: both;
  }

  .box-features p {
    float: left;
    clear: both;
    position: relative;
    margin: 5px 0 5px 10px;
    color: #000;
    text-shadow: #FFF 0 1px 0;
    font-size: 1em;
  }

  a.btn-mais-box-features {
    display: block;
    width: 100%;
    background: rgba(209, 33, 43, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 0;
    text-align: center;
    color: #000;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
    cursor: pointer;
    font-size: 1em;
  }

  a:hover.btn-mais-box-features {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
  }

  /*@ wrap-info */
  .bg-wrap-info {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 0px;
    left: 0px;
    background: none;
    z-index: 0;
    opacity: 0.1;
    background-size: cover;
  }

  .list-solicite {
    padding: 0;
    margin: 30px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .list-solicite li {
    font-size: 1.2em;
    margin: 0px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    text-align: center;
    text-align: center;
    display: block;
    color: #000;
  }

  .list-solicite li:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #f90
  }

  /*@ Position Scroll */
  .wrap #institucional {
    position: absolute;
    top: -20px;
  }

  .wrap-info #corporativo {
    position: absolute;
    top: -20px;
  }

  .wrap-parceiros #marcas {
    position: absolute;
    top: -20px;
  }

  .wrap-maps #lojas {
    position: absolute;
    top: -20px;
  }

  .wrap-formulario #contato {
    position: absolute;
    top: -20px;
  }

  .box-maps #mapa iframe {
    /* pointer-events:none; */
  }

  .maskIframe {
    width: calc(100% - 30px);
    height: calc(100% - 90px);
    position: absolute;
    bottom: 0px;
    background: none;
    display: block;
  }
}

.classErro {
  color: red;
}


/*@ box404 */

body.body404 {
  background: #fff;
  margin: 30px;
  overflow: hidden;
}

.box404 {
  border: 1px solid #ddd;
  padding: 20px;
  line-height: 160%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset 0 0 10px #e7e7e7;
}

body.body404 h1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  float: none;
  text-transform: none;
}

body.body404 .logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 35px auto;
}

.logo span {
  display: none;
}


/* -------- A��es -------- */

.clearthis {
  clear: both;
}

.noTextTransform {
  text-transform: none;
}

.nomargim {
  margin: 0;
}

.hidden {
  display: none;
}

.textsmall {
  font-size: .7em;
  line-height: normal;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.overflowHidden {
  overflow: hidden;
}

.textAlignCenter {
  text-align: center;
}

.textAlignRight {
  text-align: right;
}

.textAlignLeft {
  text-align: left;
}

.positionRelative {
  position: relative;
}

.show {
  display: block;
}

a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}


/*@ Acoes */

.video {
  padding-bottom: 56.25%;
  padding-top: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}


/*@---------------------------------------------------------------------------------------------*/


/*@-------------------------------------- Header Fit -------------------------------------------*/

.headerFit {
  background: #000 !important;
  min-height: 60px !important;
  position: fixed;
  z-index: 10000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.logoFit {
  /*background: url(../images/sprite.png) no-repeat -16px -535px;*/
  width: 153px;
  height: 30px;
}

.wrap-logosFit {
  height: 0px;
  z-index: 1000001;
}

.wrap-menuFit {
  margin-top: 28px;
}

.linkmenu {}

.linkmenuFit {
  color: #FFF !important;
}

a:hover.linkmenuFit {
  color: #f58220 !important;
}


/*@ lista-midias-sociais */

ul.list-fit {
  position: absolute;
  right: 15px;
}

ul.list-fit li a i {
  display: block;
  color: #FFF;
  /* width: 32px;height: 32px; background-image: url(../images/sprite.png);background-repeat: no-repeat; */
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
}

ul.list-fit li a:hover i {
  color: #f58220;
}

.owl-carousel {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.owl-carousel-margin {
  margin: 300px 0 0 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.btnPlus {
  position: absolute;
  bottom: 20px;
  right: 3px;
}

.btnPlus a {
  color: #fff;
  text-decoration: none;
  float: left;
  clear: both;
  position: relative;
  background: #f06d1a;
  padding: 8px 35px;
}

.btnPlus a:hover {
  color: #000;
}


/* Modal Full */

.fullscreen-painel {
  width: 100%;
  position: absolute;
  background: rgba(19, 98, 216, 0);
  z-index: 1000;
  top: 3px;
  display: block;
}

.fullscreen-painelFit {
  top: 218px;
}


/* class add */


/* Slides */

.bg-slide {
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  background-size: cover !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}


/* class add image */

.bg-slide-1 {
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}


/* class add image */

.bg-slide-2 {
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}


/* class add image */

.popup-oculto {
  display: none;
}


/* deprecated */

.bg-fullscreen {
  position: relative;
  width: 100%;
}

.bg-fullscreen .container {
  width: 100%;
}

a.closeButton {
  width: 172px;
  height: 86px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -86px;
  background: url(../images/sprite.png) no-repeat -436px -464px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  padding: 50px 0 0 0;
  text-decoration: none;
}

a:hover.closeButton {
  text-decoration: none;
  color: #f58220
}

.box-iconCategory {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
}

.box-iconCategory ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
}

.box-iconCategory ul li {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.box-iconCategory ul li span.iconCategory {
  width: 131px;
  position: relative;
  display: inline-block;
}

.box-iconCategory ul li span.iconCategory img {
  width: 100%;
  position: relative;
  display: block;
}

.no-display {
  display: none;
}


/*--------------------------------------- Large desktop ---------------------------------------*/

@media (min-width: 1200px) {

  /*.navbar-default .navbar-navFit{margin: 10px 0 0 40px;}*/
  .btn-revendaFit {
    float: left;
    margin: 10px 0 0 20px;
  }

  .fullscreen-painelFit {
    height: 712px !important;
  }

  .bg-fullscreen {
    padding-top: 50px;
  }

  /* .owl-carousel .item .imgNormal{} */
  .owl-carousel .item .imgFit {
    display: none !important;
  }

  /* Slides */
  .bg-slide {
    height: 628px;
  }

  .bg-slide-1 {
    height: 628px;
  }

  .bg-slide-2 {
    height: 628px;
  }
}


/*--------------------------------------- Portrait tablet to landscape and desktop ---------------------------------------*/

@media (min-width: 979px) and (max-width: 1200px) {

  /*.navbar-default .navbar-navFit{margin: 10px 0 0 35px;}
.navbar-default .navbar-navFit li{ padding: 0 3px;}*/
  a.btn-revendaFit {
    margin: 0 0 0 20px;
    float: left
  }

  a.btn-revendaFit span {
    display: block;
  }

  .wrap-slider {
    min-height: 550px;
    padding-top: 20px;
  }

  .owl-carousel-margin {
    margin-top: 250px;
  }

  .bg-wrap-slider {
    height: 850px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-color: #252525;
  }

  /* .owl-carousel .item .imgNormal{} */
  .owl-carousel .item .imgFit {
    display: none !important;
  }

  .fullscreen-painelFit {
    height: 635px !important;
  }

  .bg-fullscreen {
    padding-top: 20px;
  }

  /* Slides */
  .bg-slide {
    height: 550px;
    margin-top: -3px;
  }

  .bg-slide-1 {
    height: 550px;
    margin-top: -3px;
  }

  .bg-slide-2 {
    height: 550px;
    margin-top: -3px;
  }
}


/*--------------------------------------- Portrait tablet to landscape and desktop ---------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {
  ul.list-fit {
    position: absolute;
    right: 15px;
    top: 20px;
  }

  /*.navbar-default .navbar-navFit{margin: 30px -15px 0 0px; float: right; width: auto;   }
.navbar-default .navbar-navFit li{ padding: 0 5px;}*/
  a.btn-revendaFit {
    margin: -40px 180px 0 0;
    float: left
  }

  .wrap-slider {
    min-height: 500px;
    padding-top: 20px;
  }

  .owl-carousel-margin {
    margin-top: 260px;
  }

  .bg-wrap-slider {
    height: 750px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #252525;
  }

  /* .owl-carousel .item .imgNormal{} */
  .owl-carousel .item .imgFit {
    display: none !important;
  }

  .fullscreen-painelFit {
    height: 535px !important;
  }

  /* fit */
  .bg-fullscreen {
    padding-top: 20px;
  }

  /* Slides */
  .bg-slide {
    height: 500px;
    margin-top: -3px;
  }

  /* normal */
  .bg-slide-1 {
    height: 500px;
    margin-top: -3px;
  }

  /* normal */
  .bg-slide-2 {
    height: 500px;
    margin-top: -3px;
  }

  /* normal */
}


/*--------------------------------------- Landscape phone to portrait tablet ---------------------------------------*/

@media (max-width: 767px) {
  .wrap-menuFit {
    margin-top: 0px;
    padding-bottom: 17px
  }

  .wrap-menuFit .navbar .container {
    padding-bottom: 0px;
  }

  .logoFit {
    margin-top: 5px !important;
  }

  ul.list-fit {
    position: absolute;
    right: 15px;
    top: -6px;
  }

  .navbar-default .navbar-navFit {
    margin: 7.5px -1px 0 -1px;
    float: none;
    width: auto;
  }

  .navbar-default .navbar-navFit li {
    padding: 0px;
  }

  a.btn-revendaFit {
    margin: 20px -15px 0 -15px;
    padding: 10px 0;
    display: block;
    background: #000;
    text-align: center;
    font-size: 1.3em;
    color: #f58220
  }

  a:hover.btn-revendaFit {
    margin: 20px -15px 0 -15px;
    padding: 10px 0;
    display: block;
    background: #000;
    text-align: center;
    font-size: 1.3em;
    color: #fff
  }

  .wrap-navbar-toggleFit {
    margin-top: 0px;
  }

  /*--- banner full e slider ---*/
  .wrap-slider {
    min-height: 400px;
    padding-top: 20px;
  }

  .owl-carousel-margin {
    margin-top: 250px;
  }

  .bg-wrap-slider {
    height: 650px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #252525;
  }

  .fullscreen-painelFit {
    height: 435px !important;
  }

  /* fit */
  .owl-carousel .item .imgNormal {
    display: block !important;
  }

  .owl-carousel .item .imgFit {
    display: none !important;
  }

  .customNavigation a.prev {
    margin: 0 20px 0 20px !important;
    float: left;
  }

  .customNavigation a.next {
    margin: 0 20px 0 20px !important;
    float: right;
  }

  .btnPlus a {
    color: #fff;
    text-decoration: none;
    float: left;
    clear: both;
    font-size: 14px;
    position: relative;
    background: #f06d1a;
    /* border:1px solid rgba(255, 255, 255, 0.4); */
    padding: 3px 10px;
  }

  .btnPlus a:hover {
    color: #000;
    background: #f06d1a;
    border: none;
  }

  a.closeButton {
    background: none;
    border: 1px solid #fff;
    padding: 5px 0px;
    bottom: 10px;
    text-align: center;
    height: auto;
    width: 100px;
    margin-left: -50px;
  }

  a:hover.closeButton {
    color: #000;
    border: 1px solid #000;
  }

  /* Slides */
  .bg-slide {
    height: 400px;
    margin-top: -3px;
  }

  /* normal */
  .bg-slide-1 {
    height: 400px;
    margin-top: -3px;
  }

  /* normal */
  .bg-slide-2 {
    height: 400px;
    margin-top: -3px;
  }

  /* normal */
  .box-iconCategory ul li .iconCategory {
    width: 100px;
    position: relative;
    display: inline-block;
  }
}


/*--------------------------------------- Landscape phones and down ---------------------------------------*/

@media (max-width: 480px) {
  .wrap-menuFit {
    margin-top: 0px;
  }

  .wrap-navbar-toggleFit {
    margin-top: 20px;
  }

  .wrap-slider {
    min-height: 300px !important;
    padding-top: 20px;
    background: #262626;
  }

  .box-iconCategory {
    display: none !important;
  }

  .bg-wrap-slider {
    height: 530px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #252525;
  }

  .fullscreen-painelFit {
    height: 315px !important;
  }

  /* Slides */
  #owl-demo {
    overflow: hidden !important;
  }

  .owl-carousel-margin {
    margin-top: 220px;
  }

  .owl-carousel .item .imgNormal {
    display: none !important;
  }

  .owl-carousel .item .imgFit {
    display: block !important;
  }

  .bg-slide {
    height: 300px;
    margin-top: -3px;
  }

  .bg-slide-1 {
    height: 300px;
    margin-top: -3px;
  }

  .bg-slide-2 {
    height: 300px;
    margin-top: -3px;
  }
}


/* SMODAL*/

.smodal img {
  vertical-align: middle;
}

.smodal {
  display: none;
}

.smodal .backstage {
  position: fixed;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  background: rgba(0, 0, 0, .85);
  z-index: 100100;
}

.smodal .close {
  position: fixed;
  top: 16px;
  right: 16px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .5) url(../images/close.png) center center no-repeat;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 100300;
}

.smodal .close:hover {
  opacity: 1;
}

.smodal .content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  max-width: 90% !important;
  max-height: 80% !important;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .85);
  overflow: hidden;
  overflow-y: auto;
  z-index: 100200;
}

.smodal .smodal-img {
  display: inline-block;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}

.smodal .smodal-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.extra-padding {
  padding: 0 30px;
}

.thumb-hover {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 90px;
  overflow: hidden;
  text-align: center;
}

.thumb-hover img {
  display: inline-block;
}

.thumb-hover .img-hover {
  display: none;
}

.thumb-hover:hover img {
  display: none;
}

.thumb-hover:hover .img-hover {
  display: block;
}



.assistencia-tecnica {
  margin-top: 60px;
  margin-bottom: 60px;
}

.assistencia-tecnica .spacer {
  margin: 7px;
}

.assistencia-tecnica hr {
  border-top: 2px solid #f06d1a;
}

@media (max-width: 767px) {
  .assistencia-tecnica {
    text-align: center;
  }
}

#btnWhatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 102030;
  margin: 4rem;
  height: 4rem;
  padding-left: 5.5rem;
  line-height: 4rem;
  padding-right: 2rem;
  color: white;
  background-image: url(../images/btn-whatsapp.png);
  background-position: left 1rem center;
  background-size: auto 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all .4s cubic-bezier(.16, .56, .17, .999);
  background-color: #25d366;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  box-shadow: 0 8px 17px 2px rgba(0,0,0,0.1), 0 3px 14px 2px rgba(0,0,0,0.1), 0 5px 5px -3px rgba(0,0,0,0.15);
}

#btnWhatsapp:hover {
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.1), 0 6px 30px 5px rgba(0,0,0,0.1), 0 8px 10px -7px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}