.background{
    width: 100%;    
}
#mod-pasos-tudo-precisa {
    padding-top: var(--size-space-64, 64px);
    padding-bottom: var(--size-space-32, 32px);
    display:flex;
    flex-direction:column;
    gap:32px;
}
.text {
    display:flex;
    flex-direction:column;
    gap:16px;
    text-align:center;
    
}
.text .title_m  {
    margin:0;
    color: var(--Color-Content-General-1, #2C2C2C);
    text-align: center;
    font-family: "IberPangea Text";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    
}
.text .title_s  {
    margin:0;
    color: var(--Color-Content-General-1, #2C2C2C);
    font-family: "IberPangea Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;  
}
.text .body_regular_s  {
    margin:0;
    color: var(--Color-Content-General-1, #2C2C2C);
text-align: center;
font-family: "IberPangea Text";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; 
}
#mod-pasos-tudo-precisa h2.title_s.lg\:title_m {
    margin:0;
     text-align:center;
}
#mod-pasos-tudo-precisa .title_verde {
    color: var(--Full-Palette-Green-Green-50, #00A443);
}
#mod-pasos-tudo-precisa .owl-stage{
    align-items: center !important;
    justify-items: center;
    display: flex;
    justify-content: center;
}
#mod-pasos-tudo-precisa #cartoes {
    flex-direction: column;
    gap: 32px;
}

#mod-pasos-tudo-precisa #cartoes .cartao {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
   
}

#mod-pasos-tudo-precisa #cartoes .cartao svg {
    margin: 0;
    padding: 0;
}

#mod-pasos-tudo-precisa #cartoes .cartao .titulo {
    color: #2C2C2C;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IberPangea Text";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    padding: 0;
}

#mod-pasos-tudo-precisa #cartoes .cartao .subtitulo {
    color: #2C2C2C;
    text-align: center;
    font-family: "IberPangea Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

#mod-pasos-tudo-precisa #cartoes .cartao .texto {
    color: #2C2C2C;
    text-align: center;
    font-family: "IberPangea Text";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 32px;
}

.owl-theme .owl-dots .owl-dot:focus{
  outline: 0;
}

.owl-theme .owl-dots .owl-dot:hover span {
    border: solid 1px #2F6852;
    background: #fff
}

.owl-theme .owl-dots .owl-dot span{
    border: solid 1px #2F6852;
    background: #fff;
    margin: 0 8px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #00A443;
  border: solid 1px #689f38;
}


@media (min-width: 768px) {
    #mod-pasos-tudo-precisa {
        flex-direction: column;
        gap: 32px;
    }
}

@media (min-width: 992px) {
    #mod-pasos-tudo-precisa {
        display: grid;
        align-self: center;
        justify-content:center;
        flex-direction: column;
        align-items: center;
        gap: var(--size-space-48, 48px);
        align-content: center;
        justify-self: center;
        padding-bottom: var(--size-space-64, 64px);
    }

    #mod-pasos-tudo-precisa #cartoes {
        flex-direction: row;
       
        display: grid !important;
        grid-template-columns:1fr 1fr 1fr;
        gap: 24px var(--size-space-24, 24px);
    }
    
    
}




#mod-pasos-tudo-precisa .owl-theme .owl-nav + .owl-dots {
  align-self: center;
  justify-self: center;
  margin-top: 32px !important;
  border-radius: var(--border-radius-xxl, 100px);
  background: var(--Color-Surface-General-1, #FFF);
  border: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
  justify-content: center;
  display: flex;
  gap: 4px;
  padding: 4px;
  width: fit-content;
}

#mod-pasos-tudo-precisa .owl-theme .owl-dot {
  width: 24px;
  height: 24px;
  justify-items: center;
}

#mod-pasos-tudo-precisa .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid var(--Color-Control-Border-Active, #2F6852);
  width: 10px;
  height: 10px;
  margin: 0;
}

#mod-pasos-tudo-precisa .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--Color-Control-Border-Active, #2F6852) !important;
  border: 1px solid var(--Color-Control-Border-Active, #2F6852);
}

#mod-pasos-tudo-precisa .owl-theme .owl-nav {
  margin-top: 0px;
    height:0;
}

#mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-next,
#mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  border: var(--border-width-s, 1px) solid var(--Color-Border-General-1, #C8D9D0);
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius-xxl, 100px);
  background: var(--Color-Surface-General-1, #FFF);
  top: 28px;
}

#mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-next { left: 30%; }
#mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-prev { right: 30%; }

@media (min-width: 576px) {
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-next { left: 20%; }
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-prev { right: 20%; }
}

@media (min-width: 768px) {
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-next {left:15%;}
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-prev { right: 15%; }
}

@media (min-width: 1200px) {
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-next { left: 5%; }
  #mod-pasos-tudo-precisa .owl-carousel .owl-nav button.owl-prev { right: 5%; }
}
