#mod-smart-mobility {
    justify-self: center;
    display: flex;
    max-width:  360px;
    padding: 40px 16px 0  16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-0, 0);
}

.contenedor-smart {
    display: flex;
    padding:  24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius:  16px;
    background: #DCEBE1;
}
a.btn.wcom-button.button-green{
    width: 132px;
    
    margin:0;
    }
a.btn.wcom-button.button-green {

   gap:  0;
    flex: 1 0 0;
    border-radius: 100px;
    background:  #2F6852;
    color:  #FFFAF6;

    font-family: "IberPangea Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
   
}
a.btn.wcom-button.button-green:hover {

   
    background:  #00402A!important;   
}
a.btn.wcom-button.button-green:active {

   
    background:  #00402A!important;   
}
a.btn.wcom-button.button-green:focus {

   
    background:  #00402A!important;   
}

.contenedor-boton-saber-mais {
  text-align:center;
    
}
.contenido-smart a.btn.wcom-button.button-green{
    width: 132px !important;
    
    margin:0 auto;
    }
.contenido-smart {
    display: flex;
    padding:  0;
    flex-direction: column;
    /* align-items: center; */
    /* gap:  24px; */
    /* align-self: stretch; */
}

picture.img-smart-mobility {
    flex: 1 0 0;
    align-self: stretch;
}

img.img-header {
    border-radius:  16px;
    width: 100%;
   height:auto;
   
}

.contenido-smart {
    
     gap: 24px; 
   
}

.texto-smart {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.texto-smart>h2.title_s {
    color:  #2C2C2C;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: IberPangea;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.texto-smart>p.body_regular_l {
    margin: 0;
    color:  #2C2C2C;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: IberPangea;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 576px) {
    #mod-smart-mobility {
       
        max-width:  576px;
        padding:  80px 42px;
       
     
    }
    .contenedor-smart {
    padding: var(--size-space-24, 24px) var(--size-space-32, 32px);
    gap: 32px;
    }
   #mod-smart-mobility img.img-header {
   
      object-fit:cover;
       max-height:300px;
       
      
    }
    
}



@media (min-width: 768px) {
    #mod-smart-mobility {
       
        max-width: 768px;
        padding:  80px 48px;
        
        gap:  0;
    }

    .contenedor-smart {
        padding: 32px;
        gap: 32px;
    }
      #mod-smart-mobility img.img-header {
   
      object-fit:fill;
       max-height:300px;
       
      
    }
}

@media (min-width: 992px) {
    #mod-smart-mobility {
        max-width:992px;
        padding:  80px  82px;
        gap:  0;
        
    }

    .contenedor-smart {
        display: flex;
padding: var(--size-space-32, 32px);
        flex-direction:row;
        justify-items: space-between;
        gap:0;

    }
    
    .contenido-smart {
      align-self:center;
width: 441px;
padding-left: 16px;
gap:  24px;
   
    }
    .texto-smart>h2.title_s {
        text-align:start;
    }
    .texto-smart>p.body_regular_l{
        text-align:start;
    }
   
}

@media (min-width: 1200px) {
    #mod-smart-mobility {   
      max-width: 1200px;
        padding:  80px 102px;
       
      
    }
     .contenido-smart{
        width: 523px;
     }
}

@media (min-width: 1920px) {
    #mod-smart-mobility {
        min-width:  1920px;
        padding:  80px 324px;
        
    }
    .contenido-smart{
       width: 668px;
     }
}