﻿header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
    min-height: 100px;
    overflow: hidden;
}

    header .container {
        position: relative;
        background-repeat: no-repeat;
        background-position: right 20%;
        min-height: 80px;
    }


/* Ocultar imagen decorativa cabecera en pantallas pequeñas */

@media screen and (max-width: 1007px)
{
  
  header .container {
    text-align: center;
  }
  
  header .container
  {
    background-image: none;
  }

  footer {
    text-align: center;
  }
  
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 0;
}

a {
    color: #3DAEC1;
}

    a:hover {
        color: #2F8897;
    }

.action-bar {
    background-color: white;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.7em 20px;
    font-size: 0.8em;
    font-size: 12px;
}

    .action-bar a {
        color: #333333;
    }

        .action-bar a:hover,
        .action-bar a:focus {
            color: #23527c;
            text-decoration: none;
        }

    .action-bar ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

.nav-social ul li {
    display: inline-block;
    margin-right: 10px;
}

    .nav-social ul li a:hover {
        text-decoration: none;
    }

/*@media all and (min-width:768px)*/
.action-bar.navbar > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.action-bar.navbar > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: none;
}

.action-bar .nav > li > a {
    padding: 0px;
}

    .action-bar .nav > li > a:hover, .nav > li > a:focus,
    .action-bar .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #23527c;
        background-color: transparent;
    }

.nav-idioma-login ul:first-child > li {
    margin-left: 25px;
}

    .nav-idioma-login ul:first-child > li i {
        margin-right: 4px;
    }

.nav-idioma-login .dropdown-menu {
    margin-top: 9px !important;
    z-index: 1001;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: white;
    background-color: #60BDCD;
}

    .jumbotron {
        margin-top: 0;
        background-image: url(/Content/img/fondo-default.jpg);
        background-position: 50% 30%;
        background-size: cover;
        border-radius: unset;
    }

        .jumbotron h1 {
            font-size: 63px;
            font-weight: 500;
        }

        .jumbotron p {
            font-size: 21px;
            font-weight: 200;
        }
        .jumbotron.mini {
            padding: 50px 15px 30px 15px;
            background-position: 50% 40%;
            margin-bottom: 30px;
            background-size: cover;
            min-height: 300px;
        }

            .jumbotron.mini h1 {
                margin-bottom: 5px;
                letter-spacing: -0.02em;
            }

            .jumbotron.mini h1 {
                font-size: 50px;
            }

.slider {
    position: relative;
}

.imagen-pagina {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 300px;
}

    .titulo-pagina {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.50);
        text-align: center;
        padding: 25px;
        box-sizing: border-box;
    }

        .titulo-pagina h1 {
            /*font-family: HelveticaNeueLTStdLtRegular;*/
            font-size: 56px;
            font-weight: 400;
        }


@media (min-width: 350px) {

    .nav-idioma-login .navbar-nav {
        margin: 0;
    }

        .nav-idioma-login .navbar-nav > li {
            float: left;
        }
}

@media (max-width: 300px) {

    .titulo-pagina h1 {
        font-size: 20px;
    }

    .titulo-pagina p {
        font-size: 15px;
    }

    h2, .h2 {
        font-size: 15px;
    }

    .videoCurriculum{
        max-width:300px;
        height:auto;
    }
}

@media (min-width: 300px) {

    @media (max-width: 800px) {

        .titulo-pagina h1 {
            font-size: 30px;
        }

        .titulo-pagina p {
            font-size: 20px;
        }

        h2, .h2 {
            font-size: 20px;
        }
    }
}


    .navbar-nav .nav-link {
        padding: 15px 15px !important;
    }

    .navbar {
        padding: 0;
    }

    .dropdown-menu {
        margin-top: 0px;
        border: none;
        font-size: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dropdown-item {
        padding: 0.30rem 1.25rem;
        padding-right: 40px;
    }

    .main {
        /*margin-bottom: 60px;*/
    }

    footer {
        /*background-color: #041521;*/
        background-color: #f8f9fa;
        padding: 20px 0px;
        color: gray;
        padding: 25px 0px 25px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        footer dd {
            margin-bottom: 0;
        }

        footer #tmpPieLogo {
            width: 200px;
            height: auto;
            margin-bottom: 15px;
        }

        footer a {
            color: #3DAEC1;
        }

            footer a:hover {
                text-decoration: underline;
            }

        footer hr {
            border-top-color: gainsboro;
        }

        footer nav ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        footer h4 .glyphicon {
            font-size: 0.9em;
            font-weight: normal !important;
            color: gray;
            margin-right: 10px;
        }

    .logo-pie {
        margin-bottom: 10px;
    }

    @media (max-width: 770px) {

        footer h5 {
            margin-top: 25px;
        }
    }

    .display-block {
        display: block !important;
    }

    .display-none {
        display: none;
    }

    .calendar {
        width: 90%;
        line-height: 2em;
        cursor: default;
        margin: 0 auto;
    }

        .calendar th {
            padding-bottom: 5px;
            border-bottom: solid 1px #444444;
            display: none;
        }

        .calendar tr:first-child + tr td,
        .calendar tr:nth-child(2) td {
            /*padding-top: 5px;*/
        }

        .calendar td {
            padding-left: 5px;
            padding-right: 5px;
            text-align: right;
        }

        .calendar .cal-event {
            background-color: #3DAEC1;
        }

            .calendar .cal-event a {
                display: block;
                color: white;
            }

            .calendar .cal-event:hover {
                background-color: white;
            }

                .calendar .cal-event:hover a,
                .calendar .cal-event a:hover,
                .calendar .cal-event a:focus {
                    color: #337ab7;
                    text-decoration: none;
                }

        .calendar .cal-today {
            font-weight: bold;
            color: #3DAEC1;
        }


    .gris {
        color: gray;
    }

margin-0-auto {
    margin: 0 auto;
}

.margin-top-0 {
    margin-top: 0px;
}

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-top-5 {
        margin-top: 5px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    @media (max-width: 770px) {

        .margin-top-20-sm {
            margin-top: 20px;
        }
    }

    .margin-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margin-top-25 {
        margin-top: 25px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-top-35 {
        margin-top: 35px;
    }

    .margin-top-40 {
        margin-top: 40px;
    }

    .margin-bottom-0 {
        margin-bottom: 0px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-15 {
        margin-bottom: 15px;
    }

    .margin-bottom-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-25 {
        margin-bottom: 25px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .margin-bottom-35 {
        margin-bottom: 35px;
    }

    .margin-bottom-40 {
        margin-bottom: 40px;
    }

    .margin-left-25 {
        margin-left: 25px;
    }

.margin-left-5 {
    margin-left: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

    .margin-right-5 {
        margin-right: 5px;
    }

    .margin-right-10 {
        margin-right: 10px;
    }

    .margin-right-25 {
        margin-right: 25px;
    }

    .margin-auto {
        margin: 0 auto;
    }


    .min-width-120 {
        min-width: 120px;
    }

    .min-width-150 {
        min-width: 150px;
    }

    .padding-15 {
        padding: 15px;
    }

    .padding-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-20-25 {
        padding: 20px 0px 20px 25px;
    }

    .padding-top-15 {
        padding-top: 15px;
    }

    .padding-top-5 {
        padding-top: 5px;
    }

    .padding-top-7 {
        padding-top: 7px;
    }


    .padding-top-10 {
        padding-top: 10px;
    }

    .padding-top-25 {
        padding-top: 25px;
    }

    .padding-top-30 {
        padding-top: 35px;
    }

    .padding-top-35 {
        padding-top: 35px;
    }


    .padding-top-40 {
        padding-top: 40px;
    }

    .padding-bottom-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-40 {
        padding-bottom: 40px;
    }

    .padding-top-60 {
        padding-top: 60px;
    }

    .padding-bottom-60 {
        padding-bottom: 60px;
    }


    .padding-bottom-80 {
        padding-bottom: 80px;
    }

    .padding-top-bottom-40 {
        padding: 40px 0;
    }

    .padding-top-bottom-20 {
        padding: 20px 0;
    }

    .form-horizontal h4 + p {
        color: gray;
    }

    footer hr {
        margin-top: 0;
    }

    footer h5 {
        font-size: 1.2rem;
    }

    .btn-primary {
        border-color: #60BDCD;
        background-color: #60BDCD;
    }

        .btn-primary:hover {
            border-color: #2F8897;
            background-color: #2F8897;
        }

        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #2F8897;
            border-color: #2F8897;
        }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        border-color: #60BDCD;
        background-color: #60BDCD;
    }

    .texto-contenido {
        line-height: 1.75rem;
        text-align: justify;
    }

        .texto-contenido ol li,
        .texto-contenido ul li {
            padding-left: 10px;
        }


    .validation-summary-errors {
        margin: 0 0 20px 0;
        padding: 15px 30px 15px 15px;
        border-left: 5px solid #25ADC5;
    }

        .validation-summary-errors h4 {
            margin-top: 0;
        }

    .validation-summary-errors {
        background-color: whitesmoke;
        font-size: 15px;
    }

        .validation-summary-errors ul {
            margin-top: 10px;
            font-size: 14px;
        }

    .panel-mensaje-icono {
        font-size: 128px;
        color: gainsboro;
        display: block;
        margin-bottom: 10px;
    }

    .panel-mensaje-contenido {
        font-size: 14px;
    }

    .wizard > .steps > ul li .title {
        margin-left: 10px;
        line-height: 25px;
    }

    .sidebar-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
    }

        .sidebar-list li {
            flex-grow: 1;
        }

            .sidebar-list li a {
                text-decoration: none;
                padding: 15px 20px;
                border-radius: 7px;
                margin-right: 10px;
                display: block;
                text-align: center;
                color: #999999;
                background-color: whitesmoke;
            }

                .sidebar-list li a:hover {
                    background-color: #EEEEEE;
                }

                .sidebar-list li a.currentStep {
                    color: white;
                    background-color: #25ADC5;
                }

    .wizard-step-content {
        padding: 20px 20px 30px 20px;
        background-color: whitesmoke;
        border-radius: 7px;
        margin: 25px 0;
    }

    .wizard-step-content-inscripcion {
        margin: 25px 0;
    }

.wizard-step-content-autoevaluacion {
    padding: 20px 20px 0px 20px;
    border-radius: 7px;
    margin: 25px 0;
}

.checkboxlist tr td {
    padding-right: 15px;
}

.checkboxlist-descripcion tr td {
    display: inline-flex;
    align-items: baseline;
    padding-right: 15px;
}

    .checkboxlist tr td:last-child,
    .checkboxlist-descripcion tr td:last-child {
        padding-right: 0px;
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin-right: 10px;
    }

    .RadioButtonList {
        border-collapse: collapse;
    }

        .RadioButtonList tr td {
            vertical-align: top;
            padding-right: 15px;
            padding-bottom: 10px;
        }

            .RadioButtonList tr td:last-child {
                padding-right: 0px;
            }

        .RadioButtonList label {
            display: inline;
        }

        @media only screen and (min-width : 992px) {
            .max-width-75pct {
        max-width: 75%;
    }

    .max-width-80pct {
        max-width: 80%;
    }
}
    .modal-body,
    .modal-footer {
        padding: 20px;
    }

    .modal-header {
        background-color: whitesmoke;
    }

    .modal-body {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }

    .modal-body.overflow-y {
        overflow-y: auto;
    }

    .font-bold,
    .negrita {
        font-weight: bold;
    }

    .text-danger.prefijo:before {
        content: '* ';
    }

    .text-danger.prefijo-error:before {
        content: '* Error: ';
    }

    .fa:hover {
        text-decoration: none;
    }

    .fa.negro {
        color: black;
    }

    .fa.rojo {
        color: red;
    }

    .padding-top-10 {
        padding-top: 10px;
    }

    .titulo-seccion {
        position: relative;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 15px;
        height: 20px;
    }

        .titulo-seccion span {
            font-family: Arial, Sans-Serif;
            font-weight: bold;
            position: absolute;
            top: 8px;
            color: #FF6633;
            padding-right: 10px;
            background-color: White;
        }

    .tab-pane {
        padding-top: 30px;
    }

    .border-top-1-whitesmoke {
        border-top: 1px solid whitesmoke;
    }

    @media only screen and (min-width : 1224px) {

        .imagen-perfil {
            margin-top: -75px;
        }

        .menu-movil {
            display: none;
        }
    }

    .imgPerfil {
        width: 144px;
        height: 144px;
        border-radius: 50%;
    }

    /*AutoComplete flyout */


    .autocomplete_completionListElement {
        background-color: whitesmoke;
        list-style-type: none;
        border: solid 1px gainsboro;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border-radius: 7px 7px 7px 7px;
        height: 100px;
        overflow-y: scroll;
        padding: 10px 0px 10px 0px;
    }


    /* AutoComplete highlighted item */

    .autocomplete_highlightedListItem {
        background-color: #FF6633;
        color: White;
        padding: 0 10px;
        margin: 0 1px;
        cursor: pointer;
    }

    /* AutoComplete item */

    .autocomplete_listItem {
        padding: 0 10px;
        margin: 0 1px;
    }

    .lnr {
        font-family: Linearicons;
    }

    .icono-grande-gris {
        font-size: 128px;
        color: gainsboro;
    }

    .sin-datos,
    .icono-xl,
    .icono-xxl {
        font-size: 128px;
        color: gainsboro;
        display: block;
        margin-bottom: 10px;
    }

    .icono-xxl {
        font-size: 256px;
    }

    .sin-datos-panel {
        font-size: 64px;
        color: gainsboro;
        display: block;
        margin-bottom: 10px;
    }

    .icono-deco {
        font-size: 200px;
        color: gainsboro;
        display: block;
        margin-bottom: 10px;
    }

    .dropdown-menu {
        background-color: whitesmoke;
    }

    .full-width {
        width: 100%;
        height: auto;
    }

    .max-full-width {
        max-width: 100%;
        height: auto;
    }

    @media all and (max-width:768px) {

        .half-width-mobile {
            width: 50%;
            height: auto;
        }

        .sidebar-list {
            display: block;
        }

            .sidebar-list li {
                margin-bottom: 10px;
            }
    }

    .radiobuttongroup label {
        margin-bottom: 0;
    }

    .gris {
        color: gray;
    }

    .font-size-14 {
        font-size: 14px;
    }


    .compartir-redes-sociales {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .compartir-redes-sociales li {
            display: inline-block;
            width: 28px;
            height: 28px;
            margin-left: 10px;
            text-align: center;
            line-height: 26px;
            font-size: 20px;
        }

    .icono-alerta {
        display: block;
        height: 48px;
        margin: 0 auto;
    }

    .icono-inscripcion-oferta {
        display: block;
        height: 24px;
        margin: 0 auto;
    }

    .alert p {
        margin-bottom: 0;
    }

    .panel-inicio {
        margin-bottom: 25px;
    }

    .panel-inicio img {
        max-width: 100%;
        height: auto;
    }

    .nav-lnr .lnr {
        font-size: 20px;
        margin-right: 10px;
    }

    .nav-lnr a {
        white-space: nowrap;
    }

.border-top-none th,
.border-top-none tr:first-child td {
    padding-top: 0;
    border-top: none;
}

    .panel-inicio h5 {
        font-weight: 400;
    }

    .panel-inicio .table {
        font-size: 14px;
    }

        .panel-inicio .table tr th:first-child {
            width: 80px;
        }

    .font-size-12 {
        font-size: 12px;
    }

    .panel-inicio-sin-datos {
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .input-group-text.btn-primary {
        color: white;
    }

    .text-center {
        text-align: center !important;
    }

    .carousel-item {
        min-height: 400px;
        vertical-align: top;
    }

        .carousel-item img {
            max-width: 100%;
            height: auto;
            width: auto;
        }

    .carousel {
        margin-bottom: 2em;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 250px !important;
        max-height: 300px;
    }

    .carousel-caption h3,
    .carousel-caption h5 {
        color: white;
        text-shadow: 0px 0px 9px rgba(150, 150, 150, 1);
    }

    .paginador td {
        font-size: 20px;
    }

    /* ------------------------------------------------------------------------
    Panel Cookies
    -------------------------------------------------------------------- */

    #divCookies {
        display: none;
        position: fixed;
        background-color: Black;
        opacity: 0.85;
        z-index: 9999;
        color: White;
        width: 100%;
        bottom: 0px;
        padding: 15px;
    }

        #divCookies .boton-cookies {
            display: block;
            margin-top: 5px;
            border: solid 1px White;
            background-color: transparent;
            color: White;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            padding: 5px 10px;
            width: 100%;
            text-align: center;
            text-decoration: none;
        }

        #divCookies div .boton-cookies:hover {
            color: Black;
            background-color: White;
        }

        #divCookies ul {
            font-size: 13px;
        }

    .icono-login {
        padding-top: 25px;
        text-align: center;
    }

        .icono-login img {
            height: 116px;
        }

    .inline {
        display: inline;
    }

    .nowrap {
        white-space: nowrap;
    }

    .description-list {
        line-height: 18px;
    }

        .description-list input {
            position: relative;
        }

    .RadioButtonList .descripcion,
    .checkboxlist-descripcion .descripcion {
        display: block;
        color: #777777;
        font-size: 14px;
        margin-bottom: 7px;
    }

.RadioButtonList .descripcion-2,
.checkboxlist-descripcion .descripcion-2 {
    display: block;
    color: #777777;
    font-size: 12px;
    margin-bottom: 7px;
}

    .descripcion-inline {
        color: #777777;
        margin-left: 5px;
    }

    .text-overflow-ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.logo-empresa-creada-home {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.logo-empresa-creada-lista {
    max-width: 125px;
}

.margin-left-15 {
    margin-left:15px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.btn-lista:before {
    font-family: 'FontAwesome';
    content: '\f0cb';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}

.btn-miniatura:before {
    font-family: 'FontAwesome';
    content: '\f5fd';
    padding-right: 10px;
    position: relative;
    font-size: 90%;
}
.padding-10 {

padding:10px;

}


.timeline {
    position: relative;
    padding-left: 100px;
}

    .timeline > .timeline-hline {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        margin-left: 30px;
        width: 1px;
        border-left: rgba(0, 0, 0, 0.1) 1px dashed;
        height: 100%;
    }

    .timeline .timeline-entry > .timeline-vline {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -30px;
        width: 30px;
        height: 0px;
        border-top: 1px dashed #CCC;
    }

.curso-post-item {
    display: block;
    padding-bottom: 40px;
    border-top: #eee 1px solid;
    padding-top: 20px;
    position: relative;
}

.timeline .timeline-entry {
    display: block;
    border: rgba(0, 0, 0, 0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: "Lato","Open Sans",Arial,Helvetica,sans-serif;
}

    .timeline .timeline-entry > span {
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
    }


ul.curso-post-info {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding-bottom: 20px;
}

.list-inline {
    padding-left: 0px;
    margin-left: -5px;
    list-style: none;
}

/* 
	bootstrap rewrite 
*/
img.img-responsive {
    display: inline-block;
}


.curso-post-item h2 a {
    text-decoration: none;
}

.h2-isotope a {
    text-transform: uppercase;
    line-height: 1.25em;
    font-size: 23px;
}

/** Isotope curso 
	 ****************** **/
#curso.curso-isotope {
    display: block;
    margin: auto;
    width: 100%;
}

#curso.curso-isotope-3 .curso-post-item .flexslider,
#curso.curso-isotope-4 .curso-post-item .flexslider,
#curso.curso-isotope-5 .curso-post-item .flexslider,
#curso.curso-isotope-6 .curso-post-item .flexslider {
    margin-bottom: 20px;
}

/* 2 columns */
#curso.curso-isotope-2 .curso-post-item {
    margin: 0 20px 20px 0;
    float: left;
    border: 0;
}

    #curso.curso-isotope-2.curso-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 3 columns */
#curso.curso-isotope-3 .curso-post-item {
    margin: 0 15px 15px 0;
    border: 0;
}

    #curso.curso-isotope-3 .curso-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 4 columns */
#curso.curso-isotope-4 .curso-post-item {
    margin: 0;
    padding: 0 15px 60px 15px;
    border: 0;
}

    #curso.curso-isotope-4 .curso-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 5 columns */
#curso.curso-isotope-5 .curso-post-item {
    margin: 0 10px 10px 0;
    border: 0;
}

    #curso.curso-isotope-5 .curso-post-item h2 {
        font-size: 16px;
        line-height: 16px;
    }

/* 6 columns */
#curso.curso-isotope-6 .curso-post-item {
    margin: 0 6px 6px 0;
    border: 0;
}

    #curso.curso-isotope-6 .curso-post-item h2 {
        font-size: 15px;
        line-height: 15px;
    }

.curso-intervalo {
    
    font-size:14px;

}

.curso-objetivo {

    margin-top:10px;
    font-size:16px;

}

.bootstrap-datetimepicker-widget {
    border: 1px solid gainsboro;
    background-color: white;
}

.menu-seccion .pagina {
    font-size: 24px;
    padding: 20px 0px;
    display: block;
    border-bottom: 1px solid Gainsboro;
}
.no-wrap {
    white-space: nowrap;
}

.max-height-100 {
    max-height: 100%;
    overflow-y: auto;
}


.tarjeta-curso {
    margin-bottom: 25px;
}

    .tarjeta-curso .nombre {
        font-size: 2em;
        line-height: 1em;
        display: block;
        margin-bottom: 15px;
    }

.tarjeta-curso.panel-inicio .nombre {
    font-size: 1.5em;
    line-height: normal;
}

    .tarjeta-curso .fecha-tipo {
        background-color: whitesmoke;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.5em;
        color: white;
        padding: 10px 0px;
    }

    .tarjeta-curso.panel-inicio .fecha-tipo {
        font-size: 1em;
        line-height: normal;
    }

    .tarjeta-curso .fecha-tipo span:first-child {
        font-size: 2em;
    }

    .tarjeta-curso .presencial {
        background-color: #9AC8EB;
    }

    .tarjeta-curso .distancia {
        background-color: #5784BA;
    }

    .tarjeta-curso .elearning {
        background-color: #F4CFDF;
    }

    .tarjeta-curso .mixta {
        background-color: #B6D8F2;
    }

    .tarjeta-curso .icono {
        margin-top: 10px;
        width: 60%;
        height: auto;
    }

    .tarjeta-curso.panel-inicio .icono {
        width: 3em;
    }



.tarjeta-curso .datos-curso {
    padding: 10px 20px 20px 20px;
}

    .tarjeta-curso .datos-curso .inicio-fin {
    font-size: 18px;
    color: #444444;
    display: block;
}

    .tarjeta-curso.panel-inicio .datos-curso .inicio-fin,
    .tarjeta-curso.panel-inicio .datos-curso .caracteristicas
    {
        font-size: 14px;
    }

    .tarjeta-curso .datos-curso .caracteristicas {
        display: block;
    }

    .tarjeta-curso .datos-curso .descripcion {
        font-size: 16px;
        color: #444444;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.panel-inicio .tarjeta-curso .datos-curso .descripcion {
    font-size: 12px;
}

.tarjeta-oferta {
    margin-bottom: 25px;
}

    .tarjeta-oferta .nombre {
        font-size: 2em;
    }

    .tarjeta-oferta .fecha-tipo {
        background-color: gainsboro;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.5em;
        color: white;
        padding: 10px 0px;
        
    }

        .tarjeta-oferta .fecha-tipo.activa {
            background-color: #9AC8EB;
        }

        .tarjeta-oferta .fecha-tipo.finalizada {
            background-color: #EB96AA;
        }

        .tarjeta-oferta .fecha-tipo span:first-child {
            font-size: 2em;
        }

    .tarjeta-oferta .icono {
        margin-top: 10px;
        width: 60%;
        height: auto;
    }

    @media screen and (max-width: 768px) {
        .tarjeta-oferta .icono {
            display: none;
        }
    }

    .tarjeta-oferta .datos-oferta {
        padding: 10px 20px 20px 20px;
    }

        .tarjeta-oferta .datos-oferta .inicio-fin {
            font-size: 16px;
            color: #444444;
            display: block;
            margin-bottom: 5px;
        }

        .tarjeta-oferta .datos-oferta .informacion {
            display: block;
        }

        .tarjeta-oferta .datos-oferta .descripcion {
            font-size: 16px;
            color: #444444;
            display: block;
            margin-top: 10px;
            margin-bottom: 20px;
        }
.btn-group-radius {
    border-radius: 0px;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.datos-contacto ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.treeViewOverflow {
    overflow: auto;
    height: 250px;
    line-height: 1.35em;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    margin-right: 0px;
    overflow-y: scroll;
}

    .treeViewOverflow a {
        color: #333333;
    }

.checkbox label {
    display: inline;
}

.panel-estado-oferta {
    font-size: 20px;
    line-height: 1.35em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}


    .panel-estado-oferta .icono-alerta {
        margin-bottom: 10px;
        height: 64px;
        width: auto;
    }


.digitos-otp input[type="text"] {
    font-size: 2.5rem;
    text-align: center;
    font-family: Arial, sans-serif, Helvetica;
}

.sidebar-list li a.currentStep:hover {
    color: white;
}

.wizAsistente .sidebar-list li a:hover {
    background-color: initial!important;
}

.panel-estado-evento {
    border: 3px solid rgb(21, 32, 47);
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.no-visible, .no-activa, .inactiva, .reemplazado {
    opacity: 0.30;
}

.form-check-input {
    margin-top: unset;
}

.form-check label {
    margin-left: 10px;
}