@font-face {
    font-family: 'Proxima Nova Regular';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Proxima Nova Regular'), url('../fonts/ProximaNova-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Thin';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Proxima Nova Thin'), url('../fonts/ProximaNovaT-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Light';
    font-style: normal;
    font-display: block;
    font-weight: normal;
    src: local('Proxima Nova Light'), url('../fonts/ProximaNova-Light.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Proxima Nova Semibold'), url('../fonts/ProximaNova-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    font-style: normal;
    font-display: block;
    font-weight: normal;
    src: local('Proxima Nova Bold'), url('../fonts/ProximaNova-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    font-style: normal;
    font-display: block;
    font-weight: normal;
    src: local('Proxima Nova Extrabold'), url('../fonts/ProximaNova-Extrabld.woff') format('woff');
}

@font-face {
    font-family: 'Proxima Nova Black';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: local('Proxima Nova Black'), url('../fonts/ProximaNova-Black.woff') format('woff');
}

html {
    font-size: 14px;
}

* {
    font-family: 'Proxima Nova Regular';
}

.no-js img.lazyload {
    display: none;
}

figure.wp-block-image img.lazyloading {
    min-width: 150px;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}


/*COOKIE BAR START*/

#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #000000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}

#catapult-cookie-bar a {
    color: #1e73be;
}

#catapult-cookie-bar .x_close span {
    background-color: #1e73be;
}

button#catapultCookie {
    background: #ffffff;
    color: #1e73be;
}

#catapult-cookie-bar h3 {
    color: #000000;
}

.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 30px 100px !important;
    z-index: 1 !important;
}

button#catapultCookie {
    background: #ffffff;
    color: #1e73be !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 1px !important;
    color: #167db7 !important;
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
    border-radius: 4px !important;
    border: 1px solid #167db7 !important;
}

@media (max-width: 768px) {
    .cookie-bar-bar .ctcc-inner {
        display: block;
    }
    .ctcc-right-side {
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .has-cookie-bar #catapult-cookie-bar {
        padding: 10px !important;
        text-align: center;
    }
    .msg-cookie {
        margin-bottom: 10px;
    }
    .imagen-cabecera {
        z-index: 1;
    }
    .has-cookie-bar #catapult-cookie-bar {
        font-size: 12px;
    }
}


/*COOKIE BAR END*/

button#catapultCookie {
    background: #ffffff;
    color: #1e73be;
}

#catapult-cookie-bar h3 {
    color: #000000;
}

.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    font-size: 14px;
}

main .top {
    background-image: url(../img/img-bloque-1.png) !important;
}

.footer {
    margin: auto;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer .wf-wrap {
    width: 960px;
    margin: auto;
}

.footer ul {
    list-style: none;
}

.footer h3 {
    font-size: 18px;
}

.footer-nav-bar>li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.footer-nav-bar>li:first-child,
.footer-nav-bar>li:only-child {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.footer-nav-bar>li>a,
.footer-nav-bar>li:first-child {
    font-family: "Proxima Nova Light", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.footer-nav-bar>li+li::after {
    color: #8c9397;
    content: "|";
    position: absolute;
    left: -14px;
}

.footer-nav-bar li,
.footer-nav-bar a {
    color: #586066;
}

.social-footer {
    display: table;
    padding-top: 24px;
}

.social-icons {
    display: table-cell;
    vertical-align: middle;
}

.social-footer dt {
    display: table-cell;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.social-footer dd {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.l-region--footer a {
    color: #616b70;
}

.compartir_curso {
    clear: both;
    display: flex;
    width: 100%;
    height: 72px;
    border-radius: 4px;
    background: rgba(22, 125, 183, 0.08);
    border: 1px solid #167db7;
    margin-bottom: 3rem;
}

[class^="icon-"],
[class*="icon-"] {
    position: relative;
}

.icon-facebook {
    background: url("../img/ico-social-face-footer.png") no-repeat 0 0;
}

.icon-twitter {
    background: url("../img/ico-social-twitter-footer.png") no-repeat 0 0;
}

.icon-gplus {
    background: url("../img/ico-social-gplus-footer.png") no-repeat 0 0;
}

.icon-youtube {
    background: url("../img/ico-social-youtube-footer.png") no-repeat 0 0;
}

.icon-instagram {
    background: url("../img/ico-social-instagream-footer.png") no-repeat 0 0;
}

.icon-linke {
    background: url("../img/ico-social-linkedin-footer.png") no-repeat 0 0;
}

.a2a_button_google_plus {
    display: none;
}

.icon-30px {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100% auto !important;
}

.hide {
    display: none;
}

.apps {
    display: table;
    margin-top: 10px;
}

.apps li {
    display: table-cell;
    padding: 0 0 0 20px !important;
    vertical-align: middle;
}

.apps li img {
    display: block;
    margin: 0 auto;
}

.apps img {
    height: auto;
    max-width: 100%;
}

.wf-1-4,
.wf-span-3 {
    width: 24.7%;
    display: inline-block;
    vertical-align: top;
}

.list-default li a {
    width: 143px;
    height: 160px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #666666;
}

.footer ul {
    margin-left: 0;
    margin-right: 0;
}

.vc_col-sm-8 {
    width: 66.66666667%;
    float: left;
}

.vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.apps {
    display: table;
    margin-top: 10px;
}

.apps li {
    display: table-cell !important;
    padding: 0 0 0 20px !important;
    vertical-align: middle;
}

.apps li img {
    display: block;
    margin: 0 auto;
}

.apps img {
    height: auto;
    max-width: 100%;
}

.a2a_button_google_plus {
    display: none;
}

.icon-30px {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100% auto !important;
}

.hide {
    display: none;
}

p {
    font-size: 14px;
}

.footer-nav-bar>li>a,
.footer-nav-bar>li:first-child {
    font-family: "Proxima Nova Light", Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

*::selection {
    background: #167db7 !important;
}