section#modulo-tratamento-prioritario {
  display: flex;
  padding: 32px 16px 64px 16px;
  flex-direction: column;
  align-items: center;
  gap:  32px;
  align-self: stretch;
}
h2.titulo-tratamento{
  color:  #2C2C2C;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom:16px;
}
p.subtitulo-tratamento {
    color:  rgba(71, 71, 71, 0.80);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
  margin-bottom:0px;
}
.contenendor-carousel-prioritario.owl-carousel.owl-theme.owl-loaded.owl-drag {
display:inline-flex;
}
.elemento{
  display:block;  
}


.contenido-elemento{
  display:inline-flex;
  width: 216px;
  margin-left:56px;
  margin-right:56px;
  margin-top:10px;
}

.titulo-elemento {
  display: flex;
  align-items: center;
  margin:0px;
  
}

.icono-circulo {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left:2px;
  margin-right:2px;
}

.icono-circulo img {
  width: 100%;
  height: 100%;
  display: block;
 
}

.icono-circulo::after {
  content: attr(data-num);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #146A37;
  line-height: 1;
  pointer-events: none;
}


.linea-verde-oculta img {
  filter: brightness(0) invert(1); 
}
.contenido{
  width:100%;
  text-align:center;
  margin-left:0px;
  margin-right:0px;
}

a.link_smbold_s{
 font-family: "IberPangea Text";

  font-size: 14px;
font-style: 
    normal;
font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font; 
}
section#modulo-tratamento-prioritario a:hover {
  color: var(--Color-Content-Interactive-Hover);
  text-decoration-line: none;
}
.owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
button.owl-prev{
  opacity:1 !important;
  position: absolute;
  bottom: 160px;
  left: 1%;
}
button.owl-next {
   opacity:1 !important;
    position: absolute;
    bottom: 160px;
    left: 79%; 
}
 button.owl-next img {
   background: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
   padding:16px;
}
 button.owl-prev img {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
   padding:16px;
}
@media (min-width: 576px) {
  section#modulo-tratamento-prioritario {
    padding: 40px 48px;
    align-self: stretch;
  }
  .contenido-elemento{

  width: 275px;
  margin-left:0px;
  margin-right:0px;
   display: flex;
    
   
}
  .item{
    justify-items:center
  }
}

@media (min-width: 768px) {
  section#modulo-tratamento-prioritario {
    padding:  40px  42px;
  }

 
}

@media (min-width: 992px) {
  section#modulo-tratamento-prioritario {
    max-width: 992px;
    padding: 40px  82px  64px;
    margin: 0 auto;
  }

}

@media (min-width: 1200px) {
  section#modulo-tratamento-prioritario {
    max-width:1200px;
    padding: 40px  102px  64px;
  }
   .contenido-elemento{
  width: 334px;;
}
}

@media (min-width: 1920px) {
  section#modulo-tratamento-prioritario {
    max-width:  1920px;
    padding:  40px  324px  64px;
  }
 
    .contenendor-carousel-prioritario.owl-carousel.owl-theme.owl-loaded.owl-drag {
    width:max-content;
}
}