.curses_cover{
    height:70vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.curses_cover > *{
    color: white;
}
.curses_cover h1{
    font-size: 3rem;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
.curses_cover p{
    margin-bottom: 10px;
}
.curses_cover span{
    font-size: 1rem;
    color: #fff;
    display: inline-block;
}
.row .wrap_curses_top{
    position: absolute;
    bottom: 0px;
    left: 0px !important;
    padding-left: 30px;
    padding-bottom: 30px;
}
.wrap_curses_top .featured_headline{
    margin-bottom: 0px;
}
.icon_play{
    position: absolute;
    top:41.5%;
    left: 45%;
    width: 10%;
    height: 10%;
    background-image: url("assets/image/play_white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: contain;
    background-position: center center;

}
.wrap_audio_ul{
    margin: 0;
    height: 70vh;
    position: relative;
}
.wrap_audio_gray{
    border-bottom: 2px solid white;
    cursor: pointer;
    min-height: 100px;
    width: 100%;
    background: #f6f2f2;
    position: relative;
}
.play_icon_gray{
    background-image: url("assets/image/play_gray_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60% center;
    height: 24px;
}
.active .play_icon_gray{
    background-image: url("assets/image/play_red_icon.png");
}
.wrap_audio_gray h1,.wrap_audio_gray h3{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.wrap_audio_gray h2{
    color:#000000;
    margin-top: 5px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 140%;
}
.wrap_audio_gray.active  h2{
    color: #ff485e;
}
.wrap_audio_gray h3{
    color: #28856a;
    font-size: 14px;
    font-family: "Lato";
}
.curse_first_block {
    position: relative;
    height: 500px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.curse_first_block p,.curse_first_block h1,.curse_first_block h2{
    color: white
}
.curse_first_block p{
    font-size: 14px;
}
.curse_first_block h1{
    font-size: 2rem;
}
.curse_first_block .btn{
    background: #ff485e;
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
    min-width: 40%;
}
.curse_first_block:hover .btn{
    background: #363d59;
}
.curse_first_block .wrap_curse_btn p{
    margin-left: 5%;
}
.float_down {
    bottom: 0;
    padding: 40px;
}
.shadow_curse {
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 0;
}
.item-section .btn,
.item-card .btn{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.item-section:hover .shadow_curse{
    background: rgba(63,58,96,0.8);
}
.curse_first_block:hover .shadow_curse{
    background: rgba(63,58,96,1);
}
.daily-quote img,
.item-cursos-promote img{
    width: 100%;
    vertical-align: text-top;
}
.item-cursos img{
    width: 100%;
}
/*Begin bloques intercalados styles*/
.title-course{
    font-size: 30px;
}
/*End bloques intercalados styles*/

/*Begin bloque expand your mind styles*/
#last-block-courses h5{
    font-weight: 300;
}
.item-expand img{
    width: 100%;
}
.title-expand {
    z-index: 2;
    background: transparent;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 10%;
}
.title-expand:hover {
    background: rgba(40,133,106,0.4);
}
/*End bloque expand your mind styles*/

.float_down h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.wrap_curse_btn a {
    margin-right: 10px;
}
.item-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item-section .author_name{
    margin: 0px 0px 10px;
}
#category_featured_box a:hover .wrap_curses_top h1{
    text-decoration: underline;
}