@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
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: 1280px;
  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;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.sc {
  justify-content: center;
}
/* SCROLLBAR*/
/*reset*/
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  max-height: 100% !important;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: -6px;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.8);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 226, 0, 0.7);
  /* background-color: rgba(187,187,187,0.7)*/
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #FFE200;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #FFE200;
}
@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-mouse-01:before {
  content: "\e94e";
}
.icon-mouse-02:before {
  content: "\e94f";
}
.icon-seta01-r:before {
  content: "\e950";
}
.icon-seta01-l:before {
  content: "\e951";
}
.icon-seta02-d:before {
  content: "\e952";
}
.icon-seta02-r:before {
  content: "\e953";
}
.icon-seta02-l:before {
  content: "\e954";
}
.icon-seta03-d:before {
  content: "\e955";
}
.icon-seta04-d:before {
  content: "\e956";
}
.icon-seta05-d:before {
  content: "\e957";
}
.icon-seta06-r:before {
  content: "\e958";
}
.icon-seta06-l:before {
  content: "\e959";
}
.icon-seta07-r:before {
  content: "\e95a";
}
.icon-seta07-l:before {
  content: "\e95b";
}
.icon-plus-01:before {
  content: "\e95c";
}
.icon-plus-02:before {
  content: "\e95d";
}
.icon-plus-03:before {
  content: "\e95e";
}
.icon-instagram-02:before {
  content: "\e94a";
}
.icon-check:before {
  content: "\e94b";
}
.icon-check02:before {
  content: "\e94c";
}
.icon-check03:before {
  content: "\e94d";
}
.icon-close:before {
  content: "\e947";
}
.icon-close02:before {
  content: "\e949";
}
.icon-empresa2:before {
  content: "\e91a";
}
.icon-rote:before {
  content: "\e943";
}
.icon-heart:before {
  content: "\e944";
}
.icon-link:before {
  content: "\e945";
}
.icon-responsive:before {
  content: "\e946";
}
.icon-call:before {
  content: "\e948";
}
.icon-mail4:before {
  content: "\e987";
}
.icon-user3:before {
  content: "\e988";
}
.icon-gear:before {
  content: "\e989";
}
.icon-call02:before {
  content: "\e912";
}
.icon-call01:before {
  content: "\e913";
}
.icon-call03:before {
  content: "\e914";
}
.icon-users:before {
  content: "\e915";
}
.icon-phone05:before {
  content: "\e916";
}
.icon-phone24h:before {
  content: "\e917";
}
.icon-phone06:before {
  content: "\e918";
}
.icon-phone07:before {
  content: "\e941";
}
.icon-phone24h2:before {
  content: "\e942";
}
.icon-seta2:before {
  content: "\e911";
}
.icon-delivery:before {
  content: "\e90f";
}
.icon-store:before {
  content: "\e910";
}
.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-skype:before {
  content: "\e919";
}
.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";
}
.icon-pin3: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: Roboto;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
/*FONTE*/
/*TITULOS*/
h1 {
  color: #444444;
  font-size: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
h2 {
  color: #FFE200;
  font-size: 30px;
}
h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
h4 {
  color: #FFE200;
  font-size: 30px;
}
.titulo1 {
  font-size: 26px;
  color: #424244;
  font-weight: 700;
}
.titulo2 {
  font-size: 23px;
  color: #FFE200;
  font-weight: 700;
}
.titulo3 {
  font-size: 20px;
  color: #424244;
  font-weight: 500;
}
.titulo4 {
  font-size: 18px;
  color: #FFE200;
  font-weight: 500;
}
/*LINKS*/
a,
a:hover {
  color: #424244;
  text-decoration: none;
}
.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: #fff;
  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: #fff;
  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: #fff;
  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: #353537;
}
.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--*/
.menu {
  width: 90%;
  margin-top: 30px;
  padding-top: 30px;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-top-width: 1px;
  border-top-style: dotted;
}
.pmenu {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  text-align: center;
}
.pmenu a {
  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;
  display: block;
  height: 45px;
  line-height: 45px;
  /*Personalizacao do menu*/
  color: #fff;
  font-size: 16px;
}
.pmenu li {
  position: relative;
  width: auto;
}
.pmenu li:hover > .psubmenu {
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}
.pmenu li:hover > a,
.pmenu li.act_path a {
  color: #fff;
  background: #29292a;
}
.pmenu .psubmenu {
  display: table;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  max-height: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #29292a;
  padding: 10px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 280px;
  z-index: 1100;
  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;
}
.pmenu .psubmenu li {
  width: 100%;
}
.pmenu .psubmenu a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  /*Personalizacao do link submenu*/
  font-size: 14px;
  color: #fff;
  padding: 0px;
}
.pmenu .psubmenu a:hover {
  background: #353537;
  color: #fff;
}
/*MENU FIXO (Deletar o grupos abaixo se o site n�o tiver menu fixo)*/
/*--CONFIGURACAO DO MENU FIXO--*/
.menu-fixo {
  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;
  top: -70px;
  left: 0;
  background: #424244;
  width: 450px;
}
.menu-fixo .logo {
  width: 120px;
  height: 70px;
  float: left;
  background-position: center;
}
.menu-fixo nav {
  position: absolute;
  top: 70px;
  left: -450px;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  background: #353537;
  height: 100vh;
  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;
  /*        &.on{
                    .rotatex(0deg);
                }*/
}
.menu-fixo nav.on {
  left: 0;
}
.menu-fixo .menu-flutuante {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  float: left;
  width: 100%;
  display: none;
}
.menu-fixo .bt-menu-fixo {
  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;
}
.menu-fixo .bt-menu-fixo span {
  background: #fff;
  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;
}
.menu-fixo .bt-menu-fixo span:before {
  content: "";
  background: #fff;
  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;
}
.menu-fixo .bt-menu-fixo span:after {
  content: "";
  background: #fff;
  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;
}
.menu-fixo .bt-menu-fixo.on {
  background-color: #353537;
}
.menu-fixo .bt-menu-fixo.on span {
  background: none;
}
.menu-fixo .bt-menu-fixo.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;
}
.menu-fixo .bt-menu-fixo.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-fixo .bloco-telefone {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  background: #DDDDDD;
}
.scroll-to-fixed-fixed .menu-flutuante {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  display: block;
}
.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: #fff;
    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: #fff;
    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: #fff;
    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: #353537;
  }
  .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: #353537;
    top: 70px;
    overflow: scroll;
    padding: 0;
    border: none;
    transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
  }
  .pmenu {
    text-align: left;
    padding-bottom: 100px;
  }
  .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;
    background: none;
  }
  .pmenu .psubmenu {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 1;
    filter: alpha(opacity=1);
    position: relative;
    float: left;
    visibility: visible;
    top: auto;
    left: auto;
    right: auto;
    padding: 10px 0 35px 20px !important;
    background: none !important;
  }
  .pmenu .psubmenu li {
    border: none;
  }
  .pmenu .psubmenu a,
  .pmenu .psubmenu a:hover {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    color: #fff;
    font-size: 14px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    background: none !important;
  }
  .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*/
/*Corpo*/
.logo {
  display: block;
  width: 215px;
  height: 92px;
  background-image: url("../../images/logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#mainBlock {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
  background: #eee;
  min-height: 100vh;
}
.busca-fixa {
  position: fixed;
  top: 40px;
  right: -305px;
  z-index: 2;
  background-color: #424244;
  display: flex;
  flex-flow: column nowrap;
  width: 345px;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 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;
}
.busca-fixa.on {
  right: 0;
}
.busca-fixa i {
  float: left;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  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;
  cursor: pointer;
}
.busca-fixa i:hover {
  background: rgba(0, 0, 0, 0.5);
}
.busca-fixa i.on {
  background: rgba(0, 0, 0, 0.5);
}
.busca-fixa input {
  height: 40px;
}
.busca-fixa input[type=text] {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border: none;
}
.busca-fixa input[type=submit] {
  background-color: #FFE200;
  float: left;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
}
.busca-fixa input[type=submit]:hover {
  background-color: #ccb500;
}
.busca-fixa .label-floatlabel {
  padding-left: 45px;
}
.left {
  float: left;
  width: 450px;
  min-height: 100vh;
  background: #DDDDDD;
  order: 0;
  position: relative;
  z-index: 1;
}
.topo-left {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background: #424244;
  padding: 30px 0;
  box-shadow: 0 180px 150px -72px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 180px 150px -72px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 180px 150px -72px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0 180px 150px -72px rgba(0, 0, 0, 0.4) inset;
}
.bloco-telefone {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-family: Roboto, sans-serif;
  padding: 30px 0;
}
.bloco-telefone .cb {
  flex-basis: 100%;
}
.telefone {
  font-size: 19px;
  position: relative;
  padding-left: 45px;
  font-weight: 700;
}
.telefone a {
  cursor: default;
  color: #444444;
}
.telefone i {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  font-size: 25px;
  float: left;
  margin-top: -12.5px;
  color: #a4a4a4;
}
.whatsapp {
  padding: 10px 0;
  font-size: 19px;
  color: #444444;
  font-weight: 700;
}
.whatsapp i {
  font-size: 25px;
  float: left;
  margin: 0px 15px 0 0;
  color: #a4a4a4;
}
.email {
  flex-basis: 100%;
  text-align: center;
  font-weight: 700;
}
.email a {
  font-size: 15px;
  color: #6A6A6A;
}
.right {
  width: calc(100% - 450px);
  order: 1;
  float: right;
}
.topo-right {
  width: 100%;
  float: left;
  position: relative;
}
.banner {
  width: 100%;
  float: left;
  height: 283px;
  background: #000;
}
.banner span {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=0.9);
}
.sobre-nos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px 15px;
  font-size: 18px;
  text-shadow: 2px 2px 3px #000;
}
.sobre-nos h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.content {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
  position: relative;
}
.content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -70px;
  left: 30px;
  z-index: 0;
}
.teaser {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teaser article {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  flex-basis: 100%;
  margin-bottom: 70px;
}
.teaser img {
  float: left;
  max-width: 100%;
  height: auto;
  border-color: #FFE200;
  border-width: 3px;
  border-style: solid;
  margin-right: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.teaser a {
  color: #666666;
}
.data {
  background-color: #f2f2f2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  display: table;
  margin-bottom: 10px;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.data i {
  font-size: 15px;
  display: inline-block;
  margin: 0 4px 0 10px;
}
.continuar-lendo {
  position: absolute;
  bottom: -30px;
  right: 35px;
  z-index: 0;
  color: #666666;
  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;
}
.continuar-lendo:hover .bt-continuar-lendo {
  background-color: #ccb500;
}
.bt-continuar-lendo {
  width: 55px;
  height: 55px;
  display: block;
  float: right;
  background-color: #FFE200;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  margin: -30px 0 0 10px;
  text-align: center;
  line-height: 51px;
  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;
}
.bt-continuar-lendo b {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #333;
}
.bt-continuar-lendo b:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #333;
  float: left;
  margin-left: -10px;
}
.bt-continuar-lendo b:after {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #333;
  float: right;
  margin-right: -10px;
}
.lista-noticias {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  flex-basis: 100%;
  margin-bottom: 70px;
}
.lista-noticias img {
  float: left;
  max-width: 100%;
  height: auto;
  border-color: #DDDDDD;
  border-width: 3px;
  border-style: solid;
  margin-right: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lista-noticias a {
  color: #666666;
}
/*PAGINA DE INTERNA*/
.breadcrumb {
  background-color: #e5e5e5;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 5px 30px;
  font-size: 12px;
  color: #666;
}
.breadcrumb a {
  color: #666;
}
.content-interna {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
}
.content-interna h1 {
  margin-bottom: 15px;
}
.sumario {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
}
.sumario .data {
  margin: 25px 0;
}
.sumario img {
  border-color: #FFE200;
  border-width: 3px;
  border-style: solid;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0;
  display: table;
}
.form-comentario img {
  border: none;
}
.img-sumario img {
  float: left;
  margin: 0 30px 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.compartilhar {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  margin-top: 15px;
  float: left;
}
.link-tags {
  font-weight: 500;
  font-size: 14px;
  background-color: #FFE200;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 7px 7px 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;
}
.link-tags:hover {
  background-color: #e6cb00;
}
.form-comentario {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 55px;
  padding: 35px 100px;
  border-top-color: #999;
  border-top-width: 1px;
  border-top-style: dotted;
  float: left;
}
.form-comentario h3 {
  font-size: 25px;
  color: #424244;
}
.info-compartilhar {
  float: right;
}
.info-compartilhar a {
  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;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  display: block;
  float: right;
  margin-left: 5px;
}
.info-compartilhar a:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.info-compartilhar i {
  color: #fff;
  padding: 4px;
  font-size: 20px;
  float: left;
}
.info-compartilhar .icon-rss {
  background-color: #FAA21B;
}
.info-compartilhar .icon-mail4 {
  background-color: #55ACEE;
}
.info-compartilhar .icon-whatsapp {
  background-color: #34AF23;
}
.bt-tweetar {
  height: 20px;
  margin-top: 5px;
}
.bt-facebook {
  height: 20px;
  margin: 5px 0 0 20px;
}
.comentarios {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.comentarios .b1 {
  flex-basis: 100%;
}
.comentarios .b2 {
  flex-basis: 49%;
  position: relative;
}
.comentarios img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  padding: 9px;
}
.comentarios input[type=submit] {
  float: right;
  width: 100%;
}
.mensagens {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 100px 50px;
  float: left;
}
.mensagens h4 {
  font-size: 25px;
  font-weight: 700;
  border-bottom-color: #424244;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #424244;
}
.mensagens h4 b {
  font-size: 30px;
  padding-right: 5px;
}
.box-comentario {
  margin: 25px 0 25px 3%;
  padding: 5px 0 0 38px;
  border-left-color: #aaa;
  border-left-width: 1px;
  border-left-style: solid;
  width: 97%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
}
.box-comentario i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-color: #666;
  border-width: 2px;
  border-style: solid;
  color: #666;
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}
.box-comentario span {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.box-comentario em {
  font-size: 13px;
  font-style: normal;
  color: #ccc;
}
.aprovacao-comentario {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  padding: 30px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
}
.aprovacao-comentario em {
  width: 100%;
  display: block;
}
.botoes-aprovacao {
  margin-top: 20px;
  float: left;
}
.botoes-aprovacao a {
  background: #424244;
  padding: 5px 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: Roboto, sans-serif;
  margin-right: 5px;
  color: #fff;
  display: block;
  float: left;
}
.texto-comentario {
  width: 100%;
  float: left;
  padding: 15px 0 0 0;
}
.content-botao {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.content-botao button {
  margin: 0 auto 0;
  display: table;
  border-color: #666;
  border-width: 1px;
  border-style: solid;
  color: #666;
  width: 260px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  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;
}
.content-botao button:hover {
  background-color: #f2f2f2;
}
.content-botao button:disabled {
  display: none !important;
}
.animation_image {
  width: 100%;
  height: 50px;
  background: url(../../images/padrao/loader.gif) no-repeat center;
}
.pesquisa-interna {
  width: 100%;
  max-width: 750px;
  margin-bottom: 30px;
  float: left;
}
.pesquisa-interna input[type=text] {
  width: 70%;
}
.pesquisa-interna input[type=submit] {
  width: 29%;
  float: right;
}
#footerBlock {
  width: 100%;
  display: table;
  float: left;
  background: #333333;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: #fff;
}
.copyright {
  width: 100%;
  float: left;
  text-align: center;
  padding: 5px 0;
}
.copyright a {
  color: #fff;
  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;
}
.copyright a:hover {
  opacity: 0.7;
  filter: alpha(opacity=0.7);
}
/* BOTAO VOLTAR*/
.link-back {
  color: #666666;
  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;
  float: right;
  margin: 10px 35px 0 0;
}
.link-back b {
  width: 55px;
  height: 55px;
  display: block;
  float: right;
  background-color: #FFE200;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  margin: -30px 0 0 10px;
  text-align: center;
  line-height: 53px;
  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;
}
.link-back b:before {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  float: left;
  content: '';
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  margin: 17px 0 0 19px;
}
.link-back:hover b {
  background-color: #ccb500;
}
/*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: #424244;
}
.cd-top:hover {
  background: #29292a;
}
.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 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  margin-top: 30px;
  padding-top: 30px;
  border-top-color: rgba(51, 51, 51, 0.15);
  border-top-width: 1px;
  border-top-style: dotted;
}
.redes i {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 28px;
  border: 2px solid #333;
  padding: 5px;
}
.redes a {
  float: left;
  margin: 0 9px;
  color: #333;
}
.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%;
  float: left;
  clear: both;
}
.legenda-imagem {
  width: 100% !important;
}
.imagem-acima {
  width: 100%;
  margin-bottom: 15px;
}
.imagem-abaixo {
  width: 100%;
  margin-top: 15px;
}
.autor {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.imagem-esquerda {
  margin: 0 15px 15px 0;
}
.imagem-esquerda img {
  float: left;
  border-color: #FFE200;
  border-width: 3px;
  border-style: solid;
}
.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--*/
.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;
}
/*--INICIO DA CONFIGURACAO DA PAGINACAO--*/
.paginacao {
  clear: both;
  margin: 25px auto 0;
  display: table;
}
.paginacao a {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  height: 41px;
  line-height: 41px;
  border: 1px solid #E9E9E9;
  min-width: 46px;
  padding: 0 4px;
  margin: 0 7px;
  text-decoration: none;
  font-size: 17px;
  float: left;
  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: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  color: #333;
}
.paginacao a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
}
.paginacao a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #E9E9E9;
}
.paginacao a:before {
  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;
  bottom: -3px;
  right: -3px;
  z-index: -3;
}
.paginacao a:hover {
  transform: translate(-2px, -2px);
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  color: #BBB;
}
.paginacao a:hover:before {
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: -3;
}
.paginacao span {
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  height: 41px;
  line-height: 41px;
  border: 1px solid #E9E9E9;
  min-width: 46px;
  padding: 0 4px;
  margin: 0 7px;
  text-decoration: none;
  font-size: 17px;
  float: left;
  transform: translate(-2px, -2px);
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  cursor: default;
  color: #BBB;
}
.paginacao span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #fff;
}
.paginacao span:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #E9E9E9;
}
.paginacao span:before {
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: -3;
}
.bt-prev i,
.bt-anterior i {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 12px 0 0 12px;
}
.apn_next i,
.bt-proximo i {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 12px 0 0 5px;
}
.box-downloads {
  width: 100%;
}
.box-downloads li {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin: 5px 0;
}
.bt-download {
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #eee;
  padding: 5px;
  line-height: 35px;
  font-size: 20px;
  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;
}
.bt-download i {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #424244;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  float: left;
  display: block;
  text-align: center;
  margin-right: 15px;
  font-size: 20px;
  line-height: 35px;
  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;
}
.bt-download span {
  font-size: 14px;
  color: #000;
  height: 35px;
  line-height: 35px;
  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;
  margin-left: 5px;
  width: 140px;
  background: #ccc;
  text-align: center;
  float: right;
  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;
}
.bt-download b {
  font-size: 17px;
}
.bt-download:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bt-download:hover i {
  background: #101010;
}
.bt-download:hover span {
  background: #b3b3b3;
}
#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: Roboto;
}
#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 {
  /*Obrigado*/
}
.contato-form .formulario {
  width: 650px;
  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: #424244;
  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: #424244;
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
}
.contato-form .obrigado a:hover {
  background: #29292a;
}
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: 15px;
  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: #424244;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border: none;
}
input[type=submit]:hover {
  background: #29292a;
}
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: 15px;
  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: 15px;
  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] {
  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: #424244;
  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: #424244;
  line-height: 60px;
}
.localizacao a {
  color: #424244;
}
.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;
  background: #FFE200;
  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;
}
.mapa {
  width: 100%;
  float: left;
  position: relative;
}
.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;
}
.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%;
    margin-bottom: 15px;
  }
  .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;
    background: none;
  }
}
/*RESPONSIVO*/
.info-lateral {
  display: none;
}
.ico-fone-responsivo {
  display: none;
}
@media only screen and (min-width: 1700px) {
  .teaser article {
    flex-basis: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .menu {
    transform: translate(0) !important;
  }
  .info-compartilhar .icon-whatsapp {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .left {
    width: 320px;
  }
  .right {
    width: calc(100% - 320px);
  }
  .menu-fixo {
    width: 320px;
  }
}
@media only screen and (max-width: 1024px) {
  .center {
    width: 100% !important;
    float: left !important;
    margin: 0!important;
    display: block;
  }
  .img-sumario img {
    margin: 0 auto 20px;
    float: none;
    display: table;
  }
  .form-comentario {
    padding: 35px 0;
  }
  .mensagens {
    padding: 0;
  }
}
@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*/
  .left {
    order: 2;
    width: 100%;
    min-height: 1px;
  }
  .topo-left {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1501;
    display: block;
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .logo {
    width: 90px;
    height: 70px;
    margin: 0 auto 0;
    background-position: center;
  }
  .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: #fff;
    font-size: 30px;
    margin: 10px 10px 0 0;
  }
  .menu-fixo {
    display: none;
  }
  .right {
    width: 100%;
  }
  /* FIM DA CONFIGURACAO DO TOPO RESPONSIVO */
  /*-------------------------------------------------------------------------------------------------------------------*/
  /* INICIO DA CONFIGURACAO DO CORPO RESPONSIVO */
  #mainBlock {
    padding-top: 71px;
    display: block;
    float: left;
  }
  .busca-fixa {
    width: 305px;
    top: 80px;
    right: -265px;
  }
  .busca-fixa input[type=text] {
    width: 180px;
  }
  .busca-fixa input[type=submit] {
    width: 80px;
  }
  .busca-fixa input[type=submit]:hover {
    background-color: none;
  }
  /* FIM DA CONFIGURACAO DO CORPO RESPONSIVO */
  /* INICIO DA CONFIGURACAO DO RODAPE RESPONSIVO */
  .copyright {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 15px;
    font-size: 11px;
  }
  /* FIM DA CONFIGURACAO DO RODAPE RESPONSIVO */
  /*--INICIO DA CONFIGURACAO DE TEXTO COM IMAGEM PADRAO--*/
  .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--*/
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  .titulo1 {
    font-size: 16px;
  }
  .titulo2 {
    font-size: 15px;
  }
  .titulo3 {
    font-size: 14px;
  }
  .titulo4 {
    font-size: 13px;
  }
  .texto-direita,
  .texto-esquerda {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .banner {
    display: none;
  }
  .sobre-nos {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: #FFE200;
    padding: 15px;
  }
  .sobre-nos h1 {
    font-size: 30px;
  }
  .content {
    padding: 15px 10px 30px;
  }
  .teaser img {
    float: none;
    margin: 0 auto 20px;
    display: table;
  }
  .teaser article {
    padding: 15px;
  }
  .breadcrumb {
    display: none;
  }
  .sumario {
    padding: 15px;
  }
  .comentarios .b2 {
    flex-basis: 100%;
  }
  .form-comentario h3 {
    font-size: 18px;
  }
  .mensagens h4 {
    font-size: 18px;
  }
  .content-interna {
    padding: 30px 0;
  }
  .content-interna h1 {
    padding: 0 50px 0 15px;
  }
  .box-comentario {
    width: 100%;
    margin: 25px 0;
    padding: 0;
    border: none;
  }
  .box-comentario i {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .info-compartilhar {
    float: none;
    margin: 0 auto 0;
    display: table;
    padding: 15px 0 0 0;
    min-width: 100px;
  }
  .tags strong {
    width: 100%;
    float: left;
    display: block;
  }
}
/*# sourceMappingURL=frontend.css.map */