.portal_cards .card .card-body {
    display: flex;
    align-items: center ;
}

.portal_cards .card {
    margin-bottom: 30px;
    min-height: 180px;
    padding: 15px 5px;
}

.portal_cards  .card .icono {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0072B9;
}

.portal_cards .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
}

.portal_cards  .card-text {
    font-size: 14px;
}

.portal_cards .info{
    width: 80%; 
    margin-left: 5%;
    margin-right: 5%;
}

.portal_cards .btn-icon {
    background: #fff;
    color: #0072B9;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%; /* Hace el botón redondo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.portal_cards .btn-icon .wpbci-angle-right
{
    font-weight: bold; 
    color: #0072B9;

}

.portal_cards .card-title-capacitaciones, .section_tematicas_modulos h5 {
    color: #0072B9;
}

.section_nuestros_curos{
    align-items: center;
}

.section_nuestros_curos .h2 {
    color: #000;
    font-weight: bold;
}

/* Estilos para el contenedor del paginador */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
}

/* Estilos para el contenedor del paginador */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
}

/* Estilos para los enlaces del paginador */
.pagination a {
    display: block;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    color: #0072B9;
    border: 1px solid #0072B9;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

/* Estilos para el enlace activo */
.pagination a.active {
    background-color: #0072B9;
    color: #fff;
    border-color: #0072B9;
}

.pagination a:hover {
    background-color: #0072B9;
    color: #fff;
    border-color: #0072B9;
}

/* Estilos para los puntos suspensivos */
.pagination span {
    display: block;
    padding: 10px 15px;
    margin: 0 5px;
    color: #0072B9;
}

