.titulo_separador {
    
    color:                      #2195d3;
    font-size:                  2.5em;
    margin:                     25px auto;
    text-align:                 center;
    width:                      90%;
    font-family:                'Poppins' , sans-serif;
    font-weight:                400;
    
}
.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 {
    
    display: block;
    border-radius:              50%;
    height:                     300px;
    position:                   relative;
    margin:                     auto;
    max-width:                  100%;
    object-fit:                 cover;
    position:                   relative;
    width:                      300px;
    z-index:                    1;
    
}
.beneficios .caja .info .texto {
    
    background:                 white;
    border-radius:              1em;
    bottom:                     -120px;
    color:                      #515151;
    font-family:                'Poppins' , sans-serif;
    font-weight:                300;
    font-size:                  1.2em;
    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:                      #2195d3;
    font-size:                  1.5em;
    
}
.clientes {
    
    margin:                 0 auto;
    max-width:              1440px;
    position:               relative;
    width:                  95%;
    
}
.clientes .control_banner .prev_banner,
.clientes .control_banner .next_banner {
    
    background:             rgba(0, 0, 0, 0.5);
    border-radius:          50%;
    color:                  white;
    cursor:                 pointer;
    padding:                6px 10px;
    position:               absolute;
    text-align:             center;
    top:                    50%;
    transform:              translateY( -50% );
    z-index:                1;
    font-size:              8px;
    
}
.clientes .control_banner .prev_banner {
    
    left:                   10px;
    position:               absolute;
    
}
.clientes .control_banner .next_banner {
    
    position:               absolute;
    right:                  10px;
    
}
.clientes .slider_clientes {
    
    height:                 auto;
    width:                  100%;
    
}
.clientes .slider_clientes img {
    
    height:                 100%;
    object-fit:             cover;
    object-position:        center;
    width:                  100%;
    
}
.clientes .tns-nav {
    
    bottom:                 15px;
    left:                   50%;
    position:               absolute;
    transform:              translateX( -50% );
    text-align:             center;
    
}
@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;
        
    }
    
}
@media only screen and (min-width: 1460px){
    .clientes .control_banner .prev_banner {
    
        left:                   -30px;
        
    }
    .clientes .control_banner .next_banner {
        
        right:                  -30px;
        
    }
    
}