/*!
Theme: escuela_peritos
Archive: Css para LearnPress
*/
/* Modificaciones Plantilla LearnPress */

/*--------------------------------------------------------------
## Single Cursos
--------------------------------------------------------------*/

//*#learn-press-course-tabs .course-tab-panel{
  display: block !important;
}*/
.course-tabs, .content-info-course{
  width: 100%;
  position: relative;
}
.title-course-fx{
  background: #0b0033;
  padding: 20px;
  text-align: center;
  border-radius: 40px 40px 0px 0px;
  margin: -2px;
}
.title-course-fx h3{
  color: #fff;
  font-weight: 400;
}
.lp-single-course .course-price {
  text-align: center;
  font-weight: 900;
  margin-top: 15px;
}
.lp-single-course .course-price .price{
  font-size: 30px !important;
}
.container-info-course{
  border: 3px dashed #0b0033;
  border-radius: 40px;
}
.lp-single-course .lp-course-buttons{
  text-align: center;
  margin-top: 30px;
}
ul.learn-press-nav-tabs{
  display: none;
}
.course-students{
  display: none;
}
.resumen-course{
  background: rgba(11,0,51,0.1);
padding: 20px;
border: 0.25px solid rgba(11,0,51,0.2);
}
.resumen-course ul{
  margin: 40px 0;
  list-style: none;
  padding: 0;
}
.resumen-course ul li{
  margin-bottom: 10px;
}
.resumen-course ul li:before{
  content: "\f00c";
display: inline-block;
margin-right: 17px;
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 22px;
color: #0b0033;
vertical-align: bottom;
}
.info-course-basica{
  font-size: 15px;
  margin: 20px;
  padding: 15px;
  background: rgba(11,0,51,0.1);
}
.info-course-basica ul{
  margin: 0 0 1.5em 0em;
  list-style: none;
}
.info-course-basica ul li{
  margin-bottom: 8px;
}
.info-course-basica ul li:before{
  content: "\f0da";
display: inline-block;
margin-right: 17px;
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 20px;
color: #0b0033;
vertical-align: bottom;
}
.course-description{
  margin-top: 40px;
}
.cta-course{
  text-align: center;
  background: #0b0033;
  padding: 15px;
  border-radius: 40px;
  margin: 60px auto;
  width: 90%;
}
.cta-course h3{
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
}
.cta-course button{
  background: #fff;
  color: #0b0033;
  border-color: #fff;
}
.cta-course button:hover{
  background: #0b0033;
  color: #fff;
}
.learnpress-page .lp-button{
  background: #0b0033 !important;
color: #fff !important;
text-transform: uppercase !important;
}
.faq-course{
  clear: both;
  background: rgba(11,0,51,0.1);
  padding: 25px;
  margin: 30px 0;
}
.meta-item-student{
  display: none !important;
}
@media screen and (min-width: 37.5em){
  .resumen-course ul{
    -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    margin-top: 40px;
    list-style: none;
  }
  .resumen-course ul li{
    margin-left: 30px;
  }
  .cta-course{
    width: 90%;
  }
}
@media screen and (min-width: 59.375em){

  .content-info-course{
    width: 28%;
    float: right;
    height: 2500px;
  }
  .container-info-course{
    border: 3px dashed #0b0033;
    border-radius: 40px;
    position: sticky;
    top: 120px;
  }
  .cta-course{
    width: 60%;
  }
  .faq-course{
    padding: 30px 120px;
  }
}
#course-item-content-header{
  background: #0b0033 !important;
}
#course-item-content-header .form-button.lp-button-back button{
  background: #fff !important;
  font-size: 14px !important;
  border-color: #fff !important;
  color: #0b0033;
}
#course-item-content-header .course-title a{
  color: #fff;
}
#course-item-content-header .course-item-search input{
  background: #fff !important;
  padding-left:  13px !important;
}
#course-item-content-header .toggle-content-item{
  color: #fff;
}
.content-item-scrollable{
  overflow: scroll !important;
  height: 100%;
}
.course-item-lp_lesson #comments.course-item-lp_quiz #comments{
  display: none;
}
.course-item-nav{
  background: #0b0033;
  padding: 15px;
  color: #fff;
}

.course-item-nav .next a, .course-item-nav .prev a{
  color: #fff !important;
}
.lp_course-template-default #comments{
  display: none !important;
}
.financiaho{
  width: 80%;
  margin: auto;
  text-align: center;
}
.course-author{
  display: none !important;
}
.course-instructor{
  display: none !important;
}
ul.learn-press-courses{
  margin-top: 80px;
}
.course-meta-primary, .course-meta-secondary{
  display:none !important;
}
