.page-template-course-page .breadcrumbs-container {
    display: none;
}
.page-template-course-page .marketing-block {
    padding: 0;
    padding-bottom: 78px;
    overflow: hidden;
}
.page-template-course-page .marketing-block__content h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-template-course-page .marketing-block__content p {
    margin: 0px;
}
.course-date-block {
    border: solid 2px rgba(31, 31, 31, 1);
    background: #fff;
    border-radius: 20px;
    display: inline-flex;
    gap: 24px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 80px;
    margin-top: 40px;
    position: relative;
}
.course-date-item .item-top span {
    text-transform: uppercase;
    color: rgba(113, 113, 113, 1);
    font-family: "Clash Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.course-date-item .item-bottom span {
    text-transform: uppercase;
    color: rgba(31, 31, 31, 1);
    font-family: "Clash Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.course-date-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.item-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.page-template-course-page .marketing-block__image .line-overlay {
    top: auto;
    left: -18%;
    right: auto;
    bottom: -26%;
}
.course-date-block img {
    position: absolute;
    right: 130px;
    top: 55px;
}
section.course-menu {
    border-top: solid 3px rgba(31, 31, 31, 1);
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    min-height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.course-menu-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.course-menu-block ul a {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    color: rgba(31, 31, 31, 1);
    text-decoration: none;
    padding: 12px 24px;
    position: relative;
}
.course-menu-block ul a svg {
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 0px;
    transition: all 0.25s;
}
.course-menu-block ul a:hover svg {
    width: 100%;
    transition: all 0.25s;
}
section.section-class {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}
.section-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    position: relative;
}
section.course-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(31, 31, 31, 1);
    padding: 80px 0;
}
.course-desc-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    position: relative;
    gap: 40px;
}
.course-desc-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.course-desc-right h2 {
    font-family: "Clash Display", sans-serif;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: rgba(250, 250, 250, 1);
    position: relative;
    margin: 0;
}
.course-desc-right p {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: rgba(250, 250, 250, 1);
    margin: 0;
}
.course-desc-right h2 span {
    position: relative;
}
.course-desc-right h2 span svg {
    position: absolute;
    top: -60px;
    right: -60px;
}
.course-desc-left {
    position: relative;
}
.course-desc-left .course_simbol {
    z-index: 0;
    position: absolute;
    left: -100px;
    bottom: -30px;
}
section.course-who {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 80px 0;
}
.course-who-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    position: relative;
    gap: 60px;
}
.course_title {
    font-family: "Clash Display", sans-serif;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}
.who_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.who_item {
    border: solid 2px gray;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    width: 394px;
}
.who_item p {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
section.course-skills {
    background: rgba(31, 31, 31, 1);
}
.course-skills-block h2 {
    color: #fff;
}
.course-skills-block.section-block {
    gap: 60px;
    flex-direction: column;
}
.skills_content {
    width: 100%;
    position: relative;
    background: #fff;
    border: solid 2px rgba(113, 113, 113, 1);
    border-radius: 20px;
    padding: 40px 25px;
    min-width: 1200px;
}
.skills_top {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    border-bottom: solid 2px rgba(31, 31, 31, 1);
    padding-bottom: 32px;
}
.skills_top_desc p {
    margin: 0;
}
.skills_top_desc .name span {
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.skills_top_desc .name {
    padding-left: 16px;
}
.skills_top_desc .position {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}
.skills_top_desc .position span svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.skills_top_desc .position span {
    position: relative;
}
.skills_top_desc .name span {
    position: relative;
}
.skills_top_desc .name span svg {
    position: absolute;
    right: -60px;
    top: -60px;
}
.skills_top_desc .position span span {
    padding-left: 16px;
    position: relative;
    top: 6px;
}
.arrow_skills, .symbol_skills {
    position: absolute;
}
.arrow_skills {
    left: -80px;
    top: -105px;
}
.symbol_skills {
    right: -110px;
    top: -195px;
}
.skills_bottom_desc{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.skills_bottom_desc p{
    width: calc( ( 100% - 40px ) / 3 );
    margin: 0 0 24px;
    position: relative;
    padding-left: 20px;
}
.skills_bottom_desc p:nth-child(3n-1) {
    margin-left: 24px;
}
.skills_bottom_desc p:before {
    content: '';
    background: rgba(52, 101, 251, 1);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
section.course-program {
    background: rgba(31, 31, 31, 1);
    padding-top: 0;
}
.course-program-block h2 {
    color: #fff;
}
.course-program-block {
    gap: 60px;
    flex-direction: column;
}
.program_content {
    width: 100%;
    position: relative;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.module_content {
    background: #fff;
    border-radius: 15px;
    padding: 25px 40px;
}
.module_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.module_top .rich {
    position: absolute;
    right: -60px;
    bottom: -40px;
}
.module_top .module_icon {
    position: absolute;
    right: 10%;
    z-index: 0;
}
.module_open {
    background: rgba(52, 101, 251, 1);
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12.3px 0px rgba(8, 74, 97, 0.2);
    transition: all 0.25s;
}
.module_open .close {
    display: none;
}
.active .module_open {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.25s;
}
.active .module_open .close {
    display: block;
}
.active .module_open .open {
    display: none;
}
.module_top p {
    margin: 0;
}
.module_title {
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    max-width: 78%;
}
.module_top div {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.module_top .module_desc {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    position: relative;
    top: -6px;
}
.module_top .module_desc span {
    position: relative;
}
.module_top .module_desc span svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}
.module_top .module_desc span span {
    padding: 0px 30px;
    position: relative;
    top: 5px;
}
.module_clases {
    display: none;
}
.active .module_clases {
    display: flex;
}
.module_clase {
    border: solid 1px rgba(31, 31, 31, 1);
    border-radius: 15px;
    padding: 24px;
}
.module_clases {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 0px;
    overflow: hidden;
}
.active .module_clases {
    height: auto;
}
.module_clases .module_clase:nth-child(1) {
    margin-top: 20px;
}
.module_clase_top_open {
    background: rgba(52, 101, 251, 1);
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12.3px 0px rgba(8, 74, 97, 0.2);
    transition: all 0.25s;
}
.module_clase_top_open .c_close {
    display: none;
}
.c_active .module_clase_top_open {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.25s;
}
.c_active .module_clase_top_open .c_close {
    display: block;
}
.c_active .module_clase_top_open .c_open {
    display: none;
}
.module_clase_top_title p {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: rgba(31, 31, 31, 1);
}
.module_clase_top_title span {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: rgba(31, 31, 31, 1);
}
.module_clase_top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    cursor: pointer;
}
.module_clase_desc {
    display: none;
    padding-left: 55px;
}
.c_active .module_clase_desc {
    display: block;
}
.module_clase_desc p {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    color: rgba(113, 113, 113, 1);
    position: relative;
    padding-left: 11px;
}
.module_clase_desc p:before {
    content: '';
    background: rgba(113, 113, 113, 1);
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
.module_clase_desc p:nth-child(1) {
    margin-top: 8px;
}
section.course-profesores {
    background: rgba(250, 250, 250, 1);
    padding-bottom: 60px;
}
.course-profesores-block {
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
}
.profesores_block {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}
.profesores_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.profesores_photo {
    width: 272px;
    min-width: 272px;
    height: 272px;
    border-radius: 40px;
}
.profesores_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.profesores_content_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.profesores_content_desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0px 4px 12.3px 0px rgba(8, 74, 97, 0.2);
    min-height: 272px;
    padding: 25px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
}
.profesores_content_top p {
    margin: 0;
}
.profesores_content_top div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.profesores_content_top .p_name {
    font-family: "Clash Display", sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}
.profesores_content_top .p_position {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: rgba(113, 113, 113, 1);
}
.profesores_desc p {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    color: rgba(113, 113, 113, 1);
}

.profesores_content_top .p_exp {
    font-family: "Clash Display", sans-serif;
    font-size: 15px;
    line-height: 100%;
    background: rgba(213, 255, 79, 1);
    padding: 12px 20px;
    border-radius: 20px;
    text-transform: uppercase;
}
section.course-faq {
    background: rgba(250, 250, 250, 1);
    padding: 60px 0;
}
.course-faq-block {
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    min-width: 800px;
    width: 800px;
}
.course_faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.course_faq_top_open {
    background: rgba(52, 101, 251, 1);
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 12.3px 0px rgba(8, 74, 97, 0.2);
    transition: all 0.25s;
}
.course_faq_top_open .f_close {
    display: none;
}
.f_active .course_faq_top_open {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.25s;
}
.f_active .course_faq_top_open .f_close {
    display: block;
}
.f_active .course_faq_top_open .f_open {
    display: none;
}
.course_faq {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 12.3px 0px rgba(8, 74, 97, 0.2);
    padding: 25px 40px;
    border-radius: 15px;
}
.course_faq_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.course_faq_answer {
    display: none;
}
.f_active .course_faq_answer {
    display: block;
}
.course_faq_top_title {
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: rgba(31, 31, 31, 1);
}
.course_faq_answer {
    font-family: "Syne", sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: rgba(31, 31, 31, 1);
    padding-top: 20px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .page-template-course-page .marketing-block {
        padding: 20px;
        overflow: hidden;
        max-width: 100%;
        border-radius: 0;
        padding-bottom: 45px;
    }
    .page-template-course-page .marketing-block__content p {
        font-size: 14px;
    }
    .page-template-course-page .marketing-block__content h1 {
        margin-bottom: 16px;
    }
    .course-date-block {
        flex-direction: column;
        gap: 9px;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .course-date-item {
        flex-direction: row;
        justify-content: space-between;
        border-bottom: solid 2px rgba(31, 31, 31, 1);
        padding-bottom: 9px;
    }
    .course-date-block .course-date-item:nth-child(3) {
        padding-bottom: 0;
        border-bottom: none;
    }
    .course-date-block img {
        position: absolute;
        right: 140px;
        top: 250px;
        transform: rotate(100deg);
        z-index: 1;
        width: 170px;
    }
    .page-template-course-page .marketing-block__image img {
        display: none;
    }
    .page-template-course-page .marketing-block__image img.head-course-mob {
        display: block!important;
    }
    .page-template-course-page .marketing-block__image .line-overlay {
        top: auto;
        left: 15%;
        right: auto;
        bottom: -80px;
        display: block;
    }
    .page-template-course-page .marketing-block__image .line-overlay img {
        display: block;
    }
    .course-menu-block {
        width: 100%;
        overflow-y: scroll;
    }
    section.course-menu {
        padding: 10px 0px;
        min-height: 70px;
    }
    .course-menu-block ul li {
        display: flex;
    }
    .course-menu-block ul a {
        white-space: nowrap;
        padding: 5px 15px;
    }
    .course-menu-block ul a svg {
        display: none !important;
    }
    .course-menu-block ul a:hover svg.menu_bottom_mob {
        display: block !important;
        bottom: 5px;
    }
    .course-desc-block {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    .course-desc-right h2 {
        font-size: 16px;
        line-height: 100%;
    }
    .course-desc-left img:nth-child(1) {
        width: 100%;
    }
    .course-desc-left .course_simbol {
        width: 50%;
        left: -30px;
        bottom: 50px;
    }
    .course-desc-right p {
        font-size: 14px;
        line-height: 100%;
    }
    section.course-desc {
        padding: 60px 0;
    }
    .course-desc-right h2 span svg {
        width: 60px;
        top: -55px;
        right: -35px;
    }
    section.course-who {
        padding: 60px 0;
    }
    .section-block {
        width: 100%;
        padding: 0 20px;
        gap: 30px;
    }
    .course_title {
        font-size: 16px;
        line-height: 100%;
    }
    .who_items {
        flex-direction: column;
    }
    .who_item {
        width: 100%;
    }
    .who_item p {
        font-size: 14px;
        line-height: 100%;
    }
    .who_item svg {
        width: 80px;
    }
    .skills_content {
        width: 100%;
        min-width: 100%;
    }
    .skills_top {
        flex-direction: column;
        align-items: flex-start;
    }
    .skills_top_desc .name {
        padding-left: 0;
    }
    .skills_top_desc .name span {
        font-size: 16px;
        line-height: 100%;
    }
    .skills_top_desc .position {
        font-size: 14px;
        line-height: 100%;
    }
    .skills_top_desc .position span svg {
        width: 110%;
    }
    .skills_top_desc .position span span {
        top: 10px;
    }
    .arrow_skills {
        left: -35px;
        top: -50px;
        width: 35%;
    }
    .symbol_skills {
        right: -25px;
        top: -10px;
        width: 31%;
    }
    .skills_top_desc .name span svg {
        width: 60px;
        top: -55px;
        right: -35px;
    }
    .skills_bottom_desc p {
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 16px;
    }
    .skills_bottom_desc p:nth-child(3n-1) {
        margin-left: 0;
    }
    .program_content {
        width: 100%;
        min-width: 100%;
    }
    .module_content {
        padding: 16px;
    }
    .module_title {
        font-size: 18px;
        line-height: 100%;
        max-width: 100%;
    }
    .module_top div {
        flex-direction: column;
        gap: 8px;
    }
    .module_open {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 6px;
    }
    .module_open svg {
        width: 15px;
        height: 15px;
    }
    .module_top .module_desc {
        font-size: 12px;
        line-height: 100%;
    }
    .module_top .module_desc span svg {
        top: -6px;
    }
    .module_clase {
        padding: 12px;
    }
    .module_clase_top_open {
        width: 20px;
        height: 20px;
        min-width: 20px;
        border-radius: 4px;
    }
    .module_clase_top_open svg {
        width: 8px;
        height: 8px;
    }
    .module_clase_top_title p {
        font-size: 14px;
        line-height: 100%;
    }
    .module_clase_top_title span {
        font-size: 14px;
        line-height: 100%;
        display: inline-block;
    }
    .module_clase_desc p {
        font-size: 14px;
        line-height: 100%;
        padding-left: 0px;
        margin-bottom: 10px;
    }
    .module_clase_desc p:before {
        left: -10px;
        top: 5px;
    }
    .module_top .rich {
        width: 60px;
        top: 20px;
        right: -25px;
    }
    .module_top .module_icon {
        right: -55px;
        width: 40%;
    }
    section.section-class {
        padding: 60px 0;
    }
    section#course_skills {
        padding-bottom: 0;
    }
    .profesores_block {
        flex-direction: column;
    }
    .profesores_photo {
        width: 100%;
    }
    .profesores_content_top {
        flex-direction: column-reverse;
        align-items: start;
        gap: 12px;
    }
    .profesores_content_top .p_name {
        font-size: 16px;
        line-height: 100%;
    }
    .profesores_content_top .p_position, .profesores_desc p {
        font-size: 14px;
        line-height: 100%;
    }
    .profesores_content_top .p_exp {
        font-size: 12px;
        padding: 6px 12px;
    }
    .course-faq-block {
        max-width: 100%;
        min-width: 100%;
    }
    .course_faq_top_title {
        font-size: 14px;
        line-height: 100%;
    }
    .course_faq_answer {
        font-size: 12px;
        line-height: 100%;
    }
    .course_faq {
        padding: 10px;
    }
}