/* APENAS PARA AMBIENTE DE DESENVOLVIMENTO */
body {
  padding: 10px 10px 10px 10px;
}

.exames-pesquisa-componente .title-page {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 33px;
  text-transform: uppercase;
  color: #41434b;
}

.exames-pesquisa-componente .subtitle-page {
  text-align: center;
  margin: 20px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}

/* REMOVE DECORACAO NO LINK */
.exames-pesquisa-componente a {
  text-decoration: none;
}

/* ADICIONA DECORACAO SOMENTE NOS ITENS DE BUSCA */
.exames-pesquisa-componente .card-exames a:hover {
  text-decoration: underline;
}

/* CARD PESQUISA */
.exames-pesquisa-componente .card-search {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0px 10px 20px rgba(106, 106, 106, 0.1);
  border-radius: 4px;
  margin-bottom: 50px;
  overflow: hidden;
}
.exames-pesquisa-componente .card-search .ui-autocomplete {
  background: #ffffff;
}
.exames-pesquisa-componente .card-search .ui-autocomplete li {
  cursor: pointer;
  padding: 5px 0;
}
.exames-pesquisa-componente .card-search .ui-autocomplete li:hover * {
  color: #bb140f;
}

/* LINHA VERMELHA ABAIXO DO CARD */
.exames-pesquisa-componente .redline {
  height: 4px;
  background: #ff4445;
  border-radius: 4px;
  width: 85%;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
}

/* INPUT PARA EXAMES */
.exames-pesquisa-componente .exames-input {
  height: 60px;
  background: #f7f8fc;
  /* box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 4px !important;
  border: 0px;
  width: 87%;
  padding-left: 20px !important;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #41434b;
  box-shadow: 0 0 0 0;
}

/* BOTÃO DE BUSCA */
.exames-pesquisa-componente .search-button {
  z-index: 30;
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  cursor: pointer;
}

/* TRANSIÇÃO DE COR SVG */
.exames-pesquisa-componente .search-svg * {
  transition: all ease 0.5s;
}

/* TRANSIÇÃO DE COR SVG */
.exames-pesquisa-componente .search-svg:hover * {
  fill: #bb140f;
}

/* ÍCONE DE BUSCA */
.exames-pesquisa-componente .search-svg {
  font-size: 20px;
  display: flex;
  align-items: center;
  align-content: center;
}

/* BOTÃO BUSCAR */
.exames-pesquisa-componente .buscar-btn {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  transition: all ease 0.5s;
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  background: #ff4445;
  border-radius: 10px;
  height: 40px;
  width: 100px;
  text-align: center;
  justify-content: center;
}

/* BOTÃO BUSCAR HOVER */
.exames-pesquisa-componente .buscar-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #bb140f;
}

/* PADDING DIV DAS LETRAS */
.exames-pesquisa-componente .letters {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* BOTÃO LETRA ATIVA */
.exames-pesquisa-componente .btn-letter-active {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  width: 31px;
  height: 31px;
  background: #5a5d67;
  border-radius: 4px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  transition: all ease 0.5s;
  border: none;
}

/* BOTÃO LETRA */
.exames-pesquisa-componente .btn-letter {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  width: 31px;
  height: 31px;
  background: #ff4445;
  border-radius: 4px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  transition: all ease 0.5s;
  border: none;
}

/* BOTÃO LISTA COMPLETA */
.exames-pesquisa-componente .btn-letter-lista {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  height: 31px;
  background: #ff4445;
  border-radius: 4px;
  float: left;
  margin: 0;
  padding: 0 10px;
  transition: all ease 0.5s;
}

.exames-pesquisa-componente .btn-letter-lista.active {
  background: #12121c;
}

/* BOTÃO ATIVO HOVER */
.exames-pesquisa-componente .btn-letter-active:hover {
  background: #12121c;
}

/* BOTÃO LETRA HOVER */
.exames-pesquisa-componente .btn-letter:hover {
  background: #bb140f;
}

/* BOTÃO LISTA HOVER */
.exames-pesquisa-componente .btn-letter-lista:hover {
  background: #bb140f;
  text-decoration: none;
}

/* ESCONDER BOTÃO DE BUSCA DO MOBILE */
.exames-pesquisa-componente .mobilezada {
  display: none;
}

/* CARD EXAMES */
.exames-pesquisa-componente .card-exames {
  margin-top: 15px;
  background: #f7f8fc;
  border-radius: 4px;
  padding: 35px 20px 0px 40px;
  box-shadow: none;
  border: none;
  display: flex;
}

/* TEXTO EXAMES */
.exames-pesquisa-componente .card-exames p {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  text-transform: uppercase;
}

/* DIV PAGINAÇÃO EXAMES */
.exames-pesquisa-componente .pagination-exames {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  overflow: hidden;
  flex-wrap: wrap;
}

/* BOTÃO PAGINAÇÃO */
.exames-pesquisa-componente .pagination-exames li {
  list-style: none;
}
.exames-pesquisa-componente .pagination-exames li span {
  margin: 10px;
  display: block;
}
.exames-pesquisa-componente .pagination-exames .page-item a,
.exames-pesquisa-componente .pagination-exames li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-top: 10px;
  transition: all ease 0.5s;
  padding: 10px 15px;
  cursor: pointer;
}

.exames-pesquisa-componente .pagination-exames .page-item.disabled a,
.exames-pesquisa-componente .pagination-exames li.disabled a {
  text-decoration: line-through;
  color: #ccc;
  cursor: inherit;
}

/* BOTÃO PAGINAÇÃO */
.exames-pesquisa-componente .pagination-exames .page-item a:hover,
.exames-pesquisa-componente .pagination-exames li:not(.disabled) a:hover {
  background: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

/* BOTÃO PAGINAÇÃO */
.exames-pesquisa-componente .pagination-exames .page-item.active a,
.exames-pesquisa-componente .pagination-exames li.active a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #ff4445;
  border: 1px solid #ff4445;
  box-sizing: border-box;
  border-radius: 4px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-top: 10px;
  transition: all ease 0.5s;
}

/* BOTÃO PAGINAÇÃO HOVER */
.exames-pesquisa-componente .pagination-exames .page-item.active a:hover,
.exames-pesquisa-componente .pagination-exames li.active a:hover {
  background: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

/* BOTÃO PAGINAÇÃO */
.exames-pesquisa-componente .pagination-exames .btn-anterior {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-top: 10px;
  padding: 0 14px 0 14px;
  transition: all ease 0.5s;
}

/* BOTÃO PAGINAÇÃO HOVER */
.exames-pesquisa-componente
  .pagination-exames
  .btn-anterior:not(.disabled):hover {
  background: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

/* BOTÃO PAGINAÇÃO */
.exames-pesquisa-componente .pagination-exames .btn-proximo {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-top: 10px;
  padding: 0 14px 0 14px;
  transition: all ease 0.5s;
}

/* BOTÃO PAGINAÇÃO HOVER */
.exames-pesquisa-componente
  .pagination-exames
  .btn-proximo:not(.disabled):hover {
  background: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

.exames-pesquisa-componente .pagination-exames .btn-anterior.disabled,
.exames-pesquisa-componente .pagination-exames .btn-proximo.disabled {
  text-decoration: line-through;
  cursor: initial;
}

/* COLUNA SEPARADORA DOS EXAMES */
.exames-pesquisa-componente .card-exames .border-exames {
  border-left: 2px solid #ff4445;
  margin-bottom: 30px;
}

.exames-pesquisa-componente .card-exames .border-exames a:hover {
  color: #ff4445 !important;
}

#loadResultsExameseServicos .item a {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}

/* SETA ESQUERDA CARROSSEL */
.exames-componente .owl-prev {
  float: left;
  margin-left: -40px !important;
  margin-top: -160px !important;
  font-size: 80px !important;
  color: #ff4445 !important;
  transition: all ease 0.5s;
}

/* SETA DIREITA CARROSSEL */
.exames-componente .owl-next {
  float: right !important;
  margin-right: -40px !important;
  margin-top: -160px !important;
  font-size: 80px !important;
  color: #ff4445 !important;
  transition: all ease 0.5s;
}

/* HOVER SETA ESQUERDA CARROSSEL */
.exames-componente .owl-prev:hover {
  background: transparent !important;
  color: #bb140f !important;
  transform: scale(1.05);
}

/* HOVER SETA DIREITA CARROSSEL */
.exames-componente .owl-next:hover {
  background: transparent !important;
  color: #bb140f !important;
  transform: scale(1.05);
}

/* REMOVE BORDAR DO BOTÃO DAS SETAS */
.exames-componente .owl-nav button,
select {
  text-transform: none;
  border: none !important;
  outline: none !important;
}

/* CARDS DAS UNIDADES CARROSSEL */
.exames-componente .card-unidades-carousel {
  float: left;
  margin: 20px 0 0 0;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 4px 4px 4px 0px;
  transition: all ease 0.5s;
  height: 220px;
  position: relative;
  width: 99%;
}
/* CARDS DAS UNIDADES CARROSSEL */
.exames-componente .card-unidades-carousel .buttons-card-carousel {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 10px;
}

/* HOVER CARDS DAS UNIDADES CARROSSEL */
.exames-componente .card-unidades-carousel:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* TEXTO CARDAS DAS UNIDADES CARROSSEL */
.exames-componente .card-unidades-carousel p {
  margin-top: -15px;
  padding: 10px 10px 10px 15px;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.exames-componente .card-unidades-carousel .unidades-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ff4445;
  margin: 16px;
}

.exames-componente .card-unidades-carousel .buttons-card-carousel {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 10px;
}

.exames-componente .card-unidades-carousel .btn-card-mais {
  display: flex;
  color: #ffffff;
  background-color: #ff4445;
  height: 30px;
  border: 1px solid #ff4445;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  width: 45%;
  margin-top: 0 !important;
}

.exames-componente .card-unidades-carousel .btn-card-mais:hover {
  background-color: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

.exames-componente .card-unidades-carousel .btn-card-chegar {
  color: #41434b;
  background-color: #ffffff;
  height: 30px;
  border: 1px solid #666666;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  width: 55%;
  margin-top: 0px !important;
  margin-left: 5px;
}

.exames-componente .card-unidades-carousel .btn-card-chegar:hover {
  background-color: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

/* PAGINAÇÃO CARROSSEL */
.exames-componente .owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  border-radius: 5px;
  background: #ff4445 !important;
  display: block;
  transition: all ease 0.5s;
  border-radius: 30px;
}

/* PAGINAÇÃO CARROSSEL */
.exames-componente .owl-theme .owl-dots .owl-dot.active span {
  margin: -12px 1px 1px 1px !important;
  background: #353b46 !important;
  width: 10px !important;
  height: 10px !important;
}

/* PAGINAÇÃO CARROSSEL */
.exames-componente .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  text-transform: none;
  border: none !important;
  outline: none !important;
}

.exames-componente .heading-title-exames-componente h2 {
  color: #2c2c2c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.exames-componente .heading-title h2 {
  color: #2c2c2c;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.exames-componente .btn-outras-unidades {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  width: 250px;
  padding: 14px 53px;
  background: #ffffff;
  border: 1px solid #5a5d67;
  border-radius: 4px;
  margin-top: 20px;
  transition: all ease 0.5s;
  border: 1px solid #bb140f;
  color: #bb140f;
}

.exames-componente .btn-outras-unidades:hover {
  background-color: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
  text-decoration: none;
}

.exames-componente .btn-voltar-exames {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  width: 250px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #5a5d67;
  border-radius: 4px;
  margin-top: 20px;
  transition: all ease 0.5s;
  border: 1px solid #666;
  color: #333;
}

.exames-componente .btn-voltar-exames:hover {
  background-color: #bb140f;
  color: #ffffff;
  border: 1px solid #bb140f;
}

.hide-for-loading {
  display: none;
}

.footer-exames-carrossel {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* LOADING */
.container-loading {
  text-align: center;
  margin-top: 30px;
}
.container-loading-readMore {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ff4445;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff4445 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.exames-pesquisa-componente .cnt {
  display: flex;
  width: 87%;
  margin: 20px auto 0 auto;
  background: #f7f8fc;
  align-items: center;
}

.exames-pesquisa-componente .cnt .clear-field {
  display: none;
}

.exames-pesquisa-componente .cnt a {
  display: flex;
  align-items: center;
  padding: 20px;
  z-index: 2;
}
.exames-pesquisa-componente .cnt a svg path {
  fill: #ff4445;
}

.exames-pesquisa-componente .autocomplete {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  background: #f7f8fc;
  position: relative;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ff4445 #dddfe5;
  margin-bottom: 20px;
  box-shadow: 0px 2px 0px rgb(0 0 0 / 10%);
  margin-top: -13px;
  z-index: 1;
}

.exames-pesquisa-componente .autocomplete ul {
  width: 100%;
}

.exames-pesquisa-componente .autocomplete ul li {
  list-style: none;
  margin-bottom: 15px;
  cursor: pointer;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------------------------------
*                                                                            
*                   MODAL                                                       
*                                                                            
* -------------------------------------------------------------------------- */
.exames-pesquisa-componente #modal-exam {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  /* padding: 150px 0; */
}

.exames-pesquisa-componente #modal-exam .modal-content {
  border-radius: 24px;
  min-width: 950px;
  margin: 50px auto;
  padding: 55px;
}

.exames-pesquisa-componente .modal-content .modal-body {
  padding: 0;
}

.exames-pesquisa-componente .modal-content .modal-body .modal-header,
.exames-pesquisa-componente .modal-content .modal-body .modal-main,
.exames-pesquisa-componente .modal-content .modal-body .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: none;
  transition: 0.3s;
}

.exames-pesquisa-componente .modal-content .modal-body .modal-header {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.exames-pesquisa-componente .modal-content .modal-body .modal-header h1 {
  width: 440px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--blackSabin);
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-header
  .close-info {
  font-weight: 600;
  font-size: 14px;
  color: var(--blackSabin);
  cursor: pointer;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .botao-solicitar-atendimento,
.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes {
  flex: 5;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .salvar-instrucoes,
.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-informacoes-gerais {
  flex: 2;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes
  span,
.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes
  h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes
  h2 {
  line-height: 28px;
  text-transform: uppercase;
  color: var(--redSabin);
  margin-bottom: 5px;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes
  span {
  line-height: 170%;
  color: var(--blackSabin);
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .modal-instrucoes
  div {
  max-width: 400px;
  font-style: normal;
  font-size: 16px;
  line-height: 170%;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .conteudo-modal-informacoes-gerais {
  border-left: 1px solid #c4c4c4;
  padding-left: 30px;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .conteudo-modal-informacoes-gerais
  span {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--redSabin);
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-main
  .conteudo-modal-informacoes-gerais
  div {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--blackSabin);
  margin-bottom: 40px;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .botao-solicitar-atendimento
  a {
  text-decoration: none;
  color: #fefefe;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background: var(--redSabin);
  border-radius: 100px;
  padding: 15px 0px;
  text-align: center;
  width: 361px;
  display: block;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .botao-solicitar-atendimento {
  
}

.exames-pesquisa-componente .modal-content .modal-body .modal-footer {
  justify-content: flex-start;
  align-items: flex-end;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .salvar-instrucoes
  a {
  text-decoration: none;
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .salvar-instrucoes
  p {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--blackSabin);
}

.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .botao-solicitar-atendimento a:hover,
.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-footer
  .salvar-instrucoes
  svg
  rect:hover,
.exames-pesquisa-componente
  .modal-content
  .modal-body
  .modal-header
  .close-info
  svg
  rect:hover {
  cursor: pointer;
  fill: var(--hoverSabin);
  background-color: var(--hoverSabin);
}

.show {
  display: block!important;
}

/* -------------------------------------------------------------------------- */
/*                   MODAL LOADING                                            */
/* -------------------------------------------------------------------------- */
.modal-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.modal-loading .loading {
  background-color: #fff;
  padding: 20px;
  border-radius: 24px;
}


/* -------------------------------------------------------------------------- */
/*                   MODAL SHARE MAIL                                         */
/* -------------------------------------------------------------------------- */
#modal-share-mail {
  background-color: rgba(81, 83, 86, 0.8);
  display: none;
  justify-content: center;
  z-index: 99999999
}

#modal-share-mail .modal-content {
  /*width: 591px;*/
  background: linear-gradient(0deg, #F7F8FC, #F7F8FC), #F7F8FC;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

#modal-share-mail .modal-dialog {
  max-width: 600px;
}

#modal-share-mail .modal-body {
  padding: 20px 70px 35px 70px;
}

#modal-share-mail .modal-body .close-info {
  width: 100%;
  display: flex;
  justify-content: end;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  color: var(--blackSabin);
  margin-bottom: 25px;
  cursor: pointer;
}

#modal-share-mail .modal-body .close-info img:hover {
  opacity: 0.8;
}

#modal-share-mail .modal-body .info-modal-email {
  display: flex;
  flex-direction: column;
}

#modal-share-mail .modal-body .info-modal-email .before-send {
  display: flex;
  flex-direction: column;
}

#modal-share-mail .modal-body .info-modal-email .during-send,
#modal-share-mail .modal-body .info-modal-email .after-send {
  display: none;
}

#modal-share-mail .modal-body .info-modal-email h1 {
  /*width: 440px;
  line-height: 150%;*/
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--blackSabin);
  margin-bottom: 40px;
}

#modal-share-mail .modal-body .info-modal-email #email {
  background: var(--inputSabin);
  border: 1px solid #C7C7C7;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  width: 100%;
  /*height: 56px;*/
  margin: 0 auto 30px;
  padding: 15px 30px;
  outline: none;
}

#modal-share-mail .modal-body .info-modal-email #email::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--blackSabin);
}

#modal-share-mail .modal-body .info-modal-email button {
  background: var(--redSabin);
  border-radius: 30px;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 18px;
  transition: .3s;
  /* width: 100%;
  height: 56px;
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;*/
}

#modal-share-mail .modal-body .info-modal-email button:hover {
  background: var(--hoverSabin);
}

#modal-share-mail .modal-body .close-info span:hover rect,
#modal-share-mail .modal-body .info-modal-email a:hover {
  background: var(--hoverSabin);
  fill: var(--hoverSabin);
}

#modal-share-mail .modal-body .close-info span {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-share-mail .modal-body .close-info span .closeButtonCircle {
  margin-left: 5px;
  margin-right: 5px;
  height: 34px;
  width: 34px;
  background-color: var(--redSabin);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--inputSabin);
  text-decoration: none;
}

#modal-share-mail .modal-body .close-info span .closeButtonCircle .closebtn {
  font-size: 22px;
  font-weight: 200;
}

#modal-share-mail .modal-body #form-send-mail {
  display: flex;
  flex-direction: column;
}

#modal-share-mail .loading-send-mail {
  text-align: center;
  margin-bottom: 20px;
}

#modal-share-mail .loading-send-mail .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#modal-share-mail .loading-send-mail .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

#modal-share-mail .loading-send-mail .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #383A48;
  ;
  margin: -4px 0 0 -4px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

#modal-share-mail .loading-send-mail .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1200px) {
  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .salvar-instrucoes {
    margin-left: 130px
  }
}

@media only screen and (max-width: 991px) {
  .exames-pesquisa-componente .modal-content {
    padding: 15px 15px 30px 15px !important;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-header,
  .exames-pesquisa-componente .modal-content .modal-body .modal-main,
  .exames-pesquisa-componente .modal-content .modal-body .modal-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-header .close-info {
    align-self: flex-end;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-header h1 {
    width: 328px;
    max-width: 100%;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-main .modal-informacoes-gerais .conteudo-modal-informacoes-gerais {
    padding: 0;
    border: none;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-main .modal-instrucoes,
  .exames-pesquisa-componente .modal-content .modal-body .modal-main .conteudo-modal-informacoes-gerais div {
    margin-bottom: 20px;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .botao-solicitar-atendimento {
    align-self: center;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .salvar-instrucoes {
    margin: 0;
  }
  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .botao-solicitar-atendimento a {
    max-width: 325px;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
}


@media (max-width: 767px) {
  #modal-share-mail .modal-content {
      /*width: 360px;
      max-width: 260px;*/
  }
  #modal-share-mail .modal-body .info-modal-email button {
      /*max-width:225px;*/
  }
  #modal-share-mail .modal-dialog {
      justify-content: center;
  }

  #modal-share-mail .modal-body .info-modal-email #email {
      /*width: 260px;
      max-width: 225px;*/
  }

  #modal-share-mail .modal-body .info-modal-email a {
      width: 260px;
      max-width: 225px;
      font-size: 15px;
  }

  #modal-share-mail .modal-body .info-modal-email h1 {
      /*width: 260px;
      max-width: 225px;
      margin: 0 auto 20px;*/
      font-size: 17px;
      margin-bottom: 25px;
  }
  
  #modal-share-mail .modal-body .info-modal-email button {
      font-size: 16px;
  }

  #modal-share-mail .modal-body .info-modal-email #email::placeholder {
      font-size: 15px;
  }
  .exames-pesquisa-componente .cnt a svg path {
    fill: #fff;
  }
}

@media only screen and (max-width: 475px) {
  #modal-share-mail .modal-body {
    padding: 20px 25px 35px 25px;
}

  .exames-pesquisa-componente .modal-content .modal-body .modal-header h1 {
    font-size: 18px !important;
  }

  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .botao-solicitar-atendimento {
    margin: 0 0 20px 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 374px) {
  .exames-pesquisa-componente .modal-content .modal-body .modal-footer .botao-solicitar-atendimento a {
    max-width: 250px;
  }
}

/* AJUSTES MOBILE */
@media only screen and (max-width: 767px) {
  .exames-pesquisa-componente #modal-exam .modal-content {
    min-width: 1px;
    max-width: 100%; 
  }
  .exames-pesquisa-componente .cnt a:not(.search-button) {
    display: none;
  }
  .exames-pesquisa-componente .cnt a.clear-field {
    order: 2;
  }
  .exames-pesquisa-componente .cnt a.clear-field svg {
    width: 20px;
    margin-right: 10px;
  }
  .exames-pesquisa-componente .cnt a.search-button {
    order: 3;
    background: #ff4445;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    padding: 5px;
    margin: 5px;
  }
  .exames-pesquisa-componente .cnt a.search-button svg {
    fill: #fff;
  }
  .exames-pesquisa-componente .cnt input {
    order: 1;
    font-size: 14px;
  }
  .exames-pesquisa-componente .title-page {
    font-size: 25px;
    line-height: 30px;
  }
  .exames-pesquisa-componente .subtitle-page {
    font-size: 14px;
    line-height: 22px;
  }
  .hide-mobile {
    display: none;
  }
  .footer-exames-carrossel .heading-title {
    margin-top: 20px;
  }
  .exames-pesquisa-componente .buscar-btn {
    display: none;
  }

  .exames-pesquisa-componente .search-button {
    display: none;
  }

  .exames-pesquisa-componente .mobilezada {
    display: flex;
    margin-right: 10px;
  }

  .exames-pesquisa-componente .exames-input {
    padding-left: 10px !important;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #41434b;
  }

  .exames-pesquisa-componente .btn-letter-lista {
    width: 135px;
    margin-left: 3px;
  }

  .exames-pesquisa-componente .btn-letter-active {
    margin-left: 3px;
    margin-right: 0;
  }

  .exames-pesquisa-componente .btn-letter {
    margin-left: 3px;
    margin-right: 0;
  }

  .exames-pesquisa-componente .exames-input {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .exames-pesquisa-componente .exames-input {
    padding-left: 50px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #41434b;
  }
}

@media only screen and (max-width: 575px) {
  .exames-pesquisa-componente .card-exames .border-exames {
    border: none;
  }
}

/* PÁGINA VER MAIS */

/* APENAS PARA AMBIENTE DE DESENVOLVIMENTO */
body {
  padding: 10px 0 20px 0;
}

.exames-componente {
  display: none;
}

/* CARDS EXAMES */
.exames-componente .bg-card-exames {
  background: #f7f8fc;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
}

/* CARD ESCURO EXAMES */
.exames-componente .bg-card-exames-black {
  background: #5a5d67;
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px;
  transition: all ease 0.5s;
}

.exames-componente .bg-card-exames-black:hover {
  background: #333;
}

.exames-componente .bg-card-exames-black a {
  display: block;
}

.exames-componente .bg-card-exames-black a:hover {
  text-decoration: none;
}

/* PADDING */
.exames-componente .padding-exames {
  padding: 30px;
}

/* PADDING COMPONENTES EXAMES*/
.exames-componente .padding-exames-top {
  padding-top: 15px;
}

/* PADDING COMPONENTES EXAMES */
.exames-componente .padding-exames-top {
  padding-top: 15px;
}

/* TÍTULOS CARDS */
.exames-componente .exames-main-title {
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.13846154510974884px;
  text-align: left;
}

/* LINHA VERMELHA EXAMES */
.exames-componente .redline-unidades {
  width: 46px;
  height: 3px;
  margin-top: 15px;
  background: #ff4445;
}

/* TEXTO DESCRIÇÃO */
.exames-componente .descricao p {
  padding-top: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 0;
}

/* PACIENTE BOLDER */
.exames-componente .descricao span {
  font-weight: bold;
}

/* TÍTULO CARD ESCURO EXAME */
.exames-componente .bg-card-exames-black h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin: 15px 0px;
}

/* DESCRIÇÃO CARD ESCURO EXAMES */
.exames-componente .bg-card-exames-black p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 15px 0;
}

/* TÍTULO DO EXAME PRINCIPAL */
.exames-componente .main-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 55px;
  text-transform: uppercase;
  color: #41434b;
  margin-top: 20px;
}

/* AJUSTES MOBILE */
@media only screen and (max-width: 767px) {
  .exames-componente .padding-exames-top p {
    margin-bottom: 0;
  }

  .exames-componente .main-title {
    font-size: 28px;
    line-height: 33px;
  }

  .exames-pesquisa-componente .cnt a {
    padding: 0 15px;
  }

  .exames-pesquisa-componente .exames-input {
    height: 50px;
  }
}
