.card-large {
    border: 1px solid #D6ECF8;
    border-radius: 10px;
    padding: 4px;
    transition-duration: .3s;
}

.card-large:hover {
    background-color: #23363F;
    border: 1px solid #fff;
}

.card-large .img {
    width: 170px !important;
    height: 110px !important;
    border-radius: 10px;
    margin-right: 10px;
    transition-duration: .3s;
}

.card-large:hover .img {
    transform: scale(1.05);
}


.card-large .icon {
    width: 26px !important;
}

.card-large h5 {
    color: #315C9F;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.card-large p {
    color: #5E7FB1;
    font-weight: 300;
    font-size: 11px;
}

.item-card {
    min-height: 300px;
    background-color: #23363F;
    border-radius: 5px;
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    transition-duration: .3s;
}



.item-card-white {
    background-color: #fff !important;
}

.item-card:hover {
    background: #C5C5C5;
    background: linear-gradient(90deg, rgba(232, 251, 245, 1) 0%, #C5C5C5 80%);
}

.item-card:hover .img-person {
    filter: brightness(0.5);
}

.item-card .img-person {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #5e7fb1;
    padding: 4px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.item-card h6 {
    color: #23363F;
    font-weight: 500;
    font-size: 20px;
}

.item-card p {
    color: #23363F;
    font-weight: 300;
    font-size: 14px;
}

.card-horario {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.card-horario .card-head {
    color: #fff;
    text-align: center;
    background-color: #23363F;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.card-body {
    border-left: 2px solid #251023;
    border-right: 2px solid #251023;
    border-bottom: 2px solid #251023;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-horario h6 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.card-horario h6 span {
    font-weight: 300;
}


#seccion-examenes .item-card:hover h6 {
    color: #23363F !important;
}

#seccion-examenes .item-card:hover p {
    color: #23363F !important;
}