div#content {
    margin-top: 0px;
}

.xt-page-title-area {
    display: none;
}

.site-content-inner.container {
    padding: 0;
    width: 100%;
}


.theme-main-content-inner.row {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.theme-main-content-inner.row > div {
    width: 100%;
}

.modalidad .elementor-shortcode {
    color: #fff;
    font-size: 20px;
}



/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


ul.learn-press-nav-tabs .course-nav:last-child.active::after {
    position: absolute;
    top: unset;
    right: 0;
    width: 100%;
    height: 2px;
    background: #e91e63;
    content: "";
}

.single-lp_course .lp-ajax-message.error {
    display: none !important;
}


#lpCTitle {
    min-height: 500px;
    display: flex;
    align-items: center;
}

#lpCTitle h1{
  color:#fff;
}

#lpCTitle h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}


#lpCTitle {
    min-height: 500px;
    display: flex;
    background-size: cover;
    align-items: center;
    background-position: center center;
    position: relative;
}



#lpCTitle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5)
}

#lpCTitle > div {
  z-index: 1;
}


.lp-archive-courses .course-thumbnail .thumbnail a {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.reptro-course-items .course-info .course-instructor:before, .reptro-course-info .course-instructor:before {
  display: none;
}
.reptro-course-info {
  margin-top:23px;
}

.course-content .separator {
    margin-top: auto;
}
.course-content {
    display: flex;
    flex-direction: column;
}

.text-page {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0 25px;
}

li.col-lg-4.col-md-6.post-.lp_course.type-lp_course.status-publish.hentry.course {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.333333%;
    flex: 0 0 24.333333%;
    max-width: 24.333333%;
}


@media only screen and (max-width:767px) {


  .lp-entry-content.lp-content-area {
    width: 100%;
}

  ul.learn-press-nav-tabs .course-nav {
    float: none !important;
    flex: none !important;
  }
  ul.learn-press-nav-tabs.course-nav-tabs {
    display: grid;
    grid-template-columns: 1fr !important;
  }
  ul.learn-press-nav-tabs .course-nav {
    float: none !important;
  }
}
