* {
    margin: 0;
    padding: 0;
}

.upaep__talleres-img img {
    width: 100%;
}

.upaep__talleres-img {
    padding: 35px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upaep__talleres-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    width: 100%;
    padding: 40px 0 50px;
}

.upaep__talleres-content-btn {
    width: 12%;
}

.upaep__talleres-content-btn button {
    width: 100%;
    margin: 0 auto !important;
}

h1.upaep__talleres-title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #1D335B;
    padding: 75px 0 0;
}

.custom--header {
    top: 0 !important;
}

h4.modal-title {
    color: #1D335B !important;
    font-weight: bold !important;
    font-family: 'Fira Sans' !important;
    font-size: 30px !important;
}

.modal-body {
    color: #52565A !important;
    font-size: 17px;
    font-weight: 500;
    padding: 25px 20px;
}

.modal-content {
    width: 50% !important;
    margin: 0 auto !important;
}


@media only screen and (max-width: 994px) and (min-width: 300px) {
    h1.upaep__talleres-title {
        font-size: 30px;
        padding: 0;
    }

    .upaep__talleres-content {
        gap: 20px;
        padding: 20px 0 25px;
    }

    .upaep__talleres-content-btn {
        width: 75%;
    }

    .upaep__talleres-img {
        padding: 0;
    }
}