.ministerios .contenedor>figure {
    height: 20px;
    margin-bottom: 4% !important;
}

.ministerios .contenedor>figure img {
    height: 100%;
}

.ministerios-titulos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.ministerios-titulos a {
    font-family: "poppins-medium" !important;
    border: 3px solid #5877ff;
    color: #5877ff;
    border-radius: 60px;
    padding: 4px 3%;
    text-decoration: none;
    text-align: center;
    cursor: auto;
    font-size: 20px;
}

@media only screen and (max-width: 1000px) {

    .ministerios .contenedor>figure {
        margin-bottom: 5% !important;
    }

    .ministerios-titulos {
        gap: 20px;
    }

    .ministerios-titulos a {
        padding: 4px 2%;
    }
}

@media only screen and (max-width: 800px) {

    .ministerios .contenedor>figure {
        margin-bottom: 50px !important;
    }

    .ministerios-titulos {
        gap: 25px 15px;
    }

    .ministerios-titulos a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .ministerios-titulos {
        gap: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .ministerios-titulos a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .ministerios-titulos {
        gap: 10px;
    }
}

/* BLOQUE 5: MINISTERIOS */

.ministerios .contenedor>figure {
    height: 20px;
    margin-bottom: 4% !important;
}

.ministerios .contenedor>figure img {
    height: 100%;
}

.ministerios-titulos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.ministerios-titulos a {
    font-family: "poppins-medium" !important;
    border: 3px solid #5877ff;
    color: #5877ff;
    border-radius: 60px;
    padding: 4px 3%;
    text-decoration: none;
    text-align: center;
    cursor: auto;
    font-size: 20px;
}

.ministerios-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 5% 0;
}

.ministerios-logos figure {
    height: 100px;
}

.ministerios-logos figure img {
    height: 100%;
}

@media only screen and (max-width: 1100px) {
    .ministerios-logos figure {
        height: 80px;
    }
}

@media only screen and (max-width: 1000px) {

    .ministerios .contenedor>figure {
        margin-bottom: 5% !important;
    }

    .ministerios-titulos {
        gap: 20px;
    }

    .ministerios-titulos a {
        padding: 4px 2%;
    }
}

@media only screen and (max-width: 800px) {

    .ministerios .contenedor>figure {
        margin-bottom: 50px !important;
    }

    .ministerios-titulos {
        gap: 25px 15px;
    }

    .ministerios-titulos a {
        font-size: 18px;
    }

    .ministerios-logos figure {
        height: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .ministerios-titulos {
        gap: 15px;
    }

    .ministerios-logos figure {
        height: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .ministerios-titulos a {
        font-size: 14px;
    }

    .ministerios-logos {
        justify-content: center;
        gap: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .ministerios-titulos {
        gap: 10px;
    }
}
