/* =============================================
   CREDITOS
   Extraido del <style> inline de modules/creditos.php
   El <link> queda EN LA MISMA POSICION para preservar la cascada.
   ============================================= */

.rounded-right{
            border-radius: 0 200px 200px 0;
    }

    .rounded-left{
            border-radius: 200px 0 0 200px;
    }

    .programs .formacion-card__title {
        font-size: 35px;
        min-height: 100px;
    }

    .credito-card.bordercs-2 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .credito-card__more {
        display: flex;
        margin-top: auto;
    }

    .credito-card:hover {
        text-decoration: none;
    }
