@import url('https://fonts.googleapis.com/css?family=Roboto:300');
body,
span,
p,
form,
img,
a,
input,
select,
textarea,
html,
figure,
header,
footer,
article,
section,
iframe {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
figure {
  display: inline;
}
ul,
ol,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.titulo1,
.titulo2,
.titulo3,
.titulo4 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.spaceAfterCP,
.spaceBeforeCP {
  width: 100%;
  float: left;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.db {
  display: block;
}
.dt {
  display: table;
}
.center {
  width: 1170px;
  margin: 0 auto 0;
}
.first {
  padding-left: 0;
  margin-left: 0;
}
.last {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.full {
  width: 100%;
}
.cb {
  clear: both;
}
.cr {
  clear: right;
}
.cl {
  clear: left;
}
/*BLOCOS PADRAO*/
.bloco-1 {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-2 {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-3 {
  width: 33.3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-4 {
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bloco-5 {
  width: 20%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* fundo transparente */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.remodal-overlay.remodal-is-opening {
  animation: overlay-opening 0.3s forwards;
  -webkit-animation: overlay-opening 0.3s forwards;
  -moz-animation: overlay-opening 0.3s forwards;
  -ms-animation: overlay-opening 0.3s forwards;
}
.remodal-overlay.remodal-is-closing {
  animation: overlay-closing 0.3s forwards;
  -webkit-animation: overlay-closing 0.3s forwards;
  -moz-animation: overlay-closing 0.3s forwards;
  -ms-animation: overlay-closing 0.3s forwards;
}
/* Conteudo */
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  height: 85vh;
  overflow: auto;
  max-width: 1170px;
  color: #0B4BA6;
  background: #fff;
  margin-bottom: 10px;
  padding: 35px;
}
.remodal .titulo1 {
  width: 100%;
  float: left;
  overflow: auto;
  margin-bottom: 35px;
}
.remodal .titulo2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #0B4BA6;
  margin-bottom: 20px;
}
.remodal.remodal-is-opening {
  animation: remodal-opening 0.3s forwards;
  -webkit-animation: remodal-opening 0.3s forwards;
  -moz-animation: remodal-opening 0.3s forwards;
  -ms-animation: remodal-opening 0.3s forwards;
}
.remodal.remodal-is-closing {
  animation: remodal-closing 0.3s forwards;
  -webkit-animation: remodal-closing 0.3s forwards;
  -moz-animation: remodal-closing 0.3s forwards;
  -ms-animation: remodal-closing 0.3s forwards;
}
.remodal h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #0B4BA6;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* BOTAO DE FECHAR */
.remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  width: 25px;
  height: 25px;
  display: block;
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
  color: #000;
  background: transparent;
  border: 1px solid #000;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
  background: transparent;
}
.remodal-close:before {
  content: "\00d7";
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 25px;
  width: 25px;
}
/* Keyframes ========================================================================== */
@keyframes remodal-opening {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes overlay-opening {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-closing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8  ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/*---- necessario ----*/
/* Scroll */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  backface-visibility: hidden;
  display: none;
}
.remodal-wrapper {
  display: none;
  text-align: center;
  backface-visibility: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper .remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal {
  position: relative;
  display: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fontes/icomoon.ttf?2cgk3b') format('truetype'), url('../../fontes/icomoon.woff?2cgk3b') format('woff'), url('../../icomoon.svg?2cgk3b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-trash:before {
  content: "\e900";
}
.icon-cart1:before {
  content: "\e901";
}
.icon-cart2:before {
  content: "\e902";
}
.icon-olho:before {
  content: "\e903";
}
.icon-atualizar:before {
  content: "\e904";
}
.icon-cadeado:before {
  content: "\e905";
}
.icon-whatsapp:before {
  content: "\e906";
}
.icon-gplus1:before {
  content: "\e907";
}
.icon-in:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-pinterest:before {
  content: "\e90c";
}
.icon-rss:before {
  content: "\e90d";
}
.icon-blog:before {
  content: "\e90e";
}
.icon-facebook2:before {
  content: "\e90f";
}
.icon-twitter2:before {
  content: "\e910";
}
.icon-in2:before {
  content: "\e911";
}
.icon-instagran2:before {
  content: "\e912";
}
.icon-skype2:before {
  content: "\e913";
}
.icon-gplus2:before {
  content: "\e914";
}
.icon-blog2:before {
  content: "\e915";
}
.icon-rss2:before {
  content: "\e916";
}
.icon-pinterest2:before {
  content: "\e917";
}
.icon-youtube2:before {
  content: "\e918";
}
.icon-skype:before {
  content: "\e919";
}
.icon-skype3:before {
  content: "\e91a";
}
.icon-instagram:before {
  content: "\e91b";
}
.icon-user:before {
  content: "\e91c";
}
.icon-user2:before {
  content: "\e91d";
}
.icon-help:before {
  content: "\e91e";
}
.icon-info:before {
  content: "\e91f";
}
.icon-send:before {
  content: "\e920";
}
.icon-email:before {
  content: "\e921";
}
.icon-arroba:before {
  content: "\e922";
}
.icon-mail2:before {
  content: "\e923";
}
.icon-chat2:before {
  content: "\e924";
}
.icon-pin2:before {
  content: "\e925";
}
.icon-mail3:before {
  content: "\e926";
}
.icon-empresa:before {
  content: "\e927";
}
.icon-pin:before {
  content: "\e928";
}
.Checkin01:before {
  content: "\e929";
}
.icon-text:before {
  content: "\e92a";
}
.icon-text2:before {
  content: "\e92b";
}
.icon-phone:before {
  content: "\e92c";
}
.icon-phone2:before {
  content: "\e92d";
}
.icon-phone3:before {
  content: "\e92e";
}
.icon-phone4:before {
  content: "\e92f";
}
.icon-cel:before {
  content: "\e930";
}
.icon-clock:before {
  content: "\e931";
}
.icon-clock2:before {
  content: "\e932";
}
.icon-data:before {
  content: "\e933";
}
.icon-data2:before {
  content: "\e934";
}
.icon-download:before {
  content: "\e935";
}
.icon-lupa:before {
  content: "\e936";
}
.icon-lupa2:before {
  content: "\e937";
}
.icon-lista:before {
  content: "\e938";
}
.icon-lista2:before {
  content: "\e939";
}
.icon-chat:before {
  content: "\e93a";
}
.chat-80px:before {
  content: "\e93b";
}
.icon-chat3:before {
  content: "\e93c";
}
.icon-chat4:before {
  content: "\e93d";
}
.icon-chat5:before {
  content: "\e93e";
}
.icon-news:before {
  content: "\e93f";
}
.icon-seta:before {
  content: "\e940";
}
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #444;
}
/*FONTE*/
/*TITULOS*/
h1 {
  color: #fff;
  font-size: 35px;
  margin: -84px 0 49px -41px;
}
h2 {
  color: #DD1B24;
  font-size: 28px;
}
h3 {
  color: #0B4BA6;
  font-size: 25px;
}
h4 {
  color: #DD1B24;
  font-size: 24px;
}
.titulo2 {
  color: #0B4BA6;
  font-size: 22px;
  margin-bottom: 5px;
  display: inline-block;
}
/*LINKS*/
a,
a:hover {
  color: #0B4BA6;
  text-decoration: none;
}
#headerBlock {
  width: 100%;
  float: left;
  display: table;
  position: relative;
  z-index: 1;
  background: #fff;
  border-top: 4px solid #0B4BA6;
}
.topo {
  width: 100%;
  display: table;
  float: left;
  border-top: 1px solid #EEEEEE;
}
.topo .redes {
  float: right;
  padding: 13px 29px 0 0px;
}
.topo .redes .icon-facebook:after {
  color: #0B4BA6;
}
.topo .whatsapp {
  margin-top: 10px;
  float: left;
}
.logo {
  float: left;
  display: block;
  width: 198px;
  height: 125px;
  background-image: url("../../images/logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bloco-telefone {
  float: right;
  width: 142px;
  margin-top: 19px;
  font-family: 'Roboto', sans-serif;
}
.telefone {
  float: right;
  width: 100%;
  font-size: 17px;
  color: #444444;
}
.telefone a {
  cursor: default;
  color: #444444;
}
.telefone i {
  font-size: 22px;
  float: left;
  margin: 16px 8px 0 0;
}
.whatsapp {
  font-size: 16px;
}
.whatsapp i {
  font-size: 20px;
  float: left;
  margin: 0px 5px 0 0;
}
.menu {
  float: right;
  height: 79px;
  padding-right: 11px;
  margin: 26px 29px 20px 0;
  border-right: 1px solid #EEEEEE;
}
.botao-menu2 {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 15px 0 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
}
.botao-menu2 span {
  background: #0B4BA6;
  display: block;
  position: absolute;
  height: 4px;
  top: 50%;
  left: 18px;
  right: 18px;
  margin-top: -2px;
  transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
}
.botao-menu2 span:before {
  content: "";
  background: #0B4BA6;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  top: -10px;
  left: 0;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  transition-property: top, transform;
  -moz-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -ms-transition-property: top, transform;
}
.botao-menu2 span:after {
  content: "";
  background: #0B4BA6;
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -10px;
  left: 0;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
}
.botao-menu2.on {
  background-color: #09408e;
}
.botao-menu2.on span {
  background: none;
}
.botao-menu2.on span:before {
  top: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  background-color: #fff;
}
.botao-menu2.on span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  background-color: #fff;
}
/*--CONFIGURACOES DO MENU PRINCIPAL--*/
.pmenu a {
  float: left;
  font-family: 'Roboto', sans-serif;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  height: 125px;
  line-height: 119px;
  /*Personalizacao do menu*/
  color: #0B4BA6;
  padding: 0 26px;
  font-size: 17px;
  margin-top: -26px;
}
.pmenu li {
  float: left;
  position: relative;
  width: auto;
}
.pmenu li:hover > .psubmenu {
  display: block;
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
}
.pmenu li:hover > a,
.pmenu li.act_path a {
  /*color:@cor-text-menu-hover; */
  background: #ccc;
  box-shadow: 0 61px 168px -15px #ffffff inset;
  -moz-box-shadow: 0 61px 168px -15px #ffffff inset;
  -webkit-box-shadow: 0 61px 168px -15px #ffffff inset;
  -ms-box-shadow: 0 61px 168px -15px #ffffff inset;
  border-bottom: 5px solid #0B4BA6;
}
.pmenu .psubmenu {
  display: table;
  position: absolute;
  top: 99px;
  left: 0;
  z-index: 999;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Personalizacao do submenu*/
  background: #0B4BA6;
  padding: 10px;
  width: 280px;
  transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
}
.pmenu .psubmenu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.pmenu .psubmenu li:last-child {
  border-bottom: none;
}
.pmenu .psubmenu a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 45px !important;
  line-height: 45px !important;
  /*Personalizacao do link submenu*/
  font-size: 15px;
  color: #fff;
  padding: 0;
  margin-top: 0;
  background: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
.pmenu .psubmenu a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/*MENU FIXO (Deletar o grupos abaixo se o site n�o tiver menu fixo)*/
/*--CONFIGURACAO DO MENU FIXO--*/
.menu-fixo {
  width: 100%;
  display: table;
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  top: -61px;
  left: 0;
  background: #fff;
}
.menu-fixo nav {
  float: right;
}
.menu-fixo .menu {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 auto;
  float: none;
  width: 1170px;
  padding: 0;
  border-right: none;
  height: auto;
}
.menu-fixo .psubmenu {
  top: 76px;
}
.menu-fixo .pmenu a {
  height: 100px;
  line-height: 126px;
}
.menu-fixo .logo {
  width: 180px;
  height: 74px;
  background-size: 65%;
}
.menu-fixo .telefone {
  width: auto;
  margin: 15px 0 0 27px;
}
.scroll-to-fixed-fixed {
  border-bottom: 2px solid #0B4BA6;
}
.scroll-to-fixed-fixed .menu {
  display: table;
  opacity: 1;
  filter: alpha(opacity=1);
}
.on.mascara {
  width: 100%;
  height: 100vh;
  position: fixed;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-- INICIO DA CONFIGURACAO DO MENU RESPONSIVO--*/
@media only screen and (max-width: 1024px) {
  .menu-fixo .menu {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .menu-fixo .logo {
    width: 220px;
  }
}
@media only screen and (max-width: 1023px) {
  .botao-menu {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
  }
  .botao-menu span {
    background: #0B4BA6;
    display: block;
    position: absolute;
    height: 4px;
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -2px;
    transition: background 0s 0.3s;
    -moz-transition: background 0s 0.3s;
    -webkit-transition: background 0s 0.3s;
    -ms-transition: background 0s 0.3s;
  }
  .botao-menu span:before {
    content: "";
    background: #0B4BA6;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform;
  }
  .botao-menu span:after {
    content: "";
    background: #0B4BA6;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 0;
    transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
  }
  .botao-menu.on {
    background-color: #09408e;
  }
  .botao-menu.on span {
    background: none;
  }
  .botao-menu.on span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    background-color: #fff;
  }
  .botao-menu.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    background-color: #fff;
  }
  .menu {
    position: fixed;
    width: 260px;
    height: 100vh;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    left: 0;
    z-index: 1500;
    margin: 0;
    background: #09408e;
    top: 75px;
    overflow: scroll;
    border: none;
    transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    padding-bottom: 100px;
  }
  #headerBlock.on .menu {
    left: 0;
  }
  .pmenu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .pmenu a,
  .pmenu li:hover > a,
  .pmenu li.act_path a {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    margin-top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border-bottom: none !important;
    background: none !important;
  }
  .pmenu .psubmenu {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    padding: 10px 0 35px 20px;
    background: none;
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
  }
  .pmenu .psubmenu li {
    border: none;
  }
  .pmenu .psubmenu a,
  .pmenu .psubmenu a:hover {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
  }
  .menu-fixo {
    display: none !important;
  }
  .ssm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none !important;
    z-index: 1;
  }
}
/* FIM DA CONFIGURACAO DO MENU RESPONSIVO*/
.banner {
  height: 460px;
  border-bottom: 5px solid #0B4BA6;
  background-attachment: fixed;
  background-image: url("../../images/fundo-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
.banner .imgs {
  width: 100%;
  height: 100%;
}
.banner .img-banner {
  background: #fff;
  animation: efeito-banner cubic-bezier(0.17, 0.67, 0.34, 1.89) 5s forwards;
  -webkit-animation: efeito-banner cubic-bezier(0.17, 0.67, 0.34, 1.89) 5s forwards;
  -moz-animation: efeito-banner cubic-bezier(0.17, 0.67, 0.34, 1.89) 5s forwards;
  -ms-animation: efeito-banner cubic-bezier(0.17, 0.67, 0.34, 1.89) 5s forwards;
  transform: translate(60px) rotate(20deg);
  -moz-transform: translate(60px) rotate(20deg);
  -webkit-transform: translate(60px) rotate(20deg);
  -ms-transform: translate(60px) rotate(20deg);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  float: right;
}
.banner .img-banner:after {
  content: '';
  margin-left: -27.5%;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 55%;
  height: 1px;
  transform: rotateX(54deg);
  -moz-transform: rotateX(54deg);
  -webkit-transform: rotateX(54deg);
  -ms-transform: rotateX(54deg);
  box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
}
.banner .img-banner b {
  margin: 2% 1%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 97%;
  height: 97%;
  float: right;
}
.banner .img-banner:nth-child(2) {
  width: 370px;
  height: 370px;
  z-index: 5;
  margin-left: -31px;
  animation-delay: 0.4s;
}
.banner .img-banner:nth-child(3) {
  width: 290px;
  height: 290px;
  z-index: 4;
  animation-delay: 0.2s;
  margin: 78px 0 0 -37px;
}
.banner .img-banner:nth-child(4) {
  width: 198px;
  height: 198px;
  margin-top: 141px;
}
@-moz-keyframes efeito-banner {
  20% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  85% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
  }
  100% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes efeito-banner {
  20% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  85% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
  }
  100% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes efeito-banner {
  20% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  85% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
  }
  100% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes efeito-banner {
  20% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  85% {
    transform: translate(0px) rotate(0);
    -moz-transform: translate(0px) rotate(0);
    -webkit-transform: translate(0px) rotate(0);
    -ms-transform: translate(0px) rotate(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
  }
  100% {
    transform: translate(600px) rotate(20deg);
    -moz-transform: translate(600px) rotate(20deg);
    -webkit-transform: translate(600px) rotate(20deg);
    -ms-transform: translate(600px) rotate(20deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.banner .bx-next,
.banner .bx-prev {
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}
.banner .bx-next {
  right: -70px;
}
.banner .bx-next:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.banner .bx-next:after {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 19px 13px 0;
}
.banner .bx-prev {
  left: -70px;
}
.banner .bx-prev:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.banner .bx-prev:after {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  /*Seta*/
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  margin: 19px 25px 0;
}
.banner:hover .bx-next {
  right: 30px;
}
.banner:hover .bx-prev {
  left: 30px;
}
.slider-banner li {
  display: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 460px;
  padding: 61px 0 0 0;
}
.slider-banner .center {
  height: 100%;
}
.legenda-banner {
  text-align: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 77px;
  left: 50%;
  z-index: 99;
  margin-left: -523px;
  transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  animation: legenda-banner cubic-bezier(0.17, 0.67, 0.34, 1.49) 5s 0.8s forwards;
  -webkit-animation: legenda-banner cubic-bezier(0.17, 0.67, 0.34, 1.49) 5s 0.8s forwards;
  -moz-animation: legenda-banner cubic-bezier(0.17, 0.67, 0.34, 1.49) 5s 0.8s forwards;
  -ms-animation: legenda-banner cubic-bezier(0.17, 0.67, 0.34, 1.49) 5s 0.8s forwards;
  width: 465px;
  line-height: 1.2;
}
@-moz-keyframes legenda-banner {
  20%,
  80% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
  }
  100% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes legenda-banner {
  20%,
  80% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
  }
  100% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes legenda-banner {
  20%,
  80% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
  }
  100% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes legenda-banner {
  20%,
  80% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  90% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
  }
  100% {
    transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.legenda-banner:after {
  content: '';
  margin-left: -52%;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: -1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 104%;
  height: 1px;
  transform: rotateX(54deg);
  -moz-transform: rotateX(54deg);
  -webkit-transform: rotateX(54deg);
  -ms-transform: rotateX(54deg);
  box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 0 35px 15px rgba(0, 0, 0, 0.7);
}
.legenda-banner span {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 26px;
  color: #FFF;
  width: 100%;
  float: left;
}
.bx-pager {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 900;
}
.bx-pager a {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  text-indent: -99999px;
  /*Cor*/
  background: #0B4BA6;
  border: 4px solid #FFF;
}
.bx-pager a:hover {
  background: #8FC73F;
}
.bx-pager .active {
  background: #8FC73F;
}
.bx-pager-item {
  float: left;
}
.bx-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 999;
}
.bx-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 999;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
}
.bx-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.mouse-home {
  height: 57px;
  position: absolute;
  width: 39px;
  margin-left: -19.5px;
  left: 50%;
  bottom: 30px;
  z-index: 100;
}
.mouse-home i {
  width: 39px;
  height: 57px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  display: table;
  overflow: hidden;
  border: 2px solid #fff;
}
.mouse-home i:after {
  content: '';
  width: 5px;
  height: 12px;
  display: table;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  animation: mousehome ease-in 1.5s infinite;
  -webkit-animation: mousehome ease-in 1.5s infinite;
  -moz-animation: mousehome ease-in 1.5s infinite;
  -ms-animation: mousehome ease-in 1.5s infinite;
  background: #fff;
  margin: -23px 0 0 15px;
}
.mouse-home i:before {
  content: '';
  width: 1px;
  height: 22px;
  display: table;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  background: #fff;
  margin: 8px 0 0 17px;
}
.mouse-home:hover i:after {
  position: relative;
  animation: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: -18px;
}
.mouse-home:hover i:before {
  width: 50%;
  margin: 1px 0 0 1px;
  animation: click-mouse linear 0.5s infinite;
  -webkit-animation: click-mouse linear 0.5s infinite;
  -moz-animation: click-mouse linear 0.5s infinite;
  -ms-animation: click-mouse linear 0.5s infinite;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  border-radius: 13px 0 0 0;
  -moz-border-radius: 13px 0 0 0;
  -webkit-border-radius: 13px 0 0 0;
  -ms-border-radius: 13px 0 0 0;
}
@keyframes mousehome {
  0% {
    margin-top: -23px;
  }
  50% {
    margin-top: -15px;
  }
  100% {
    margin-top: -23px;
  }
}
@-webkit-keyframes mousehome {
  0% {
    margin-top: -23px;
  }
  50% {
    margin-top: -15px;
  }
  100% {
    margin-top: -23px;
  }
}
@-moz-keyframes mousehome {
  0% {
    margin-top: -23px;
  }
  50% {
    margin-top: -15px;
  }
  100% {
    margin-top: -23px;
  }
}
@keyframes click-mouse {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.8) inset;
  }
  100% {
    box-shadow: none;
  }
}
@-webkit-keyframes click-mouse {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.8) inset;
  }
  100% {
    box-shadow: none;
  }
}
@-moz-keyframes click-mouse {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.8) inset;
  }
  100% {
    box-shadow: none;
  }
}
#ancora {
  position: absolute;
  top: 100vh;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  margin-top: -95px;
}
@media only screen and (max-width: 1024px) {
  .banner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .banner .img-banner:nth-child(2) {
    width: 42%;
    height: 71%;
    margin-left: -4vw;
  }
  .banner .img-banner:nth-child(3) {
    width: 35%;
    height: 57%;
    margin: 4vw 0 0 -4vw;
  }
  .banner .img-banner:nth-child(4) {
    width: 26%;
    height: 43%;
    margin-top: 8vw;
  }
  .banner li {
    height: 37vw;
  }
  .slider-banner .center {
    width: 60% !important;
    position: static;
    float: right !important;
  }
  .slider-banner li {
    padding-top: 4vw;
  }
  .legenda-banner {
    top: 7vw;
    width: 40%;
    font-size: 3vw;
    margin-left: 0;
    left: 0;
  }
  .legenda-banner span {
    font-size: 4vw;
  }
  .legenda-banner:after {
    width: 85%;
    margin-left: -42.5%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner .bx-next,
  .banner .bx-prev,
  .banner .bx-pager {
    display: none;
  }
  .legenda-banner:after {
    display: none;
  }
  .legenda-banner span {
    margin-bottom: 1vw;
  }
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel owl-wrapper-outer {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.owl-carousel owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-controls .owl-page,
.owl-carousel .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.noticias {
  width: 100%;
  float: left;
  position: relative;
}
.noticias article img {
  float: left;
}
.noticias article h2 {
  text-align: left;
}
.noticias .ver-todos {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 0;
}
.noticias .bx-next,
.noticias .bx-prev {
  display: block;
  top: 0;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
}
.noticias .bx-next {
  right: 0px;
}
.noticias .bx-next:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.noticias .bx-next:after {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0B4BA6;
  border-top: 2px solid #0B4BA6;
  content: '';
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.noticias .bx-prev {
  left: auto;
  right: 100px;
}
.noticias .bx-prev:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.noticias .bx-prev:after {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0B4BA6;
  border-top: 2px solid #0B4BA6;
  content: '';
  /*Seta*/
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
/*Corpo*/
#mainBlock {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  z-index: 0;
}
.home {
  width: 1170px;
  margin: 0 auto 0;
}
.servicos-home {
  padding-bottom: 53px;
  overflow: hidden;
  width: 100%;
  position: relative;
  float: left;
}
.servicos-home:after {
  background: #0B4BA6;
  margin-left: -18px;
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  z-index: 0;
}
.servicos-home:before {
  content: '';
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 818px;
  height: 166px;
  position: absolute;
  top: 53px;
  left: 50%;
  z-index: 0;
  margin-left: -409px;
  border: 2px solid #CCC;
  border-bottom-color: transparent;
}
.servicos-home h2 {
  margin: 0 auto 0;
  text-align: center;
  display: table;
  position: relative;
  font-size: 35px;
  background: #FFF;
  padding: 28px 28px 37px;
}
.servicos-home figure {
  float: left;
  position: relative;
  overflow: hidden;
}
.servicos-home figure b {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: -25px auto 0;
  display: table;
  position: relative;
}
.servicos-home figure b:after {
  content: '';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #FFF;
  margin: -2px 0 0 -9px;
}
.servicos-home figure b:before {
  content: '';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 4px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #FFF;
  margin: -9px 0 0 -2px;
}
.servicos-home figure:after {
  content: '';
  box-shadow: 0 0 20px 55px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 20px 55px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 20px 55px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 20px 55px rgba(255, 255, 255, 0.2);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 100%;
  height: 0;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  position: absolute;
  top: 129px;
  right: 384px;
  z-index: 0;
}
.servicos-home figure:hover:after {
  right: -384px;
}
.servicos-home figure:hover b {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.servicos-home article {
  float: left;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 55;
  width: 30.5%;
  margin-right: 4.2%;
  font-size: 14px;
}
.servicos-home article a {
  color: #444;
}
.servicos-home article:nth-child(2) img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  max-width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  border-bottom: 4px solid #DD1B24;
}
.servicos-home article:nth-child(2) h3 {
  color: #DD1B24;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(2) b {
  background: #DD1B24;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(2):hover img {
  border-color: #b0151d;
}
.servicos-home article:nth-child(2):hover h3 {
  color: #b0151d;
}
.servicos-home article:nth-child(2):hover b {
  background: #b0151d;
}
.servicos-home article:nth-child(3) img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  max-width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  border-bottom: 4px solid #66BA44;
}
.servicos-home article:nth-child(3) h3 {
  color: #66BA44;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(3) b {
  background: #66BA44;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(3):hover img {
  border-color: #529536;
}
.servicos-home article:nth-child(3):hover h3 {
  color: #529536;
}
.servicos-home article:nth-child(3):hover b {
  background: #529536;
}
.servicos-home article:nth-child(4) {
  margin-right: 0;
}
.servicos-home article:nth-child(4) img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  max-width: 100%;
  height: auto;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  border-bottom: 4px solid #0B4BA6;
}
.servicos-home article:nth-child(4) h3 {
  color: #0B4BA6;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(4) b {
  background: #0B4BA6;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}
.servicos-home article:nth-child(4):hover img {
  border-color: #083576;
}
.servicos-home article:nth-child(4):hover h3 {
  color: #083576;
}
.servicos-home article:nth-child(4):hover b {
  background: #083576;
}
.servicos-home h3 {
  margin: 7px 0 15px;
  width: 100%;
  text-align: center;
  float: left;
}
.bottom {
  float: left;
  width: 100%;
  border-bottom: 2px solid #0B4BA6;
  border-top: 1px solid #EEEEEE;
  background: #F4F4F4;
  padding: 23px 0;
}
.bottom img {
  float: left;
}
.bottom img:nth-child(2) {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.parallax {
  border-bottom: 2px solid #0B4BA6;
  width: 100%;
  position: relative;
  float: left;
}
.txt-parallax {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 983px;
  height: 100%;
  margin-left: -491.5px;
  color: #fff;
}
.txt-parallax h4 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  margin: 30px 0 34px ;
}
.txt-parallax .titulo2 {
  display: table;
  margin: 0 auto 0;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.parallax-window {
  min-height: 255px;
}
.content {
  width: 70%;
  float: left;
}
.left {
  width: 30%;
  float: left;
}
.right {
  width: 30%;
  float: left;
}
/*PAGINA DE INTERNA*/
.img-interna {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../../images/fundo-interna.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 255px;
}
.interna {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 40px;
}
.cnt-interna {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 1170px;
  margin: 0 auto 0;
  background: #fff;
  margin-top: 150px;
  padding: 20px 41px 0;
  display: flex;
  flex-wrap: wrap;
  min-height: 350px;
}
.cnt-interna h3 {
  margin-bottom: 15px;
}
.cnt-interna .imagem-direita img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 2px;
  border-bottom: 2px solid #0B4BA6;
}
.galeria {
  max-height: 216px;
  overflow: hidden;
  width: 100%;
  position: relative;
  float: left;
}
.galeria img {
  border: 3px solid #DDD;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  margin: 0 auto 0;
  display: table;
}
.galeria img:hover {
  border-color: #0B4BA6;
}
.galeria h3 {
  margin: 25px 0 21px;
}
.galeria:nth-child(6) h3 {
  color: #DD1B24;
}
.galeria:nth-child(6) img:hover {
  border-color: #DD1B24;
}
.galeria:nth-child(9) h3 {
  color: #67BB44;
}
.galeria:nth-child(9) img:hover {
  border-color: #67BB44;
}
.galeria .owl-pagination {
  display: none;
}
.galeria .owl-buttons {
  display: flex;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  position: absolute;
  top: -55px;
  right: 5px;
  z-index: 0;
  background: #0B4BA6;
  height: 33px;
}
.galeria .owl-buttons:before {
  margin: 5px 24px 0 26px;
  content: 'Navegar na Galeria';
  order: 2;
  font-size: 15px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  float: left;
}
.galeria .owl-buttons .owl-prev {
  float: left;
  display: table;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  border: 11px solid transparent;
  border-right-color: #FFF;
  margin-top: 5px;
  order: 1;
}
.galeria .owl-buttons .owl-prev:hover {
  transform: rotateY(35deg);
  -moz-transform: rotateY(35deg);
  -webkit-transform: rotateY(35deg);
  -ms-transform: rotateY(35deg);
}
.galeria .owl-buttons .owl-next {
  float: right;
  display: table;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  border: 11px solid transparent;
  border-left-color: #FFF;
  margin-top: 5px;
  order: 3;
}
.galeria .owl-buttons .owl-next:hover {
  transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  -webkit-transform: rotateY(-35deg);
  -ms-transform: rotateY(-35deg);
}
.spaceBeforeCP {
  float: left;
  width: 35%;
  height: 1px;
  margin: 38px 32.5% !important;
  background: #DDD;
}
.spaceAfterCP {
  float: left;
  width: 84.5%;
  height: 1px;
  margin: 38px 7.7% 8% !important;
  background: #DDD;
}
.tabela {
  width: 100%;
  float: left;
}
.bt-tabela {
  display: table;
  margin: 0 auto 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
  background: #0B4BA6;
  padding: 3px 10px;
}
.bt-tabela:hover {
  background: #0e61d6;
  color: #fff;
}
.formulario.sac h4 {
  font-size: 25px;
  color: #0B4BA6;
  margin-bottom: 15px;
}
.formulario.sac .spaceAfterCP {
  margin: 45px 7.7% !important;
}
.formulario.sac p.b2 {
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 2%;
}
.formulario.sac p.b2.r {
  padding-right: 0;
}
.formulario.sac p.b3 {
  width: 33.3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 2%;
}
.formulario.sac p.b3.r {
  padding-right: 0;
}
.formulario.sac p.b4 {
  float: right;
  width: 16.7%;
}
#footerBlock {
  overflow: hidden;
  width: 100%;
  display: table;
  position: relative;
  float: left;
  background: #0B4BA6;
}
.mapa {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mapa form {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 400px;
  padding: 10px;
  background: #fff;
}
.mapa input[type=text] {
  width: 57%;
  margin: 0 3% 0 0;
}
.mapa input[type=submit] {
  width: 40%;
  padding: 0;
}
.mapa iframe {
  width: 100%;
}
.scrolloff {
  pointer-events: none;
}
.rodape {
  width: 309px;
  height: 350px;
  position: relative;
  float: left;
  padding: 0 17px 0 429px;
  margin-left: -375px;
  background: #0B4BA6;
  z-index: 99;
}
.rodape:before {
  content: '';
  background: #0B4BA6;
  box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -moz-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -webkit-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -ms-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  width: 308px;
  height: 308px;
  position: absolute;
  top: -131px;
  right: -15px;
  z-index: -5;
  transform: skew(27.5deg);
  -moz-transform: skew(27.5deg);
  -webkit-transform: skew(27.5deg);
  -ms-transform: skew(27.5deg);
}
.rodape:after {
  content: '';
  background: #0B4BA6;
  box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -moz-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -webkit-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  -ms-box-shadow: 9px 0 0px 0px rgba(11, 75, 166, 0.6);
  width: 308px;
  height: 308px;
  position: absolute;
  bottom: -135px;
  right: -15px;
  z-index: -5;
  transform: skew(-27.5deg);
  -moz-transform: skew(-27.5deg);
  -webkit-transform: skew(-27.5deg);
  -ms-transform: skew(-27.5deg);
}
.rodape a {
  color: #fff;
}
.rodape form {
  position: relative;
  margin: 45px 0 0 0;
}
.rodape form input[type=submit] {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 0;
  font-size: 15px;
  color: #fff;
  width: 99px;
  height: 42px;
  background: #67BB44;
}
.rodape form input[type=text] {
  padding-left: 45px;
}
.rodape form i {
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 0;
  font-size: 23px;
}
.rodape .redes {
  float: left;
  margin: 14px 0 0 46px;
  color: #fff;
}
.rodape .redes i {
  margin: 0 7px 0 -25px;
}
.end-rod {
  float: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-bottom: 34px;
  padding: 19px 0 42px;
  border-bottom: 1px dotted #fff;
}
.fone-rod {
  float: left;
  font-family: 'Roboto', sans-serif;
}
.fone-rod i {
  float: left;
  font-size: 19px;
  color: #fff;
  margin: 14px 11px 0 20px;
}
.mail-rod {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-top: 25px;
}
.mail-rod i {
  float: left;
  font-size: 31px;
  color: #fff;
  margin: -5px 14px 0 9px;
}
.copyright {
  width: 100%;
  position: relative;
  float: left;
  z-index: 999;
  font-size: 14px;
  padding: 10px 0;
  background: #EEEEEE;
}
.copyright span {
  color: #878787;
}
.copyright a {
  color: #878787;
  float: right;
}
/* BOTAO VOLTAR*/
.link-back {
  display: block;
  float: right;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  font-size: 15px;
  padding: 5px 10px;
  margin-top: 25px;
  background: #0B4BA6;
  color: #fff;
}
.link-back:hover {
  background: #083576;
}
/*BOTAO SUBIR AO TOPO*/
.cd-top {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -webkit-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  bottom: 40px;
  right: 20px;
  z-index: 1100;
  border: 2px solid #FFF;
  background: #0B4BA6;
}
.cd-top:hover {
  background: #083576;
}
.cd-top:before {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: '';
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  margin: 17px 0 0 13px;
  float: left;
}
.cd-top.cd-is-visible {
  opacity: 1;
  filter: alpha(opacity=1);
  transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
}
/* REDES */
.redes i {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  font-size: 19px;
  color: #fff;
  background: #0B4BA6;
  padding: 2px;
}
.redes i.icon-facebook:after {
  margin: 2px 0 0 8px;
  content: '/plastcenter';
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  float: right;
}
.redes a {
  float: left;
  margin: 0 3px;
}
.redes a:hover {
  animation: redes 0.2s linear;
  -webkit-animation: redes 0.2s linear;
  -moz-animation: redes 0.2s linear;
  -ms-animation: redes 0.2s linear;
}
@keyframes redes {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes redes {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes redes {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes redes {
  0% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(0.8);
  }
  100% {
    -ms-transform: scale(1);
  }
}
/*--INICIO DA CONFIGURACAO DE TEXTO COM IMAGEM PADRAO--*/
.texto-imagem {
  width: 100%;
  clear: both;
}
.texto-imagem:nth-child(5) h3 {
  color: #DD1B24;
}
.texto-imagem:nth-child(5) img {
  border-color: #DD1B24;
}
.texto-imagem:nth-child(8) h3 {
  color: #67BB44;
}
.texto-imagem:nth-child(8) img {
  border-color: #67BB44;
}
.legenda-imagem {
  width: 100% !important;
}
.imagem-acima {
  width: 100%;
  margin-bottom: 15px;
}
.imagem-abaixo {
  width: 100%;
  margin-top: 15px;
}
.imagem-esquerda {
  width: 30%;
  margin: 0 3% 15px 0;
}
.imagem-esquerda img {
  float: left;
}
.texto-direita {
  width: 67%;
}
.imagem-direita {
  width: 30%;
  margin: 0 0 15px 3%;
}
.imagem-direita img {
  float: right;
}
.texto-esquerda {
  width: 67%;
}
/*--FIM DA CONFIGURACAO DE TEXTO COM IMAGEM PADRAO--*/
/*--INICIO DA CONFIGURACAO DE NOTICIAS INTERNA PADRAO--*/
.noticia-completa .imagem-noticia {
  float: left;
  margin: 0 25px 25px 0;
}
.noticia-completa .imagem-noticia img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
/*--FIM DA CONFIGURACAO DE NOTICIAS INTERNA PADRAO--*/
/*TEASER*/
/*--INICIO DA CONIGURACAO DA TEASER PADRAO--*/
.link-artigo {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.link-artigo img {
  max-width: 100%;
  height: auto;
}
.teaser-geral {
  width: 1170px;
  float: left;
  overflow-x: hidden;
}
.teaser-1 article {
  width: 100%;
}
.teaser-1 img {
  float: left;
}
.teaser-2 article {
  flex-basis: 570px;
}
.teaser-2 img {
  float: left;
}
.teaser-2 h3 {
  display: flex;
  flex-flow: column wrap;
}
.teaser-3 article {
  flex-basis: 360px;
}
.teaser-3 img {
  float: left;
}
.teaser-4 article {
  flex-basis: 280px;
}
.imagens {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.imagens li {
  padding: 0 15px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#newsletter {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
}
#newsletter form {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #CCC;
  padding: 4px 4px 4px 60px;
}
#newsletter i {
  position: absolute;
  bottom: 13px;
  left: 13px;
  z-index: 0;
  font-size: 33px;
}
#newsletter input[type=text] {
  background: none;
  border: none;
  float: left;
  width: 60%;
  height: 33px;
  padding: 0;
  font-size: 15px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#newsletter input[type=submit] {
  width: 40%;
  height: 33px;
  font-size: 25px;
  color: #fff;
  float: left;
  border: none;
}
#newsletter .obrigado {
  margin: 0 auto 0;
  background: #ccc;
  padding: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.texto-erro {
  font-weight: bolder;
  color: #c00;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contato-form {
  width: 100%;
  float: left;
  /*Obrigado*/
}
.contato-form .formulario {
  margin: 0 auto;
}
.contato-form .obrigado {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.contato-form .obrigado big {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  color: #0B4BA6;
  font-size: 22px;
  padding-bottom: 10px;
}
.contato-form .obrigado b {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  padding-bottom: 5px;
}
.contato-form .obrigado a {
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  padding: 5px 10px;
  background: #0B4BA6;
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
}
.contato-form .obrigado a:hover {
  background: #083576;
}
input {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #CECEBF;
  background: #fff;
  font-size: 14px;
  height: 50px;
  padding: 10px 35px 10px 10px;
}
input[type=submit] {
  display: table;
  float: none;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  width: 250px;
  padding: 0;
  margin: 0 auto;
  background: #67BB44;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: none;
}
input[type=submit]:hover {
  background: #529636;
}
select {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #CECEBF;
  background: #fff;
  font-size: 14px;
  height: 50px;
  padding: 10px;
}
textarea {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #CECEBF;
  background: #fff;
  font-size: 14px;
  height: 100px;
  padding: 10px;
}
.formulario p {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.formulario strong {
  width: 100%;
  padding-bottom: 5px;
  display: none;
}
.formulario label.error {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  text-align: center;
  background: #d80000;
  color: #fff;
}
.formulario label.error:after {
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: serif;
  content: '!';
  font-size: 18px;
  font-weight: bolder;
}
.formulario ::-webkit-input-placeholder {
  color: #666;
}
.formulario ::-moz-placeholder {
  color: #666;
}
.formulario :-ms-input-placeholder {
  color: #666;
}
.formulario input:-moz-placeholder {
  color: #666;
}
input[name=nome],
input[name=email],
input[name=telefone],
input[name=end],
input[name=cidade],
input[name=empresasac],
input[name=empresaa] {
  border-right: 5px solid #d80000;
}
.localizacao {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  color: #0B4BA6;
  padding: 30px 0;
  font-size: 20px;
}
.localizacao h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.localizacao ul {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding-top: 30px;
}
.localizacao li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
}
.localizacao i {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  text-align: center;
  margin: 0 auto 5px;
  display: table;
  color: #fff;
  background: #0B4BA6;
  line-height: 60px;
}
.localizacao a {
  color: #0B4BA6;
}
.endereco-contato i {
  font-size: 25px;
}
.endereco-contato i:before {
  content: "\e928";
}
.telefones-contato a {
  cursor: default;
}
.telefones-contato i {
  font-size: 27px;
}
.telefones-contato i:before {
  content: "\e92c";
}
.email-contato i {
  font-size: 30px;
}
.email-contato i:before {
  content: "\e921";
}
.redes.contato {
  margin: 0 auto 0;
  float: none;
  display: table;
  clear: both;
  background: #bdbdbd;
  padding: 14px 10px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.redes.contato strong {
  float: left;
  padding-right: 7px;
  font-weight: normal;
}
.form-ancora {
  margin-top: -70px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .localizacao {
    padding: 30px 0;
  }
  select {
    -webkit-appearance: none;
    background-image: url("../../images/padrao/bg-select.png") !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
  }
}
@media only screen and (max-width: 1023px) {
  .formulario p {
    width: 100% !important;
    margin-bottom: 15px;
    padding-right: 0 !important;
  }
  .formulario strong {
    width: 100%;
    padding-bottom: 5px;
  }
  .formulario input[type=submit] {
    margin: 0 auto;
    float: none;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    width: 90%;
  }
  .localizacao ul {
    padding: 0;
  }
  .localizacao h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .contato-form .formulario {
    width: 100%;
  }
  .localizacao li {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .mapa form {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
    padding: 15px 0 0;
    background: none;
  }
}
/*RESPONSIVO*/
.info-lateral {
  display: none;
}
.ico-fone-responsivo {
  display: none;
}
.tit-responsivo {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .menu {
    transform: translate(0) !important;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    margin-left: 0;
  }
  .center {
    width: 100% !important;
    float: left !important;
    margin: 0!important;
    display: block;
  }
  #headerBlock {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
  }
  .topo {
    width: 100%;
  }
  .home {
    width: 100%;
  }
  .bottom img {
    width: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    height: auto;
  }
  .servicos-home {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px 53px;
  }
  .servicos-home img {
    max-width: 100%;
    height: auto;
  }
  .teaser-2 article {
    flex-basis: 500px;
  }
  .teaser-3 article {
    flex-basis: 330px;
  }
  .teaser-4 article {
    flex-basis: 500px;
  }
  .teaser-4 article img {
    float: left;
  }
  .teaser-4 article h2 {
    text-align: left;
  }
  .cnt-interna {
    padding: 20px 15px 0;
    margin-top: 79px;
    width: 100%;
    float: left;
  }
  .tit-responsivo {
    display: block;
  }
  .tit-site {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /*RESET*/
  html,
  body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
  }
  html {
    height: 100%;
  }
  .bloco-3,
  .bloco-4,
  .bloco-5 {
    width: 50%;
  }
  /*-------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*INICIO DA CONFIGURACAO DO TOPO RESPONSIVO*/
  #headerBlock {
    position: fixed;
    z-index: 51;
    padding: 0;
    border-bottom: 2px solid #0B4BA6;
  }
  .topo {
    height: 70px;
    position: relative;
    z-index: 1501;
  }
  .topo .redes {
    display: none;
  }
  .logo {
    width: 150px !important;
    height: 70px !important;
    background-size: 80%;
    margin: 0 !important;
    background-position: center;
  }
  .bloco-telefone {
    display: none;
  }
  .ico-fone-responsivo {
    display: block;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    padding: 10px;
    color: #0B4BA6;
    font-size: 30px;
    margin: 10px 10px 0 0;
  }
  .ico-fone-responsivo.on {
    background: #0B4BA6;
    color: #fff;
  }
  .menu-fixo {
    display: none;
  }
  /* INICIO INFO LATERAL----------------------------------------------------------------------------------------*/
  .info-lateral {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 90px;
    right: -110%;
    z-index: 1001;
    display: block;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    text-align: center;
    width: 90%;
    padding: 20px;
    /*personaliza��o do link para formulario*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    background: #0B4BA6;
    border: 1px solid #fff;
  }
  .info-lateral.on {
    right: 5%;
  }
  .info-lateral a {
    color: #FFF;
  }
  .info-lateral .whatsapp {
    color: #fff;
  }
  .info-lateral .whatsapp:before {
    content: 'WhatsApp';
    padding-right: 7px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
  }
  .info-lateral .redes {
    float: none;
    display: table;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto 0;
    padding: 25px 10px;
  }
  .info-lateral .redes span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 20px;
  }
  .info-lateral .redes a {
    float: none;
    display: table;
    margin: 0 auto 0;
  }
  .info-lateral .telefone-lateral {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0 15px;
    font-size: 20px;
    border-bottom: 1px solid #09408e;
  }
  .info-lateral .email-lateral {
    width: 100%;
    float: left;
    padding: 12px 0;
    font-size: 12px;
    border-bottom: 1px solid #09408e;
  }
  .info-lateral .formulario-contato {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    background: #DD1B24;
  }
  /* PERSONALIZAÇÃO DAS CONTENT INFOS LATERAIS  */
  .topo .botao-menu {
    margin: 0 !important;
  }
  /* FIM INFO LATERAL*/
  /* FIM DA CONFIGURACAO DO TOPO RESPONSIVO */
  /*-------------------------------------------------------------------------------------------------------------------*/
  /* INICIO DA CONFIGURACAO DO CORPO RESPONSIVO */
  #mainBlock {
    padding-top: 71px;
    display: block;
  }
  .corpo {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
  }
  .txt-parallax {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
    left: 0;
    margin-left: 0;
  }
  .parallax {
    background-attachment: fixed;
    background-image: url(../../images/fundo-interna.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 35px;
  }
  .parallax-window {
    display: none !important;
  }
  .banner {
    width: 100%;
    height: auto;
  }
  .content {
    width: 100%;
    float: left;
  }
  .servicos-home:before {
    display: none;
  }
  .cnt-interna {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 90px;
    padding: 15px 15px 40px;
  }
  /*CONTATO RESPONSIVO*/
  .content.contato {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
    margin: 0;
  }
  .right.contato {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
  }
  /* FIM DA CONFIGURACAO DO CORPO RESPONSIVO */
  /* INICIO DA CONFIGURACAO DO RODAPE RESPONSIVO */
  .rodape {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-left: 0;
  }
  .rodape .redes {
    display: none;
  }
  .rodape form {
    margin-top: 0;
  }
  .rodape:after,
  .rodape:before {
    display: none;
  }
  .mapa {
    position: relative;
  }
  .end-rod,
  .fone-rod,
  .mail-rod {
    display: none;
  }
  .copyright {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 15px;
    font-size: 11px;
  }
  .copyright a {
    float: none;
    display: block;
  }
  /* FIM DA CONFIGURACAO DO RODAPE RESPONSIVO */
  /*--INICIO DA CONFIGURACAO DE TEXTO COM IMAGEM PADRAO--*/
  .imagem-esquerda {
    width: 40%;
  }
  .imagem-esquerda img {
    max-width: 100%;
    height: auto;
  }
  .texto-direita {
    width: 57%;
  }
  .imagem-direita {
    width: 40%;
  }
  .imagem-direita img {
    max-width: 100%;
    height: auto;
  }
  .texto-esquerda {
    width: 57%;
  }
  /*--FIM DA CONFIGURACAO DE TEXTO COM IMAGEM PADRAO--*/
  .link-artigo {
    justify-content: space-around;
  }
  .teaser-2 article {
    flex-basis: 610px;
  }
  .teaser-3 article {
    flex-basis: auto;
    width: 100%;
  }
  .teaser-4 article {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 23.33333333px;
    margin-bottom: 25px;
    margin-top: -57px;
  }
  .titulo1 {
    font-size: 22px;
  }
  .titulo2 {
    font-size: 20px;
  }
  .titulo3 {
    font-size: 14px;
  }
  .titulo4 {
    font-size: 13px;
  }
  .imagem-esquerda,
  .imagem-direita {
    margin: 5px auto 20px;
    display: table;
    float: none;
  }
  .texto-direita,
  .texto-esquerda {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .teaser-1 article img {
    margin: 0 auto 0;
    float: none;
    display: table;
  }
  .teaser-1 article h2 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
  }
  .teaser-3 img {
    margin: 0 auto 0;
    float: none;
    display: table;
  }
  .teaser-3 h2 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
  }
  .teaser-4 article {
    width: 100%;
  }
  .txt-parallax h4 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .servicos-home h2 {
    font-size: 23px;
  }
  .servicos-home figure {
    float: none;
    display: table;
    margin: 0 auto 0;
  }
  .servicos-home article {
    width: 100%;
    margin: 0 0 45px;
  }
  .bottom img {
    width: 100%;
    border: none !important;
    margin-bottom: 30px;
  }
  .cnt-interna {
    margin-top: 59px;
  }
  .cnt-interna h3 {
    font-size: 20px;
  }
  .spaceAfterCP {
    margin: 77px 7.7% !important;
  }
  .galeria {
    max-height: 300px;
  }
  .galeria h3 {
    margin-bottom: 79px;
  }
  .galeria .owl-buttons {
    right: 50%;
    margin-right: -109.5px;
  }
  .formulario.sac .spaceAfterCP {
    margin: 16px 7.7% !important;
  }
}
/*# sourceMappingURL=frontend.css.map */