body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none
}

iframe {
  display: inline!important;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-container {
  padding: 4px
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1
}

@charset 'UTF-8';

.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-loading .slick-list {
  background: url(./ajax-loader.gif)center center no-repeat #fff
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix)format('embedded-opentype'), url(../fonts/slick.woff)format('woff'), url(../fonts/slick.ttf)format('truetype'), url(../fonts/slick.svg#slick)format('svg')
}

@font-face {
  font-family: 'Freehand';
  src: url('../fonts/Freehand591BT-RegularA.eot');
  src: url('../fonts/Freehand591BT-RegularA.eot?#iefix') format('embedded-opentype'), url('../fonts/Freehand591BT-RegularA.woff2') format('woff2'), url('../fonts/Freehand591BT-RegularA.woff') format('woff'), url('../fonts/Freehand591BT-RegularA.ttf') format('truetype'), url('../fonts/Freehand591BT-RegularA.svg#Freehand591BT-RegularA') format('svg');
  font-weight: normal;
  font-style: italic;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '\f137';
  font-family: FontAwesome;
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '\f138';
  font-family: FontAwesome;
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: ''
}

.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 21px 0px 0px;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
  color: #D23332
}

.slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  color: #000;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #D23332
}

* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Lucida Sans';
  src: url('../fonts/LucidaSans.eot');
  src: url('../fonts/LucidaSans.eot?#iefix') format('embedded-opentype'), url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff'), url('../fonts/LucidaSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* PAGINA DE ERRO NAO MECHER */
#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}

#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

#texto-404 {
  width: 100%;
  font-family: Calibri;
  font-size: 22px;
  text-align: center;
}

#aguarde {
  width: 100%;
  font-family: Calibri;
  font-size: 19px;
  text-align: center;
  margin: 5px 0;
}

/* #####################FINAL###################### */
/* all pages */
a {
  text-decoration: none;
}

.esquerda,
.esquerdo,
.left,
.float-left {
  float: left;
  display: table;
  margin: 0px 10px 10px 0px;
}

.direita,
.direito,
.right,
.float-right {
  float: right;
  display: table;
  margin: 0px 0px 10px 10px;
}

.meio,
.center {
  display: table;
  margin: 20px auto;
}

.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px #666;
}

.global {
  margin: 0 auto;
}

.conteudo-pages {
  min-height: 438px;
  /* width: 1000px; */
  margin: 0 auto;
  box-sizing: border-box;
}

.interna {
  min-height: 640px;
  width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  box-sizing: border-box;
}

.texto-pages {
  font: 15px/25px "Calibri";
  color: #000;
  text-align: justify;
  position: relative;
}

.texto-pages h1 {
  font: 25px "Lucida Sans";
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  background: url(../images/psic-icon.png) no-repeat;
  background-size: 20px;
  background-position: 0px 6px;
  display: inline-block;
}

.texto-pages h1:before {
  background: url(../images/psic-icon.png);
}

.texto-pages h2 {
  font: 20px "Calibri";
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.slider-total {
  padding: 20px 0px;
  background: #5AB7BB;
  background-size: 20px;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
  box-shadow: 0px 0px 0px 4px #5AB7BB;
  margin-top: -5px;
}

body {
  background: linear-gradient(to right, rgba(235, 235, 235, 0.59), #EBEBEB);
  background-size: 7px 1px;
}

.slider {
  width: 998px;
  margin: 0 auto;
  border: 10px solid #fff;
}

.slick-track {
  max-width: none;
}

.slider .slick-prev {
  left: 45px !important;
}

.slider .slick-next {
  right: 45px !important;
}

.slider img {
  max-width: 100%;
}

.slider2 .slick-active {
  opacity: 0.6 !important;
}

.slider2 .slick-center {
  opacity: 1 !important;
}

.slider2 .slick-slide {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  height: 160px;
  opacity: 0.0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -os-transition: all 0.3s;
}

.slider2 .slick-prev {
  right: 50px;
  left: initial;
  top: 0px;
}

.slider2 .slick-next {
  top: 0px;
  right: 0px;
}

.invisivel {
  display: none;
}

.menu-resp {
  display: none;
}

.topo-total {
  =: bottom text-align: center;
}

.topo {
  text-align: center;
  width: 998px;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
  height: 140px;
  padding-bottom: 17px;
}

.logo {
  display: inline-block;
  float: left;
  margin: 5px 0px 0px 65px;
}

.telefone {
  font: 40px "Lucida Sans";
  text-shadow: 0px 0px 1px #666;
  float: right;
  margin: 23px 55px 0px 0px;
}

span {
  color: #5AB7BB;
}

.telefone span {
  font: 17px "arial";
  font-family: cursive;
}

.logo-rodape {
  float: left;
  margin-right: 15px;
}

.rodape {
  width: 998px;
  margin: auto;
  height: 55px;
}

.logo-pw {
  float: right;
  margin-top: 5px;
}

.menu {
  width: 998px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #746464;
  border: 1px solid white;
  box-shadow: 0px 0px 0px 4px #5B4F4F;
  margin-bottom: 30px;
  background: #333333;
  background-size: 20px;
  border-radius: 38px;
  padding: 2px 0px;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 19px;
}

.menu li a {
  font: 18px "Lucida Sans";
  color: #f5f3f3;
  text-shadow: 0px 0px 1px #999797;
  padding: 24px 9px;
  display: block;
  margin-top: -11px;
  margin-bottom: -11px;
  -webkit-transition: transform 0.3s;
  font-weight: lighter;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
}

.menu li:hover a {
  background: #5ab7bb;
  border-right: 4px solid #367e83;
  border-radius: 5px;
  -webkit-transform: scale(1.1);
  box-shadow: -3px 0px 7px -4px #000;
  padding: 22px 7px;
}

.menu .ativo {
  background: #5AB7BB;
  border-right: 4px solid #367E83;
  /* margin-right: -5px; */
  border-radius: 7px;
  box-shadow: -3px 0px 7px -4px #000;
  padding: 22px 7px;
}

.rodape-total {
  text-align: center;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 0px 4px #5B4F4F;
  background: #333333;
  background-size: 20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.rodape div {
  color: #e2e1e1;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 5px;
}

.rodape div:nth-child(2) {
  margin: 0px 40px 0px 25px;
}

.rodape .texto-rodape {
  text-align: left;
  border-left: 2px solid #5AB7BB;
  padding-left: 10px;
  float: left;
  font: 12px Arial;
}

.box-01 {
  width: 1000px;
  margin: 20px auto 5px;
  text-align: center;
}

.box-01>.titulo {
  font-size: 25px;
  font-family: "Lucida Sans";
  font-weight: bold;
}

.box-01>.titulo span {
  font-size: 24px;
  width: 100%;
  font-family: "Lucida Sans";
  font-weight: bold;
}

.box-01 .img {
  width: 200px;
  height: 160px;
  overflow: hidden;
  padding: 11px;
  background: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  box-shadow: 0px 0px 2px 0px #A2A2A2;
  border-radius: 10px;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  z-index: 1;
  position: relative;
}

.box-01 .img img {
  border-radius: 10px;
}

.box-01 div {
  display: inline-block;
  vertical-align: middle;
}

.box-01 .item {
  width: 228px;
  padding: 10px 51px 15px;
}

.box-01 .item:hover .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.box-01 .item:hover .titulo {
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
}

.box-01 .item:hover .entrar {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.box-01 .item .titulo {
  width: 140px;
  height: 46px;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  text-transform: uppercase;
  margin-top: -25px;
  background: #5AB7BB;
  color: #fff;
  font: 16px "Lucida Sans";
  letter-spacing: 1px;
  border-right: 3px solid #367E83;
  border-radius: 5px;
  box-shadow: -3px 0px 7px -4px #000;
  z-index: 2;
  position: relative;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
}

.box-01 .conteudo {
  margin-top: 10px;
  letter-spacing: 0px;
  color: #585858;
  text-align: left;
}

.box-01 .conteudo span {
  display: block;
  padding-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  border-top: 1px solid #DBDBDB;
}

.linhas {
  display: inline-block;
  width: 330px;
  padding: 0px 22px 5px;
}

.linhas hr {
  color: #C0BEBE;
  margin: 2px 0px;
}

.box-01 .entrar {
  text-align: right;
  margin-top: 10px;
  float: right;
  padding: 5px 4px;
  background: #5A504F;
  -webkit-filter: grayscale(1);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

/* A PROFISSIONAL */
.conteudo-texto.profissional {
  text-align: center;
}

figure.background {
  background: url(../images/logo.png) no-repeat;
  width: 100%;
}

/* FIM A PROFISSIONAL */
/* PAGINA ARTIGOS */
.campo-busca label {
  width: 100%;
}

button.btn-busa {
  width: 28px;
  height: 22px;
  background: #59b7ba;
  border: none;
  border-radius: 0px 2px 3px 15px;
  vertical-align: middle;
  position: absolute;
  top: 28px;
  right: 0px;
}

i.fa.fa-search {
  color: white;
  vertical-align: top;
}

.artigo li {
  list-style: none;
}

article.artigo p {
  font-size: 1.1rem;
  line-height: 2rem;
}

section.wrapper-artigo {
  padding: 20px;
  text-align: justify;
  background: white;
  margin: 30px 0px;
  border: 1px dotted #59b7ba;
  box-sizing: border-box;
}

.campo-busca {
  display: inline-block;
  position: relative;
  top: 15px;
  width: auto;
  float: right;
}

input.input-busca {
  border: 1px solid #5ab7bb;
  height: 20px;
  border-radius: 5px 0px 0px 5px;
  vertical-align: middle;
  padding-right: 35px;
  width: 283px;
  padding-left: 8px;
  position: relative;
}

/* FIM PAGINA ARTIGOS */
/* PAGINA SERVICOS */
.interna ul.lista {
  list-style: none;
  width: 49%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.interna ul.lista li {
  box-sizing: border-box;
  padding: 5px 17px;
  margin: 5px;
  width: 455px;
  font-style: italic;
  display: inline-block;
  /* color: #5a5a5a; */
  font-weight: bold;
  font-size: 1em;
  box-shadow: 1px 1px 2px 1px #b1acac;
  background: url(../images/psic-icon.png) no-repeat, white;
  background-size: 16px;
  background-position: 98% 50%;
  text-align: left;
}

.interna ul.lista li:nth-child(odd) {
  background: url(../images/psic-icon2.png) no-repeat, #5ab7bb;
  background-size: 16px;
  background-position: 98% 50%;
}

.interna ul.lista li:nth-child(odd) strong {
  color: white;
}

.conteudo-texto {
  min-height: 444px;
}

/* FIM PAGINA SERVICOS */
/* PAGINA LOCALIZACAO */
.wrapper-endereco {
  margin: 35px 0px;
  position: relative;
}

.endereco:nth-child(2) {
  margin-bottom: 15px;
}

.endereco:before {
  content: '\f041';
  font-family: FontAwesome;
  color: #5AB7BB;
  font-size: 16px;
  margin-right: 10px;
}

/* MODAL CSS PURO */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  /* transition: all 5s ease-in-out; */
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  width: 100%;
}

.popup .content img {
  width: inherit;
}

/* FIM MODAL CSS PURO */
.box {
  background: rgba(0, 0, 0, .2);
  display: inline-block;
  padding: 0px 13px;
  font-weight: bold;
  position: absolute;
  top: 191px;
  left: 4vw;
}

a#check {
  width: 100%;
  display: block;
  height: 100vh;
  position: fixed;
  cursor: default;
}

/* FIM PAGINA LOCALIZACAO */
/* PAGINA CONTATO */
input.submit {
  padding: 10px;
  border: none;
  color: white;
  background: #5ab7bb;
  width: 103%;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  font-family: "Lucida Sans";
}

input.submit:hover {
  background: #357a7d;
}

textarea.input.mensagem {
  height: 68px;
}

.contato {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.formulario {
  width: 390px;
  display: inline-block;
  float: right;
  padding: 0px 15px;
}

div>label {
  width: 74px;
  display: block;
  font-style: italic;
}

input.input,
div>textarea {
  width: 100%;
  height: 25px;
  padding: 0px 5px;
  border: 1px solid #59b7ba;
}

div>textarea {
  width: 103%;
  padding: 10px 10px;
  box-sizing: border-box;
  resize: vertical;
}

.box-nome {
  width: inherit;
}

.endereco-contato:before {
  content: '\f041';
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 9px;
  color: white;
  padding: 8px 12px;
  border-radius: 100%;
  background: #5ab7bb;
}

.telefone-contato:before {
  content: '\f095';
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 10px;
  color: white;
  padding: 8px 10px;
  border-radius: 50%;
  background: #5ab7bb;
}

.email-contato:before {
  content: '\f003';
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 7px;
  color: white;
  padding: 8px 9px;
  border-radius: 50%;
  background: #5ab7bb;
}

.contato div {
  margin: 25px 0px;
  font-size: 14px;
  font-style: italic;
}

.wrapper-contato {
  overflow: hidden;
}

.profissional p {
  width: 97%;
  margin: 0px 0px;
  padding: 5px 10px;
  color: #143e40;
  display: inline-block;
  font-size: 1.6em;
  font-family: "Freehand";
  font-weight: bold;
  border: 1px dotted #c5e3e4;
}

.profissional p:nth-child(even) {
  background: linear-gradient(to top, rgba(90, 183, 187, 0.14) 60%, #91dbde);
}

iframe {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  bottom: 0;
  z-index: 100000;
}

/* FIM PAGINA CONTATO */

.box-02 {
  width: 100%;
  padding: 20px 0px;
  background: #5AB7BB;
  background-size: 20px;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
  box-shadow: 0px 0px 0px 4px #5AB7BB;
  margin-top: -5px;
}

.box-02-content h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
}

.box-02 .text p,
.box-02 .text a {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 200;
}

.box-02-content {
    width: 55%;
    margin: 0px auto;
    font-family: "Lucida Sans";
}

p.box-02-contato {
    /* width: 400px; */
    text-align: center;
    background: white;
}

.box-02 .text p {
    line-height: 28px;
    color: white;
}

.box-02-contato {
    border-radius: 14px;
    width: 400px;
    margin: 10px auto;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    text-align: center;
}

.box-02-contato p,
.box-02-contato a {
    color: white;
    font-weight: 100;
}

.box-02-content .text {
    width: 95%;
    margin: 5px auto;
}

.box-02-contato p,
.box-02-contato a{
    color: #5ab7bb !important;
    font-weight: bold;
}

input.trigger:checked + label + .pop-up {    
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: .8s;
}

input.trigger:checked + label {
  display: none;
  transform: .8s;
}

.span.pop-up iframe {
  position: relative !important;
}

label.btn-hide i {
  font-size: 20px;
  background: white;
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  transition: .8s;
}

input#checkbox {
  position: relative;
  width: 0;
  height: 0;
  opacity: 0;
}

label.btn-hide {
  position: fixed;
  bottom: 34%;
  left: 91%;
  z-index: 9999999 !important;
}

label.btn-hide:hover {
  cursor: pointer;
}

label.btn-hide:hover i {
  background: black;
  color: white;
  border: 2px solid white;
  transition: .8s;
}

.texto-formatado p {
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 5px;
  color: #143e40;
}

.conteudo-pages.interna.atuacao h2 {
  font-size: 22px;
  text-align: center;
  color: #5ab7bb;
}

.conteudo-pages.interna.atuacao p {
  font-size: 16px;
  padding-bottom: 10px;
}

.img-atua {
  text-align: center;
}

.conteudo-pages.interna.atuacao .formulario {
  display: block;
  float: unset !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0;
}

.conteudo-pages.interna.atuacao .formulario input {
    max-width: 100%;
    padding: 0;
}

.conteudo-pages.interna.atuacao .formulario textarea {
    max-width: 100%;
    padding: 0;
}

.box-02-contato.negat {
  background: #59b7ba;
}

.box-02-contato.negat p {
  color: white !important;
}

.texto-formatado {
  margin-top: 20px;
}

.conteudo-pages.interna.atuacao span {
  font-size: 22px !important;
  text-align: center;
  color: #5ab7bb;
  font-weight:bold;
  font-family: calibri;
}

.conteudo-pages.interna.atuacao .formulario p {
  text-align: center;
}

.conteudo-pages.interna.atuacao ul {
    list-style-position: inside;
    margin-bottom: 10px;
}

.conteudo-pages.interna.atuacao ul li {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.listra-traco {
    list-style: circle;
}

ul.listra-numero {
    list-style-type: decimal;
}

.conteudo-pages.interna.atuacao h3 {color: #5ab7bb;font-size: 17px;}

.item-fnd-branco {
  background: url(../images/psic-icon.png) no-repeat, white !important;
  background-size: 16px !important;
  background-position: 98% 50% !important;
  
}

li.item-fnd-branco strong {
  color: #333333 !important;
}

@media only screen and (max-width:1880px) {
  label.btn-hide {
    bottom: 31%;
    left: 90%;
  } 
}

@media only screen and (max-width:1625px) {
 label.btn-hide {
    bottom: 34%;
    left: 89%;
  }
}


@media only screen and (max-width:1425px) {
 label.btn-hide {
    bottom: 34%;
    left: 87.5%;
  }
}

@media only screen and (max-width:1355px) {
   label.btn-hide {
    bottom: 34%;
    left: 86%;
  }
}

@media only screen and (max-width:1150px) {
   label.btn-hide {
    bottom: 34%;
    left: 84.5%;
  }
}

@media only screen and (max-width:1050px) {
 label.btn-hide {
    bottom: 34%;
    left: 83%;
  }
}

@media only screen and (max-width:1024px) {
 .box-02-content {
    width: 75%;
  }
}

@media only screen and (max-width:998px) {
 label.btn-hide i {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  label.btn-hide {
    bottom: 34%;
    left: 62%;
  }
}

@media only screen and (max-width:998px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .conteudo-pages {
    padding: 2%;
  }

  .menu-resp {
    display: block;
    background: url('../images/menu-resp.png') center no-repeat;
    padding: 40px;
    cursor: pointer;
  }

  .menu {
    display: none;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
  }

  .menu li {
    width: 90%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }

  .menu li a {
    margin: 0px;
  }

  .menu .ativo,
  .menu li:hover a {
    color: #fff;
    padding: 10px;
    margin: 5px 0px;
  }

  .menu li a {
    color: #000;
    padding: 10px 0px;
    margin: 5px 0px;
  }

  .rodape div {
    width: 100%;
    margin: 20px 0px;
    text-align: center !important;
    border: none !important;
  }

  .titulo .linhas {
    display: none;
  }

  .box-01>.titulo {
    width: 100%;
  }

  .rodape {
    height: 350px;
  }

  .rodape div:nth-child(2) {
    margin: 0px;
  }

  .telefone {
    font-size: 20px;
    margin: 10px auto;
    float: none;
  }

  .logo {
    margin: 5px auto;
    float: none;
  }

  .box-01 {
    margin: 10px;
  }

  .topo {
    text-align: center;
  }

  .menu-total {
    margin-top: 20px;
  }

  .box-01 .item {
    margin: 10px 0px;
    padding: 0px;
  }

  .interna ul.lista {
    margin: auto;
    display: block;
    width: 100%;
  }

  .interna ul.lista li {
    margin: 5px 0px;
  }

  section.wrapper-artigo {
    text-align: left;
  }

  .campo-busca {
    float: none;
  }

  .interna h1 {
    display: block;
  }

  button.btn-busa {
    display: none;
  }
}

@media screen and (max-width: 865px) {
  label.btn-hide {
      bottom: 34%;
      left: 65%;
  }
  
  label.btn-hide i {
      width: 30px;
      height: 30px;
  }

}


@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}

@media screen and (max-width: 665px) {
    label.btn-hide {
      bottom: 34%;
      left: 69%;
  }

}

@media screen and (max-width: 615px) {
    .box-02-content {
      width: 80%;
  }
  
  .box-02-contato {
      width: 300px;
  }

  .conteudo-pages.interna.atuacao {
    padding: 10px 22px;
}

}

@media screen and (max-width: 525px) {
   label.btn-hide {
      bottom: 34%;
      left: 73%;
  }
}

.whatsapp-landing {
  position: fixed;
  top: 15px;
  right: 15px;
  animation: atencao 10s 10s infinite;
  z-index: 99999;
}

.whatsapp-landing a {
  background: #25d366 !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 999999;
}

.whatsapp-landing i {
  font-size: 30px;
  color: white;
}

.whatsapp-landing a:hover {
  animation: whatsapp 1.5s;
}

@keyframes whatsapp {
  30% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }

  45% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  60% {
    box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
  }
}
