/*--- Hoja de estilos independiente de Bootstrap (DLC) ---*/


/* Elemento raíz (HTML) y contenido principal (BODY) */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 0.57rem;
    overflow-y: scroll;
}

body {
    position: relative;
    margin: 0;
    min-height: 100vh;
    padding-bottom: 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html body.fundae {
    font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
    color: #53565a;
    background: #fff;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

    button:active, button:active *, input:active, input:active *, a:active, a:active * {
        outline: none !important;
        -moz-outline-style: none !important;
    }

    button:focus, button:focus *, input:focus, input:focus *, a:focus, a:focus * {
        outline: none !important;
        -moz-outline-style: none !important;
    }


/* ------------------------------------------ */

/* Cookies */
.cookie-wrapper {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999997;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background: #fff2d9;
    font-size: 14px;
    max-height: 100%;
    transition: bottom .5s ease-in-out;
    box-shadow: 0 0 0 4px rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 20px;
}

.fundae .cookie-wrapper p {
    width: auto;
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
}

.fn-cookie {
    padding: 25px 0 30px;
}

    .fn-cookie .row {
        margin: 0;
    }

.configurar-cookies {
    text-decoration: underline;
    font-weight: normal;
    font-size: 1.3rem;
    text-align: right;
    text-decoration: underline !important;
}

    .configurar-cookies:hover {
        color: #d86018 !important;
    }

.cabeceraCookiesFT {
    font-weight: bold;
}

.fundae p.descripcionCookiesFT {
    font-size: 95%;
}

.fundae a.btn-cookie {
    background: #d86018;
    color: #fff;
    border-radius: 0;
    padding: 4px 25px;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin: 10px 0 0 0;
}

.btn-cookie:hover {
    background: #0000a0;
    color: #fff !important;
    text-decoration: underline !important;
}

/****************************/
/******** Cookies ***********/
/****************************/
.cookies-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #212529;
    background: #fff;
    padding: 45px 45px;
    line-height: 20px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2) !important;
    -webkit-transition: bottom ease 1.2s;
    -o-transition: bottom ease 1.2s;
    transition: bottom ease 1.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cookies-wrapper .cookies-layout {
        margin: 0 30px 0px 0px;
    }

.cookies-layout a {
    text-decoration: underline !important;
}

.cookies-wrapper .cookies-layout p {
    margin-bottom: 10px;
}

.cookies-wrapper .cookies-layout .cookies-title {
    font-size: 30px;
    margin-bottom: 15px;
}

.cookies-buttons {
    min-width: 280px;
}

    .cookies-buttons a {
        width: 100%;
        display: inline-block;
        padding: 10px 24px;
        margin: 5px 0;
        text-align: center;
        text-decoration: none;
        /*font-size: 13px;*/
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        text-shadow: none;
    }

.btnSow {
    color: #914010 !important;
    background: #fff !important;
    border: 1px solid #d45e18;
}

.btnOk {
    color: #fff !important;
    background: #d45e18 !important;
    border: 1px solid #d45e18;
}

.cookies-buttons a:hover,
.cookies-buttons a:active {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background: #d45e18 !important;
    color: #fff !important;
    border: 1px solid #d45e18;
}

.cookies-modal {
    z-index: 999999;
}

    .cookies-modal .modal-body {
        padding: 15px 30px;
    }

    .cookies-modal .modal-dialog.err-pop {
        -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

    .cookies-modal .modal-dialog.err-pop {
        -webkit-transform: translate(0, 120px);
        -ms-transform: translate(0, 120px);
        transform: translate(0, 120px);
    }

.cookies-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.modal-body > .cookies-selection + .cookies-selection {
    border-top: 1px solid #e5e5e5;
}

.cookies-selection p {
    width: 85%;
}

.cookies-selection .switch2 {
    width: 40px;
    margin: 0;
    height: 26px;
}

.cookies-selection .slider2:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.cookies-selection input:checked + .slider2 {
    background-color: #d45e18;
}

.cookies-selection input:disabled + .slider2 {
    cursor: not-allowed;
}

.cookies-selection input:checked + .slider2:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.option-buttons button {
    padding: 10px 24px;
    margin: 10px 0;
    letter-spacing: 1px;
    /*font-size: 13px;*/
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-shadow: none;
}

    .option-buttons button:hover {
        opacity: 0.8;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        background: #d45e18 !important;
        color: #fff !important;
        border: 1px solid #d45e18;
    }

.option-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}


/* Selectores */

.fundae h1, .fundae h2, .fundae h3, .fundae h4, .fundae h5, .fundae h6 {
    font-weight: normal;
}

.fundae h1 {
    font-family: 'TitilliumWeb-Light', Verdana,Arial,Helvetica,sans-serif;
    font-size: 4.2rem;
    color: #53565a;
    margin: 10px 0 10px
}

body.fundae div h2 {
    font-family: 'TitilliumWeb-Light', Verdana,Arial,Helvetica,sans-serif;
    font-size: 4.1rem;
    color: #53565a;
    margin: 10px 0 10px;
}

.fundae .bordered {
    width: 8rem;
    border: 2px solid #d86018;
    background: #d86018;
    margin: 0 0 15px;
    height: 0;
}

    .fundae .bordered::after {
        width: 4rem;
        background: fuchsia;
        border: 4px solid #d86018;
    }

    .fundae .bordered::before {
        width: 4rem;
        background: fuchsia;
        border: 4px solid #d86018;
    }


body.fundae h2 {
    font-size: 2.3rem;
    color: #fff;
}

body.fundae h3,
body .fundae h3 {
    font-size: 2.1rem;
    color: #53565a;
    font-family: 'TitilliumWeb-Bold', Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding: 4px 0 4px;
    margin: 10px 0 10px;
}

.fundae h4 {
    font-family: 'TitilliumWeb-SemiBold', Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.85rem;
    color: #86888b;
}

    .fundae h4 a {
        display: inline-block;
    }

.fundae caption h4 {
    color: #53565a;
    padding: 0 15px;
}

.fundae div.h1, .fundae div.h2, .fundae div.h3 {
    font-size: 2rem;
    margin-bottom: 7px;
    margin-top: 12px;
    color: #024359;
    font-family: 'TitilliumWeb-Regular', Verdana,Arial,Helvetica,sans-serif;
    color: #00677F;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.fundae a {
    cursor: pointer;
    color: #53565a;
}

    .fundae a.active {
        color: #d86018;
    }

    .fundae a:hover {
        text-decoration: underline;
        color: #409eff;
    }

.fundae img {
    border: none;
    height: auto;
}

.fundae p {
    line-height: 1.4em;
    font-size: 1.1em;
    margin: 0 0 5px;
    word-wrap: break-word
}

    .fundae p.aviso {
        font-size: 0.9em;
    }

.fundae ul li {
    list-style: none;
}

.bgGreen {
    background-color: #d9f0d2;
}

.fundae ul li.active a,
.fundae ul li a:hover {
    background: none !important;
    box-shadow: none !important;
    color: #d86018;
}

.faqPanel ul li.active a {
    background: inherit;
}

.fundae input {
    cursor: pointer;
    transition: all 0.3s ease;
    height: 46px;
    color: #53565a;
}

    .fundae input:hover {
        /*/-webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);*/
        /*border: 1px solid #d86018;*/
    }

input[type="radio"], input[type="checkbox"] {
    height: auto;
    margin: 15px 0 0;
}

.fundae select {
    cursor: pointer;
    border: 1px solid #ccc;
    width: 100%;
    font-weight: normal;
    background: url('../../images/arrow_down.png') no-repeat right 20px;
    _background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 46px;
    padding: 0 0 0 10px;
}


/* Hack para IE11 */

_:-ms-fullscreen, :root .fundae select {
    background: none;
}

body label[for="searchTextBox"] {
    display: none;
}

.fundae select:hover {
    border: 1px solid #d86018;
}

.fundae select:focus {
    padding: 0 0 0 10px;
    background: url('../../images/arrow_down.png') no-repeat right 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


body.fundae label {
    font-weight: normal;
    margin-bottom: 0.8rem;
    margin: 7px 0;
    font-size: 1.05em;
    display: inline-block;
}

.form-horizontal .control-label {
    text-align: left;
    margin: 5px 0;
    padding: 0;
}

.active {
    color: #53565a;
}

.activeTxt,
.activeTxt a {
    color: #d86018 !important;
    font-family: 'TitilliumWeb-Bold',Verdana,Arial,Helvetica,sans-serif;
    cursor: pointer;
}

    .activeTxt a {
        padding: 0 !important;
    }

        .activeTxt:hover,
        .activeTxt a:hover {
            color: #d86018;
            text-decoration: underline;
        }

.activeIcon {
    color: #d86018;
    font-size: 1.4rem;
    transition: all .3s ease-in-out;
    padding: 7px 8px;
    display: inline-block;
}

    .activeIcon:hover {
        color: #d86018;
        color: #fff;
        background: #d86018;
    }

a.link {
    color: #d86018;
    font-weight: bold;
}

    a.link:hover {
        color: #d86018;
        text-decoration: underline !important;
    }

.panel-group a.activeTxt {
    color: #d86018;
    padding: 10px 15px;
    border: 1px solid #d86018;
    font-size: 14px;
    font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
    background: #fff;
    width: calc(100% * (1/4) - 16px);
    text-align: center;
    margin-right: 18px;
    min-width: 48px;
    width: auto;
}

    .panel-group a.activeTxt:hover {
        color: #fff;
        background: #d86018;
    }

    .panel-group a.activeTxt.collapsed,
    .panel-group a.activeTxt.collapsed {
        background: #fff;
        color: #53565a !important;
        border: 1px solid #d86018;
    }

        .panel-group a.activeTxt.collapsed:hover {
            background: #d86018;
            color: #fff !important;
            border: 1px solid #d86018;
        }

.panel-collapse .activeTxt {
    color: #fff;
    background: #d86018;
}

    .panel-collapse .activeTxt.collapsed {
        color: #fff;
        background: #d86018;
    }

    .panel-collapse .activeTxt:hover {
        color: #fff;
        background: #d86018;
    }

    .panel-collapse .activeTxt.colectivo.collapsed {
        background: #fff;
        color: #53565a !important;
        border: 1px solid #d86018;
    }

        .panel-collapse .activeTxt.colectivo.collapsed:hover {
            -webkit-transform: scale(1.06);
            -moz-transform: scale(1.07);
        }

    .panel-collapse .activeTxt.colectivo {
        color: #fff !important;
        width: calc(100% * (1/4) - 20px);
        margin: 10px;
        padding: 10px;
    }

        .panel-collapse .activeTxt.colectivo:hover {
            transform: scale(1.07);
            transition: all 0.3s ease;
        }


.panel-group a.activeTxt {
    color: #fff !important;
    background: #d86018;
}

.panel-collapse table .activeTxt {
    color: #d86018;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #d86018;
    font-size: 13px;
    font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
    float: right;
}

    .panel-collapse table .activeTxt.icon-1 {
        padding: 1px 8px 9px 11px;
    }

        .panel-collapse table .activeTxt.icon-1:hover {
            color: #fff !important;
        }

        .panel-collapse table .activeTxt.icon-1:before {
            font-size: 1rem;
            margin: 0;
            line-height: 0px;
            top: -3px;
            position: relative;
        }

label span.alertSP {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 0;
    position: relative;
    top: 6px;
    left: 3px;
    color: #e84118;
}

article h4 {
    padding: 0.4rem 1.4rem 1rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #666666;
    font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
}

.fundae main {
    padding-bottom: 200px;
    min-height: 100%;
    padding-top: 116px;
}

.fundae aside {
    display: block;
}


.fundae form {
    width: auto;
}

.fundae textarea {
    border: 1px solid #d6d6d6;
    padding: 9px;
    width: 100%;
    resize: none;
    height: 15rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .fundae textarea:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border: 1px solid #d86018;
    }

.fundae button {
    background: none;
}

.fundae strong {
    font-family: 'TitilliumWeb-Bold',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 400;
}

.fundae .strong {
    font-family: 'TitilliumWeb-Bold',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 400;
}


.fundae .no-padding {
    padding: 0 !important;
}

.fundae .no-pad-topbot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.fundae .lite {
    color: #bbbbbb;
    font-size: 90% !important;
    padding: 5px 0 2px 0;
}

.fundae .none,
.none {
    display: none;
}

.fundae .inline {
    display: inline;
}

.fundae .fontNormal {
    font-weight: normal;
    font-family: 'TitilliumWeb-Regular', Verdana,Arial,Helvetica,sans-serif;
}

.fundae .contentLogo {
    width: auto;
    display: inline-block;
    position: absolute;
    padding: 2px 0;
}

    .fundae .contentLogo a.logo img {
        width: 100%;
        min-height: 34px;
    }

.fundae .logo {
    padding: 5px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.fundae .logo2 {
    padding: 5px;
    display: inline-block;
    position: relative;
    left: 330px;
    top: -4px;
}

    .fundae .logo2 img {
        max-width: 122px;
    }

.fundae .logo3 {
    padding: 5px;
    display: inline-block;
    position: relative;
    left: 350px;
    top: -4px;
}

    .fundae .logo3 img {
        max-width: 40px;
    }

.fundae .logo4 {
    padding: 5px;
    display: inline-block;
    position: relative;
    left: 330px;
    top: -4px;
}

    .fundae .logo4 img {
        max-width: 90px;
    }

.fundae .logo5 {
    padding: 5px;
    display: inline-block;
    position: relative;
    left: 470px;
    top: -4px;
}

    .fundae .logo5 img {
        max-width: 40px;
    }


.fundae .orange1 {
    background: #f7dfd1;
}

.fundae .bgWhite {
    background: #fff;
    padding: 15px 15px 15px;
}

    .fundae .bgWhite.section-bg {
        background: #fff;
        padding: 0px;
    }

.fundae .whiteOn {
    background: #fff;
}

.fundae .bgGrey {
    background: #f7f7f7;
    padding: 30px 15px 20px;
}

.bgGrey #messageCourse {
    font-size: 17px;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #d86018;
}


.fundae .bgFaqs {
    background: #f7f7f7;
    padding: 30px 15px 0px;
}

.fundae .enterPa {
    padding: 15px;
}

.fundae .container {
    margin: 0 auto;
}

.fundae .container-1 {
    display: table;
    width: 100%;
    height: 100%;
}

.fundae .container-2 {
    display: table-cell;
    vertical-align: middle;
}



.fundae ul.container {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* clases para las listas */

.fundae .select-list ul li {
    list-style: none;
    margin-bottom: 8px;
}

    .fundae .select-list ul li:last-child {
        margin-bottom: 0px;
    }

/* Fin clases para las listas */



/*-- Medidas --*/


.fundae .he100 {
    height: 100%;
}

.fundae .mtop5 {
    margin-top: 5px;
}

.fundae .mtop10 {
    margin-top: 10px;
}

.fundae .mtop12 {
    margin-top: 12px;
}

.fundae .mtop15 {
    margin-top: 15px;
}

.fundae .mtop20 {
    margin-top: 20px;
}

.fundae .mtop24 {
    margin-top: 24px;
}

.fundae .mtop30 {
    margin-top: 30px;
}

.fundae .mtop35 {
    margin-top: 35px;
}

.fundae .mtop40 {
    margin-top: 40px;
}

.fundae .mtop43 {
    margin-top: 43px;
}

.fundae .mtop50 {
    margin-top: 43px;
}

.fundae .mtop7r {
    margin-top: 7rem;
}

.fundae .mbottom10 {
    margin-bottom: 10px;
}

.fundae .mbottom20 {
    margin-bottom: 20px;
}

.fundae .mbottom25 {
    margin-bottom: 25px;
}

.fundae .mbottom30 {
    margin-bottom: 30px;
}

.fundae .padtop0 {
    padding-top: 0;
}

.minH80 {
    min-height: 80px;
}

.minH100 {
    min-height: 100px;
}

.minH100 {
    min-height: 100px;
}

.w100 {
    width: 100%;
}

.separateUpDown {
    padding: 15px 0;
}

.mZero {
    margin: 0 !important;
}

/*-- Fin medidas --*/



/*-- Elementos gráficos --*/

.fundae .boxAccess {
    background: #fff;
    width: 38px;
    height: 38px;
    float: right;
    margin: 0 1px 1px 0;
    text-align: center;
    cursor: pointer;
}

    .fundae .boxAccess:hover {
        background: #d86018;
        text-decoration: none;
        color: #fff;
    }

.fundae .sizeEv:hover .boxAccess {
    background: #d86018;
    text-decoration: none;
    color: #fff;
}

body.fundae .boxAccess::before {
    padding: 8px 3px 8px;
}

.fundae .boxLanguage {
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
    left: 3px;
    font-size: 70%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    rotation: 90deg;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

body.fundae .block {
    margin: 8px 0 8px 0;
}

body .text-danger,
body .errorCaptcha,
body .field-validation-error {
    color: #ed0a00;
    padding: 0.3rem 0 0 0;
    font-size: 95%;
    float: none;
}

.centered {
    margin: 0 auto;
    float: none;
}

    .centered img {
        margin: 0 auto;
        display: inherit;
    }

/*-- Fin Elementos gráficos --*/


/*-- Oscurecer imagen --*/

.oscurecer:hover {
    transition: all .3s ease-in-out;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}

/*-- Fin Oscurecer imagen --*/


/*-- Imágen creciendo --*/

.fundae .img-contenedor img {
    -webkit-transition: all .9s ease; /* Safari y Chrome */
    -moz-transition: all .9s ease; /* Firefox */
    -o-transition: all .9s ease; /* IE 9 */
    -ms-transition: all .9s ease; /* Opera */
    width: 100%;
}

.fundae .img-contenedor,
.fundae .content-img { /*Ancho y altura son modificables al requerimiento de cada uno*/
    overflow: hidden;
}

.fundae .content-img {
    overflow: hidden;
}

    .fundae .content-img:hover .img-responsive {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }


.fundae .content-imgHi { /*Ancho y altura son modificables al requerimiento de cada uno*/
    overflow: hidden;
    height: 300px;
}

.cover-index img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*-- Fin Imágen creciendo --*/




/*-- Cajas misma altura --*/

.fundae .gallery {
    display: -webkit-flex;
    display: flex;
}

    .fundae .gallery .boxHi {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    .fundae .gallery .activeTxt {
        color: #d86018;
        background-color: #fff;
        padding: 5px 10px;
        border: 1px solid #d86018;
        font-size: 13px;
        font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
        float: right;
    }

.fundae .altura {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 22px;
    display: inline-block;
}

.fundae .altura2 {
    position: absolute;
    right: 16px;
    bottom: 1px;
    height: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.fundae .altura3 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-- Fin Cajas misma altura --*/


/*-- Cajas proporcionales --*/

.contBoxp {
    margin: 55px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

/*-- Fin Cajas proporcionales --*/


/*------------- Funciones Flex -------------*/

/*- Disposición flex (contenedor padre) -*/
.fundae .contentFlex {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.contentFlex a {
    color: #53565a;
}



.contentFlex .col-md-4:last-child {
    margin: 0;
}
/*- Objeto o texto en el centro de la caja -*/
.flex-center {
    align-items: center;
    display: flex;
    padding: 15px 20px;
}


/*------------- Fin Funciones Flex -------------*/

/*-- Alineaciones --*/

.disFlex {
    display: flex;
}

.flexEnd {
    display: flex;
    align-items: flex-end;
}
/*-- Fin Alineaciones --*/

.centerFlex {
    justify-content: center;
}

/*-- Cajas eventos --*/

.fundae .miniBox {
    min-height: 22rem;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2));
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2));
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

    .fundae .miniBox h3 {
        padding: 5px 15px 5px 15px;
    }

    .fundae .miniBox .miniBlock {
        padding: 0 0 0 15px;
    }

        .fundae .miniBox .miniBlock p {
            margin: 0;
        }

        .fundae .miniBox .miniBlock strong {
            min-width: 25px;
            display: inline-block;
        }

/*-- Fin Cajas eventos --*/


/*-- 3 Bloques de un Evento --*/

.fundae .boxOrange .icon {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    padding: 3px 5px 8px;
}

.fundae .boxOrange .icon-3, .boxOrange .icon-4 {
    font-size: 3rem;
    display: inline-block;
}

/*-- Fin de 3 Bloques de un Evento --*/



/*-- Plano --*/

.fundae .map100 {
    margin: 6rem 0 5rem 0;
}

    .fundae .map100 iframe {
        width: 100%;
    }

/*-- Fin de Plano --*/


/*-- Infogroup --*/

.fundae .infoGroup {
}

    .fundae .infoGroup h3 {
        padding: 2rem 0 0.5rem 2.8rem;
    }

    .fundae .infoGroup .la-info::before {
        position: absolute;
        z-index: -1;
        top: -25px;
        left: -5px;
    }

    .fundae .infoGroup p {
    }

    .fundae .infoGroup a:hover {
        text-decoration: none;
    }

/*-- Fin infogroup --*/


.fundae .infoTi {
    font-family: 'TitilliumWeb-Bold', Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 0.5rem;
}

.fundae .bigNum_group {
    padding: 5rem 0 0 0;
}

    .fundae .bigNum_group h3 {
        padding: 0 0 15px 26px;
    }

.fundae .bigNum {
    color: #f2f2f1;
    font-weight: normal;
    font-size: 8rem;
    font-family: 'TitilliumWeb-Bold',Verdana,Arial,Helvetica,sans-serif;
    position: absolute;
    z-index: -1;
    top: -12px;
}

body a.linkStep {
    padding: 0;
    display: inline-block;
    font-size: 100%;
    color: #d86018;
}

    body a.linkStep:hover {
        text-decoration: underline !important;
    }

.fundae .stepsPanel .firstA_3 {
    padding: 0 0 15px;
}

.fundae .stepsPanel .imgCont {
    width: 100%;
    padding: 15px 0;
}

    .fundae .stepsPanel .imgCont img {
        margin: 0 auto;
    }

.fundae .stepsPanel p {
    padding: 12px 4rem 12px 7rem;
}

.fundae .stepsPanel p {
    padding: 7px 15px 7px 15px;
}

.fundae .stepsPanel .pdfDownload {
    padding: 0 0 15px;
    width: auto;
    display: inline-block;
}

    .fundae .stepsPanel .pdfDownload:hover {
        color: #53565a !important;
    }

.fundae .stepsPanel ul.lastul {
    padding: 12px 4rem 12px 7rem;
}

    .fundae .stepsPanel ul.lastul li {
        padding: 2px 18px;
    }

        .fundae .stepsPanel ul.lastul li .fas {
            color: #d86018;
            font-size: 0.6em;
            margin: 0 10px 0 0;
            position: relative;
            top: 15px;
            display: table;
            left: -18px;
        }

.faqPanel .youtube
.faqPanel .PDF {
    padding: 7px 4rem 6px 7rem !important;
}

.faqPanel li a.linkYoutube,
.faqPanel li a.linkPdf {
    font-family: 'TitilliumWeb-Bold', Verdana,Arial,Helvetica,sans-serif !important;
    display: inline-block !important;
    font-size: 100% !important;
    padding: 0 !important;
}

    .faqPanel li a.linkYoutube:hover,
    .faqPanel li a.linkPdf:hover {
        color: #53565a !important;
        text-decoration: underline !important;
    }

        .faqPanel li a.linkPdf:hover span {
            text-decoration: none !important;
        }

.fundae .fa-youtube {
    color: #ff0000;
    margin: 0 10px 0 0;
    font-size: 2em;
    position: relative;
    top: 5px;
}

.fundae .la-file-pdf-o {
    color: #ff0000;
    margin: 0 7px 0 7px;
    font-size: 2em;
    position: relative;
    top: 5px;
}

.fundae .boxCredit {
    margin: 20px 0 10px;
}

.fundae .blockOrange {
    background: #fcf3e5;
    display: inline-block;
    padding: 15px 25px;
    font-size: 1.85rem;
}

.fundae .boxWhite {
    background: #fff;
    display: table;
    height: 220px;
    padding: 15px 15px;
    min-height: 220px;
}

    .fundae .boxWhite h3 {
        color: #d86018;
    }

    .fundae .boxWhite h4 {
        color: #53565a;
    }

.fundae .boxOrange2 {
    background: #fcf3e5;
    display: table;
    height: 220px;
    padding: 15px 15px;
    font-size: 1.85rem;
}

    .fundae .boxOrange2 h4 {
        color: #d86018;
        padding: 0 0 15px;
        font-size: 1.2em;
    }

    .fundae .boxOrange2 p {
        padding: 5px 5px 5px;
        color: #d86018;
    }

    .fundae .boxOrange2 .smallFont p {
        font-size: 80%;
    }

.fundae .fa-building {
    color: #d86018;
    font-size: 7em;
    text-align: center;
}







.fundae .elementBox {
    display: table-cell;
    vertical-align: middle;
}

    .fundae .elementBox .fas {
        font-size: 150%;
    }

.fundae .boxOrange .elementBox {
    vertical-align: top;
    width: 100%;
}


.fundae span.line_a.la-external-link {
    padding: 0 0 0 1rem;
    font-size: 2.8rem;
    margin: -10px 0 0 0;
}



/*-- FlexBox --*/

.fundae .hiBox {
    position: relative;
    float: left;
    padding: 0.625rem;
    transition: width 0.3s ease-out;
    border-left: 1px solid #f2f2f1;
    padding: 0rem 15px 0 20px;
}

    .fundae .hiBox:first-child {
        border-left: none;
    }




.fundae .borderBox {
    border-left: 1px solid #f2f2f1;
    padding: 3rem 15px 0 20px;
    border-right: 1px solid #f2f2f1;
    border-top: 1px solid #f2f2f1;
    border-bottom: 3px solid #f2f2f1;
    margin: 10px 10px;
}




.fundae .fileIco.la-remove {
    color: #d86018;
    font-weight: 600;
    padding: 0px 12px 1px 15px;
}

    .fundae .fileIco.la-remove:before {
        color: #d86018;
        font-weight: 900 !important : padding-left:5px;
        font-family: 'LineAwesome',Verdana,Arial,Helvetica,sans-serif;
        font-size: 19px !important;
    }


/*-- Mapa --*/

ul#comunidades {
    list-style: none;
    background: url('../images/mapa_CCAA_sprite.png') no-repeat 0 0;
    position: relative;
    width: 690px;
    height: 490px;
    margin: 0;
    padding: 0;
}

    ul#comunidades li {
        position: absolute;
    }

#Galicia {
    width: 114px;
    height: 126px;
    top: 0;
    left: 100px;
    margin-top: 0 !important;
}

#Asturias {
    width: 122px;
    height: 66px;
    top: 0;
    left: 190px;
    z-index: 2;
    margin-top: 0 !important;
}

#Cantabria {
    width: 80px;
    height: 50px;
    top: 15px;
    left: 290px;
    z-index: 2;
    margin-top: 0 !important;
}

#PaisVasco {
    width: 75px;
    height: 85px;
    top: 0;
    left: 355px;
    z-index: 2;
    margin-top: 0 !important;
}

#Navarra {
    width: 80px;
    height: 85px;
    top: 25px;
    left: 400px;
    z-index: 3;
    margin-top: 0 !important;
}

#LaRioja {
    width: 65px;
    height: 55px;
    top: 53px;
    left: 365px;
    z-index: 2;
    margin-top: 0 !important;
}

#Aragon {
    width: 130px;
    height: 190px;
    top: 45px;
    left: 405px;
    margin-top: 0 !important;
}

#Catalunia {
    width: 130px;
    height: 145px;
    top: 50px;
    left: 513px;
    margin-top: 0 !important;
}

#CastillaLeon {
    width: 235px;
    height: 185px;
    top: 30px;
    left: 190px;
    z-index: 1;
    margin-top: 0 !important;
}

#Madrid {
    width: 75px;
    height: 75px;
    top: 150px;
    left: 300px;
    z-index: 2;
    margin-top: 0 !important;
}

#CastillaLaMancha {
    width: 192px;
    height: 185px;
    top: 140px;
    left: 272px;
    z-index: 1;
    margin-top: 0 !important;
}

#Extremadura {
    width: 125px;
    height: 145px;
    top: 187px;
    left: 180px;
    z-index: 2;
    margin-top: 0 !important;
}

#Valencia {
    width: 85px;
    height: 175px;
    top: 170px;
    left: 438px;
    margin-top: 0 !important;
}

#Baleares {
    width: 150px;
    height: 80px;
    top: 210px;
    left: 548px;
    margin-top: 0 !important;
}

#Murcia {
    width: 70px;
    height: 80px;
    top: 282px;
    left: 402px;
    z-index: 2;
    margin-top: 0 !important;
}

#Andalucia {
    width: 280px;
    height: 150px;
    top: 288px;
    left: 175px;
    margin-top: 0 !important;
}

#Canarias {
    width: 220px;
    height: 85px;
    top: 400px;
    left: 0;
    z-index: 1;
    margin-top: 0 !important;
}

#Ceuta {
    width: 25px;
    height: 25px;
    top: 430px;
    left: 260px;
    margin-top: 0 !important;
}

#Melilla {
    width: 25px;
    height: 25px;
    top: 470px;
    left: 365px;
    margin-top: 0 !important;
}

#AmbitoEstatal {
    width: 130px;
    height: 50px;
    top: 230px;
    left: 18px;
    margin-top: 0 !important;
}

#UnionEuropea {
    width: 130px;
    height: 50px;
    top: 170px;
    left: 18px;
    margin-top: 0 !important;
}



ul#comunidades li a {
    display: block;
    height: 100%;
    /*text-indent: -9000px;*/
}

    /***** interactividad ***********/
    ul#comunidades li a:hover {
        background: url('../images/mapa_CCAA_sprite.png') no-repeat 0 0;
    }

ul#comunidades li#Galicia a:hover {
    background-position: 5px -510px;
}

ul#comunidades li#Asturias a:hover {
    background-position: -119px -499px;
}

ul#comunidades li#Cantabria a:hover {
    background-position: -126px -570px;
}

ul#comunidades li#PaisVasco a:hover {
    background-position: -245px -492px;
}

ul#comunidades li#Navarra a:hover {
    background-position: -341px -509px;
}

ul#comunidades li#LaRioja a:hover {
    background-position: -223px -575px;
}

ul#comunidades li#Aragon a:hover {
    background-position: -424px -508px;
}

ul#comunidades li#Catalunia a:hover {
    background-position: -558px -540px;
}

ul#comunidades li#CastillaLeon a:hover {
    background-position: 8px -649px;
}

ul#comunidades li#Madrid a:hover {
    background-position: -237px -649px;
}

ul#comunidades li#CastillaLaMancha a:hover {
    background-position: -248px -723px;
}

ul#comunidades li#Extremadura a:hover {
    background-position: -451px -705px;
}

ul#comunidades li#Valencia a:hover {
    background-position: -591px -684px;
}

ul#comunidades li#Baleares a:hover {
    background-position: -528px -869px;
}

ul#comunidades li#Murcia a:hover {
    background-position: -331px -613px;
}

ul#comunidades li#Andalucia a:hover {
    background-position: 5px -880px;
}

ul#comunidades li#Canarias a:hover {
    background-position: -279px -914px;
}

ul#comunidades li#Ceuta a:hover {
    background-position: -360px -440px;
}

ul#comunidades li#Melilla a:hover {
    background-position: -465px -470px;
}

ul#comunidades li#AmbitoEstatal a:hover {
    background-position: -550px -970px;
}

ul#comunidades li#UnionEuropea a:hover {
    background-position: -18px -170px;
}

/*** tooltips*/
ul#comunidades li a {
    text-decoration: none;
}

    ul#comunidades li a span {
        display: none;
    }

    ul#comunidades li a:hover span {
        display: block;
        padding: 5px;
        width: 100px;
        background: #000;
        position: relative;
        top: 50%;
        font: 11px Arial, Helvetica, sans-serif;
        opacity: .75;
        filter: alpha(opacity=75);
        color: #FFF;
    }


/*-- Fin Mapa --*/


/*-- Centrar elementos --*/

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/*-- Fin Centrar elementos --*/


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    body button:active {
        margin-top: -2px;
        margin-left: -2px;
    }
}


.bs-searchbox label {
    display: none !important;
}


/* =====================
    Memoria actividades
   ===================== */

#dvActivitiesMemories h3 {
    border-left: 3px solid #d86018;
    padding: 0 0 0 5px;
    margin: 0 0 20px;
}

.btnDownload {
    color: #fff !important;
    padding: 10px 15px !important;
    margin: 20px 0 10px;
    display: inline-block;
    font-size: 1.1em;
    background: #d86018;
}

    .btnDownload:hover {
        color: #d86018 !important;
        border: 2px solid #d86018;
        background: none;
        padding: 8px 13px !important;
    }

/*-- Cursos --*/

.texto_empresa p {
    font-size: 1.4em;
    padding: 0 15px;
}

.tituloCatCursos {
    padding: 10px 15px;
    display: block;
    margin: 0 15px;
    cursor: pointer;
    background-color: #fff;
}

    .tituloCatCursos > * {
        display: table-cell;
        vertical-align: middle;
    }

    .tituloCatCursos h3 {
        color: #d86018 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .tituloCatCursos i.la {
        font-size: 1.3em;
        font-weight: bold;
        padding: 1px 5px 0 0;
        color: #d86018;
    }

        .tituloCatCursos i.la:hover {
            color: #d86018 !important;
        }

.CategoryCourses {
    margin-top: 1em;
}

.business_course2 {
    margin-bottom: 2em;
}

.dest .business_course2 {
    margin-bottom: 2em;
}

.dest > .row {
    padding: 0;
    margin: 1em 0;
}

.business_course2 i.la {
    font-size: 1.5em;
    text-align: right;
}

.textCourse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 13px;
    min-height: 21rem;
    height: 1px;
    border-top: 1px solid #ddd;
}

.opened .la-angle-right, .closed .la-angle-down {
    display: none;
}

/*-- Fin Cursos --*/

/*-- Efecto Hover con sombra y escalado--*/

.hoverScale {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hoverScale:hover, .hoverScale:focus, .hoverScale:active {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        box-shadow: 0 1rem 1.5rem 0.4rem rgba(0,0,0,.05);
    }

/*-- Fin Efecto Hover con sombra y escalado--*/


/**sitefinity empresas cursos categorias**/
.companylist {
    font-family: 'TitilliumWeb-Regular',Verdana,Arial,Helvetica,sans-serif;
}

    .companylist thead th {
        font-weight: bold;
    }

    .companylist .table td, .companylist .table th {
        background-color: transparent !important;
    }

    .companylist tr.even {
        background: #fbfbfb;
    }

    .companylist .panel-collapse .activeTxt:hover {
        color: #fff !important;
        background: #d86018;
    }


    .companylist button.activeTxt.grey {
        color: grey;
        border: 1px solid grey;
    }

        .companylist button.activeTxt.grey:hover {
            background: grey;
        }

td.imgempresa img {
    max-width: 60px;
    width: 100%;
}

img.logoficha {
    width: 100%;
    max-width: 80px;
}

.companylist input:hover {
    border: 1px solid #d86018 !important;
}

.companylist .block {
    margin: 8px 0 8px 0;
}


.companylist ul.chosen-choices, .companylist .chosen-container-active ul.chosen-choices {
    min-height: 46px;
    background: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

    .companylist ul.chosen-choices:hover {
        border: 1px solid #d86018 !important;
    }

.companylist .chosen-container-multi .chosen-choices li.search-choice {
    background: #e9e9e9;
    border-radius: 0;
    color: #363b3e;
    cursor: initial;
    border: 0;
    margin: 5px;
    padding: 9px 25px 9px 15px;
    font-size: 14px;
}

    .companylist .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 12px;
        right: 8px;
        background: url(/Scripts/Chosen/chosen-sprite.png) -42px 1px no-repeat !important;
    }

/*activar/desactivar*/

/*****/
.companylist .b {
    display: block;
}

.companylist .toggle {
    position: relative;
    width: 65px;
    height: 30px;
    border-radius: 100px;
    background-color: #ddd;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0,.05);
    z-index: 1;
    display: inline-block;
}

.companylist .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    .companylist .check:checked ~ .track {
        box-shadow: inset 0 0 0 20px #d86018;
    }

    .companylist .check:checked ~ .switch {
        right: 2px;
        left: 36px;
        transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition-property: left, right;
        transition-delay: .05s, 0s;
        width: 26px;
    }

.companylist .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 36px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: 0s, .05s;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.companylist .track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
    border-radius: 40px;
}

.companylist .sino {
    width: auto;
    display: inline-block;
    float: left;
    padding: 15px 15px;
}

.companylist .nosi {
    width: auto;
    display: inline-block;
    float: left;
    padding: 15px 15px 15px 0;
}
/*fin activar/desactivar*/


/**sitefinity multiselect**/
.multi-select__select {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    border: 1px solid #ccc;
    background: transparent;
    color: #aaaaaa;
}

.multi-select__autocomplete::placeholder {
    color: red;
}

.multi-select__options {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
    overflow-y: scroll;
}

.multi-select__option:hover {
    background-color: #e9e9e9;
}

.multi-select__select--opened .multi-select__options {
    display: block;
}

.multi-select__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
}

/*.multi-select__option-active {
		background-color: #d86018 !important;
		color: #ffffff;
	}*/

.multi-select__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.multi-select__option--hidden {
    display: none;
}

.multi-select__selected-label {
    background: #e9e9e9;
    border-radius: 0;
    color: #363b3e;
    cursor: initial;
    display: inline-block;
    margin: 5px;
    padding: 3px 7px;
    font-size: 14px;
}

    .multi-select__selected-label:last-of-type {
        margin-right: 0;
    }

    .multi-select__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 7px;
        color: #aaa;
    }

/*.multi-select__selected-label i:hover {
		color: #e4e4e4;
	}*/

.multi-select__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}




/****************************************************************/
/**************** NUEVOS ESTILOS BUSCADOR ***********************/
/****************************************************************/

.panel-group a.activeTxt.collapsed:hover {
    color: #fff;
    background: #d86018;
}


/* Cabecera */
.q1 {
    background-image: url(../../images/ico_blockquote_a.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 5px 18px 0px 0;
    position: relative;
    top: -5px;
    text-indent: -9999em;
}

.q2 {
    background-image: url(../../images/ico_blockquote_b.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 5px 0 0px 18px;
    position: relative;
    top: -5px;
    text-indent: -9999em;
}

/* Carousel más buscados */

.fundae .bgGrey.carrousel {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.slider {
    width: 100%;
    margin: 30px auto 50px !important;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }


    .slick-slide p {
        padding: 10px 0;
        text-align: center;
    }

    .slick-slide a:hover {
        color: #d86018;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    background: #fff;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-dots {
    bottom: -45px;
}

    .slick-dots li.slick-active button:before, .slick-dots li button:before {
        color: #d86018;
        font-size: 10px;
    }


/* WIZARD del buscador */

.wizard {
    /* display: none; */
    margin-top: 30px;
    margin-bottom: 30px;
}

    .wizard div.wizardItem {
        cursor: pointer;
        -webkit-transform: perspective(0px) rotateY(0deg);
        transform: perspective(0px) rotateY(0deg);
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
        border: 1px solid #BDBDBD;
    }

        .wizard div.wizardItem p {
            color: #53565a;
            font-size: 0.99em;
            font-family: 'TitilliumWeb-Bold', Verdana,Arial,Helvetica,sans-serif;
            padding: 9px 5px;
            min-height: 107px;
            line-height: 16px;
        }

        .wizard div.wizardItem img {
            width: 100%;
        }

        .wizard div.wizardItem:hover {
            transform: perspective(245px) rotateY(6deg);
            transition: all ease 0.5s;
            -webkit-transform: perspective(245px) rotateY(6deg);
            transform: perspective(245px) rotateY(6deg);
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
            -webkit-box-shadow: -8px 8px 17px -8px rgba(0,0,0,0.75);
            box-shadow: -8px 8px 17px -8px rgba(0,0,0,0.75);
            -webkit-box-shadow: -8px 8px 17px -8px rgba(0,0,0,0.75);
            -moz-box-shadow: -8px 8px 17px -8px rgba(0,0,0,0.75);
            box-shadow: -8px 8px 17px -8px rgba(0,0,0,0.75);
        }


/* SECTORES */
.sectoresBuscador p.sectorTitle {
    background: white;
    padding: 6px;
    cursor: pointer;
    color: #d86018;
    font-size: 18px;
    padding-right: 24px;
}

    .sectoresBuscador p.sectorTitle span.la-caret-right {
        color: #d86018;
        position: relative;
        top: 4px;
        left: 6px;
    }

.digitizedBuscador p.digitizedTitle {
    padding: 6px;
    cursor: pointer;
    color: #d86018;
    font-size: 18px;
}

    .digitizedBuscador p.digitizedTitle span.la-caret-right {
        color: #d86018;
        position: relative;
        top: 4px;
        left: 6px;
    }


.sectorList {
    border-top: 3px solid #d86018;
    padding-top: 13px;
    margin-top: 18px;
    margin-bottom: 15px;
    display: none;
}


.sectoresBuscador .sectorList .col-md-4 li {
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #fff;
}

    .sectoresBuscador .sectorList .col-md-4 li:hover span {
        border-bottom: 1px solid #f6a473;
        color: #d86018;
    }

.sectorTitle span.la.la-plus-circle, .sectorTitle span.la.la-minus-circle, .digitizedTitle span.la.la-plus-circle, .digitizedTitle span.la.la-minus-circle {
    position: absolute;
    padding: 2px 0 0 6px;
    font-size: 23px;
}

    .sectorTitle span.la.la-plus-circle:hover, .sectorTitle span.la.la-minus-circle:hover, .digitizedTitle span.la.la-plus-circle:hover, .digitizedTitle span.la.la-minus-circle:hover {
        color: #d86018 !important;
    }

.digitizedList {
    border-top: 3px solid #d86018;
    padding-top: 13px;
    margin-top: 18px;
    margin-bottom: 15px;
    display: none;
}


.digitizedBuscador .digitizedList .row div {
    cursor: pointer;
    display: block;
}

    .digitizedBuscador .digitizedList .row div:hover span {
        border-bottom: 1px solid #f6a473;
        color: #d86018;
    }

.sectorSlider.slick-initialized.slider {
    margin-top: 5px !important;
}

.sectorSlider.slick-initialized .slick-slide {
    position: relative;
    overflow: hidden;
    height: 120px;
}

.sectorSlider .slick-list .slick-track .slick-slide:hover {
    transform: scale(1.1);
}

.sectorSlider .slick-slide p {
    padding: 10px 5px;
    text-align: center;
    position: absolute;
    bottom: -14px;
    right: 0;
    color: white;
    font-size: 17px;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.8;
    width: 100%;
    top: 50px;
    transition: all 0.5s;
}

.sectorSlider .slick-list .slick-track .slick-slide:hover p {
    top: 0;
    transition: all 0.5s;
}

.sectorSlider.slick-initialized .slick-slide.selected-element a {
    display: block;
    border: 3px solid #d86018;
}

.sliderDigitalizate.slick-initialized .slick-slide.selected-element div {
    display: block;
    border: 3px solid #d86018;
}

/* Campo buscador */
span.la.la-search {
    position: absolute;
    left: 27px;
    top: 4px;
    color: #d86018;
    font-size: 37px;
    font-weight: 800;
}

/* FILTROS */
.filters {
    background-color: #fce7da;
    padding: 10px;
    color: #53565a;
}

    .filters h3 {
        margin: 5px 0 20px 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px !important;
        color: #d86018 !important;
    }

.filter-item {
    margin-bottom: 12px;
}

    .filter-item .firterTitle {
        margin-bottom: 10px;
        color: #d86018;
        font-size: 15px;
    }

    .filter-item select {
        height: 30px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ffffff;
        background-position: right 13px;
    }

        .filter-item select:hover, .filter-item select:focus {
            background-color: #ffffff;
            background-position: right 13px;
        }

/* Checks para los filtros */
.checkcontainer {
    display: block;
    position: relative !important;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 0;
        z-index: 1;
        height: 24px !important;
        margin: -0px 0 0 0 !important;
        top: -1px;
        width: 100%;
    }

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}

.filter-item label.checkcontainer {
    display: block;
}

.filter-item .checkcontainer .checkmark::after {
    left: 6px;
    top: 1px;
}

/* RESULTADOS DE LA BÚSQUEDA */
.fundae .hiddenCourse {
    display: none;
}

.fundae .resultsCourse {
    font-size: 0.8em
}

    .fundae .resultsCourse .resultsCourse-item {
        padding: 10px;
        cursor: pointer;
        transform: scale(1);
        transition: transform 0.2s;
        background-color: white;
        min-height: 140px;
        border-left: 5px solid #FA8258;
    }

        /* colores para bordes de etiquetas */
        .fundae .resultsCourse .resultsCourse-item.bB {
            border-left: 5px solid #337ab7;
        }

        .fundae .resultsCourse .resultsCourse-item.bG {
            border-left: 5px solid #5FB404;
        }

        .fundae .resultsCourse .resultsCourse-item.bY {
            border-left: 5px solid #F4FA58;
        }

        .fundae .resultsCourse .resultsCourse-item.bF {
            border-left: 5px solid #D358F7;
        }
    /* FIN colores para bordes de etiquetas */

    /* Triángulos etiquetas resultados de búsqueda */
    .fundae .resultsCourse .triangle, .fundae .resultsCourse .triangleB, .fundae .resultsCourse .triangleG,
    .fundae .resultsCourse .triangleY, .fundae .resultsCourse .triangleF, .fundae .resultsCourse .triangleGy {
        width: 0;
        height: 0;
        border-right: 15px solid #fdebe0;
        border-top: 15px solid #fdebe0;
        border-left: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        z-index: 999;
        right: 0px;
        bottom: 0px;
        transform: rotate(90deg);
    }

    .fundae .resultsCourse .triangleB {
        border-right: 15px solid #d3ebfe;
        border-top: 15px solid #d3ebfe;
    }

    .fundae .resultsCourse .triangleG {
        border-right: 15px solid #D8F6CE;
        border-top: 15px solid #D8F6CE;
    }

    .fundae .resultsCourse .triangleY {
        border-right: 15px solid #F2F5A9;
        border-top: 15px solid #F2F5A9;
    }

    .fundae .resultsCourse .triangleF {
        border-right: 15px solid #F6CEF5;
        border-top: 15px solid #F6CEF5;
    }

    .fundae .resultsCourse .triangleGy {
        border-right: 15px solid #F2F2F2;
        border-top: 15px solid #F2F2F2;
        transition: all ease 0.3s
    }
    /* FIN Triángulos etiquetas resultados de búsqueda */

    .fundae .resultsCourse .resultsCourse-item:hover {
        transform: scale(1.05);
        box-shadow: 0 1rem 1.5rem 0.4rem rgba(0,0,0,.05);
        transition: transform 0.2s;
    }

        .fundae .resultsCourse .resultsCourse-item:hover .triangleGy {
            border-right: 15px solid #fff;
            border-top: 15px solid #fff;
            transition: all ease 0.3s
        }

    .fundae .resultsCourse .resultsCourse-item img {
        padding-bottom: 10px;
    }

.resultsCourse .resultsCourse-item .rgTittle {
    font-family: 'TitilliumWeb-bold',Verdana,Arial,Helvetica,sans-serif;
    margin-top: 5px;
}

.fundae .resultsCourse .resultsCourse-item .rgInfo {
    font-size: 1.21em;
}

    .fundae .resultsCourse .resultsCourse-item .rgInfo span:first-child {
        padding-right: 7px;
        border-right: 1px solid #d86018;
    }

    .fundae.resultsCourse .resultsCourse-item .rgInfo span:last-child {
        padding-left: 6px;
    }

.fundae .resultsCourse .resultsCourse-item .city {
    font-size: 1.1em;
}

.fundae .bgGrey {
    background: #F2F2F2;
}

    .fundae .bgGrey .showMore {
        position: relative;
        display: inline-block;
        width: 135px;
        background: #fff;
        color: #53565a;
        border: 1px solid #53565a;
        /*margin-top: 30px;*/
        padding: 5px 5px 5px 36px;
        cursor: pointer;
    }

        .fundae .bgGrey .showMore span {
            position: absolute;
            top: 2px;
            left: 6px;
        }

        .fundae .bgGrey .showMore:hover {
            background: #A4A4A4;
            color: #fff;
            border: 1px solid #A4A4A4;
            transition: all ease 0.3s;
        }
/*  CARROUSEL DIGITALÍZATE */

.carruselDigitalizate h2 {
    color: #01A9DB !important;
    margin-bottom: 0 !important;
}

.sliderDigitalizate.slider {
    margin-top: 20px !important;
}

.sliderDigitalizate .slick-slide {
    border-left: 5px solid #01A9DB;
    box-shadow: 0 1rem 1.5rem 0.4rem rgba(0,0,0,.1)
}

    .sliderDigitalizate .slick-slide img {
        padding: 20px;
    }

.sliderDigitalizate .slick-dots li.slick-active button:before,
.sliderDigitalizate .slick-dots li button:before {
    color: #01A9DB;
}


/****************************************************************/
/**************** FIN NUEVOS ESTILOS BUSCADOR *******************/
/****************************************************************/

/* Fichas */

.container.logoContainer {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .container.logoContainer img {
        margin-right: 15px;
    }

.fundae a.pdfDownload .la-file-pdf-o {
    left: -9px;
}

.DigiFileImg {
    top: 40px;
    position: absolute;
    right: 0;
}

    .DigiFileImg img {
        height: 150px;
        width: auto;
        margin-right: 10px;
    }

/* Cursos Similares slider*/

.fundae .similarCourses {
    background: white;
    height: 242px;
    padding: 15px 10px 5px 10px;
}

    .fundae .similarCourses h3 {
        text-align: center;
    }


    .fundae .similarCourses .slick-dots {
        bottom: -22px;
    }


@media (max-width: 1200px) {
    .fundae .similarCourses {
        height: 285px;
    }
}

@media (min-width: 992px) {
    .fundae .similarCourses {
        width: 23.5%;
    }
}

/* Contacto del curso  */
.courseInfo {
    margin-top: 1rem;
}

    .courseInfo .wAuto {
        display: inline-block;
        margin-right: 2rem;
    }

        .courseInfo .wAuto .la {
            color: #e08046;
        }

        .courseInfo .wAuto:last-of-type {
            margin-right: 0;
        }

        .courseInfo .wAuto span {
            color: #d86018;
            font-size: 32px;
            margin-right: 2px;
            top: 4px;
            position: relative;
        }

        .courseInfo .wAuto .info {
            margin-left: 7px;
            color: #d86018;
        }

        .courseInfo .wAuto .inf {
            width: 75px;
            height: 23px;
            float: left;
        }

/* Contacto del curso para version 2 */
.widAuto {
    margin-bottom: 0.5rem;
}

.courseInfo .widAuto .inf {
    float: left;
    width: 70px;
    height: 22px;
}

    .courseInfo .widAuto .inf ~ div {
        margin-left: 7px;
        color: #d86018;
    }

/* Formulario */
body .orangeBox {
    margin: 0;
    padding: 1rem 12px 2rem 12px;
    position: relative;
    background-color: #e08046;
    color: #fff;
}

body.fundae div .orangeBox h2 {
    color: #fff;
}

body .orangeBox, body .orangeBox select {
}

    body .orangeBox nput, body .orangeBox .input-group.date input, body .orangeBox select {
        background-color: #fff !important;
        color: #53565a;
    }

    body .orangeBox .input-group.date .input-group-addon {
        z-index: 9999;
    }

    body .orangeBox .input-group.date .input-group-addon {
        z-index: 9999;
    }

    body .orangeBox .btn {
        background-color: #fff;
        color: #d86018;
        margin-top: 35px;
    }

    body .orangeBox .text-danger > body span, .orangeBox .text-danger span, body .orangeBox .errorCaptcha {
        color: #F3F781;
    }

/* carrusel cursos misma empresa */
.slider {
    margin-top: 15px !important;
}

/**BUSCADOR**/
.wizard div.wizardItem.selected-element {
    border: 1px solid #d86018;
}

    .wizard div.wizardItem.selected-element p {
        color: #d86018;
    }

.padLeft60 {
    padding-left: 60px !important;
}

.sectorList .selected-element span {
    text-decoration: underline;
    font-weight: bold;
}

.digitizedList div .selected-element span {
    text-decoration: underline;
    font-weight: bold;
}

/*slider mas buscados*/
.masbuscadosslider .slick-slide .marcoimg {
    max-width: 100%;
    height: 130px;
    margin: 0 auto;
}

    .masbuscadosslider .slick-slide .marcoimg img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        max-height: 100%;
    }

.masbuscadosslider .slick-slide .marcotxt {
    display: table;
    width: 100%;
    height: 85px;
}

    .masbuscadosslider .slick-slide .marcotxt p {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 5px !important;
    }

/*slider digitalizate*/
.sliderDigitalizate .slick-slide .marcoimg {
    min-height: 111px;
}



.sldrfullwidth {
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}

    .sldrfullwidth .slick-prev {
        left: 20px;
        z-index: 1;
    }

    .sldrfullwidth .slick-next {
        right: 20px;
    }

    .sldrfullwidth .slick-slide {
        max-height: 350px;
        margin: 0;
        position: relative;
    }

    .sldrfullwidth .slick-dots {
        bottom: -30px;
    }

        .sldrfullwidth .slick-dots li.slick-active button:before, .sldrfullwidth .slick-dots li button:before {
            color: #53565a;
            font-size: 20px;
        }

    .sldrfullwidth .slick-prev:before, .sldrfullwidth .slick-next:before {
        color: #d86018;
        font-size: 25px;
    }

    .sldrfullwidth .slick-slide img {
        height: 100%;
    }

    .sldrfullwidth .captionSlider {
        position: absolute;
        background-color: #d86018;
        color: #fff;
        display: inline-block;
        padding: 0.5em 2em;
        font-size: 4rem;
        font-weight: bold;
        bottom: 10%;
        opacity: 0.8;
        left: 20%;
    }

/*Estilos para el filtro de duracion del buscador de cursos*/
.ui-slider-horizontal .ui-slider-range {
    background: rgb(246, 147, 31);
}

input.inputTextSlider {
    border: 0;
    width: -webkit-fill-available;
    background: #fce7da;
    height: auto;
    margin-bottom: 5px;
}

.ui-slider a.ui-slider-handle {
    box-sizing: border-box;
    border-radius: 0px;
    width: 13px;
    height: 19px;
}

.switch2 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch2 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider2:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider2 {
    background-color: #f6931f;
}

input:focus + .slider2 {
    box-shadow: 0 0 1px #f6931f;
}

input:checked + .slider2:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider2.round {
    border-radius: 34px;
}

    .slider2.round:before {
        border-radius: 50%;
    }









.bigBoxCaruselTres {
    min-height: 145px;
    max-height: 145px;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 10px #0003 !important;
    display: flex;
    flex-direction: column;
}

.leftBoxCaruselTres {
    float: left;
    height: auto;
    width: 33%;
    margin: 0;
    min-height: 145px;
    max-height: 145px;
}

.rightBoxCaruselTres {
    float: right;
    min-height: 145px;
    max-height: 145px;
    height: 100%;
    width: 66%;
}

.displayTextCaruselTres {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.imagenCarousel {
    object-fit: fill;
    max-height: 145px;
}


.dot {
    height: 7.5rem;
    width: 7.5rem;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1rem;
}

.noHover {
    pointer-events: none;
    color: #d86018;
    margin-top:10px;
    font-size:5rem !important;
}

.square {
    text-align: center;
    padding: 12px 6px 0px !important;
    background: white !important;
    font-size: 2rem !important;
}

.squareInside {
    text-align: center;
    padding: 20px 12px 0px !important;
    background: #F2F2F2;
    font-size: 2rem !important;
    height: 20rem;
    width: 19.5rem;
}

/*div .square:hover {
    background: #d86018;
    color:white;
}*/