.course-container {
    margin-top: 10px;
    color: #00396f;
}

.course-container .wrapper {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
}

.course-container .wrapper .course-info {
    width: 65%;
}

.course-container .wrapper .course-info .mobile-course-actions {
    display: none;
}

.course-container .wrapper .course-info .preview-video {
    margin: 6vh 0;
    position: relative;
    overflow: hidden;
    display: flex;
}

.course-container .wrapper .course-info .preview-video video {
    width: 100%;
    border-radius: 5px;
}

.course-container .wrapper .course-info .preview-video .preview-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 14, 39, 0.5);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.course-container .wrapper .course-info .preview-video .preview-background p {
    font-size: 22px;
    margin-bottom: 0;
    color: white;
    font-weight: bold;
}

.course-container .wrapper .course-info .preview-video .preview-background i {
    color: white;
    margin-right: 10px;
}

.course-container .wrapper .course-info .author-label img {
    border-radius: 50%;
}

.course-container .wrapper .course-info .que-aprenderas {
    margin: 4vh 0;
}

.course-container .wrapper .course-info .que-aprenderas .title {
    text-align: center;
    margin: 20px 0;
}

.course-container .wrapper .course-info .que-aprenderas .items ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}

.course-container .wrapper .course-info .que-aprenderas .items ul li {
    list-style: none;
    width: 48%;
    margin: 20px 0;
}

.course-container .wrapper .course-info .info-icons ul {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border: 2px solid #044a89;
    border-radius: 15px;
}

.course-container .wrapper .course-info .info-icons ul li {
    list-style: none;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    text-align: center;
}

.course-container .wrapper .course-info .info-icons ul li.minify-icon img {
    transform: scale(.9);
}

.course-container .wrapper .course-info .info-icons ul li img {
    height: 46px;
    margin-bottom: 4px;
}

.course-container .wrapper .course-info .info-icons ul li span {
    font-size: 18px;
    text-transform: uppercase;
    color: #044a89;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-weight: bold;
}

.course-container .wrapper .course-actions {
    width: 33%;
}

.course-actions .actions {
    background-color: whitesmoke;
    border-radius: 10px;
    overflow: hidden;
}

.course-actions .actions .preview-img {
    width: 100%;
    overflow: hidden;
}

.course-actions .actions .preview-img img {
    width: 100%;
}

.course-actions .actions .actions-content {
    padding: 30px;
}

.course-actions .actions .actions-content .last-price {
    text-align: center;
    font-size: 17px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: -15px;
}

.course-actions .actions .actions-content .last-price .price-data {
    text-decoration: line-through;
    padding-left: 5px;
}

.course-actions .actions .actions-content .price p {
    font-size: 32px;
    font-weight: bold;
    color: #00396f;
    text-align: center;
}

.course-actions .actions .actions-content .actions-btns {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.course-actions .actions .actions-content .actions-btns button {
    width: 100%;
    padding: 0 40px;
    height: 56px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #00396f;
    transition: .2s all ease;
}

.course-actions .actions .actions-content .actions-btns .buy {
    background: #00396f;
    margin-bottom: 8px;
    color: white;
}

.course-actions .actions .actions-content .actions-btns .buy:hover {
    background: #044a89;
}

.course-actions .actions .actions-content .actions-btns .add-to-cart {
    border-color: #1668b6;
    color: #1668b6;
    background: transparent;
}

.course-actions .actions .actions-content .actions-btns .add-to-cart:hover {
    border-color: #00396f;
    color: #00396f;
}

.course-actions .download {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.course-actions .download img {
    height: 40px;
    width: auto;
    margin-right: 15px;
}

.course-actions .download p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.acordeon {
    width: 100%;
    margin: 20px;
    border-radius: 5px;
}

.accordion-container {
    border-radius: 5px;
    overflow: hidden;
}

.accordion-content {
    background-color: whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.accordion-content p {
    margin-bottom: 0 !important;
    padding: 15px 0;
}

.accordion-content a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #00396f;
}

button.accordion {
    width: 100%;
    background-color: whitesmoke;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #00396f;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion:after {
    font-family: FontAwesome;
    content: '\f107';
    font-family: "fontawesome";
    font-size: 18px;
    font-weight: bold;
    float: right;
    color: grey;
}

button.accordion.is-open:after {
    content: '\f106';
    font-weight: bold;
}

button.accordion:hover,
button.accordion.is-open {
    background-color: #ddd;
}

.fa.fa-file-text-o {
    color: grey;
}

.fa.fa-video-camera {
    color: grey;
}

.btn.btn-outline-primary {
    color: #00396f;
    border: 2px solid #00396f;
    border-radius: 8px;
}

.btn.btn-outline-primary:hover {
    color: white;
    border: 2px solid #00396f;
    background: #00396f;
}

.container {
    display: flex;
}

@media screen and (max-width: 1000px) {
    .course-container .wrapper {
        width: auto;
    }

    .course-container .wrapper .course-info {
        width: 100%;
    }

    .course-container .wrapper .course-actions {
        display: none;
    }

    .course-container .wrapper .course-info .preview-video {
        margin-bottom: 0;
    }

    .course-container .wrapper .course-info .preview-video .preview-background,
    .course-container .wrapper .course-info .preview-video .video {
        border-radius: 10px 10px 0 0;
    }

    .course-container .wrapper .mobile-course-actions {
        display: block !important;
        width: 100%;
        border-radius: 0 0 10px 10px;
        margin-bottom: 40px;
    }

    .course-container .wrapper .mobile-course-actions .actions {
        border-radius: 0 0 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .course-container .wrapper .course-info .info-icons ul {
        flex-direction: column;
        border: none;
        padding: 0 !important;
        margin: 20px 0;
    }

    .course-container .wrapper .course-info .info-icons ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 500px) {}