.distro_card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /*background: #efefef;*/
    flex-wrap: wrap;
}

.card_grado {
    position: relative;
    width: 300px;
    height: 400px;
    /*background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;*/
    margin: 15px 20px;
}

.card_grado .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card_grado .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

/*.card_grado:hover {
    box-shadow: 0 5px 15px rgba(9, 6, 185, 0.5);
    transform: translateY(-15px);
}*/

.card_grado .head {
    height: 125px;
    width: 100%;
    position: relative;
}

.card_grado .head .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #0914aa;
    bottom: 0;
}

.card_grado .head .img {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    bottom: -30%;
    left: 50%;
    transform: translate(-50%);
}

.card_grado .head .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.card_grado .description {
    height: 200px;
    padding: 40px 20px 20px 20px;
    border-bottom: solid 1px rgba(6, 74, 76, .18);
    text-align: center;
}

.card_grado .description h3 {
    color: #05383a;
}

.card_grado .description h5 {
    color: #1c5a5c;
}

.card_grado .description p {
    margin-top: 20px;
    font-size: 15px;
}


.card_grado .contact {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_grado .contact a {
    text-decoration: none;
    color: #fff;
    background: #0c99a3;
    padding: 5px 20px;
    border-radius: 5px;
    transition: .3s;
}

.card_grado .contact a:hover {
    background: #0b6164;
}

.card_grado .back {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}

.card_grado .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card_grado .back .link a {
    color: #f3f3f3;
}

.card_grado .back h3 {
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.card_grado .back p {
    letter-spacing: 1px;
}

.card_grado:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card_grado:hover .back {
    transform: perspective(600px) rotateY(360deg);
}

.card {
    position: relative;
    width: 300px;
    height: 400px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
    margin: 15px 20px;
}

.card:hover {
    box-shadow: 0 5px 15px rgba(9, 6, 185, 0.5);
    transform: translateY(-15px);
}

.card .head {
    height: 125px;
    width: 100%;
    position: relative;
}

.card .head .circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #0914aa;
    bottom: 0;
}

.card .head .img {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    bottom: -30%;
    left: 50%;
    transform: translate(-50%);
}

.card .head .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.card .description {
    height: 200px;
    padding: 40px 20px 20px 20px;
    border-bottom: solid 1px rgba(6, 74, 76, .18);
    text-align: center;
}

.card .description h3 {
    color: #05383a;
}

.card .description h4 {
    color: #1c5a5c;
}

.card .description p {
    margin-top: 20px;
    font-size: 15px;
}


.card .contact {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .contact a {
    text-decoration: none;
    color: #fff;
    background: #0c99a3;
    padding: 5px 20px;
    border-radius: 5px;
    transition: .3s;
}

.card .contact a:hover {
    
    background: #0b6164;
}

.card__seguimiento_section{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.card_seguimiento_general{
    border: 1px solid #000000;
}
.card_display{
    display: flex;
    justify-content: space-around;
    align-items: center;
}