#home_hero .fl-row-content-wrap::after {
    background: linear-gradient(285deg, transparent 0%,#202833 70%);
}

@media (max-width: 640px) {
    #home_hero .fl-row-content-wrap {
        min-height: 100%;
        padding-top: 120px;
        padding-bottom: 240px;
        background-position: left center;
    }
}

#home_hero h1 {
    color: var(--white-color);
    max-width: 640px;
}

#home_hero p {
    color:var(--white-color);
    font-size: 18px;
    max-width: 640px;
    line-height: calc(18px * 1.5);
}

@media ( max-width: 640px ) {
    #home_hero p {
        font-size: 14px;
        line-height: 1.8;
    }
}

#home_hero .hero-cta .fl-col-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

#home_hero .hero-cta .uabb-list-icon .uabb-list-icon-wrap
.uabb-list-icon-text-heading {
    font-size: 12px;
    max-width: 140px;
    line-height: calc(12px * 1.4);
}

@media ( max-width: 640px ) {

    #home_hero .hero-cta .fl-col-content {
        flex-direction: column;
    }

    #home_hero .hero-cta .fl-col-content  {
        width: 100%;
        float: none;
        align-items: flex-start;
    }
}

/***************** HERO FEATURES *******************/
/***************************************************/

#hero_features {
    margin-top: -100px;
}

#hero_features .pp-infolist-wrap .pp-list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    background: #fff;
    /* box-shadow: 0px 24px 84px #EEEEEE; */
    border-radius: 12px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.14));
}

@media ( max-width: 768px ) {

    #hero_features  {
        margin-top: -140px;
    }
    
    #hero_features .pp-infolist-wrap .pp-list-items {
        flex-direction: column;
    }
}

#hero_features .pp-infolist-wrap .pp-list-items 
.pp-list-item {
    flex: 1;
    padding: 24px;
}

#hero_features .pp-infolist-wrap .pp-list-items 
.pp-list-item .pp-infolist-icon img {
    width: 40px;
    height: 40px;
}

@media (max-width: 1180px) {
    #hero_features .pp-infolist-wrap .pp-list-item-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }
}

#hero_features .pp-infolist-wrap .pp-list-items 
.pp-list-item:nth-child(2) {
    border-right: 1px solid #E7E6E5;
    border-left: 1px solid #E7E6E5;
}

@media ( max-width: 768px ) {
    #hero_features .pp-infolist-wrap .pp-list-items 
    .pp-list-item:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #E7E6E5;
        border-bottom: 1px solid #E7E6E5;
    }
}

#hero_features .pp-infolist-wrap .pp-list-items 
.pp-list-item .pp-infolist-title-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

#hero_features .pp-infolist-wrap .pp-list-items 
.pp-list-item .pp-infolist-description {
    color: #6a6a6a;
    font-size: 14px;
}

/***************** HOME INTRODUCTION ***********************/
/***********************************************************/


@media (max-width: 992px) {
    #home_introduction .box-left,
    #home_introduction .box-right {
        min-width: 100%;
    }
}

#home_introduction .uabb-list-icon .uabb-list-icon-text
p.uabb-list-icon-text-heading {
    font-size: 16px;
    line-height: calc(16px * 1.6);
    color: #2e2e2e;
    max-width: 480px;
}

@media ( max-width: 640px ) {
    #home_introduction .box-left .uabb-list-icon-wrap .uabb-imgicon-wrap img {
        max-width: 96px;
    }

    #home_introduction .uabb-list-icon .uabb-list-icon-text
    p.uabb-list-icon-text-heading {
        font-size: 14px;
        line-height: 1.6;
    }
}

#home_introduction .box-right {
    position: relative;
    padding-left: 32px;
}

@media ( max-width: 992px ) {
    #home_introduction .box-right {
        padding: 0px;
    }
} 

#home_introduction .box-right .fl-photo-content {
    min-width: 100%;
}

#home_introduction .box-right img {
    max-height: 500px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

#home_introduction .enrique-name {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    background: #fff;
    padding: 12px 16px;
    border-radius: 0px 24px 0px 0px;
}

#home_introduction .enrique-name p {
    background: var(--secondary-color);
    padding: 16px 64px;
    border-radius: 255px;
    color: var(--white-color);
    width: 100%;
}

/********************** HOME COURSES *********************/
/*********************************************************/

#home_courses .section-title .fl-col-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

@media ( max-width: 840px ) {

    #home_courses .section-title .fl-col-content {
        justify-content: space-between;
    }
}

#home_courses .primary-button a.fl-button {
    padding: 6px 16px;
    font-size: 14px;
}

@media ( max-width: 840px ) {

    #home_courses .section-title .primary-button a.fl-button {
        padding: 4px 8px;
        font-size: 12px;
        min-width: max-content;
    }
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post-grid {
    display: flex;
    gap: 16px;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post {
    float: none;
    background: #fff;
    border-radius: 8px 8px;
    display: flex;
    flex-direction: column;
    /*box-shadow: 0px 24px 24px #F5F5F5;*/
    box-shadow: 0 10px 14px 0 rgba(37,44,65,0.12);
	transition: all .4s ease;
}

@media ( max-width: 1180px ) {

    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post-grid {
        flex-wrap: wrap;
    }
    
    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post-grid .pp-content-post {
        max-width: calc(33.33% - 16px);
        min-width: calc(33.33% - 16px);
    }
    
}

@media ( max-width: 992px ) {

    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post-grid .pp-content-post {
        max-width: calc(50% - 16px);
        min-width: calc(50% - 16px);
    }
    
}

@media ( max-width: 640px ) {

    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post-grid {
        gap: 32px;
    }
    
    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post-grid .pp-content-post {
        max-width: 100%;
        min-width: 100%;
    }
    
}

#home_courses .pp-posts-wrapper .pp-content-posts .pp-content-post:hover {
	transform: scale(1.02);
	box-shadow: 0px 12px 24px #e7e5e5;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-image {
    padding: 0px;
}

@media (max-width: 640px ) {
    #home_courses .pp-posts-wrapper .pp-content-posts
    .pp-content-post .pp-content-grid-post-image img {
        max-height: 240px;
        object-fit: cover;
    }
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-text {
    padding: 24px 24px 64px 24px;
    height: 100%;
    position: relative;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-text h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-text h3:hover a {
    color: var(--secondary-color);
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-text 
.pp-content-grid-post-excerpt p {
    font-family: var(--primary-font);
    font-size: 12px;
    line-height: 1.6;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .pp-content-grid-post-more-link {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #F4F5FA;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 24px;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .course-cta .course-price p {
    margin: 0px;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .course-cta .course-button,
#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .course-cta .course-price p:last-child,
#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .course-cta .course-price p:first-child strong {
    display: none;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post .course-cta .course-price p:first-child {
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post a.view-more {
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: fit-content;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post a.view-more span {
    transform: translateX(0px);
    transition: all .4s ease;
}

#home_courses .pp-posts-wrapper .pp-content-posts
.pp-content-post a.view-more:hover span {
    transform: translateX(4px);
}

@media (min-width:555px) {
    #home_courses .view-more-desktop {
        display: none;
    }
}

@media ( max-width: 554px ) {
    #home_courses .view-more-mobile {
        display: none;
    }
}

/********************** SPECIALIZATIONS *********************/
/************************************************************/

#specializations .section-title {
    margin-bottom: 32px;
    text-align: center;
}

#specializations .specialization-card 
.fl-col-content {
    padding: 24px 48px;
    margin: 0px;
}

@media (max-width: 1180px) {
    #specializations .specialization-card 
    .fl-col-content {
        padding: 24px;
    }
}

@media ( max-width: 992px ) {

    #specializations .fl-col-group-equal-height {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0px 24px;
    }
    
    #specializations .specialization-card  {
        min-width: 100%;
    }

    #specializations .specialization-card 
    .fl-col-content {
        min-height: 240px;
        border-radius: 16px;
        padding: 4px 12px;
        box-shadow: 0px 24px 24px #f5f5f5;
    }
}

#specializations .specialization-card .fl-col-content::after {
    background: linear-gradient(180deg, rgba(76, 76, 76, 0) 42.79%, rgba(91, 28, 23, 0.8) 80%);
}

#specializations .specialization-card h3.fl-heading {
    color: #fff;
    font-size: 20px;
    line-height: calc(20px * 1.5);
}

@media ( max-width: 992px ) {
    
    #specializations .specialization-card h3.fl-heading {
        font-size: 16px;
        line-height: 1.4;
    }
    
}

#specializations .specialization-card .link-button a.fl-button {
    color: var(--tertiary-color);
    align-items: center;
}