body {
    background: #ffffff !important;
}

.subheader.subheader-solid {
    height: 95px !important;
    background-color: #FF9015 !important;
}

#kt_aside,
.navbar {
    display: none !important;
}


/* ------------------------- */


/* Estilos CSS del Reproductor */


/* ------------------------- */

.fm-video {
    width: 550px !important;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .5);
}

.video-js.vjs-16-9 {
    padding-top: 50.9% !important;
}

.fm-video .vjs-control-bar {
    background: #F4F4F4;
    color: #FF9015;
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
    background: #FF9015;
}

.fm-video .vjs-slider {
    background: #FF9015;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, .2);
}

.fm-video .vjs-big-play-button {
    background: rgba(0, 0, 0, .2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: none;
}

.fm-video .vjs-big-play-button:hover {
    background: rgba(0, 0, 0, .5);
}

.text-guia {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0px;
    color: #323E48;
    opacity: 1;
}

.btn.btn-descargar-guias {
    background: #FF9015 0% 0% no-repeat padding-box;
    color: #ffffff;
    width: 190px;
    height: 45px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
}

.descrip-guia {
    text-align: left;
    font-weight: bold;
    letter-spacing: 0px;
    color: #323E48;
    opacity: 1;
}

.footer.bg-black {
    background-color: #2b343b;
}

@media (max-width: 991.98px) {
    #kt_aside,
    .navbar {
        display: block !important;
    }
    #kt_subheader,
    #kt_header {
        display: none;
    }
    .bg-orange {
        background-color: #FF9015 !important;
    }
    .video-js.vjs-16-9 {
        padding-top: 160px !important;
    }
    .video-fm-js {
        margin-left: 0px !important;
    }
    .text-guia {
        margin-top: 20px;
        font-size: 20px;
    }
    .descrip-guia {
        text-align: center;
        font-size: 15px;
        margin-top: 20px;
    }
    .header-mobile {
        background-color: #ffffff !important;
    }
    .header-mobile .burger-icon span,
    .header-mobile .burger-icon span::before,
    .header-mobile .burger-icon span::after {
        background-color: #FF9015 !important;
    }
    .aside,
    .aside-menu {
        background-color: #ffffff !important;
    }
    .flex-column-auto.quick-user {
        border-bottom: 2px solid #70707024;
    }
    .text-sidebar {
        color: #2b343b !important;
        font-weight: 500 !important;
    }
    .flex-column-auto.logout-btn {
        position: absolute;
        bottom: 10px;
    }

    #guias iframe{
        width: 100%;
    }

    .areas-span .spAreas{
        line-height: 40px;
    }

    #btnCrearMovil{
        display: block;
    }

    #btnMisMentoriasMovil{
        display: initial;
    }
}

@media (min-width: 991.98px) {
    .menucategorias:hover,.menucategorias:focus,.menucategorias:active, .menuPaises:hover, .menuPaises:focus, .menuPaises:active{
      color: #FF9015;
    }

    #btnCrearMovil{
        display: none;
    } 

    #btnMisMentoriasMovil{
        display: none;
    }
}



    .menucategorias, .menuPaises{
        color: #181C32
    }
.wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 370px;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    /*border: 1px solid #ddd;*/
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #2b343b;
    color: #fff;
    border-color: #2b343b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 10%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.seleccionado{
    border: none;
    background: #eee;
    border-radius: 5px;
}

.sin-seleccionar{
    color: #2b343b !important;
    border: none;
    background: #fff;
}

.card-imagen{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 20px;
    border-radius: 60%;
}
.modulos:hover{
    background-color: #FF9015 !important;

}

.textos{
    color:#3F4254 !important;
    font-weight: 600;
}

.textos:hover,.textos:first-child i{
    color:#fff !important;
    font-weight: 600;

}

.card-modulos{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
}

.check-modulo{
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
}

.puntero{
    cursor: pointer;
}

.menu-seleccionado{
    border: 1px solid #fff;
    border-radius: 5px;
}

.activar:hover{
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}

.card-section-bg{
    background-color: #FF901514;
}

.card-section-bg span{
    color: #FF9015;
    font-size: 12pt;
    font-weight: bold;
}

.text-color-inno{
    color: #FF9015;
}

.noUi-target.noUi-horizontal{
    height: 6px !important;
}

.noUi-target.noUi-horizontal .noUi-handle{
    width: 12px !important;
    height: 12px !important;
    background-color: #FF9015;
    top: -4px !important;
    right: -10px !important;
}

.rate{
    height: 30px !important;
    font-size: 24pt;
    color: #FF9015;
}

.rate-base-layer{
    /*height: 30px !important;*/
}

.rate-hover-layer
{
    color: #FF9015;
}

.rate-select-layer
{
    color: #FF9015;
}

.spHabilidad{
    border: 1px solid #323E48;
    color: #323E48;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px;
    line-height: 3;
}

.precio span{
    font-size: 20pt;
    font-weight: bold;
}

.precio label{
    font-size: 12pt;
    font-weight: bold;
}

.areas-span .spAreas{
        border: 1px solid #eee;
        padding: 4px 10px;
        border-radius: 5px;
        margin: 3px 15px;
        cursor: pointer;
        display: inline-block;
}

.spAreas-selected{
    background-color: #FF9015;
    border-color: #FF9015 !important;
    color: white;
}

.page-item.active .page-link {
    background-color: #ffa800 !important;
    border-color: #c58408 !important;
    border-radius: 50% !important;
    color: white !important;
}

.page-item {
    align-items: center;
    display: flex;
}

.page-link {
    border: none !important;
    font-size: 14px !important;
    color: #000000 !important;
    padding: 0.4rem 0.80rem !important;
}

@media (max-width: 767px) {
    .filtros-mentores{
        display: none;
    }

    #btnFiltros{
        display: initial;
    }
}

@media (min-width: 767px) {
    #btnFiltros{
        display: none;
    }
}

