.titulo_separador {
    
    box-sizing:                 border-box;
    color:                      #e7490f;
    font-family:                Barlow, sans-serif;
    font-weight:                900;
    font-size:                  2em;
    margin:                     25px auto;
    text-align:                 left;
    width:                      95%;
    
}
.beneficios {
    
    align-items:                center;
    display:                    flex;
    flex-wrap:                  wrap;
    justify-content:            center;
    margin:                     auto auto 50px;
    position:                   relative;
    width:                      98%;
    
}
.beneficios .caja {
    
    box-sizing:                 border-box;
    position:                   relative;
    text-align:                 center;
    width:                      45%;
    
}
.beneficios .redes a {
    
    font-size:                  .8em;
    width:                      100%;
    
}
.beneficios .redes a label {
    
    display:                    inline-block;
    text-align:                 right;
    width:                      40px;
    
}
.beneficios .redes a div {
    
    display:                    inline-block;
    text-align:                 left;
    width:                      90px;
    
}
.beneficios .redes span {
    
    background:                 #e7490f;
    border-radius:              50%;
    color:                      #fff;
    cursor:                     pointer;
    display:                    inline-block;
    font-size:                  1.25em;
    height:                     2em;
    line-height:                2em;
    margin-bottom:              10px;
    margin-right:               0.25em;
    text-align:                 center;
    transition:                 .2s;
    width:                      2em;
    
}
@media only screen and (min-width: 1024px){
    
    .titulo_separador {
        
        font-size:                  2.5em;
        
    }
    .beneficios .redes a {
    
        font-size:                  1em;
        
    }
    
}