ul.courses {
    display: inline-block;
    white-space: nowrap;
    font-size: 0; 
}
ul.courses > li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4.5rem;
    width: 25.5rem;
}
ul.courses > li:last-child {
    margin-right: 0 !important;
}
ul.courses > li a {
    display: block;
    height: 32rem;
    position: relative;
    padding-bottom: 5.5rem;
}
html.no-touchevents ul.courses > li a:hover {
    text-decoration: none; 
}
ul.courses > li .title {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    color: #252525;
    max-height: 5.5rem;
    width: 25.5rem;
    overflow: hidden;
    line-height: 1.2;
    margin: 1rem 0 .8rem; 
}
ul.courses > li .subtitle {
    font-size: 1.4rem;
    color: #4b4b4b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.courses > li .btn {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 1rem;
}
ul.courses.closer > li {
    margin-right: 5.2rem; 
}
.seo {
    font-family: "Roboto", sans-serif; 
}
.seo .title {
    text-align: center;
    margin-bottom: 3rem;
}
.seo ul a {
    font-size: 1.2rem;
    color: #9a9a9a;
}
ul.positions b {
    background: rgba(255, 255, 0, 0.35); 
}
ul.positions .title .badge {
    position: absolute;
    right: 2rem;
    top: 6.5rem;
}
ul.positions > li {
    position: relative;
    padding: 2.5rem 2rem;
    margin-top: -1px;
    color: #252525;
    border: 1px solid transparent;
    border-radius: .4rem; 
}
ul.positions > li:last-child {
    margin-bottom: 0;
}
ul.positions > li:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: #e2e2e2;
}
ul.positions > li:first-child:before {
    display: none; 
}
ul.positions > li .title {
    padding-right: 5rem;
    margin-bottom: 0.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
}
ul.positions > li .title a {
    color: #252525;
    margin-right: 1rem;
}
ul.positions > li.visited .title a {
    color: #999999;
}
ul.positions > li p {
    margin-bottom: .4rem;
    font-size: 1.3rem;
}
ul.positions > li p.small {
    font-size: 1.2rem;
    color: #6ba539;
}
ul.positions > li p.description {
    color: #6a6a6a;
    margin-top: 1rem;
    padding-right: 11rem;
    height: 5rem;
    overflow: hidden;
}
ul.positions > li [class*="icon-"] {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    top: 2.5rem;
    font-size: 2.5rem;
    color: #ffba16;
}
ul.positions > li [class*="icon-"].empty {
    color: #fff;
    text-shadow: 1px 0 #ffba16, -1px 0 #ffba16, 0 1px #ffba16, 0 -1px #ffba16;
}
ul.positions > li .logo {
    position: absolute;
    bottom: 4rem;
    right: 2rem;
    width: 6rem;
    height: auto;
}
ul.positions > li.featured {
    top: -1px;
    z-index: 1000;
    margin-bottom: 2rem;
    background: #eff7ee;
    border: 1px solid #6ba539; 
}
ul.positions > li.featured:not(:first-child) {
    margin-top: 2rem;
}
ul.positions > li.featured:before {
    top: -2.1rem;
}
ul.positions > li.featured [class*="icon-"].empty {
    top: 2.5rem;
    color: #eff7ee; 
}
ul.positions > li.featured p.description {
    padding-right: 8rem; 
}
ul.positions > li.featured .logo {
    bottom: 2.5rem; 
}
html.no-touchevents ul.positions > li.featured:hover {
    background: #d9e6e0;
}
html.no-touchevents ul.positions > li.featured:hover .icon-star.empty {
    color: #d9e6e0;
}
html.no-touchevents ul.positions > li:hover:not(.featured):not(.syndicated) {
    border-color: #6ba539;
    z-index: 1000;
}
html.no-touchevents ul.positions > li:hover:not(.featured):not(.syndicated):before, html.no-touchevents ul.positions > li:hover:not(.featured):not(.syndicated) + :before {
    display: none;
}
ul.positions > li.syndicated {
    padding: 2rem 2rem;
}
ul.positions > li.featured + .featured {
    margin-top: 4rem;
}
ul.positions.ShortResult > li p:first-child, ul.positions.ShortResult > li p:nth-child(3), ul.positions.ShortResult > li p.description {
    display: none;
}
.small {
    font-size: 1.2rem;
    color: #747474;
    margin: 1rem 0 3rem; 
}
.main-content .sticky {
    margin-bottom: 4.5rem;
}
.filter {
    background: #eeeeee;
    border: 1px solid #d6d6d6;
    border-radius: .3rem;
    padding: 2rem; 
}
.filter .title {
    position: relative;
    font-weight: bold;
    margin: 2rem 0 0;
    padding-right: 0;
    cursor: pointer;
}
.filter .title:first-child {
    margin-top: 0;
}
.filter .title .icon-chevron-right {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: transform 0.15s, -webkit-transform 0.15s;
    -moz-transition: transform 0.15s, -moz-transform 0.15s;
    -ms-transition: transform 0.15s, -ms-transform 0.15s;
    -o-transition: transform 0.15s, -0-transform 0.15s;
    transition: transform 0.15s, transform 0.15s;
}
.filter .title.collapsed .icon-chevron-right {
    right: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter .title.collapsed + .collapsable {
    max-height: 0 !important;
    padding-top: 0 !important;
}
.filter .collapsable {
    box-sizing: content-box;
    padding-top: 1rem;
    overflow: hidden;
}
html.no-touchevents .filter .collapsable {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.filter label.checkbox {
    font-size: 1.2rem;
    margin-bottom: .8rem; 
}
.filter label.checkbox input {
    top: -.2rem;
}
.filter label.checkbox input:checked + span, .filter label.checkbox input:checked + a {
    color: #000; 
}
.filter label.checkbox span,
.filter label.checkbox a {
    color: #838383;
    text-decoration: none;
    cursor: pointer;
}
.filter .layer {
    display: none;
}
.filter .small {
    font-size: 1.3rem;
    color: #252525; 
}
.orderby span {
    color: #999999; 
}
.orderby ul {
    font-size: 0;
    display: inline-block; 
}
.orderby ul li {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem;
    border-right: 1px solid #999999;
}
.orderby ul li:last-child {
    padding-right: 0;
    border: 0;
}
.orderby ul li.active a {
    color: #000;
    cursor: default; 
}
html.no-touchevents .orderby ul li.active a:hover {
    text-decoration: none; 
}
.multiple-hint {
    margin-top: -2rem; 
}
.badge {
    position: relative;
    top: -.4rem;
}
div.courses .h1 {
    text-align: center;
    margin-bottom: 3rem; 
}
div.courses li {
    margin-right: 5.9rem;
}
label.checkbox a {
    color: #9a9a9a;
    cursor: pointer; 
}
html.no-touchevents label.checkbox a:hover {
    text-decoration: none; 
}
label.checkbox :checked + a {
    color: #252525; 
}
h2.desplegar {
    font-size: 1.6em;
    cursor: pointer;
    position: relative;
}
h2.desplegar span {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}
#divContenidoComplementario {
    overflow: hidden;
    height: 5.7rem;
    transition: all 0.3s ease-in-out;
    padding-top: 2rem;
}
.open {
    height: auto !important;
    transition: all 0.3s ease-in-out;
}
.ModuloRelacionadoParrilla {
    border: 1px solid #c0c0c0;
    border-radius: .4rem;
    padding: 2rem;
}
.ModuloRelacionadoParrilla .title {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    max-height: 4rem;
    overflow: hidden;
}
#range-experience {
    padding-bottom: 2rem;
}
/* RESPONSIVE *****************************************************************/
@media screen and (min-width: 1260px) {

}
@media screen and (max-width: 1259px) {
    .with-aside > :last-child {
        display: none; 
    }
    ul.courses {
        text-align: left; 
    }
    div.courses {
        text-align: center; 
    }
    .with-aside > .with-left-aside {
        width: 100%;
    }
    .with-aside > .with-left-aside > :first-child {
        width: 24.5rem;
    }
    .with-aside > .with-left-aside > :last-child {
        width: 68.9rem; 
    }
    .l3-only .btn {
        margin-top: 2.2rem;
    }
    .l4-hide .peek-next,
    .l4-hide .peek-next li {
        height: 22.4rem; 
    }
    .l4-hide.mt60 {
        margin-top: 1rem !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1259px) {
    html.ios .positions .title .badge {
        right: 0;
        top: 4rem; 
    }
    .sticky-column {
        top: 0 !important; 
    }
    ul.peek-next > li {
        width: 46% !important;
    }
    div.courses {
        overflow: auto;
    }
}
@media screen and (min-width: 1024px) {

}
@media screen and (max-width: 1023px) {
    .with-aside .row-lr {
        background: #fff;
    }
    .with-aside .row-lr > * {
        white-space: normal;
    }
    .results-header {
        padding-top: 1.5rem;
        background: #fff;
    }
    .results-header .page-info {
        color: #6a6a6a;
        font-size: 1.2rem;
    }
    div.row-lr.orderby {
        display: block !important; 
    }
    div.row-lr.orderby > * {
        display: block !important;
    }
    div.row-lr.orderby > *:first-child {
        font-size: 1.6rem;
        font-weight: bold;
        background: #e3e3e3;
        margin: 2rem -3rem;
        padding: 1rem 3rem;
        cursor: pointer;
    }
    .filters-expanded div.row-lr.orderby > *:first-child {
        position: fixed;
        top: 4.4rem;
        width: 100%;
        z-index: 1001;
    }
    div.row-lr.orderby > *:last-child {
        text-align: left !important;
    }
    div.filter {
        position: fixed;
        z-index: 1004;
        left: 0;
        top: 10.2rem !important;
        bottom: 0;
        width: 40%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); 
    }
    html.filters-expanded div.filter {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    div.filter label.checkbox {
        font-size: 1.4rem;
        margin-bottom: 1.2rem; 
    }
    div.filter .btn-group {
        text-align: left;
        padding-left: 2rem;
        padding-bottom: 1rem; 
    }
    div.filter .btn-group span {
        padding: 1rem 1.5rem !important;
    }
    html.filters-expanded body {
        position: fixed;
        top: -5.6rem !important;
        z-index: 1001; 
    }
    html.filters-expanded body .h1 {
        display: none !important; 
    }
    html.filters-expanded .sticky-container.sticky {
        display: none !important;
    }
    html.filters-expanded:not(.ios) .tooltipster-base {
        -webkit-transform: translateY(115px);
        -moz-transform: translateY(115px);
        -ms-transform: translateY(115px);
        -o-transform: translateY(115px);
        transform: translateY(115px); 
    }
    html.filters-expanded.ios .tooltipster-base {
        -webkit-transform: translateY(56px);
        -moz-transform: translateY(56px);
        -ms-transform: translateY(56px);
        -o-transform: translateY(56px);
        transform: translateY(56px); 
    }
    .filter-toggle {
        padding-left: 1.8rem;
        position: relative;
    }
    .filter-toggle span {
        color: #252525;
    }
    .filter-toggle:before {
        content: "";
        position: absolute;
        left: .2rem;
        top: .3rem;
        border: .6rem solid #000;
        border-color: transparent transparent transparent #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    html.filters-expanded .filter-toggle:before {
        -webkit-transform: rotate(90deg) translate3d(0.3rem, 0.2rem, 0);
        -moz-transform: rotate(90deg) translate3d(0.3rem, 0.2rem, 0);
        -ms-transform: rotate(90deg) translate3d(0.3rem, 0.2rem, 0);
        -o-transform: rotate(90deg) translate3d(0.3rem, 0.2rem, 0);
        transform: rotate(90deg) translate3d(0.3rem, 0.2rem, 0);
    }
    .main-content .sticky {
        margin-bottom: 1rem;
    }
    .pagination {
        margin-top: 2rem !important; 
    }
    div.courses {
        padding-top: 2rem; 
    }
    div.courses .h1 {
        text-align: left;
    }
    hr.l12 + .mt50 {
        margin-top: -2rem !important;
    }
    .social-links {
        margin-bottom: 1rem;
    }
    footer.seo {
        display: none; 
    }
    [id^="lightbox-filters-"] .layer .close {
        display: none !important;
    }
    [id^="lightbox-filters-"] footer {
        text-align: right; 
    }
    [id^="lightbox-filters-"] footer .btn {
        display: inline-block;
        margin-top: 2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
    
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    ul.courses {
        text-align: center !important;
    }
    ul.courses > li {
        text-align: left !important; 
    }
    ul.courses > li:last-child {
        margin-right: 0;
    }
    ul.peek-next > li {
        width: 46% !important;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
    ul.positions > li {
        padding: 1.5rem;
        border-radius: 0;
        cursor: pointer; 
    }
    ul.positions > li.syndicated {
        display: none;
    }
    ul.positions > li.featured {
        margin-top: 0 !important;
    }
    ul.positions > li.featured:before {
        display: none;
    }
    ul.positions > li.featured + li {
        margin-top: 2rem !important;
    }
    ul.positions > li.featured + li:before {
        display: none; 
    }
    ul.positions > li .title {
        font-size: 1.8rem;
        padding-right: 0;
        line-height: 1.2; 
    }
    ul.positions > li .title .badge {
        position: relative;
        top: -.2rem;
        right: 0;
    }
    ul.positions > li p {
        display: inline-block;
        margin-right: 1rem;
    }
    ul.positions > li p .badge {
        display: none;
    }
    ul.positions > li .small,
    ul.positions > li .icon-star,
    ul.positions > li .logo,
    ul.positions > li .description {
        display: none; 
    }
    ul.positions.ShortResult > li .small {
        display: block;
    }
    div.filter {
        width: 100%;
    }
    ul.peek-next > li {
        width: 95% !important;
    }
    .ModuloRelacionadoParrilla {
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {

}
@media screen and (min-width: 480px) and (max-width: 767px) {

}
@media screen and (min-width: 480px) and (max-width: 599px) {

}
@media screen and (max-width: 479px) {
    [id^="lightbox-filters-"] .table-cols-2 > * {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }
}
@media screen and (max-width: 359px) {

}
@media screen and (min-width: 320px) and (max-width: 800px) {

}
@media screen and (max-width: 320px) {

}