.swiper {
    width: 90% !important;

}

.swiper-slide {
    text-align: center;

}

.empleadopadre {
    width: 260px;
    display: flex;
    flex-direction: column;

}

.empleadopadre img {
    width: 220px;
    height: 280px;
    object-fit: cover;
}

.empleadopadre h2 {
    color: #423D38;
    font-size: 20px;

}

.empleadopadre p {
    color: #423D38;
    font-family: caveat;
    font-size: 25px;
}

.swiper-slide button {
    font-size: 25px;
    font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ff9200;
}

.swiper-pagination-bullet-active {
    background-color: #ff9200;
    opacity: 1;
}

@media (max-width: 767px) {
    .swiper {
        width: 100% !important;

    }

    .swiper-slide {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .empleadopadre {
        width: 260px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .empleadopadre p{
        font-size: 30px;
    }


}
