/*cementerio*/

.bd {
    margin-top: 110px;
    margin-left: 46px;
}

.bdp {
    color: #0000009e;
    text-align: justify;
}

.st {
    margin-top: 130px;
}


/*serfin*/
#contorno {
    color: #0000009e;
    text-shadow: #0000009e 0.1em 0.0em 0.2em
}

#lista {
    color: #0000009e;
    text-align: justify;
    margin-left: 32px;
}

#lema {
    color: #0000009e;
}

/*CARPAM*/
#p23 {
    color: #0000009e;
    text-align: justify;
}

/*CENTRO MÉDICO*/
.contenido {
    padding: 10px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contenido2 {
    padding: 30px 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card {
    height: 100%;
    max-width: 350px;
    margin: 0 20px;
    background: white;
    transition: 0.4s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.card .img {
    height: 250px;
    width: 100%;
}

.card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card .img:hover {
    height: 300px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.card .top-text {
    padding: 5px;
}

.card .top-text .name {
    font-size: 20px;
    font-weight: 600;

    color: #66bc66;
    text-align: center;
}

.card .top-text p {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    line-height: 20px;
    text-align: justify;
}

.card .bottom-text {
    padding: 0 20px 10px 20px;
    margin-top: 5px;
    background: #fcfcfc;

}

.card:hover .bottom-text {
    opacity: 1;
    visibility: visible;
}

.card .bottom-text .text {
    text-align: justify;
}

#txt {
    font-size: 15px;
    line-height: 1;
    color: black;
}

@media all and (max-width: 968px) {

    /*cementerio*/
    .st {
        margin-top: 10px;
    }
}
