
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
img {
  width: 100%;
}

/* img background */
.bg-image, .bg-contato, .bg-racks, .bg-servicos, .bg-galeria, .bg-sobre, .bg-newsletter, .bg-ser, .bg-parallax {
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-parallax {
  background-image: url("../img/bg-parallax.jpg");
  background-attachment: fixed;
}

.bg-ser {
  background-image: url("../img/ser.jpg");
  background-attachment: fixed;
  height: 170px;
}

.bg-newsletter {
  background-image: url("../img/bg-newsletter.jpg");
}

.bg-sobre {
  background-image: url("../img/topo/sobre.jpg");
}

.bg-galeria {
  background-image: url("../img/topo/galeria.jpg");
}

.bg-servicos {
  background-image: url("../img/topo/servicos.jpg");
}

.bg-racks {
  background-image: url("../img/topo/racks.jpg");
}

.bg-contato {
  background-image: url("../img/topo/contato.jpg");
}

/* end - img background */
/* banners */
.boasfestas {
  background-image: url("../img/banners/bf.jpg") !important;
}

.banner1 {
  background-image: url("../img/banners/01.jpg") !important;
}

.banner2 {
  background-image: url("../img/banners/02.jpg") !important;
}

.banner3 {
  background-image: url("../img/banners/03.jpg") !important;
}


.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}

.bl-topo {
  background-color: #007dc2;
  height: 100px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.bl-topo p {
  text-align: right;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.bl-topo a {
  text-decoration: none;
  color: #fff;
}

.bl-topo a:hover {
  color: #fff;
}

.bl-topo span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

/* menu */
.logo {
  width: 200px;
}

.barra-v {
  position: relative;
  top: 8px;
  margin-left: 5px;
  margin-right: 5px;
}

.pos-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #fff !important;
  border-bottom: 1px solid #ccc;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
}

.navbar {
  padding: 0px 15px;
  background: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

/* end - menu */
.bl-tezza {
  padding: 0px 0px 100px 0px;
}

.tit, .tit-per, .tit-cli, .tit-new {
  text-transform: uppercase;
  color: #686868;
  font-size: 24px;
  font-weight: 700;
}

.desc {
  color: #5c5c5c;
  margin-bottom: 5px;
}

.btn-leia, .prod .btn-mais {
  color: #007dc2;
  transition: 0.3s;
}

.btn-leia:hover, .prod .btn-mais:hover {
  text-decoration: none;
  color: #0c284a;
  transition: 0.3s;
}

.sub-tit, .prod .text-ser {
  color: #686868;
  font-size: 20px;
  font-weight: 700;
}

.sub-desc {
  color: #5c5c5c;
  margin-bottom: 5px;
  font-size: 16px;
}

.sub-desc i {
  font-size: 12px;
  position: relative;
  bottom: 1px;
  color: #007dc2;
}

.spc {
  padding-top: 10px;
  text-align: right;
}

.bl-contagem {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #007dc2;
  color: #fff;
}

.cont {
  border-right: 1px solid #fff;
}

.num {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 700;
}

.text {
  text-transform: uppercase;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.bl-produtos {
  padding-top: 80px;
  padding-bottom: 100px;
}

.prod {
  margin-top: 20px;
}

.prod .text-ser {
  padding-top: 10px;
}

.prod i {
  color: #007dc2;
  position: relative;
  top: 1px;
}

.prod .btn-mais {
  font-weight: 100;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.img-pro {
  border-radius: 3px;
}

.bl-ser {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

.expande {
  margin-top: 20px;
  background-color: #fff;
  /*padding: 15px 15px;*/
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.expande:hover {
  transform: scale(1.03);
  transition: 0.3s;
  transition: 2s;
  z-index: 999999;
  cursor: pointer;
}

.expande h3 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #007dc2;
  font-weight: 700;
}

.link-ser {
  text-decoration: none;
}

.link-ser:hover {
  text-decoration: none;
}

.img-ser {
  border-radius: 3px 3px 0px 0px;
  width: 100%;
  height: 230px;
  border-bottom: 1px solid #ccc;
}

.bl-depo {
  padding-top: 80px;
  padding-bottom: 100px;
  /* owl carousel */
  /* end - owl carousel */
}

.bl-depo .owl-dots {
  visibility: hidden;
}

/* owl carousel */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #007dc2;
}

.new-group .owl-theme .owl-dots, .new-group .owl-theme .owl-nav {
  text-align: right;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #007dc2;
}

.pro .owl-dots {
  visibility: hidden;
}

/* end - owl carousel */
/* carousel */
.item {
  padding-top: 10px;
}

.item span {
  font-size: 30px;
}

/* and - carousel */
.img-depo {
  width: 110px !important;
}

.tit-new {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.btn-cadastro {
  background-color: #007dc2;
  border: 1px solid #007dc2;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.3s;
  margin: 0 auto;
  display: table;
}

.btn-cadastro:hover {
  background-color: #fff;
  color: #007dc2;
  transition: 0.3s;
  border: 1px solid #007dc2;
}

.bl-pri {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl-pri p {
  color: #5c5c5c;
  padding-top: 10px;
  font-size: 14px;
}

.bl-seg {
  background-color: #007dc2;
  height: 60px;
  color: #fff;
  padding-top: 17px;
}

.img-fast {
  width: 21px;
  position: relative;
  bottom: 2px;
}

.bl-clientes {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.img-clientes {
  width: 130px !important;
  margin: 0 auto;
  display: table !important;
}

.desc-rod {
  margin-bottom: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f2f2;
}

.desc-rod a {
  color: #5c5c5c;
  font-size: 14px;
}

.desc-rod a:hover {
  text-decoration: none;
}

.barra-hotizontal {
  width: 5%;
  height: 3px;
  background-color: #007dc2;
  position: relative;
  bottom: 5px;
}

.barra-centro {
  width: 5%;
  height: 3px;
  background-color: #007dc2;
  position: relative;
  bottom: 5px;
  margin: 0 auto;
  display: table;
}

.tit-cli {
  text-align: center;
}

.tit-topo {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 190px;
  font-size: 30px;
  font-weight: 500;
}

.link-topo {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

.link-topo a {
  color: #fff;
}

.link-topo a:hover {
  text-decoration: none;
}

.barra-topo {
  width: 5%;
  height: 3px;
  background-color: #fff;
  position: relative;
  bottom: 5px;
  margin: 0 auto;
  display: table;
}

.bl-sobre {
  padding: 80px 0px 100px 0px;
}

.bl-sobre p {
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 5px;
}

.spc-two {
  text-align: center;
  color: #fff;
  padding-top: 60px;
}

.spc-two h3 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 500;
}

.bl-mvv {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-mvv {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.bg-form {
  padding-top: 80px;
  padding-bottom: 100px;
}

.btn-eviar {
  background-color: #007dc2;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.3s;
  margin: 0 auto;
  display: table;
  padding: 20px 40px;
  border: 1px solid #fff;
}

.btn-eviar:hover {
  background-color: #fff;
  color: #007dc2;
  transition: 0.3s;
  border: 1px solid #007dc2;
}

.bl-info {
  position: relative;
  bottom: 170px;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
}

.bl-info i {
  font-size: 70px;
  margin-bottom: 15px;
  color: #007dc2;
}

.img-icone {
  width: 70px;
}

/* efeito */
figure.snip1371 {
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 220px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

figure.snip1371 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1371 img {
  max-width: 100%;
  height: 100%;
  vertical-align: top;
}

figure.snip1371 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  z-index: 1;
}

figure.snip1371 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1371:after {
  background: #000;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.7;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1371.green:after {
  background-color: #007dc2;
}

figure.snip1371.green i {
  color: #007dc2;
}

figure.snip1371:hover i,
figure.snip1371.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

figure.snip1371:hover:after,
figure.snip1371.hover:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* end - efeito */
.bl-inter {
  background-color: #007dc2;
  padding-top: 40px;
  padding-bottom: 30px;
}

.bl-inter p {
  color: #fff;
}

.tit-per {
  color: #007dc2;
}

.barra-branca {
  width: 5%;
  height: 3px;
  background-color: #fff;
  position: relative;
  bottom: 5px;
}

.bl-im .esp-now {
  padding-top: 20px;
}

.bl-im .img-now {
  border-radius: 0px;
  border: 1px solid #ddd;
  width: 100%;
  height: 220px;
}

.bl-galeria {
  padding-top: 50px;
  padding-bottom: 70px;
}

.bl-galeria .esp-now {
  padding-top: 20px;
}

.bl-galeria .img-now {
  border-radius: 0px;
  border: 1px solid #ddd;
  width: 100%;
  height: 220px;
}

.ch {
  font-size: 12px;
  position: relative;
  bottom: 1px;
  color: #007dc2;
}

/* efeito */
.snip1572 {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 16px;
  background: #007dc2;
  border-radius: 3px;
}

.snip1572 *,
.snip1572:before,
.snip1572:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1572 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1572:before,
.snip1572:after {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1572:before {
  width: 300px;
  height: 2px;
}

.snip1572:after {
  height: 300px;
  width: 2px;
}

.snip1572 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.snip1572 h3 {
  font-weight: 400;
  padding: 8px 15px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1572 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1572:hover img,
.snip1572.hover img {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

.snip1572:hover:before,
.snip1572.hover:before,
.snip1572:hover:after,
.snip1572.hover:after {
  opacity: 1;
}

.snip1572:hover:before,
.snip1572.hover:before {
  width: 50px;
}

.snip1572:hover:after,
.snip1572.hover:after {
  height: 50px;
}

.snip1572:hover h3,
.snip1572.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

/* end - efeito */
.m-new {
  padding-top: 20px;
}

/* load more */
.maiss {
  display: none;
  /*padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  margin-bottom: 5px;
  background-color: #f1f1f1;*/
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.totop a {
  display: none;
}

a, a:visited {
  /*color: #33739E;*/
  text-decoration: none;
  /*display: block;*/
  /*margin: 10px 0;*/
}

a:hover {
  text-decoration: none;
}

#loadMore {
  background-color: #007dc2;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.3s;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

#loadMore:hover {
  background-color: #fff;
  color: #007dc2;
  transition: 0.3s;
  border: 1px solid #007dc2;
}

/* and - load more */
.new-rede {
  color: #007dc2;
  font-size: 14px;
  text-transform: uppercase;
}

.new-rede a {
  text-decoration: none;
  color: #007dc2;
}

.new-rede a:hover {
  color: #007dc2;
}

.new-rede span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 991px) {
  .mob-b {
    border-top: 1px solid #ddd;
    margin-top: 10px;
  }

  .barra-v {
    visibility: hidden;
  }

  .bl-seg {
    height: 100px;
  }

  .bg-parallax {
    height: 350px;
  }

  .spc {
    text-align: center;
  }

  .new-group .owl-theme .owl-dots, .new-group .owl-theme .owl-nav {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* banners */
  .boasfestas {
    background-image: url("../img/banners/bf-mob.jpg") !important;
  }

  .banner1 {
    background-image: url("../img/banners/01-mob.jpg") !important;
  }

  .banner2 {
    background-image: url("../img/banners/02-mob.jpg") !important;
  }

  .banner3 {
    background-image: url("../img/banners/03-mob.jpg") !important;
  }

  /* end - banners */
  .cont {
    border-right: 1px solid transparent;
  }

  .p-mob {
    padding-top: 30px;
  }

  .mob-t {
    margin-top: 20px;
  }

  .bg-parallax {
    height: 570px;
  }

  .img-mvv {
    width: 100%;
  }

  .bl-info {
    bottom: 110px;
  }
}
/*# sourceMappingURL=theme.css.map */
/*# sourceMappingURL=theme.scss.map */

/*# sourceMappingURL=theme.css.map */
