.titulo_separador {
    
    color:                      #61b641;
    font-size:                  2.5em;
    margin:                     25px auto;
    text-align:                 center;
    width:                      90%;
    
}
.beneficios {
    
    align-items:                center;
    display:                    flex;
    flex-wrap:                  wrap;
    justify-content:            space-around;
    margin:                     auto auto 140px;
    position:                   relative;
    width:                      90%;
    
}
.beneficios .caja {
    
    margin-bottom:              150px;
    position:                   relative;
    text-align:                 center;
    width:                      100%;
    
}
.beneficios .caja:last-child {
    
    margin-bottom:              0;
    
}
.beneficios .caja .info {
    
    position:                   relative;
    width:                      100%;
    
}
.beneficios .caja .info img {
    
    box-sizing:                 border-box;
    height:                     150px;
    position:                   relative;
    margin:                     auto;
    max-width:                  100%;
    position:                   relative;
    width:                      100%;
    z-index:                    1;
    
}
.beneficios .caja .info .texto {
    
    background:                 white;
    border-radius:              1em;
    color:                      #515151;
    font-family:                sans-serif;
    font-size:                  1.2em;
    font-weight:                bold;
    left:                       50%;
    line-height:                1.2em;
    margin:                     auto;
    text-align:                 center;
    text-shadow:                #21212121 0px 0px 5px;
    transform:                  translateX(-50%);
    padding:                    1em 0;
    position:                   absolute;
    width:                      300px;
    z-index:                    9;
    
}
.beneficios .caja .info .texto span {
    
    color:                      #61b641;
    font-size:                  1.5em;
    
}
.productos {
    
    align-items:                center;
    display:                    flex;
    flex-wrap:                  wrap;
    justify-content:            space-around;
    margin:                     auto auto 0;
    position:                   relative;
    width:                      90%;
    
}
.productos .caja {
    
    box-shadow:                 5px 5px 5px #d8e2ef;
    box-sizing:                 border-box;
    margin:                     1em auto;
    position:                   relative;
    text-align:                 center;
    width:                      100%;
    
}
.productos .caja .info {
    
    height:                     auto;
    position:                   relative;
    width:                      100%;
    
}
.productos .caja .info img {
    
    position:                   relative;
    margin:                     auto;
    max-width:                  100%;
    object-fit:                 cover;
    position:                   relative;
    width:                      300px;
    z-index:                    1;
    
}
.productos .caja .info .titulo {
    
    color:                      #61b641;
    font-family:                sans-serif;
    font-size:                  1.2em;
    font-weight:                bold;
    line-height:                1.2em;
    margin:                     auto;
    text-align:                 center;
    padding:                    1em 0 0;
    width:                      300px;
    
}
.productos .caja .info .texto {
    
    color:                      #515151;
    font-family:                sans-serif;
    font-size:                  .9em;
    font-weight:                bold;
    line-height:                1.2em;
    margin:                     auto;
    text-align:                 center;
    padding:                    1em 0;
    width:                      300px;
    
}
@media only screen and (min-width: 580px){
    
    .beneficios .caja {
        
        width:                      50%;
        
    }
    .productos .caja {
        
        width:                      50%;
        
    }
    
}
@media only screen and (min-width: 1024px){
    
    .titulo_separador {
        
        margin:                     50px auto;
        
    }
    .beneficios {
        
        margin:                     0 auto 0;
        
    }
    .beneficios .caja {
        
        width:                      30%;
        
    }
    .beneficios .caja:last-child {
    
        margin-bottom:              150px;
        
    }
    .productos .caja {
        
        width:                      30%;
        
    }
    
}