body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

a {
  padding: 0px;
  color: #333;
  text-decoration: none;
}

form {
  text-align: right;
}

.menu {
  background-color: #fff;
}

.secao-base {
  padding: 50px 70px;
  text-align: center;
}

.secao-base.slides {
  margin-top: 0px;
  padding: 0px;
}

.secao-base.sobre {
  background-color: #d5e7f0;
  background-image: url('../images/rapel-industrial.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.secao-base.sobre.pagina-servicos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.secao-base.textura {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/fundo-textura-3.png');
  background-position: 50% 50%;
  background-size: 8px;
}

.secao-base.marcas {
  text-align: center;
}

.secao-base.pagina-sobre {
  margin-bottom: 50px;
  background-color: #d5e7f0;
}

.secao-base.contato {
  min-height: 405px;
  padding-top: 50px;
  background-color: #d5e7f0;
}

.secao-base.contato.pagina-servicos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.secao-base.esquerda {
  text-align: left;
}

.secao-base.esquerda.no-pad-bottom {
  padding-bottom: 0px;
}

.secao-rodape {
  min-height: 70px;
  padding: 40px 70px 15px;
  background-color: #2e3191;
  text-align: center;
}

.titulo-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
}

.titulo-h1.servicos {
  margin-top: 20px;
  margin-bottom: 0px;
}

.titulo-h1.subtitulo {
  margin-bottom: 15px;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.titulo-h2 {
  min-height: 51px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2e3191;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.titulo-h2.servicos {
  min-height: 0px;
  margin-top: 0px;
  font-size: 22px;
  line-height: 22px;
}

.paragrafo {
  margin-bottom: 20px;
  line-height: 24px;
  text-align: justify;
}

.paragrafo.branco {
  color: #fff;
}

.paragrafo.rodape {
  display: inline-block;
  margin-bottom: 10px;
}

.paragrafo.menu {
  display: inline-block;
  margin-bottom: 0px;
  color: #2e3191;
  font-weight: 500;
}

.paragrafo.servicos {
  text-align: justify;
}

.paragrafo.justificado {
  text-align: justify;
}

.botao {
  width: 190px;
  margin-top: 30px;
  margin-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #f48120;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.botao:hover {
  background-color: #f48120;
  color: #fff;
}

.botao.servicos {
  width: 200px;
  margin-top: 10px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.botao.branco {
  background-color: #fff;
}

.botao.branco:hover {
  background-color: #f48120;
}

.div-65 {
  width: 65%;
}

.titulo-h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
}

.titulo-h3.secao {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #2e3191;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}

.div-24 {
  display: inline-block;
  width: 23%;
  margin-right: 0.8%;
  margin-left: 0.8%;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
  text-align: center;
}

.div-24.rodape {
  float: left;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.div-24-interna {
  min-height: 150px;
  margin-top: 20px;
  padding-right: 14px;
  padding-left: 14px;
}

.imagem-servicos {
  width: 100%;
}

.div-50 {
  display: inline-block;
  width: 49.5%;
}

.div-50.esquerda {
  text-align: left;
}

.div-50.padding-right {
  width: 49.5%;
  padding-right: 25px;
}

.div-50.padding-left {
  width: 49.5%;
  padding-left: 25px;
}

.imagem-packshot {
  width: 45%;
  float: right;
}

.imagens-logos {
  display: inline-block;
  width: 10.5%;
  margin-top: 10px;
  margin-right: 0.25%;
  margin-left: 0.25%;
  padding: 3px;
  float: left;
  border: 1px solid #2e3191;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.imagens-logos:hover {
  border-color: #f48120;
}

.input-orcamento {
  display: inline-block;
  width: 49%;
  border: 1px solid #2e3191;
  border-radius: 4px;
}

.input-orcamento:focus {
  border-color: #f48120;
}

.input-orcamento.mensagem {
  display: inline-block;
  width: 100%;
  min-height: 80px;
}

.input-orcamento.esquerda {
  margin-right: 1%;
}

.input-orcamento.direita {
  margin-left: 1%;
}

.botao-enviar {
  width: 190px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #f48120;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-weight: 500;
}

.botao-enviar:hover {
  background-color: #f48120;
  color: #fff;
}

.titulo-rodape {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.icone-fa {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.imagem-operadora {
  width: 20px;
  margin-right: 7px;
}

.imagem-operadora.rodape {
  width: 35px;
  margin-right: 7px;
  padding-top: 3px;
}

.imagem-operadora.contato {
  width: 20px;
  margin-right: 5px;
  padding-top: 1px;
}

.link-rodape {
  display: inline-block;
  margin-bottom: 3px;
  line-height: 24px;
}

.link-rodape.branco {
  color: #fff;
}

.logo-env {
  width: 220px;
  margin-top: 3px;
}

.barra-menu-2 {
  width: 100%;
  padding-right: 70px;
  padding-left: 70px;
  float: none;
  background-color: #2e3191;
  font-size: 14px;
}

.link-menu {
  margin-right: 15px;
  padding: 20px 0px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #fff;
  font-weight: 500;
}

.link-menu:hover {
  color: #f48120;
}

.link-menu.w--current {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 2px solid #f48120;
  color: #fff;
}

.botao-menu {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px 30px;
  float: right;
  border: 2px solid #f48120;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
}

.botao-menu:hover {
  background-color: #f48120;
  color: #fff;
}

.barra-menu {
  padding: 15px 70px;
}

.div-menu {
  display: inline-block;
  margin-top: 10px;
  padding-left: 15px;
  float: right;
  border-left: 1px solid #2e3191;
  text-align: right;
}

.div-menu.margem {
  margin-right: 15px;
  padding-left: 0px;
  border-left-style: none;
}

.contato-menu {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #2e3191;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}

.slider-paginas {
  height: 400px;
}

.slide-paginas {
  padding-top: 300px;
  padding-left: 70px;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-paginas.slide-2 {
  background-image: url('../images/slide-2.jpg');
}

.slide-paginas.slide-3 {
  background-image: url('../images/slide-3.jpg');
}

.seta-slide {
  width: 70px;
  color: #2e3191;
}

.texto-slide {
  max-width: 371px;
  padding: 10px 15px;
  background-color: #f48120;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
}

.titulo-slide {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.div-imagem-empresa {
  display: inline-block;
  padding-right: 50px;
}

.div-60 {
  display: inline-block;
  width: 60%;
}

.div-60.servicos {
  padding-right: 30px;
  text-align: left;
}

.div-60.servicos.direita {
  padding-right: 0px;
  padding-left: 30px;
}

.div-60.padding-left {
  width: 59%;
  padding-left: 25px;
}

.div-40 {
  display: inline-block;
  width: 39%;
}

.div-40.obrigado {
  display: block;
}

.div-40.servicos {
  float: right;
}

.div-40.padding-right {
  padding-right: 25px;
}

.divisor {
  display: inline-block;
  width: 25%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #2e3191;
}

.divisor.ultimo {
  margin-bottom: 0px;
}

.slider {
  height: 480px;
}

.slide {
  padding-top: 335px;
  padding-left: 70px;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide-2 {
  background-image: url('../images/slide-2.jpg');
}

.slide.slide-3 {
  background-image: url('../images/slide-3.jpg');
}

.esquerda {
  text-align: left;
}

.div-info-mobile {
  display: none;
}

.texto-botao-whats {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.icone-whatsapp {
  display: inline-block;
  width: 32px;
}

.secao-acao {
  position: relative;
  z-index: 2000;
  padding: 6px 50px;
  text-align: right;
}

.botao-int-whatsapp {
  width: 140px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 8px;
  border-radius: 4px;
  background-color: #078a76;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, .5);
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5ddd5;
  background-image: -webkit-linear-gradient(270deg, hsla(30, 24%, 87%, .9), hsla(30, 24%, 87%, .9)), url('../images/410529ae-c7b3-42b7-af93-9deaf8d2a80b.png');
  background-image: linear-gradient(180deg, hsla(30, 24%, 87%, .9), hsla(30, 24%, 87%, .9)), url('../images/410529ae-c7b3-42b7-af93-9deaf8d2a80b.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 275px;
}

.link-block {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
}

.titulo-acao-web {
  display: inline-block;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000b98;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
}

.paragrafo-whatsapp {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.imagem-acao-web {
  width: 79px;
}

.bloco-whatsapp {
  position: fixed;
  left: 0px;
  bottom: 6px;
  display: inline-block;
  width: 160px;
  margin-left: 6px;
  border: 1.3px solid #fff;
  border-radius: 28px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.bloco-whatsapp:hover {
  margin-bottom: 10px;
}

.link-texto-acao-web {
  color: #000b98;
  text-decoration: none;
}
.botao.servicos.whatsapp {
  color: #fff;
  background-color: #078a76;
  border-color: #078a76;
}

.botao.servicos {
  margin-top: 10px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  width: 215px;
}
@media (max-width: 991px) {
  .secao-base {
    padding-right: 30px;
    padding-left: 30px;
  }
  .secao-base.sobre {
    padding-right: 30px;
    padding-left: 30px;
  }
  .secao-rodape {
    padding-right: 30px;
    padding-left: 30px;
  }
  .titulo-h1.subtitulo {
    margin-bottom: 10px;
  }
  .titulo-h2.servicos {
    line-height: 28px;
  }
  .paragrafo {
    margin-bottom: 10px;
  }
  .div-65 {
    width: 100%;
  }
  .titulo-h3.secao {
    font-size: 24px;
  }
  .div-24 {
    width: 48%;
    margin-bottom: 20px;
  }
  .div-50 {
    width: 100%;
  }
  .div-50.compra-aparelhos {
    width: 53%;
  }
  .div-50.padding-right {
    padding-right: 0px;
  }
  .div-50.padding-left {
    padding-left: 0px;
  }
  .logo-env {
    width: 200px;
  }
  .barra-menu-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .link-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link-menu.w--current {
    margin-bottom: 10px;
  }
  .botao-menu {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 4px 20px;
  }
  .barra-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-paginas {
    height: 300px;
  }
  .slide-paginas {
    padding-top: 200px;
    padding-left: 30px;
  }
  .seta-slide {
    width: 30px;
    font-size: 30px;
  }
  .texto-slide {
    max-width: 298px;
    padding: 5px;
  }
  .titulo-slide {
    font-size: 22px;
  }
  .div-imagem-empresa {
    width: 350px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .div-60.padding-left {
    padding-left: 15px;
  }
  .div-40.padding-right {
    padding-right: 15px;
  }
  .slider {
    height: 360px;
  }
  .slide {
    padding-top: 250px;
    padding-left: 30px;
  }
  .form-contato {
    padding-left: 20px;
  }
  .secao-acao {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragrafo-whatsapp {
    font-size: 16px;
    line-height: 20px;
  }
  .bloco-whatsapp {
    width: 140px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .secao-base {
    padding: 30px 20px;
  }
  .secao-base.sobre {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }
  .secao-base.sobre.esquerda {
    padding-right: 20px;
    padding-left: 20px;
  }
  .secao-base.textura.esquerda {
    padding-bottom: 6px;
  }
  .secao-rodape {
    padding-right: 20px;
    padding-left: 20px;
  }
  .titulo-h1 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .titulo-h1.subtitulo {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }
  .titulo-h2 {
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
  .titulo-h2.servicos {
    margin-top: 20px;
    font-size: 20px;
  }
  .paragrafo {
    line-height: 22px;
  }
  .paragrafo.servicos {
    line-height: 20px;
  }
  .paragrafo.centralizado {
    text-align: center;
  }
  .botao {
    margin-right: 10px;
    margin-left: 10px;
  }
  .botao.branco {
    margin-top: 10px;
  }
  .titulo-h3.secao {
    font-size: 22px;
    text-align: center;
  }
  .titulo-h3.centralizado {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }
  .div-50.compra-aparelhos {
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
  .div-50.padding-right {
    display: block;
    width: auto;
  }
  .div-50.padding-left {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .imagem-packshot {
    display: block;
    width: auto;
    float: none;
  }
  .imagens-logos {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .link-rodape.menu {
    margin-right: 0px;
    margin-left: 10px;
    background-color: #2e3191;
  }
  .logo-env {
    width: 180px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .barra-menu-2 {
    width: 40%;
    margin-top: 113px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-menu {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
  }
  .link-menu.w--current {
    margin-bottom: 15px;
  }
  .barra-menu {
    padding: 10px 20px;
  }
  .contato-menu {
    color: #fff;
    font-weight: 400;
  }
  .slider-paginas {
    height: 225px;
  }
  .slide-paginas {
    padding-top: 175px;
    padding-left: 20px;
  }
  .slide-paginas.slide-2 {
    background-position: 58% 50%;
  }
  .texto-slide {
    display: inline-block;
    max-width: 450px;
  }
  .titulo-slide {
    font-size: 20px;
  }
  .div-imagem-empresa {
    width: 300px;
  }
  .div-60 {
    width: 100%;
  }
  .div-60.servicos {
    padding-right: 0px;
    text-align: center;
  }
  .div-60.servicos.direita {
    padding-left: 0px;
  }
  .div-60.padding-left {
    display: block;
    width: 100%;
  }
  .div-40 {
    width: 100%;
  }
  .slider {
    height: 270px;
  }
  .slide {
    padding-top: 220px;
    padding-left: 20px;
  }
  .slide.slide-3 {
    background-position: 20% 50%;
  }
  .menu-buttom {
    margin-top: 5px;
    padding: 5px;
    font-size: 50px;
    line-height: 50px;
  }
  .menu-buttom.w--open {
    background-color: #fff;
    color: #2e3191;
  }
  .form-contato {
    padding-left: 0px;
  }
  .div-info-mobile {
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: #2e3191;
    text-align: right;
  }
  .icone-whatsapp {
    width: 28px;
  }
  .secao-acao {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragrafo-whatsapp {
    position: static;
    font-size: 14px;
  }
  .bloco-whatsapp {
    width: 125px;
  }
}

@media (max-width: 479px) {
  .secao-base.sobre.esquerda {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .titulo-h1 {
    font-size: 21px;
    line-height: 27px;
  }
  .titulo-h1.subtitulo {
    font-size: 18px;
    line-height: 24px;
  }
  .titulo-h2 {
    min-height: auto;
  }
  .paragrafo.rodape {
    max-width: 220px;
    text-align: center;
  }
  .botao {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .botao.branco {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .botao.v2 {
    margin-top: 15px;
  }
  .titulo-h3.secao {
    font-size: 20px;
    line-height: 24px;
  }
  .div-24 {
    width: 98%;
  }
  .div-24.rodape {
    text-align: center;
  }
  .div-24-interna {
    min-height: auto;
    margin-bottom: 20px;
  }
  .div-50.compra-aparelhos {
    width: 100%;
    margin-bottom: 30px;
  }
  .imagem-packshot {
    width: 100%;
  }
  .imagens-logos {
    width: 31%;
  }
  .input-orcamento {
    width: 100%;
  }
  .input-orcamento.esquerda {
    margin-right: 0%;
  }
  .input-orcamento.direita {
    margin-left: 0%;
  }
  .botao-enviar {
    width: 100%;
  }
  .logo-env {
    display: inline-block;
    width: 150px;
  }
  .barra-menu-2 {
    margin-top: 98px;
  }
  .barra-menu {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .slider-paginas {
    height: 290px;
  }
  .slide-paginas {
    padding-top: 215px;
    padding-left: 20px;
    background-position: 70% 50%;
  }
  .texto-slide {
    display: inline-block;
    max-width: 220px;
    padding: 5px;
  }
  .titulo-slide {
    font-size: 16px;
    line-height: 24px;
  }
  .div-imagem-empresa {
    width: 270px;
  }
  .slider {
    height: 350px;
  }
  .slide {
    padding-top: 275px;
    padding-left: 20px;
    background-position: 70% 50%;
  }
  .menu-buttom {
    margin-top: 0px;
    padding: 5px;
  }
  .icone-whatsapp {
    width: 24px;
  }
  .secao-acao {
    text-align: center;
    padding-bottom: 50px;
  }
  .link-block {
    margin-left: 3px;
  }
  .paragrafo-whatsapp {
    margin-left: 3px;
    font-size: 13px;
    line-height: 14px;
  }
  .bloco-whatsapp {
    display: block;
    width: 105px;
    padding: 2px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.input-oculto {
  display: none;
}