body {
  font-family: "Quicksand-Regular";
}

textarea:focus,
input:focus {
  outline: none;
}

a,
a:focus,
button:focus {
  outline: none !important;
}

.hvr-underline-from-center:before {
  background: #60dd76 !important;
}

.conteudo {
  font-family: "SegoeUI-Bold";
}

/* BLOG */

.background-full {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: all 1s;
}

.background-full-produto {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  transition: all 1s;
}

.navPaginacao {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.paginacaoBlog {
  margin-top: 50px;
}

.paginacaoBlog .page-link {
  color: #000;
  border: 0;
  font-family: "SegoeUI-Regular";
}

.paginacaoBlog .page-link:hover {
  z-index: 1 !important;
  border: 0;
}

.paginacaoBlog .page-item.active .page-link {
  color: #fff;
  background-color: #20b857;
  border-color: #20b857;
}

.bgImgBlogPg {
  display: inline-block;
  width: 100%;
  height: 310px;
  position: relative;
  z-index: 1;
}

.txt_interna_blog {
  font-family: "SegoeUI-Bold";
  font-size: 30px;
  color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fbfbfba8;
  padding: 10px;
}

.bgImgBlogPg img {
  display: inline-block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.txt_int_blog_pg {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 10px;
}

.txt_int_blog_pg img {
  float: left;
  width: 300px;
  /*height: 300px;*/
  object-fit: cover;
  margin-right: 20px;
}

.redesSocialBlog {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.redesSocialBlog a:hover {
  cursor: pointer;
  text-decoration: none;
}

.redesSocialBlog svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.redesSocialBlog svg path {
  fill: #5f5f5f !important;
}

/* FIM BLOG */

/* PÁGINA EQUIPE */

.boxEquipes_pg {
  display: inline-block;
  margin-top: 95px;
  width: 100%;
}

.boxImgListaEquipe {
  overflow: hidden;
}

.lisEquipepg:hover .imgListEquipe {
  transform: scale(1.1);
}

.imgListEquipe {
  width: 265px;
  height: 300px;
  object-fit: cover;
  transition: all 0.6s;
}

.t_boxEquipes_pg {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  text-transform: capitalize;
  margin-top: 35px;
}

.cargo_boxEquipes_pg {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
  text-transform: capitalize;
}

/* FIM PÁGINA EQUIPE */

/* PÁGINA CONTATO */

.section_contato_pg {
  display: inline-block;
  width: 100%;
  height: 870px;
  background-image: url("../img/img-pg-contato.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boxSocialContato {
  display: inline-block;
  margin-right: 15px;
  /* background: #bd1818;
	padding: 5px 10px;
    border-radius: 20px; */
}

.redesSociaisContato span {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 20px;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.redesSociaisContato a:hover {
  text-decoration: none;
}

.boxSocialContato svg {
  width: 15px;
  height: 15px;
}

.boxSocialContato svg path {
  fill: #fff;
}

.form_contato_pg {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  background: #ffffffba;
  padding: 95px;
}

.duvidasContato {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.t_duvidasContato {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 20px;
  color: #3e4043;
  text-transform: uppercase;
}

.st_duvidasContato {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 20px;
  color: #3e4043;
  text-transform: uppercase;
}

.cool-b4-form .btn {
  border-radius: 0;
}

.cool-b4-form .form-group {
  position: relative;
  padding-top: 40px;
  margin-bottom: 0;
  /* If there's only 1 input make it full height */
}

.cool-b4-form .form-group:first-child:last-child {
  height: 100%;
}

.cool-b4-form .form-group:first-child:last-child .form-control {
  height: 100%;
}

.cool-b4-form .form-group textarea {
  resize: none;
}

.cool-b4-form .form-group .input-highlight {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.cool-b4-form .form-group label {
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cool-b4-form .form-group .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #777777;
  background: transparent;
}

.cool-b4-form .form-group .form-control:focus,
.cool-b4-form .form-group .form-control.hasValue {
  /* box-shadow: none; */
  border-color: #000;
}

.cool-b4-form .form-group .form-control:focus ~ .input-highlight,
.cool-b4-form .form-group .form-control.hasValue ~ .input-highlight {
  width: 100%;
}

.cool-b4-form .form-group .form-control:focus ~ label,
.cool-b4-form .form-group .form-control.hasValue ~ label {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  top: 0;
  left: 0;
}

.form_contato_pg .btnFormContato {
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 12px 65px;
  background: #60dd76;
  margin-top: 40px;
  border: 1px solid #60dd76;
  transition: all 0.6s;
}

.form_contato_pg .btnFormContato:hover {
  box-shadow: 4px 4px 6px -3px rgb(0, 0, 0);
}

/* FIM PÁGINA CONTATO */

/* PÁGINA QUEM SOMOS */

.bannerQuemSomos img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.t_video_pg_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 24px;
  color: #414141;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: 50px;
}

.video_pg_quemsomos img {
  width: 100%;
  height: 345px;
  object-fit: cover;
}

.bg_video_pgQuemsomos {
  width: 100%;
  min-height: auto;
  padding-bottom: 80px;
  padding-top: 55px;
}

.st_video_pg_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #636363;
  line-height: 30px;
  margin-bottom: 40px;
}

.txt_video_pg_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 20px;
  color: #636363;
}

.txt_video_pg_quemSomos a {
  color: #636363;
  text-decoration: none;
  transition: all 0.6s;
}

.galeria-sobre .slick-prev,
.galeria-sobre .slick-next {
  top: 50%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  /* border-radius: 5px; */
  /* background: #02020294; */
}

.galeria-sobre .slick-next:before {
  font-size: 0;
  /* filter: invert(1); */
  opacity: 1;
}

.galeria-sobre .slick-prev:before {
  font-size: 0;
  /* filter: invert(1); */
  opacity: 1;
}

.galeria-sobre .slick-slide img {
  position: relative;
  filter: grayscale(100%);
  /* transform: perspective(1px) translateZ(0); */
  transition: all 0.5s;
  background: #fff;
}

.galeria-sobre .slick-slide img:hover {
  /* transform: scale(1.1); */
  filter: grayscale(0);
  z-index: 1;
}

.galeria-sobre .slick-prev {
  border: 1px solid #00fb82;
}

.galeria-sobre .slick-next {
  border: 1px solid #00fb82;
}

.galeria-sobre .slick-prev:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.galeria-sobre .slick-next:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.galeria-sobre .slick-next:focus::before {
  filter: invert(1);
}

.galeria-sobre .slick-prev:focus::before {
  filter: invert(1);
}

.txt_video_pg_quemSomos .saibamaisModal {
  transition: all 0.6s;
  text-decoration: none;
  color: #636363;
  font-weight: bold;
}

.txt_video_pg_quemSomos a:hover .saibamaisModal {
  text-decoration: none;
}

/* FIM PÁGINA QUEM SOMOS */

/* PÁGINA DOAÇÃO */

.lista_doacoes img {
  width: 270px;
  height: 220px;
  object-fit: cover;
}

.t_lista_doacoes {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Semilight";
  font-size: 18px;
  color: #414141;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}

.valor_lista_doacoes {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.valor_lista_doacoes a {
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  padding: 10px 25px;
  background: #60dd76;
}

.valor_lista_doacoes a:hover {
  text-decoration: none;
}

/* FIM PÁGINA DOAÇÃO */

.espacamentoBanner {
  float: left;
  width: 100%;
  height: 60px;
}

.modalDesc .modal-body {
  height: 200px;
  overflow: auto;
  font-family: "SegoeUI-Regular";
  scrollbar-face-color: #000;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}

/* Let's get this party started */

.modalDesc .modal-body::-webkit-scrollbar {
  width: 12px;
}

/* Track */

.modalDesc .modal-body::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */

.modalDesc .modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #596db9;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.titleModalDesc {
  width: 100%;
  font-family: "SegoeUI-Bold";
  color: #636363;
  font-size: 30px;
  text-transform: uppercase;
}

.bgBtnModalDesc {
  font-family: "SegoeUI-Bold";
  color: #000;
  background: #60dd76;
  border-color: #60dd76;
}

.bgBtnModalDesc:hover {
  color: #000;
  background: #60dd76;
  border-color: #60dd76;
}

.imgByteabyte {
  width: 120px;
  height: 27px;
  transition: all 0.6s;
  transform: translateY(0px);
}

.imgByteabyte:hover {
  transform: translateY(-3px);
}

/* COMPARTILHAMENTO */

.compartilhaBlog {
  margin-bottom: 30px;
}

.box_compartilhaBlog {
  display: inline-block;
  margin-right: 10px;
  filter: grayscale(1);
  transform: translateY(0px);
  transition: all 0.5s ease;
}

.box_compartilhaBlog:hover {
  filter: grayscale(0%);
  transform: translateY(-3px);
}

.box_compartilhaBlog a {
  cursor: pointer;
}

.iconPrint {
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-image: url("../img/print.svg");
}

.iconemail {
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-image: url("../img/mail-blog.svg");
}

.iconCompFacebook {
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-image: url("../img/facebook-blog.svg");
}

.iconWhatss {
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-image: url("../img/whatsapp-blog.svg");
}

/* FIM COMPARTILHAMENTO */

.mobileMenu {
  display: none;
}

.redeSocialTopo {
  display: flex;
  flex-direction: row;
}

.redeSocialTopo svg {
  width: 30px;
  height: 25px;
}

.redeSocialTopo svg path {
  transition: all 0.5s;
}

/* .redeSocialTopo svg:not(:hover) path{
    fill: #a6a6a6 !important;
} */

.redeSocialTopo svg:not(:hover) path,
.redeSocialTopo svg:not(:hover) rect,
.redeSocialTopo svg:not(:hover) circle,
.redeSocialTopo svg:not(:hover) polygon {
  transition: all 0.5s;
  fill: #a6a6a6 !important;
}

/* MENU MOBILE */

/* To Navigation Style */

.codrops-top {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  width: 100%;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  text-decoration: none;
  padding: 0 1em;
  letter-spacing: 0.1em;
  color: #888;
  display: inline-block;
}

.codrops-top a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  float: left;
  display: block;
}

.codrops-icon:before {
  font-family: "codropsicons";
  margin: 0 4px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Demo Buttons Style */

.codrops-demos {
  padding-top: 1em;
  font-size: 0.9em;
}

.codrops-demos a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin: 0.5em;
  padding: 0.7em 1.1em;
  border: 3px solid #b1aea6;
  color: #b1aea6;
  font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
  border-color: #89867e;
  color: #89867e;
}

/* FIM MENU MOBILE */

.map-container-9,
.map-container-10,
.map-container-11 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-9 iframe,
.map-container-10 iframe,
.map-container-11 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(0, 0, 0);
}

/* .espacamento {
	display: block;
	width: 100%;
	height: 65px;
} */

.modal-footer {
  justify-content: center !important;
}

/* HOVER CSS */

.hvr-shutter-in-horizontal {
  background: #0d1127 !important;
}

.hvr-shutter-in-horizontal:before {
  background: #606db5 !important;
  border-radius: 5px !important;
}

.whatsapp-top {
  bottom: 140px !important;
}

.whatsapp-fale-txt_ {
  bottom: 155px !important;
}

.whatsapp-notificacao_ {
  bottom: 190px !important;
}

.whatsapp-list-top {
  bottom: 230px !important;
}

/* ALERTAS */

.sweet-alert button {
  font-family: "SegoeUI-Bold";
  background-color: #60dd76 !important;
  color: #000 !important;
}

/* TOPO */

.bgtopoHeader {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 8888;
  background: #fff;
}

.bgtopoHeader ul {
  text-align: right;
  padding: 0;
  margin: 0;
}

.bgtopoHeader ul li {
  margin-right: 10px;
}

.separaUnidades {
  margin-left: 25px;
}

.enderecoesTopo {
  display: inline-block;
  padding-top: 5px;
}

.enderecoesTopo {
  transition: all 0.6s;
}

.enderecoesTopo:hover .boxSvgEnderecos {
  background: #fff;
}

.enderecoesTopo:hover path {
  fill: #000;
}

.enderecoesTopo a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
}

.enderecoesTopo a:hover {
  text-decoration: none;
}

.enderecoesTopoActive a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
}

.enderecoesTopoActive a:hover {
  text-decoration: none;
}

.enderecoesTopo svg {
  width: 22px;
  height: 22px;
  transition: all 0.6s;
}

.enderecoesTopo svg:not(:hover) path {
  fill: #59c588 !important;
}

.enderecoesTopo svg path {
  fill: #fff;
  transition: all 0.6s;
}

.enderecoesTopoActive {
  display: inline-block;
}

.enderecoesTopoActive svg {
  width: 15px;
  height: 15px;
}

.enderecoesTopoActive svg path {
  fill: #d23232;
}

/* .topAuto{
	top: auto !important;
} */

.telTopo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.barra-icon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bgHeader {
  /* position: fixed; */
  top: 0;
  width: 100%;
  min-height: 85px !important;
  background: #fff;
  z-index: 9999;
}

.navbar-brand img {
  height: auto;
  background: #fff;
  margin-top: -35px;
  padding: 0 !important;
  transition: all 0.3s;
  width: 84px !important;
  z-index: 9;
}

.navbar {
  /* height: 85px; */
  height: 50px;
  z-index: 9999;
  background: #fff;
}

.navbar-dark .navbar-toggler {
  color: #000 !important;
  border-color: #000 !important;
}

.navbar-toggler {
  background-color: #293866 !important;
}

.navbar-nav .nav-item .nav-link {
  font-family: "SegoeUI-Regular";
  color: #414141 !important;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.6s;
  padding-bottom: 20px;
}

.navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
  color: #000 !important;
}

.resultadoTopo {
  display: flex;
  flex-direction: row;
}

.resultadoTopo a {
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
  background: #d33232;
  border: 1px solid #d33232;
  transition: all 0.6s;
  padding: 15px 30px 15px 30px;
}

.resultadoTopo a:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

.resultadoTopo svg {
  width: 13px;
  height: 13px;
}

.resultadoTopo svg path {
  fill: #7f7f7f;
}

.boxResultadosOnline {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BANNER SLIDER */

.rsMinW .rsBullet {
  font-family: "SegoeUI-Regular";
  font-size: 28px;
  width: 30px !important;
  height: 30px !important;
  opacity: 0.5;
  border-radius: 2px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.rsNavSelected {
  color: #50df6c !important;
  border-bottom: 3px solid #50df6c !important;
  opacity: 1 !important;
}

.rsMinW .rsBullets {
  right: unset !important;
  left: 15% !important;
}

/* FIM BANNER SLIDER */

/* HOME */

/* exames laboratoriais */

.s_exames_laboratoriais {
  margin-top: 90px;
}

.borda_e_l {
  padding-bottom: 5px;
  border-bottom: 1px solid #60dd76;
}

.t_exames_laboratoriais {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #808080;
  text-align: center;
}

.st_exames_laboratoriais {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #808080;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt_exames_laboratoriais {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
  text-align: center;
  margin-bottom: 20px;
}

.bgTxt_servicoDestaque {
  width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eee;
}

.servicoDestaque:hover .imgIconDestaqueServ img {
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}

.t_servicoDestaque {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #808080;
  padding-left: 60px;
  padding-right: 60px;
}

.txt_servicoDestaque {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
  padding-left: 60px;
  padding-right: 60px;
}

.saibaMais_servicoDestaque {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.saibaMais_servicoDestaque a {
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #fe3f3f;
  padding-right: 60px;
}

.saibaMais_servicoDestaque a:hover {
  text-decoration: none;
}

.imgDestaque_servicos {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.servicoDestaque {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.6s;
}

.servicoDestaque:hover {
  box-shadow: 4px 4px 6px -3px rgb(0, 0, 0);
}

.imgIconDestaqueServ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.imgIconDestaqueServ img {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.imgIcondestserv {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.t_listServicos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt_listServicos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
}

.saibaMais_listServicos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #fe3f3f;
}

.bg_listServicos {
  width: 100%;
  height: 100%;
  background: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.6s;
}

.bg_listServicos:hover {
  box-shadow: 4px 4px 6px -3px rgb(0, 0, 0);
}

.bg_listServicos img {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.margin_listServicos {
  margin-bottom: 30px;
}

.margin_listServicos:hover .bg_listServicos img {
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}

.verTodos_listServicos {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.verTodos_listServicos a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #fff;
  padding: 15px 35px;
  background: #d33232;
  transition: all 0.6s;
}

.verTodos_listServicos a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.4),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.4), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #606062;
}

/* fim exames laboratoriais */

/* quem somos */

.bg-quem-somos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 520px;
  background-image: url("../img/bg-nossa-historia.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tp_quemsomos_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.t_quemsomos_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.txt_quemsomos_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.btnConheca_quem_somos_h {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.btnConheca_quem_somos_h a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
  padding: 15px 35px;
  background: #922324;
  border: 1px solid #922324;
  transition: all 0.6s;
}

.btnConheca_quem_somos_h a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgb(101 101 101), 0 1px 3px rgb(0 0 0);
  box-shadow: 0 4px 6px rgb(45 45 45), 0 1px 3px rgb(0 0 0);
  background: #fff;
  border: 1px solid #922324;
  color: #000;
}

/* fim quem somos */

/* convenios */

.tp_convenio_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 30px;
}

.t_convenio_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #808080;
  text-align: center;
  margin-bottom: 10px;
}

.st_convenio_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
  text-align: center;
  margin-bottom: 65px;
}

.slick_convenio .slick-slide img {
  margin: 0 auto;
  padding: 20px;
}

.slick_convenio .slick-next:before {
  filter: invert(1);
  opacity: 1;
}

.slick_convenio .slick-prev:before {
  filter: invert(1);
  opacity: 1;
}

.slick_convenio .slick-next:focus::before {
  filter: invert(0);
}

.slick_convenio .slick-prev:focus::before {
  filter: invert(0);
}

.slick_convenio .slick-prev.slick-disabled:before,
.slick_convenio .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick_convenio .slick-prev:before,
.slick_convenio .slick-next:before {
  font-size: 0;
}

.slick_convenio .slick-prev:focus {
  background: #fa3b3b;
  border: 1px solid #fa3b3b;
}

.slick_convenio .slick-next:focus {
  background: #fa3b3b;
  border: 1px solid #fa3b3b;
}

.slick_convenio .slick-prev,
.slick_convenio .slick-next {
  top: 170%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  border-radius: 5px;
}

.slick_convenio .slick-next {
  right: -15px;
  border: 1px solid #656565;
  /* background: #fa3b3b; */
}

.slick_convenio .slick-prev {
  left: unset;
  right: 19px;
  border: 1px solid #656565;
}

/* fim convenios */

/* quem somos 2 */

.s_quem_somos_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 440px;
  background: #eee;
  margin-top: 110px;
}

.t_quem_somos_2 {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #808080;
  line-height: 38px;
  margin-bottom: 30px;
}

.txt_quem_somos_2 {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #808080;
}

.slick_qualidades .slick-next:before {
  filter: invert(1);
  opacity: 1;
}

.slick_qualidades .slick-prev:before {
  filter: invert(1);
  opacity: 1;
}

.slick_qualidades .slick-next:focus::before {
  filter: invert(0);
}

.slick_qualidades .slick-prev:focus::before {
  filter: invert(0);
}

.slick_qualidades .slick-prev.slick-disabled:before,
.slick_qualidades .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick_qualidades .slick-prev:before,
.slick_qualidades .slick-next:before {
  font-size: 0;
}

.slick_qualidades .slick-prev:focus {
  background: #fa3b3b;
  border: 1px solid #fa3b3b;
}

.slick_qualidades .slick-next:focus {
  background: #fa3b3b;
  border: 1px solid #fa3b3b;
}

.slick_qualidades .slick-prev,
.slick_qualidades .slick-next {
  top: 110%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  border-radius: 5px;
}

.slick_qualidades .slick-next {
  right: -15px;
  border: 1px solid #656565;
  /* background: #fa3b3b; */
}

.slick_qualidades .slick-prev {
  left: unset;
  right: 18px;
  border: 1px solid #656565;
}

.slick_qualidades .slick-slide img {
  border-radius: 5px;
  background: #fff;
  max-height: 300px;
  margin: 0 auto;
  padding: 20px;
}

/* fim quem somos 2 */

/* equipe */

.tp_equipe_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 30px;
}

.t_equipe_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #808080;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt_equipe_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
  text-align: center;
  margin-bottom: 20px;
}

/* .slick_equipe .slick-slide img{
	position: relative;
	filter: grayscale(100%);
	transform: perspective(1px) translateZ(0);
	transition: all .5s;
}
*/

/* .slick_equipe .slick-next:before {
	filter: invert(1);
	opacity: 1;
}

.slick_equipe .slick-prev:before {
	filter: invert(1);
	opacity: 1;
}

.slick_equipe .slick-next:focus::before {
	filter: invert(0);
}

.slick_equipe .slick-prev:focus::before {
	filter: invert(0);
}

.slick_equipe .slick-prev.slick-disabled:before, .slick_equipe .slick-next.slick-disabled:before {
	opacity: 1;
}

.slick_equipe .slick-prev:before, .slick_equipe .slick-next:before {
	font-size: 0;
}

.slick_equipe .slick-prev:focus {
	background: #fa3b3b;
	border: 1px solid #fa3b3b;
}

.slick_equipe .slick-next:focus {
	background: #fa3b3b;
	border: 1px solid #fa3b3b;
}

.slick_equipe .slick-prev, .slick_equipe .slick-next {
	top: 50%;
	width: auto;
	height: auto;
	padding: 7px 10px !important;
	border-radius: 5px;
}

.slick_equipe .slick-next {
	right: 104px;
	border: 1px solid #656565;
}

.slick_equipe .slick-prev {
	left: unset;
	right: 137px;
	border: 1px solid #656565;
}

.slick_equipe .slick-slide img {
	position: relative;
	filter: grayscale(100%);
	transform: perspective(1px) translateZ(0);
	transition: all .5s;
	background: #fff;
}

.slick_equipe .slick-slide img:hover{
	transform: scale(1.1);
	filter: grayscale(0);
	z-index: 1;
} */

/* fim equipe */

/* contato */

.tp_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #808080;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 30px;
}

.t_localizacao_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  text-align: center;
  margin-bottom: 20px;
}

.listLocalizacao {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.enderecoesLocalizaActive {
  display: inline-block;
  margin-right: 20px;
}

.enderecoesLocalizaActive a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #606060;
  transition: all 0.6s;
}

.enderecoesLocalizaActive a:hover {
  text-decoration: none;
  color: #bd1818;
}

.enderecoesLocalizaActive svg {
  width: 25px;
  height: 25px;
}

.enderecoesLocalizaActive svg path {
  fill: #000 !important;
}

.boxSvgEnderecosActiveLocaliza {
  display: inline-block;
  /* background: #e6e6e6;
    padding: 0px 5px;
    border-radius: 20px; */
}

.boxSvgEnderecosActiveLocaliza a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #fff;
}

.enderecoesLocaliza {
  display: inline-block;
  padding: 10px 0;
  margin-right: 20px;
}

.enderecoesLocaliza ul li {
  margin-right: 10px;
}

.enderecoesLocaliza a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #606060;
  transition: all 0.6s;
}

.enderecoesLocaliza a:hover {
  text-decoration: none;
  color: #bd1818;
}

.boxSvgEnderecosLocaliza {
  display: inline-block;
  padding: 0px 5px;
  border-radius: 20px;
  background: #bd1818;
}

.boxSvgEnderecosLocaliza svg {
  width: 15px;
  height: 15px;
}

.boxSvgEnderecosLocaliza svg path {
  fill: #fff;
}

.mapaLocalizacao {
  display: inline-block;
  width: 100%;
}

.mapaLocalizacao iframe {
  width: 100% !important;
}

/* fim contato */

.tp_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #414141;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.t_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #808080;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.st_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
  text-align: center;
  margin-bottom: 65px;
}

.data_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  color: #939393;
  margin-top: 10px;
  margin-bottom: 10px;
}

.t_listablog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #939393;
  margin-bottom: 10px;
}

.txt_listablog_h {
  display: inline-block;
  width: 100%;
  height: 115px;
  font-family: "SegoeUI-Regular";
  font-size: 14px;
  color: #939393;
}

.btn_continue_lendo {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.btn_continue_lendo a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  color: #d33232;
  padding: 20px;
  transition: all 0.6s;
}

.btn_continue_lendo a:hover {
  text-decoration: none;
}

.listBlog_h {
}

.listBlog_h:hover .continueListBlogH {
  border-bottom: 1px solid #60dd76;
}

.listBlog_h img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.listBlog_h:hover .btn_continue_lendo a {
  color: #fff;
  padding: 20px;
  background: #d33232;
}

.img_blog_list_h {
  overflow: hidden;
}

.img_blog_list_h img {
  transition: all 0.6s;
}

.listBlog_h:hover .img_blog_list_h img {
  transform: scale(1.1);
}

.bgAdotePaciente {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-image: url("../img/bg-adote-paciente.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box1_adote_paciente {
  display: flex;
  width: 100%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
}

.box2_adote_paciente {
  display: flex;
  width: 100%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
}

.box3_adote_paciente {
  display: flex;
  width: 100%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.t_box1_adote_paciente {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}

.st_box1_adote_paciente {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #fff;
}

.txt_box2_adote_paciente {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #fff;
}

.linkVejaComo a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #fff;
  padding: 5px;
  border: 1px solid transparent;
}

.linkVejaComo a:hover {
  border: 1px solid #ffffffad;
  padding: 5px;
  text-decoration: none;
}

.sobrePrograma {
  padding-top: 50px;
  padding-bottom: 50px;
}

.t_sobrePrograma {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
}

.st_sobrePrograma {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  text-align: center;
  margin-bottom: 55px;
}

.img_sobrePrograma {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10%;
}

.txt_sobrePrograma {
  display: inline-block;
  width: 100%;
}

.txt_sobrePrograma a {
  font-family: "SegoeUI-Regular";
  font-size: 16px;
  color: #414141;
}

.txt_sobrePrograma a:hover {
  text-decoration: none;
}

.txt_sobrePrograma .saibamaisModal {
  transition: all 0.6s;
  text-decoration: none;
  color: #636363;
  font-weight: bold;
}

.saibaMais {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.saibaMais a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  color: #414141;
  padding: 15px 25px;
  background: #60dd76;
}

.saibaMais a:hover {
  text-decoration: none;
}

.areaAtuacao {
  display: inline-block;
  width: 100%;
  height: 910px;
  background-image: url("../img/bg-area-atuacao.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.t_areaAtuacao {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
}

.st_areaAtuacao {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  text-align: center;
  margin-bottom: 25px;
}

.boxList_area_atuacao {
  position: relative;
  width: 265px;
  height: 505px;
}

.txt_areaAtuacao {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
  text-align: center;
  margin-bottom: 55px;
}

.area_atuacao .slick-slide img {
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.area_atuacao .slick-next:before {
  /* filter: invert(1); */
  opacity: 1;
}

.area_atuacao .slick-prev:before {
  /* filter: invert(1); */
  opacity: 1;
}

.area_atuacao .slick-next:focus::before {
  filter: invert(1);
}

.area_atuacao .slick-prev:focus::before {
  filter: invert(1);
}

.area_atuacao .slick-prev.slick-disabled:before,
.area_atuacao .slick-next.slick-disabled:before {
  opacity: 1;
}

.area_atuacao .slick-prev:before,
.area_atuacao .slick-next:before {
  font-size: 0;
}

.area_atuacao .slick-prev:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.area_atuacao .slick-next:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.area_atuacao .slick-prev,
.area_atuacao .slick-next {
  top: 105%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  /* border-radius: 5px; */
}

.area_atuacao .slick-next {
  border: 1px solid #00fb82;
  /* background: #fa3b3b; */
  right: 10px;
  z-index: 888;
}

.area_atuacao .slick-prev {
  left: unset;
  right: 46px;
  border: 1px solid #00fb82;
  z-index: 888;
}

.mascara_title_area_atuacao {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ad;
  z-index: 1;
  transition: all 0.6s;
}

.title_mascara_title_area_atuacao {
  position: absolute;
  top: 80%;
  left: 5%;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.title_mascara_title_area_atuacao img {
  display: inline-block;
  width: 57px !important;
  height: 57px !important;
  padding: 0 !important;
}

.t_mascara_title_area_atuacao {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #fff;
}

.saibaMais_mascara_title_area_atuacao {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 16px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #00fb82;
}

.area_atuacao .slick-slide a:hover .mascara_title_area_atuacao {
  background: #006f45b3;
}

.bg_quemSomos {
  display: inline-block;
  width: 100%;
  height: 586px;
  background-image: url(../img/bg-quem-somos.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 80px;
}

.t_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.st_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}

.txt_quemSomos {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #fff;
}

.conheca_quemSomos {
  display: inline-block;
  width: 100%;
}

.conheca_quemSomos a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  padding: 10px 25px;
  background: #60dd76;
}

.conheca_quemSomos a:hover {
  text-decoration: none;
}

.equipe {
  display: inline-block;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.t_equipe {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Semilight";
  font-size: 25px;
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.st_equipe {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  line-height: 45px;
  margin-bottom: 20px;
}

.txt_equipe {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
}

.saibaMais_equipe {
  display: inline-block;
  width: 100%;
}

.saibaMais_equipe a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  padding: 10px 25px;
  background: #60dd76;
}

.saibaMais_equipe a:hover {
  text-decoration: none;
}

.slick_equipe .slick-prev,
.slick_equipe .slick-next {
  top: 50%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  /* border-radius: 5px; */
  /* background: #02020294; */
}

.slick_equipe .slick-next:before {
  font-size: 0;
  /* filter: invert(1); */
  opacity: 1;
}

.slick_equipe .slick-prev:before {
  font-size: 0;
  /* filter: invert(1); */
  opacity: 1;
}

.slick_equipe .slick-slide img {
  position: relative;
  filter: grayscale(100%);
  /* transform: perspective(1px) translateZ(0); */
  transition: all 0.5s;
  background: #fff;
}

.slick_equipe .slick-slide img:hover {
  /* transform: scale(1.1); */
  filter: grayscale(0);
  z-index: 1;
}

.slick_equipe .slick-prev {
  border: 1px solid #00fb82;
}

.slick_equipe .slick-next {
  border: 1px solid #00fb82;
}

.slick_equipe .slick-prev:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.slick_equipe .slick-next:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.slick_equipe .slick-next:focus::before {
  filter: invert(1);
}

.slick_equipe .slick-prev:focus::before {
  filter: invert(1);
}

.t_slick_equipe {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  margin-top: 5px;
}

.cargo_slick_equipe {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
}

.box_parceiros {
  width: 100%;
  aspect-ratio: 1;
}

.box_parceiros img {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  padding: 10px;
}
.plano-ouro .box_parceiros {
  padding: 10px;
  border-radius: 12px;
}

.plano-prata .box_parceiros {
  padding: 10px;
  border-radius: 12px;
}

.plano-bronze .box_parceiros {
  padding: 10px;
  border-radius: 12px;
}
.pb-2.tagline {
  padding-inline: 20px;
}

.row.parceiro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
}

.t_parceiros {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
}

.st_parceiros {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  text-align: center;
  margin-bottom: 25px;
}

.txt_parceiros {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
  text-align: center;
  margin-bottom: 0;
}

.slick_parceiros .slick-track {
  margin-top: 10px;
}

.slick_parceiros .slick-slide:hover img {
  filter: grayscale(0);
  background: #fff;
  box-shadow: 22px 0px 18px -14px #000;
}

.slick_parceiros .slick-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  /* margin: 0 auto; */
  /* padding: 0 0 20px 0; */
  background: #eee;
  border: 1px solid #eee;
  filter: grayscale(1);
  transition: all 0.6s;
}

.slick_parceiros .slick-next:before {
  /* filter: invert(1); */
  opacity: 1;
}

.slick_parceiros .slick-prev:before {
  /* filter: invert(1); */
  opacity: 1;
}

.slick_parceiros .slick-next:focus::before {
  filter: invert(1);
}

.slick_parceiros .slick-prev:focus::before {
  filter: invert(1);
}

.slick_parceiros .slick-prev.slick-disabled:before,
.slick_parceiros .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick_parceiros .slick-prev:before,
.slick_parceiros .slick-next:before {
  font-size: 0;
}

.slick_parceiros .slick-prev:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.slick_parceiros .slick-next:focus {
  background: #00fb82;
  border: 1px solid #00fb82;
}

.slick_parceiros .slick-prev,
.slick_parceiros .slick-next {
  top: 50%;
  width: auto;
  height: auto;
  padding: 7px 10px !important;
  /* border-radius: 5px; */
}

.slick_parceiros .slick-next {
  border: 1px solid #00fb82;
  /* background: #fa3b3b; */
  /* right: 10px; */
}

.slick_parceiros .slick-prev {
  /* left: unset;
	right: 46px; */
  border: 1px solid #00fb82;
}

.filter a {
  display: inline-block;
  margin-right: 30px;
  color: #e85d5f;
  font-family: "Cairo-Bold";
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s;
  text-transform: uppercase;
  transition: all 0.6s;
}

.filter {
  padding-left: 1%;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.blog_h .t_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "Cairo-Light";
  font-size: 24px;
  color: #e85d5f;
  text-align: center;
}

.blog_h .st_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "Cairo-SemiBold";
  font-size: 36px;
  color: #636363;
  text-align: center;
}

.blog_h .st2_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "Cairo-Regular";
  font-size: 20px;
  color: #636363;
  text-align: center;
}

.data_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  color: #414141;
  text-align: left;
  margin-top: 10px;
}

.t_list_blog_h {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 24px;
  color: #414141;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txtBlog_h {
  display: inline-block;
  width: 100%;
  height: 180px;
  font-family: "SegoeUI-Regular";
  font-size: 20px;
  color: #414141;
  text-align: left;
}

.continueListBlogH {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 19px;
  color: #636363;
  text-align: left;
  margin-top: 30px;
  transition: all 0.6s;
  border-bottom: 1px solid #fff;
}

.btnTodosBlog_h {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.btnTodosBlog_h a {
  display: inline-block;
  font-family: "Cairo-Bold";
  font-size: 20px;
  color: #fff;
  background: #eb5e5e;
  padding: 10px 35px;
  border-radius: 5px;
  transition: all 0.6s;
}

.btnTodosBlog_h a:hover {
  text-decoration: none;
  box-shadow: 4px 4px 6px -3px #5b1d51;
  background: #5b1d51;
}

.filter a {
  display: inline-block;
  margin-right: 30px;
  color: #414141;
  font-family: "SegoeUI-Regular";
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s;
  text-transform: uppercase;
  transition: all 0.6s;
  border-bottom: 1px solid #fff;
}

.filter a:focus {
  border-bottom: 1px solid #60dd76;
}

.filter {
  padding-left: 1%;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: left;
}

.gallery a img {
  width: 100%;
  height: 340px;
  object-fit: fill;
}

.gallery a {
  width: 31%;
  transition: all 0.6s;
  display: block;
  float: left;
  opacity: 1;
  height: auto;
  margin: 0 1%;
  padding-left: 10px;
  padding-right: 10px;
}

.gallery a:hover .continueListBlogH {
  border-bottom: 1px solid #60dd76;
}

.gallery .hide,
.gallery .pophide {
  width: 0%;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
  padding: 0;
}

.blog {
  margin-top: 45px;
}

.t_blog {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 25px;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
}

.st_blog {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 43px;
  color: #414141;
  text-align: center;
  margin-bottom: 25px;
}

.txt_blog {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
  text-align: center;
  margin-bottom: 0;
}

.vermais_Blog {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
}

.vermais_Blog a {
  display: inline-block;
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  color: #414141;
  padding: 15px 25px;
  background: #60dd76;
}

.vermais_Blog a:hover {
  text-decoration: none;
}

/* FIM HOME */

/* RODAPE */

.rodape {
  display: inline-block;
  width: 100%;
  height: 337px;
  background-image: url("../img/bg-rodape.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  border-top: 1px solid #eee;
}

.menuRodape {
  padding: 0;
}

.menuRodape li {
  display: inline-block;
  width: 100%;
}

.menuRodape li a {
  display: inline-block;
  font-family: "SegoeUI-Regular";
  font-size: 19px;
  color: #414141;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.menuRodape li a:hover {
  font-weight: bold;
  text-decoration: none;
}

.telRodape {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 36px;
  color: #414141;
  margin-bottom: 10px;
}

.telRodape span {
  font-size: 20px;
  margin-right: 5px;
}

.whatsRodape {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Bold";
  font-size: 20px;
  color: #414141;
  margin-bottom: 10px;
}

.whatsRodape span {
  font-size: 20px;
  margin-right: 5px;
}

.emailRodape {
  display: inline-block;
  width: 100%;
  font-family: "SegoeUI-Regular";
  font-size: 18px;
  color: #414141;
  margin-bottom: 10px;
}

.boxRedeSocialRodape {
  display: inline-block;
  margin-right: 5px;
}

.box_desenvolvimento {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
  font-family: "SegoeUI-Regular";
  font-size: 12px;
  color: #000;
  text-align: center;
}

/* FIM RODAPE	*/

/* RESPONSIVO */

/* Dispositivos pequenos (telefones de paisagem, 576px e superior) */

@media (min-width: 576px) {
}

/* Dispositivos médios (tablets, 768p e superior) */

@media (min-width: 768px) {
}

/* Dispositivos grandes (desktops, 992px e superior) */

@media (min-width: 992px) {
}

/* Dispositivos extra grandes (desktops grandes, 1200px e acima) */

@media (min-width: 1200px) {
}

/* Dispositivos pequenos demais (telefones de retrato, menos de 576 px) */

@media (max-width: 320px) {
  .t_blog_h {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .imgIconDestaqueServ {
    display: none;
  }

  .bgTxt_servicoDestaque {
    height: auto;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .t_servicoDestaque {
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt_servicoDestaque {
    padding-left: 15px;
    padding-right: 15px;
  }

  .saibaMais_servicoDestaque {
    text-align: center;
  }

  .saibaMais_servicoDestaque a {
    padding-right: 0;
  }

  .margin_listServicos {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .s_exames_laboratoriais {
    margin-top: 30px;
  }

  .marginMobile_servicoDestaque {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .listBlog_h {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 40px;
  }

  .t_pg_quemsomos {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt_pg_quemsomos {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .topicoPgquemSomos {
    text-align: center;
  }

  .txt_topico_pg_quemsomos {
    margin-bottom: 45px;
  }

  .t_video_pg_quemSomos {
    margin-top: 55px;
  }

  .bg_video_pgQuemsomos {
    text-align: center;
  }

  .txt_interna_blog {
    width: 90% !important;
    font-size: 16px;
  }

  .bgImgBlogPg img {
    height: 260px;
  }

  .t_equipe_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .txt_equipe_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tp_equipe_h {
    margin-top: 15px;
  }

  .txt_int_blog_pg img {
    float: none;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .boxEquipes_pg {
    margin-top: 0;
  }

  .t_blog_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .st_blog_h {
    padding-left: 15px;
    padding-right: 15px;
  }

  .redesSocialBlog {
    text-align: center;
    margin-top: 0;
  }

  .form_contato_pg {
    margin-top: 100px !important;
  }

  .section_contato_pg {
    height: 765px;
  }

  .bgAdotePaciente {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box1_adote_paciente {
    height: auto;
    text-align: center;
  }

  .box2_adote_paciente {
    height: auto;
    text-align: center;
  }

  .box3_adote_paciente {
    height: auto;
    align-items: center;
  }

  .linkVejaComo a {
    margin-top: 20px;
  }

  .st_sobrePrograma {
    font-size: 25px;
  }

  .st_areaAtuacao {
    font-size: 25px;
    margin-top: 0 !important;
  }

  .sobrePrograma {
    text-align: center;
  }

  .img_sobrePrograma {
    width: auto;
  }

  .sobrePrograma .saibaMais {
    margin-top: 0;
  }

  .title_mascara_title_area_atuacao {
    width: auto;
    top: 70%;
  }

  .st_quemSomos {
    font-size: 25px;
    line-height: auto;
  }

  .gallery a {
    width: 100%;
    margin-bottom: 40px;
  }

  .vermais_Blog {
    margin-top: 0px;
  }

  .st_video_pg_quemSomos {
    font-size: 25px;
  }

  .st_blog {
    font-size: 25px;
  }
}

/* Dispositivos pequenos (telefones de paisagem, menos de 768px) */

@media (max-width: 768px) {
  .txt_rodape {
    margin-bottom: 45px;
  }

  .box_desenvolvimento {
    padding-bottom: 55px;
  }

  .none_m_bg_quemSomos {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .qr-code {
    position: relative !important;
  }
}

/* Dispositivos médios (tablets com menos de 992 px) */

@media (max-width: 991.98px) {
  .hvr-underline-from-center:before {
    background: transparent !important;
  }

  .header_bannerPrincipal {
    text-align: center;
  }

  .desktopMenu {
    display: none;
  }

  .mobileMenu {
    display: block;
  }

  .logoMobile {
    height: 59px;
    margin-left: 10px;
  }

  .redeSocialTopo {
    margin-top: 20px;
    justify-content: center;
  }

  .resultadoTopo {
    margin-top: 20px;
    justify-content: center;
  }

  .header_bannerPrincipal {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .s_quem_somos_2 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slick_convenio .slick-prev,
  .slick_convenio .slick-next {
    top: 50%;
  }

  .slick_convenio .slick-prev {
    right: unset;
  }

  .slick_qualidades .slick-prev,
  .slick_qualidades .slick-next {
    top: 50%;
  }

  .slick_qualidades .slick-prev {
    left: -15px;
  }

  .line1 {
    height: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-quem-somos {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .boxImgListaEquipe {
    overflow: hidden;
  }

  .imgListEquipe {
    width: 265px;
    height: 300px;
    object-fit: cover;
    transition: all 0.6s;
  }

  .lisEquipepg:hover .imgListEquipe {
    transform: scale(1.1);
  }

  .redesSocialBlog {
    margin-bottom: 0;
  }

  .tp_blog_h {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobileBoxContatoNot {
    display: none;
  }

  .mobilePaddingContato {
    padding-right: 15px !important;
  }

  .form_contato_pg {
    margin-top: 145px;
    padding: 20px;
  }

  .s_localizacao_h {
    margin-top: 0;
  }

  .listLocalizacao {
    margin-bottom: 20px;
  }

  .t_box1_adote_paciente {
    font-size: 20px;
  }

  .boxList_area_atuacao {
    width: 100% !important;
  }

  .area_atuacao .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
  }

  .area_atuacao .slick-prev,
  .area_atuacao .slick-next {
    top: 50%;
  }

  .area_atuacao .slick-prev {
    left: 25px;
    right: unset;
  }

  .area_atuacao .slick-next {
    right: 25px;
  }

  .bg_quemSomos {
    text-align: center;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .slick_equipe .slick-slide img {
    width: 100%;
  }

  .img_sobrePrograma {
    height: 70px;
  }

  .equipe {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 40px;
  }

  .saibaMais_equipe {
    margin-top: 10px;
    margin-bottom: 60px;
  }

  .blog {
    margin-top: 0;
  }

  .rsMinW .rsBullets {
    display: none;
  }

  .bg_video_pgQuemsomos {
    padding-top: 0;
    text-align: center;
  }

  .txt_video_pg_quemSomos a {
    display: inline-block;
    margin-bottom: 55px;
  }

  .t_localizacao_h {
    font-size: 25px;
  }

  .boxEquipes_pg {
    text-align: center;
    margin-top: 60px;
  }

  .st_equipe {
    font-size: 25px;
    margin-top: 50px;
  }

  .st_areaAtuacao {
    font-size: 25px;
  }

  .bgImgBlogPg {
    height: auto;
  }

  .st_parceiros {
    font-size: 25px;
  }

  .parceiro {
    text-align: center;
  }

  .section_contato_pg {
    margin-bottom: 40px;
  }

  .espacamento {
    float: left;
    width: 100%;
    height: 65px;
  }
}

@media (max-width: 1024px) {
  .desktopPortfoliot {
    display: none;
  }

  .mobilePortfoliot {
    display: block;
  }

  .resultadoTopo a {
    padding: 10px 10px 10px 10px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }

  .txt_interna_blog {
    width: 80%;
  }

  .st_box1_adote_paciente {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .boxList_area_atuacao {
    width: 235px;
  }

  .areaAtuacao {
    height: auto;
  }

  .saibaMais {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box_parceiros {
    height: 150px;
    width: 150px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
  }
}

/* Dispositivos grandes (desktops com menos de 1200 px) */

@media (max-width: 1199.98px) {
}

@media screen and (max-width: 740px) {
}

/* Estatuto Social */
.estatuto {
  background-color: rgb(41, 87, 164);
  height: 100%;
}

.estatuto h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "SegoeUI-Bold";
  color: #fff;
}

.estatuto p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "SegoeUI-Regular";
}

.estatuto button {
  border: none;
  background: none;
  display: flex;
  margin: 10% auto;
}

.estatuto a {
  padding: 12px;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  color: #414141;
}

.estatuto-container {
  padding-top: 2%;
}
