.bg-img-section {
  position: relative;
  overflow: hidden;
}

.card-tematico-eps {
  background-color: #FFE7E7;
}

.img-triangulo-verde-duplo {
  position: absolute;
  left: 0;
  top: 600px;
  width: auto;
  z-index: 1;
}

.logo-podcast-breve {
  width: 155px;
  height: 60px;

  margin-top: 45px;
}

.card-duvidas {
  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
}

.mapa-brasil-bg{
  position: absolute;
  right: -220px;
  top: 500px;
  width: 615px;
  z-index: 1;
}

.card-horizontal {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #00000040;
  width: 910px!important;
  height: auto;
  padding:20px;
  border-radius: 24px;
  margin-bottom: 25px;
  border: 2px solid #FFE7E7;

  position: relative;
  z-index: 7;
}

.ajuste-card {
  position: relative;
  z-index: 7;
}

.tamanho-card {
  width: 160px;
  height: auto;
  border-radius: 12px;
  box-shadow: none;

}

.img-logo-tematico {
  width: 64px;
  height: 25px;
}

.img-pattern-eps {
  opacity: 0.3;
  width: 56px;
  height: 20px;
}

.logo-card-eps {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 0 15px;
}

.titulo-card-eps {
  padding: 30px 15px 0 15px;

  strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 110.00000000000001%;
  }
}

.btn-ep {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #F40100;
  width: 130px;
  height: 34px;
  border-radius: 0 32px 32px 12px;
  margin-top: auto;

  p {
    font-weight: 600;
    font-size: 12px;
    line-height: 110.00000000000001%;
    color: #FFF;
    margin: 0;
    padding-right: 10px;
  }

  img {
    margin-top: 3px;
  }
}

.info-eps {
  margin-left: 20px;

  h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    flex-wrap: wrap;
    margin: 0;
  }

  .row {
    --vz-gutter-x: 0;
  }
}

.tag-medico{
  font-weight: 500;
  font-size: 14px;
  color: #000;
  background-color: #FFE7E7;
  border-radius: 8px 4px 8px 4px;
  max-width: 340px;
  text-align: center;
  margin: 12px 0;
}

.tempo-ep-podcast {
  display: flex;
  align-items: center;
  img {
    height: 16px;
    width: 16px;
    filter: invert(11%) sepia(77%) saturate(5066%) hue-rotate(0deg) brightness(120%) contrast(123%);
  }
  p {
    margin: 0;
    padding-left: 5px;

    font-weight: 600;
    font-size: 12px;
    color: #737373;
  }
}

.btn-acessar-podcast {
  border-color: #F40100;
  margin-top: 15px;
}

.data-podcast {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  vertical-align: bottom;
  color: #737373;

  display: flex;
  align-items: end;
  justify-content: end;
}

.footer-eps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-todos-eps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



@media (max-width: 767.98px) { 
  .tamanho-card {
    width: 100%;
  }

  .info-eps {
    margin: 0;
    h5 {
      margin: 10px;
    }
  }
  
  .data-podcast {
    display: flex;
    align-items: center;
    justify-content: end;

    order: 1;
  }

  .tempo-ep-podcast {
    order: 0;
  }

  .mapa-brasil-bg {
    top: 1200px;
  }

  .img-triangulo-verde-duplo {
    top: 1200px;
  }

  .ajuste-card {
    padding: 0 20px;
  }

  .tamanho-card {
    width: 100%;
  }

  .info-eps {
    margin: 0;
    h5 {
      margin: 10px;
    }
  }
  
  .data-podcast {
    display: flex;
    align-items: center;
    justify-content: end;

    order: 1;
  }

  .tempo-ep-podcast {
    order: 0;
  }
}

@media (max-width: 576px) { 
  .mapa-brasil-bg {
    top: 1200px;
    width: 400px;
  }
  .img-triangulo-verde-duplo {
    top: 1200px;
    width: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mapa-brasil-bg {
    top: 750px;
  }

  .img-triangulo-verde-duplo {
    top: 850px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mapa-brasil-bg {
    top: 1350px;
  }

  .img-triangulo-verde-duplo {
    top: 1400px;
  }
}

.dark-mode {
  .card-horizontal {
    background-color: var(--background-color-dark);
    color: var(--text-color-dark);
  }

  .tag-medico {
    color: #000;
  }

  .titulo-card-eps {
    strong {
      color: #000;
    }
  }
}
