:root {
    --black-color: rgba(255, 255, 255, 0.637);
}

.content{
    padding: 0 40px;
}

.flex-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.extension-page {
    background-color: rgba(0, 0, 0, 0.1);
}

section{
    padding: 15px;
    background-color: #fff;
}

/* Course Header */

.course-header{
    padding: 30px 0;
    background-color: #126ea4;
    color: #fff;
    justify-content: space-between;
    margin-bottom: 40px;
}

.course-info{
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.course-header .info-text{
    flex-direction: column;
    flex: 3;
}

.course-header .info-text h1{
    text-transform: uppercase;
}

.course-header .info-text h1 span:first-child{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: var(--black-color);
}

.course-header .info-text .details ul li{
    margin-right: 20px;
    font-size: 18px;
    color: var(--black-color);
}

.course-header .info-text .details ul li strong{
    color: #fff;
}

.course-header .info-text .details ul li:last-child{
    margin-right: 0;
}

.course-header .value{
    justify-content: center;
    flex-direction: column;
}

.course-header .value small{
    font-size: 18px;
}

.course-header .value .price{
    font-size: 48px;
    font-weight: bold;
}

.course-header .value > a{
    text-align: center;
    background-color: orange;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.course-header .value > a:hover{
    background-color: rgb(199, 130, 1);
}

.course-header  .breadcrumb {
    display: block;
    width: 100%;
}

.course-header .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0;
    color: var(--black-color);
}

.course-header .breadcrumb li:not(.voltar) {
    display: none;
}

.course-header .breadcrumb li.voltar a:before {
    content: 'Ir para';
    display: inline-block;
    margin-right: 0.5ch
}

.course-header .breadcrumb li:last-child {
    color: #fff;
}

.course-header .breadcrumb li:not(:first-child):before {
    content: "";
    width: 6px;
    height: 6px;
    border-color: var(--black-color) var(--black-color) transparent transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 4px 5px;
}

.course-header .breadcrumb * {
    color: inherit;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.course-header .breadcrumb a:hover {
    text-decoration: underline;
    color: #fff;
}

/* Extension body */

h2{
    text-align: center;
}

.item ol{
    gap: 50px;
    columns: 2;
}

.item ol li{
    margin-bottom: 15px;
}

.detail-section .section-carousel {
    background: #126ea4;
    margin: 40px auto
}
  
.detail-section .section-carousel .owl-stage-outer {
    z-index: 1
}
  
.detail-section .section-carousel .owl-stage-outer .owl-stage .owl-item .item {
    border-top: 3px solid #d43434
}
  
.detail-section .section-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    padding: 15px;
    height: 80px;
    background: #126ea4;
    color: #fff;
    text-align: center;
    line-height: 18px
}
  
.detail-section .section-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%
}
  
.detail-section .section-carousel .owl-nav [class*=owl-] {
    display: flex;
    align-items: center;
    position: absolute;
    top: -70px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #d43434;
    color: #fff
}
  
.detail-section .section-carousel .owl-nav [class*=owl-] span {
    display: none
}
  
.detail-section .section-carousel .owl-nav [class*=owl-]:before {
    font-family: icons;
    font-size: 30px
}
  
.detail-section .section-carousel .owl-nav [class*=owl-].disabled {
    background: rgba(212, 52, 52, .3);
    cursor: default
}
  
.detail-section .section-carousel .owl-nav .owl-prev {
    left: -40px
}
  
.detail-section .section-carousel .owl-nav .owl-prev:before {
    margin-left: 7px;
    content: '\6d'
}
  
.detail-section .section-carousel .owl-nav .owl-next {
    justify-content: flex-end;
    right: -40px
}
  
.detail-section .section-carousel .owl-nav .owl-next:before {
    margin-right: 7px;
    content: '\6e'
}
  
.detail-section .section-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    background: #fff
}
  
.detail-section .section-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(18, 110, 164, .3)
}
  
.detail-section .section-carousel .owl-dots .owl-dot:not(:first-child) {
    margin-left: 5px
}
  
.detail-section .section-carousel .owl-dots .owl-dot.active {
    background: #d43434
}

.inner-content{
    flex-direction: row;
}


@media (min-width:768px) {
    .course-header .breadcrumb li:not(.voltar) {
        display: initial;
}
}

@media (max-width:768px) {

    .course-header .breadcrumb li.voltar a:before {
        display: none;
}

    .detail-section .section-carousel .owl-nav{
        display: none;
}
}

@media (max-width: 767px) {
    .detail-section .section-carousel {
        margin: 40px auto;
        max-width: 290px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .detail-section .section-carousel {
        max-width: 360px;
}
}

@media (max-width: 991px) {

    .content{
        padding: 0;
    }

    .detail-section .section-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
       font-size: 12px;
       line-height: 14px;
    }

   .item ol{
        columns: 1;
    }

    .inner-content{
        align-items: center;
        flex-direction: column-reverse;
    }

    .text{
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .detail-section .section-carousel {
        max-width: 580px;
}
}

@media (min-width: 1200px) {
    .detail-section .section-carousel {
        max-width: 750px;
}
}