.mt-3, .my-3 {
    margin-top: 1rem !important;
}

#ficha_titulo{
    font-size:14px;
    font-weight:bold;
}
.perfil_cliente {
    background: #FFF;
    margin-bottom: 30px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.perfil_cliente .portada {
    width: 100%;
    height: 150px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    position: relative;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.perfil_cliente .portada .cliente_foto p {
    color: rgba(255, 255, 255, 0.57);
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.cliente_foto .foto_cliente {
    width: 250px;
    height: 250px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
.cliente_foto {
    left: 20px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.info_cliente {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #eaeaea;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.info_cliente .info_principal ul {
    padding: 0;
}
.info_principal{
    margin-left: 30px;
    }
.info_cliente .info_principal ul li {
    display: block;
    padding: 8px 0;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #eaeaea;
}


.info_cliente .info_principal1 ul li {
        display: block;
        padding: 8px 0;
        font-family: 'Roboto', sans-serif;
        border-bottom: 1px solid #eaeaea;
    }
.info_cliente {
    background: #FFF;
    padding: 15px;
    border: 1px solid #eaeaea;
}
.details,
.show,
.hide:target {
  display: none;
}
.hide:target + .show,
.hide:target ~ .details {
  display: block;
}
a.show{
    text-decoration: none;
    color: #212529;
}
a.hide{
    text-decoration: none;
    color: #212529;
}

.hide:hover {
    text-decoration: none;
    color: #6db130;
    
}
.show:hover {
    text-decoration: none;
    color: #6db130;
    
}