/*
 Theme Name:   eLearningWP Child
 Theme URI:    http://elearningwp.thimpress.com/
 Description:  eLearningWP Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     elearningwp
 Version:      1.0.0
 Text Domain:  elearningwp-childm
*/
/************
fuentes
*************************/
@font-face {
    font-family: 'Gotham';
    src: url('fuentes/Gotham-Bold.eot');
    src: url('fuentes/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Gotham-Bold.woff') format('woff'),
        url('fuentes/Gotham-Bold.ttf') format('truetype'),
        url('fuentes/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fuentes/Gotham-Book.eot');
    src: url('fuentes/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Gotham-Book.woff') format('woff'),
        url('fuentes/Gotham-Book.ttf') format('truetype'),
        url('fuentes/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fuentes/Gotham-Medium.eot');
    src: url('fuentes/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Gotham-Medium.woff') format('woff'),
        url('fuentes/Gotham-Medium.ttf') format('truetype'),
        url('fuentes/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fuentes/Gotham-Black.eot');
    src: url('fuentes/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Gotham-Black.woff') format('woff'),
        url('fuentes/Gotham-Black.ttf') format('truetype'),
        url('fuentes/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sinkin Sans 600';
    src: url('fuentes/SinkinSans-600SemiBold.eot');
    src: url('fuentes/SinkinSans-600SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/SinkinSans-600SemiBold.woff') format('woff'),
        url('fuentes/SinkinSans-600SemiBold.ttf') format('truetype'),
        url('fuentes/SinkinSans-600SemiBold.svg#SinkinSans-600SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/***********************
inicio
**********************/
body{
    font-family: 'Gotham';
    position: relative;
    padding-top: 141px;
}
div#main-home-content {
        margin: 0;
    padding: 0;
    width: 100%;
}

.flexslider img {
    width: 100%;
    height: auto;
}
#masthead.site-header {
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
#masthead.site-header.sticky0 {
    top: -200px;
    position: fixed;
    background: rgb(242 242 242 / 90%);
}

#masthead.site-header.sticky {
    top: 0;
    transition: all 500ms;
}
.navigation .sm-logo a.no-sticky-logo img {
    width: 140px;
    margin: 50px 0 20px;
}
.sticky0 .navigation .sm-logo a.no-sticky-logo img {
    margin-top: 25px;
}

.sticky0 ul.width-sidebar-right {
    top: 15px;
}

.site-header.header_default.sticky0 .width-navigation {
    margin-top: 60px;
}
.navigation .navbar-nav > li > a, .mobile-menu-container .navbar-nav > li > a, .navigation .navbar-nav > li > span, .mobile-menu-container .navbar-nav > li > span {
   color: #21195f;
    font-weight: 600;
    font-family: 'Sinkin Sans 600';
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 0;
}
.navigation .navbar-nav > li > a:hover {
    color: #89c9c7;
}
ul.width-sidebar-right {
    position: absolute;
    width: auto;
    display: block;
    right: 20px;
    top: 30px;
}

.site-header.header_default .width-navigation {
    border: none;
    float: right;
    width: auto;
    margin-top: 78px;
}

.navigation .tm-table {
    display: block;
}

.site-header.header_default .width-logo {
    float: left;
}

.redes .red {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.redes .red img {
    height: 32px;
    width: auto;
    display: block;
}

.site-header .navbar-nav>li {
    margin: 0 0 0 30px;
}
div#widget-areas-14290 {
    background: #21195f;
    display: block;
}
.branding-inner {
    max-width: 1180px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menucursos {
    flex: 0 0 80%;
    max-width: 80%;
    text-align: center;
}

.menucursos ul {
    margin: 0;
    padding: 0;
}

.menucursos ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.menucursos ul li a {
    color: white;
    font-size: 18px;
    text-transform: lowercase;
    padding: 5px 2px;
    transition: all 500ms;
}

.menucursos ul li a:after {
    content: "/";
    padding-left: 10px;
}

.menucursos ul li a:hover {
    color: #89c9c7;
}

.menucursos ul li:last-child a:after {
    display: none;
}
.widget_form-login,
.widget_login-menu {
    text-align: right;
    color: white;
}

.widget_form-login .profile, .widget_form-login .register_link,.widget_form-login .btn.btn-primary a,
.thim-widget-login-menu a {
    color: white !important;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: right;
    padding: 1px 0;
    background: transparent;
}

.widget_form-login .btn.btn-primary {
    border: none;
    background: transparent;
    padding: 0;
}

.widget_form-login .profile:hover, .widget_form-login .register_link:hover, .widget_form-login .btn.btn-primary a:hover,
.thim-widget-login-menu a:hover {
    color: #ffe806 !important;
}
.thim-widget-courses {
    position: relative;
    padding-bottom: 80px;
}
.widget_courses {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.widget_courses .widget-box-title {
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
    position: static;
}

.widget_courses .widget-box-title h2.title {
    text-transform: uppercase;
    font-size: 55px !important;
    font-weight: 900 !important;
    font-family: 'Gotham';
    line-height: initial !important;
}

.archive-courses article .inner-course {
    border: none;
    padding: 10px;
}

.archive-courses article .inner-course .course-students {
    display: none;
}

.archive-courses article .inner-course .course-title h2 a {
    color: #4a4949;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Gotham';
    text-transform: uppercase;
    display: block;
    line-height: initial;
}

.archive-courses article .inner-course .course-title {
    padding-left: 0;
    padding-right: 0;
        margin-bottom: 10px;
}

.archive-courses article .inner-course .course-price {
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-family: 'Gotham';
    color: #4a4949;
    font-size: 23px;
}

.course-price .origin-price {
    color: #8bc9c8;
    font-weight: 500;
    font-style: normal;
}
.widget-box-title .browse-all-courses {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    background: #21195f;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 500ms;
}

.widget-box-title .browse-all-courses i {
    display: none;
}

.widget-box-title .browse-all-courses:hover {
    color: white;
    background: #89c9c7;
    border-color: #e0e0e0;
}
.archive-courses article .inner-course .wrapper-course-thumbnail label {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
}
.comoempezar {
         background-image: url(images/bginscribirte.jpg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    background-color: #ffe72a;
}
.comoempezar h3.widget-title,
.comoempezar h2.widgettitle  {
    color: #21195f;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 60px;
    line-height: initial;
    font-family: 'Gotham';
    margin-bottom: 50px;
}

.comoempezar .textwidget {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    color: #1e1947;
    font-size: 28px;
    line-height: initial;
}

.comoempezar .textwidget table {
    border: none;
}

.comoempezar .textwidget tr {
    border: none;
}

.comoempezar .textwidget td {
    border: none;
    vertical-align: top;
}
.comoempezar .textwidget td .texto {
        background-image: url(images/icon.png);
    padding: 0 0 0 42px;
    background-repeat: no-repeat;
    background-position: left top;
}
.comoempezar .textwidget .ayuda {
    text-align: center;
    padding: 50px 0 0;
}

.comoempezar .textwidget .ayuda a {
    font-size: 22px;
    font-weight: 500;
    background: #21195f;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    border: 2px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.comoempezar .textwidget .ayuda a:hover {
    color: #21195f;
    background: white;
    border-color: #21195f;
}
div#trp-floater-ls {
    display: none;
}
.certificacion.panel-widget-style {
    background: #d02937;
    padding: 50px 0;
}

.certificacion.panel-widget-style .textwidget {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 34px;
    color: #ffe82a;
    line-height: initial;
}

.certificacion.panel-widget-style .textwidget td,.certificacion.panel-widget-style .textwidget tr {
    border: none;
}

.certificacion.panel-widget-style .textwidget table {
    border: none;
}

.certificacion.panel-widget-style .textwidget td h2 {
    color: white;
    font-family: 'Gotham';
    font-size: 78px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 30px;
}
.noptin-optin-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.noptin-optin-form .noptin-form-footer .noptin-form-submit {font-size: 27px;}

.noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field {
    font-size: 25px;
    font-family: 'Gotham';
    border: none;
    border-radius: 0;
    min-width: 260px;
    background: white;
    color: #4a4949;
}

.noptin-optin-form .noptin-form-footer .noptin-form-submit:hover {
    color: #89c9c7 !important;
}
footer#colophon {
    border: none;
    border-left: 40px solid #21195f;
    margin-top: 30px;
}

footer#colophon .footer {
    background: white;
    padding-bottom: 50px;
}

footer#colophon .footer .row aside {
    color: #21195f;
    font-size: 28px;
    line-height: initial;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}

footer#colophon .footer .row aside strong {
    font-weight: 900;
    font-size: 33px;
}

footer#colophon .footer .row aside table {
    width: auto;
    border: none;
}
.menufooter.panel-widget-style {
    padding: 0 40px;
}
footer#colophon .footer .row aside table tr,footer#colophon .footer .row aside table td {
    border: none;
}

footer#colophon .footer .row aside table img {
    width: auto;
    height: 50px;
}

footer#colophon .footer .row aside table td {
    padding-left: .0;
    padding-right: 35px;
}

footer#colophon .footer .row aside .logofoo img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 150px;
    height: auto;
}


footer#colophon .footer .row aside .widget_nav_menu h3.widget-title {
    display: none;
}

footer#colophon .footer .row aside .widget_nav_menu ul li a {
    color: #4a4949;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Gotham';
    border-bottom: 2px solid transparent;
}

footer#colophon .footer .row aside .widget_nav_menu ul li {
    margin-bottom: 8px;
}

footer#colophon .footer .row aside .widget_nav_menu ul li a:hover {
    color: #21195f;
    border-color: #89c9c7;
}
footer#colophon .footer .row aside .panel-grid-cell {
    width: auto;
}

footer#colophon .footer .row aside .panel-grid {
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

footer#colophon .copyright-area {
    background: white;
    border: none;
    display: none;
}

footer#colophon .copyright-area .copyright-wrapper {
    border: none;
    padding: 0;
    font-size: 12px;
}
.page-title .breadcrumbs ul li a, .page-title .breadcrumbs ul li span {
    font-family: 'Gotham';
    font-style: normal;
}

.main-top .content h1, .main-top .content h2 {
    font-family: 'Gotham';
}
.thim-course-top {
    background: #f2f2f2;
}

.thim-course-top .courses-searching form input[type=text] {
    font-family: 'Gotham';
    font-size: 16px;
}

#main .course-list .inner-course {
    padding-left: 250px;
    min-height: 0;
}

#main .course-list .inner-course .wrapper-course-thumbnail {
    width: 250px;
    min-height: 100%;
}

#main .course-list .inner-course .item-list-center {
    padding: 20px;
    min-height: 0;
}
.archive-courses article .inner-course .course-description {
    display: block;
    padding: 0;
}
.thim-widget-courses .archive-courses.row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.course-enlace a {
    background: #4cba74;
    font-weight: 500;
    font-size: 22px;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid;
}

.course-enlace a:hover {
    background: transparent;
    color: #4cba74;
}

.course-desc {
    line-height: 19px;
}
.page-title[class*=courses_single] .heading_info ul li label {
    color: #89c9c7;
    font-weight: 600;
    font-family: 'Sinkin Sans 600';
    font-size: 12px;
}

.single-button .price-box {
    background: #89c9c7;
    padding: 25px 15px;
}

.lp-single-course .course-price .origin-price {
    color: white;
}

.single-button .button-box .lp-course-buttons button {
    background: #4cba74;
    font-weight: 500;
    font-size: 22px;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid;
    height: auto;
    line-height: inherit;
    transition: all 500ms;
}

.single-button .button-box .lp-course-buttons button:hover {
    color: #4cba74;
    background: transparent;
    border-color: #4cba74;
}

.lp-single-course .course-thumbnail img {
    width: 100%;
    height: auto;
}

.learnpress #course-landing .course-curriculum, .learnpress #course-learning .course-curriculum {
    border: none;
    padding: 0;
}

.learnpress #course-landing .course-curriculum .course-curriculum-title, .learnpress #course-learning .course-curriculum .course-curriculum-title {
    font-family: 'Gotham';
    font-weight: 900;
    color: #21195f;
    padding: 20px 0;
    text-transform: uppercase;
}

.learnpress #course-landing .course-curriculum ul.curriculum-sections, .learnpress #course-learning .course-curriculum ul.curriculum-sections {border: 1px solid #cccccc;}

.learnpress-v3 .course-curriculum ul.curriculum-sections .section-header {border-color: #cccccc;padding: 0 20px;background-color: #f7f7f7;}

.learnpress-v3 .section-header .collapse.open:before {
    content: "\f106";
}

.learnpress-v3 .section-header .collapse:before {
    content: "\f107";
}

.learnpress-v3 .course-curriculum ul.curriculum-sections .section-header .section-title {
    font-family: 'Gotham';
    color: #191919;
}

.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content {
    margin: 0;
}

.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item {
    border: none;
    padding: 15px 0 15px 18px;
}

.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item:not(:last-child) {
    border: none;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
    background: #4cba74;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
    color: #d02937;
}

#row-course-instructor .thim-about-author .author-wrapper .author-avatar img {
    border-radius: 10px;
    box-shadow: 0 0 10px lightgrey;
}

#row-course-instructor .thim-about-author .author-wrapper .author-avatar {
    width: 100px;
}

#course-landing #row-course-instructor,#course-landing #row-course-review {
    background: white;
    border: none;
    padding: 0;
}

#course-landing #row-course-instructor h3.title_row_course,#course-landing #row-course-review h3.title_row_course {
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 900;
    color: #21195f;
}

.learnpress .course-rating .average-rating .rating-box {
    border-color: #89c9c7;
}

.learnpress .course-rating .average-rating .rating-box .average-value {
    color: #89c9c7;
}

.course-rating .detailed_rating .stars>div.key {
    font-family: 'Gotham';
    font-weight: 500;
}
.thim-ralated-course .related-title {
    font-family: 'Gotham';
    color: #21195f;
    line-height: initial;
    padding: 15px 20px;
    background: #e6e6e6;
    font-size: 22px;
    text-transform: uppercase;
}

.thim-ralated-course {
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.thim-ralated-course .related-title:before {
    display: none;
}

.archive-courses article .inner-course .wrapper-course-thumbnail {
    min-height: 0;
}

.archive-courses article .inner-course .teacher_course {
    bottom: 50%;
    transform: translateY(50%);
}

.thim-ralated-course .archive-courses article .inner-course .course-title h2 a {
    font-size: 16px;
}

.thim-ralated-course .archive-courses article .inner-course .course-title {
    padding-top: 14px;
}

#main .thim-ralated-course .archive-courses article .inner-course .course-price {
    font-size: 17px;
    padding: 0;
}
.thim-ralated-course .course-enlace a {
    font-size: 14px;
    padding: 3px 10px;
}
#comments .list-comments {font-weight: 500;color: #21195f;font-family: 'Gotham';font-style: italic;font-size: 18px;}

#comments .form-comment #reply-title {
    margin: 0;
    font-family: 'Gotham';
    color: #89c9c7;
    line-height: initial;
}

#comments .form-comment .logged-in-as a {
    color: #191919;
    font-style: italic;
}

#comments .form-comment label {
    font-family: 'Gotham';
    color: #89c9c7;
}

#comments .form-comment .comment-form input[type=text], #comments .form-comment .comment-form input[type=email], #comments .form-comment .comment-form input[type=url], #comments .form-comment .comment-form textarea {
    height: auto;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-family: 'Gotham';
    font-size: 16px;
    line-height: initial;
    color: #191919;
}
#comments .form-comment .comment-form textarea {
    max-height: 100px;
}
#comments .form-comment .comment-form>p input.submit {
    background: #21195f;
    font-size: 16px;
    line-height: initial;
    font-weight: 500;
    border: 2px solid;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 500ms;
    height: auto;
}

#comments .form-comment .comment-form>p input.submit:hover {
    color: white;
    background: #89c9c7;
    border-color: #e0e0e0;
}

#comments .form-comment .comment-respond {
    padding: 20px 0;
}
#comments .list-comments .comments-title {
    font-family: 'Gotham';
    color: #27195f;
    text-transform: uppercase;
    font-style: normal;
}

#comments .list-comments .comment-list li .content-comment .message {
    color: #191919;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

#comments .list-comments .comment-list li .author-name, #comments .list-comments .comment-list li .author-name a {text-transform: none;font-size: 17px;font-style: normal;font-family: 'Sinkin Sans 600';}

#comments .list-comments .comment-list li .content-comment .author {
    margin-bottom: 8px;
}

#comments .list-comments .comment-list li .content-comment {
    border-bottom: 1px solid lightgray;
    min-height: 90px;
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link,#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link {
    float: right;
    margin-left: 10px;
    background: #e4e4e4;
    padding: 3px 10px;
    border-radius: 5px;
    font-style: normal;
    font-size: 13px;
    margin-top: 0;
    font-family: 'Sinkin Sans 600';
    line-height: initial;
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link:hover, #comments .list-comments .comment-list li .content-comment .author span .comment-edit-link:hover {
    background: #89c9c7;
}

#comments .list-comments .comment-list li .content-comment .author .comment-extra-info {
    color: #89c9c7;
    font-family: 'Sinkin Sans 600';
    font-size: 12px;
    margin-left: 10px;
}
#comments .list-comments .comment-list li .children {
    padding-top: 10px;
}

#comments .list-comments .comment-list li .children li {
    border-top: none;
}
body.course-item-popup #course-item-content-header {
    background: #89C9C7;
}

body.course-item-popup #course-item-content-header .course-item-search input {
    background: white;
    font-family: 'Gotham';
    font-style: normal;
    padding-left: 10px;
    border-radius: 5px;
}

#course-item-content-header .course-title a {
    font-family: 'Gotham';
}

body.course-item-popup #learn-press-course-curriculum h3.course-curriculum-title {
    font-family: 'Gotham';
    font-size: 23px;
    padding: 2px 20px;
    color: #21195f;
    line-height: initial;
}

body.course-item-popup.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content {
    padding: 0 15px;
}

body.course-item-popup.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
    font-size: 13px;
}

body.course-item-popup #learn-press-course-curriculum .course-item {
    padding: 4px 15px;
}

body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
    font-size: 12px;
    margin-bottom: 5px;
}

body.course-item-popup .learn-press-message:before {
    background: #89c9c7;
}

body.course-item-popup.learnpress-v3 .learn-press-form button, .learnpress-v3 .lp-quiz-buttons button {
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 500;
}

body.course-item-popup.learnpress-v3 .learn-press-form button:hover, .learnpress-v3 .lp-quiz-buttons button:hover {
    background: #89c9c7;
}

.course-item-nav .prev a, .course-item-nav .next a {
    font-weight: 500;
}

.course-item-nav .prev a:hover, .course-item-nav .next a:hover {
    color: #21195f;
    text-decoration: underline;
}
body.course-item-popup #learn-press-content-item .course-item-title {
    font-family: 'Gotham';
    font-size: 20px;
    text-transform: uppercase;
    color: #21195f;
    text-align: center;
    margin: 40px 0;
}
body.course-item-popup.learnpress-v3 .course-curriculum ul.curriculum-sections .section-content .course-item.current .section-item-link {
    color: #89c9c7;
}
.lp-label.label-enrolled, .lp-label.label-started {
    background: #4cba74;
}
.course-tabs #tab-reviews .title_row_course {
    font-family: 'Gotham';
    font-weight: 500;
    border-bottom: 1px solid #e1e8ed;
    font-size: 24px;
    padding: 20px 0 24px;
    margin: 0;
}

.course-rating .detailed_rating .stars>div.bar {
    width: 60%;
}

.learn-press-course-results-progress {margin-top: 30px;}

.learnpress-v3 .learn-press-course-results-progress .lp-course-progress-heading {
    background: #89c9c7;
    color: #21195f;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
}

ul.learn-press-nav-tabs .course-nav a {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 18px;
}

.learnpress-v3 ul.learn-press-nav-tabs .course-nav.active:after, .learnpress-v3 ul.learn-press-nav-tabs .course-nav:hover:after {
    background: #89c9c7;
}
.review-stars > li span.hover:before {
    color: #f42434;
}

.course-review-wrapper .review-form .review-fields .review-actions button:hover {
    background: #4cba74;
}
.learnpress .course-review .content-review > ul .review-text .review-star .review-stars-rated .review-stars.filled,
.learnpress-v3 .review-stars-rated .review-stars.empty, .learnpress-v3 .review-stars-rated .review-stars.filled,
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed .course-item-status {
    color: #4cba74;
}
.lp-list-table thead tr th {
    background: #89C9C7;
}

#learn-press-order-review h4, .learn-press-checkout-comment h4, .learn-press-checkout-payment h4 {
    color: #21195f;
    font-family: 'Gotham';
    font-weight: 900;
    text-transform: uppercase;
}

.lp-list-table tr.cart-subtotal th,.lp-list-table tr.cart-subtotal td,.lp-list-table tr.order-total th,.lp-list-table tr.order-total td {
    background: #f3f3f3;
}

#learn-press-order-review, .learn-press-checkout-comment {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}
.learn-press-checkout-comment {
    width: 35%;
}
.order-comments {
    padding: 15px;
    border-color: lightgray;
    border-radius: 5px;
}

body.checkout .learnpress > a {
    background: #21195f;
    color: white;
    transition: all 500ms;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}

body.checkout .learnpress > a:hover {
    background: #89C9C7;
}
#learn-press-payment .payment-methods .lp-payment-method.selected>label img {
    display: none;
}

.learn-press-terms.learn-press-terms-and-conditions {
    text-align: center;
}

.learn-press-terms.learn-press-terms-and-conditions input {}

.learn-press-terms.learn-press-terms-and-conditions label.checkbox {
    display: inline-block;
    font-family: 'Gotham';
    color: #191919;
    font-weight: 500;
}

.learn-press-terms.learn-press-terms-and-conditions label.checkbox a {
    color: #89c9c7;
    text-decoration: underline;
}

.place-order-action {
    text-align: center;
    margin-bottom: 35px;
}

.place-order-action button {
    background: #4cba74;
    font-weight: 500;
    transition: all 500ms;
    font-size: 22px;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
}

.place-order-action button:hover {
    background: white;
    color: #4cba74;
}
#learn-press-payment .payment-methods .lp-payment-method.selected>label {
    background: transparent;
    text-transform: uppercase;
    color: #191919;
    line-height: 20px;
}
table.order_details tr {
    display: block;
    width: 50%;
    border: none;
    padding: 10px;
    text-align: center;
}

table.order_details tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

table.order_details {
    border: none;
}

table.order_details tr th,table.order_details tr td {
    display: block;
    text-align: center;
    border: none;
    background: #eaeaea;
    color: black;
    font-size: 20px;
    line-height: initial;
    padding: 10px 10px;
}

table.order_details tr th {
    color: #21195f;
    border-bottom: 1px dotted white;
    background: #89C9C7;
}

#post-12241 .learnpress >p {
    text-align: center;
    text-transform: uppercase;
    color: #21195f;
    font-weight: 900;
    font-size: 24px;
    line-height: initial;
    margin: 30px 0;
}

table.order_details tr td a {
    color: black;
}
.learn-press-message:before {
    background: #4cba74;
}
.noptin-big.noptin-padded {
    font-size: 25px;
    line-height: initial;
}
#main .course-list .inner-course .course-title {
    padding-left: 0;
    padding-right: 0;
}

#main .course-list .inner-course .course-price {
    padding-left: 0;
}
.thim-widget-login-form h2.title {
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 900;
    font-family: 'Gotham';
    line-height: 40px;
    color: #21195f;
    margin-bottom: 30px;
}

.widget_login-form form input[type=submit] {
    background: #4cba74;
    font-weight: 500;
    font-size: 22px;
    color: white;
    line-height: 25px;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid;
    font-family: 'Gotham';
    font-weight: bold;
    transition: all 500ms;
}

.widget_login-form form input[type=submit]:hover {
    background: white;
    color: #4cba74;
}

.widget_login-form .link-bottom {
    font-family: 'Gotham';
    font-style: italic;
    color: #89c9c7;
}

.widget_login-form .link-bottom a {
    color: #21195f;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}

.widget_login-form .link-bottom a:hover {
    color: #89c9c7;
}
#loginform a.lost-pass-link {
    margin-bottom: 20px;
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
    color: #21195f;
    font-weight: bold;
}

#loginform .submit.login-submit {
    margin-bottom: 20px;
}
.learnpress #learn-press-user-profile .user-tab .user-info .author-avatar .inner-avatar:before {
    display: none;
}

#learn-press-user-profile .user-tab .user-info .author-avatar .inner-avatar {
    box-shadow: 0 0 10px #929292;
}

#learn-press-user-profile .user-tab .user-info .author-avatar .author-name {
    background: #89c9c7;
    color: #211061;
    font-size: 20px;
}

#learn-press-user-profile .user-tab .user-info .user-information h3 {
    font-weight: 900;
    font-family: 'Gotham';
    color: #21195f;
    text-transform: uppercase;
}

.learnpress-v3 #learn-press-profile-nav .tabs {
    background: #89c9c7;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.learnpress-v3 #learn-press-profile-nav .tabs>li a {
    height: auto;
    line-height: 100%;
    font-weight: 900;
    background: transparent;
    padding: 15px 20px;
    border-radius: 0;
    border: none;
    font-size: 18px;
}

.learnpress-v3 #learn-press-profile-nav .tabs>li.active>a {
    background: #21197a;
    color: white;
}

.learnpress-v3 #learn-press-profile-nav .tabs>li.has-child ul.profile-tab-sections {
    background: #eaeaea;
    border: none;
}

.learnpress-v3 #learn-press-profile-nav .tabs>li.has-child ul.profile-tab-sections>li a {
    padding: 15px 25px;
    color: #191919;
}

.learnpress-v3 #learn-press-profile-nav .tabs>li.has-child ul.profile-tab-sections>li.active a {
    color: #21197a;
    background: white;
}

#learn-press-profile-content input {
    display: inline-block;
}

.learnpress-v3 #learn-press-profile-content button {
    font-family: 'Gotham';
    text-transform: uppercase;
    transition: all 500ms;
    background: #4cba74;
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding: 10px 15px;
    line-height: 100%;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid;
    height: auto;
}

.learnpress-v3 #learn-press-profile-content button:hover {
    color: #4cba74;
    background: transparent;
}
#lp-user-edit-avatar #lp-avatar-actions button {
    font-size: 15px;
    background: gray;
}

#lp-user-edit-avatar #lp-avatar-actions button:hover {
    color: #21197a;
    background: white;
}

div#lp-user-edit-avatar {
    display: block;
    text-align: center;
}

div#lp-user-edit-avatar .lp-avatar-preview {
    float: none;
    margin: 0 auto;
}

#learn-press-profile-content form {
    text-align: center;
}
#learn-press-profile-content form input {
    text-align: center;
}
.learnpress-v3 #learn-press-profile-content .profile-heading,
.learnpress-v3 #learn-press-profile-content h3 {
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    height: auto;
    margin: 15px 0;
    text-align: center;
    color: #191919;
}

.learnpress-v3 #learn-press-profile-content .lp-list-table thead tr th {
    background: #e6e6e6;
    color: #191919;
}

.learnpress-v3 #learn-press-profile-content .lp-list-table td.column-order-action a {
    background: gray;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.learnpress-v3 #learn-press-profile-content .lp-list-table td.column-order-action a:hover {
    background: #89c9c7;
}
.learnpress-v3 #learn-press-profile-content .profile-recover-order button {
    font-size: 15px;
    margin-top: 0;
    padding: 7px 10px;
}

.learnpress-v3 #learn-press-profile-content .profile-recover-order {
    background: #f5f5f5;
}
.learnpress-v3 #learn-press-profile-content ul.lp-sub-menu li a,.learnpress-v3 #learn-press-profile-content ul.lp-sub-menu li span {
    font-family: 'Gotham';
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 3px;
}

.learnpress-v3 #learn-press-profile-content ul.lp-sub-menu li span {
    background: #89c9c7;
    color: white;
}
#profile-content-courses .archive-courses article .inner-course .course-title h2 a {
    font-size: 17px;
    line-height: 18px;
}

#profile-content-courses .archive-courses article .inner-course .course-enlace {
    display: none;
}
body.viewing-course-item #masthead.site-header {
    display: none;
}
.noptin-form-heading {
    line-height: 46px !important;
}
#main-content {
    position: relative;
    overflow: hidden;
}
.filadesarrollado {
    margin-top: 20px;
    text-align: center;
    margin-bottom: -20px;
    justify-content: center !important;
}

footer#colophon .footer .desarrollado a {
    color: #191919;
    opacity: .5;
    font-size: 14px;
    font-weight: 500;
}

footer#colophon .footer .desarrollado img {
    filter: brightness(0);
}
#comments .form-comment .comment-form>p.comment-form-cookies-consent {
    width: 100%;
}
#learn-press-checkout-login, #learn-press-checkout-register,
.lp-user-profile .learn-press-form-login, .lp-user-profile .learn-press-form-register {
    border-width: 2px;
    padding: 25px;
    font-size: 12px;
    font-family: 'Sinkin Sans 600';
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 30px;
    line-height: initial;
}

#learn-press-checkout-login h4, #learn-press-checkout-register h4,
.lp-user-profile .learn-press-form-login h3, .lp-user-profile .learn-press-form-register h3{
    font-size: 18px;
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #21195f;
}

a.checkout-form-login-toggle {
    display: none;
}

#checkout-form-login h3 {display: none;}

#checkout-form-login .learn-press-form-register, #checkout-form-login .learn-press-form-login {
    display: block;
}

.learn-press-form .form-fields .form-field label {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0px;
    font-family: 'Gotham';
}

.learn-press-form .form-fields .form-field input,
#checkout-form-register .learn-press-form-register .acf-user-register-fields .acf-field input,
#checkout-form-register .learn-press-form-register .acf-user-register-fields .acf-field select,
.lp-user-profile .learn-press-form-register .acf-user-register-fields .acf-field input,
.lp-user-profile .learn-press-form-register .acf-user-register-fields .acf-field select {
    max-width: 600px;
    font-size: 16px;
    color: #000;
    font-family: 'Gotham';
    width: 100%;
    padding: 8px;
    height: auto;
}

.learnpress-v3 .learn-press-form button, .learnpress-v3 .lp-quiz-buttons button,a.checkout-form-register-toggle, a.checkout-form-login-toggle {
    margin: 0;
    background: #4cba74 !important;
    font-weight: bold;
    font-size: 18px;
    height: auto;
    display: inline-block;
    padding: 6px 20px;
    color: white;
    border-radius: 5px;
    line-height: 22px;
}
a.checkout-form-login-toggle {
    display: none;
}
#checkout-form-login .learn-press-form-login p a {
    text-decoration: underline;
    color: #21195f;
    font-size: 15px;
}

.learnpress-v3 .learn-press-form button:hover, .learnpress-v3 .lp-quiz-buttons button:hover, a.checkout-form-register-toggle:hover,a.checkout-form-login-toggle:hover {
    background: #89c9c7 !important;
}


#learn-press-checkout-register p {
    margin-bottom: 5px;
}

#learn-press-checkout-register h3 {font-family: 'Gotham';font-size: 18px;color: #89c9c7;text-transform: uppercase;}
.main-top {
    padding-top: 80px;
    padding-bottom: 40px;
}
.archive.learnpress .main-top,
.lp_course-template-default  .main-top{
    background: none !important;
    padding: 20px;
}

.archive.learnpress .main-top .overlay-top-header,
.lp_course-template-default .main-top .overlay-top-header {
    background: #f2f2f2;
}

.archive.learnpress .main-top .breadcrumbs ul li a,
.archive.learnpress .main-top .breadcrumbs ul li span,
.lp_course-template-default .main-top .breadcrumbs ul li a,
.lp_course-template-default .main-top .breadcrumbs ul li span {
    color: #191919;
}

.archive.learnpress .main-top h1,
.lp_course-template-default .main-top h2 {
    color: #21195f !important;
    margin: 10px 0 0;
}

.archive:not(.post-type-archive) article {
    margin-bottom: 0;
    border: none;
}
.lp_course-template-default .main-top .heading_info {
    display: none;
}
.inf_curso {
    margin: 30px 0;
}
#checkout-form-login, #checkout-form-register {
    display: block !important;
}

#checkout-form-login .learn-press-form-register, #checkout-form-login .learn-press-form-login {
    display: block !important;
}

#checkout-form-login .learn-press-form-register, #checkout-form-login .learn-press-form-login, #checkout-form-register .learn-press-form-register, #checkout-form-register .learn-press-form-login {
    display: block !important;
    margin-top: 15px;
}

a.checkout-form-register-toggle {
    display: none;
}

#learn-press-checkout-register h3 {
    display: none;
}

#learn-press-checkout-login .form-field label, #learn-press-checkout-register .form-field label,
.lp-user-profile .learn-press-form-login .form-fields .form-field label, .lp-user-profile .learn-press-form-register .form-fields .form-field label{
    display: none;
}

.learn-press-form .form-fields .form-field .description {
    font-size: 11px;
}

body.checkout.logged-in a.boton_curso {
    background: #4cba74;
    font-weight: 500;
    font-size: 22px;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    border: 2px solid;
    transition: all 500ms;
    margin: 0 auto;
}
#learn-press-user-profile .learn-press-form-login, #learn-press-user-profile .learn-press-form-register {
    padding-bottom: 20px;
}
body.checkout a.boton_curso:hover {
    color: #4cba74;
    background: white;
}
body.checkout a.boton_curso,
body.checkout .mensaje_final,
body.checkout .mensaje_inicial {
    display: none;
}
#checkout-form-register .learn-press-form-register label,
.lp-user-profile .learn-press-form-register .acf-user-register-fields label{
    display: none;
}

#checkout-form-register .learn-press-form-register .acf-user-register-fields .acf-field,
.lp-user-profile .learn-press-form-register .acf-user-register-fields .acf-field {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.thim-widget-login-form form#registerform {
    position: relative;
    padding-bottom: 100px;
}

.thim-widget-login-form form#registerform p.link-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}

.thim-widget-login-form form#registerform p.submit {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.widget_login-form form label{
    display: none;
}

.widget_login-form form select,.widget_login-form form input {
    line-height: 30px;
    padding: 8px 15px;
    border: 1px solid #e5e5e5;
    width: 450px;
    max-width: 100%;
    color: #999;
}

.widget_login-form form .acf-field {
    margin-top: 20px;
}
#learn-press-payment .payment-methods .payment-method-form.payment_method_offline-payment .imagen {
        content: ".";
    display: inline-block;
    width: 25%;
    margin-right: 3%;
    height: 200px;
    background-image: url(images/yape_emca.jpg);
    font-size: 0;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
#learn-press-payment .payment-methods .payment-method-form.payment_method_offline-payment {
    position: relative;
}
#learn-press-payment .payment-methods .payment-method-form.payment_method_offline-payment .detalles {
    display: inline-block;
    width: 47%;
    margin-right: 3%;
    vertical-align: middle;
    font-weight: bold;
}

#learn-press-payment .payment-methods .payment-method-form.payment_method_offline-payment .info {
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    background: #dedede;
    padding: 15px;
    color: #21195f;
    font-weight: 500;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
}
#post-12241 .learnpress p.mensaje_final {
    text-transform: none;
    font-size: 18px;
    padding: 15px;
    color: #191919;
    font-weight: 500;
}

#post-12241 .learnpress p.mensaje_final a {
    text-decoration: underline;
    color: #21195f;
    white-space: nowrap;
}
#post-12241 .learnpress p.mensaje_inicial {
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    color: #191919;
    margin-top: 0;
}

#post-12241 .learnpress p.mensaje_inicial a {
    text-decoration: underline;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
footer#colophon .footer a {
    color: #21195f;
}
.thim-widget-login-form .loginpress-reg-pass-wrap, .thim-widget-login-form .loginpress-reg-pass-2-wrap {
    display: none;
}