@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap");

.perfil_seleccionado {
    border: 5px dotted #85b8ac;
}


* {
    font-family: "Montserrat", sans-serif;
}

#div-ficha-grande {
    border-left: 1px solid black;
    min-height: 30rem;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.ficha {
    width: 100%;
    height: 8rem;
    background-color: #e6e6e6;
    background: linear-gradient(#f8f8f8, #e6e6e6);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    margin-top: -8rem;
    cursor:pointer;
}

.ficha h6 {
    line-height: 2rem;
    line-break: auto;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
}

.ficha-grande {
    width: 100%;
    min-height: 26rem;
    background-color: #e6e6e6;
    background: linear-gradient(#f8f8f8, #e6e6e6);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border: 2px solid rgba(0,0,0,1);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.bold {
    font-weight: 700;
    font-size: 20px;
}

.semi-bold {
    font-weight: 500;
    font-size: 16px;
}

.fg-left {
    background: #01A9DB;
    padding: 10px;
}

.fg-profile-item {
    padding: 5px 0;
    border-bottom: 2px solid #b1eaff;
}

.fg-profile-item h4 {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.fg-profile-item ul {
    margin-bottom: 0px;
    justify-content: space-between;
}

.fg-profile-item ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.fg-profile-item ul li:last-child {
    margin-bottom: 0;
}

.fg-profile-item .icon {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #01A9DB;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 16px;
    position: relative;
}

.ficha-grande .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fg-profile-item .data {
    color: #b1eaff;
}

.fg-right {
    background: #fff;
    padding: 10px 20px;
}

.fg-right h4 {
    margin-bottom: 5px;
    padding: 5px;
    color: #01A9DB;
    font-weight: 700;
    text-align: left;
}

.fg-right .fg-profile-item ul {
    padding-left: 40px;
    overflow: hidden;
}

.fg-right .fg-profile-item ul li {
    position: relative;
    display: inline;
}

.fg-right .fg-profile-item ul li .date {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.fg-right .fg-profile-item ul li .info {
    margin-bottom: 20px;
}

.fg-right .fg-profile-item ul li:last-child .info {
    margin-bottom: 0;
}

.fg-right .fg-profile-item ul li:last-child .info p {
    margin-bottom: 0;
}

.fg-right .fg-profile-item ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #01A9DB;
}

.fg-right .fg-profile-item.fg-historial ul li:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -21px;
    width: 2px;
    height: 60px;
    background: #01A9DB;
}

.fg-right .fg-profile-item.fg-turnos ul li {
    position: relative;
    display: flex;
}

.fg-right .fg-profile-item ul li .turno {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 10px;
    min-width: 100px;
}

.fg-right .fg-profile-item.fg-turnos ul li button {
    height: 25px;
    width: 25px;
    padding: 1px;
    margin: 0;
    border: 1px solid rgba(0,0,0,0.4);
}
