/* Cards New 2023*/

    .body_cards_new_img{
        max-height: 220px !important;
    }
    
    .cont_cards_curso_diplomado .head_cards{
        max-height: 200px;
    }
    
    .cont_cards_curso_diplomado .head_cards img{
        border-radius: 0 0 1rem 1rem;
    }
    
    .tipo_de_programa{
        display: flex;
        width: 100%;
        position: absolute;
        justify-content: center;
        z-index: 1;
        line-height: 1;
        color: #FFF;
        bottom: 0;
        font-size: 1.125em;
        padding: 7rem 0 1.5rem 0;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,38,132,1) 95%);
        border-radius: 0 0 1rem 1rem;
    }
    
    .body_new_cards{
        display: flex;
        flex-direction: column;
        padding: 0.5rem;
        align-items: center;
        justify-content: center;
    }
    
    .name_new_cards{
        min-height: 60px;
        font-size: 1.375em;
        color: #002684;
        line-height: 1;
        font-weight: 600;
    }
    
    .line_new_card{
        display: flex;
        width: 100%;
        height: 2px;
        background-color: #002684;
    }
    
    .datos_new_cards{
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        padding: 1rem 0;
        gap: 1rem;
    }
    
    .certificacion_new_cards{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .certificacion_texto_new_cards{
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }
    
    .certificacion_texto_new_cards p{
        line-height: 1;
        font-weight: 500;
        
    }
    
    .certificacion_texto_new_cards p:nth-child(1){
        color: #383838;
        font-size: 0.875em;
    }
    
    .certificacion_texto_new_cards p:nth-child(2){
        color: #002684;
        font-size: 1.1875em;
    }
    
    .inicio_new_cards{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .inicio_texto_new_cards{
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
    }

    .inicio_new_cards p{
        line-height: 1;
        font-weight: 500;
    }
    
    .inicio_new_cards p:nth-child(1){
        color: #383838;
        font-size: 0.875em;
    }
    
    .inicio_new_cards p:nth-child(2){
        color: #002684;
        font-size: 1.1875em;
    }
    
    .precios_new_cards{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 1rem 0;
        gap: 1.5rem;
    }
    
    .tipo_new_cards{
        display: flex;
        background-color: #F2B015;
        border-radius: 1rem;
        padding: 1rem 1.5rem;
        text-align: center;
    }
    
    .tipo_new_cards p{
        font-size: 1.1875em;
        font-weight: 700;
        color: #002684;
        line-height: 1;
        letter-spacing: -1px;
    }
    
    .tipo_new_cards p span{
        text-transform: initial;
        font-size: 1em;
        font-weight: 500;
    }
    
    .monto_new_cards{
        display: flex;
        border: 2px solid #002684;
        background-color: #002684;
        border-radius: 1rem;
        padding: .65rem 4rem;
    }
    
    .monto_new_cards p{
        font-size: 1.5625em;
        font-weight: 500;
        font-family: 'Exo 2';
        color: #fff;
        line-height: 1;
        letter-spacing: -1px;
    }
    
    .boton_new_cards{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #FF0100;
        border-radius: 1.5rem;
        padding: 1rem 3rem;
        margin: 1rem;
    }
    
    .boton_texto_new_cards{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-weight: 500;
        font-size: 1.6875em;
        line-height: 1;
    }
    
   @media (max-width: 1366px){
       
        .certificacion_texto_new_cards p:nth-child(1){
            letter-spacing: -1px;
            font-size: 0.875em;
        }
        
        .certificacion_texto_new_cards p:nth-child(2){
            letter-spacing: -1px;
            font-size: 1.0625em;
        }
       
        .inicio_new_cards p:nth-child(1){
            letter-spacing: -1px;
            font-size: 0.875em;
        }
        
        .inicio_new_cards p:nth-child(2){
            letter-spacing: -1px;
            font-size: 1.0625em;
        }
       
       .tipo_new_cards p{
           font-size: 1.0625em;
       }
       
       .monto_new_cards p{
           font-size: 1.4375em;
       }
       
   }

   @media (max-width: 1280px){
       .body_cards_new_img {
            max-height: 200px !important;
        }
        
        .boton_texto_new_cards{
            font-size: 1.375em;
        }
        
   }

   @media (max-width: 850px){
       
       .tipo_new_cards p{
           font-size: 1em;
       }
       
       .monto_new_cards p{
           font-size: 1.375em;
       }
       
       .body_cards_new_img {
            max-height: 190px !important;
        }
   }


/* Fin Cards New 2023*/


/* contenedor central css */

    .cnt_max_width{
        width:100%;
        max-width: 1415px;
    }
    
    @media(max-width: 1415px){
        .cnt_max_width{
            width:100%;
            max-width: 1100px;
        }
    }
    
    @media(max-width: 850px){
        .cnt_max_width{
            width:100%;
            max-width: 600px;
        }
    }
    
    @media(max-width: 600px){
        .cnt_max_width{
            width:100%;
            max-width: 400px;
        }
    }
    
    @media(max-width: 415px){
        .cnt_max_width{
            width:100%;
            max-width: 300px;
        }
    }

/* fin contenedor central css */