.contactos-contenedor {    
    top: 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #9c058d;
    height: 40px;
    z-index: 1001;
    background: #fff;
    position: fixed;
}

.textos-contactos{
    margin: 10px 20px 10px 0;
    text-align: end;
}

.textos-contactos a{    
    text-decoration: none;
    padding-right: 20px;
    color: #9c058d;  
}

.textos-contactos i{
    padding-left: 10px;
    padding-right: 10px;
    color: #9c058d;
    font-size: 18px;
    border-left: 1px solid #9c058d;
}

.textos-contactos h5{
    display: contents;
    font-weight: 300;
    color: #9c058d;
}

@media only screen and (max-width: 600px) {
    .textos-contactos h5{
        display: none;
    }
}

@media only screen and (max-width: 399px) {
    .textos-contactos{
        margin: 10px 5px 10px 0;
        text-align: end;
    }
    
    .textos-contactos a{    
        padding-right: 5px;
        font-size: 12px; 
    }
    
    .textos-contactos i{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }   
       
}

@media only screen and (max-width: 239px){
    .contactos-contenedor {    
        height: 90px;
    }

    .textos-contactos a{
        padding-bottom: 10px;
    }

    .textos-contactos i{
    border-left: 0;
    }

}