@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* normalize file */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* scss file */
.tipo_sanguineo {
  font-family: "Roboto", sans-serif;
  background-color: rgba(235, 211, 215, 0.7);
}
.tipo_sanguineo .overline_page {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
.tipo_sanguineo .overline_page.ultimoOverline {
  margin: 0;
  margin-top: 100px !important;
  margin-bottom: 16px;
  text-align: left;
  width: 100%;
}
.tipo_sanguineo .slick-dots {
  width: 80px;
  background: transparent;
  border: transparent;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.tipo_sanguineo .slick-dots li button {
  background-color: rgba(170, 0, 38, 0.3);
  border: transparent;
  width: 8px;
  height: 8px;
  border-radius: 22px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  opacity: 0.5;
  transition: all 0.3s;
}
.tipo_sanguineo .slick-dots li button::before {
  content: "";
}
.tipo_sanguineo .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #aa0026;
  transform: scale(1.6);
}
.tipo_sanguineo .onlyPC {
  display: block;
}
.tipo_sanguineo .onlyMobile {
  display: none;
}
.tipo_sanguineo .dropdown_geral .dropdown-content.active-dropdown {
  display: block !important;
}
.tipo_sanguineo .dropdown_geral li {
  cursor: pointer;
}
.tipo_sanguineo .section_container {
  padding: 64px;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.tipo_sanguineo .section_container .title_page {
  font-size: 64px;
  font-weight: 800;
  text-transform: none;
  line-height: 1.1;
  color: #aa0026;
  margin-top: 64px;
  text-transform: uppercase;
  text-align: center;
}
.tipo_sanguineo .section_container .title_page .span_title_page {
  display: block;
  text-transform: none;
  font-size: 40px;
  font-weight: 600;
}
.tipo_sanguineo .section_container .title_bloco {
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #aa0026;
  margin-top: 100px;
  text-align: center;
  line-height: 1.2;
}
.tipo_sanguineo .section_container .subtitle_page {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #383838;
  margin-top: 32px;
  line-height: 1.5;
  text-align: center;
}
.tipo_sanguineo .section_container .subtitle_bloco {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0, 15;
  color: #383838;
  margin-top: 32px;
  line-height: 1.3;
  text-align: center;
}
.tipo_sanguineo .section_container .section_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco {
  margin-top: 64px;
  /* .overline_page {
      font-size: 10px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1, 5;
      display: block;
      margin: 0 auto;
      text-align: center;
      margin-top: 16px;
      line-height: 1.5;
  }*/
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .elemento_grafico {
  text-align: center;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 72px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .overline_page {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  width: 241px;
  min-height: 100%;
  top: auto;
  bottom: 10px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container {
  position: absolute;
  top: 90px;
  display: block;
  height: auto;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-header {
  margin-bottom: 20px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-header .painel-subtitulo {
  font-size: 24px;
  color: #aa0026;
  font-weight: 600;
  white-space: nowrap;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body .painel-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  width: 100%;
  height: 56px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body .painel-info.elementModify {
  /* background-color: red; */
  opacity: 1;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body .painel-info::after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body .painel-info .info-gotas {
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/gotaInfo-vermelho.svg);
  background-position: center;
  background-size: 38px;
  background-repeat: no-repeat;
  width: 42px;
  aspect-ratio: 17/21;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-lateral .painel-container .painel-body .painel-info .info-gotas .overline_page {
  margin: 0 auto !important;
  margin-top: 8px !important;
  font-size: 12px;
  font-weight: 600;
  color: #aa0026;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content #painel-esquerdo {
  text-align: right;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content #painel-esquerdo .painel-container {
  left: 100%;
  transition: left 500ms ease-in-out;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content #painel-direito {
  text-align: left;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content #painel-direito .painel-container {
  right: 100%;
  transition: right 500ms ease-in-out;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal {
  background-image: url(/datajournalism/static/SangueCompativel/media/i/BGInfo.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 660px;
  padding-top: 100px;
  aspect-ratio: 13/61;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px;
}
@keyframes gotaAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal .btn-gota {
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/gotaInfo-branca.svg);
  background-position: top center;
  background-size: 42px;
  background-repeat: no-repeat;
  width: 42px;
  aspect-ratio: 17/21;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  cursor: pointer;
  opacity: 0.5;
  animation: gotaAnim 1.6s ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: 2;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal .btn-gota:hover {
  transform: scale(1.1); /* this will increase the size of the image by 10% */
  transition: all 0.3s ease-out;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal .btn-gota.btn-active-default {
  opacity: 1;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal .btn-gota.btn-active {
  opacity: 1;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content .painel-principal .btn-gota .overline_page {
  color: #ffffff;
  margin-top: 8px;
  font-size: 12px;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-esquerdo .painel-container {
  left: 0%;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-esquerdo .painel-container .painel-body {
  align-items: flex-end;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-esquerdo .painel-container .painel-body .painel-info {
  justify-content: flex-end;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-esquerdo .painel-container .painel-body .painel-info .overline_page {
  margin: 0 auto;
  margin-right: 0;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-direito .painel-container {
  right: 0%;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-direito .painel-container .painel-body {
  align-items: flex-start;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-direito .painel-container .painel-body .painel-info {
  justify-content: flex-start;
}
.tipo_sanguineo .section_container .section_page .infografia_bloco .infografia_content.open-info #painel-direito .painel-container .painel-body .painel-info .overline_page {
  margin: 0 auto;
  margin-left: 0;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco {
  margin-top: 64px;
  width: 100%;
  position: relative;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content {
  width: 100%;
  padding: 145px 70px 65px 68px;
  margin: 0 auto;
  z-index: 1;
  background-image: url(/datajournalism/static/SangueCompativel/media/i/bolsa-sangue-bg.png);
  background-position: center;
  background-size: contain;
  max-width: 350px;
  background-repeat: no-repeat;
  aspect-ratio: 350/493;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 100px;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .carrossel_slide {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-track {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-arrow {
  position: absolute;
  width: 28px;
  aspect-ratio: 1/1;
  background: transparent;
  border: transparent;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  z-index: 1;
  cursor: pointer;
  top: 58%;
  transform: translateY(-58%);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-next {
  right: 40px;
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/seta-frente-branco.svg);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-prev {
  left: 46px;
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/seta-tras-branco.svg);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-dots {
  bottom: 110px;
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .elementoGraficoMaos {
  position: absolute;
  background-image: url(/datajournalism/static/SangueCompativel/media/i/maos.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  aspect-ratio: 1/1;
  z-index: 0;
  left: 50%;
  top: calc(50% + 90px);
  transform: translate(-50%, -50%);
}
.tipo_sanguineo .section_container .section_page .carrossel_bloco .elementoGraficoMaos::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgb(239, 227, 238);
  background: linear-gradient(180deg, rgba(239, 227, 238, 0) 0%, rgb(241, 224, 227) 100%);
}
.tipo_sanguineo .section_container .section_page .mapa_bloco {
  margin-top: 64px;
  width: 100%;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu {
  padding: auto;
  margin: 0px 0px -44px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  gap: 38px;
  position: relative;
  z-index: 1;
  /* The container <div> - needed to position the dropdown content */
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao {
  position: relative;
  width: 225px;
  margin: 0 auto;
  /* Show the dropdown menu on hover */
  /* Style The Dropdown Button */
  /* Dropdown Content (Hidden by Default) */
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropbtn {
  background-color: #aa0026;
  color: white;
  border-radius: 32px;
  padding: 16px 32px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropbtn .btn-text {
  width: 100%;
  font-size: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropbtn .arrow-dropdown {
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/seta-frente-branco.svg);
  width: 16px;
  height: 16px;
  display: block;
  transform-origin: center;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 250ms ease-in-out;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 0;
  /* Links inside the dropdown */
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content .carousel_map_dots {
  list-style: none;
  max-height: 330px;
  overflow: auto;
  padding: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content .carousel_map_dots li {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content .carousel_map_dots li.li-active {
  color: #aa0026;
  font-weight: 600;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content {
  position: relative;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .custom-dots {
  width: 80px;
  background: transparent;
  border: transparent;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .custom-dots li button {
  background-color: white;
  border: transparent;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 22px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  opacity: 0.5;
  transition: all 0.3s;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .custom-dots li.slick-active button {
  opacity: 1;
  background-color: #aa0026;
  transform: scale(1.5);
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .slick-arrow {
  position: absolute;
  height: 52px;
  width: 32px;
  background: transparent;
  border: transparent;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  z-index: 1;
  cursor: pointer;
  top: 200px;
  opacity: 0.3;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .slick-arrow:hover {
  opacity: 1;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .slick-next {
  right: -48px;
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/arrow_teste.svg);
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .slick-prev {
  left: -48px;
  background-image: url(/datajournalism/static/SangueCompativel/media/svg/arrow_teste.svg);
  transform-origin: center;
  transform: rotate(180deg);
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content {
  padding-top: 80px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide {
  display: flex;
  flex-direction: column;
  bottom: 0;
  width: 100%;
  min-height: 250px;
  padding: 0 32px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide_variosPontos {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .text_area_title {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  color: #000000;
  word-spacing: 4px;
  margin: 64px 0px 12px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .text_area_title:nth-child(1) {
  margin: 12px 0px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_localizacao {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-bottom: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo span {
  display: block;
  font-size: 16px;
  text-transform: none;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_horario {
  font-weight: 600;
  margin-bottom: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_email {
  margin-bottom: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_email span {
  display: inline;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_email.margemMenor {
  margin-bottom: 4px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_tel {
  margin-bottom: 16px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_tel.margemMenor {
  margin-bottom: 4px;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .corElementoGraficoTexto {
  color: #aa0026;
  display: inline !important;
}
.tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .link {
  color: #aa0026;
  text-decoration: underline;
  text-underline-position: auto;
}
.tipo_sanguineo .section_container .section_page .creditos_bloco {
  margin-top: 0;
  padding-top: 100px;
  border-top: 1px solid #aa0026;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tipo_sanguineo .section_container .section_page .creditos_bloco .texto_creditos {
  margin-bottom: 8px;
}
.tipo_sanguineo .section_container .section_page .creditos_bloco .texto_creditos .corCreditos {
  color: #aa0026;
  display: inline;
}

@media screen and (max-width: 767px) {
  .tipo_sanguineo .overline_page.ultimoOverline {
    margin: 0;
    margin-top: 64px !important;
    margin-bottom: 16px;
    text-align: left;
    font-size: 12px;
    width: 100%;
  }
  .tipo_sanguineo .onlyPC {
    display: none;
  }
  .tipo_sanguineo .onlyMobile {
    display: block;
    width: 100%;
  }
  .tipo_sanguineo .section_container {
    padding: 16px;
    /* Dropdown Content (Hidden by Default) */
  }
  .tipo_sanguineo .section_container .title_page {
    font-size: 52px;
    line-height: 1.2;
  }
  .tipo_sanguineo .section_container .title_page .span_title_page {
    margin-top: 4px;
    font-size: 28px;
  }
  .tipo_sanguineo .section_container .subtitle_page {
    font-size: 14px;
  }
  .tipo_sanguineo .section_container .title_bloco {
    font-size: 28px;
  }
  .tipo_sanguineo .section_container .subtitle_bloco {
    font-size: 16px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile {
    position: relative;
    max-width: 100%;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .dropdown_ts {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 32px;
    z-index: 1;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .dropdown_ts .dropbtn {
    background-color: #aa0026;
    color: white;
    border-radius: 32px;
    padding: 12px 24px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .dropdown_ts .dropbtn .btn-text {
    font-size: 16px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .dropdown_ts .dropbtn .arrow-dropdown {
    background-image: url(/datajournalism/static/SangueCompativel/media/svg/seta-frente-branco.svg);
    width: 16px;
    height: 16px;
    display: block;
    transform-origin: center;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 250ms ease-in-out;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 62px;
    z-index: 0;
    position: relative;
    gap: 8px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .painel-gota {
    position: relative;
    background-image: url(/datajournalism/static/SangueCompativel/media/i/tubo-de-ensaio_mobile.png);
    font-size: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 250px;
    aspect-ratio: 7/22;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .painel-gota .painel-ts {
    display: none;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .painel-gota .painel-ts:first-child {
    display: block;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel {
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .painel-info {
    height: 45px;
    gap: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .painel-info .info-gotas {
    background-image: url(/datajournalism/static/SangueCompativel/media/svg/gotaInfo-vermelho.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    aspect-ratio: 17/21;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .painel-info .info-gotas .overline_page {
    margin: 0 auto !important;
    margin-top: 8px !important;
    font-size: 12px;
    font-weight: 600;
    color: #aa0026;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .painel-header {
    margin-bottom: 8px;
    width: 100%;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .painel-header .painel-subtitulo {
    text-align: left;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .info_container_gotas .painel-info {
    display: none;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .info_container_gotas .painel-info:first-child {
    display: flex;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .container-gotas .painel .info_container_gotas .painel-info .overline_page {
    margin-top: 0;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-principal {
    height: 500px;
    gap: 8px;
    background-image: url(/datajournalism/static/SangueCompativel/media/i/BGInfo2.png);
    padding-top: 52px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-principal .btn-gota {
    background-size: contain;
    width: 36px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-principal .btn-gota .overline_page {
    font-size: 9px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-lateral .painel-container {
    top: 98px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-lateral .painel-container .painel-header {
    margin-bottom: 56px;
    margin-top: -30px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .infografia_content .painel-lateral .painel-container .painel-header .painel-subtitulo {
    font-size: 16px;
  }
  .tipo_sanguineo .section_container .section_page .infografia_bloco_mobile .infografia_bloco_mobile_content .overline_page {
    margin-top: 50px;
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .elementoGraficoMaos {
    max-width: 100%;
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content {
    aspect-ratio: 350/434;
    padding: 100px 50px 65px 50px;
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .carrossel_slide {
    font-size: 16px;
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-dots {
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .carrossel_content .slick-slider {
    background-color: #aa0026;
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .elementoGraficoMaos {
    max-width: 100%;
    top: calc(50% + 48px);
  }
  .tipo_sanguineo .section_container .section_page .carrossel_bloco .elementoGraficoMaos::after {
    max-width: 100%;
    bottom: 8px;
    background: linear-gradient(0deg, rgb(239, 226, 236) 0%, rgba(238, 225, 236, 0) 100%);
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu {
    margin: 62px 0px -80px 0px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao {
    display: block;
    bottom: 80px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropdown-content .carousel_map_dots li {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    color: #000000;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_menu .dropdown_localizacao .dropbtn {
    padding: 12px 24px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content {
    padding-top: 0;
    margin-top: 36px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide {
    padding: 0 16px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .text_area_title {
    margin: 32px 0 12px;
    font-size: 20px;
    word-spacing: 0px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area {
    position: relative;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_localizacao {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo span {
    font-size: 14px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_horario {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_email.margemMenor {
    margin-bottom: 4px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_email {
    margin-bottom: 8px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_tel.margemMenor {
    margin-bottom: 4px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .container_texto .text_area_extraInfo .extraInfo_tel {
    margin-bottom: 8px;
  }
  .tipo_sanguineo .section_container .section_page .mapa_bloco .mapa_content .carrossel_mapa_content .carousel_map_slide .carousel_map_text_area .carousel_map_map_area {
    flex: none;
    max-width: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .tipo_sanguineo .section_container .dropdown-content {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 0;
    padding: 8px 8px;
    transition: transform 0.3s ease-in-out;
  }
  .tipo_sanguineo .section_container .dropdown-content::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: white;
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots {
    list-style: none;
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    color: #000000; /* Change this to your desired color */
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots li a {
    text-decoration: none;
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots li :visited {
    color: #aa0026; /* Same color as default state */
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
  }
  .tipo_sanguineo .section_container .dropdown-content .carousel_map_dots li.li-active {
    color: #aa0026;
    font-weight: 600;
  }
  .tipo_sanguineo .section_container .section_page .creditos_bloco .texto_creditos {
    text-align: center;
  }
  .tipo_sanguineo .section_container .section_page .creditos_bloco .texto_creditos .corCreditos {
    display: block;
  }
}