@charset "UTF-8";
/* CLASSES GLOBAIS */
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1350px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.main-cta {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #ed1c24;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
.main-cta::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #008a25;
  transition: all 0.3s;
}
.main-cta:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #008a25;
  transform: translateY(-2px);
}
.main-cta:hover::before {
  top: 0px;
}
.main-cta.outline {
  background: transparent;
  border: 1px solid #000;
  color: #000000;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px;
    gap: 10px;
    padding: 10px 20px;
  }
}

a.btn-area-restrita {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 10px;
  background: #ec7200;
  padding: 15px;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-width: 225px;
  line-height: normal;
  gap: 20px;
  transition: 0.4s all;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
a.btn-area-restrita::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #006c87;
  transition: all 0.3s;
}
a.btn-area-restrita:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #006c87;
  transform: translateY(-2px);
}
a.btn-area-restrita:hover::before {
  top: 0px;
}
@media (max-width: 991px) {
  a.btn-area-restrita {
    font-size: 16px;
    min-width: auto;
    gap: 10px;
    padding: 10px 20px;
  }
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  gap: 10px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  border-radius: 10.365px;
  border: 0.691px solid #212121;
  width: 33px;
  height: 10px;
  display: block;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: #212121;
}

section.seja-filiado {
  background-image: url("../image/bg-filiado.jpg");
  background-size: cover;
  background-position: bottom right;
  padding: 130px 0;
}
section.seja-filiado h2 {
  color: #000;
  font-family: Arimo;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
section.seja-filiado p {
  color: #000;
  font-family: Arimo;
  font-size: 24.167px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
section.seja-filiado h3 {
  color: #000;
  font-family: Arimo;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 20px;
}
section.seja-filiado .convenios {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
section.seja-filiado .convenios img {
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.seja-filiado .botoes {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  section.seja-filiado {
    padding: 0 0 30px 0;
    background: white;
  }
  section.seja-filiado h2 {
    text-align: center;
    font-size: 24px;
  }
  section.seja-filiado .img {
    width: 100%;
    margin-bottom: 30px;
  }
  section.seja-filiado h3 {
    text-align: center;
    font-size: 26px;
    margin-top: 40px;
  }
  section.seja-filiado p {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
  section.seja-filiado .botoes {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.contato-lateral {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 30px 40px;
  padding-top: 1px;
  margin-top: 130px;
}
.contato-lateral img {
  margin: auto;
  display: block;
  margin-top: -130px;
  margin-bottom: 20px;
}
.contato-lateral h3 {
  color: #000;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.contato-lateral a {
  display: block;
  text-align: center;
  color: #212121;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contato-lateral {
    margin-top: 50px;
  }
  .contato-lateral h3 {
    font-size: 16px;
  }
  .contato-lateral a {
    font-size: 15px;
  }
  .contato-lateral img {
    height: 100px;
    margin-top: -50px;
  }
}

.informativos-lateral {
  border-radius: 5px;
  background: #ff6b00;
  padding: 20px 50px;
  margin-top: 40px;
}
.informativos-lateral p {
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
  text-align: center;
}
.informativos-lateral a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.informativos-lateral h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: Arimo;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .informativos-lateral {
    padding: 20px 40px;
  }
  .informativos-lateral a {
    font-size: 16px;
  }
  .informativos-lateral p br {
    display: none;
  }
}

section.header {
  position: relative;
  z-index: 2;
}
section.header .main-cta {
  width: 225px;
}
section.header .topo {
  background: #282828;
  padding: 20px;
}
section.header .topo .itens {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
section.header .topo .itens .phone {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
section.header .main {
  border-radius: 0px 0px 13px 13px;
  padding: 20px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.header .main .logo {
  width: 100%;
}
section.header .main .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header .main .menu a {
  color: #212121;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  section.header {
    position: relative;
    z-index: 3;
  }
  section.header .main-cta {
    width: auto;
    padding: 10px;
    font-size: 14px;
  }
  section.header .topo .itens {
    gap: 12px;
    flex-flow: column;
  }
  section.header .topo .itens .phone {
    font-size: 15px;
  }
}

section.header-mobile .top {
  position: relative;
  z-index: 5;
  padding: 60px 15px 20px 15px;
  align-items: flex-end;
  background: #fbfbfb;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
}
section.header-mobile .top .logo {
  height: 55px;
}
section.header-mobile .restrita {
  background: #ff6b00;
  padding: 15px;
  display: flex;
  gap: 20px;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  justify-content: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}

body {
  font-size: 1em;
  font-family: "Arimo", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  max-width: 1920px;
  margin: auto;
  background-color: #f1f1f1;
  overflow-x: hidden;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #ed1c24;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  border: 1px solid #808080;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 16px;
  transition: 0.3s all;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #ed1c24;
  background-color: #ed1c24;
}
body {
  /* MODAL */
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body .main-cta {
  max-width: 200px;
}
body .modal-body h1 {
  color: #10077a;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
body .modal-body h1.terciary {
  color: #212121;
}
body .modal-body h3 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
body .modal-body iframe,
body .modal-body video {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 15px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 14px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #ed1c24;
  position: relative;
  overflow: hidden;
  background: white;
}
body section.formulario-enviado:before {
  content: url("../image/detail3.png");
  position: absolute;
  mix-blend-mode: darken;
  right: 0;
  top: 0;
  pointer-events: none;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #ed1c24;
  font-weight: 500;
  border-bottom: 1px dotted #ed1c24;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #ed1c24;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #ed1c24;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #ed1c24;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ed1c24;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado:before {
    display: none;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in {
    text-align: center;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .politica-termos {
  padding: 40px 0px;
  color: #525252;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 48px;
  color: #ed1c24;
}
body .politica-termos strong,
body .politica-termos b {
  color: #ed1c24;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 397.5px);
  padding: 15px;
  align-items: center;
  gap: 15px;
  z-index: 800;
  border-radius: 5px;
  background: #fff;
  max-width: 795px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
}
body header section.barra-lgpd.exibir {
  display: flex;
}
body header section.barra-lgpd .icon {
  border-radius: 5px;
  background: rgba(92, 92, 92, 0.1);
  /* Sombra elemento botão */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 35px;
  height: 35px;
}
body header section.barra-lgpd .button a {
  border-radius: 5px;
  background: #2b2b2b;
  box-shadow: -3px 3px 9px -18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
body header section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
body header section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  body header section.barra-lgpd .text {
    line-height: 1.4;
    font-size: 12px;
  }
  body header section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  body header section.barra-lgpd .icon {
    display: none;
  }
}
body main section.header-conteudo {
  background-image: url("../image/bg-header.jpg");
  background-size: cover;
  padding: 30px 0;
  min-height: 340px;
  position: relative;
}
body main section.header-conteudo:before {
  content: url("../image/icon.png");
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
body main section.header-conteudo h1 {
  color: #212121;
  font-family: Arimo;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    min-height: auto;
    padding: 30px 0 50px 0;
  }
  body main section.header-conteudo h1 {
    font-size: 30px;
  }
}
body main section.breadcrumb {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
body main section.breadcrumb a {
  color: #212121;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    margin-bottom: 30px;
  }
  body main section.breadcrumb a {
    font-size: 13px;
  }
}
body main section.index-banner {
  position: relative;
}
body main section.index-banner .owl-carousel .owl-dots:not(.disabled) {
  position: absolute;
  bottom: 180px;
  left: 310px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-dots:not(.disabled) {
    left: 0;
    justify-content: center;
    bottom: 35px;
    width: 100%;
  }
  body main section.index-banner .owl-carousel .owl-dots:not(.disabled) .owl-dot {
    border-color: white;
  }
  body main section.index-banner .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
    background-color: white;
  }
}
body main section.index-principal {
  background-image: url("../image/bg-main.jpg");
  background-size: cover;
  background-position: bottom;
  margin-top: -10px;
  padding-bottom: 230px;
}
body main section.index-principal.interna {
  background-position: center;
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
body main section.index-principal section.index-informativos {
  position: relative;
  z-index: 2;
  transform: translateY(-80px);
}
body main section.index-principal section.index-informativos .topo {
  display: flex;
  align-items: center;
  gap: 30px;
}
body main section.index-principal section.index-informativos .topo .titulo {
  padding: 30px 70px;
  background: #ec7200;
  color: #fff;
  font-family: Arimo;
  font-size: 30px;
  font-style: normal;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  line-height: normal;
}
body main section.index-principal section.index-informativos .topo .link {
  padding: 15px 50px;
  display: inline-block;
  border-radius: 10px;
  background: #212121;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transform: translateY(-5px);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-principal section.index-informativos .topo .link::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #2f89af;
  transition: all 0.3s;
}
body main section.index-principal section.index-informativos .topo .link:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #2f89af;
  transform: translateY(-2px);
}
body main section.index-principal section.index-informativos .topo .link:hover::before {
  top: 0px;
}
body main section.index-principal section.index-informativos .conteudo {
  background-color: #ec7200;
  border-radius: 10px;
  transform: translateY(-10px);
  padding: 40px 60px;
}
body main section.index-principal section.index-informativos .conteudo .item {
  display: flex;
  gap: 10px;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  align-items: center;
  line-height: normal;
}
body main section.index-principal section.index-informativos .conteudo .item svg {
  flex-shrink: 0;
}
body main section.index-principal section.faturamento .img {
  width: 100%;
}
body main section.index-principal section.faturamento .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 40px;
}
body main section.index-principal section.faturamento .box .item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #212121;
  border-radius: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
body main section.index-principal section.faturamento .box .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-principal section.faturamento .box .item span {
  display: block;
  color: #212121;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-principal section.faturamento h2 {
  color: #212121;
  font-family: Arimo;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-principal section.faturamento h2 strong {
  font-weight: 600;
  color: #ed1c24;
}
body main section.index-principal section.faturamento p {
  color: #212121;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-principal section.por-voce {
  margin-top: 50px;
}
body main section.index-principal section.por-voce .titulo {
  color: #212121;
  font-family: Arimo;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  display: inline-block;
}
body main section.index-principal section.por-voce .titulo:before {
  content: "";
  border-top: 3px dashed #848484;
  width: 400px;
  display: block;
  position: absolute;
  left: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
}
body main section.index-principal section.por-voce .titulo:after {
  content: "";
  height: 180px;
  border-left: 3px dashed #848484;
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  left: 80px;
}
body main section.index-principal section.por-voce .item {
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 50px;
  min-height: 270px;
}
body main section.index-principal section.por-voce .item.last {
  position: relative;
}
body main section.index-principal section.por-voce .item.last:before {
  content: "";
  height: 180px;
  border-left: 3px dashed #848484;
  display: block;
  position: absolute;
  top: -120px;
  left: 80px;
}
body main section.index-principal section.por-voce .item.last:after {
  content: "";
  border-top: 3px dashed #848484;
  width: 70px;
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
body main section.index-principal section.por-voce .item svg {
  flex-shrink: 0;
}
body main section.index-principal section.por-voce .item h3 {
  color: #fff;
  font-family: Arimo;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.index-principal section.por-voce .item p {
  margin-bottom: 0;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-principal {
    margin-top: 0 !important;
    background: #fafafa;
    padding-bottom: 30px;
  }
  body main section.index-principal section.index-informativos {
    transform: none;
    padding: 30px 0;
  }
  body main section.index-principal section.index-informativos .conteudo {
    padding: 20px;
    transform: translateY(-8px);
  }
  body main section.index-principal section.index-informativos .conteudo .item {
    font-size: 15px;
  }
  body main section.index-principal section.index-informativos .conteudo .item svg {
    height: 30px;
    width: 30px;
  }
  body main section.index-principal section.index-informativos .topo {
    gap: 10px;
  }
  body main section.index-principal section.index-informativos .topo .titulo {
    padding: 15px 10px;
    font-size: 18px;
  }
  body main section.index-principal section.index-informativos .topo .link {
    font-size: 15px;
    padding: 10px;
  }
  body main section.index-principal section.faturamento h2 {
    font-size: 26px;
    text-align: center;
  }
  body main section.index-principal section.faturamento .img {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body main section.index-principal section.faturamento p {
    text-align: center;
    font-size: 16px;
  }
  body main section.index-principal section.faturamento .box {
    padding: 20px;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  body main section.index-principal section.faturamento .box .item .icon {
    margin: auto;
    margin-bottom: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
  }
  body main section.index-principal section.faturamento .box .item span {
    font-size: 16px;
  }
  body main section.index-principal section.por-voce {
    margin-top: 30px;
  }
  body main section.index-principal section.por-voce .item {
    min-height: auto;
    gap: 20px;
    padding: 20px;
    padding-top: 50px;
  }
  body main section.index-principal section.por-voce .item h3 {
    font-size: 20px;
  }
  body main section.index-principal section.por-voce .item svg {
    width: 30px;
  }
  body main section.index-principal section.por-voce .item p {
    font-size: 16px;
  }
  body main section.index-principal section.por-voce .item:before, body main section.index-principal section.por-voce .item:after {
    display: none !important;
  }
  body main section.index-principal section.por-voce .titulo {
    font-size: 26px;
    display: block;
    text-align: center;
  }
  body main section.index-principal section.por-voce .titulo br {
    display: none;
  }
  body main section.index-principal section.por-voce .titulo:before, body main section.index-principal section.por-voce .titulo:after {
    display: none;
  }
}
body main section.index-sobre {
  background-image: url("../image/bg-sobre.jpg");
  background-size: cover;
  background-position: bottom right;
}
body main section.index-sobre .convenios {
  border-radius: 15px;
  background: #ed1c24;
  box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 135px;
  transform: translateY(-150px);
}
body main section.index-sobre .convenios .out-convenios {
  background-color: white;
  border-radius: 10px;
  padding: 15px 30px;
}
body main section.index-sobre .convenios .btn-todos {
  display: inline-block;
  margin-top: 20px;
  border-radius: 10px;
  background: #212121;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-sobre .convenios .btn-todos::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #2f89af;
  transition: all 0.3s;
}
body main section.index-sobre .convenios .btn-todos:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #2f89af;
  transform: translateY(-2px);
}
body main section.index-sobre .convenios .btn-todos:hover::before {
  top: 0px;
}
body main section.index-sobre .convenios img {
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-sobre .convenios h2 {
  color: #fff;
  font-family: Arimo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-sobre .convenios p {
  margin-bottom: 0;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-sobre .topo-box {
  width: 500px;
  border-radius: 9px 9px 0px 0px;
  background: #fff;
  text-align: center;
  padding: 35px 0;
}
body main section.index-sobre .rodape-box {
  display: block;
  width: 500px;
  background: #fff;
  height: 85px;
}
body main section.index-sobre .box-sobre {
  border-radius: 0 15px 15px 0;
  background: #393939;
  box-shadow: 0px 9px 19.2px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  padding-left: 330px;
  padding-right: 180px;
  max-width: 950px;
}
body main section.index-sobre .box-sobre h2 {
  color: #fff;
  font-family: Arimo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-sobre .box-sobre p {
  margin-bottom: 20px;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-sobre .box-sobre .btn-saiba {
  display: inline-block;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 70px;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-sobre .box-sobre .btn-saiba::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #212121;
  transition: all 0.3s;
}
body main section.index-sobre .box-sobre .btn-saiba:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #212121;
  transform: translateY(-2px);
}
body main section.index-sobre .box-sobre .btn-saiba:hover::before {
  top: 0px;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding-top: 0;
    background-position: left;
  }
  body main section.index-sobre .topo-box,
  body main section.index-sobre .rodape-box {
    display: none;
  }
  body main section.index-sobre .box-sobre {
    background: #fff;
    border-radius: 0;
    margin-top: 0;
    padding: 30px 20px;
    text-align: center;
  }
  body main section.index-sobre .box-sobre h2,
  body main section.index-sobre .box-sobre p {
    color: black;
  }
  body main section.index-sobre .box-sobre .btn-saiba {
    background-color: #ed1c24;
    display: block;
    margin-inline: auto;
    max-width: 200px;
  }
  body main section.index-sobre .box-sobre .img {
    width: 100%;
    margin-bottom: 30px;
  }
  body main section.index-sobre .box-sobre .btn-saiba {
    padding: 15px;
    font-size: 15px;
  }
  body main section.index-sobre .box-sobre h2 {
    font-size: 26px;
  }
  body main section.index-sobre .box-sobre p {
    font-size: 15px;
  }
  body main section.index-sobre .convenios {
    transform: none;
    padding: 20px;
    text-align: center;
    margin: 0 -0.75rem;
    border-radius: 0;
  }
  body main section.index-sobre .convenios h2 {
    font-size: 28px;
  }
  body main section.index-sobre .convenios p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.index-sobre .convenios .btn-todos {
    font-size: 15px;
    display: inline-block;
    padding: 15px;
  }
}
body main section.index-unidades {
  background-image: url("../image/bg-unidades.jpg");
  background-size: cover;
  background-position: top;
  padding: 70px 0;
}
body main section.index-unidades.interna {
  padding-top: 200px;
  margin-top: -130px;
  background-image: url("../image/bg-associe.png");
}
body main section.index-unidades h2 {
  color: #212121;
  text-align: center;
  font-family: Arimo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.index-unidades .box-unidade {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body main section.index-unidades .box-unidade .vermelho {
  border-radius: 30px 30px 0 0;
  max-width: 330px;
  background-color: #ed1c24;
  padding: 20px 30px;
  height: 250px;
}
body main section.index-unidades .box-unidade .vermelho span {
  display: block;
  color: #fff;
  font-family: Arimo;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
body main section.index-unidades .box-unidade .endereco {
  background-color: white;
  border-radius: 15px 15px 0 0;
  margin-top: -180px;
  margin-left: 120px;
  padding: 30px;
  padding-bottom: 0;
  color: #212121;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
body main section.index-unidades .box-unidade .endereco a {
  display: flex;
  color: #212121;
  text-align: center;
  font-family: Arimo;
  font-size: 20px;
  margin-top: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
}
body main section.index-unidades .box-unidade .box {
  background-color: white;
  padding: 30px;
  position: relative;
  border-radius: 15px 0 15px 15px;
}
body main section.index-unidades .box-unidade .box iframe {
  height: 220px;
  width: 100%;
}
body main section.index-unidades section.index-associe {
  margin-top: 50px;
}
body main section.index-unidades section.index-associe .img {
  width: 100%;
}
body main section.index-unidades section.index-associe h3 {
  color: #fff;
  font-family: Arimo;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}
body main section.index-unidades section.index-associe svg {
  margin: 30px 0;
  width: 100%;
}
body main section.index-unidades section.index-associe p {
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
body main section.index-unidades section.index-associe form {
  max-width: 550px;
}
body main section.index-unidades section.index-associe form label {
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
  display: block;
}
body main section.index-unidades section.index-associe form button {
  display: block;
  padding: 13px 30px;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  width: 100%;
  background: #ed1c24;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-unidades section.index-associe form button::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #008a25;
  transition: all 0.3s;
}
body main section.index-unidades section.index-associe form button:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #008a25;
  transform: translateY(-2px);
}
body main section.index-unidades section.index-associe form button:hover::before {
  top: 0px;
}
body main section.index-unidades section.index-associe form input[type=text] {
  color: #6e6e6e;
  font-family: Arimo;
  margin-bottom: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  display: block;
  padding: 15px 20px;
  border: 1px solid white;
}
body main section.index-unidades section.index-associe form input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #ed1c24;
  border: 1px solid white;
}
body main section.index-unidades section.index-associe form .opt {
  display: flex;
  gap: 15px;
  align-items: center;
}
body main section.index-unidades section.index-associe form .opt label {
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-unidades {
    padding: 30px 0 !important;
    background: #fafafa !important;
  }
  body main section.index-unidades.interna {
    margin-top: 0;
  }
  body main section.index-unidades h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  body main section.index-unidades .box-unidade .vermelho {
    max-width: none;
    height: auto;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }
  body main section.index-unidades .box-unidade .vermelho svg {
    height: 30px;
  }
  body main section.index-unidades .box-unidade .vermelho span {
    font-size: 20px;
    margin-bottom: 0;
  }
  body main section.index-unidades .box-unidade .box {
    border-radius: 0 0 15px 15px;
    padding: 20px 10px 5px;
    margin-bottom: 30px;
  }
  body main section.index-unidades .box-unidade .endereco {
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    border-radius: 0;
  }
  body main section.index-unidades .box-unidade .endereco a {
    font-size: 17px;
  }
  body main section.index-unidades section.index-associe {
    margin-top: 0;
    padding-bottom: 40px;
  }
  body main section.index-unidades section.index-associe .img {
    display: none;
  }
  body main section.index-unidades section.index-associe h3 {
    color: #212121;
    font-size: 26px;
    text-align: center;
  }
  body main section.index-unidades section.index-associe p {
    font-size: 16px;
    text-align: center;
    color: #212121;
  }
  body main section.index-unidades section.index-associe form {
    max-width: none;
  }
  body main section.index-unidades section.index-associe form button {
    font-size: 16px;
    width: auto;
    margin: auto;
    margin-top: 20px;
  }
  body main section.index-unidades section.index-associe form .opt {
    gap: 5px;
  }
  body main section.index-unidades section.index-associe form input[type=radio] {
    width: 15px;
    height: 15px;
  }
  body main section.index-unidades section.index-associe form label {
    color: #212121;
    font-size: 16px;
  }
}
body main section.sobre-conteudo {
  background: #fff;
  padding: 70px 0;
}
body main section.sobre-conteudo .img {
  width: 100%;
}
body main section.sobre-conteudo h2 {
  color: #000;
  font-family: Arimo;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.sobre-conteudo h2 strong {
  font-weight: 600;
  color: #ed1c24;
}
body main section.sobre-conteudo p {
  color: #000;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.sobre-conteudo {
    padding: 40px 0;
  }
  body main section.sobre-conteudo .img {
    margin-bottom: 30px;
  }
  body main section.sobre-conteudo h2 {
    text-align: center;
    font-size: 26px;
  }
  body main section.sobre-conteudo p {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }
}
body main section.sobre-galeria {
  padding: 50px 0;
  padding-bottom: 80px;
}
body main section.sobre-galeria h2 {
  margin-bottom: 30px;
  color: #212121;
  text-align: center;
  font-family: Arimo;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-galeria .owl-carousel .owl-dots:not(.disabled) {
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria {
    padding: 30px 0;
  }
  body main section.sobre-galeria h2 {
    font-size: 26px;
  }
}
body main section.informativos {
  padding: 70px 0 100px 0;
  background-image: url("../image/bg-informativos.jpg");
  background-size: cover;
}
body main section.informativos .lista h2 {
  margin-bottom: 15px;
  color: #212121;
  font-family: Arimo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.informativos .lista p {
  margin-bottom: 50px;
  color: #000;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.informativos .lista p a {
  color: #da0101;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  vertical-align: middle;
  margin-left: 5px;
  text-decoration-line: underline;
}
body main section.informativos .lista .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212121;
  font-family: Arimo;
  font-size: 23px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
body main section.informativos .lista .item span {
  display: block;
  color: dimgray;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
@media (max-width: 991px) {
  body main section.informativos {
    padding: 50px 0 30px 0;
  }
  body main section.informativos .lista .item {
    font-size: 16px;
    margin-bottom: 20px;
  }
  body main section.informativos .lista h2 {
    text-align: center;
    font-size: 22px;
  }
  body main section.informativos .lista p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  body main section.informativos .lista p a {
    gap: 5px;
    font-size: 15px;
  }
}
body main section.convenios {
  padding: 70px 0 100px 0;
}
body main section.convenios .box {
  border-radius: 10px;
  background: #fff;
  padding: 50px 60px;
  position: relative;
}
body main section.convenios .box:before {
  content: url("../image/seta.png");
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
body main section.convenios .box .item {
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  padding: 25px;
  height: 100%;
}
body main section.convenios .box .item img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
body main section.convenios .box .item img.img-white {
  filter: grayscale(1) opacity(0.2);
}
body main section.convenios .box .item span {
  display: block;
  text-align: center;
  color: #212121;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.convenios h2 {
  margin-bottom: 15px;
  color: #212121;
  font-family: Arimo;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
body main section.convenios p {
  color: #000;
  text-align: center;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
body main section.convenios p a {
  color: #da0101;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  vertical-align: middle;
  margin-left: 5px;
  text-decoration-line: underline;
}
@media (max-width: 991px) {
  body main section.convenios {
    padding: 40px 0 20px 0;
  }
  body main section.convenios .box {
    margin-top: 60px;
    padding: 20px;
    padding-top: 50px;
  }
  body main section.convenios .box .item {
    padding: 15px 10px;
  }
  body main section.convenios .box .item img {
    height: 40px;
  }
  body main section.convenios .box .item span {
    font-size: 13px;
  }
  body main section.convenios h2 {
    text-align: center;
    font-size: 22px;
  }
  body main section.convenios p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  body main section.convenios p a {
    gap: 5px;
    font-size: 15px;
  }
}
body main section.contato {
  padding: 70px 0 100px 0;
  background-image: url("../image/bg-informativos.jpg");
  background-size: cover;
}
body main section.contato .passos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
body main section.contato .passos .passo {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
body main section.contato .passos .passo .num {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  color: #9a9a9a;
  border: 1px solid #9a9a9a;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
body main section.contato .passos .passo span {
  color: #9a9a9a;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .passos .passo.active .num {
  color: #9d0000;
  border-color: #9d0000;
}
body main section.contato .passos .passo.active span {
  color: #9d0000;
  font-weight: 600;
}
body main section.contato h2 {
  margin-bottom: 30px;
  color: #212121;
  font-family: Arimo;
  font-size: 34.964px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.contato h5 {
  color: #282828;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.contato .info {
  color: #767676;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
body main section.contato hr {
  margin: 60px 0;
}
body main section.contato .seletor {
  display: flex;
}
body main section.contato .seletor a {
  background: #eff1ff;
  padding: 50px 70px;
  color: #979797;
  font-family: Arimo;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .seletor a.active {
  border-bottom: 10px solid #9d0000;
  color: #212121;
  background: #fff;
  box-shadow: 0px 6px 6.4px 0px rgba(0, 0, 0, 0.25);
}
body main section.contato .form {
  padding: 70px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body main section.contato .form .add-crm .btn-adicionar-medico {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
body main section.contato .form .add-crm .btn-adicionar-medico:hover {
  background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}
body main section.contato .form .add-crm .btn-adicionar-medico:active {
  transform: translateY(0);
}
body main section.contato .form .add-crm .btn-adicionar-medico::before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  background: white;
  color: #28a745;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body main section.contato .form .add-crm .btn-adicionar-medico:hover::before {
  background: #f8f9fa;
  transform: rotate(90deg);
}
body main section.contato .form .separator {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
}
body main section.contato .form .medico-item {
  padding: 20px;
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  position: relative;
}
body main section.contato .form .medico-item:hover {
  border-color: #28a745;
  background: #f1f8e9;
}
body main section.contato .form .medico-item .btn-remover-medico {
  width: 32px;
  height: 32px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  padding: 2px !important;
}
body main section.contato .form .medico-item .btn-remover-medico:hover {
  background: #c82333;
  transform: scale(1.1);
}
body main section.contato .form .medico-item .btn-remover-medico:hover::after {
  content: "Remover";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
}
body main section.contato .form .medico-item .btn-remover-medico:active {
  transform: scale(0.95);
}
body main section.contato .form .medico-item label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  display: block;
}
body main section.contato .form .medico-item input,
body main section.contato .form .medico-item select {
  border: 2px solid #e9ecef;
  border-radius: 6px;
  padding: 10px 12px;
  transition: all 0.3s ease;
}
body main section.contato .form .medico-item input:focus,
body main section.contato .form .medico-item select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
body main section.contato .form h2 {
  font-size: 24px;
}
body main section.contato .form h3 {
  color: #212121;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.contato .form h4 {
  color: #212121;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.contato .form label {
  display: block;
  margin-bottom: 10px;
  color: #212121;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.contato .form .file.corpo-crm {
  position: relative;
  margin: 20px 0;
}
body main section.contato .form .file.corpo-crm label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  justify-content: space-between;
}
body main section.contato .form .file.corpo-crm label .download-modelo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
body main section.contato .form .file.corpo-crm label .download-modelo .icon {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
body main section.contato .form .file.corpo-crm label .download-modelo .icon .icon svg {
  filter: brightness(0.9);
}
body main section.contato .form .file.corpo-crm label .download-modelo .icon .modelo {
  color: #212121;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .form .file.corpo-crm label .download-modelo .icon .modelo:hover {
  text-decoration: underline;
}
body main section.contato .form .file.corpo-crm label .download-modelo .icon:hover .icon {
  transform: scale(1.1);
}
body main section.contato .form .file.corpo-crm input[type=file] {
  width: 100%;
  padding: 12px;
  border: 2px dashed #bdc3c7;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
}
body main section.contato .form .file.corpo-crm input[type=file]:hover {
  border-color: #3498db;
  background-color: #e3f2fd;
}
body main section.contato .form button {
  display: inline-block;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  background: #d51e19;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.contato .form button::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #2f89af;
  transition: all 0.3s;
}
body main section.contato .form button:hover {
  color: white !important;
  box-shadow: 2px 2px 2px 1px #cacaca;
  border-color: #2f89af;
  transform: translateY(-2px);
}
body main section.contato .form button:hover::before {
  top: 0px;
}
body main section.contato .form button.secondary {
  background-color: transparent;
  border: 1px solid gray;
  color: gray;
}
body main section.contato .form textarea {
  resize: none;
  height: 150px;
}
body main section.contato .form input,
body main section.contato .form select,
body main section.contato .form textarea {
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #c2c2c2;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  color: #212121;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .form input::-moz-placeholder, body main section.contato .form select::-moz-placeholder, body main section.contato .form textarea::-moz-placeholder {
  color: #a8a8a8;
}
body main section.contato .form input::placeholder,
body main section.contato .form select::placeholder,
body main section.contato .form textarea::placeholder {
  color: #a8a8a8;
}
body main section.contato .form input[type=file] {
  cursor: pointer;
}
body main section.contato .form input[type=file]::file-selector-button {
  border-radius: 5px;
  background: #282828;
  color: white;
  padding: 10px 15px;
  border: none;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 40px 0 30px 0;
  }
  body main section.contato .passos {
    flex-flow: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  body main section.contato .passos svg {
    display: none;
  }
  body main section.contato .passos .passo {
    gap: 10px;
  }
  body main section.contato .passos .passo span {
    font-size: 16px;
  }
  body main section.contato .passos .passo .num {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  body main section.contato .seletor {
    flex-flow: column;
  }
  body main section.contato .seletor a {
    padding: 20px;
    font-size: 18px;
  }
  body main section.contato hr {
    margin: 35px 0;
  }
  body main section.contato h2 {
    font-size: 18px;
    text-align: center;
  }
  body main section.contato .form {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  body main section.contato .form button {
    width: 100%;
    display: block;
  }
  body main section.contato .form h2 {
    font-size: 20px;
  }
  body main section.contato .form label {
    font-size: 16px;
  }
}
body main.profissional .header-conteudo {
  padding: 20px 0 6px 0;
}
body main.profissional .header-conteudo::before {
  display: none;
}
body main.profissional .header-conteudo h1 {
  display: none;
}
@media (max-width: 576px) {
  body main.profissional #busca-profissionais h2.section-title {
    font-size: 1.5rem;
    text-align: center;
  }
  body main.profissional #busca-profissionais .container-search {
    margin: 10px 0;
  }
  body main.profissional #busca-profissionais .text-helps .form-text {
    font-size: 0.9rem;
    text-align: center;
  }
  body main.profissional #resultados-profissionais {
    padding: 20px 0 38px 0;
  }
  body main.profissional #resultados-profissionais .search-results .title-seach {
    font-size: 1.3rem;
  }
}
body main .alter-cad .file.corpo-crm {
  position: relative;
  margin: 20px 0;
}
body main .alter-cad .file.corpo-crm label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  justify-content: space-between;
}
body main .alter-cad .file.corpo-crm label .download-modelo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
body main .alter-cad .file.corpo-crm label .download-modelo .icon {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  gap: 8px;
}
body main .alter-cad .file.corpo-crm label .download-modelo .icon svg {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
body main .alter-cad .file.corpo-crm label .download-modelo .icon .modelo {
  color: #212121;
  font-family: Arimo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}
body main .alter-cad .file.corpo-crm label .download-modelo .icon .modelo:hover {
  text-decoration: underline;
  color: #ed1c24;
}
body main .alter-cad .file.corpo-crm label .download-modelo:hover .icon {
  transform: scale(1.05);
}
body main .alter-cad .file.corpo-crm label .download-modelo:hover .icon svg {
  filter: brightness(1);
}
body main .alter-cad .file.corpo-crm input[type=file] {
  width: 100%;
  padding: 12px;
  border: 2px dashed #bdc3c7;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
}
body main .alter-cad .file.corpo-crm input[type=file]:hover {
  border-color: #3498db;
  background-color: #e3f2fd;
}
body main .alter-cad .file.corpo-crm input[type=file]:focus {
  border-color: #ed1c24;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.1);
}
body main .alter-cad .file.corpo-crm .selected-file,
body main .alter-cad .file.corpo-crm .saved-file {
  margin-top: 12px;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #e9ecef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  animation: fadeIn 0.5s ease;
}
body main .alter-cad .file.corpo-crm .selected-file:hover,
body main .alter-cad .file.corpo-crm .saved-file:hover {
  border-color: #ed1c24;
  box-shadow: 0 4px 12px rgba(237, 28, 36, 0.1);
}
body main .alter-cad .file.corpo-crm .selected-file .file-info,
body main .alter-cad .file.corpo-crm .saved-file .file-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: space-between;
}
body main .alter-cad .file.corpo-crm .selected-file .file-info .file-icon,
body main .alter-cad .file.corpo-crm .saved-file .file-info .file-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 6px;
  animation: bounceIn 0.6s ease;
}
body main .alter-cad .file.corpo-crm .selected-file .file-info .file-name,
body main .alter-cad .file.corpo-crm .saved-file .file-info .file-name {
  font-weight: 600;
  color: #212121;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  flex: 1;
  word-break: break-all;
}
body main .alter-cad .file.corpo-crm .selected-file .file-info .file-status,
body main .alter-cad .file.corpo-crm .saved-file .file-info .file-status {
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
body main .alter-cad .file.corpo-crm .selected-file .remove-file,
body main .alter-cad .file.corpo-crm .saved-file .remove-file {
  background: #ed1c24;
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s ease;
  font-weight: bold;
}
body main .alter-cad .file.corpo-crm .selected-file .remove-file:hover,
body main .alter-cad .file.corpo-crm .saved-file .remove-file:hover {
  background: #c4181e;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 4px 8px rgba(237, 28, 36, 0.3);
}
body main .alter-cad .file.corpo-crm .saved-file {
  background: linear-gradient(135deg, #f8fff9 0%, #e8f5e8 100%);
}
body main .alter-cad .file.corpo-crm .saved-file:hover {
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.1);
}
body main .alter-cad .file.corpo-crm:not(.has-file) .selected-file,
body main .alter-cad .file.corpo-crm:not(.has-file) .saved-file {
  display: none;
}
body main .alter-cad .file.corpo-crm.has-file input[type=file] {
  border-color: #28a745;
  background-color: #f8fff9;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  body main .alter-cad .file.corpo-crm {
    margin: 15px 0;
  }
  body main .alter-cad .file.corpo-crm label {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  body main .alter-cad .file.corpo-crm label .download-modelo {
    align-self: flex-end;
  }
  body main .alter-cad .file.corpo-crm .selected-file,
  body main .alter-cad .file.corpo-crm .saved-file {
    padding: 12px;
    flex-direction: column;
    text-align: center;
  }
  body main .alter-cad .file.corpo-crm .selected-file .file-info,
  body main .alter-cad .file.corpo-crm .saved-file .file-info {
    flex-direction: column;
    gap: 8px;
  }
  body main .alter-cad .file.corpo-crm .selected-file .file-info .file-name,
  body main .alter-cad .file.corpo-crm .saved-file .file-info .file-name {
    text-align: center;
  }
}
body main section.restrita-login {
  padding: 50px 0;
}
body main section.restrita-login p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  color: dimgray;
}
body main section.restrita-login .box {
  margin: auto;
  max-width: 500px;
  background-color: white;
  padding: 30px 50px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
body main section.restrita-login .box h1 {
  color: #ed1c24;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.restrita-login {
    padding: 30px 0;
  }
  body main section.restrita-login .box {
    padding: 30px;
  }
  body main section.restrita-login .box h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.restrita-main {
  padding: 70px 0 100px 0;
}
body main section.restrita-main .menu-mobile {
  padding: 12px 20px;
  display: block;
  background-color: dimgray;
  color: white;
  transition: 0.3s all;
  font-size: 14px;
  margin-bottom: 20px;
}
body main section.restrita-main .convenios .observacoes {
  background-color: white;
  padding: 20px;
  border: 1px solid gainsboro;
}
body main section.restrita-main .convenios .observacoes a {
  color: #ed1c24;
}
body main section.restrita-main .convenios .observacoes table {
  width: 100% !important;
}
body main section.restrita-main .arquivos {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
body main section.restrita-main .arquivos a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(238, 238, 238);
  border: 1px dashed #212121;
  color: #212121;
  padding: 10px 15px;
  gap: 15px;
  font-weight: 600;
}
body main section.restrita-main .menu-area-restrita {
  display: flex;
  flex-flow: column;
}
body main section.restrita-main .menu-area-restrita a {
  padding: 15px 20px;
  display: block;
  background-color: #001a8b;
  color: white;
  transition: 0.3s all;
}
body main section.restrita-main .menu-area-restrita a:hover {
  background-color: #212121;
}
body main section.restrita-main .menu-area-restrita a.active {
  background-color: #ed1c24;
}
body main section.restrita-main h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
body main section.restrita-main .informativos .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
body main section.restrita-main .informativos .item span {
  display: block;
  color: dimgray;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
@media (max-width: 991px) {
  body main section.restrita-main {
    padding: 30px 0;
  }
  body main section.restrita-main .info {
    color: dimgray;
    font-size: 14px;
    font-weight: 500;
  }
  body main section.restrita-main h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body main section.restrita-main .menu-area-restrita {
    margin-bottom: 30px;
  }
  body main section.restrita-main .menu-area-restrita a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
body main #busca-profissionais {
  background-color: #f8f9fa;
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}
body main #busca-profissionais .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212121;
}
body main #busca-profissionais .section-title span {
  font-weight: 700;
  color: #ed1c24;
}
body main #busca-profissionais .container-search {
  margin: 10px 0 40px;
}
body main #busca-profissionais .search-form .input-group {
  position: relative;
}
body main #busca-profissionais .search-form .form-control {
  height: 52px;
  padding: 12px 27px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  background: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
}
body main #busca-profissionais .search-form .form-control:focus {
  border-color: #ed1c24;
  box-shadow: 0 4px 15px rgba(237, 28, 36, 0.2);
}
body main #busca-profissionais .search-form .form-control:active:focus {
  box-shadow: none;
}
body main #busca-profissionais .search-form .form-control::-moz-placeholder {
  color: #a8a8a8;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main #busca-profissionais .search-form .form-control::placeholder {
  color: #a8a8a8;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main #busca-profissionais .search-form .btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  border: none;
  color: #ed1c24;
  transition: background-color 0.2s ease;
}
body main #busca-profissionais .search-form .btn:hover {
  background-color: rgba(237, 28, 36, 0.1);
}
body main #busca-profissionais .search-form .btn:focus {
  border-color: #ed1c24;
  box-shadow: none !important;
}
body main #busca-profissionais .text-helps .form-text {
  color: #212121;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin: 0;
}
body main #resultados-profissionais {
  background-image: url("../image/bg_results-filter.png");
  background-size: cover;
  padding: 70px 0 100px 0;
}
body main #resultados-profissionais .search-results h2,
body main #resultados-profissionais .search-results span {
  color: #212121;
  font-family: Arimo;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main #resultados-profissionais .search-results small {
  color: #212121;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  line-height: normal;
}
body main #resultados-profissionais .search-results span.text-result {
  color: #ed1c24;
}
body main #resultados-profissionais .search-results .title-seach {
  margin: 0;
}
body main #resultados-profissionais .search-results .separator {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  flex-shrink: 0;
}
body main #resultados-profissionais .search-results .profissional-card .card-body h3 {
  color: #da0101;
  font-family: Arimo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info {
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.phone {
  margin: 0.25rem;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.phone a {
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.clinica-info {
  color: #da0101;
}
body main #resultados-profissionais ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media (max-width: 576px) {
  body main #resultados-profissionais ul.paginacao li a {
    width: 25px;
    height: 25px;
  }
}
body main #resultados-profissionais ul.paginacao li .no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body main #resultados-profissionais ul.paginacao li.disabled span {
  border: 1px solid #808080;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 16px;
  transition: 0.3s all;
  cursor: not-allowed;
  opacity: 0.5;
}
body main #resultados-profissionais .search-results h2,
body main #resultados-profissionais .search-results span {
  color: #212121;
  font-family: Arimo;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 576px) {
  body main #resultados-profissionais .search-results h2,
  body main #resultados-profissionais .search-results span {
    font-size: 1.5rem;
  }
  body main #resultados-profissionais .search-results h2.label,
  body main #resultados-profissionais .search-results span.label {
    display: block;
  }
}
body main #resultados-profissionais .search-results small {
  color: #212121;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  line-height: normal;
}
body main #resultados-profissionais .search-results span.text-result {
  color: #ed1c24;
}
body main #resultados-profissionais .search-results .title-seach {
  margin: 0;
}
body main #resultados-profissionais .search-results .separator {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  flex-shrink: 0;
}
body main #resultados-profissionais .search-results .profissional-card .card-body h3 {
  color: #da0101;
  font-family: Arimo;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 576px) {
  body main #resultados-profissionais .search-results .profissional-card .card-body h3 {
    font-size: 1rem;
  }
  body main #resultados-profissionais .search-results .profissional-card .card-body h3 .card-text-info {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info {
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info {
    font-size: 0.9rem;
  }
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.phone {
  margin: 0.25rem;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.phone a {
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.phone a span {
  padding: 10px 0;
  color: #212121;
  font-family: Arimo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main #resultados-profissionais .search-results .profissional-card .card-body .card-text-info.clinica-info {
  color: #da0101;
}
body main #resultados-profissionais ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
@media (max-width: 576px) {
  body main #resultados-profissionais ul.paginacao li a {
    width: 30px;
    height: 30px;
  }
}
body main #resultados-profissionais ul.paginacao li .no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body main #resultados-profissionais ul.paginacao li.disabled span {
  border: 1px solid #808080;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 16px;
  transition: 0.3s all;
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 576px) {
  body main #resultados-profissionais ul.paginacao li.disabled span {
    width: 30px;
    height: 30px;
  }
}
body main #resultados-profissionais .search-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  min-height: 300px;
  padding: 4rem 1rem;
}
body main #resultados-profissionais .loading-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 8px rgba(237, 28, 36, 0.1));
}
body main #resultados-profissionais .pulse-dots {
  display: flex;
  gap: 10px;
}
body main #resultados-profissionais .pulse-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ed1c24;
  animation: pulse-dot 1.4s ease-in-out infinite both;
}
body main #resultados-profissionais .pulse-dot:nth-child(1) {
  animation-delay: -0.32s;
}
body main #resultados-profissionais .pulse-dot:nth-child(2) {
  animation-delay: -0.16s;
}
body main #resultados-profissionais .pulse-dot:nth-child(3) {
  animation-delay: 0s;
}
@keyframes pulse-dot {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
    background-color: rgb(242.6204081633, 98.8795918367, 104.3816326531);
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
    background-color: #ed1c24;
  }
}
body main #resultados-profissionais .search-loading-text {
  font-size: 1.2rem;
  color: #212121;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: Arimo, sans-serif;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(33, 33, 33, 0.1);
}
body main #resultados-profissionais .loading-progress {
  width: 250px;
  height: 6px;
  background-color: rgb(251.987755102, 217.012244898, 218.3510204082);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 4px rgba(237, 28, 36, 0.2);
}
body main #resultados-profissionais .loading-progress-bar {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, rgb(242.6204081633, 98.8795918367, 104.3816326531) 0%, #ed1c24 50%, rgb(242.6204081633, 98.8795918367, 104.3816326531) 100%);
  border-radius: 3px;
  animation: loading-progress 2s ease-in-out infinite;
  background-size: 200% 100%;
}
@keyframes loading-progress {
  0% {
    width: 0%;
    background-position: 200% 0;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
    background-position: -200% 0;
  }
}
body main #resultados-profissionais .search-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #ed1c24;
  animation: search-spin 2s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(237, 28, 36, 0.3));
}
@keyframes search-spin {
  0% {
    transform: rotate(0deg) scale(1);
    color: rgb(242.6204081633, 98.8795918367, 104.3816326531);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
    color: #ed1c24;
  }
  100% {
    transform: rotate(360deg) scale(1);
    color: rgb(242.6204081633, 98.8795918367, 104.3816326531);
  }
}
body main #resultados-profissionais .modern-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgb(251.987755102, 217.012244898, 218.3510204082);
  border-top: 4px solid #ed1c24;
  border-radius: 50%;
  animation: modern-spin 1s linear infinite;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(237, 28, 36, 0.2);
}
@keyframes modern-spin {
  0% {
    transform: rotate(0deg);
    border-top-color: #ed1c24;
  }
  50% {
    border-top-color: rgb(240.7469387755, 75.2530612245, 81.587755102);
  }
  100% {
    transform: rotate(360deg);
    border-top-color: #ed1c24;
  }
}
body main #resultados-profissionais .pulse-text {
  animation: pulse-text 2s ease-in-out infinite;
}
@keyframes pulse-text {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.02);
  }
}
body main #resultados-profissionais .skeleton-loading {
  display: grid;
  gap: 2rem;
  padding: 3rem 0;
  max-width: 800px;
  margin: 0 auto;
}
body main #resultados-profissionais .skeleton-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(33, 33, 33, 0.1);
  animation: skeleton-pulse 2s ease-in-out infinite;
  border-left: 4px solid #ed1c24;
}
body main #resultados-profissionais .skeleton-line {
  height: 14px;
  background: linear-gradient(90deg, #ededed 25%, rgb(211.5, 211.5, 211.5) 50%, #ededed 75%);
  background-size: 200% 100%;
  border-radius: 7px;
  margin-bottom: 1.2rem;
  animation: skeleton-shimmer 2s infinite;
}
body main #resultados-profissionais .skeleton-line.short {
  width: 60%;
}
body main #resultados-profissionais .skeleton-line.medium {
  width: 80%;
}
body main #resultados-profissionais .skeleton-line.long {
  width: 100%;
}
body main #resultados-profissionais .skeleton-line.title {
  height: 24px;
  background: linear-gradient(90deg, rgb(251.987755102, 217.012244898, 218.3510204082) 25%, rgb(248.2408163265, 169.7591836735, 172.7632653061) 50%, rgb(251.987755102, 217.012244898, 218.3510204082) 75%);
}
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.95;
    transform: translateY(-2px);
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
body main #resultados-profissionais .search-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  text-align: center;
  min-height: 300px;
}
body main #resultados-profissionais .search-error .error-icon {
  font-size: 4rem;
  color: #ed1c24;
  margin-bottom: 1.5rem;
  animation: error-bounce 2s ease-in-out infinite;
}
body main #resultados-profissionais .search-error .error-text {
  font-size: 1.2rem;
  color: #212121;
  font-weight: 600;
  font-family: Arimo, sans-serif;
}
@keyframes error-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@media (max-width: 576px) {
  body main #resultados-profissionais .search-loading {
    padding: 2rem 1rem;
    min-height: 200px;
  }
  body main #resultados-profissionais .search-loading-text {
    font-size: 1rem;
  }
  body main #resultados-profissionais .loading-progress {
    width: 200px;
  }
  body main #resultados-profissionais .skeleton-loading {
    gap: 1.5rem;
    padding: 2rem 1rem;
  }
  body main #resultados-profissionais .skeleton-card {
    padding: 1.5rem;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #ed1c24;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .buttons {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
body footer section.barra-fixa .itens {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
body footer section.barra-fixa .itens .phone {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: #212121;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #212121;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #ed1c24;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer .principal {
  background: #282828;
  padding: 50px 0;
}
body footer section.footer .principal .container {
  position: relative;
}
body footer section.footer .principal .voltar {
  position: absolute;
  right: 0;
  z-index: 3;
  top: -120px;
  display: inline-flex;
  gap: 15px;
  color: #fff;
  text-align: center;
  font-family: Arimo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  padding: 25px;
  border-radius: 10px 10px 0px 0px;
  background: #282828;
}
body footer section.footer .principal .logo {
  width: 100%;
}
body footer section.footer .principal .botoes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
body footer section.footer .principal .contatos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
body footer section.footer .principal .contatos .phone {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
body footer section.footer .principal hr {
  background: #848484;
  opacity: 1;
  margin: 30px 0;
}
body footer section.footer .principal .menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
body footer section.footer .principal .menu a {
  width: 50%;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 23px */
}
body footer section.footer .unidades {
  position: relative;
}
body footer section.footer .unidades:before {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 2px;
  background: #fff;
}
body footer section.footer .unidades .iframe-container {
  height: 280px;
}
body footer section.footer .unidades iframe {
  width: 100%;
  height: 100%;
}
body footer section.footer .unidades .top {
  padding: 30px 150px;
  background: #0e0e0e;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Arimo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 20px;
  padding-right: 300px;
}
body footer section.footer .unidades .top strong {
  display: block;
  color: #fff;
  font-family: Arimo;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body footer section.footer .unidades .top.first {
  background: #535353;
  padding-left: 300px;
  padding-right: 150px;
}
body footer section.footer .copyright {
  background: #ed1c24;
  padding: 20px 0;
  margin-bottom: 73px;
}
body footer section.footer .copyright .raddar {
  height: 20px;
}
body footer section.footer .copyright .links {
  display: flex;
  align-items: center;
  gap: 25px;
}
body footer section.footer .copyright .links a {
  color: #fff;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
@media (max-width: 991px) {
  body footer section.footer .copyright {
    text-align: center;
    margin-bottom: 54px;
    background: #212121;
  }
  body footer section.footer .copyright .raddar {
    margin-top: 20px;
  }
  body footer section.footer .copyright .links {
    justify-content: center;
    gap: 10px;
  }
  body footer section.footer .copyright .links a {
    font-size: 15px;
  }
  body footer section.footer .principal {
    padding: 20px 0;
  }
  body footer section.footer .principal .unidades-mobile {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 20px;
  }
  body footer section.footer .principal .unidades-mobile a {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 164.188%;
  }
  body footer section.footer .principal .unidades-mobile a svg {
    flex-shrink: 0;
  }
  body footer section.footer .principal .menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  body footer section.footer .principal .menu a {
    width: 100%;
    font-size: 16px;
  }
  body footer section.footer .principal .btn-area-restrita {
    display: none;
  }
  body footer section.footer .principal .logo {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body footer section.footer .principal .botoes {
    justify-content: center;
    margin-top: 20px;
  }
  body footer section.footer .principal .voltar {
    display: flex;
    border-radius: 0;
    justify-content: center;
    margin: -20px -0.75rem 20px;
    width: calc(100% + 1.5rem);
    background-color: #ed1c24;
    font-size: 18px;
    padding: 15px 20px;
    position: static;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 900;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .menu-mobile {
  background-size: cover;
  background: #f4f4f4;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 90%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #ed1c24;
  padding-right: 40px;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .botoes {
  display: flex;
  flex-flow: column;
  padding-left: 5px;
  gap: 10px;
}
body footer .menu-mobile .botoes a {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: black;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
body footer .menu-mobile .logo img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #212121;
  font-size: 18px;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #212121;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}
body footer .menu-mobile ul.blue li {
  background-color: #013d60;
  margin: 0 0 2px 0;
  padding: 0;
}
body footer .menu-mobile ul.blue li a {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 0 0;
}

/*# sourceMappingURL=custom.css.map*/