@font-face {
  font-family: BwModelica-Bold;
  src: url(../../fonts/BwModelica-Bold.otf);
}

@font-face {
  font-family: BwModelica-Regular;
  src: url(../../fonts/BwModelica-Regular.otf);
}

html body {
  font-family: BwModelica-Regular;
}

body a {
  text-decoration: none;
  color: inherit;
}

body a:hover {
  text-decoration: none;
}

.bold {
  font-family: BwModelica-Bold;
}

.section-title {

}

.title {
  color: #67676b;
  position: relative;
  width: fit-content;
  font-size: 2rem;
}
.title::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e0040b;
  bottom: 0px;
  left: 0px;
}

/* Navbar */

nav {
  height: 140px;
  font-weight: bold;
  transition: all 0.4s;
}

nav.bg-white {
  height: 110px;
}

nav.navbar-transparent {
  background: transparent;
}

nav .navbar-brand {
  max-height: 100%;
  height: 100%;
  padding: 0;
}

nav .navbar-brand img {
  height: 100px;
  width: auto;
  max-height: 100%;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

nav.bg-white .navbar-brand img {
  transform: scale(0.90);
}

nav .navbar-collapse {
  transition: background 0.9s;
}

nav .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .navbar-nav .nav-item .nav-link {
  color: #93152a;
}

nav .navbar-nav .nav-item.active .nav-link {
  color: #e11016;
}

nav .navbar-nav .nav-item .nav-link {
  width: fit-content;
  background-color: #fff;
  padding: 4px 15px;
  border-radius: 10px;
  margin: 4px 0;
}

nav .navbar-nav .nav-item .nav-link:hover {
  color: #cf3851;
}

nav .nav-item .nav-link.btn-nav {
  background: #e0040b;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  width: fit-content;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

nav .nav-item .nav-link.btn-nav:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 1px 7px rgb(51, 51, 51);
}

.banner-header span.carousel-control-next-icon, .banner-header span.carousel-control-prev-icon {
  padding: 18px;
  border-radius: 50%;
}

.banner-header span.carousel-control-prev-icon, .banner-header span.carousel-control-next-icon {
  display: none;
}

.banner-header span.carousel-control-prev-icon, div.owl-carousel div.owl-nav button.owl-prev {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center #93152a;
  background-size: 13px 13px;
}

.banner-header span.carousel-control-next-icon, div.owl-carousel div.owl-nav button.owl-next {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center #93152a;
  background-size: 13px 13px;
}

.banner-header a.carousel-control-next, .banner-header a.carousel-control-prev, .banner-header a.carousel-control-next:hover, .banner-header a.carousel-control-prev:hover {
  opacity: 1;
}

nav.navbar-light span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(147, 21, 42, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light button.navbar-toggler {
  color: transparent;
  border-color: transparent;
  outline: none;
}

.object-fit {
  object-fit: cover;
  height: 100vh;
}

.banner-header .banner-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.banner-header .banner-text .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-header .banner-text .container h1 {
  color: #e0040b;
  font-family: BwModelica-Bold;
  font-size: 2rem;
}

.banner-header .banner-text .container h3 {
  color: #8c031c;
  font-size: 1rem;
}

/* OWL  carousel */

/* div.owl-carousel.owl-loaded.owl-drag {
  position: relative;
}

div.owl-nav {
  position: absolute;
} */

.btn-doar2 {
  border-radius: 15px;
  background: #8c031c;
  color: #fff !important;
  padding: 5px 15px;
  cursor: pointer;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  display: none;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0, -50%);
}

.owl-nav .owl-next {
  left: auto;
  right: -40px;
}

.owl-nav span {
  display: none;
}

div.owl-carousel div.owl-nav button.owl-next, div.owl-carousel div.owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  outline: none;
}

.owl-item {
  height: 150px;
}

.owl-item>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-item>div img {
  object-fit: contain;
  object-position: center;
  max-height: 130px;
}

.bolsa-sangue[data-sangue="10"] {
  background-image: url('/img/elements/wave4.png');
}

.bolsa-sangue[data-sangue="20"] {
  background-image: url('/img/elements/wave5.png');
}

.bolsa-sangue[data-sangue="30"] {
  background-image: url('/img/elements/wave2.png');
}

.bolsa-sangue[data-sangue="70"] {
  background-image: url('/img/elements/wave1.png');
}

.bolsa-sangue[data-sangue="80"] {
  background-image: url('/img/elements/wave6.png');
}

.bolsa-sangue[data-sangue="90"] {
  background-image: url('/img/elements/wave3.png');
}

.bolsa-sangue {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin: 10px;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.bolsa-sangue::after {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #e0040b;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.tipo-sangue {
  margin-left: 10px;
  width: 45px;
  height: 55px;
  color: #e0040b;
  border: 1px solid #e0040b;
  border-left: none;
  border-radius: 0 10px 10px 0;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.owl-item img {
  object-fit: cover;
}

section.estoque-sangue .sangue-title h2 {
  color: #68686C;
  font-size: 2rem;
}

section.estoque-sangue .sangue-title h2 span {
  color: #E0040B;
  font-family: BwModelica-Bold;
}

section.estoque-sangue .sangue-text {
  position: relative;
  width: fit-content;
  color: #a3a3a3;
}

section.estoque-sangue .sangue-text::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #a3a3a3;
  bottom: -5px;
  left: 0;
}

section.estoque-sangue p {
  color: #a3a3a3;
}

section.estoque-sangue p span {
  color: #E0040B;
}

section.estoque-sangue h3 {
  color: #919191;
}

section.estoque-sangue h3 span {
  color: #E0040B;
}

section.documentos {
  background: #8c031c;
  color: #fff;
}

section.documentos .row {
  height: 400px;
}

section.documentos .documentos-title {
  position: relative;
}

section.documentos .documentos-title h4 {
  font-size: 1rem;
}

section.documentos .documentos-title h4::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background: #e11016;
  bottom: -8px;
  left: 0px;
}

section.documentos .documentos-text {
  font-size: 1.3rem;
  margin-top: 55px;
}

section.documentos .img-documento {
  height: 50%;
  width: auto;
  position: absolute;
  top: 60px;
  right: -100px;
  z-index: 999;
}

section.documentos .img-estetoscopio {
  height: 75%;
  width: auto;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 999;
}

section.documentos .img-pe {
  height: 45%;
  width: auto;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  z-index: 999;
}

section.documentos .btn-doar {
  border-radius: 15px;
  background: #fff;
  color: #8c031c;
  padding: 5px 15px;
}

section.documentos span.carousel-control-next-icon, section.documentos span.carousel-control-prev-icon {
  padding: 18px;
  border-radius: 50%;
}

section.documentos span.carousel-control-prev-icon, section.documentos span.carousel-control-next-icon {
  display: none;
}

section.documentos span.carousel-control-prev-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center #e11016;
  background-size: 13px 13px;
  z-index: 999;
}

section.documentos span.carousel-control-next-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center #e11016;
  background-size: 13px 13px;
}

section.documentos a.carousel-control-next, section.documentos a.carousel-control-prev, section.documentos a.carousel-control-next:hover, section.documentos a.carousel-control-prev:hover {
  opacity: 1;
}

section.servicos {
  color: #67676b;
}

section.servicos .card-servicos, section.servicos .card-servicos2 {
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.servicos .card-servicos {
  background: #8c031c;
}

section.servicos .card-servicos2 {
  background: #eef0ef;
}

section.servicos .card-image {
  height: 220px;
  width: 100%;
}

section.servicos .card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

section.servicos .descricao {
  height: calc(100% - 220px);
  width: 100%;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.servicos .card-servicos .descricao {
  color: #fff;
}

section.servicos .descricao h2 {
  margin-bottom: 10px;
}

section.servicos .descricao p {
  margin: 0;
}

section.servicos .descricao a.saiba-mais {
  cursor: pointer;
  transition: all 0.5s;
}

section.servicos .descricao a.saiba-mais:hover img {
  transform: translateX(10px);
}

section.servicos .descricao a.saiba-mais img {
  width: 28px;
  margin-left: 10px;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.fale-conosco {
  background: #eef0ef;
  color: #67676b;
}

section.fale-conosco h1 span {
  color: #e0040b;
}

section.fale-conosco .btn-estrutura {
  color: #fff;
  background: #e30613;
  height: 34px;
  font-size: 0.8rem;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section.fale-conosco .btn-estrutura:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 7px rgb(51, 51, 51);
}

section.fale-conosco .map {
  height: 350px;
  border: 15px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

section.fale-conosco .map iframe {
  height: 700px;
  width: 100%;
  margin-top: -175px;
}

section.fale-conosco a.wpp:hover {
  color: #E0040B;
}

section.fale-conosco .red-frame {
  position: absolute;
  height: 350px;
  width: calc(100% - 30px);
  border: 2px solid #e0040b;
  border-radius: 10px;
  box-sizing: border-box;
  bottom: -15px;
  right: 0px;
  z-index: -1;
}

section.fale-conosco .localizacao {
  position: relative;
  width: fit-content;
}

section.fale-conosco .localizacao::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #67676b;
  bottom: 0px;
  left: 0;
}

/*********************************
  Quem somos
*********************************/

.linha-banner {
  margin-top: 125px;
}

.linha-banner h1 {
  font-size: 3.5rem;
}

.time-line-title {
  color: #979797;
}

.time-line-title span {
  color: #e0040b;
  font-family: BwModelica-Bold;
}

section.time-line {
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
}

section.time-line .line {
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #707070;
}

section.time-line .pontos {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 400px;
  border: none;
}

section.time-line.doador .pontos {
  /* timeline da pagina doador */
  border: none;
  max-width: 500px;
}

section.time-line .pontos .ponto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid gray;
  box-shadow: 0 0 1px #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.time-line.doador .pontos .ponto {
  /* timeline da pagina doador */
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid gray;
  box-shadow: 0 0 1px #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.time-line .pontos .ponto::after {
  content: '';
  display: block;
  background: gray;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
}

section.time-line .pontos .ponto .data {
  position: absolute;
  left: 50%;
  transform: translate( -50%, -42px);
  color: gray;
}

section.time-line .pontos .ponto.active {
  border-color: #e0040b;
  box-shadow: 0 0 1px #e0040b;
}

section.time-line .pontos .ponto.active .data {
  color: #e0040b;
}

section.time-line .pontos .ponto.active::after {
  background: #e0040b;
}

section.sobre {
  min-height: 550px;
  background: #8c031c;
  color: #fff;
  position: relative;
}

section.sobre .sobre-title {
  position: relative;
  width: fit-content;
}

section.sobre .sobre-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 15px;
}

section.sobre .img-sobre {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

section.sobre .img-sobre img {
  width: 270px;
  height: auto;
  display: block;
  object-fit: cover;
}

section.missao {
  color: #67676b;
  padding: 5rem 0;
}

section.missao .missao-title2,
.consulta-title {
  position: relative;
  width: fit-content;
  font-size: 2.3rem;
  background: #e0040b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

section.missao .missao-title2::before,
.consulta-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: 8px;
  left: 10px;
}

section.missao .missao-title {
  color: #67676b;
  position: relative;
  width: fit-content;
  font-size: 2rem;
  margin-inline: auto;
}

section.missao .missao-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e0040b;
  bottom: 0px;
  left: 0px;
}

section.missao .missao-text {
  font-size: 1.1rem;
}


section.missao .wrapper:hover .red {
  color: red;
  font-weight: bold;
}

section.missao .wrapper p {
  transition: all .2s ease-in-out;
}

section.missao .wrapper:hover p:nth-child(1) {
  margin-right: -48px;
}

section.missao .wrapper:hover p:nth-child(2) {
  margin-left: -62px;
}

section.missao .wrapper:hover p:nth-child(3) {
  margin-right: 62px;
}

section.missao .wrapper:hover p:nth-child(5) {
  margin-left: 35px;
}

section.missao .wrapper:hover p:nth-child(6) {
  margin-right: 52px;
}

section.missao .missao-text span,
section.missao h5 span {
  color: #000;
}

section.missao h5 {
  font-size: 1.5rem;
}

section.missao h5 strong {
  color: #e0040b;
}

section.missao .missao-text strong {
  color: #e0040b;
  font-size: 1.2rem;
}

section.missao .lista-valores {
  padding: 0;
}

section.missao .lista-valores li {
  margin: 10px 0;
  line-height: 28px;
  font-size: 0.80rem;
}

section.missao .lista-valores-title li {
  font-size: 0.85rem;
}

section.mosaic h3 {
  color: #e0040b;
}

section.mosaic .row {
  margin: 0;
}

section.mosaic .mosaic-item {
  margin: 0;
  padding: 0;
  height: 160px;
  position: relative;
}

section.mosaic .mosaic-item .descricao-local{
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 1.5rem;
}

section.mosaic .mosaic-item:hover .descricao-local {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  content: '';
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.40);
  color: #fff;

}

section.mosaic .mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:  filter 0.5s;
}

section.mosaic .mosaic-item:hover img {
  filter: blur(1px);
}

#lista li.write {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-right: .15em solid orange; The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  letter-spacing: 0.05em; /* Adjust as needed */
  animation:
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

/*********************************
Servicos, consulta
********************************/

section.consulta {
  color: #67676b;
}

section.consulta h3 span {
  color: #e0040b;
}



section.consulta .row.big-card {
  background: #fff;
}

section.consulta .card-medico {
  width: 300px;
}

section.consulta .card-medico .foto {
  margin-bottom: 20px;
  width: 250px;
  height: 250px;
}

section.consulta .card-medico .foto img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

section.consulta .card-medico .nome {
  font-size: 1.5rem;
}

section.consulta .card-medico .descricao {
  font-size: 0.9remrem;
}

.table {
  height: 392px;
}

.borderless td, .borderless th {
  border: none !important;
  text-align: center;
  width: 25%;
  padding: 12px;
}

.borderless td .disponivel {
  background: #e0040b;
  color: #fff;
  border-radius: 8px;
  padding: 1px 10px;
  width: fit-content;
  margin: 0 auto;
}

/*********************************
Fale Conosco
********************************/

section.tour .tour-360 {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
}

.tour-title {
  color: #5f5f5f;
  position: relative;
  font-size: 2.5rem;
  text-align: justify;
}

.tour-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #e0040b;
  bottom: 0px;
  left: 50%;
  transform: translate( -50%, 0);
}

section.tour .tour-subtitle {
  color: #5f5f5f;
  font-size: 1.7rem;
}

section.tour .bg-tour {
  position: relative;
  height: 450px;
}

section.tour .bg-tour::after {
  display: block;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
}

section.tour .bg-tour img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

section.tour .tour-text {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

section.tour .tour-text img {
  width: 110px;
  margin-left: 15px;
}

section.tour .left-border {
  border-left: 3px solid #e0040b;
  padding-left: 5px;
}

section.duvidas {
  color: #67676b;
  font-family: BwModelica-Bold;
}

section.duvidas h1 span {
  color: #e0040b;
}

section.duvidas .duvidas-table {
  border: 2px solid #e0040b;
  border-radius: 15px;
}

section.duvidas .duvidas-table .duvida {
  border-bottom: 2px solid #e0040b;
  padding: 20px;
}

section.duvidas .duvidas-table .duvida.duvida-collapsed {
  background: #ececec;
}

section.duvidas .duvidas-table .duvida:last-child {
  border-top: 2px solid #e0040b;
  border-bottom: none;
}

section.duvidas .duvidas-table .duvida:nth-last-child(2) {
  border: none;
}

/*********************************
Seja um doador
********************************/

section.etapas-doacao {
  color: #67676b;
  height: 140px;
}

section.etapas-doacao h1 {
  font-size: 1rem;
}

section.etapas-doacao h2 {
  font-size: 0.9rem;
}

section.intervalo-doacoes {
  color: #67676b;
}

section.intervalo-doacoes h2 span {
  color: #e0040b;
  font-family: BwModelica-Bold;
}

section.intervalo-doacoes .intervalo-doacoes-card .foto {
  height: 100px;
}

section.intervalo-doacoes .intervalo-doacoes-card img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

section.intervalo-doacoes .intervalo-doacoes-card .descricao {
  font-size: 0.8rem;
}

section.intervalo-doacoes .intervalo-doacoes-card .descricao p span {
  color: #e0040b;
}

section.documentos .row {
  height: 400px;
}

section.aviso {
  color: #67676b;
}

section.aviso p span, section.aviso h2 span {
  color: #e0040b;
  font-family: BwModelica-Bold;
}

section.aviso .carousel-item .row {
  height: 270px;
  font-size: 0.7rem;
}

section.aviso span.carousel-control-next-icon, section.aviso span.carousel-control-prev-icon {
  padding: 18px;
  border-radius: 50%;
}

section.aviso span.carousel-control-prev-icon, section.aviso span.carousel-control-next-icon {
  display: none;
}

section.aviso span.carousel-control-prev-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") no-repeat center center #e11016;
  background-size: 13px 13px;
  z-index: 999;
}

section.aviso span.carousel-control-next-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") no-repeat center center #e11016;
  background-size: 13px 13px;
}

section.aviso a.carousel-control-next, section.aviso a.carousel-control-prev, section.aviso a.carousel-control-next:hover, section.aviso a.carousel-control-prev:hover {
  opacity: 1;
}

section.ebook {
  background: #8C031C;
  color: #FFF;
}

section.ebook h2{
  font-size: 1.5rem;
}

section.ebook input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 15px;
  color: #fff;
}

section.ebook input::placeholder {
  color: rgba(226, 226, 226, 0.651);
}

section.ebook a {
  width: 150px;
  height: 30px;
  outline: none;
  border: none;
  background: #e0040b;
  border-radius: 15px;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.doadores h2 {
  color: #5e5e5e;
  margin-bottom: 35px;
}

section.doadores h2 span{
  color: #e0040b;

}
section.doadores .foto {
  max-width: 290px;
  max-height: 290px;
  position: relative;
}
  section.doadores .foto img.perfil {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  section.doadores .foto img.arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }

  section.doadores p {
    color: #5e5e5e;
    font-size: .8rem;
    max-width: 290px;
    padding: 20px;
  }

  section.doadores  .card-doadores p {
    background: #fff;
  }

  .title-icones {
    position: relative;
  }

  .title-icones img{
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translate(0, -50%);
    width: 80px;
  }

  .red_underline {
    position: relative;
  }

  .red_underline.active::before {
    position: absolute;
    display: block;
    content: '';
    width: 0%;
    height: 2px;
    background: #e0040b;
    left: 0;
    bottom: -3px;
    animation-name: red_underline;
    animation-duration: 4s;
    animation-fill-mode: forwards;
  }

  @keyframes red_underline {
    from {width: 0%;}
    to {width: 100%;}
  }

/*********************************
Banco de sangue
********************************/

section.o-sangue .container {
  display: flex;
  justify-content: flex-end;
}

section.o-sangue .container .tubo {
  display: flex;
  justify-content: end;
  position: relative;
}

section.o-sangue .container .tubo-mobile {
  display: flex;
  justify-content: center;
  position: relative;
  height: 400px;
  width: 100%;
}

section.o-sangue .tubo-mobile p span {
  color: #e0040b;
}

section.o-sangue .container .tubo-mobile img {
  width: 320px;
  height: auto;
}

section.o-sangue .container .tubo-mobile .modal-button {
  width: 23px;
  height: 23px;
  padding: 0;
  border-radius: 50%;
  ;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX( -50%);
  transition: all 0.2s;
  outline: none;
  border: none;
}

section.o-sangue .container .tubo-mobile .modal-button.active {
  border: 12px solid rgba(256, 256, 256, 0.8);
  background: #e0040b;
  width: 43px;
  height: 43px;
  transform: translate( -50%, -20%);
}

section.o-sangue .container .tubo-mobile .modal-button.modal-button1 {
  top: 35%;
}

section.o-sangue .container .tubo-mobile .modal-button.modal-button2 {
  top: 61%
}

section.o-sangue .container .tubo-mobile .modal-button.modal-button3 {
  top: 82%
}

section.o-sangue .container .tubo-mobile .titulo-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 30px;
  padding: 0;
  border-radius: 15px;
  background: red;
  color: #fff;
}

section.processo-sangue .video-sangue {
  background: #8C031C;
  width: 100%;
  max-width: 700px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.processo-sangue .video-sangue img {
  width: 20%;
}

section.processo-sangue p.border-left-red {
  border-left: 3px solid #e0040b;
  line-height: 1rem;
  color: #5e5e5e;
  margin-top: 15px;
  padding-left: 3px;
  width: 100%;
  max-width: 700px;
}

section.legislacao {
  color: #fff;
  background: #8c031c;
  width: 100%;
  min-height: 350px;
}

section.legislacao a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.7rem;
  margin: 5px 0;
}

section.legislacao .red-right-line {
  width: 2px;
  height: 90%;
  background: #e0040b;
}

section.saiba-mais {
  color: #5e5e5e;
}

section.saiba-mais a {
  background-color: #e0040b;
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

/*********************************
Resultado exame
********************************/

#resultado-title {
  font-size: 2.2rem;
}

.inputs-login input {
  margin: 5px 0;
  height: 50px;
  width: 100%;
  border: 2px solid #e11016;
  border-radius: 10px;
  outline: none;
  padding: 5px 10px;
  background: transparent;
}

.inputs-login div {
  font-size: 0.8rem;
  width: 100%;
}

.inputs-login div span.esqueceu-senha {
  color: #e0040b;
}

section.pesquisa {
  color: #5e5e5e;
}

section.pesquisa h3 {
  font-size: 1.3rem;
}

section.pesquisa h3 span {
  color: #e0040b;
}

section.pesquisa p {
  font-size: 1.1rem;
}

section.pesquisa a {
  background-color: #e0040b;
  color: #fff;
  width: 250px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/*********************************
Footer
********************************/

footer {
  background: #8c031c;
  color: #fdfdfd;
  font-size: 0.9rem;
}

footer .linha-branca {
  width: 104%;
  height: 1px;
  background: #fff;
  margin-left: -2%;
}

footer .footer-title {
  position: relative;
  font-family: BwModelica-Bold;
}

footer .footer-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  background: #fff;
  bottom: -5px;
  left: 0;
}

footer ul {
  padding: 0;
  margin-top: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  display: inline-block;
  color: #fdfdfd;
  transition: all 0.3s;
  margin: 5px 0;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

footer ul li a:hover {
  color: #fdfdfd;
  transform: translateY(-5px);
  text-shadow: 0 3px 8px #000;
}

footer ul li a, footer ul li a:hover {
  text-decoration: none;
}

footer .footer-contato {
  font-size: 1rem;
}

footer .footer-endereco {
  font-size: 0.85rem;
}

footer .footer-contato, footer .footer-endereco {
  margin: 25px 0;
}

footer .footer-redes {
  margin-right: 30px;
}

footer .footer-redes a, footer .footer-redes a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

footer .footer-copyright {
  background: #fff;
  width: 100%;
  height: 60px;
  color: #979797;
}

footer .footer-copyright .container {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

footer .footer-copyright a, footer .footer-copyright a:hover {
  color: #979797;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  section.documentos .documentos-title h4 {
    font-size: 1.5rem;
  }
  section.documentos .documentos-text {
    font-size: 1.9rem;
    margin-top: 30px;
  }
  section.servicos .descricao, section.servicos2 .descricao {
    font-size: 0.7rem;
  }
  .banner-header span.carousel-control-prev-icon, .banner-header span.carousel-control-next-icon {
    display: flex;
  }
  section.documentos span.carousel-control-prev-icon, section.documentos span.carousel-control-next-icon, section.aviso span.carousel-control-prev-icon, section.aviso span.carousel-control-next-icon {
    display: flex;
  }
  
  section.missao .lista-valores li {
    font-size: 0.95rem;
  }
  section.missao .lista-valores-title li {
    font-size: 1.1rem;
  }
  section.mosaic .mosaic-item {
    height: 290px;

  }
  section.etapas-doacao {
    height: 200px;
  }
  section.etapas-doacao h1 {
    font-size: 1.8rem;
  }
  section.etapas-doacao h2 {
    font-size: 1.7rem;
  }
  section.intervalo-doacoes .intervalo-doacoes-card .foto {
    height: 220px;
  }
  section.intervalo-doacoes .intervalo-doacoes-card .descricao {
    font-size: 1rem;
  }
  section.ebook h2{
    font-size: 2rem;
  }
  section.aviso .carousel-item .row {
    font-size: 1rem;
    height: 236px;
  }
  section.processo-sangue .video-sangue {
    height: 400px;
  }
  section.legislacao a {
    font-size: 1rem;
  }
  .inputs-login {
    width: 450px;
  }
  .inputs-login input {
    height: 50px;
    width: 380px;
  }
  .inputs-login div {
    width: 380px;
  }
  #resultado-title {
    font-size: 2.2rem;
    width: 450px;
  }
  section.pesquisa h3 {
    font-size: 1.7rem;
  }
  .bolsa-sangue {
    width: 90px;
    height: 90px;
    margin: 10px;
  }
  .bolsa-sangue::after {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 992px) {
  nav .navbar-brand img {
    height: 120px;
  }
  nav .navbar-nav .nav-item .nav-link {
    background-color: transparent;
    padding: 4px 10px;
    font-size: 0.9rem;
  }
  nav .nav-item .nav-link.btn-nav {
    background: #e0040b;
  }
  section.documentos .img-documento {
    height: 85%;
    width: auto;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 999;
  }
  section.documentos .img-estetoscopio {
    height: 75%;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 150px;
    z-index: 999;
  }
  section.documentos .img-pe {
    height: 110%;
    width: auto;
    position: absolute;
    bottom: -10px;
    right: 50px;
    z-index: 999;
  }
  footer .footer-redes {
    margin-right: 80px;
  }
  section.servicos .descricao, section.servicos2 .descricao {
    font-size: 0.9rem;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    display: block;
  }
  section.documentos .documentos-title {
    margin-left: 70px;
  }
  section.sobre .img-sobre img {
    width: 420px;
    height: auto;
    position: absolute;
    object-fit: cover;
    right: 30px;
    bottom: 50%;
    transform: translate( 0, 50%);
  }
}

@media (min-width: 1200px) {
  nav .navbar-nav .nav-item .nav-link {
    padding: 4px 15px;
    font-size: 1rem;
  }
  .banner-header span.carousel-control-next-icon, .banner-header span.carousel-control-prev-icon {
    padding: 30px;
    border-radius: 50%;
  }
  .banner-header span.carousel-control-prev-icon, .banner-header span.carousel-control-next-icon {
    background-size: 18px 18px;
  }
  section.sobre .img-sobre img {
    width: 550px;
    max-height: 550px;
    position: absolute;
    object-fit: cover;
    right: 60px;
    bottom: 50%;
    transform: translate( 0, 50%);
  }
  section.o-sangue .tubo .buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.o-sangue .tubo .button {
    width: 23px;
    height: 23px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transform: translate( -50%, 0);
  }
  section.o-sangue .tubo .button.active {
    border: 12px solid rgba(256, 256, 256, 0.8);
    background: #e0040b;
    width: 43px;
    height: 43px;
    transform: translate( -50%, -20%);
  }
  section.o-sangue .tubo .button::after, section.o-sangue .tubo .button::before, section.o-sangue .tubo .button .dotted-line-left, section.o-sangue .tubo .button .dotted-line-right {
    animation: slide-down 2s ease-out;
  }
  @keyframes slide-down {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
  }
  section.o-sangue .tubo .button.button1 {
    left: 50%;
    top: 33.5%;
  }
  section.o-sangue .tubo .button.button1.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: -105px;
    left: -502px;
  }
  section.o-sangue .tubo .button.button1.active::before {
    content: "";
    display: block;
    position: absolute;
    width: 317px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: -50px;
    left: -310px;
    transform: rotate(20deg)
  }
  section.o-sangue .tubo .button.button2 {
    left: 50%;
    top: 62%;
  }
  section.o-sangue .tubo .button.button2.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: -246px;
    left: -652px;
  }
  section.o-sangue .tubo .button.button2.active::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    width: 662px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: 50px;
    left: -651px;
  }
  section.o-sangue .tubo .button .dotted-line-right, section.o-sangue .tubo .button .dotted-line-left {
    opacity: 0;
    transition: opacity 2s;
  }
  section.o-sangue .tubo .button.button2.active .dotted-line-left {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    width: 1px;
    height: 298px;
    border-bottom: 3px dashed red;
    border-left: 3px dashed red;
    top: -246px;
    left: -652px;
  }
  section.o-sangue .tubo .button.button2.active .dotted-line-right {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    width: 1px;
    height: 33px;
    border-left: 3px dashed red;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.o-sangue .tubo .button.button3 {
    left: 50%;
    top: 81%;
  }
  section.o-sangue .tubo .button.button3.active::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: -342px;
    left: -652px;
  }
  section.o-sangue .tubo .button.button3.active::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    width: 650px;
    height: 1px;
    border-bottom: 3px dashed red;
    top: 50%;
    left: -652px;
    transform: translateY(-50%);
  }
  section.o-sangue .tubo .button.button3.active .dotted-line-left {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    width: 1px;
    height: 350px;
    border-bottom: 3px dashed red;
    border-left: 3px dashed red;
    top: -340px;
    left: -652px;
  }
  section.o-sangue .tubo .titulo {
    width: 120px;
    height: 30px;
    padding: 0;
    border-radius: 15px;
    background: red;
    color: #fff;
    position: absolute;
    top: 53px;
    left: -375px;
    transform: translate( -50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.o-sangue .tubo .titulo1 {
    width: 120px;
    height: 30px;
  }
  section.o-sangue .tubo .titulo2 {
    width: 130px;
  }
  section.o-sangue .tubo .titulo3 {
    width: 130px;
    top: 346px;
    z-index: 9;
  }
  section.o-sangue .tubo .conteudo1 {
    width: 250px;
    height: 30px;
    padding: 0;
    border-radius: 15px;
    color: #5e5e5e;
    position: absolute;
    top: 105px;
    left: -310px;
    transform: translate( -50%, 0);
    font-size: 0.9rem;
  }
  section.o-sangue .tubo .conteudo2 {
    width: 300px;
    height: 30px;
    padding: 0;
    color: #5e5e5e;
    position: absolute;
    top: 84px;
    left: -285px;
    transform: translate( -50%, 0);
    font-size: 0.75rem;
  }
  section.o-sangue .tubo .conteudo3 {
    width: 300px;
    height: 30px;
    padding: 0;
    color: #5e5e5e;
    position: absolute;
    top: 105px;
    left: -285px;
    transform: translate( -50%, 0);
    font-size: 0.8rem;
  }
  section.o-sangue .tubo .conteudo2 h4 {
    font-size: 1.2rem;
  }
  section.o-sangue .tubo p, section.o-sangue .tubo h4 {
    margin-bottom: 10px;
  }
  section.o-sangue .tubo p span {
    color: #e0040b;
  }
  section.o-sangue .tubo img {
    height: 500px;
  }
  .linha-banner h1 {
    font-size: 4rem !important;
  }
}

@media (min-width: 1450px) {
  section.sobre .img-sobre img {
    width: 550px;
    max-height: 550px;
    right: 200px;
    bottom: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.fale-conosco .red-frame {
    bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.fale-conosco .red-frame {
    bottom: 5px;
  }
}

@media(max-width: 992px) {
  nav .navbar-collapse {
    background: #fff;
  }
}

@media(max-width: 767px) {
  .time-line-title,
  .title,
  .title-icones h2,
  .sobre-title h1,
  .tour-title {
    font-size: 1.8rem;
  }
  section.sobre .img-sobre > img {
    height: 220px;
  }
}
