.descrip-contenedor{
    display: block;
    height: auto;
    width: auto;
    transition: 0.5s;
    opacity: 0;
}

#soporte-tecnico-descrip{
    top: -390px;
    left: -1000px;
    position: absolute;
    color: #75c5eb;
}

#consultoria-descrip{
    top: -1000px;
    left: 43px;
    position: absolute;
    color: #596e80;
}

#outsourcing-descrip{
    top: -390px;
    right: -1000px;
    position: absolute;
    color: #004258;
}

#soporte-tecnico:hover #soporte-tecnico-descrip{
    left: 43px;
    opacity: 1;
}

#consultoria:hover #consultoria-descrip{
    top: -390px;
    opacity: 1;
}

#outsourcing:hover #outsourcing-descrip{
    right: 43px;
    opacity: 1;
}

.lineas-descrip{
    background: #fff;
    display: inline-block;
    text-align: left;
    padding: 15px;
    cursor: auto;
    height: 170px;
    width: 280px;
}

#soporte-tecnico-descrip .lineas-descrip{
    border-radius: 10px;
    border: 2px solid #75c5eb;
    z-index: 9999;
}

#consultoria-descrip .lineas-descrip{
    border-radius: 10px;
    border: 2px solid #596e80;
    z-index: 999;
}

#outsourcing .lineas-descrip{
    border-radius: 10px;
    border: 2px solid #004258;
    z-index: 99;
}

h.subtitulo{
    display: block;
    font-size: 15px;
    font-weight: bolder;
    width: auto;
    line-height: 13px;
    text-decoration: underline
}

.parrafo-lineas{
    background-repeat: no-repeat ;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    padding-left: -10px;
    padding-top: 14px;
    width: 260px;
    vertical-align: super
}

.asta-lineas{
    display: inline-block;
    width: 2px;
    vertical-align:top
}
    
#soporte-tecnico .asta-lineas{
    background: #75c5eb;
    height: 81px;
}

#consultoria .asta-lineas{
    background: #596e80;
    height: 126px;
   
}

#outsourcing-descrip .asta-lineas{
    background: #004258;
    height: 156px;
}

.parrafo-lineas hr{
    display: inline-block;
    width: 10px;
    height: 2px;
    vertical-align: super;
    margin-left: -4px;
    margin-right: 2px;
}


#soporte-tecnico hr{
    background-color: #75c5eb;
}

#consultoria hr{
    background-color: #596e80;
}

#outsourcing hr{
    background-color: #004258;
}

.interlineado-outsourcing{
    margin-top: 2.5px;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 2.5px;
}

#consultoria-descrip .parrafo-lineas{
    background-position: 0px 0px;
}