@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";
input,
textarea {
  height: 40px;
  position: relative;
  border: 1px solid #878787;
  color: #878787;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  resize: none;
  outline: none;
  padding: 0 10px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 140px;
}

::-webkit-input-placeholder {
  color: #878787;
  opacity: 1;
}

::-moz-placeholder {
  color: #878787;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #878787;
  opacity: 1;
}

a {
  outline: none;
  text-decoration: none;
  color: #878787;
}
a img {
  border: 0;
}

b {
  font-weight: 700;
}

button {
  text-align: center;
  border: 0;
  line-height: 40px;
  height: 40px;
  color: #7D7D7D;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  transition: 0.3s all;
  background-color: #878787;
}

form input[name=subject] {
  display: none;
}

.grecaptcha-badge {
  width: 186px !important;
  box-shadow: none !important;
  margin-top: 20px;
  float: left;
}

.grecaptcha-badge .grecaptcha-logo iframe {
  float: right;
  width: 186px;
}

.hidden {
  display: none;
}

.conteudo, .center {
  margin: 0 auto;
  width: 95%;
  position: relative;
}

h1 {
  width: 100%;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.clear {
  clear: both;
}

.tablet,
.mobile {
  display: none;
}

/* -----     Definições de breakpoints     -----*/
/* Responsividade */
@media screen and (max-width: 1030px) {
  .desktop {
    display: none;
  }
  .topo {
    max-width: 95%;
  }
  .contato-rodape {
    max-width: 95%;
  }
  .rodape {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/* iPad na vertical */
@media screen and (max-width: 800px) {
  .tablet {
    display: block;
  }
}
/* Mobile na horizontal */
@media screen and (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    position: relative;
  }
  body {
    padding-top: 60px;
  }
  .mobile {
    display: block;
  }
}
/* ---------------------------------------------*/
.topo {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
.topo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(235, 235, 235, 0) 0%, #ebebeb 20%, #ebebeb 80%, rgba(235, 235, 235, 0) 100%);
}
.topo .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.topo .busca-geral {
  width: calc(50% - 200px - 20px);
  height: 28px;
  margin-right: 20px;
  outline: none;
  height: 28px;
  background-image: url(../img/geral/busca.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 12px;
}
.topo .busca-geral input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding-left: 20px;
  font-size: 12px;
}
.topo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topo .logo img {
  height: 26px;
  width: auto;
}
.topo .contatos {
  width: calc(50% - 200px - 20px);
  height: 25px;
  text-align: right;
}
.topo .contatos a {
  height: 100%;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.topo .contatos a img {
  max-height: 10px;
}
.topo .contatos a svg {
  width: 21px;
}
.topo .contatos a svg path {
  fill: #919396;
  transition: 0.5s all;
}
.topo .contatos a svg:hover path {
  fill: #7CC1BA;
}
.topo .contatos a.contato svg {
  width: 31px;
}
.topo .contatos #botao-menu {
  width: 20px;
  height: 100%;
  margin-left: 32px;
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/geral/menu-com-linhas-mais-grossas.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

#menu-topo {
  position: fixed;
  height: 540px;
  width: 95%;
  left: 50%;
  top: -600px;
  transition: 0.5s all;
  z-index: 11;
  transform: translateX(-50%);
}
#menu-topo .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: red;
  background: transparent;
  background: url(../img/geral/fechar-menu.svg) center center no-repeat;
  background-size: 15px;
  text-indent: -100px;
  overflow: hidden;
}
#menu-topo .login {
  color: #7CC1BA;
  text-transform: uppercase;
  position: absolute;
  top: 70px;
  right: 50px;
  font-size: 14px;
}
#menu-topo.active {
  top: 100px;
}
#menu-topo ul {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #F4F4F4;
  padding: 40px 0;
}
#menu-topo ul li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 14px;
}
#menu-topo ul li a {
  color: #878787;
  line-height: 30px;
  display: block;
}
#menu-topo ul li a:hover {
  color: #7CC1BA;
}

#resposta_busca {
  width: 95%;
  left: 50%;
  position: fixed;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  background: #F4F4F4;
  padding: 10px;
  transform: translateX(-50%);
  z-index: 9;
  font-size: 14px;
  top: -600px;
  transition: 0.5s all;
}
#resposta_busca .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: red;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  background: transparent;
  background: url(../img/geral/fechar-menu.svg) center center no-repeat;
  background-size: 15px;
  text-indent: -100px;
  overflow: hidden;
}
#resposta_busca h2 {
  font-size: 16px;
  font-weight: 300;
}
#resposta_busca h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
}
#resposta_busca p {
  margin-top: 15px;
  margin-bottom: 5px;
}
#resposta_busca a {
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #7D7D7D;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
#resposta_busca .erro {
  margin-top: 20px;
}
#resposta_busca .links {
  margin-top: 20px;
}
#resposta_busca.active {
  top: 100px;
}

/* -----     Definições de breakpoints     -----*/
@media screen and (max-width: 1200px) {
  .topo .center .busca-geral {
    min-width: 350px;
  }
  .topo .center .logo {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
  }
}
@media screen and (max-width: 1030px) {
  .topo {
    left: 2.5%;
  }
  .topo .center {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .topo {
    z-index: 200;
    left: 0;
    max-width: 100%;
  }
  .topo .center {
    width: 95%;
  }
  .topo .center .busca-geral {
    min-width: 25px;
    max-width: 25px;
  }
  .topo .center .busca-geral.full-mode {
    min-width: none;
    max-width: none;
    z-index: 11;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    position: fixed;
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 60px, rgba(255, 255, 255, 0.9) 60px);
    padding-top: 60px;
  }
  .topo .center .busca-geral.full-mode input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    border-top: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    background-image: url(../img/geral/busca.svg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 20px center;
    padding-left: 70px;
  }
  .topo .center .busca-geral.full-mode::after {
    content: "X";
    color: red;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 26px;
    pointer-events: none;
    background: transparent;
    background: url(../img/geral/fechar-menu.svg) center center no-repeat;
    background-size: 15px;
    text-indent: -100px;
    overflow: hidden;
    width: 15px;
  }
  .topo .center .contatos {
    width: 200px;
  }
  #resposta_busca {
    z-index: 201;
  }
  #resposta_busca.active {
    top: 120px;
  }
}
/* Celulares em geral */
@media screen and (max-width: 680px), screen and (orientation: landscape) and (max-height: 500px) {
  .topo {
    height: 60px;
  }
  .topo .center .logo {
    text-align: center;
  }
  .topo .center .contatos {
    width: 70px;
  }
  .topo .center .contatos .menu-item {
    display: block;
    width: calc(100% - 30px);
    margin: 0;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 5px;
  }
  .topo .center .contatos .telefone,
  .topo .center .contatos .contato,
  .topo .center .contatos .whatsapp {
    display: none;
  }
  .topo .center .contatos #botao-menu {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
  }
  .topo::after {
    display: none;
  }
  #menu-topo {
    top: -110%;
    transform: none;
    width: 100%;
    left: 0;
    transform: none;
    height: calc(100% - 60px);
  }
  #menu-topo.active {
    top: 60px;
  }
  .topo .center .busca-geral.full-mode input {
    font-size: 11px;
    background-size: 20px;
    padding-left: 50px;
  }
}
/* Celulares em modo paisagem apenas */
@media screen and (orientation: landscape) and (max-height: 500px) {
  body {
    padding-top: 80px;
  }
  .topo::after {
    display: none;
  }
}
/* ---------------------------------------------*/
.rodape {
  text-align: center;
  padding-top: 80px;
}
.rodape .titulo {
  font-size: 26px;
  color: #7CC1BA;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 300;
}
.rodape .center {
  max-width: 1000px;
}
.rodape .contatos {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  padding-bottom: 50px;
}
.rodape .contatos .item {
  width: 30%;
}
.rodape .contatos .item .icone {
  height: 21px;
  margin-bottom: 15px;
}
.rodape .contatos .item .icone path {
  fill: #7CC1BA;
}
.rodape .contatos .item .titulo {
  color: #878787;
  font-size: 20px;
  margin-bottom: 10px;
}
.rodape .contatos .item .whatsapp {
  font-size: 10px;
  font-weight: 400;
}
.rodape .contatos .item .whatsapp:hover {
  color: #7CC1BA;
}
.rodape .separador1 {
  margin-bottom: 50px;
  background-image: linear-gradient(to right, #EBE1D7 33%, rgba(235, 225, 215, 0) 0%);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 1px;
}
.rodape .separador2 {
  border-bottom: 2px solid #EBE1D7;
  margin-bottom: 15px;
  margin-top: 50px;
}
.rodape .linha2 .center {
  display: flex;
  justify-content: space-between;
}
.rodape .linha2 .center .redes-sociais {
  display: flex;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  line-height: 20px;
  width: 260px;
}
.rodape .linha2 .center .redes-sociais .icone {
  color: #878787;
}
.rodape .linha2 .center .redes-sociais .icone svg {
  height: 100%;
}
.rodape .linha2 .center .redes-sociais .icone:hover {
  color: #7CC1BA;
}
.rodape .linha2 .center .creci {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
}
.rodape .desenvolvedor {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.rodape .desenvolvedor img {
  height: 30px;
}

.chatfixo {
  width: 50px;
  height: 50px;
  border: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  padding: 0;
  z-index: 100;
}
.chatfixo .whatsapp {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #ffffff url(../img/geral/whatsapp.svg) center center no-repeat;
  background-size: 50%;
  left: 5px;
  top: 5px;
}
.chatfixo .pulse {
  width: 36px;
  height: 36px;
  transform: scale(1);
  animation: pulse-black 2.5s infinite;
  border-radius: 50%;
  border: 1px solid #7cc1ba;
  position: absolute;
  left: 7px;
  top: 7px;
  pointer-events: none;
}

@keyframes pulse-black {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2.2);
    border: 1px solid rgba(124, 193, 186, 0);
  }
  100% {
    transform: scale(2);
    border: 1px solid rgba(124, 193, 186, 0);
  }
}
/* -----     Definições de breakpoints     -----*/
/* Celulares em geral */
@media screen and (max-width: 680px) {
  .rodape {
    flex-wrap: wrap;
  }
  .rodape .contatos {
    flex-wrap: wrap;
  }
  .rodape .contatos .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .chatfixo {
    bottom: 10px;
    right: 10px;
  }
}
/* Celulares em modo paisagem apenas */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .rodape {
    flex-wrap: wrap;
  }
  .rodape .contatos {
    flex-wrap: wrap;
  }
  .rodape .contatos .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------*/
/*======================================
Selectric v1.12.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
