﻿/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.unit-selected {
    color: #f84929 !important;
}

.pg-over:hover {
    color: #f84929;
    border-radius: 8px;
    border-color: blue;
    cursor: pointer;
}

.title-course:hover {
    color: #ef8e32;
    cursor: pointer;
}

.progress-color {
    color: #000;
    background-color: #efefef;
}

.h4-backcolor {
    background-color: #fff;
}

.top-margin {
    margin-top: 33px;
}
.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 60px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}

.card2 {
    display: none
}

    .card2.show {
        display: block
    }

.social {
    border-radius: 50%;
    background-color: #FFCDD2;
    color: #0b39cc;
    height: 47px;
    width: 47px;
    padding-top: 16px;
    cursor: pointer
}

.cont-radio-button {
    position: relative;
    margin-left:25px;
}

/*input,
select {
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    border: 1px solid #BDBDBD;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px !important
}

select {
    width: 100%;
    margin-bottom: 85px
}

input:focus,
select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0b39cc !important;
    outline-width: 0 !important
}*/

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0b39cc
}

/*.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    width: 77%
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 12px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: #fff
}*/

.next-button {
    width: 18%;
    height: 50px;
    background-color: #BDBDBD;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer
}

    .next-button:hover {
        background-color: #0b39cc;
        color: #fff
    }

.get-bonus {
    margin-left: 154px
}

.pic {
    width: 230px;
    height: 110px
}

.progress-bar {
    word-wrap: normal;
}

.progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
}

    .progressbar li {
        list-style-type: none;
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 22px
    }

        .progressbar li:nth-child(3) {
            margin-bottom: 40px
        }

    .progressbar .step0:before {
        content: "";
        color: #fff
    }

.step1 {
}

.progressbar li:before {
    width: 15px;
    height: 15px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 2px solid #0b39cc;
    border-radius: 50%;
    margin: auto
}

/*.progressbar li:last-child:before {
        width: 40px;
        height: 40px
    }*/

.progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    background: #BDBDBD;
    position: absolute;
    left: 58px;
    top: 15px;
    z-index: -1
}

.progressbar li:last-child:after {
    top: 147px;
    height: 132px
}

.progressbar li:nth-child(3):after {
    top: 81px
}

.progressbar li:nth-child(2):after {
    top: 0px
}

.progressbar li:first-child:after {
    position: absolute;
    top: -81px
}

.progressbar li.active:after {
    background: #0b39cc
}

.progressbar li.active:before {
    background: #0b39cc;
    font-family: FontAwesome;
    content: "\f00c"/
}

.tick {
    width: 100px;
    height: 100px
}

.prev-bar {
    display: block;
    position: absolute;
    left: 40px;
    top: 20px;
    cursor: pointer
}

.prev-bar:hover {
    color: #0b39cc !important
}

.card-header{
    background: none !important;
}

@media screen and (max-width: 912px) {
    .card00 {
        padding-top: 30px
    }

    .card1 {
        border: none;
        margin-left: 50px
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }

    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px
    }

    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px
    }

    .progressbar {
        left: -25px
    }
}

.justify-content-right {
    float: right;
}

.unit-title {
    color: #ef8e32 !important;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 200;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.unit-title2 {
    color: #ef8e32 !important;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 200;
    transition-duration: 0.3s;
}

.unit-title:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.icon-title {
    background-image: url('../images/iconos/ArrowTitle.svg');
}

.pointer-icon {
    cursor: pointer;
}

.center-vertical {
    align-content: center;
    vertical-align: middle !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.unit-time {
    padding: 5px 5px;
    margin-right: 15px;
    margin-left: auto;
    margin-top: 2px;
    font-weight: 500;
    font-size: 0.8em;
    position: relative;
    display: inline-block;
    background: #efefef;
    border-radius: 3px;
}

.unit-time-desc {
    padding: 10px 20px;
    font-size: 1.4em;
    background: #ef8e32;
    border-radius: 3px;
    position: relative;
    display: block;
    max-width: 400px;
    margin-left: 15px;
    color: #fff;
    margin-top: 14px;
}
/*************************************/
.mn-crs-image {
    position: relative;
    padding: 20px;
}

.mn-crs-image img{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.title-test{
    position: relative;
    padding:10px;
    text-align:center;
    margin-bottom:10px;
    font-size:1.7em;
}

.desc-test {
    position: relative;
    padding: 10px 36px;
    text-align: center;
}


.content-right {
    float: right !important;
}

.content-center {
    display: block;
    margin: auto;
    vertical-align: middle !important;
}

#subTitle {
    font-weight: 600;
    font-size: 1.4em;
    color: #fbc503;
}

.card-text-module {
margin: 15px;
}

.test-countdown {
    width: 200px;
    background-color: #1c8f5a;
    font-size: 22px;
    padding-left: 43px;
    border-radius: 5px;
    color: #fff;
}


.fa-1x {
    font-size: 1.4em;
    padding-top: 5px;
    padding-left: 5px;
}

.module-title {
    font-size: 1.2em !important;
}

.space-description{
    padding: 20px;
}

.img-lock {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
