.navmenu {
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navmenu-txt {
  margin-top: 24px;
  padding: 20px 15px;
  font-family: "Unimed Slab", sans-serif;
  color: #00985c;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navmenu-txt:hover {
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #00985c;
  color: #fff;
}

.logo-unimed {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.busca {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
}

.busca:focus {
  border: 1px solid #00985c;
  color: #00985c;
}

.nav-busca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-login-txt {
  margin-right: 5px;
  font-family: Unimedslab, sans-serif;
  color: #99999c;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-middle._1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 82%;
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
}

.nav-middle._4 {
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn-unimed {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 9px 9px 0px;
  background-color: #ed1651;
  font-family: Unimedslab, sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn-unimed:hover {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 24px;
  border-bottom-left-radius: 0px;
}

.btn-unimed.btn-empresa {
  background-color: #00401a;
}

.btn-unimed.btn-empresa:hover {
  padding-bottom: 24px;
}

.btn-unimed.btn-vazado {
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
}

.btn-unimed.btn-vazado:hover {
  margin-right: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #fff;
  color: #00985c;
  font-weight: 400;
}

.btn-unimed.btn-vazado:active {
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn-unimed.btn-vazado.menu-btn.btn-linksans {
  margin-bottom: 12px;
}

.nav-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.acessibilidade {
  margin-right: 10px;
}

.acessibilidade._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-hero {
  padding-top: 52px;
  padding-bottom: 52px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.56);
}

.hero-call {
  margin-top: 159px;
  padding-bottom: 40px;
  font-family: Unimedslab, sans-serif;
  font-weight: 400;
}

.hero-call.hero-logado {
  margin-top: 0px;
}

.h1-hero {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.h2-hero {
  margin-top: 5px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.section-atendimento {
  padding-bottom: 5px;
  background-color: #00985c;
}

.atendimento-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.body {
  font-family: "Unimed Sans", sans-serif;
}

.guiamedico-txt {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #00985c;
}

.guiamedico-txt.resultados-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.guiamedico-txt.alt4 {
  margin-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h4-subtitulo {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Unimed Slab", sans-serif;
  color: #00985c;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: none;
}

.h4-subtitulo.planos-cta {
  margin-bottom: 0px;
}

.h4-subtitulo.pink {
  color: #ed1651;
}

.h4-subtitulo.dark-green {
  color: #00401a;
}

.h5-tel {
  display: block;
  margin-top: 0px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5-tel.h5-contato {
  /*   margin-top: 25px; */
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  /* font-weight: 400; */
  text-align: right;
}
.telefone-item {
    margin-top: 1rem;
}
.h5-tel.prontoatendimento-h5.projetoseventos-h5 {
  font-family: Unimedsans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  text-transform: none;
}

.h5-tel.h5-resultados {
  font-family: Unimedsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.h5-tel.h5-resultados.pad-top-15 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.h5-tel.h5-resultados.ou {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-footer {
  padding-top: 20px;
  background-image: -webkit-linear-gradient(
    270deg,
    hsla(0, 0%, 85%, 0.33),
    hsla(0, 0%, 85%, 0.33)
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 85%, 0.33),
    hsla(0, 0%, 85%, 0.33)
  );
  color: #4a4a4a;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.footer-bold {
  line-height: 20px;
  font-weight: 700;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-flex.footer-fullwidth {
  padding-right: 125px;
  padding-left: 125px;
}

.guiamedico-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4a4a4a;
}

.guiamedico-div.results {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.guiamedico-div.alt2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
}

.form-flex.avancado {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.form-flex.alt1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn-guiamedico {
  margin: 13px 0px 13px 45px;
  border-radius: 5px;
  background-color: #00985c;
  font-family: Unimedslab, sans-serif;
  text-transform: uppercase;
}

.btn-guiamedico.btn-contato {
  width: 100%;
  margin-left: 0px;
}

.guiamedico-input {
  display: block;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: 4px;
  padding: 0px 17px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #00985c;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #00985c;
  font-weight: 400;
  text-align: center;
}

.guiamedico-input:focus {
  font-weight: 400;
}

.guiamedico-input.select {
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-color: #00985c;
  border-radius: 0px;
}

.guiamedico-input.prestador {
  margin-right: 8px;
  margin-left: 8px;
}

.guiamedico-label {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
  text-align: left;
}

.guiamedico-childs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guiamedico-childs.teste {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.guiamedico-childs.teste1 {
  margin-bottom: 5px;
}

.guiamedico-childs.avanc {
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.guiamedico-childs.alt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guiamedico-childs.alt4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-guiamedico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-guiamedico.teste3 {
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.pesquisaCard {
  text-align: right;
  margin-bottom: 5px;
  color: #00985c;
  display: none;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acess {
  margin-right: 5px;
  padding: 1px 7px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #000;
  font-family: Unimedslab, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.acess:hover {
  background-color: #000;
  background-image: -webkit-linear-gradient(
    93deg,
    #000,
    hsla(0, 0%, 100%, 0.32)
  );
  background-image: linear-gradient(357deg, #000, hsla(0, 0%, 100%, 0.32));
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.43);
}

.acess.white {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.acess.white:hover {
  background-image: -webkit-linear-gradient(93deg, rgba(0, 0, 0, 0.19), #fff);
  background-image: linear-gradient(357deg, rgba(0, 0, 0, 0.19), #fff);
}

.nav-right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-link {
  color: #4a4a4a;
  text-decoration: none;
}

.footer-link:hover {
  color: #00985c;
}

.section-old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.31);
  background-color: #fff;
  color: #979797;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.links {
  color: #00985c;
}

.links:hover {
  color: #00985c;
}

.links.homeb-form-senha {
  margin-top: -7px;
  float: right;
  font-size: 11px;
}

.links.prontoatendimento-end {
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.links.link-premios:hover {
  text-decoration: underline;
}

.old-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.old-img {
  opacity: 0.33;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.old-img:hover {
  opacity: 1;
}

.menu-open-planos {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00985c;
}

.menu-subtitulo {
  font-family: Unimedslab, sans-serif;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.menu-cta {
  p1adding-right: 25px;
  font-size: 1.1rem;
  font-weight: 300;
}

.menu-cta.paravocetitle {
  padding-bottom: 25px;
}

.lista-planos {
  margin-top: 10px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .custon-border-menu {
    border-left: 1px solid hsla(0, 0%, 100%, 0.47);
  }
}

.col-menu {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 30px;
  padding-left: 25px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid hsla(0, 0%, 100%, 0.47);
}

.lista-servicos {
  margin-top: 10px;
  line-height: 29px;
  font-weight: 400;
}

.col-cta {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.divider {
  width: 0px;
  height: 25px;
  margin-top: 43px;
  margin-bottom: 10px;
  padding: 0px;
  border-left: 1px solid hsla(0, 0%, 59%, 0.58);
}

.menu-open-unimed {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00985c;
}

.icon-left {
  margin-bottom: 11px;
  padding-left: 36px;
  background-image: url("../images/icn-farmacia.svg");
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.icon-left.icn-pronto-atendimento {
  background-image: url("../images/icn-pronto-atendimento.svg");
  background-size: 23px;
}

.icon-left.icn-vacinacao {
  background-image: url("../images/icn-vacinacao.svg");
  background-size: 25px;
}

.icon-left.icn-quimio {
  background-image: url("../images/icn-quimioterapia.svg");
  background-size: 23px;
}

.icon-left.icn-oncologia {
  background-image: url("../images/icn-oncologia.svg");
  background-size: 23px;
}

.icon-left.icn-atendimento {
  background-image: url("../images/icn-nucleo-atendimento.svg");
  background-size: 24px;
}

.icon-left.icn-unimed-lar {
  background-image: url("../images/icn-unimed-lar.svg");
  background-size: 22px;
}

.icon-left.icn-clinica-lar {
  background-image: url("../images/icn-clinica-lar.svg");
  background-size: 24px;
}

.icon-left.icn-cursos {
  background-image: url("../images/icn-cursos.svg");
  background-position: 3px 5%;
  background-size: 19px;
}

.menu-open-para-voce {
  display: none;
  background-color: #ed1651;
}

.txt-paravoce {
  width: 80%;
  padding-bottom: 18px;
  font-weight: 400;
}

.btn-login {
  border-radius: 9px;
  background-color: #fff;
  font-family: Unimedslab, sans-serif;
  color: #ed1651;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-login:hover {
  color: #00985c;
}

.btn-login.para-voce-login {
  margin-top: 9px;
  float: right;
}

.btn-login.para-empresa-login {
  float: right;
  color: #00401a;
}

.field-login {
  display: inline-block;
  border-radius: 5px;
}

.link-esqueceu-senha {
  float: right;
  font-size: 12px;
  text-align: right;
}

.lembrar-senha {
  font-size: 12px;
  font-weight: 400;
}

.menu-open-para-empresa {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00401a;
}

.footer-col {
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-col.fullwidth-col {
  padding-right: 65px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-social-footer {
  padding-right: 5px;
  padding-left: 5px;
}

.section-rn {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #979797;
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-size: 12px;
}

.rn-txt {
  text-align: center;
}

.footer-copyright {
  padding-bottom: 17px;
  padding-left: 57px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 10px;
  line-height: 18px;
  text-align: right;
}

.menu-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider-h {
  border-bottom: 1px solid #d0d0d0;
}

.busca-avancada-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.busca-link {
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.busca-link.link-paginacao {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wraps {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mostrar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resultados-checkboxes {
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Unimedsans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.resultados-top-nav {
  margin-top: 27px;
  border-bottom: 1px solid #979797;
}

.resultados-top-nav.bottom {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #979797;
}

.resultados-txt {
  font-family: Unimedsans, sans-serif;
  font-size: 12px;
}

.resultados-link {
  display: block;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-size: 12px;
  text-decoration: underline;
}

.resultados-link.footer-nav-links {
  color: #00985c;
}

.resultados-link.footer-nav-links:hover {
  color: #00985c;
}

.resultados-link.guiamedico-link {
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resultados-link.guiamedico-link.link-unif {
  padding-left: 0px;
}

.section-legendas {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-ans-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: left;
}

.link-ans-childs {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #979797;
  line-height: 16px;
}

.link-ans-childs.footer-nav-childs {
  border-right-color: hsla(0, 0%, 59%, 0.27);
}

.link-ans-childs.footer-nav-childs.last {
  border-right-style: none;
}

.homeb-input-guiamedico {
  color: #00985c;
}

.homeb-btn-guiamedico {
  width: 100%;
  border-radius: 5px;
  background-color: #00985c;
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.homeb-container-guiamedico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homeb-form {
  width: 25%;
  margin-top: 15px;
  margin-left: 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homeb-btn-login {
  margin-right: 8px;
  border: 1px solid #00401a;
  border-radius: 9px 9px 0px;
  background-color: #fff;
  font-family: Unimedslab, sans-serif;
  color: #00401a;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.homeb-btn-login:hover {
  background-color: #00401a;
  color: #fff;
}

.homeb-btn-login.para-voce {
  border-color: #ed1651;
  color: #ed1651;
}

.homeb-btn-login.para-voce:hover {
  background-color: #ed1651;
  color: #fff;
}

.homeb-btn-login.login {
  float: right;
  border-color: #00985c;
  background-color: #00985c;
  color: #fff;
}

.homeb-btn-login.cliente-unimed {
  margin-top: 14px;
  border-color: #00985c;
  color: #00985c;
}

.homeb-btn-login.cliente-unimed:hover {
  background-color: #00985c;
  color: #fff;
}

.homeb-btn-login.cliente-unimed.btn-uniflex {
  margin-right: 16px;
  margin-left: 0px;
}

.homeb-btn-login.btn-contratacao {
  margin-right: 0px;
  margin-bottom: 7px;
  padding: 7px 11px;
  border-color: #00985c;
  color: #00985c;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.homeb-btn-login.btn-contratacao:hover {
  background-color: #00985c;
  color: #fff;
}

.homeb-input-login {
  margin-top: 8px;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #fff;
  font-family: Unimedsans, sans-serif;
  color: #979797;
  font-weight: 400;
}

.homeb-login-txt {
  padding-bottom: 15px;
  font-family: Unimedsans, sans-serif;
  color: #979797;
}

.homeb-login-txt.black {
  color: #000;
}

.homeb-col-form {
  margin-top: 26px;
  margin-bottom: 10px;
}

.homeb-h1 {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}

.homeb-p-unimed {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  text-align: center;
}

.homeb-col-unimed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  padding-right: 85px;
  padding-left: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 59%, 0.33);
}

.section-fullwidth.sectionguiamedico {
  padding-bottom: 0px;
}

.section-fullwidth.sectionguiamedico.section-legenda {
  padding-top: 55px;
  padding-bottom: 55px;
}

.servicos-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #b1d34b;
}

.servicos-header.funeral-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.servicos-header.uniflex-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.servicos-header.nam.unimedlar.guiamedico-unificado {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
}

.servicos-header.premios-header {
  margin-bottom: 30px;
}

.servicos-header.premios-header.eventos-header {
  margin-bottom: 15px;
}

.servicos-header.login-paravoce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-color: #ed1651;
}

.servicos-header.login-paraempresa {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-color: #00401a;
}

.servicos-header.login-paraempresa.login-show-mobile {
  display: none;
}

.servicos-obs {
  font-family: Unimedsans, sans-serif;
  color: #979797;
  font-size: 10px;
}

.servicos-obs.right {
  padding-top: 4px;
  line-height: 12px;
  text-align: right;
}

.servicos-obs.right.uniflex-obs {
  margin-right: 0px;
  padding-top: 1px;
  padding-bottom: 7px;
}

.servicos-obs.right.telefones-obs {
  margin-right: 0px;
  font-size: 12px;
  font-weight: 400;
}

.servicos-obs.right.prontoatendimento-txt {
  color: #00985c;
  font-size: 14px;
  line-height: 22px;
}

.servicos-obs.grid-obs {
  font-size: 12px;
  line-height: 25px;
}

.main-txt {
  margin-top: 14px;
  padding-top: 32px;
  padding-right: 50px;
  padding-bottom: 25px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.main-txt.saudenalinha-txt {
  width: 70%;
}

.main-txt.contratacao-p {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.main-txt.beababebe-p {
  padding-top: 11px;
  padding-bottom: 11px;
}

.main-txt.beababebe-p.white-p {
  color: #fff;
}

.slider-servicos {
  width: 220px;
  height: 154px;
  margin-top: 43px;
  margin-bottom: 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.slider-servicos-o {
  padding-top: 21px;
  font-size: 7px;
}

.slider-servicos-mask {
  border-radius: 9px;
}

.footer-nav {
  padding-top: 15px;
  padding-right: 126px;
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: right;
}

.h1-interna {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Unimed Slab", sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.h1-interna.pink {
  color: #ed1651;
}

.h1-interna.dark-green {
  color: #00401a;
}

.h4-subtitulo.dark-blue,
.h1-interna.dark-blue {
  color: #00005e;
}

.servicos-header.login-labUnimed {
  border-color: #00005e;
}

.login-labUnimed-content {
  background-color: #00005e;
  border-radius: 9px;
  height: 357.31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.login-labUnimed-content.card-elis {
  align-content: space-evenly;
}

@media screen and (max-width: 1199px) {
  .login-labUnimed-content {
    height: 339.31px;
  }
}

@media screen and (max-width: 992px) {
  .login-labUnimed-content {
    height: 350.31px;
  }
}

@media screen and (max-width: 768px) {
  .login-labUnimed-content {
    height: 377.31px;
  }
}

.h2-interna {
  font-family: "Unimed Slab", sans-serif;
  color: #00985c;
  text-transform: uppercase;
}

.footer-nav-title {
  padding-right: 20px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.footer-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.servicos-main-list {
  margin-bottom: 35px;
  padding-right: 80px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Unimedsans, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.servicos-main-list.uniflex-lista-col {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.servicos-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.img-funeral {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plano-subtitulo {
  margin-bottom: 10px;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-size: 12px;
}

.plano-subtitulo.planos-telefones {
  margin-bottom: 0px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.plano-subtitulo.planos-telefones.black {
  padding-right: 2px;
  padding-left: 15px;
  color: #4a4a4a;
}

.plano-contato-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.video-plano-uniflex {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.uniflex-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.uniflex-btns {
  margin-top: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.uniflex-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 34px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.child-guia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contato-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 125px;
  margin-left: 125px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contato-main.contratacao-main-div {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.contratacao-table-div {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contato-main.governanca-main {
  margin-top: 30px;
}

.fisioterapia {
  display: "inline-block";
  margin-left: 10px;
  margin-top: 30px;
  width: 300px;
}

.fisioterapia1 {
  display: "inline-block";
  margin-top: 30px;
  width: 300px;
}

.contato-main.governanca-main.uvacinacao-main {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contato-main.governanca-main.uvacinacao-main.paginacao-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contato-main.governanca-main.uvacinacao-main.legenda-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contato-main.governanca-main.uvacinacao-main.divider-green {
  border-top: 1px solid #b1d34b;
}

.contato-main.governanca-main.projetoseeventos-main.banco-de-leite-main {
  margin-right: 0px;
}

.contato-form {
  width: 30%;
  margin-top: 30px;
}

.contato-label {
  margin-top: 20px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 18px;
  font-weight: 500;
}

.contato-label.form-ask {
  margin-top: 0px;
  line-height: 24px;
}

.h2-contratacao {
  margin-top: 0px;
  margin-bottom: -1px;
  font-family: Unimedsans, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.flex-grid {
  width: 21.5%;
  padding: 15px;
  border: 2px solid #fff;
}

.flex-grid-vertical {
  width: 14%;
  padding: 15px;
  border: 2px solid #fff;
}

.flex-grid.green-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00985c;
  font-family: Unimedslab, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.flex-grid-vertical.green-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00985c;
  font-family: Unimedslab, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.flex-grid.green-table._5cols {
  width: 21.5%;
  background-color: #00985c;
}

.flex-grid-vertical.green-table._5cols {
  width: 14%;
  background-color: #00985c;
}

.flex-grid.grey-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: hsla(0, 0%, 85%, 0.58);
  color: #4a4a4a;
}

.flex-grid.grey-table.light {
  background-color: hsla(0, 0%, 85%, 0.19);
}

.flex-grid.grey-table.double-grid {
  width: 43%;
}

.flex-grid.grey-table._5cols {
  width: 21.5%;
}

.grid-obs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.governanca-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 75px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.governanca-sidebar.eventos-sidebar {
  margin-right: 0px;
  padding-right: 75px;
  border-right: 1px solid hsla(0, 0%, 59%, 0.36);
}

.governanca-sidebar.premios-sidebar {
  margin-right: 0px;
  padding-right: 75px;
  border-right: 1px solid hsla(0, 0%, 59%, 0.27);
}

.gov-links {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.gov-links:hover {
  font-weight: 400;
  text-decoration: underline;
}

.gov-links:focus {
  font-weight: 700;
}

.gov-links.active {
  font-weight: 700;
  text-decoration: underline;
}

.governanca-content {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.governanca-content.header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.governanca-content.uvacina {
  padding-left: 0px;
  border-left-style: none;
}

.governanca-content.diretoria-main {
  border-left-style: none;
}

.p-gov {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 25px;
}

.p-gov.prontoatendimento-p.projetoseventos-p {
  padding-left: 25px;
  font-size: 18px;
}

.p-gov.p-unimed {
  font-size: 14px;
  line-height: 22px;
}

.p-gov.p-unimed.spaces {
  margin-top: 90px;
}

.p-gov.p-unimed.p-farmacia {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: left;
}

.p-gov.p-unimed.warning {
  color: #df4930;
}

.p-gov.p-unimed.p-paginacao {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 16px;
}

.p-gov.p-diretoria {
  padding-left: 40px;
  font-size: 12px;
  line-height: 22px;
}

.prontoatendimento-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.prontoatendimento-lista {
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Unimedsans, sans-serif;
  font-weight: 400;
}

.btn-content {
  margin-top: 30px;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #00985c;
  border-radius: 5px;
  background-color: #fff;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn-content:hover {
  background-color: #00985c;
  color: #fff;
}

.btn-content.btn-preventiva {
  margin-top: 18px;
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.btn-content.btn-preventiva.btn-resultados {
  margin-top: 0px;
  margin-bottom: 11px;
  border-style: none;
  border-width: 1px;
  background-color: #00985c;
  color: #fff;
  font-weight: 400;
}

.btn-content.btn-preventiva.btn-resultados.btn-mapa {
  margin-right: 15px;
  border-style: solid;
  border-color: #fff;
  text-transform: none;
}

.btn-content.btn-preventiva.btn-resultados.btn-unificado {
  margin-right: 15px;
  margin-left: 15px;
}

.btn-content.btn-guiacompleto {
  margin-right: 0px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.btn-content.btn-content-small {
  margin-right: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.btn-content.btn-content-small.btn-codigo-de-conduta {
  margin-top: 50px;
}

.btn-content.btn-content-small.btn-codigo-de-conduta:hover {
  background-color: #00985c;
  color: #fff;
}

.btn-content.btn-content-small.btn-estatuto {
  margin-left: 40px;
}

.btn-content.form-eventos {
  margin-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #00985c;
  color: #fff;
  margin-bottom: 30px;
}

.btn-content.btn-ouvidoria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-content.btn-anexo {
  padding-right: 30px;
  padding-left: 30px;
}

.btn-content.btn-linkedin {
  margin-right: 0px;
  padding-right: 29px;
  padding-left: 29px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn-content.btn-linkedin:hover {
  background-color: hsla(0, 0%, 100%, 0.07);
}

.btn-content.btn-logado {
  margin-top: 35px;
  margin-right: 0px;
  padding-right: 50px;
  padding-left: 50px;
  float: left;
  background-color: #00985c;
  color: #fff;
  font-weight: 400;
}

.btn-content.btn-logado:hover {
  background-color: rgba(0, 152, 92, 0.81);
}

.btn-content.btn-logado.btn-bebe {
  width: 100%;
  margin-top: 14px;
}

.btn-content.btn-formlogado-ok {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-icn-subtitle {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
}

.feature-icon-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
}

.feature-icn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-icn-title {
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.preventiva-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preventiva-container.farmacia-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.h2-preventiva {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.p-preventiva {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Unimedsans, sans-serif;
  font-size: 12px;
  text-align: center;
}

.preventiva-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.preventiva-div.middle {
  border-right: 1px solid hsla(0, 0%, 59%, 0.34);
  border-left: 1px solid hsla(0, 0%, 59%, 0.34);
}

.preventiva-div.farmacia-div {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.preventiva-img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.preventiva-separator {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.34);
}

.preventiva-separator.farmacia-separator {
  margin-top: 15px;
  margin-bottom: 15px;
}

.preventiva-separator.farmacia-separator.guiamedico-separator {
  margin-top: 0px;
  margin-bottom: 0px;
}

.farmacia-tabloide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.farmacia-tabloide-txt {
  padding-right: 50px;
}

.farmacia-tabloide-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resultados-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resultados-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultados-form.topbar {
  margin-top: 9px;
}

.resultados-form.form-unificado {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-form {
  width: 220px;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #00985c;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #00985c;
}

.input-form.filtros {
  border-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #00985c, #00985c);
  background-image: linear-gradient(180deg, #00985c, #00985c);
  color: #fff;
}

.input-form.form-last {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.checks {
  width: 15px;
  height: 15px;
}

.checks-label {
  margin-top: 2px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #4a4a4a;
  font-size: 14px;
}

.topbar-resultados {
  height: 60px;
  background-image: -webkit-linear-gradient(270deg, #00985c, #00985c);
  background-image: linear-gradient(180deg, #00985c, #00985c);
}

.topbar-resultados.paginacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(
    270deg,
    hsla(0, 0%, 85%, 0.33),
    hsla(0, 0%, 85%, 0.33)
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 85%, 0.33),
    hsla(0, 0%, 85%, 0.33)
  );
}

.resultados-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 125px;
  margin-left: 125px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-resultados {
  font-family: Unimedsans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.p-resultados.p-end {
  font-size: 12px;
}

.p-especialidade {
  color: #979797;
  font-size: 12px;
}

.icn-legendas {
  margin-right: 5px;
  margin-left: 5px;
}

.legenda-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.legenda-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-linkans {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #979797;
}

.container-linksans {
  margin-right: 125px;
  margin-left: 125px;
  padding-top: 57px;
  padding-bottom: 57px;
}

.antes-header {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1d34b;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 18px;
}

.antes-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.projetoseventos-img {
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-ciclovida {
  margin-bottom: 30px;
}

.mapa-container {
  width: 100%;
  height: 350px;
  background-color: hsla(0, 0%, 85%, 0.33);
}

.btn-linksans.btn-unimed.btn-vazado.menu-btn.btn-hoverfix:hover {
  border-bottom-left-radius: 9px;
}

.div {
  padding-top: 118px;
  padding-bottom: 118px;
  background-color: #979797;
}

.guiamedico-selector-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.guiamedico-selector-container.guiamedico-mapa {
  margin-top: 85px;
}

.guiamedico-selector-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.guiamedico-selector-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.guiamedico-selector-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.guiamedico-selector-button {
  border-radius: 5px;
  background-color: #00985c;
  font-family: Unimedsans, sans-serif;
  font-weight: 400;
  text-align: center;
}

.guiamedico-selector-button:hover {
  opacity: 0.84;
}

.guiamedico-selector-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guiamedico-selector-form-section-busca-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.guiamedico-selector-section-ou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.guiamedico-selector-section-busca-nome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.guiamedico-selector-h4 {
  margin-bottom: 0px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-weight: 400;
}

.guiamedico-selector-h4:hover {
  opacity: 0.79;
}

.guiamedico-selector-h1 {
  margin-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

.guiamedico-selector-h1:hover {
  opacity: 0.87;
}

.guiamedico-selector-label {
  width: auto;
  margin-bottom: 10px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Unimedsans, sans-serif;
  font-weight: 400;
}

.guiamedico-selector-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #00985c;
}

.guiamedico-selector-h5-ou {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 400;
}

.guiamedico-selector-link {
  margin-top: 10px;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-size: 17px;
  text-align: center;
}

.guiamedico-selector-link:hover {
  text-decoration: none;
}

.h2-diretoria {
  margin-bottom: 4px;
  padding-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #00985c;
  line-height: 22px;
}

.h2-diretoria.diretores-hr {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.4);
}

.diretores-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.diretores-div.premios-div {
  padding-top: 15px;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  line-height: 22px;
}

.diretores-hr {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.33);
}

.diretores-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.diretores-header.relatorios-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.diretores-img {
  width: 110px;
}

.condigo-de-conduta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-top: 25px;
  font-family: Unimedsans, sans-serif;
}

.btn-relatorios {
  margin-top: 35px;
  margin-right: 15px;
  border-top: 1px solid transparent;
  background-color: transparent;
  font-family: Unimedslab, sans-serif;
  color: #c4cbcf;
  font-size: 30px;
}

.btn-relatorios:hover {
  margin-top: 35px;
  border-top: 1px solid #b1d34b;
  color: #00985c;
}

.sustentabilidade-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-sustentabilidade {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 22px;
}

.p-sustentabilidade.txt-branco {
  padding-right: 35px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #fff;
}

.p-sustentabilidade.p-green-bg {
  width: 40%;
  margin-right: 56px;
  color: #fff;
  font-size: 14px;
}

.sustentabilidade-beige {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  margin-top: 30px;
  padding-right: 125px;
  padding-left: 125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff0db;
}

.sustentabildiade-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00985c;
}

.sustentabilidade-img {
  position: relative;
  max-width: none;
  padding-left: 0px;
}

.sustent-txt {
  width: 50%;
  padding-top: 33px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.sustent-txt.sustent-txt-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sustent-img {
  position: absolute;
  top: 161px;
  right: 125px;
  bottom: 0px;
  width: 40%;
}

.h-sustent {
  padding-top: 69px;
  padding-bottom: 30px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: auto;
  font-weight: 700;
  text-align: center;
}

.sustent-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sustent-card.eventos-card {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.sustent-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sustent-card-container.eventos-blog {
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sustent-card-holder {
  margin-right: 125px;
  margin-left: 125px;
}

.txt-sustent {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  text-align: center;
}

.div-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #00985c;
  border-radius: 5px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rn309-txt {
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.div-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.mapa-detalhe-p {
  padding-bottom: 7px;
  font-family: Unimedsans, sans-serif;
  font-size: 18px;
}

.mapa-detalhe {
  padding: 25px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 1px 19px -7px #4a4a4a;
  color: #4a4a4a;
}

.mapa-detalhe.com-setas {
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mapa-detalhe-p-s {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Unimedsans, sans-serif;
  color: rgba(74, 74, 74, 0.61);
  font-weight: 400;
}

.legendas-icn {
  padding-right: 8px;
  padding-left: 8px;
}

.telefone-mapa {
  margin-top: 10px;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 400;
}

.mapa-detalhe-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contato-mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  width: 60%;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
}

.p-default {
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  line-height: 22px;
  text-align: left;
}

.p-default.small-txt {
  margin-bottom: 29px;
  font-size: 10px;
}

.p-default.p-center {
  text-align: center;
}

.p-default.p-localizacao {
  margin-bottom: 10px;
  margin-left: 37px;
}

.img-guia2015vocesa {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
}

.telefones-uteis-col {
  width: 33%;
}

.telefones-desc {
  padding-bottom: 5px;
  font-family: Unimedsans, sans-serif;
  font-size: 12px;
}

.telefones-numero {
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 16px;
}

.telefones-card {
  margin-bottom: 33px;
}

.div-block-9 {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #ed1651;
  color: #fff;
  text-align: center;
}

.div-coleta {
  background-color: #00985c;
  border-radius: 1vw;
  margin-left: 15px;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  max-width: 100%;
}

.div-virtual {
  background-color: #b1d34b;
  border-radius: 1vw;
  text-align: left;
  padding: 10px;
  max-width: 100%;
}

.div-exames-online {
  border: 2px solid #00985c;
  border-radius: 1vw;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-top: 5px;
  max-width: 30%;
}

.div-exames {
  background-color: #b1d34b;
  border-radius: 1vw;
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
}

.div-button-virtual {
  width: 300px;
  background-color: #a62291;
  border-radius: 1vw;
  text-align: center;
  position: relative;
  margin-right: 15px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 1px;
  max-width: 100%;
}

.div-button-exames {
  width: 300px;
  background-color: #ed1651;
  border-radius: 1vw;
  text-align: center;
  position: relative;
  margin-right: 15px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 1px;
  max-width: 100%;
}

.div-agendamento {
  background-color: #00401a;
  border-radius: 1vw;
  text-align: center;
  position: relative;
  margin-right: 15px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 1px;
  max-width: 100%;
}

.div-agendamento-online {
  background-color: #00401a;
  border-radius: 1vw;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 1px;
  max-width: 100%;
}

.agendamento-cor {
  color: #b8d44c;
}

.agendamento-agende {
  color: #fff0c7;
}

.telefones-uteis-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 125px;
  margin-left: 125px;
}

.centro-de-infusao-div {
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
  font-family: Unimedsans, sans-serif;
}

.p-centro-de-infusao {
  padding-bottom: 30px;
  color: #4a4a4a;
  font-weight: 400;
}

.p-end {
  margin-top: 44px;
}

.banco-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banco-container {
  margin-right: 125px;
}

.section-form-eventos {
  margin-top: 85px;
  margin-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4a4a4a;
}

.eventos-h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #00985c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.eventos-h3.eventos-link {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
}

.eventos-h3.eventos-link:hover {
  text-decoration: underline;
}

.link-header {
  text-decoration: none;
}

.header-right {
  text-align: right;
}

.header-right.credenciado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-eventos-main {
  margin-right: 125px;
  margin-left: 125px;
}

.form-eventos-main.form-eventos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-eventos-main.sem-form {
  padding-top: 80px;
}

.eventos-passos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 125px;
  margin-bottom: 85px;
  margin-left: 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.passos-links {
  padding-right: 6px;
  padding-left: 0px;
  font-family: Unimedslab, sans-serif;
  color: rgba(0, 152, 92, 0.31);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.passos-links:hover {
  text-decoration: underline;
}

.passos-links.passos-links-active {
  color: #00985c;
  font-weight: 700;
}

.form-right {
  padding-left: 30px;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.radio-button-field {
  margin-bottom: 15px;
}

.form-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.field-30 {
  width: 30%;
}

.field-label {
  margin-top: 70px;
  margin-bottom: 15px;
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
}

.field-label.first-field {
  margin-top: 0px;
}

.field-label.small-margin {
  margin-top: 30px;
}

.field-label.label-checkboxes {
  margin-top: 50px;
}

.field-label.field-ouvidoria {
  margin-top: 45px;
}

.field-label.field-ouvidoria.field-row {
  padding-right: 15px;
  padding-left: 35px;
}

.field-label.field-ouvidoria.field-row.field-row-first {
  padding-left: 0px;
}

.field-80 {
  width: 80%;
}

.field-80.error-state {
  border: 1px solid #df4930;
  box-shadow: 0 0 3px 0 rgba(223, 73, 48, 0.61);
}

.field-80.focus-state {
  border: 1px solid #00985c;
  box-shadow: 0 0 3px 0 rgba(0, 152, 92, 0.51);
  color: #00985c;
}

.field-80.field-row {
  margin-right: 20px;
}

.field-40 {
  width: 40%;
}

.field-40.field-row {
  margin-right: 20px;
}

.field-60 {
  width: 60%;
}

.field-60.field-row {
  margin-right: 20px;
}

.field-20 {
  width: 20%;
}

.form-continuar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.error-txt {
  width: 80%;
  float: left;
  color: #e74c3c;
  font-weight: 400;
}

.image-2 {
  margin-top: 3px;
  float: right;
}

.error-message {
  border: 1px solid #f3a69e;
  border-radius: 2px;
}

.checkbox-field {
  margin-bottom: 15px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.h2-eventos {
  margin-bottom: 20px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  text-align: center;
}

.blog-ultimos {
  margin-top: 0px;
}

.heading {
  margin-right: 273px;
  margin-left: 273px;
  padding-top: 22px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-weight: 400;
  text-align: center;
}

.div-block-10 {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 3px solid #00985c;
}

.section-mapa {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 9px 0px 0px 9px;
  background-color: #fff;
  /*background-color: #feffe0;*/
  box-shadow: 1px 1px 19px -7px #4a4a4a;
}

.container-mapa.com-setas {
  width: 30%;
}

.container-mapa.com-setas.dentro-card {
  width: 25vw;
  height: 30vh;
  border-radius: 0px 9px 9px 0px;
  box-shadow: none;
}

.guiamedico-mapa-p {
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 22px;
  text-align: center;
}

.section-nav-mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 29px;
  margin-left: 29px;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-guiamedico {
  font-weight: 400;
  text-decoration: underline;
}

.link-guiamedico:hover {
  text-decoration: none;
}

.setas {
  margin-right: 43px;
  margin-left: 43px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ouvidoria-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ouvidoria-green {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px 125px;
  background-color: #00985c;
  color: #fff;
}

.fa-ul.listas-unimed {
  font-family: Unimedsans, sans-serif;
}

.ouvidoria-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 125px;
}

.ouvidoria-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33vw;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ouvidoria-col-content.col-middle {
  border-right: 1px solid hsla(0, 0%, 59%, 0.4);
  border-left: 1px solid hsla(0, 0%, 59%, 0.4);
}

.ouvidoria-links {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 700;
  text-align: center;
}

.trabalhe-conosco-link {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 700;
  text-align: center;
  font-size: 85%;
}

.ouvidoria-links:hover {
  text-decoration: underline;
}

.ouvidoria-imgs {
  width: 15vw;
  height: 15vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ouvidoria-form {
  width: 50vw;
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.form-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.field-50 {
  width: 50%;
}

.field-50.field-row {
  padding-right: 20px;
}

.anexo-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59%, 0.49);
}

.gray-txt {
  font-family: Unimedsans, sans-serif;
  color: #9b9b9b;
}

.gray-txt.right {
  float: right;
}

.checkbox-autorizacao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 69px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label-2 {
  font-family: Unimedsans, sans-serif;
}

.localizacao-main {
  margin-top: 55px;
  margin-right: 0px;
  margin-left: 0px;
}

.localizacao-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.localizacao-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
}

.icn-localizacao {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.localizacao-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mapa-links {
  margin-left: 30px;
  color: #00985c;
}

.trabalhe-container {
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
}

.heading-2 {
  width: 60vw;
  margin-bottom: 36px;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 26px;
  font-weight: 400;
}

.trabalhe-link {
  display: inline-block;
  padding-bottom: 30px;
  color: #00985c;
  font-size: 22px;
  text-decoration: none;
}

.trabalhe-link:hover {
  text-decoration: underline;
}

.trabalhe-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00985c;
}

.trabalhe-p {
  margin-bottom: 0px;
  font-family: Unimedslab, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: none;
}

.regimentos-internos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.regimento-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regimento-col.col-middle {
  border-right: 1px solid hsla(0, 0%, 59%, 0.34);
  border-left: 1px solid hsla(0, 0%, 59%, 0.34);
}

.regimento-h3 {
  font-family: Unimedsans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.p-regimento {
  font-family: Unimedsans, sans-serif;
  color: #4a4a4a;
  text-align: center;
}

.regimento-img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.colaborador-credenciado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
}

.colaborador-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-right: 3vw;
  padding: 30px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 9px;
  background-color: #00985c;
}

.colaborador-h3 {
  margin-bottom: 30px;
  font-family: Unimedslab, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.credenciado-h2 {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

.rol-ans {
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
}

.logado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 125px;
  margin-left: 125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logado-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 15vw;
  -ms-flex-preferred-size: 15vw;
  flex-basis: 15vw;
}

.logado-col.sem-fotoperfil {
  display: none;
}

.logado-form {
  padding-left: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70vw;
  -ms-flex: 0 70vw;
  flex: 0 70vw;
}

.logado-form.logado-form-sucess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logado-h1 {
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.fotoperfil-img {
  margin-bottom: 20px;
}

.fotoperfil-link {
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.fotoperfil-link:hover {
  text-decoration: underline;
}

.logado-form-content {
  margin-top: 40px;
}

.logado-label {
  margin-top: 35px;
}

.logado-circle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logado-circle {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 15px;
  background-color: #fff;
}

.logado-circle.circle-inactive {
  background-color: rgba(237, 22, 81, 0.2);
}

.logado-step {
  width: 60%;
  margin-top: 2vh;
  margin-left: 5vw;
  border-radius: 9px;
  background-color: #ed1651;
}

.logado-step.step-empy {
  border: 1px solid #ed1651;
  background-color: #fff;
}

.step-p {
  padding: 5px 20px 20px;
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.step-p.step-p-inactive {
  padding-right: 20px;
  padding-left: 20px;
  color: rgba(237, 22, 81, 0.5);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-endereco {
  margin-top: 5px;
  margin-right: 125px;
  font-family: Unimedsans, sans-serif;
  color: rgba(74, 74, 74, 0.63);
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.beababebe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beababebe-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.beababebe-cols.green-bg {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 125px;
  padding-left: 125px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #00985c;
}

.beababebe-col1 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-flex-basis: 30vw;
  -ms-flex-preferred-size: 30vw;
  flex-basis: 30vw;
}

.beababebe-col1.white-bg {
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.beababebe-h2 {
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.beababebe-h2.white-p {
  color: #fff;
}

.beababebe-col2 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 60vw;
  -ms-flex-preferred-size: 60vw;
  flex-basis: 60vw;
}

.form {
  margin-top: 40px;
}

.revistaviva-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.revistaviva-container.btn-revistaviva {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.revistaviva-atual {
  padding: 15px;
  border: 2px solid #00985c;
  border-radius: 3px;
}

.revistaviva-atual:hover {
  opacity: 0.7;
}

.revistaviva-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.revistaviva-h2.bacl-txt {
  margin-top: 0px;
  color: #4a4a4a;
}

.revistaviva-txt {
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-weight: 400;
}

.revistaviva-footer-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-revistaviva {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Unimedsans, sans-serif;
  color: #00985c;
  text-decoration: underline;
}

.link-revistaviva:hover {
  font-weight: 700;
  text-decoration: none;
}

.revistaviva-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eventos-h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.eventos-img {
  border-radius: 15px 0px 0px 15px;
}

.div-block-13 {
  position: relative;
  top: 25px;
  right: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #fff;
  border-radius: 15px 15px 0px;
  background-color: #00985c;
}

.text-block-3 {
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-size: 12px;
}

.blog-nav-l {
  margin-top: 40px;
  margin-left: 20px;
}

.blog-nav-r {
  margin-top: 40px;
  margin-right: 20px;
}

.satisfacao-txt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Unimedslab, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.satisfacao-txt.x {
  padding-left: 50px;
  color: #979797;
}

.satisfacao-txt.x:hover {
  color: #4a4a4a;
}

.satisfacao-txt.num {
  color: #fff;
  font-size: 18px;
}

.satisfacao1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.num-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #fe0000, #fe0000);
  background-image: linear-gradient(180deg, #fe0000, #fe0000);
}

.num-container:hover {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    -webkit-linear-gradient(270deg, #fe0000, #fe0000);
  background-image: linear-gradient(
      180deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    linear-gradient(180deg, #fe0000, #fe0000);
}

.num-container.orange {
  background-image: -webkit-linear-gradient(270deg, #f17b21, #f17b21);
  background-image: linear-gradient(180deg, #f17b21, #f17b21);
}

.num-container.orange:hover {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    -webkit-linear-gradient(270deg, #f17b21, #f17b21);
  background-image: linear-gradient(
      180deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    linear-gradient(180deg, #f17b21, #f17b21);
}

.num-container.yellow {
  background-image: -webkit-linear-gradient(270deg, #f1e20e, #f1e20e);
  background-image: linear-gradient(180deg, #f1e20e, #f1e20e);
}

.num-container.yellow:hover {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    -webkit-linear-gradient(270deg, #f1e20e, #f1e20e);
  background-image: linear-gradient(
      180deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    linear-gradient(180deg, #f1e20e, #f1e20e);
}

.num-container.green {
  background-image: -webkit-linear-gradient(270deg, #b6d321, #b6d321);
  background-image: linear-gradient(180deg, #b6d321, #b6d321);
}

.num-container.green:hover {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    -webkit-linear-gradient(270deg, #b6d321, #b6d321);
  background-image: linear-gradient(
      180deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    linear-gradient(180deg, #b6d321, #b6d321);
}

.num-container.greener {
  background-image: -webkit-linear-gradient(270deg, #7ed222, #7ed222);
  background-image: linear-gradient(180deg, #7ed222, #7ed222);
}

.num-container.greener:hover {
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    -webkit-linear-gradient(270deg, #7ed222, #7ed222);
  background-image: linear-gradient(
      180deg,
      rgba(74, 74, 74, 0.4),
      rgba(74, 74, 74, 0.4)
    ),
    linear-gradient(180deg, #7ed222, #7ed222);
}

.satisfacao2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
}

.dark-overlay {
  position: absolute;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(74, 74, 74, 0.61),
    rgba(74, 74, 74, 0.61)
  );
  background-image: linear-gradient(
    180deg,
    rgba(74, 74, 74, 0.61),
    rgba(74, 74, 74, 0.61)
  );
}

.image-5 {
  margin-bottom: 25px;
}

.link-block {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
}

.link-block.txt-modal:hover {
  color: rgba(223, 73, 48, 0.75);
}

.row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-pravoce-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 9px;
  background-color: #ed1651;
}

.login-praempresa-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 25px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 9px;
  background-image: -webkit-linear-gradient(270deg, #00401a, #00401a);
  background-image: linear-gradient(180deg, #00401a, #00401a);
}

.login-praempresa-form.login-show-mobile {
  display: none;
}

.login-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-txt {
  display: block;
  font-family: Unimedsans, sans-serif;
  color: #fff;
}

.link {
  text-decoration: underline;
}

.btn-shadow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.btn-shadow:hover {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 10px 2px rgba(74, 74, 74, 0.48);
}

.field-label-3 {
  font-family: Unimedsans, sans-serif;
  color: #fff;
}

.checkbox-field-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper-2 {
  width: 100%;
}

.link-2 {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-link {
  padding-left: 6px;
  color: #fff;
}

.white-link:hover {
  text-decoration: none;
}

.white-link:active {
  color: hsla(0, 0%, 100%, 0.85);
}

.rox-primeiroacesso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-logado {
  margin-top: 30px;
  margin-right: 125px;
  margin-left: 125px;
}

.txt-logado {
  padding-left: 30px;
  font-family: Unimedslab, sans-serif;
  color: #4a4a4a;
  font-size: 18px;
}

.txt-logado.pink {
  margin-bottom: 20px;
  padding-right: 77px;
  color: #ed1651;
}

.txt-logado.logado-icn.organge {
  padding-left: 10px;
  color: #df4930;
}

.txt-logado.logado-icn.green {
  padding-left: 10px;
  color: #00985c;
}

.txt-logado.logado-icn.pink {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

.heading-3 {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 35px;
  font-family: Unimedslab, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
}

.btn-logado {
  margin-bottom: 1px;
  border-radius: 11px 11px 0px 0px;
  background-image: -webkit-linear-gradient(270deg, #ed1651, #ed1651);
  background-image: linear-gradient(180deg, #ed1651, #ed1651);
  text-align: center;
}

.btn-logado.mid {
  border-radius: 0px;
}

.btn-logado.last {
  margin-bottom: 0px;
  border-radius: 0px 0px 11px 11px;
}

.btn-logado.last.orange {
  background-image: -webkit-linear-gradient(270deg, #df4930, #df4930);
  background-image: linear-gradient(180deg, #df4930, #df4930);
}

.btn-logado.last.green {
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #00985c, #00985c);
  background-image: linear-gradient(180deg, #00985c, #00985c);
}

.txt-logado-btn {
  padding: 22px 45px;
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.col-2.sec {
  margin-top: 25px;
}

.banner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-div._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dash-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 258px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  /*background-image: url('../images/banner-dash-pf.png');*/
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

/*.dash-banner:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-dash-pf.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-dash-pf.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}*/

.logado-col-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logado-col-20.img-bg {
  background-image: url("../images/corrida-unimed-experience-night-run-1479507826.jpg");
  background-position: 50% 52px;
  background-size: auto 163px;
  background-repeat: no-repeat;
}

.logado-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-16 {
  width: 50%;
}

.div-block-17 {
  border-radius: 11px;
  background-color: #ed1651;
}

.image-7 {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.div-block-18 {
  width: 50%;
}

.image-8 {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.logado-titulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logado-titulos.logado-eventos {
  width: 100%;
}

.med-prevent-block {
  width: 50%;
  margin-left: 20px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}

.image-9 {
  margin-top: 18px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.image-10 {
  margin-top: 13px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.pink-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 11px;
  background-color: #ed1651;
}

.text-block-5 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: Unimedsans, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

.text-block-6 {
  margin-bottom: 20px;
  padding-right: 32px;
  font-family: Unimedsans, sans-serif;
  color: #fff;
}

.button {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  font-family: Unimedsans, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.button:hover {
  background-color: hsla(0, 0%, 100%, 0.31);
}

.logado-div-tits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logado-divs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-logado {
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.39);
}

.text-block-7 {
  color: #4a4a4a;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-8 {
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4a4a4a;
}

.text-block-9 {
  font-family: Unimedslab, sans-serif;
  color: #00985c;
  font-size: 18px;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 29px;
  margin-left: 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.link-block-4.open {
  position: relative;
  right: 251px;
  display: none;
  background-color: rgba(0, 152, 92, 0.57);
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-11 {
  margin-right: 20px;
  margin-left: 20px;
}

._3cols-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 125px;
  margin-bottom: 80px;
  margin-left: 125px;
}

.col-40-logado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-20-logado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pink-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 11px;
  background-color: #ed1651;
}

.image-12 {
  overflow: hidden;
  margin-bottom: -64px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 11px;
}

.preventiva-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 11px;
  /*background-image: url('../images/pare-de-fumar.jpg');*/
  background-color: #00985c;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-13 {
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 100%;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.eventos-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 11px;
  /*background-image: url('../images/corrida-unimed-experience-night-run-1479507826-copy.jpg');*/
  background-color: #00985c;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="hide-first"] {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navmenu {
    background-color: #00985c;
  }
  .navmenu-txt {
    color: #fff;
  }
  .logo-unimed {
    margin-left: 10px;
  }
  .hamburguer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #00985c;
  }
  .hamburguer.w--open {
    background-color: rgba(0, 152, 92, 0.25);
    color: #fff;
  }
  .busca {
    display: none;
  }
  .acessibilidade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    padding-right: 24px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .atendimento-flex {
    margin-left: 0px;
  }

  .guiamedico-txt {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-txt.alt4 {
    width: 28%;
    margin-left: 34px;
  }
  .h5-tel {
    line-height: 32px;
  }
  .h5-tel.h5-vacinas {
    font-size: 18px;
    font-weight: 400;
  }
  .h5-tel.h5-resultados.pad-top-15 {
    margin-top: 3px;
  }
  .section-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-flex.footer-fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }
  .guiamedico-div {
    margin-top: 0px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .guiamedico-div.alt2 {
    margin-top: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .form-flex.alt1 {
    margin-top: 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn-guiamedico {
    margin-top: 0px;
    margin-right: 4px;
    margin-left: 8px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-label {
    display: inline-block;
    padding-left: 0px;
  }
  .guiamedico-childs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-guiamedico {
    width: 100%;
    height: 230px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .social {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-open-planos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-cta.paravocetitle {
    padding-bottom: 15px;
  }
  .col-menu {
    overflow: visible;
    margin: 20px 40px 22px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px none #000;
    border-left-style: none;
    text-align: left;
  }
  .col-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid hsla(0, 0%, 100%, 0.47);
    border-bottom: 1px none #000;
    text-align: center;
  }
  .divider {
    display: none;
  }
  .menu-open-unimed {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-open-para-voce {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .txt-paravoce {
    width: 100%;
    padding-bottom: 25px;
  }
  .menu-open-para-empresa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-col {
    margin-right: 34px;
    margin-left: 34px;
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-col.fullwidth-col {
    margin-left: 0px;
    padding-right: 37px;
  }
  .footer-copyright {
    padding-left: 23px;
    line-height: 14px;
  }
  .menu-colunas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .busca-link {
    margin-right: 30px;
  }
  .resultados-link.guiamedico-link.link-unif {
    padding-top: 17px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .homeb-btn-login {
    font-size: 15px;
  }
  .homeb-btn-login.cliente-unimed.btn-uniflex {
    margin-top: 5px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .homeb-col-unimed {
    padding-right: 45px;
    padding-left: 45px;
  }
  .section-fullwidth {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .servicos-header {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .servicos-header.nam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .servicos-obs.right {
    margin-right: 22px;
  }
  .main-txt {
    margin-top: 0px;
    padding-top: 47px;
    padding-right: 27px;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .main-txt.right-align {
    margin-bottom: 39px;
    padding-top: 65px;
    padding-right: 18px;
    padding-bottom: 19px;
    text-align: right;
  }
  .footer-nav {
    padding-right: 22px;
  }
  .h1-interna {
    line-height: 28px;
  }
  .servicos-main-list.uniflex-lista-col {
    padding-left: 18px;
  }
  .plano-contato-div {
    padding-right: 22px;
  }
  .video-plano-uniflex {
    width: 380px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .uniflex-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .child-guia {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .reverse-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contato-main {
    margin-right: 21px;
    margin-left: 21px;
    padding-bottom: 30px;
  }
  .contato-main.governanca-main {
    padding-bottom: 0px;
  }
  .contato-form {
    width: 37%;
  }
  .flex-grid.green-table {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-grid.grey-table {
    padding-right: 15px;
    padding-left: 15px;
  }
  .governanca-sidebar.eventos-sidebar.premios-side {
    width: 30%;
    margin-right: 35px;
    line-height: 16px;
  }
  .governanca-sidebar.premios-sidebar {
    width: 30%;
  }
  .gov-links.events-links.premios-links {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
  }
  .gov-links.premios-links {
    margin-bottom: 20px;
    line-height: 18px;
  }
  .governanca-content {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .governanca-content.diretoria-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-gov.prontoatendimento-p.projetoseventos-p {
    font-size: 16px;
  }
  .p-gov.p-unimed {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-gov.p-diretoria {
    padding-left: 0px;
  }
  .btn-content.btn-preventiva {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .btn-content.btn-preventiva.btn-resultados.btn-unificado {
    margin-top: 15px;
    margin-bottom: -8px;
  }
  .btn-content.btn-content-small.btn-codigo-de-conduta {
    margin-top: 37px;
  }
  .btn-content.btn-content-small.btn-estatuto {
    margin-top: 25px;
    margin-left: 0px;
  }
  .btn-content.btn-linkedin {
    padding-right: 15px;
    padding-left: 15px;
  }
  .feature-list.farmacia-feature {
    margin-top: 0px;
  }
  .feature-icn-container {
    margin-right: 60px;
  }
  .preventiva-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .h2-preventiva {
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .h2-preventiva.h2-farmacia {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    text-align: center;
  }
  .p-preventiva {
    padding-right: 43px;
    padding-left: 43px;
    text-align: left;
  }
  .p-preventiva.p-farmacia {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .preventiva-div {
    width: 100%;
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preventiva-div.middle {
    padding: 30px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: hsla(0, 0%, 59%, 0.34);
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 59%, 0.34);
  }
  .preventiva-div.middle.farmacia-div {
    border-style: none;
  }
  .preventiva-div.farmacia-div {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .preventiva-separator {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .resultados-form.wrap-checks {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resultados-form.form-unificado {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .resultados-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  .container-linksans {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .projetoseventos-img {
    width: 20%;
    padding-left: 0px;
  }

  .guiamedico-selector-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guiamedico-selector-header {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guiamedico-selector-form-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guiamedico-selector-search-wrapper {
    width: 100%;
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guiamedico-selector-section-ou {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .guiamedico-selector-label {
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    flex: 0 25%;
    text-align: right;
  }
  .guiamedico-selector-label.label-prestador {
    -webkit-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }
  .guiamedico-selector-select {
    margin-top: 15px;
    margin-bottom: 0px;
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .guiamedico-selector-input {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .guiamedico-selector-link {
    padding-left: 18px;
  }
  .h2-diretoria {
    padding-left: 0px;
  }
  .diretores-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .diretores-header.codigo-de-conduta-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .diretores-header.estatuto-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .condigo-de-conduta-div {
    padding-right: 20px;
  }
  .btn-relatorios {
    margin-right: 0px;
    font-size: 18px;
  }
  .p-sustentabilidade {
    font-size: 14px;
  }
  .sustentabilidade-beige {
    height: 240px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sustentabildiade-green {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .sustentabilidade-img {
    display: none;
  }
  .sustent-txt {
    width: 100%;
    padding-top: 20px;
  }
  .h-sustent {
    line-height: 34px;
  }
  .sustent-card-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sustent-card-holder {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mapa-detalhe-p-s {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .legendas-icn {
    padding-right: 3px;
    padding-left: 3px;
  }
  .mapa-detalhe-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mapa-detalhe-header.tel-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .legendas {
    width: 40%;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .whats-icn {
    width: 40%;
  }
  .telefones-desc {
    padding-right: 54px;
  }
  .telefones-uteis-main {
    margin-right: 20px;
    margin-left: 20px;
  }
  .centro-de-infusao-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .banco-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banco-container {
    margin-right: 20px;
  }
  .form-eventos-main {
    margin-right: 20px;
    margin-left: 20px;
  }
  .form-eventos-main.sem-form {
    padding-top: 45px;
  }
  .eventos-passos {
    margin-right: 20px;
    margin-left: 20px;
  }
  .passos-links {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    text-align: center;
  }
  .passos-links.passos-links-active {
    font-weight: 700;
  }
  .passos-links.passos-links-active:hover {
    text-decoration: none;
  }
  .heading {
    margin-right: 0px;
    margin-left: 0px;
  }
  .guiamedico-mapa-p {
    font-size: 18px;
    line-height: 22px;
  }
  .section-nav-mapa {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .setas {
    margin-right: 13px;
    margin-left: 13px;
  }
  .ouvidoria-txt {
    margin-right: 20px;
    margin-left: 20px;
  }
  .ouvidoria-green {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ouvidoria-col {
    margin-right: 20px;
    margin-left: 20px;
  }
  .ouvidoria-form {
    width: 90vw;
  }
  .localizacao-item {
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .localizacao-end {
    margin-left: 20px;
  }
  .trabalhe-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .trabalhe-green {
    padding-right: 20px;
    padding-left: 20px;
  }
  .trabalhe-p {
    width: 60vw;
    line-height: 32px;
  }
  .regimentos-internos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .regimento-col {
    width: 100%;
    padding-bottom: 0px;
  }
  .regimento-col.col-middle {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: hsla(0, 0%, 59%, 0.34);
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 59%, 0.34);
  }
  .colaborador-credenciado {
    margin-right: 20px;
    margin-left: 20px;
  }
  .rol-ans {
    margin-right: 20px;
    margin-left: 20px;
  }
  .logado {
    margin-right: 15px;
    margin-left: 15px;
  }
  .logado-step {
    width: 70%;
    margin-top: 1vh;
  }
  .step-p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .step-p.step-p-inactive {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-12 {
    width: 100%;
  }
  .beababebe-cols.green-bg {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beababebe-col1.white-bg {
    padding-right: 30px;
    padding-left: 30px;
  }
  .revistaviva-container.btn-revistaviva {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .revistaviva-atual {
    margin-bottom: 25px;
  }
  .revistaviva-txt {
    margin-left: 0px;
  }
  .revistaviva-footer {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .eventos-h2 {
    text-align: left;
  }
  .div-block-13 {
    top: 87px;
    right: 20px;
  }
  .blog-nav-l {
    margin-top: 43px;
    margin-left: 10px;
  }
  .blog-nav-r {
    margin-top: 43px;
    margin-right: 10px;
  }
  .login-pravoce-form {
    margin-left: 25px;
  }
  .login-praempresa-form {
    margin-right: 25px;
  }
  .container-logado {
    margin-right: 20px;
    margin-left: 20px;
  }
  .txt-logado.pink {
    padding-right: 17px;
    padding-left: 0px;
  }
  .btn-logado {
    margin-bottom: 1px;
  }
  .txt-logado-btn {
    padding: 20px 10px;
  }
  .dash-banner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto 100%;
  }
  /*.dash-banner:hover {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-dash-pf.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-dash-pf.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }*/
  .logado-titulos.logado-eventos {
    margin-top: 35px;
  }
  .logado-titulos.none {
    display: none;
  }
  .med-prevent-block {
    width: 100%;
    margin-left: 0px;
  }
  .logado-divs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._3cols-container {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-40-logado {
    width: 100%;
  }
  .col-20-logado {
    width: 100%;
  }
  .pink-box {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .navbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-unimed {
    margin-left: 5px;
  }
  .nav._3 {
    margin-left: 20px;
  }
  .nav-login-txt {
    display: none;
  }
  .btn-unimed {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .btn-unimed:hover {
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .btn-unimed.btn-empresa {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 12px;
  }
  .btn-unimed.btn-empresa:hover {
    padding-bottom: 9px;
  }
  .nav-left._6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .acessibilidade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
  }
  .acessibilidade._2 {
    margin-top: 0px;
  }
  .section-hero {
    padding-top: 31px;
    padding-bottom: 0px;
    background-size: 900px;
  }
  .hero-call {
    margin-top: 123px;
    margin-left: 19px;
  }
  .atendimento-flex {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .guiamedico-txt {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .guiamedico-txt.resultados-txt {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-txt.alt4 {
    width: 100%;
    margin-left: 24px;
    padding-bottom: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h4-subtitulo.servicos-mobile-txt {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
  }
  .h5-tel.h5-contato {
    margin-top: 22px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }
  .h5-tel.prontoatendimento-h5.projetoseventos-h5 {
    font-size: 14px;
  }
  .h5-tel.h5-vacinas {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
  .h5-tel.h5-resultados.ou {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .guiamedico-div {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-div.alt2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .form-flex.alt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .btn-guiamedico {
    margin-bottom: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-input.select {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .guiamedico-label {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-childs {
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-childs.teste {
    margin-right: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-childs.teste1 {
    margin-right: 30px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-childs.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-childs.alt4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-guiamedico {
    height: 290px;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .footer-right {
    margin-right: 14px;
  }
  .nav-right._5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-open-planos {
    display: none;
  }
  .col-menu {
    margin-right: 20px;
    margin-left: 20px;
  }
  .col-cta {
    margin-right: 19px;
    margin-left: 19px;
  }
  .footer-col {
    margin-left: 15px;
  }
  .footer-col.fullwidth-col {
    padding-right: 1px;
  }
  .footer-copyright {
    padding: 0px 8px 18px 15px;
    text-align: left;
  }
  .menu-colunas {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-colunas.col-cta {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .busca-avancada-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .resultados-link.guiamedico-link {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .resultados-link.guiamedico-link.link-unif {
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .link-ans-childs.footer-nav-childs {
    margin-bottom: 59px;
  }
  .homeb-btn-login.cliente-unimed.btn-uniflex {
    margin-right: 7px;
    margin-left: 7px;
  }
  .homeb-col-unimed {
    margin-top: 11px;
    margin-bottom: 39px;
    padding-top: 15px;
    border-top: 1px solid hsla(0, 0%, 59%, 0.3);
  }
  .section-fullwidth {
    margin-right: 20px;
    margin-left: 20px;
    padding: 36px 0px;
  }
  .section-fullwidth.section-ouvidoria {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .servicos-header {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .servicos-header.nam {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .servicos-header.nam.unimedlar {
    width: 100%;
  }
  .servicos-header.nam.unimedlar.guiamedico-unificado {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .servicos-header.eventos-header {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .servicos-header.premios-header.eventos-header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .servicos-obs.right {
    margin-right: 0px;
  }
  .servicos-obs.right.telefones-obs {
    width: 100%;
    line-height: 14px;
    margin: auto 0px;
  }
  .main-txt {
    padding-right: 0px;
  }
  .main-txt.saudenalinha-txt {
    width: auto;
  }
  .main-txt.right-align {
    margin-bottom: 16px;
    padding-top: 0px;
    text-align: center;
  }
  .slider-servicos {
    margin-top: 33px;
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-nav {
    padding-right: 0px;
  }
  .h1-interna {
    font-size: 24px;
    line-height: 29px;
  }
  .footer-nav-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .plano-subtitulo.planos-telefones.black {
    padding-left: 10px;
  }
  .plano-contato-div {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .video-plano-uniflex {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .uniflex-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uniflex-btns {
    margin-top: -1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .uniflex-lista {
    margin-top: 10px;
  }
  .child-guia {
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contato-main {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contato-main.governanca-main.uvacinacao-main.legenda-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contato-main.governanca-main.projetoseeventos-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contato-main.premios-main {
    margin-left: 20px;
  }
  .contato-form {
    margin-top: 17px;
  }
  .contato-telefones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-grid.green-table {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 23px;
  }
  .governanca-sidebar.eventos-sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 59%, 0.36);
    border-right-style: none;
  }
  .governanca-sidebar.eventos-sidebar.premios-side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .governanca-sidebar.premios-sidebar {
    margin-right: 34px;
    padding-right: 25px;
  }
  .gov-links {
    padding-bottom: 20px;
    line-height: 22px;
  }
  .gov-links.active {
    line-height: 22px;
  }
  .gov-links.events-links {
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 26px;
  }
  .gov-links.events-links.premios-links {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .governanca-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .governanca-content.projetos-eventos-content {
    padding-top: 0px;
    padding-left: 0px;
    border-top: 1px solid hsla(0, 0%, 59%, 0.27);
    border-left-style: none;
  }
  .governanca-content.diretoria-main {
    margin-right: 20px;
    padding-left: 0px;
  }
  .p-gov.p-unimed {
    margin-top: 0px;
  }
  .p-gov.p-unimed.p-paginacao {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .p-gov.p-diretoria {
    padding-left: 0px;
  }
  .btn-content {
    margin-bottom: 25px;
  }
  .btn-content.btn-preventiva.btn-resultados {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .btn-content.btn-preventiva.btn-resultados.btn-mapa {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .btn-content.btn-preventiva.btn-resultados.btn-unificado {
    margin-top: 0px;
  }
  .btn-content.btn-linkedin {
    margin-bottom: 0px;
  }
  .feature-icn-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .feature-icon-h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .feature-icn-container {
    margin-right: 16px;
  }
  .feature-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resultados-main {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .resultados-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .resultados-form.topbar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .resultados-form.wrap-checks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resultados-form.wrap-checks.mobile-checks {
    margin-top: 20px;
  }
  .input-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .input-form.form-last {
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .topbar-resultados {
    height: auto;
    padding-right: 21px;
    padding-left: 21px;
  }
  .topbar-resultados.paginacao {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .legenda-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .legenda-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .legendas-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-selector-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .guiamedico-selector-header {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .guiamedico-selector-form-wrapper {
    width: 100%;
  }
  .guiamedico-selector-search-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .guiamedico-selector-label {
    -webkit-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
  .guiamedico-selector-select {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
  }
  .h2-diretoria {
    padding-left: 0px;
  }
  .diretores-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .diretores-header {
    margin-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-sustentabilidade.p-green-bg {
    width: 50%;
    text-align: center;
  }
  .sustentabilidade-beige {
    height: 330px;
  }
  .sustent-card {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sustent-card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-sustent {
    text-align: left;
  }
  .div-block {
    padding-left: 20px;
  }
  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mapa-detalhe {
    width: 90%;
  }
  .telefone-mapa {
    margin-top: 0px;
  }
  .mapa-detalhe-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contato-mapa {
    padding-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-8 {
    width: 100%;
  }
  .legendas {
    width: 100%;
    padding-left: 0px;
  }
  .whats-icn {
    width: 10%;
    margin-right: 12px;
  }
  .header-left {
    margin-left: 0px;
  }
  .telefones-desc {
    padding-right: 46px;
  }
  .centro-de-infusao-titulo {
    margin-left: 20px;
  }
  .section-form-eventos {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .header-right {
    margin-right: 19px;
  }
  .form-eventos-main.form-eventos-container {
    margin-top: 45px;
  }
  .eventos-passos {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .passos-links {
    font-size: 10px;
    line-height: 16px;
  }
  .field-20 {
    width: 40%;
  }
  .form-continuar-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-mapa {
    width: 100%;
  }
  .guiamedico-mapa-p {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-nav-mapa {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .setas {
    margin-right: 38px;
    margin-bottom: 15px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .ouvidoria-txt {
    margin-right: 0px;
    margin-left: 0px;
  }
  .ouvidoria-col {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ouvidoria-col-content {
    width: 90vw;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ouvidoria-col-content.col-middle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: hsla(0, 0%, 59%, 0.4);
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 59%, 0.4);
  }
  .localizacao-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-2 {
    width: 80vw;
  }
  .colaborador-credenciado {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .colaborador-col {
    margin-right: 0vw;
  }
  .colaborador-h3 {
    font-size: 22px;
  }
  .logado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .logado-col {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logado-form {
    width: 100%;
    padding-left: 0vw;
  }
  .logado-form.logado-form-sucess {
    margin-top: 40px;
  }
  .fotoperfil-link {
    margin-left: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left;
  }
  .logado-step {
    margin-right: 11px;
    margin-left: 0vw;
  }
  .p-endereco {
    margin-right: 20px;
  }
  .beababebe-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .beababebe-cols.green-bg {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .beababebe-col2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .revistaviva-container.btn-revistaviva {
    padding-left: 0px;
  }
  .revistaviva-footer-txt {
    padding-bottom: 0px;
  }
  .revistaviva-footer {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eventos-h2 {
    text-align: center;
  }
  .blog-nav-l {
    margin-top: 5px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .blog-nav-r {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .satisfacao-div {
    right: auto;
  }
  .modal {
    width: 55vw;
  }
  .txt-logado.pink {
    padding-right: 0px;
  }
  .heading-3 {
    width: 65%;
  }
  .txt-logado-btn {
    font-size: 14px;
  }
  .col-2.sec {
    margin-top: 31px;
  }
  .dash-banner {
    height: 100%;
  }
  .logado-titulos.logado-eventos {
    padding-left: 0px;
  }
  .div-block-19 {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
  }
  .text-block-9 {
    font-size: 14px;
  }
  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-4.open {
    right: 227px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-40-logado {
    margin-top: 35px;
  }
}

@media (max-width: 479px) {
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-unimed {
    margin-left: 0px;
  }
  .nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav._3 {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hamburguer {
    color: #00985c;
  }
  .nav-busca {
    margin-left: 3px;
  }
  .nav-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .nav-login-txt {
    display: none;
  }
  .nav-middle {
    margin-right: 12px;
    margin-bottom: 0px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .btn-unimed {
    margin: 0px 3px;
    padding: 5px 9px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .btn-unimed:hover {
    margin-top: 28px;
    padding-top: 4px;
    padding-bottom: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }
  .btn-unimed.btn-empresa {
    margin-bottom: 0px;
    padding-right: 9px;
    padding-bottom: 4px;
    padding-left: 9px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .btn-unimed.btn-empresa:hover {
    margin-top: 29px;
    padding-bottom: 4px;
  }
  .btn-unimed.btn-vazado.menu-btn {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .btn-unimed.btn-vazado.menu-btn:hover {
    margin-top: 4px;
    margin-right: 3px;
    margin-bottom: 4px;
  }
  .nav-left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .nav-left._6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .acessibilidade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .acessibilidade._2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-hero {
    display: block;
    padding-top: 0px;
    background-size: 600px;
  }
  .section-hero.homeb-hero {
    padding-bottom: 0px;
    background-size: 800px;
  }
  .hero-call {
    margin-top: 137px;
    padding-bottom: 0px;
  }
  .h1-hero {
    margin-top: 0px;
    font-size: 21px;
  }
  .h2-hero {
    margin-top: -15px;
    font-size: 27px;
  }
  .section-atendimento {
    display: block;
  }
  .atendimento-flex {
    margin-right: 8px;
    margin-left: 8px;
  }
  .guiamedico-txt {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-txt.alt4 {
    margin-right: 0px;
    margin-left: 30px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .h4-subtitulo {
    margin-bottom: 5px;
  }
  .h4-subtitulo.servicos-mobile-txt {
    display: block;
    margin-bottom: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
  }
  .h5-tel {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
  }
  .h5-tel.prontoatendimento-h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .h5-tel.prontoatendimento-h5.projetoseventos-h5 {
    text-align: left;
  }
  .h5-tel.h5-vacinas {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
  }
  .h5-tel.h5-resultados {
    font-size: 14px;
    line-height: 18px;
  }
  .h5-tel.h5-resultados.pad-top-15 {
    margin-top: 11px;
  }
  .footer-flex {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .guiamedico-div {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .form-flex.alt1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .btn-guiamedico {
    margin-right: 5px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-input {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-input.select {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .guiamedico-label {
    margin-right: 2px;
    margin-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-childs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guiamedico-childs.teste {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .guiamedico-childs.teste1 {
    margin-right: 0px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .guiamedico-childs.alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .guiamedico-childs.alt4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-guiamedico {
    height: 300px;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-right {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .nav-right {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-right._5 {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .links.prontoatendimento-end {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .col-menu {
    margin-left: 39px;
  }
  .footer-col.fullwidth-col {
    margin-right: 0px;
  }
  .rn-txt {
    margin-right: 19px;
    margin-left: 19px;
  }
  .footer-copyright {
    margin-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .menu-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .busca-link {
    margin-right: 0px;
  }
  .busca-link.link-paginacao {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-ans-childs.footer-nav-childs {
    margin-bottom: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .homeb-form {
    width: 44%;
  }
  .homeb-btn-login.cliente-unimed.btn-uniflex {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .homeb-h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .homeb-col-unimed {
    padding-right: 22px;
    padding-left: 22px;
  }
  .section-fullwidth {
    margin-right: 15px;
    margin-left: 15px;
    padding: 23px 0px 10px;
  }
  .section-fullwidth.section-ouvidoria {
    margin-right: 0px;
    margin-left: 0px;
  }
  .servicos-header {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .servicos-header.eventos-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .servicos-header.premios-header {
    margin-right: 20px;
    margin-left: 20px;
  }
  .servicos-header.beaba-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .servicos-header.login-paraempresa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .servicos-header.login-paraempresa.hide-mobile {
    display: none;
  }
  .servicos-header.login-paraempresa.login-show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 43px;
  }
  .servicos-obs.right {
    line-height: 15px;
  }
  .servicos-obs.right.uniflex-obs {
    text-align: left;
  }
  .servicos-obs.right.prontoatendimento-txt {
    line-height: 18px;
    text-align: left;
  }
  .main-txt {
    padding-right: 0px;
  }
  .slider-servicos {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-nav {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .h1-interna {
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 27px;
  }
  .h1-interna.h1-rn {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-nav-title {
    padding-right: 0px;
    padding-bottom: 14px;
  }
  .footer-nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .uniflex-lista {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .child-guia {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contato-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contato-main.contratacao-main-div {
    margin-bottom: 0px;
  }
  .contato-main.contratacao-table-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contato-main.governanca-main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contato-main.governanca-main.uvacinacao-main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contato-form {
    width: 100%;
  }
  .flex-grid.green-table {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-grid.green-table._5cols {
    width: 44%;
  }
  .flex-grid.grey-table {
    width: 50%;
  }
  .flex-grid.grey-table._5cols {
    width: 60%;
  }
  .governanca-sidebar {
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .governanca-sidebar.eventos-sidebar {
    width: 100%;
  }
  .governanca-sidebar.premios-sidebar {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-right: 0px;
    border-right-style: none;
  }
  .gov-links {
    padding-bottom: 0px;
    line-height: 22px;
  }
  .gov-links.events-links.premios-links {
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gov-links.premios-links {
    margin-bottom: 11px;
  }
  .governanca-content {
    margin-top: 1px;
    margin-bottom: 26px;
    padding-left: 0px;
    border-top: 1px solid hsla(0, 0%, 59%, 0.27);
    border-left-style: none;
  }
  .governanca-content.uvacina {
    border-top-style: none;
    border-left-style: none;
  }
  .governanca-content.diretoria-main {
    width: 100%;
    margin-right: 0px;
  }
  .governanca-content.diretoria-main.premios-main {
    margin-top: 0px;
    padding-top: 30px;
  }
  .p-gov {
    margin-top: 19px;
  }
  .p-gov.prontoatendimento-p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-gov.prontoatendimento-p.projetoseventos-p {
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .p-gov.p-unimed.p-paginacao {
    font-size: 12px;
  }
  .btn-content.btn-preventiva.btn-resultados.btn-unificado {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn-content.btn-guiacompleto {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .btn-content.btn-content-small.btn-codigo-de-conduta {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .btn-content.form-eventos {
    display: block;
    margin-top: 58px;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-content.btn-anexo {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 7px;
  }
  .btn-content.btn-linkedin {
    margin-top: 25px;
  }
  .btn-content.btn-logado {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .btn-content.btn-formlogado-ok {
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-icn-container {
    margin-bottom: 40px;
  }
  .preventiva-container.farmacia-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h2-preventiva {
    padding-right: 0px;
    text-align: center;
  }
  .p-preventiva {
    padding-right: 20px;
    padding-left: 20px;
  }
  .farmacia-tabloide-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .farmacia-tabloide-txt {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .resultados-main {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .resultados-form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .resultados-form.wrap-checks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resultados-form.wrap-checks.mobile-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .input-form {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .input-form.form-last {
    width: 100%;
  }
  .resultados-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legendas-div {
    width: 100%;
    padding-top: 19px;
  }
  .endereco {
    margin-top: 15px;
  }
  .antes-content {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .projetoseventos-img {
    width: 30%;
    padding: 19px 13px 19px 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .guiamedico-selector-label {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .guiamedico-selector-label.label-prestador {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    font-size: 12px;
    line-height: 16px;
  }
  .guiamedico-selector-select {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
  }
  .diretores-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .diretores-header {
    margin-top: 35px;
  }
  .diretores-header.codigo-de-conduta-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .diretores-header.estatuto-header {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .condigo-de-conduta-div {
    padding-left: 20px;
  }
  .text-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-sustentabilidade.p-green-bg {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sustentabilidade-beige {
    height: 500px;
  }
  .sustentabildiade-green {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sustent-txt {
    padding-right: 0px;
  }
  .h-sustent {
    padding-top: 43px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .sustent-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-sustent {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mapa-detalhe-p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mapa-detalhe {
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: 0 1px 19px -7px #4a4a4a;
  }
  .contato-mapa {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .legendas {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .whats-icn {
    width: 7%;
  }
  .header-left {
    margin-left: 0px;
  }
  .image {
    padding-top: 30px;
  }
  .p-default.p-localizacao {
    width: 80vw;
    margin-left: 10px;
  }
  .telefones-uteis-col {
    width: 100%;
  }
  .telefones-uteis-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .centro-de-infusao-titulo {
    margin-bottom: 10px;
  }
  .p-end {
    text-align: center;
  }
  .eventos-h3 {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .header-right {
    margin-top: 18px;
    text-align: left;
  }
  .header-right.credenciado {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-eventos-main.form-eventos-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-eventos-main.sem-form {
    padding-top: 30px;
  }
  .eventos-passos {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .passos-links {
    display: none;
  }
  .form-right {
    margin-top: 50px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .field-30 {
    width: 80%;
  }
  .field-80 {
    width: 100%;
  }
  .field-80.focus-state {
    width: 100%;
  }
  .field-40 {
    width: 80%;
  }
  .field-60 {
    width: 100%;
  }
  .field-20 {
    width: 50%;
  }
  .form-continuar-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-mapa.com-setas.dentro-card {
    width: 100%;
    height: 150px;
    margin-top: 21px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .guiamedico-mapa-p {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
  }
  .section-nav-mapa {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-11 {
    width: 100%;
  }
  .ouvidoria-txt {
    margin-right: 15px;
    margin-left: 15px;
  }
  .ouvidoria-col-content {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .ouvidoria-imgs {
    width: 13vw;
    height: 13vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ouvidoria-imgs.icn-form {
    width: 24vw;
  }
  .form-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .field-50 {
    width: 80%;
  }
  .field-50.field-row {
    width: 80%;
    padding-right: 0px;
  }
  .anexo-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .localizacao-item {
    margin-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .localizacao-h2 {
    font-size: 16px;
  }
  .icn-localizacao {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .localizacao-end {
    margin-left: 0px;
  }
  .image-4 {
    height: 40vh;
  }
  .trabalhe-link {
    font-size: 14px;
  }
  .trabalhe-green {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trabalhe-p {
    width: 100vw;
    padding-right: 19px;
    padding-left: 19px;
    text-align: center;
  }
  .colaborador-credenciado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .colaborador-col {
    width: 90vw;
    height: 25vh;
    margin-bottom: 3vh;
  }
  .logado-col {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logado-step {
    width: 35%;
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .p-endereco {
    margin-right: 20px;
    margin-left: 20px;
  }
  .revistaviva-txt {
    margin-left: 0px;
  }
  .eventos-img {
    margin-left: 8px;
  }
  .div-block-13 {
    margin-left: 8px;
  }
  .satisfacao-txt {
    text-align: left;
  }
  .modal {
    width: 75vw;
  }
  .login-praempresa-form {
    display: none;
  }
  .login-praempresa-form.login-show-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .txt-logado {
    padding-left: 0px;
  }
  .txt-logado.pink.none {
    display: none;
  }
  .heading-3 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 19px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 21px;
    line-height: 26px;
  }
  .banner-div {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dash-banner {
    height: auto;
    margin-bottom: 0px;
    /*background-image: url('../images/banner-dash-pf.png');*/
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .logado-col-20 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  .logado-titulo {
    margin-bottom: 20px;
  }
  .logado-titulos {
    width: 100%;
  }
  .med-prevent-block {
    width: 100%;
    margin-left: 0px;
  }
  .pink-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-5 {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 21px;
    line-height: 28px;
  }
  .text-block-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block-9 {
    margin-left: 15px;
  }
  .link-block-4 {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-block-4.open {
    top: -60px;
    right: 0px;
    z-index: 9999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-right: 0px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-40-logado {
    height: 450px;
  }
  .pink-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contato-telefones {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h5-tel.h5-contato {
    text-align: left;
  }
}

@font-face {
  font-family: "Unimedsans";
  src: url("../fonts/UnimedSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Unimedsans";
  src: url("../fonts/UnimedSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Unimedslab";
  src: url("../fonts/UnimedSlab-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Unimedslab";
  src: url("../fonts/UnimedSlab-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Unimedsans";
  src: url("../fonts/UnimedSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Unimedslab";
  src: url("../fonts/UnimedSlab-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
