/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo genéricas
   --------------------------------------------------------------------------
*/


.contents h1 {
    border-bottom: 0.1rem solid #555555;
}

.contents h2 {
    color: #A4C93E;
}

.contents h3 {
    color: #A4C93E;
    border-bottom: 1px solid #A4C93E;
    font-size: 18px !important;
}

    .contents h3.curriculum {
        color: #222222;
        border-bottom: 1px solid #222222;
        border-top: 1px solid #222222;
        padding-top: 5px;
        padding-bottom: 5px;
    }

h5.curriculum {
    color: #555555;
    border-bottom: 1px solid #222222;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

span.webinars {
    color: #23527c;
    cursor: pointer;
}

    span.webinars:hover {
        font-weight: bold;
    }

.contents ul li, .contents ol li {
    margin-bottom: 0.2rem;
    text-align: justify;
}

.btn-primary {
    background-color: #A4C93E;
    border-color: #A4C93E;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #A0C030;
        border-color: #A0C030;
    }

.book-info-title {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.9rem;
    text-align: center;
}

.book-info p {
    font-size: 0.70rem;
    padding-left: 0.85rem;
}

.book-price {
    font-weight: bold;
    font-size: 0.80rem !important;
    text-align: center !important;
    color: #E86256;
}


.programBox {
    position: relative;
    background: #FFFFFF;
    height: 8.5rem;
    padding-top: 0;
    margin-bottom: 1.5rem;
    /*-webkit-box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.3),0 0 2.5rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.3), 0 0 2.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.3), 0 0 2.5rem rgba(0, 0, 0, 0.1);*/
    border: 1px solid #CCCCCC;
}

.programBoxLogo {
    text-align: center;
}

.programBoxText {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.6rem;
    padding: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    background-color: #A4C93E
}

.box-program-academy {
    min-height: 120px;
    image-rendering: -webkit-optimize-contrast;
}

.horizontal-menu > li.active > a:hover, .horizontal-menu > li.active > a:focus {
    color: #FFFFFF;
    background-color: #A4C93E;
}

.contents ul.nav-tabs li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000000;
    font-weight: bold;
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: none;
    cursor: default;
}

.nav-tabs > li > a {
    border: none;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    overflow-y: hidden;
    height: 43px;
}

.course {
    display: none;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }

div[id*='training-filter'] a, div[id*='filter'] a {
    cursor: pointer !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*
   --------------------------------------------------------------------------
   Definición de estilos que definen Validación de formulario
   --------------------------------------------------------------------------
*/
#errorSummary {
    display: none;
}

label.error {
    height: 10px;
}

.alert-danger, .alert-info {
    padding: 0.3rem;
    font-size: 0.90rem;
    margin-bottom: 0.3rem;
}

.alert-danger, .callout.callout-danger {
    background-color: #fee !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

select.error, textarea.error, input.error {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

    select.error, textarea.error, input.error, select.error + span > span > span {
        border: 2px solid #a94442 !important;
        color: #a94442 !important;
    }

/*
   --------------------------------------------------------------------------
   Definición de estilos que definen el Dropdown Menu en Programas Academy
   --------------------------------------------------------------------------
*/

.subcategories {
    position: relative;
}

    .subcategories .subcategories-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        padding: 0px;
        position: absolute;
        z-index: 1000;
        float: left;
        min-width: 160px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .subcategories .subcategories-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

        .subcategories .subcategories-menu > li:hover {
            background-color: #eee;
            color: #000;
        }

    .subcategories:hover .subcategories-menu {
        display: block;
    }



/*
   --------------------------------------------------------------------------
   Definición de estilos que definen el Menú lateral curso
   --------------------------------------------------------------------------
*/

.course-menu > div, .course-menu > li, .noactive {
    background-color: #eeeeee !important;
}

.course-menu > a:hover, .mactive {
    background-color: #a2c73d !important;
    color: white !important;
}

/*
   --------------------------------------------------------------------------
   Definición de estilos Fichas Programas Academy
   --------------------------------------------------------------------------
*/

.title-ppt-academy {
    font-family: 'Nunito', sans-serif;
    color: #0E9FDA !important;
    border-bottom: none !important;
    margin-top: 0px !important;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: -0.2px;
}

@media (max-width: 992px) {
    .video-program-academy {
        margin: 30px 0px;
    }
}

/*
   --------------------------------------------------------------------------
   Definición de estilos Fichas MTC (Microsoft Technical Certifications)
   --------------------------------------------------------------------------
*/
@media (max-width: 992px) {

    .button-access {
        font-size: 14px;
    }
}

/*
   --------------------------------------------------------------------------
   Definición de estilos Fichas Python Institute
   --------------------------------------------------------------------------
*/

.modal-header {
    background-color: #C4C4C4;
}

    .modal-header img {
        width: 10%;
    }

    .modal-header h5 {
        width: 90%;
    }

.modal-detail-course {
    color: #809E08;
}

.python-img-alliance {
    height: 150px;
}

.python-img-cert {
    height: 154px;
    float: right;
}

.python-modal-logo {
    height: 50px;
    float: right;
}

@media (max-width:568px) {
    .python-img-alliance {
        height: 100px;
    }

    .python-img-cert {
        height: 80px;
    }

    #course-selector {
        width: 100%;
    }

    .python-modal-logo {
        height: 30px;
    }
}
/*
   --------------------------------------------------------------------------
   Definición de estilos Fichas Productivity
   --------------------------------------------------------------------------
*/
.table-webinar-productivity {
    border: 0px !important;
}

@media (max-width: 376px) {
    .table-webinar-productivity {
        font-size: 12px;
    }
}
/*
   --------------------------------------------------------------------------
   Definición de estilos que definen la cabecera o header
   --------------------------------------------------------------------------
*/
#education-header-mobile-top {
    background-color: #A4C93E;
}


/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo asociadas a los menús de subcabecera
   --------------------------------------------------------------------------   
*/

#subheader-option-education {
    background-color: #eeeeee;
}




/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo asociadas a las cajas
   --------------------------------------------------------------------------
*/

.programBoxHome :hover .img-hover-gray {
    filter: gray opacity; /* IE6-9 */
    filter: grayscale(1) opacity(0.5); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1) opacity(0.5); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.programBoxHome {
    position: relative;
    height: 120px;
    background: #fff;
    padding-top: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}


/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo asociadas a los sliders
   --------------------------------------------------------------------------
*/

#education-contents-slider h1 {
    font-family: 'Source Sans Pro Regular';
    font-size: 2.3rem;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

#education-contents-slider .row {
    margin-left: 0;
}

    #education-contents-slider .row > div {
        padding-left: 0;
    }

#education-courses-catalog .row {
    margin-left: 15px;
}

    #education-courses-catalog .row > div {
        padding-left: 0;
    }

/*
   ---------------------------------------------------------------------------------
   Definición de estilos asociados a los paneles inferiores de opciones
   ---------------------------------------------------------------------------------
*/

.panel-option {
    border-bottom: 0.25rem solid #A4C93E;
}

.contents-option-image {
    border-bottom: 0.15rem solid #A4C93E;
}

.contents-option-title {
    color: #A4C93E;
}

.contents-option-description {
    color: #666666;
}

.panel-option .view-more {
    background-color: #A4C93E;
}

/*
   ---------------------------------------------------------------------------------
   Definición de estilos asociados a los logos inferiores
   ---------------------------------------------------------------------------------
*/

#education-contents-logos .row > div {
    width: 20%;
}


/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo PUE DAY
   --------------------------------------------------------------------------
*/

#pueday-editions .owl-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
}

    #pueday-editions .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        bottom: 50%;
    }

    #pueday-editions .owl-nav .owl-next {
        position: absolute;
        bottom: 50%;
        right: 0;
    }

.owl-prev i, .owl-next i {
    color: #000000;
    font-size: 20px;
}

#pueday-editions .owl-item > div > div {
    min-height: 400px;
}

.btn-pueday {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5bc0de;
    background-color: #fff;
    border: 2px solid #5bc0de;
    padding: 10px;
}

    .btn-pueday:hover {
        color: #fff !important;
        background-color: #5bc0de;
        border: 2px solid #fff;
        font-weight: 700 !important;
    }

#pueday-videos {
    background-color: #e9ecef;
    padding-bottom: 50px;
}

/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo PUE AWARDS
   --------------------------------------------------------------------------
*/

.img-second-edition {
    width: 100%;
    padding-bottom: 20px;
}

.panel {
    background-color: #f2f2f2;
}

.video-thumbnail {
    padding: 0.05rem;
    background-color: #FFC633;
    border-radius: 0;
    display: contents;
}

#video-player-caption {
    min-height: 130px;
}

    #video-player-caption small {
        font-size: 17px;
        line-height: 25px;
        padding-top: 15px;
        display: inline-block;
    }

.talkus-media {
    text-decoration: none;
    color: #495057;
}

div[id^='playlist-video'] > div:hover, .selected-video {
    background-color: #bdbdbd4d;
    box-shadow: 0 0.5rem 2rem #bdbdbdad;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
}
/*
   --------------------------------------------------------------------------
    Education Leads
   --------------------------------------------------------------------------
*/
#education-leads-header {
    background-image: url(/Areas/Academy/resources/images/sections/leads/header.jpg);
    background-size: cover;
    padding-top: 30px;
    min-height: 250px;
    padding-bottom: 50px;
}

#education-leads-title {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    border-bottom: none;
}

#education-leads-contents {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

#education-leads-form {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#education-leads-promo {
    padding-bottom: 40px;
}

#education-leads-footer {
    padding-bottom: 40px;
}

/*
   --------------------------------------------------------------------------
   Definición de estilos Fichas Formación instructores Academy
   --------------------------------------------------------------------------
*/

.n-default-tpath-title {
    font-weight: bold !important;
    font-size: 30px !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: 32px !important;
    color: #002045!important;
}

.n-default-tpath-title1 {
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: inherit !important;
}

.n-default-tpath-subtitle {
    margin: 0 !important;
    margin-top: 5px !important;
    color: #999999 !important;
    font-size: 1rem !important;
    text-align: left !important;
    text-transform: none !important;
    line-height: inherit !important;
    font-weight: normal !important;
}

.default-tpath-title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: inherit !important;
    padding-bottom: 20px;
}

.n-default-tpath {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.default-tpath {
    margin-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
}

.img-container-provider {
    border: 1px solid #CCC;
    border-radius: 10px;
}
.course-table-cell {
    width: 12%;
}
.info-pue-training {
    border: 3px solid #CDCDCD;
    padding: 22px;
    margin-bottom: 20px;
}
.aca-h3-section {
    margin-top: 0px;
    font-size: 1rem;
    font-weight: bold;
    color: #002045 !important;
    border-bottom: 1px solid #002045 !important;
    text-transform: uppercase;
}
/*--- Cisco ---*/
.cisco {
    color: #37c3f2 !important;
}

h2.cisco {
    text-transform: none;
    border: none;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3.cisco {
    text-transform: uppercase;
    border-bottom: 1px solid #37c3f2;
    color: #37c3f2;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

#cisco-tpath {
    margin-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
}

#cisco-tpath-title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    text-transform: none !important;
    line-height: inherit !important;
}

#cisco-tpath-description {
    margin: 0 !important;
    margin-top: 5px !important;
    color: #999999 !important;
    font-size: 1rem !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: inherit !important;
    font-weight: normal !important;
}

#cisco-description {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#cisco-description-text {
    padding-left: 0 !important;
}


#cisco-description-title {
    font-weight: bold;
    font-size: 1rem
}

#cisco-description-info {
    font-size: 0.90rem;
}


#cisco-description-video {
    padding-right: 0 !important;
}

.cisco-path-menu {
    width: -webkit-fill-available;
    cursor: pointer;
    padding: 15px 0px !important;
    border-left: 1px solid gray;
    border-radius: 0px !important;
    font-size: 13px;
    color: #002045;
}

    .cisco-path-menu:hover {
        background: #002045 !important;
        color: white !important;
    }


/*--- Cloudera ---*/

.cloudera-description {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.cloudera-description-text {
    padding-left: 0 !important;
}

.cloudera-description-video {
    padding-right: 0 !important;
}

.cloudera-description-title {
    color: #2aa7de;
    font-weight: bold;
    font-size: 1rem
}

.cloudera-description-info {
    font-size: 0.90rem;
}


@media (max-width: 415px) {
    .n-default-tpath-title {
        text-align: center;
    }
}
/*--- EC-Council ---*/

.eccouncil-box-title {
    color: #005984 !important;
    margin-top: 10px !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    border-bottom: none !important;
    text-transform: none !important;
}

.eccouncil-box-description {
    margin-top: 10px;
    min-height: 90px;
    color: #999999;
    font-size: 1rem;
    text-align: left;
    margin-left: 15px;
}

/*---- Google Cloud ----*/


.googlecloud-description {
    font-size: 0.95rem;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0px;
    /*border-top: 1px solid #CCCCCC;*/
}

.googlecloud-title-video {
    border-bottom: 2px solid #337ab7;
    text-align: center !important;
}

.googlecloud-description-text {
    padding-left: 0 !important;
    padding-right: 0px !important;
    padding-bottom: 30px;
}

.googlecloud-description-video {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.googlecloud-description-title {
    color: #4285f4;
    font-weight: bold;
    font-size: 1rem
}

.googlecloud-description-info {
    font-size: 0.90rem;
    padding-right: 0px;
}

/*--- Microsoft ---*/
.microsoft-courses-title {
    color: #00AEEF;
    border-bottom: 1px solid #00AEEF;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom:20px;
}

.microsoft-description-info {
    font-size: 0.90rem;
}

.microsoft-description-text {
    padding-left: 0 !important;
}

.microsoft-description-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #002045;
}
.microsoft-level-info {
    margin-top:20px;
}
.microsoft {
    color: #1570a6 !important;
}


/*--- LPI ---*/


.lpic-title-video {
    border-bottom: 2px solid #337ab7;
    text-align: center !important;
}

.lpic-description-text {
    padding-left: 0 !important;
    padding-right: 0px !important;
    padding-bottom: 30px;
}

.lpic-description-video {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.lpic-description-info {
    font-size: 0.90rem;
    padding-right: 0px;
}

/*--- Oracle ---*/
.oracle {
    color: #ff0000 !important;
}

h2.oracle {
    text-transform: none;
    border: none;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

h3.oracle {
    text-transform: uppercase;
    border-bottom: 1px solid #555555;
    color: #555555 !important;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px;
}
.oracle-box {
    border: 1px solid #CCCCCC;
    margin-top: 20px;
    margin-bottom: 20px;
}

#oracle-description {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#oracle-description-text {
    padding-left: 0 !important;
}

#oracle-description-title {
    font-weight: bold;
    font-size: 1rem
}

#oracle-description-info {
    font-size: 0.90rem;
}

/*
   ---------------------------------------------------------------------------------
   Definición de estilos asociados a los logos inferiores
   ---------------------------------------------------------------------------------
*/
#education-contents-logos .row > div {
    width: 20%;
}

#education-contents-logos .row > div:nth-child(11) {
    width: 20%;
    margin-left: 30%;
}

.training-partners-logo {
    margin-top: 1rem;
    margin: 7.5px;
}
/*
   --------------------------------------------------------------------------
   Definición de estilos que definen la ficha
   --------------------------------------------------------------------------
*/
.training-file-header {
    min-height: 100px;
    border-top: 7px solid #002649;
    -webkit-box-shadow: -2px 0px 5px 0px #dddddd, 2px 0px 5px 0px #dddddd;
    -ms-box-shadow: -2px 0px 5px 0px #dddddd, 2px 0px 5px 0px #dddddd;
    box-shadow: -2px 0px 5px 0px #dddddd, 2px 0px 5px 0px #dddddd;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,250,1) 80%, rgba(244,243,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(80%, rgba(251,251,250,1)), color-stop(100%, rgba(244,243,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,250,1) 80%, rgba(244,243,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,250,1) 80%, rgba(244,243,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,250,1) 80%, rgba(244,243,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251,251,250,1) 80%, rgba(244,243,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f0', GradientType=0 );
}

.training-logo-dashed-side {
    border-right: 1px dashed #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
}

.training-course-name {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #5d5d5d !important;
    padding: 15px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-transform: inherit !important;
    word-spacing: inherit !important;
    border-bottom: none !important;
}

.training-file-cell {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}
.training-file-info-item-img {
    padding-right: 10px;
    line-height: 1.1rem;
}
.training-file-info-item {
    inline-size: max-content;
}
.training-file-info-item-info {
    color: #919191;
    float: right;
    text-transform: none;
}

#training-upper-menu {
    content: '';
    display: table;
    width: 100%;
    padding-left: 0px !important;
    table-layout: fixed;
}
.training-card-content {
    padding-left: 0px;
    padding-right: 0px;
}

#training-upper-menu {
    content: '';
    display: table;
    width: 100%;
    padding-left: 0px !important;
    table-layout: fixed;
}

    #training-upper-menu li {
        display: table-cell;
    }


.training-file-section {
    font-size: 0.9rem;
    color: #002045 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.training-file-section-small {
    font-size: 0.75rem !important;
    border: 1px solid #ddd;
}

.training-file-section div {
    color: #34a7d8 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.training-file-section-small div {
    color: #34a7d8 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.training-file-section img {
    padding-right: 10px;
    padding-bottom: 3px;
}

.training-file-section:hover {
    background-color: #002045 !important;
    font-weight: bold;
}

    .training-file-section:hover div {
        color: #fff !important;
        font-weight: bold !important;
    }

    .training-file-section:hover img {
        content: url('/Areas/Training/Resources/Images/Sections/Courses/File/marcador-hover.png');
    }


.training-button-blue img {
    margin-right: 15px;
}

.training-button-blue {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    background-color: #008fc4;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    margin-bottom: 15px;
    font-weight: bold;
    background: #002045;
    background: -moz-linear-gradient(top, #002045 0%, #253139 60%, #002045 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #002045)), color-stop(60%, #253139), color-stop(100%, #002045));
    background: -webkit-linear-gradient(top, #002045 0%, #253139 60%, #002045 100%);
    background: -o-linear-gradient(top, #002045 0%, #253139 60%, #002045 100%);
    background: -ms-linear-gradient(top,#002045 0%, #253139 60%, #002045 100%);
    background: linear-gradient(to bottom, #002045 0%, #253139 60%, #002045 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6d7', endColorstr='#002045', GradientType=0 );
    box-shadow: 0px 5px 5px 1px #ddd;
}



.training-button-blue-list img {
    margin-right: 5px;
}

.training-button-blue-list {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 5px;
    background-color: #7c7c7d;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    border: none !important;
    background: #FFCC00;
    background: -moz-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFCC00)), color-stop(100%, #FFCC00));
    background: -webkit-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -o-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -ms-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: linear-gradient(to bottom, #FFCC00 0%, #FFCC00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', endColorstr='#FFCC00', GradientType=0 );
}

    .training-button-blue:active, .training-button-blue-list:active {
        color: #ffffff;
        background-color: #002045;
        background: #FFCC00;
        background: -moz-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFCC00)), color-stop(100%, #FFCC00));
        background: -webkit-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
        background: -o-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
        background: -ms-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
        background: linear-gradient(to bottom, #FFCC00 0%, #FFCC00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8bc1', endColorstr='#33a6d7', GradientType=0 );
    }


    #calls-table .training-button-blue-list:hover, #all-calls-table .training-button-blue-list:hover, #upcoming-table tr:hover .training-button-blue-list {
        background: #33a6d7;
        background: -moz-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #33a6d7)), color-stop(60%, #2f90c8), color-stop(100%, #2f8bc1));
        background: -webkit-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
        background: -o-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
        background: -ms-linear-gradient(top,#33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
        background: linear-gradient(to bottom, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6d7', endColorstr='#2f8bc1', GradientType=0 );
    }

.training-button-blue-small {
    text-transform: uppercase;
    font-size: 0.8rem !important;
    color: #fff !important;
    padding: 4px 6px !important;
    background-color: #008fc4;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    background: #33a6d7;
    background: -moz-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #33a6d7)), color-stop(60%, #2f90c8), color-stop(100%, #2f8bc1));
    background: -webkit-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
    background: -o-linear-gradient(top, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
    background: -ms-linear-gradient(top,#33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
    background: linear-gradient(to bottom, #33a6d7 0%, #2f90c8 60%, #2f8bc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6d7', endColorstr='#2f8bc1', GradientType=0 );
    border: none !important;
}

.training-button-blue:visited {
    color: #fff;
}


.training-button-blue:hover, .training-button-blue-list:hover, .training-button-green-all:hover, .training-button-grey-all-small:hover {
    color: #ffffff;
}
.training-card-timetable {
    margin-bottom: 0px;
}
.table hr {
    margin: 0;
    margin-left: 40%;
    margin-right: 40%;
    border-color: #333333;
}

.training-card-course-title {
    color: #666;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    display: inline-block;
}

.training-card-timetable {
    margin-bottom: 0px;
}

.training-button-blue-list img {
    margin-right: 5px;
}

.training-button-blue-list {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #002045;
    margin-top: 5px;
    background-color: #7c7c7d;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    border: none !important;
    background: #FFCC00;
    background: -moz-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFCC00)), color-stop(100%, #FFCC00));
    background: -webkit-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -o-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: -ms-linear-gradient(top, #FFCC00 0%, #FFCC00 100%);
    background: linear-gradient(to bottom, #FFCC00 0%, #FFCC00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#7c7c7d', GradientType=0 );
}

.banner-video-course-file {
    text-align: -webkit-left;
    padding-top: 10px;
}

.banner-private-course-file {
    text-align: -webkit-right;
    padding-top: 10px;
}

.training-file-subcontent-header {
    color: #5d5d5d !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    margin-bottom: 1.2rem !important;
    border-bottom: none !important;
    font-weight: bold;
}

.training-file-subcontent-conv {
    color: #008fc4 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important;
    border-bottom: none !important;
}

#sc-course-about h3, #sc-course-access-time h3, #sc-course-profile h3, #sc-course-objectives h3, #sc-course-exam h3, #sc-course-syllabus h3, #sc-course-upcoming-editions h3 {
    color: #002045;
    border-bottom: none;
}
.alert-card-course {
    background-color: #F6F6F6;
    border: 1px solid #626262;
    color: #002045;
    font-size: 20px;
    text-align: center;
}
.
/*
   --------------------------------------------------------------------------
   Media Queries
   --------------------------------------------------------------------------
*/
@media (max-width: 1024px) {
    .banner-video-course-file {
        text-align: -webkit-center;
    }

    .banner-private-course-file {
        text-align: -webkit-center;
    }
}
@media (max-width: 992px) {

    #education-contents-slider {
        height: auto;
    }

    #education-contents-logos .row > div {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .programBox {
        height: 7.5rem;
    }
    .training-card-timetable {
        text-align: center !important;
        margin-bottom: 0px;
    }
    .training-card-course-title {
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    .contents-option-image {
        background-color: #A4C93E;
    }

    #education-contents-logos .row > div {
        width: 50% !important;
        margin-left: 0 !important;
    }
}

/*
   --------------------------------------------------------------------------
   Reglas genéricas
   --------------------------------------------------------------------------
*/
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.border-1 {
    border: 1px solid #f2f2f2
}


.splide__list {
    align-items: center;
}


/*
   ---------------------------------------------------------------------------------
   Full Page Course Search - Typeahead
   ---------------------------------------------------------------------------------
*/


#fpage-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
    background: #fafafa;
    padding-top: 80px;
    margin-bottom: 40px;
    overflow-y: scroll;
}

.appear {
    display: block !important;
    -webkit-animation: slideDown .5s ease-out;
    -moz-animation: slideDown .5s ease-out;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

​
@-webkit-keyframes slideDown {
    0%

{
    opacity: 0;
    -webkit-transform: translateY(-100%);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
}

}

@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}