/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.6
Template: bridge
*/
@import url("../bridge/style.css");
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl,
.swiper-container .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl,
.swiper-container .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}

select.course-order-select {
    border-color: #0c4c90;
    border-radius: 0;
    background-color: #0c4c90;
    width: auto;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: block;
    height: 44px;
    line-height: 42px;
    font-family: inherit;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    padding: 0 30px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
select.course-order-select>option{
    font-size: 16px;
    color: #555;
    background-color: rgb(247, 247, 247);
    height: 50px;
    padding: 15px;
    border: 1px solid rgb(41, 18, 18);
}
.alert.alert-danger {
    border: 1px solid #ffe69c;
    background-color: #ffe69c;
    color: #58151c;
    border-radius: 5px;
    padding: 1em;
    text-align: center;
}
.icono-loading {
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.5);
    overflow: hidden;
}
.icono-loading.active {
    position: fixed;
}
.result-search {
    margin-bottom: 30px;
    font-size: 20px;
}
body.page-template-page-listado-cursos .qode-cli-image {
   position: relative;
}
body.page-template-page-listado-cursos .qode-cli-image span.tags-02 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 1px 8px;
}
body.page-template-page-listado-cursos .qode-cli-image span.tags-01 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 1px 8px;
}
body.page-template-page-listado-cursos #botom-show-course-end {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 35px;
}
body.page-template-page-listado-cursos #show-course-end {
 display:none;
}

body.page-template-page-listado-cursos .container-show-menu {
    position: relative;
    width: auto;
    cursor: pointer;
}
body.page-template-page-listado-cursos .container-show-menu  .image-show-menu {
    background-color: #0c4c90;
    height: 44px;
    width: 44px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

/* Estilos para el menú desplegable */
body.page-template-page-listado-cursos .container-show-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
}

body.page-template-page-listado-cursos .container-show-menu:hover .dropdown-content {
    display: block;
}

body.page-template-page-listado-cursos .container-show-menu .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

body.page-template-page-listado-cursos .container-show-menu .dropdown-content a:hover {
    background-color: #f1f1f1;
}

body.page-template-page-listado-cursos .qode-cl-filter-holder {
    margin: 0 0 68px;
}
/* Estilos para ocultar y mostrar */
body.page-template-page-listado-cursos .hidden {
    display: none !important;
}

body.page-template-page-listado-cursos .visible {
    display: block !important;
}
body.page-template-page-listado-cursos #course-end {
    margin-top: 25px;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
    display:none;
}
body.page-template-page-listado-cursos #course-end a {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}
@media only screen and (max-width: 600px) {
    body.page-template-page-listado-cursos .container-show-menu .image-show-menu {
        background-color: #0c4c90;
        height: 44px;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        margin-top: 15px;
    }
    body.page-template-page-listado-cursos .container-show-menu .dropdown-content {
        min-width: 100%;
    }
}

/* Css para taxonomias de bibliotecs

/* Contenedor del sidebar (mismo estilo que listas) */
.qode-sidebar-holder{
    background:#fafafa;
    padding:18px;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(0,0,0,.04);
}

/* Select estilo "pill" como los <a> */
.bv-tax-select{
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background-color:#ffffff;
    background-image:
            linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
            linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%);
    background-position:
            calc(100% - 18px) calc(50% - 3px),
            calc(100% - 12px) calc(50% - 3px);
    background-size:6px 6px, 6px 6px;
    background-repeat:no-repeat;

    border:1px solid #e3e3e3;
    border-radius:10px;
    padding:10px 42px 10px 12px;
    margin:0 0 18px;

    font-size:14px;
    color:#333;
    cursor:pointer;

    transition:transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}

/* Hover igual que links */
.bv-tax-select:hover{
    border-color:#bdbdbd;
    box-shadow:0 10px 18px rgba(0,0,0,.06);
    transform:translateY(-1px);
}

/* Focus accesible igual que links */
.bv-tax-select:focus{
    outline:none;
    border-color:#4a90e2;
    box-shadow:0 0 0 3px rgba(74,144,226,.15);
}

/* Placeholder (opción vacía) */
.bv-tax-select option[value=""]{
    color:#888;
}

/* Responsive */
@media (max-width: 768px){
    .qode-sidebar-holder{ padding:14px; border-radius:10px; }
    .bv-tax-select{ font-size:15px; padding:12px 44px 12px 14px; }
}




