/* =========================================================
   LINCOLN NEWS - VERSION FINAL CORREGIDA
========================================================= */

.courses{

    padding: 60px 0 50px !important;

    position: relative !important;
}

/* =========================================================
   TITULO
========================================================= */

.courses .section-heading{

    text-align: center !important;

    margin-bottom: 32px !important;
}

.courses .section-heading h2{

    display: inline-block !important;

    font-size: 34px !important;

    font-weight: 800 !important;

    color: #004694 !important;

    padding-bottom: 10px !important;

    border-bottom: 3px solid #0d5bd7 !important;

    letter-spacing: -0.5px !important;

    margin: 0 auto !important;
}

/* =========================================================
   OWL
========================================================= */

.courses .owl-carousel{

    position: relative !important;
}

.courses .owl-stage-outer{

    overflow: hidden !important;
}

.courses .owl-item{

    float:left !important;
}

/* =========================================================
   ITEM
========================================================= */

.courses .item{

    background: #ffffff !important;

    border-radius: 18px !important;

    overflow: hidden !important;

    box-shadow:
        0 6px 20px rgba(0,0,0,0.06) !important;

    transition: all .25s ease !important;

    margin: 10px 0 !important;

    border: 1px solid rgba(0,70,148,0.06) !important;

    position: relative !important;

    height: 100% !important;
}

.courses .item:hover{

    transform: translateY(-4px) !important;

    box-shadow:
        0 14px 28px rgba(0,70,148,0.12) !important;
}

/* =========================================================
   IMAGEN
========================================================= */

.courses .item img{

    width: 100% !important;

    height: 185px !important;

    object-fit: cover !important;

    display: block !important;
}

/* =========================================================
   CONTENIDO
========================================================= */

.courses .down-content{

    padding: 18px !important;

    background: #ffffff !important;
}

/* =========================================================
   TITULO CARD
========================================================= */

.courses .down-content h4{

    font-size: 14px !important;

    line-height: 1.45 !important;

    font-weight: 800 !important;

    color: #1f1f1f !important;

    margin-bottom: 12px !important;

    text-transform: uppercase !important;

    min-height: 64px !important;

    overflow: hidden !important;

    display: -webkit-box !important;

    -webkit-line-clamp: 3 !important;

    -webkit-box-orient: vertical !important;
}

/* =========================================================
   FECHA
========================================================= */

.courses .down-content .fecha{

    font-size: 11px !important;

    color: #0d5bd7 !important;

    font-weight: 700 !important;

    margin-bottom: 14px !important;
}

/* =========================================================
   TEXTO
========================================================= */

.courses .down-content p{

    font-size: 13px !important;

    line-height: 1.75 !important;

    color: #555 !important;

    margin-bottom: 14px !important;

    overflow: hidden !important;

    display: -webkit-box !important;

    -webkit-line-clamp: 5 !important;

    -webkit-box-orient: vertical !important;
}

/* =========================================================
   AUTOR
========================================================= */

.courses .author-image{

    display: none !important;
}

/* =========================================================
   BOTON
========================================================= */

.courses .text-button-free{

    margin-top: 18px !important;

    text-align: right !important;
}

.courses .text-button-free a{

    display: inline-block !important;

    padding: 10px 18px !important;

    border-radius: 12px !important;

    background: linear-gradient(
        135deg,
        #0d5bd7,
        #004694
    ) !important;

    color: #ffffff !important;

    font-size: 12px !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    transition: .25s ease !important;

    box-shadow:
        0 5px 14px rgba(13,91,215,0.18) !important;
}

.courses .text-button-free a:hover{

    transform: translateY(-1px) !important;

    background: linear-gradient(
        135deg,
        #1b6fff,
        #004694
    ) !important;
}

/* =========================================================
   NAV
========================================================= */

.courses .owl-nav{

    text-align: center !important;

    margin-top: 20px !important;
}

.courses .owl-nav button{

    margin: 0 5px !important;
}

/* =========================================================
   DOTS
========================================================= */

.courses .owl-dots{

    text-align: center !important;

    margin-top: 15px !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 991px){

    .courses{

        padding: 45px 0 35px !important;
    }

    .courses .section-heading{

        margin-bottom: 22px !important;
    }

    .courses .section-heading h2{

        font-size: 28px !important;
    }

    .courses .item img{

        height: 180px !important;
    }

    .courses .down-content{

        padding: 16px !important;
    }

    .courses .down-content h4{

        min-height: auto !important;

        font-size: 13px !important;
    }

    .courses .down-content p{

        font-size: 12px !important;

        -webkit-line-clamp: 4 !important;
    }

    .courses .text-button-free{

        margin-top: 16px !important;

        text-align: center !important;
    }

}