* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}




.wame {
     font-size: 40px !important;
    background-color: #25d366;
    padding: 7px 11px;
    border-radius: 50px;
    color: #fff;
}


body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

::-moz-selection {
    background: #009fe3;
    color: white;
    text-shadow: none
}

::selection {
    background: #009fe3;
    color: white;
    text-shadow: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

blockquote, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}


.TablaCentrada {
    display: flex;
    justify-content: center;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

b, strong {
    font-weight: bold
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: none
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: vertical;
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

audio, canvas, img, svg, video {
    vertical-align: middle
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.wrap {
    margin: auto;
    max-width: 75rem;
    width: 100%;
    padding: 0 15px
}

@media (min-width:1081px) {
    .wrap {
        padding: 0
    }
}

.wrap.wrap--small {
    max-width: 55rem
}

.wrap.wrap--medium {
    max-width: 61.25rem
}

.wrap.wrap--full {
    max-width: 80rem
}

.background-gray {
    padding: 40px 0;
    background-color: #f4f4f4
}

    .background-gray .section__title {
        margin-top: 0
    }

.contact-title {
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #1d1e20;
    text-align: center;
    position: relative;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem
}

    .contact-title:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -16px;
        width: 35px;
        height: 4px;
        background-color: #009fe3
    }

.more-elements {
    padding: 25px 15px 0;
    text-align: right
}

@media (min-width:740px) {
    .more-elements {
        padding: 26px 30px
    }
}

@media (min-width:1081px) {
    .more-elements {
        padding: 26px 0 0
    }
}

.more-elements a {
    color: #009fe3;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem
}

    .more-elements a:hover {
        color: #00587d
    }

        .more-elements a:hover svg {
            fill: #00587d
        }

    .more-elements a svg {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        fill: #009fe3
    }

hr {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
    border-top: solid 1px #e6e9ee;
    border-bottom: 0
}

    hr + .section {
        margin-top: 40px
    }

.spacer-top {
    margin-top: 40px
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row
}

.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body, html {
    height: 100%
}



img {
    max-width: 100%
}

.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee
}

.diagonal {
    position: relative
}

    .diagonal:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent white transparent;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 200;
        border-width: 0 0px 20px 100vw
    }

@media (min-width:740px) {
    .diagonal:after {
        border-width: 0 0px 50px 100vw
    }
}

.text-ubicacion {
    padding-left: 20px;
    position: relative;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

    .text-ubicacion:before {
        content: "";
        background: url(../img/place.svg);
        width: 11px;
        height: 17px;
        display: block;
        position: absolute;
        left: 0;
        top: 4px
    }

@media (min-width:740px) {
    body .block--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

body .block--flex > * {
    margin: 0 0 20px 0 !important
}

@media (min-width:740px) {
    body .block--flex > * {
        width: calc(50% - 10px);
        margin-right: 20px !important
    }

    body .block--flex > :nth-of-type(2n) {
        margin-right: 0 !important
    }
}

@media (min-width:1081px) {
    body .block--flex > * {
        width: calc(33.333% - 13.333px)
    }

    body .block--flex > :nth-of-type(2n) {
        margin-right: 20px !important
    }

    body .block--flex > :nth-of-type(3n) {
        margin-right: 0 !important
    }
}

a {
    text-decoration: none;
    background: transparent
}

    a:active, a:hover {
        outline: 0
    }

.header {
    background-color: #1d1e20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

@media (min-width:1081px) {
    .header {
        border-top: 8px solid #009fe3
    }

        .header.is-fixed {
            top: -38px
        }

            .header.is-fixed .header__wrap {
                padding: 15px 0 45px
            }
}

.header__wrap {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px 12px 12px 20px
}

@media (min-width:1081px) {
    .header__wrap {
        padding: 30px 0 60px
    }
}

.top-bar__wrapper {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.site-name {
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    /*font-weight: 700;*/
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 50px;
    width: 100%;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 25px;
    font-size: 1.5625rem
}

@media (min-width:1081px) {
    .site-name {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        width: auto;
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 30px;
        font-size: 1.875rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.site-name:before {
    content: '';
    position: absolute;
    top: 14px;
    left: -20px;
    height: 25px;
    width: 5px;
   }

@media (min-width:1081px) {
    .site-name:before {
        height: 4px;
        width: 34px;
        top: auto;
        bottom: -10px;
        left: 0
    }
}

.site-name a {
    color: white
}

@media screen and (max-width:980px) {
    .site-name {
        margin-top: 0;
        padding-top: 0;
        border-top: none
    }

    .logo {
        display: none
    }
}

.logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 110px
}

    .logo img {
        width: 100%
    }

.tdHeadDatoExcelenciaTxt {
    text-align: center;
    font-size: 12px !important;
    padding: 2px;
}
.tdHeadBecaExcelenciaTxt {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}
@media (min-width:1081px) {
    .logo {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.main-nav {
    max-width: 1200px;
    width: 100%;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    position: fixed;
    left: 0;
    z-index: 1100;
    display: none;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    overflow: scroll
}

@media (min-width:1081px) {
    .main-nav {
        top: 128px;
        overflow: visible
    }

        .main-nav.is-fixed {
            top: 70px
        }
}

.main-nav.is-open {
    display: block
}

@media (min-width:1081px) {
    .main-nav {
        background-color: white;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: relative
}

@media (min-width:1081px) {
    .main-nav__list {
        padding: 18px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row
    }
}

.main-nav__list > li {
    position: relative
}

    .main-nav__list > li:last-of-type a, .main-nav__list > li:last-of-type span {
        border-bottom: 0
    }

    .main-nav__list > li.current-menu-ancestor > a, .main-nav__list > li.current-menu-ancestor span, .main-nav__list > li.current-menu-item > a, .main-nav__list > li.current-menu-item span, .main-nav__list > li.current-menu-parent > a, .main-nav__list > li.current-menu-parent span, .main-nav__list > li.current-page-ancestor > a, .main-nav__list > li.current-page-ancestor span, .main-nav__list > li.current-page-parent > a, .main-nav__list > li.current-page-parent span, .main-nav__list > li.current_page_ancestor > a, .main-nav__list > li.current_page_ancestor span, .main-nav__list > li.current_page_item > a, .main-nav__list > li.current_page_item span, .main-nav__list > li.current_page_parent > a, .main-nav__list > li.current_page_parent span {
        color: #009fe3
    }

    .main-nav__list > li.menu-item-has-children.sub-menu-open > span {
        border-bottom-color: transparent;
        background-image: url(../img/minus.svg)
    }

    .main-nav__list > li.menu-item-has-children > span {
        background-image: url(../img/plus.svg);
        background-repeat: no-repeat;
        background-position: right center
    }

@media (min-width:1081px) {
    .main-nav__list > li.menu-item-has-children > span {
        background-image: none
    }
}

.main-nav__list > li:last-of-type a, .main-nav__list > li:last-of-type span {
    border-right: 0
}

.main-nav__list > li > a, .main-nav__list > li > span {
    font-weight: 700;
    display: block;
    padding: 20px 10px;
    display: block;
    color: #1d1e20;
    font-family: 'Plus Jakarta Sans', sans-serif;
    border-bottom: 1px solid #d7d2cb;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem
}



@media (min-width:1081px) {
    .main-nav__list > li > a, .main-nav__list > li > span {
        border-bottom: 0;
        padding: 2px 10px;
        border-right: 1px solid #f9f8f7;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 15px;
        font-size: 0.9375rem
    }

        .main-nav__list > li > a:hover, .main-nav__list > li > span:hover {
            color: #009fe3
        }
}

@media (min-width:1161px) {
    .main-nav__list > li > a, .main-nav__list > li > span {
        padding: 2px 15px
    }
}

.sub-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
    background-color: white;
    padding: 10px;
    display: none;
    z-index: 200;
    border-top: 0
}

@media (min-width:1081px) {
    .sub-menu {
        padding: 5px 20px;
        -webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
        border: solid 1px #e6e9ee;
        position: absolute;
        top: 42px;
        left: -10px;
        margin: 0;
        width: 300px
    }
}

.sub-menu__list {
    width: 100%
}

    .sub-menu__list .menu-item {
        display: block;
        color: #1d1e20;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'Plus Jakarta Sans', sans-serif;;
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #d7d2cb
    }

@media (min-width:1081px) {
    .sub-menu__list .menu-item {
        padding: 10px 0
    }
}

.sub-menu__list .menu-item:last-of-type {
    border-bottom: none
}

.sub-menu__list .menu-item .current-menu-item, .sub-menu__list .menu-item.current_page_item {
    color: #009fe3;
    font-weight: 700
}

.sub-menu__list .menu-item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -21px;
    width: 5px;
    height: 26px;
    background-color: #009fe3;
    opacity: 0
}

.sub-menu__list .menu-item:hover {
    color: #009fe3
}

.sub-menu__list .menu-item.current-menu-item:before, .sub-menu__list .menu-item.current_page_item:before {
    opacity: 1
}

.sub-menu-doble {
    position: relative
}

    .sub-menu-doble > .menu-item {
        border-bottom: 1px solid #d7d2cb !important
    }

    .sub-menu-doble .open-child {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: white;
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 24px;
        font-size: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        cursor: pointer
    }

    .sub-menu-doble .sub-sub-menu {
        display: none;
        padding-left: 20px;
        border-bottom: 1px solid #d7d2cb
    }

.navicon {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    bottom: 6px;
    right: 20px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent
}

    .navicon:active, .navicon:focus {
        outline: 0
    }

@media (min-width:740px) {
    .navicon {
        bottom: 10px
    }
}

@media (min-width:1081px) {
    .navicon {
        display: none
    }
}

.navicon svg {
    width: 40px;
    height: 40px;
    fill: #009fe3
}

.footer {
    background-color: #1d1e20;
    padding: 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .875rem;
}

@media (min-width:1500px) {
    .footer {
        padding: 40px 50px
    }
}

@media (min-width:740px) {
    .footer .box.third {
        width: calc(100% - 5px);
        margin-bottom: 10px
    }
}

@media (min-width:1081px) {
    .footer .box.third {
        width: calc(33% - 5px);
        text-align: left
    }
}

.footer .two-third {
    text-align: center;
    width: 100%
}

@media (min-width:740px) {
    .footer .two-third {
        width: 100%
    }
}

@media (min-width:1081px) {
    .footer .two-third {
        width: calc(66% - 5px);
        text-align: right
    }
}

.footer .box {
    margin: 0
}

.footer a {
    color: #fff;
}

.footer__item {
    margin: 15px 10px;
    display: inline-block
}

@media (min-width:740px) {
    .footer__item {
        margin: 0
    }
}

.footer__item img {
    max-width: 100%
}

.signup-form {
    max-width: 330px;
    width: 100%;
    margin: 25px auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .signup-form {
        padding: 0
    }
}

@media (min-width:1081px) {
    .signup-form {
        margin: 50px auto 40px;
        max-width: 1060px
    }
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__box {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:1081px) {
    .form__box {
        margin-bottom: 0;
        width: calc(33% - 14px)
    }
}

.form__full {
    width: 100%;
    text-align: center
}

.form__submit {
    margin-top: 5px
}

@media (min-width:740px) {
    .form__submit {
        margin-top: 20px
    }
}

@media (min-width:1081px) {
    .form__submit {
        margin-top: 50px
    }
}

.form__label {
    color: #545353;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.form__label--active {
    bottom: 30px
}

.form__spin {
    -webkit-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #009fe3;
    z-index: 4;
    width: 0
}

.form__input {
    width: 100%;
    color: #009fe3;
    border: 0;
    padding: 7px 0;
    border-bottom: 2px solid #87858a;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.30px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 0;
    background: transparent;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 200
}

    .form__input:active, .form__input:focus {
        outline: 0
    }

.parsley-errors-list {
    position: relative;
    bottom: 10px;
    left: 0;
    color: #fff;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%
}

@media (min-width:740px) {
    .parsley-errors-list {
        position: absolute;
        bottom: -25px;
        left: 20px;
        width: auto
    }
}

.parsley-errors-list li {
    background: url(../img/ion-close-circled.svg) no-repeat 0 2px;
    padding-left: 20px;
    text-align: center;
    display: inline-block
}

.form-container {
    max-width: 684px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

.form__col {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:740px) {
    .form__col {
        width: calc(50% - 14px);
        margin-bottom: 0
    }

        .form__col:nth-child(n+3) {
            margin-top: 50px
        }
}

.form__btn {
    padding: 8px 20px
}

.form-select {
    position: relative
}

    .form-select select {
        color: #545353;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 13px;
        font-size: 0.8125rem
    }

    .form-select:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #545353 transparent transparent transparent;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.contacto_simple .parsley-errors-list {
    left: 0px
}

    .contacto_simple .parsley-errors-list li {
        background: url(../img/ion-close-circled-red.svg) no-repeat 0 2px;
        color: #C6303A
    }

.btn {
    border: 2px solid transparent;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .btn:hover {
        color: #009fe3
    }

        .btn:hover:before {
            width: 100%
        }

    .btn:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: -1;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

.btn--green {
    color: #009fe3;
    border-color: #009fe3
}

    .btn--green:hover {
        color: white
    }

    .btn--green:before {
        background-color: #009fe3
    }

.btn--white {
    padding: 7px 15px;
    color: white;
    border-color: white
}

    .btn--white:before {
        background-color: white
    }

.btn--simple {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 2px solid white;
    padding: 0 20px;
    background-color: transparent;
    color: white;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 16px;
    font-size: 1rem
}

    .btn--simple:hover {
        color: #0082ba;
        background-color: white;
        border-color: white
    }

.btn--blue {
    color: #009fe3;
    padding: 0 13px;
    border-color: #009fe3;
    line-height: 34px;
    line-height: 2.125rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .btn--blue.active, .btn--blue:hover {
        color: white;
        border-color: #009fe3
    }

        .btn--blue.active:before, .btn--blue:hover:before {
            width: 100%
        }

    .btn--blue:before {
        background-color: #009fe3
    }

.banners {
    max-width: 1180px;
    width: 100%;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .banners .banner {
        width: calc(100% - 20px);
        margin: 10px
    }

@media (min-width:740px) {
    .banners .banner {
        width: calc(50% - 20px);
        margin: 0 10px
    }
}

.banners .banner img {
    width: 100%
}

    .banners .banner img:hover {
        opacity: .8
    }

.banners .banner.big {
    width: calc(100% - 20px)
}

@media (min-width:740px) {
    .banners .banner.big {
        width: calc(67% - 20px)
    }
}

.hero {
    position: relative;
    margin-top: 128px
}

@media (min-width:740px) {
    .hero {
        padding: 0
    }
}

@media (min-width:1081px) {
    .hero {
        margin-top: 166px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.hero.animated:after {
    bottom: -155px;
    top: auto;
    height: 50%;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

@media (min-width:740px) {
    .hero.animated:after {
        height: 200px
    }
}

@media (min-width:1300px) {
    .hero.animated:after {
        bottom: -120px
    }
}

.hero.animated .btn, .hero.animated .hero__copy, .hero.animated .hero__info, .hero.animated .hero__title, .hero.animated .label {
    opacity: 1;
    -webkit-animation: scrollDown 1s ease backwards;
    animation: scrollDown 1s ease backwards
}

.hero.animated .label {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms
}

.hero.animated .hero__title {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.hero.animated .hero__copy {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms
}

.hero.animated .btn:first-child {
    -webkit-animation-delay: 1450ms;
    animation-delay: 1450ms
}

.hero.animated .btn:nth-child(2) {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms
}

.hero.animated .btn:nth-child(3) {
    -webkit-animation-delay: 1550ms;
    animation-delay: 1550ms
}

.hero.animated .hero__info {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms
}

.hero--simple {
    height: 370px;
    padding: 0
}

@media (min-width:1081px) {
    .hero--simple {
        height: 530px;
        margin-top: 166px
    }
}

.hero__wrapper {
    width: 100%;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 300;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

    .hero__wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
        background-image: -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
        background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
        background-image: linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
        z-index: 100
    }

    .hero__wrapper.v {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .hero__wrapper.v .hero__content {
            padding: 0 !important;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap
        }

.hero__container {
    position: relative;
    height: 100%
}

.hero__content {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 60px 0 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:740px) {
    .hero__content {
        width: 100%;
        padding: 90px 0 170px
    }
}

@media (min-width:1081px) {
    .hero__content {
        padding: 100px 0 200px
    }
}

.hero__content .label {
    letter-spacing: 0.5px;
    color: white;
    background-color: #4dbceb;
    border-radius: 3px;
    padding: 3px 12px;
    display: inline-block;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.hero__content.carrera {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.hero__text {
    padding: 0 20px;
    position: relative;
    z-index: 200
}

@media (min-width:1081px) {
    .hero__text {
        padding: 0;
        text-align: left;
        width: calc(100% - 300px);
        margin: auto
    }
}

.hero__title {
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    color: white;
    margin: 15px 0;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
    position: relative;
    z-index: 200;
    max-width: 600px
}

@media (min-width:740px) {
    .hero__title {
        padding: 15px 20px 15px 0
    }
}

@media (min-width:1081px) {
    .hero__title {
        margin: 15px 0 25px;
        line-height: 45px;
        line-height: 2.8125rem;
        font-size: 40px;
        font-size: 2.5rem
    }
}

.hero__title.carrera {
    text-align: left;
    font-weight: 700;
    color: var(--primario);
    line-height: 2.75rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding-left: 10px
}

@media (min-width:740px) {
    .hero__title.carrera {
        line-height: 3.75rem;
        font-size: 3.5rem
    }
}

.hero__title-v {
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    text-align: center;
    margin-top: -60px;
    position: relative;
    z-index: 200;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 35px;
    font-size: 2.1875rem;
    max-width: 600px;
    position: relative
}

@media (min-width:1081px) {
    .hero__title-v {
        margin-top: -70px;
        line-height: 45px;
        line-height: 2.8125rem;
        font-size: 45px;
        font-size: 2.8125rem
    }
}

.hero__title-v:before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 44px;
    height: 4px;
    background-color: white;
    left: 50%;
    margin-left: -22px
}

    .hero__title-v:before else {
        left: 0
    }

.hero__copy {
    max-width: 760px;
    color: white;
    letter-spacing: 0.4px;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    z-index: 200
}

.hero__btns {
    margin-top: 30px
}

@media (min-width:1081px) {
    .hero__btns {
        margin-top: 50px
    }
}

.hero__btns a.btn {
    margin-right: 15px
}

@media (max-width:740px) {
    .hero__btns a.btn:nth-child(3) {
        margin-top: 15px
    }
}

.hero__info {
    z-index: 300;
    width: calc(100% - 20px);
    margin: 0 auto;
    top: -40px;
    position: relative;
    margin-bottom: -30px
}

@media (max-width:740px) {
    .hero__info:before {
        content: '';
        width: 100vw;
        height: 100%;
        background: white;
        display: block;
        position: absolute;
        left: -10px;
        top: 40px
    }
}

@media (min-width:740px) {
    .hero__info {
        max-width: 470px;
        margin-bottom: -100px;
        top: -100px
    }
}

@media (min-width:1081px) {
    .hero__info {
        width: 330px;
        bottom: -20px;
        top: auto;
        right: 50px;
        position: absolute;
        margin-bottom: 0
    }
}

.hero__info__title {
    background-color: #009fe3;
    text-align: center;
    border-radius: 3px;
    color: white;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 0
}

.hero__info__block {
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    padding: 25px 15px 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

@media (min-width:740px) {
    .hero__info__block {
        margin-top: 10px;
        border-radius: 3px
    }
}

.hero__info__block .icon {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 30px;
    height: 30px
}

    .hero__info__block .icon svg {
        width: 30px;
        height: 30px;
        fill: #545353
    }

.hero__info__block .box-title {
    color: #545353;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 45px;
    margin-bottom: 10px
}

.hero__info__copy {
    padding-left: 45px;
    margin-bottom: 20px;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.4px;
    color: #545353
}

.hero__info__disclaimer {
    border-top: 1px solid #d7d2cb;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
    padding: 10px 15px 0;
    color: #545353
}

    .hero__info__disclaimer + .hero__info__disclaimer {
        margin-top: 10px
    }

.hero__media, .media-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    .hero__media img, .hero__media picture, .media-video-cover img, .media-video-cover picture {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.media-video-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.breadcrumbs {
    display: none
}

@media (min-width:740px) {
    .breadcrumbs {
        display: block;
        margin-bottom: 10px
    }
}

.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    color: #545353
}

    .breadcrumbs a:hover {
        color: #009fe3
    }

    .breadcrumbs span svg {
        width: 4px;
        height: 8px;
        fill: #545353
    }

.featured-title {
    letter-spacing: 0.4px;
    text-align: center;
    font-weight: 700;
    color: #009fe3;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative
}

    .featured-title:before {
        content: '';
        position: absolute;
        bottom: -11px;
        width: 44px;
        height: 3px;
        background-color: #009fe3;
        left: 50%;
        margin-left: -22px
    }

        .featured-title:before else {
            left: 0
        }

@media (min-width:1081px) {
    .featured-title {
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.simple-title {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    color: #545353;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem;
    position: relative
}

    .simple-title:before {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 35px;
        height: 4px;
        background-color: #545353;
        left: 50%;
        margin-left: -17.5px
    }

        .simple-title:before else {
            left: 0
        }

@media (min-width:740px) {
    .simple-title {
        text-align: left;
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem;
        padding-left: 30px
    }

        .simple-title:before {
            left: 30px;
            margin-left: 0
        }
}

@media (min-width:1081px) {
    .simple-title {
        padding-left: 100px
    }

        .simple-title:before {
            left: 100px
        }
}

.wrap .simple-title {
    margin-top: 0
}

@media (min-width:740px) {
    .wrap .simple-title {
        padding-left: 0
    }

        .wrap .simple-title:before {
            left: 0
        }
}

.generic-title {
    color: #545353;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative
}

    .generic-title:before {
        content: '';
        position: absolute;
        bottom: -6px;
        width: 35px;
        height: 4px;
        background-color: #009fe3
    }

        .generic-title:before else {
            left: 0
        }

.small-title {
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem
}

.medium-title {
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: rgba(0, 0, 0, 0.79);
    font-weight: 400;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 20px;
    font-size: 1.25rem
}

@media (min-width:1081px) {
    .medium-title {
        line-height: 26px;
        line-height: 1.625rem;
        font-size: 22px;
        font-size: 1.375rem
    }
}

.medium-title.is-bold {
    font-weight: 700
}

.medium-title a {
    color: rgba(0, 0, 0, 0.79)
}

.title--underline {
    margin-bottom: 20px !important
}

    .title--underline:after {
        content: "";
        width: 46px;
        height: 4px;
        display: block;
        background: #545353;
        margin-top: 5px
    }

    .title--underline.underline--center:after {
        margin: 0 auto
    }

.section .title--underline {
    margin-top: 0
}

.school-title {
    color: #009fe3;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem;
    position: relative;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center
}

@media (min-width:740px) {
    .school-title {
        margin-bottom: 30px;
        display: table
    }
}

@media (min-width:1081px) {
    .school-title {
        padding: 0;
        margin-bottom: 40px
    }
}

.school-title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 44px;
    height: 4px;
    background-color: #00a297;
    left: 50%;
    margin-left: -22px
}

@media (min-width:740px) {
    .school-title:before {
        width: 35px;
        bottom: auto;
        top: 50%;
        left: -20px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.title--medium {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: bold;
    color: #545353;
    margin-bottom: 20px
}

    .title--medium.title--center {
        width: 100%;
        text-align: center
    }

.large-title {
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    color: #1d1e20;
    line-height: 33px;
    line-height: 2.0625rem;
    font-size: 28px;
    font-size: 1.75rem
}

@media (min-width:1081px) {
    .large-title {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.title-small {
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #1d1e20;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem
}

@media (min-width:740px) {
    .title-small {
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.title-small a {
    color: #1d1e20
}

.page-container {
    width: 100%;
    margin: 0 auto
}

    .page-container > .page-title {
        padding-top: 30px
    }

@media (min-width:1081px) {
    .page-container > .page-title {
        padding-top: 50px
    }
}

.page-container > .hero {
    margin-top: 0
}

.page-title {
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    color: #1d1e20;
    margin-bottom: 30px;
    position: relative;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem;
    position: relative;
    padding: 0 15px
}

    .page-title:before {
        content: '';
        position: absolute;
        bottom: -10px;
        width: 44px;
        height: 4px;
        background-color: #009fe3;
        left: 50%;
        margin-left: -22px
    }

        .page-title:before else {
            left: 0
        }

@media (min-width:1081px) {
    .page-title {
        padding: 0;
        margin-bottom: 40px
    }
}

.page--rector .page-title {
    margin-bottom: 8px
}

    .page--rector .page-title:before {
        display: none
    }

.narrow-copy {
    max-width: 570px;
    width: 100%;
    margin: auto
}

.single-column {
    max-width: 582px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .single-column {
        padding: 0
    }
}

.background-gray + .background-gray, .background-gray + .background-white, .background-gray + .call-to-action, .hero + .background-gray, .map + .background-gray {
    margin-top: 0 !important
}

.background-gray > .cards {
    margin-top: -40px
}

.top-search {
    width: 300px
}

.search-form {
    width: 100%;
    position: relative
}

.search-form__field {
    width: 100%;
    border: 0;
    margin: 0;
    color: white;
    padding: 0 10px;
    background-color: #474a4c;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 13px;
    font-size: 0.8125rem
}

    .search-form__field:active, .search-form__field:focus {
        outline: 0
    }

    .search-form__field ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4)
    }

    .search-form__field ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4)
    }

    .search-form__field :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4)
    }

    .search-form__field :-moz-placeholder {
        color: rgba(255, 255, 255, 0.4)
    }

.search-form__submit {
    border: 0;
    margin: 0;
    background-color: transparent;
    padding: 0;
    top: 4px;
    right: 10px;
    position: absolute
}

    .search-form__submit svg {
        fill: white
    }

.search-spacer {
    padding-top: 30px
}

.search-options {
    color: #009fe3
}

.social-container {
    background-color: #39579a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.background-gray + .social-wrapper, .home .social-wrapper {
    margin-top: 0 !important
}

.social-wrapper {
    padding-top: 10px
}

@media (max-width:1081px) {
    .social-wrapper {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0
    }

        .social-wrapper .section__title {
            margin-left: auto;
            margin-right: auto
        }
}

@media (min-width:1081px) {
    .social-wrapper {
        margin-top: 0 !important;
        padding-top: 0
    }
}

.social-wrapper .section__title {
    color: #1d1e20;
    width: 100%
}

@media (max-width:740px) {
    .social-wrapper .section__title {
        margin-top: 0
    }
}

.social-network {
    position: relative;
    text-align: center;
    width: calc(50%)
}

@media (min-width:1081px) {
    .social-network {
        width: calc(100%/6);
        padding: 40px 50px 80px
    }
}

.social-network__icon {
    padding: 30px 0
}

@media (min-width:1081px) {
    .social-network__icon {
        padding: 0;
        position: absolute;
        top: 10px;
        left: 10px
    }
}

.social-network__icon svg {
    width: 24px;
    height: 24px;
    fill: white
}

.social-network.facebook {
    background-color: #39579a
}

    .social-network.facebook .social-network__btn:hover {
        color: #39579a
    }

.social-network.twitter {
    background-color: #059ff5
}

    .social-network.twitter .social-network__btn:hover {
        color: #059ff5
    }

.social-network.linkedin {
    background-color: #0076b7
}

    .social-network.linkedin .social-network__btn:hover {
        color: #0076b7
    }

.social-network.email {
    background-color: #ee0085
}

    .social-network.email .social-network__btn:hover {
        color: #ee0085
    }

.social-network.link {
    background-color: #6e6c6c
}

    .social-network.link .social-network__btn:hover {
        color: #6e6c6c
    }

.network-users {
    color: white;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 57px;
    line-height: 3.5625rem;
    font-size: 35px;
    font-size: 2.1875rem;
    display: none
}

@media (min-width:1081px) {
    .network-users {
        display: block
    }
}

.network-label {
    color: white;
    margin-bottom: 37px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 25px;
    font-size: 1.5625rem;
    display: none
}

@media (min-width:1081px) {
    .network-label {
        display: block
    }
}

.social-network__btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    border: 2px solid white;
    display: inline-block;
    color: white;
    padding: 9px 13px;
    line-height: 16px;
    line-height: 1rem;
    font-size: 16px;
    font-size: 1rem;
    display: none;
    border-radius: 4px;
    font-weight: 700
}

    .social-network__btn:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }

    .social-network__btn:hover:before {
        width: 100%
    }

@media (min-width:1081px) {
    .social-network__btn {
        display: block
    }
}

.social-network__btn span {
    position: relative;
    z-index: 200
}

.tweet {
    margin-top: 20px;
    color: white;
    text-align: center;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    display: none
}

@media (min-width:1081px) {
    .tweet {
        display: block
    }
}

.featured {
    max-width: 1200px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto
}

@media (min-width:1081px) {
    .featured {
        margin-top: 40px
    }
}

@media (min-width:1081px) {
    .featured.animated .featured__content {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms
    }

    .featured.animated .animation-container:after, .featured.animated .animation-container:before {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
        width: 0%
    }

    .featured.animated .featured__media {
        opacity: 1
    }

        .featured.animated .featured__media img {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-delay: 200ms;
            -o-transition-delay: 200ms;
            transition-delay: 200ms
        }
}

.featured__content {
    padding: 40px 15px;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    text-align: center;
    position: relative;
    z-index: 300;
    margin: -40% auto 0;
    width: calc(100% - 20px)
}

@media only screen and (min-device-width:375px) and (max-device-width:740px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .featured__content {
        margin-top: -100px
    }
}

@media (min-width:740px) {
    .featured__content {
        margin-top: -100px;
        padding: 50px 40px;
        width: 70%
    }
}

@media (min-width:1081px) {
    .featured__content {
        width: 580px;
        padding: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.featured__content .label {
    letter-spacing: 0.5px;
    border-radius: 3px;
    padding: 3px 12px;
    display: inline-block;
    margin-bottom: 10px;
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.featured__content .meta {
    margin-top: 20px;
    margin-bottom: 20px
}

.featured__media {
    width: 100%
}

@media (min-width:1081px) {
    .featured__media {
        overflow: hidden;
        width: 860px
    }
}

.featured__media img {
    width: 100%
}

.featured__copy {
    display: none
}

@media (min-width:740px) {
    .featured__copy {
        margin-top: 30px;
        display: block
    }
}

.featured__copy p {
    color: #545353;
    letter-spacing: 0.4px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

.featured__copy + a {
    margin-top: 40px
}

@media (min-width:1081px) {
    .featured__copy + a {
        margin-top: 25px
    }
}

.autoridad-destacada {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border: solid 1px #e6e9ee;
    padding: 16px 16px 30px;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .autoridad-destacada {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 40px
    }
}

.autoridad-destacada .autoridad__media {
    margin-bottom: 20px
}

@media (min-width:740px) {
    .autoridad-destacada .autoridad__media {
        padding-right: 50px;
        width: 50%;
        max-width: 600px;
        margin-bottom: 0
    }
}

@media (min-width:740px) {
    .autoridad-destacada .autoridad__content {
        width: 50%;
        max-width: 550px
    }
}

.autoridad-destacada .autoridad__content h2 {
    margin: 0
}

.autoridad-destacada .autoridad__content .text-carrera {
    font-weight: bold
}

.autoridad-destacada .autoridad__content .btn {
    margin-top: 20px
}

.feature_autor {
    display: table;
    margin: 50px auto;
    position: relative
}

    .feature_autor:before {
        content: '';
        width: 86px;
        height: 66px;
        background-image: url(../img/cita.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: -8px;
        left: -60px
    }

    .feature_autor p {
        position: relative;
        z-index: 200;
        font-weight: bold
    }

.featured-full {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 505px;
    max-height: 600px;
    max-width: 75rem;
    width: 100%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    padding: 0;
    overflow: hidden
}

@media (min-width:740px) {
    .featured-full {
        padding: 0;
        margin: 0px auto
    }
}

.featured-full.hover-active .featured__cover {
    opacity: 1
}

.featured-full.hover-active .featured__btn {
    background-color: white;
    border-color: white
}

.featured-full:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
    background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
    background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%)
}

.featured-full:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.featured-full .featured__media {
    display: block
}

@media (min-width:740px) {
    .featured-full .featured__media {
        display: none
    }
}

@media (min-width:1081px) {
    .featured-full .featured__media {
        display: none
    }
}

.featured-full__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 10px 30px 35px;
    width: 100%;
    z-index: 100
}

@media (min-width:740px) {
    .featured-full__content {
        padding: 20px 100px 30px 35px
    }
}

.featured-full__content .featured__title {
    color: #e6e9ee
}

    .featured-full__content .featured__title a {
        font-family: 'Plus Jakarta Sans', sans-serif;;
        color: #e6e9ee
    }

.featured-full__content .featured__copy {
    display: block
}

@media (min-width:740px) {
    .featured-full__content .featured__copy {
        margin-top: 10px
    }
}

.featured-full__content .featured__copy p {
    color: #e6e9ee
}

.cards {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

@media (min-width:1081px) {
    .cards {
        padding: 0
    }
}

.card {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    opacity: 0
}

@media (max-width:740px) {
    .card {
        padding-top: 80px
    }

        .card + .card {
            margin-top: 15px
        }
}

@media (min-width:740px) {
    .card {
        margin: 0 9px;
        min-height: 330px;
        width: calc(33.33% - 12px)
    }

        .card:first-of-type, .card:nth-child(3n+4) {
            margin-left: 0
        }

        .card:nth-child(3n+3) {
            margin-right: 0
        }

        .card:nth-child(n+4) {
            margin-top: 20px
        }
}

@media (min-width:1081px) {
    .card {
        min-height: 430px
    }
}

.card:hover:after {
    opacity: 1
}

.card:hover:before {
    opacity: 0
}

.card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
    background-image: -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
    background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
    background-image: linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11))
}

.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#006f9f), to(rgba(0, 177, 253, 0.35))), -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11)));
    background-image: -webkit-linear-gradient(bottom, #006f9f, rgba(0, 177, 253, 0.35)), -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
    background-image: -o-linear-gradient(bottom, #006f9f, rgba(0, 177, 253, 0.35)), -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11));
    background-image: linear-gradient(to top, #006f9f, rgba(0, 177, 253, 0.35)), linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11))
}

.card.card-loaded {
    opacity: 1;
    -webkit-animation: scaleFadeIn .5s;
    animation: scaleFadeIn .5s
}

.card__content {
    position: relative;
    z-index: 300;
    padding: 0 20px 40px
}

.card__meta {
    letter-spacing: 0.5px;
    color: white;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 14px;
    font-size: 0.875rem
}

.card__title {
    letter-spacing: 0.2px;
    margin: 5px 0 20px;
    font-weight: 700;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    position: relative;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 25px;
    font-size: 1.5625rem
}

    .card__title:before {
        content: '';
        position: absolute;
        top: 5px;
        left: -20px;
        height: 100%;
        width: 6px;
        background-color: #009fe3
    }

.card__info {
    color: #4dbceb;
    letter-spacing: 0.5px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.card--centros {
    min-height: 0px
}

    .card--centros:after, .card--centros:before {
        display: none
    }

    .card--centros .card__content {
        padding: 40px 50px 40px 30px;
        position: relative;
        border: 1px solid #e6e9ee;
        width: 100%
    }

@media (min-width:740px) {
    .card--centros .card__content {
        height: 100%
    }
}

.card--centros .card__content:before {
    content: '';
    background: #009fe3;
    width: 2px;
    height: 48px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute
}

.card--centros .card__title {
    color: #545353;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0
}

    .card--centros .card__title:before {
        display: none
    }

.card__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .card__cats p {
        color: white;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 15px;
        font-size: 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: 6px
    }

        .card__cats p:last-of-type:after {
            display: none
        }

        .card__cats p:after {
            content: '';
            width: 4px;
            height: 4px;
            display: block;
            background: white;
            margin-left: 6px;
            margin-top: 2px
        }

.pagination {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pagination a {
        color: #1d1e20;
        display: block;
        line-height: 27px;
        line-height: 1.6875rem;
        font-size: 14px;
        font-size: 0.875rem
    }

        .pagination a:hover {
            color: #009fe3
        }

        .pagination a.active {
            color: white;
            background-color: #009fe3
        }

    .pagination .prev {
        margin-right: 10px
    }

    .pagination .next {
        margin-left: 10px
    }

    .pagination .link {
        width: 27px;
        height: 27px
    }

.section + .section {
    margin-top: 30px
}

@media (min-width:1081px) {
    .section + .section {
        margin-top: 40px
    }
}

.section.background-gray {
    background-color: #f4f4f4
}

.color-school + .color-school, .color-school + .testimonial, .testimonial + .color-school, .testimonial + .testimonial {
    margin-top: 0 !important
}

.section__wrapper {
    max-width: 568px;
    margin: auto;
    width: 100%;
    padding: 0 15px
}

@media (min-width:1081px) {
    .section__wrapper {
        padding: 0
    }
}

.section__wrapper .section__title {
    margin-bottom: 20px
}

.section__wrapper-special {
    max-width: 980px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse row;
    flex-flow: wrap-reverse row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:740px) {
    .section__wrapper-special {
        padding-left: 40px;
        padding-right: 120px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.section__wrapper-special .mini-profile {
    width: 180px
}

@media (min-width:740px) {
    .section__wrapper-special .mini-profile {
        padding-top: 100px
    }
}

@media (max-width:740px) {
    .section__wrapper-special .mini-profile {
        margin: 20px auto 0;
        text-align: center
    }
}

@media (min-width:740px) {
    .section__wrapper-special .mini-profile.mini-profile--special {
        padding-top: 0
    }
}

.section__wrapper-special .special-text {
    width: 100%;
    padding: 0 15px
}

@media (min-width:740px) {
    .section__wrapper-special .special-text {
        padding-right: 0;
        width: calc(100% - 180px);
        padding-left: 80px
    }
}

.section__wrapper-special .special-text .section__title {
    margin-bottom: 20px
}

.mini-profile__picture {
    width: 120px
}

@media (max-width:740px) {
    .mini-profile__picture {
        margin: auto
    }
}

.mini-profile__picture img {
    width: 100%;
    display: block;
    border-radius: 50%
}

.mini-profile__name {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.2px;
    color: #545353;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem
}

.mini-profile__title {
    color: #009fe3;
    letter-spacing: 0.5px;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.section__title {
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 300;
    text-align: center;
    padding: 0 15px;
    color: #545353;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem
}

@media (min-width:740px) {
    .section__title {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 50px;
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.section__title span {
    position: relative;
    display: inline-block
}

    .section__title span.sub-title {
        display: block
    }

    .section__title span:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 4px
    }

.section__title.is-school {
    color: #009fe3
}

.section__title.line-school span:before {
    background-color: #009fe3
}

.section__title.is-gray {
    color: #545353
}

    .section__title.is-gray.line-bottom span:before {
        background-color: #545353
    }

.section__title.is-white {
    color: white
}

    .section__title.is-white.line-bottom span:before {
        background-color: white
    }

.section__title.line-left span:before {
    left: 50%;
    margin-left: -17px;
    bottom: -10px;
    margin-top: -2px;
    background-color: #009fe3
}

@media (min-width:1081px) {
    .section__title.line-left span:before {
        margin-left: 0;
        bottom: auto;
        left: -50px;
        top: 50%
    }
}

.section__title.line-bottom span:before {
    bottom: -10px;
    left: 50%;
    margin-left: -16px
}

.section__intro {
    text-align: center;
    color: #545353;
    letter-spacing: 0.4px;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 580px;
    margin: 30px auto 0
}

.section-heading-container {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

    .section-heading-container.narrow {
        margin-bottom: 20px;
        padding-left: 20px
    }

@media (min-width:740px) {
    .section-heading-container.narrow {
        padding-left: 100px
    }
}

.section-heading-container.center .section-heading {
    text-align: center;
    margin-bottom: 20px
}

.section-heading {
    color: #009fe3;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 23px;
    font-size: 1.4375rem
}

@media (min-width:1081px) {
    .section-heading {
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 27px;
        font-size: 1.6875rem
    }
}

.section-title-container {
    max-width: 1000px;
    width: 100%;
    margin: auto
}

    .section-title-container .section__title {
        text-align: left;
        margin-bottom: 20px
    }

.timeline {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    overflow: hidden;
    max-width: 600px
}

@media (min-width:1081px) {
    .timeline {
        max-width: 1050px;
        padding: 0
    }
}

@media (min-width:1300px) {
    .timeline {
        max-width: 1200px
    }
}

.timeline.simple {
    max-width: 440px
}

.timeline.texto {
    max-width: 600px
}

    .timeline.texto .timeline__block__content {
        padding-top: 15px;
        margin-bottom: 10px
    }

    .timeline.texto .timeline__copy {
        margin-top: 20px
    }

@media (max-width:740px) {
    .timeline.texto .timeline__copy {
        display: none
    }
}

.timelime__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    opacity: 0;
    border-top: solid 1px #d7d2cb;
    padding: 20px 5px 20px 20px;
    overflow: hidden
}

    .timelime__block:last-of-type {
        padding-bottom: 0
    }

@media (min-width:1081px) {
    .timelime__block:last-of-type {
        padding-bottom: 0
    }
}

.timelime__block:last-of-type:before {
    display: none
}

.timelime__block.site-scroll-in {
    opacity: 1;
    -webkit-animation: scrollIn 1s ease backwards;
    animation: scrollIn 1s ease backwards
}

    .timelime__block.site-scroll-in:before {
        height: 100%
    }

    .timelime__block.site-scroll-in .timeline__marker {
        background-color: #009fe3;
        border-color: #009fe3;
        color: white;
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms
    }

    .timelime__block.site-scroll-in .timeline__box {
        opacity: 1;
        -webkit-animation: slideFadeLeft 900ms ease backwards;
        animation: slideFadeLeft 900ms ease backwards
    }

        .timelime__block.site-scroll-in .timeline__box:after {
            opacity: 1;
            width: 35px
        }

@media (min-width:1081px) {
    .timelime__block {
        border-top: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px
    }

        .timelime__block:before {
            content: '';
            position: absolute;
            top: 70px;
            left: 33px;
            width: 3px;
            height: 0;
            z-index: -1;
            background-color: #f4f4f4;
            -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87)
        }
}

.timelime__block.active .timeline__marker {
    background-color: #009fe3;
    border-color: #009fe3;
    color: white
}

.timeline__marker {
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background-color: white;
    line-height: 65px;
    line-height: 4.0625rem;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    position: relative;
    -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    display: none
}

@media (min-width:1081px) {
    .timeline__marker {
        display: block
    }
}

.timeline__block__content {
    width: 100%
}

@media (min-width:1081px) {
    .timeline__block__content {
        width: calc(100% - 70px);
        padding-left: 20px
    }
}

.timeline__block__content + .timeline__block__content {
    margin-top: 30px
}

.timeline__label {
    color: #545353;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .timeline__label span {
        opacity: 0;
        display: inline-block
    }

.timeline__title {
    color: #009fe3;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding-right: 40px;
    position: relative
}

    .timeline__title:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: url(../img/plus-circle.svg) #009fe3 no-repeat center;
        border-radius: 50%
    }

    .timeline__title.is-active:before {
        background: url(../img/less-circle.svg) #009fe3 no-repeat center
    }

@media (min-width:1081px) {
    .timeline__title {
        padding-right: 0;
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 22px;
        font-size: 1.375rem
    }

        .timeline__title:before {
            display: none
        }
}

.timeline__title span {
    opacity: 0;
    display: inline-block
}

.timeline__title-small {
    color: #545353;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 18px;
    font-size: 1.125rem
}

    .timeline__title-small + .timeline__boxes {
        margin-top: 10px
    }

    .timeline__title-small span {
        opacity: 0;
        display: inline-block
    }

.timeline__boxes {
    width: 100%;
    margin-top: 20px;
    display: none
}

@media (min-width:1081px) {
    .timeline__boxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row
    }
}

.timeline__boxes__extra {
    width: 100%
}

@media (min-width:1081px) {
    .timeline__boxes__extra {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.timeline__boxes__extra .timeline__box:first-child:after {
    display: block;
    content: '';
    position: absolute;
    top: -35px;
    right: auto;
    left: 50%;
    height: 35px;
    width: 1px !important;
    -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    z-index: -1;
    background-color: #009fe3
}

@media (max-width:1081px) {
    .timeline__boxes__extra .timeline__box:first-child:after {
        display: none
    }
}

.timeline__boxes__extra:first-child .timeline__box:first-child:after {
    top: 50%;
    right: -30px;
    height: 1px;
    left: auto;
    width: 35px !important
}

.timeline__boxes__extra:nth-of-type(2n) {
    position: relative
}

@media (min-width:1081px) {
    .timeline__boxes__extra:nth-of-type(2n) {
        margin-right: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: wrap row-reverse;
        flex-flow: wrap row-reverse
    }
}

@media (min-width:1300px) {
    .timeline__boxes__extra:nth-of-type(2n) {
        margin-right: 165px
    }
}

.timeline__boxes__extra:nth-of-type(2n) .timeline__box:first-child {
    margin-right: 0
}

.timeline__boxes__extra:nth-of-type(2n) .timeline__box:nth-child(n+2):after {
    display: block
}

.timeline__box {
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: white;
    color: #009fe3;
    position: relative;
    opacity: 0;
    padding-left: 20px
}

    .timeline__box:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        background-color: #009fe3;
        width: 5px;
        height: 5px
    }

@media (min-width:1081px) {
    .timeline__box {
        text-align: center;
        padding: 10px 8px;
        border: 1px solid #009fe3;
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 14px;
        font-size: 0.875rem;
        width: 177px;
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 58px
    }

        .timeline__box:before {
            display: none
        }

        .timeline__box:last-of-type:after {
            display: none
        }

        .timeline__box:nth-child(5):after {
            display: none
        }

        .timeline__box:nth-child(n+6) {
            margin-top: 20px
        }

        .timeline__box:after {
            content: '';
            position: absolute;
            top: 50%;
            right: -30px;
            height: 1px;
            width: 0;
            opacity: 0;
            -webkit-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            -o-transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            transition: 800ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            z-index: -1;
            background-color: #009fe3
        }
}

.timeline__box.purple {
    color: #69187f;
    border-color: #69187f
}

    .timeline__box.purple:after {
        background-color: rgba(84, 83, 83, 0.5)
    }

    .timeline__box.purple:before {
        background-color: #69187f
    }

.timeline__box.carrera {
    color: #009fe3;
    border-color: #009fe3
}

    .timeline__box.carrera:after {
        background-color: rgba(84, 83, 83, 0.5)
    }

    .timeline__box.carrera:before {
        background-color: #009fe3
    }

.timeline__box.cian {
    color: #009fe3;
    border-color: #009fe3
}

    .timeline__box.cian:after {
        background-color: rgba(84, 83, 83, 0.5)
    }

    .timeline__box.cian:before {
        background-color: #009fe3
    }

.timeline__box.gray {
    color: #545353;
    border-color: rgba(84, 83, 83, 0.4);
    background-color: #f4f4f4
}

    .timeline__box.gray:after {
        background-color: rgba(84, 83, 83, 0.5)
    }

    .timeline__box.gray:before {
        background-color: #545353
    }

.timeline__list {
    margin-top: 15px
}

@media (max-width:740px) {
    .timeline__list {
        display: none
    }
}

.timeline__list-item {
    color: #009fe3;
    position: relative;
    padding-left: 10px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .timeline__list-item:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        background-color: #009fe3;
        width: 5px;
        height: 5px
    }

.timeline__definition {
    width: 100%;
    background: #f4f4f4;
    padding: 13px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 22px
}

@media (min-width:1081px) {
    .timeline__definition {
        margin-left: 90px;
        width: calc(100% - 100px)
    }
}

.timeline__definition .timeline__color {
    margin-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 16px;
    line-height: 1rem;
    font-size: 14px;
    font-size: 0.875rem
}

    .timeline__definition .timeline__color:last-of-type {
        margin-right: 0
    }

    .timeline__definition .timeline__color.purple span {
        background-color: #69187f
    }

    .timeline__definition .timeline__color.carrera span {
        background-color: #009fe3
    }

    .timeline__definition .timeline__color.gray span {
        background-color: #87858a
    }

    .timeline__definition .timeline__color.cian span {
        background-color: #009fe3
    }

    .timeline__definition .timeline__color span {
        width: 16px;
        height: 16px;
        display: block;
        margin-right: 10px
    }

.profile-cards {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

@media (min-width:1081px) {
    .profile-cards {
        padding: 0
    }
}

@media (min-width:1300px) {
    .profile-cards {
        max-width: 1200px
    }
}

.profile-card {
    background-color: white;
    width: 100%;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative
}

@media (max-width:740px) {
    .profile-card + .profile-card {
        margin-top: 10px
    }
}

@media (min-width:740px) {
    .profile-card {
        width: calc(33% - 10px);
        text-align: center;
        padding-bottom: 0;
        margin-right: 18px
    }

        .profile-card:nth-child(3n+3) {
            margin-right: 0
        }

        .profile-card:nth-child(n+4) {
            margin-top: 20px
        }
}

@media (min-width:1081px) {
    .profile-card {
        margin-right: 20px
    }

        .profile-card:hover .profile-card__content:before, .profile-card:hover .profile-card__header:before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            height: 0
        }

        .profile-card:hover:before {
            opacity: .8
        }

        .profile-card:hover .profile-card__author, .profile-card:hover .profile-card__author-bio {
            color: white
        }

        .profile-card:hover .profile-card__author-data {
            color: white
        }

            .profile-card:hover .profile-card__author-data .icon svg {
                fill: white
            }

        .profile-card:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            background-color: #009fe3
        }
}

.profile-card__header {
    display: block;
    position: relative;
    padding-top: 35px;
    background-size: cover
}

@media (min-width:740px) {
    .profile-card__header {
        padding-top: 24px
    }

    .profile-card--wide .profile-card__header {
        width: 170px;
        height: 170px;
        padding: 0
    }
}

@media (min-width:1081px) {
    .profile-card__header {
        padding-top: 60px
    }
}

.profile-card__media {
    position: relative;
    z-index: 100;
    width: 116px;
    height: 116px;
    border-radius: 116px;
    margin: auto
}

@media (min-width:740px) {
    .profile-card--wide .profile-card__media {
        width: 170px;
        height: 170px
    }
}

.profile-card__media img {
    border-radius: 50%;
    max-width: 100%
}

.profile-card__author {
    position: relative;
    z-index: 100;
    color: #545353;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem
}

.profile-card__author-bio {
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 6px;
    position: relative;
    z-index: 400;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87)
}

@media (min-width:740px) {
    .profile-card__author-bio {
        margin-bottom: 20px
    }
}

.profile-card__content {
    padding: 0 18px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative
}

@media (min-width:740px) {
    .profile-card--wide .profile-card__content {
        width: 316px;
        margin-left: 60px;
        padding: 80px 0
    }
}

.profile-card__content:before {
    content: '';
    width: calc(100% + 90px);
    height: calc(100% + 220px);
    position: absolute;
    left: -20px;
    bottom: -150px;
    background: white;
    display: block;
    -webkit-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.profile-card--wide .profile-card__content:before {
    display: none
}

@media (min-width:1081px) {
    .profile-card__content {
        padding-bottom: 35px;
        position: relative
    }
}

.profile--director {
    padding: 50px 20px
}

@media (min-width:740px) {
    .profile-card--wide {
        width: 100%;
        max-width: 780px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        position: relative
    }

        .profile-card--wide:after {
            content: '';
            width: 80%;
            height: calc(100% + 160px);
            position: absolute;
            right: -40px;
            bottom: -60px;
            background: white;
            display: block;
            -webkit-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            -o-transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            transition: 600ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
            -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
            opacity: 1
        }
}

@media (min-width:1081px) {
    .profile-card--wide:hover:after {
        width: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.profile-card__author-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #545353;
    position: relative;
    z-index: 400;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms
}

    .profile-card__author-data .icon {
        margin-right: 10px
    }

        .profile-card__author-data .icon svg {
            -webkit-transition: all 600ms;
            -o-transition: all 600ms;
            transition: all 600ms;
            fill: #009fe3
        }

.featured-copy {
    margin-bottom: 20px;
    padding: 0 15px
}

    .featured-copy.lt {
        padding-top: 20px;
        border-top: 1px solid #e6e9ee
    }

    .featured-copy.lb {
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e9ee
    }

@media (min-width:1081px) {
    .featured-copy {
        padding-left: 0;
        padding-right: 150px
    }
}

.featured-copy p {
    color: #00a297;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem
}

@media (min-width:740px) {
    .featured-copy p {
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 22px;
        font-size: 1.375rem
    }
}

.featured-copy.centered {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1081px) {
    .featured-copy.centered {
        padding-left: 75px;
        padding-right: 75px
    }
}

.copy {
    width: 100%
}

    .copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
        margin-top: 25px;
        margin-bottom: 8px;
        font-family: 'Plus Jakarta Sans', sans-serif;;
        letter-spacing: 0.8px;
        color: #545353
    }

    .copy h1 {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 27px;
        font-size: 1.6875rem
    }

    .copy h2 {
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 25px;
        font-size: 1.5625rem
    }

        .copy h2.school {
            color: #009fe3
        }

    .copy h3 {
        font-weight: 700;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 20px
    }

    .copy h4 {
        line-height: 22px;
        line-height: 1.375rem;
        font-size: 18px;
        font-size: 1.125rem
    }

    .copy h5 {
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 0.8px;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 16px;
        font-size: 1rem
    }

    .copy p {
        color: #545353;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 20px
    }

        .copy p:last-of-type {
            margin-bottom: 0
        }

        .copy p + p {
            margin-top: 12px
        }

        .copy p + h3 {
            margin-top: 20px
        }

        .copy p.pull-text {
            color: #009fe3;
            font-style: italic;
            font-weight: 400;
            font-family: 'Plus Jakarta Sans', sans-serif;;
            line-height: 25px;
            line-height: 1.5625rem;
            font-size: 20px;
            font-size: 1.25rem;
            position: relative;
            padding-left: 15px
        }

@media (min-width:740px) {
    .copy p.pull-text {
        margin-right: -40px;
        margin-left: 40px
    }
}

@media (min-width:1081px) {
    .copy p.pull-text {
        margin: 20px -100px 20px 100px
    }
}

.copy p.pull-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #009fe3
}

.copy blockquote {
    margin-bottom: 20px
}

.copy ol, .copy ul {
    color: #545353;
    padding-left: 20px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .copy ol + p, .copy ul + p {
        margin-top: 20px
    }

    .copy ol li, .copy ul li {
        margin-top: 12px
    }

    .copy ul > li {
        position: relative
    }

        .copy ul > li:before {
            content: '';
            position: absolute;
            top: 10px;
            left: -20px;
            width: 6px;
            height: 6px;
            background-color: #009fe3;
            background-size: contain
        }

.copy ol {
    counter-reset: li
}

    .copy ol > li {
        position: relative
    }

        .copy ol > li:before {
            content: counter(li) ".";
            counter-increment: li;
            position: absolute;
            top: 4px;
            left: -20px;
            color: #009fe3;
            line-height: 16px;
            line-height: 1rem;
            font-size: 16px;
            font-size: 1rem
        }

.copy.white p {
    color: white
}

.copy a {
    color: #009fe3
}

.copy .btn {
    margin-top: 20px
}

.copy iframe {
    width: 100%;
    min-height: 216px;
    height: auto
}

@media (min-width:740px) {
    .copy iframe {
        min-height: 310px
    }
}

.small-title {
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353;
    font-weight: 700;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem
}

.extract p {
    letter-spacing: 0.5px;
    color: #87858a;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 14px;
    font-size: 0.875rem
}

.single-copy p {
    color: #545353;
    letter-spacing: 0.4px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

.simple-data li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #545353;
    letter-spacing: 0.4px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

    .simple-data li .icon {
        position: absolute;
        top: 0;
        left: 0
    }

.listado-docs {
    padding: 30px
}

@media (min-width:740px) {
    .listado-docs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .docs {
        width: calc(33.333% - 13.333px)
    }
}

.docs .docs__icon {
    width: 46px
}

    .docs .docs__icon img {
        width: 100%;
        display: block
    }

.docs .docs__content {
    padding-left: 17px;
    width: calc(100% - 50px)
}

    .docs .docs__content h3 {
        margin-bottom: 10px
    }

.general-info {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

    .general-info.columns, .general-info.normal {
        max-width: 1000px
    }

@media (min-width:740px) {
    .general-info.columns .general-info__column + .general-info__column {
        margin-top: 25px
    }
}

@media (min-width:1081px) {
    .general-info.columns .general-info__column + .general-info__column {
        margin-top: 0
    }
}

@media (min-width:740px) {
    .general-info {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .general-info {
        padding: 0
    }
}

@media (min-width:1300px) {
    .general-info {
        max-width: 1200px
    }
}

.general-info .copy ul > li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA0IDQiPjxwYXRoIGZpbGw9IiMwMDlmZTMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGg0djRIMHoiLz48L3N2Zz4=)
}

.general-info .copy ol > li:before {
    color: #009fe3
}

.general-info__title {
    margin-bottom: 5px;
    position: relative;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353
}

@media (min-width:740px) {
    .general-info__title {
        padding-left: 40px
    }
}

@media (min-width:1081px) {
    .general-info__title {
        padding-left: 0
    }
}

.general-info__title .icon {
    display: block
}

@media (min-width:740px) {
    .general-info__title .icon {
        position: absolute;
        top: -8px;
        left: 0
    }
}

@media (min-width:1081px) {
    .general-info__title .icon {
        top: 0;
        left: -45px;
        width: 36px;
        height: 32px;
        text-align: center
    }
}

.general-info__title .icon svg {
    fill: #009fe3
}

.general-info__main-block {
    width: 100%
}

@media (min-width:740px) {
    .general-info__main-block {
        width: calc(50% - 10px)
    }

        .general-info__main-block.normal {
            width: 70%;
            margin: auto
        }
}

@media (min-width:1081px) {
    .general-info__main-block {
        width: 720px
    }

        .general-info__main-block.normal {
            width: 100%
        }
}

.general-info__additional {
    width: 100%;
    margin-top: 25px
}

@media (min-width:740px) {
    .general-info__additional {
        margin-top: 0;
        width: calc(50% - 10px)
    }
}

@media (min-width:1081px) {
    .general-info__additional {
        width: calc(100% - 720px);
        padding-left: 75px;
        margin-top: 0
    }
}

.general-info__column {
    width: 100%
}

@media (min-width:740px) {
    .general-info__column {
        width: 70%;
        margin: 0 auto
    }
}

@media (min-width:1081px) {
    .general-info__column {
        width: calc(50% - 20px)
    }
}

@media (max-width:740px) {
    .general-info__column + .general-info__column {
        width: 100%
    }

        .general-info__column + .general-info__column .general-info__box {
            margin-top: 25px
        }
}

.general-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1081px) {
    .general-info__row + .general-info__row {
        margin-top: 25px
    }
}

@media (min-width:1081px) {
    .general-info__row {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #d7d2cb
    }

        .general-info__row.one .general-info__box {
            width: 100%
        }

        .general-info__row.three .general-info__box {
            width: calc(33.33% - 5px)
        }
}

.general-info__row:last-of-type {
    border-bottom: none
}

@media (min-width:1081px) {
    .general-info__row .general-info__box {
        width: calc(50% - 20px)
    }
}

.general-info__box {
    width: 100%
}

@media (max-width:1081px) {
    .general-info__box + .general-info__box {
        margin-top: 25px
    }
}

@media (min-width:1081px) {
    .general-info__box {
        margin-top: 0;
        padding: 0 50px
    }
}

.video-block {
    padding: 1px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

    .video-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 159, 227, 0.7)
    }

.videoSlider-block {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

    .videoSlider-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 159, 227, 0.7)
    }

.video-module {
    position: relative;
    z-index: 300;
    max-width: 660px;
    width: 100%;
    margin: auto;
    position: relative
}

.video-module__play {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

    .video-module__play:hover svg {
        fill: #009fe3
    }

    .video-module__play svg {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 60px;
        height: 60px;
        fill: white
    }

.video-module__media img {
    width: 100%
}

.video-slider {
    position: relative;
    z-index: 300;
    max-width: 660px;
    width: 100%;
    height: 110px;
    margin: 15px auto 0;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative
}

    .video-slider ul {
        width: auto;
        height: 90px
    }

    .video-slider .flex-control-nav {
        z-index: 400;
        bottom: 0
    }

        .video-slider .flex-control-nav img {
            cursor: pointer
        }

    .video-slider .flex-direction-nav {
        display: none
    }

.testimonial {
    position: relative;
    padding: 1px 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .testimonial.testimonial-no-title {
        padding-top: 40px
    }

    .testimonial:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8)
    }

.testimonial-block {
    width: calc(100% - 30px);
    margin: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    position: relative;
    z-index: 400;
    padding: 40px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:740px) {
    .testimonial-block {
        max-width: 680px;
        padding: 40px 60px
    }
}

@media (min-width:1081px) {
    .testimonial-block {
        max-width: 1000px;
        width: 100%;
        padding: 90px 120px 70px 60px
    }
}

.testimonial__photo {
    width: 85px;
    height: 85px;
    margin: auto
}

@media (min-width:740px) {
    .testimonial__photo {
        margin: 0;
        width: 160px;
        height: 160px
    }
}

@media (min-width:1081px) {
    .testimonial__photo {
        width: 280px;
        height: 280px
    }
}

.testimonial__photo img {
    border-radius: 50%;
    max-width: 100%
}

.testimonial__content {
    margin-top: 20px;
    width: 100%;
    text-align: center
}

@media (min-width:740px) {
    .testimonial__content {
        margin-top: 0;
        text-align: left;
        width: calc(100% - 160px);
        padding-left: 30px
    }
}

@media (min-width:1081px) {
    .testimonial__content {
        width: calc(100% - 280px);
        padding-left: 70px
    }
}

.testimonial__person {
    letter-spacing: 0.1px;
    color: #545353;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem
}

.testimonial__title {
    letter-spacing: 0.6px;
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 16px;
    font-size: 1rem
}

.testimonial__copy {
    margin-top: 12px
}

    .testimonial__copy p {
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 15px;
        font-size: 0.9375rem
    }

        .testimonial__copy p:nth-child(2) ~ * {
            display: none
        }

.testimonial__more {
    color: #009fe3;
    margin-left: 5px;
    cursor: pointer;
    padding-right: 15px;
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px
}

.call-to-action {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 100px 0
}

@media (min-width:1081px) {
    .call-to-action {
        padding: 110px 0
    }
}

.call-to-action.bigger {
    height: auto
}

@media (min-width:1081px) {
    .call-to-action.bigger {
        height: 640px
    }
}

.call-to-action.bigger .call-to-action__content {
    max-width: 640px
}

.call-to-action:before {
    content: '';
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #009fe3
}

.call-to-action__media {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100
}

    .call-to-action__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.call-to-action__content {
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 400;
    padding: 0 10px
}

@media (min-width:1081px) {
    .call-to-action__content {
        padding: 0
    }
}

.call-to-action__title {
    text-align: center;
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 35px;
    font-size: 2.1875rem
}

@media (min-width:1081px) {
    .call-to-action__title {
        line-height: 45px;
        line-height: 2.8125rem;
        font-size: 40px;
        font-size: 2.5rem
    }
}

.call-to-action__copy {
    margin-top: 40px;
    position: relative;
    margin-bottom: 25px
}

@media (max-width:740px) {
    .call-to-action__copy {
        display: none
    }
}

.call-to-action__copy:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height: 4px;
    background-color: white
}

.cta-central {
    width: 100%;
    position: relative
}

    .cta-central .wrap {
        position: relative;
        z-index: 200;
        padding: 0
    }

@media (min-width:740px) {
    .cta-central .wrap {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.cta-central .cta__item {
    position: relative
}

@media (min-width:740px) {
    .cta-central .cta__item {
        width: 50%
    }
}

@media (min-width:1300px) {
    .cta-central .cta__item {
        width: calc(50% - 20px)
    }
}

.cta-central .cta__item:after {
    content: '';
    background: #0270a1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    opacity: 0.9
}

.cta-central .cta__item:last-of-type:after {
    background: #545353
}

.cta-central .cta__item .cta__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    max-width: 480px;
    text-align: center;
    color: white;
    padding: 0 30px
}

.cta-central .cta__item .cta__title {
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 23px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: bold
}

    .cta-central .cta__item .cta__title:after {
        content: '';
        margin: auto;
        width: 44px;
        height: 4px;
        display: block;
        margin-top: 18px;
        background: white
    }

.cta-central .cta__item .copy {
    margin-bottom: 30px
}

    .cta-central .cta__item .copy * {
        color: white
    }

.split-info {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.split-info__static {
    padding: 60px 10px;
    background-color: #545353;
    width: 100%;
    text-align: center
}

@media (min-width:1081px) {
    .split-info__static {
        padding: 60px 0;
        width: 37.89062%
    }
}

.split-info__static__container {
    max-width: 300px;
    width: 100%;
    margin: auto
}

.split-info__title {
    color: white;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    position: relative;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem
}

@media (min-width:740px) {
    .split-info__title {
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.split-info__title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    margin-left: -16px;
    left: 50%;
    width: 35px;
    height: 4px;
    background-color: white
}

.split-info__btn {
    display: block;
    background-color: #009fe3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 37px;
    line-height: 2.3125rem;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    position: relative;
    padding: 60px 20px
}

@media (min-width:1081px) {
    .split-info__btn {
        padding: 0;
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 35px;
        font-size: 2.1875rem;
        width: 62.10938%
    }
}

.split-info__btn:hover:before {
    width: 100%
}

.split-info__btn:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #007bb0
}

.split-info__btn span {
    position: relative;
    z-index: 200;
    display: block;
    padding: 0 20px
}

.split-info__btn .arrow-mobile {
    position: absolute;
    display: block;
    bottom: 12px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0
}

@media (min-width:1081px) {
    .split-info__btn .arrow-mobile {
        display: none
    }
}

.split-info__btn .arrow-mobile svg {
    width: 40px;
    height: 40px;
    fill: white;
    display: block
}

.split-info__btn .break {
    display: block
}

.split-info__copy {
    text-align: center
}

    .split-info__copy a, .split-info__copy span {
        letter-spacing: 0.4px;
        color: white;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 16px;
        font-size: 1rem;
        display: block
    }

    .split-info__copy a {
        color: #009fe3;
        font-weight: 700;
        text-decoration: underline
    }

.teaser-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

@media (min-width:740px) {
    .teaser-container {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .teaser-container {
        padding: 0
    }
}

.teaser-container.spacer {
    padding-top: 20px
}

@media (min-width:740px) {
    .teaser-container.spacer {
        padding-top: 30px
    }
}

@media (min-width:1081px) {
    .teaser-container.spacer {
        padding-top: 45px
    }
}

.teaser-container--events {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.teaser.escuela-de-psicologia .teaser__media a:before {
    background-color: rgba(235, 102, 27, 0.5)
}

.teaser.escuela-de-psicologia .teaser__date {
    color: #eb661b
}

    .teaser.escuela-de-psicologia .teaser__date + .sep {
        color: #eb661b
    }

        .teaser.escuela-de-psicologia .teaser__date + .sep svg {
            fill: #eb661b
        }

.teaser.escuela-de-psicologia .teaser__title:before {
    background-color: #eb661b
}

.teaser.escuela-de-psicologia .teaser__title.hover-active a {
    color: #eb661b
}

.teaser.escuela-de-psicologia .teaser__title a:hover {
    color: #eb661b
}

.mini-teaser.escuela-de-psicologia:before {
    background-color: #eb661b
}

.mini-teaser.escuela-de-psicologia .mini-teaser__title a:hover {
    color: #eb661b
}

.simple-teaser.escuela-de-psicologia:before {
    background-color: #eb661b
}

.simple-teaser.escuela-de-psicologia .simple-teaser__title a:hover {
    color: #eb661b
}

.teaser-container.escuela-de-psicologia .teaser__media a:before {
    background-color: rgba(235, 102, 27, 0.5)
}

.teaser-container.escuela-de-psicologia .teaser__title:before {
    background-color: #eb661b
}

.teaser-container.escuela-de-psicologia .teaser__title.hover-active a {
    color: #eb661b
}

.teaser-container.escuela-de-psicologia .teaser__title a:hover {
    color: #eb661b
}

.teaser.escuela-de-negocios .teaser__media a:before {
    background-color: rgba(0, 162, 151, 0.5)
}

.teaser.escuela-de-negocios .teaser__date {
    color: #00a297
}

    .teaser.escuela-de-negocios .teaser__date + .sep {
        color: #00a297
    }

        .teaser.escuela-de-negocios .teaser__date + .sep svg {
            fill: #00a297
        }

.teaser.escuela-de-negocios .teaser__title:before {
    background-color: #00a297
}

.teaser.escuela-de-negocios .teaser__title.hover-active a {
    color: #00a297
}

.teaser.escuela-de-negocios .teaser__title a:hover {
    color: #00a297
}

.mini-teaser.escuela-de-negocios:before {
    background-color: #00a297
}

.mini-teaser.escuela-de-negocios .mini-teaser__title a:hover {
    color: #00a297
}

.simple-teaser.escuela-de-negocios:before {
    background-color: #00a297
}

.simple-teaser.escuela-de-negocios .simple-teaser__title a:hover {
    color: #00a297
}

.teaser-container.escuela-de-negocios .teaser__media a:before {
    background-color: rgba(0, 162, 151, 0.5)
}

.teaser-container.escuela-de-negocios .teaser__title:before {
    background-color: #00a297
}

.teaser-container.escuela-de-negocios .teaser__title.hover-active a {
    color: #00a297
}

.teaser-container.escuela-de-negocios .teaser__title a:hover {
    color: #00a297
}

.teaser.facultad-de-artes-liberales .teaser__media a:before {
    background-color: rgba(105, 24, 127, 0.5)
}

.teaser.facultad-de-artes-liberales .teaser__date {
    color: #69187f
}

    .teaser.facultad-de-artes-liberales .teaser__date + .sep {
        color: #69187f
    }

        .teaser.facultad-de-artes-liberales .teaser__date + .sep svg {
            fill: #69187f
        }

.teaser.facultad-de-artes-liberales .teaser__title:before {
    background-color: #69187f
}

.teaser.facultad-de-artes-liberales .teaser__title.hover-active a {
    color: #69187f
}

.teaser.facultad-de-artes-liberales .teaser__title a:hover {
    color: #69187f
}

.mini-teaser.facultad-de-artes-liberales:before {
    background-color: #69187f
}

.mini-teaser.facultad-de-artes-liberales .mini-teaser__title a:hover {
    color: #69187f
}

.simple-teaser.facultad-de-artes-liberales:before {
    background-color: #69187f
}

.simple-teaser.facultad-de-artes-liberales .simple-teaser__title a:hover {
    color: #69187f
}

.teaser-container.facultad-de-artes-liberales .teaser__media a:before {
    background-color: rgba(105, 24, 127, 0.5)
}

.teaser-container.facultad-de-artes-liberales .teaser__title:before {
    background-color: #69187f
}

.teaser-container.facultad-de-artes-liberales .teaser__title.hover-active a {
    color: #69187f
}

.teaser-container.facultad-de-artes-liberales .teaser__title a:hover {
    color: #69187f
}

.teaser.facultad-de-periodismo .teaser__media a:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.teaser.facultad-de-periodismo .teaser__date {
    color: #ef3340
}

    .teaser.facultad-de-periodismo .teaser__date + .sep {
        color: #ef3340
    }

        .teaser.facultad-de-periodismo .teaser__date + .sep svg {
            fill: #ef3340
        }

.teaser.facultad-de-periodismo .teaser__title:before {
    background-color: #ef3340
}

.teaser.facultad-de-periodismo .teaser__title.hover-active a {
    color: #ef3340
}

.teaser.facultad-de-periodismo .teaser__title a:hover {
    color: #ef3340
}

.mini-teaser.facultad-de-periodismo:before {
    background-color: #ef3340
}

.mini-teaser.facultad-de-periodismo .mini-teaser__title a:hover {
    color: #ef3340
}

.simple-teaser.facultad-de-periodismo:before {
    background-color: #ef3340
}

.simple-teaser.facultad-de-periodismo .simple-teaser__title a:hover {
    color: #ef3340
}

.teaser-container.facultad-de-periodismo .teaser__media a:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.teaser-container.facultad-de-periodismo .teaser__title:before {
    background-color: #ef3340
}

.teaser-container.facultad-de-periodismo .teaser__title.hover-active a {
    color: #ef3340
}

.teaser-container.facultad-de-periodismo .teaser__title a:hover {
    color: #ef3340
}

.teaser.escuela-de-periodismo .teaser__media a:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.teaser.escuela-de-periodismo .teaser__date {
    color: #ef3340
}

    .teaser.escuela-de-periodismo .teaser__date + .sep {
        color: #ef3340
    }

        .teaser.escuela-de-periodismo .teaser__date + .sep svg {
            fill: #ef3340
        }

.teaser.escuela-de-periodismo .teaser__title:before {
    background-color: #ef3340
}

.teaser.escuela-de-periodismo .teaser__title.hover-active a {
    color: #ef3340
}

.teaser.escuela-de-periodismo .teaser__title a:hover {
    color: #ef3340
}

.mini-teaser.escuela-de-periodismo:before {
    background-color: #ef3340
}

.mini-teaser.escuela-de-periodismo .mini-teaser__title a:hover {
    color: #ef3340
}

.simple-teaser.escuela-de-periodismo:before {
    background-color: #ef3340
}

.simple-teaser.escuela-de-periodismo .simple-teaser__title a:hover {
    color: #ef3340
}

.teaser-container.escuela-de-periodismo .teaser__media a:before {
    background-color: rgba(239, 51, 64, 0.5)
}

.teaser-container.escuela-de-periodismo .teaser__title:before {
    background-color: #ef3340
}

.teaser-container.escuela-de-periodismo .teaser__title.hover-active a {
    color: #ef3340
}

.teaser-container.escuela-de-periodismo .teaser__title a:hover {
    color: #ef3340
}

.teaser.facultad-de-derecho .teaser__media a:before {
    background-color: rgba(36, 85, 157, 0.5)
}

.teaser.facultad-de-derecho .teaser__date {
    color: #24559d
}

    .teaser.facultad-de-derecho .teaser__date + .sep {
        color: #24559d
    }

        .teaser.facultad-de-derecho .teaser__date + .sep svg {
            fill: #24559d
        }

.teaser.facultad-de-derecho .teaser__title:before {
    background-color: #24559d
}

.teaser.facultad-de-derecho .teaser__title.hover-active a {
    color: #24559d
}

.teaser.facultad-de-derecho .teaser__title a:hover {
    color: #24559d
}

.mini-teaser.facultad-de-derecho:before {
    background-color: #24559d
}

.mini-teaser.facultad-de-derecho .mini-teaser__title a:hover {
    color: #24559d
}

.simple-teaser.facultad-de-derecho:before {
    background-color: #24559d
}

.simple-teaser.facultad-de-derecho .simple-teaser__title a:hover {
    color: #24559d
}

.teaser-container.facultad-de-derecho .teaser__media a:before {
    background-color: rgba(36, 85, 157, 0.5)
}

.teaser-container.facultad-de-derecho .teaser__title:before {
    background-color: #24559d
}

.teaser-container.facultad-de-derecho .teaser__title.hover-active a {
    color: #24559d
}

.teaser-container.facultad-de-derecho .teaser__title a:hover {
    color: #24559d
}

.teaser.escuela-de-gobierno .teaser__media a:before {
    background-color: rgba(161, 150, 136, 0.5)
}

.teaser.escuela-de-gobierno .teaser__date {
    color: #a19688
}

    .teaser.escuela-de-gobierno .teaser__date + .sep {
        color: #a19688
    }

        .teaser.escuela-de-gobierno .teaser__date + .sep svg {
            fill: #a19688
        }

.teaser.escuela-de-gobierno .teaser__title:before {
    background-color: #a19688
}

.teaser.escuela-de-gobierno .teaser__title.hover-active a {
    color: #a19688
}

.teaser.escuela-de-gobierno .teaser__title a:hover {
    color: #a19688
}

.mini-teaser.escuela-de-gobierno:before {
    background-color: #a19688
}

.mini-teaser.escuela-de-gobierno .mini-teaser__title a:hover {
    color: #a19688
}

.simple-teaser.escuela-de-gobierno:before {
    background-color: #a19688
}

.simple-teaser.escuela-de-gobierno .simple-teaser__title a:hover {
    color: #a19688
}

.teaser-container.escuela-de-gobierno .teaser__media a:before {
    background-color: rgba(161, 150, 136, 0.5)
}

.teaser-container.escuela-de-gobierno .teaser__title:before {
    background-color: #a19688
}

.teaser-container.escuela-de-gobierno .teaser__title.hover-active a {
    color: #a19688
}

.teaser-container.escuela-de-gobierno .teaser__title a:hover {
    color: #a19688
}

.teaser.facultad-de-ingenieria .teaser__media a:before {
    background-color: rgba(0, 173, 218, 0.5)
}

.teaser.facultad-de-ingenieria .teaser__date {
    color: #00adda
}

    .teaser.facultad-de-ingenieria .teaser__date + .sep {
        color: #00adda
    }

        .teaser.facultad-de-ingenieria .teaser__date + .sep svg {
            fill: #00adda
        }

.teaser.facultad-de-ingenieria .teaser__title:before {
    background-color: #00adda
}

.teaser.facultad-de-ingenieria .teaser__title.hover-active a {
    color: #00adda
}

.teaser.facultad-de-ingenieria .teaser__title a:hover {
    color: #00adda
}

.mini-teaser.facultad-de-ingenieria:before {
    background-color: #00adda
}

.mini-teaser.facultad-de-ingenieria .mini-teaser__title a:hover {
    color: #00adda
}

.simple-teaser.facultad-de-ingenieria:before {
    background-color: #00adda
}

.simple-teaser.facultad-de-ingenieria .simple-teaser__title a:hover {
    color: #00adda
}

.teaser-container.facultad-de-ingenieria .teaser__media a:before {
    background-color: rgba(0, 173, 218, 0.5)
}

.teaser-container.facultad-de-ingenieria .teaser__title:before {
    background-color: #00adda
}

.teaser-container.facultad-de-ingenieria .teaser__title.hover-active a {
    color: #00adda
}

.teaser-container.facultad-de-ingenieria .teaser__title a:hover {
    color: #00adda
}

.teaser.facultad-de-ingenieria-y-ciencias .teaser__media a:before {
    background-color: rgba(0, 173, 218, 0.5)
}

.teaser.facultad-de-ingenieria-y-ciencias .teaser__date {
    color: #00adda
}

    .teaser.facultad-de-ingenieria-y-ciencias .teaser__date + .sep {
        color: #00adda
    }

        .teaser.facultad-de-ingenieria-y-ciencias .teaser__date + .sep svg {
            fill: #00adda
        }

.teaser.facultad-de-ingenieria-y-ciencias .teaser__title:before {
    background-color: #00adda
}

.teaser.facultad-de-ingenieria-y-ciencias .teaser__title.hover-active a {
    color: #00adda
}

.teaser.facultad-de-ingenieria-y-ciencias .teaser__title a:hover {
    color: #00adda
}

.mini-teaser.facultad-de-ingenieria-y-ciencias:before {
    background-color: #00adda
}

.mini-teaser.facultad-de-ingenieria-y-ciencias .mini-teaser__title a:hover {
    color: #00adda
}

.simple-teaser.facultad-de-ingenieria-y-ciencias:before {
    background-color: #00adda
}

.simple-teaser.facultad-de-ingenieria-y-ciencias .simple-teaser__title a:hover {
    color: #00adda
}

.teaser-container.facultad-de-ingenieria-y-ciencias .teaser__media a:before {
    background-color: rgba(0, 173, 218, 0.5)
}

.teaser-container.facultad-de-ingenieria-y-ciencias .teaser__title:before {
    background-color: #00adda
}

.teaser-container.facultad-de-ingenieria-y-ciencias .teaser__title.hover-active a {
    color: #00adda
}

.teaser-container.facultad-de-ingenieria-y-ciencias .teaser__title a:hover {
    color: #00adda
}

.teaser.design-lab .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser.design-lab .teaser__date {
    color: #fcc002
}

    .teaser.design-lab .teaser__date + .sep {
        color: #fcc002
    }

        .teaser.design-lab .teaser__date + .sep svg {
            fill: #fcc002
        }

.teaser.design-lab .teaser__title:before {
    background-color: #fcc002
}

.teaser.design-lab .teaser__title.hover-active a {
    color: #fcc002
}

.teaser.design-lab .teaser__title a:hover {
    color: #fcc002
}

.mini-teaser.design-lab:before {
    background-color: #fcc002
}

.mini-teaser.design-lab .mini-teaser__title a:hover {
    color: #fcc002
}

.simple-teaser.design-lab:before {
    background-color: #fcc002
}

.simple-teaser.design-lab .simple-teaser__title a:hover {
    color: #fcc002
}

.teaser-container.design-lab .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser-container.design-lab .teaser__title:before {
    background-color: #fcc002
}

.teaser-container.design-lab .teaser__title.hover-active a {
    color: #fcc002
}

.teaser-container.design-lab .teaser__title a:hover {
    color: #fcc002
}

.teaser.designlab .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser.designlab .teaser__date {
    color: #fcc002
}

    .teaser.designlab .teaser__date + .sep {
        color: #fcc002
    }

        .teaser.designlab .teaser__date + .sep svg {
            fill: #fcc002
        }

.teaser.designlab .teaser__title:before {
    background-color: #fcc002
}

.teaser.designlab .teaser__title.hover-active a {
    color: #fcc002
}

.teaser.designlab .teaser__title a:hover {
    color: #fcc002
}

.mini-teaser.designlab:before {
    background-color: #fcc002
}

.mini-teaser.designlab .mini-teaser__title a:hover {
    color: #fcc002
}

.simple-teaser.designlab:before {
    background-color: #fcc002
}

.simple-teaser.designlab .simple-teaser__title a:hover {
    color: #fcc002
}

.teaser-container.designlab .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser-container.designlab .teaser__title:before {
    background-color: #fcc002
}

.teaser-container.designlab .teaser__title.hover-active a {
    color: #fcc002
}

.teaser-container.designlab .teaser__title a:hover {
    color: #fcc002
}

.teaser.escuela-de-diseno .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser.escuela-de-diseno .teaser__date {
    color: #fcc002
}

    .teaser.escuela-de-diseno .teaser__date + .sep {
        color: #fcc002
    }

        .teaser.escuela-de-diseno .teaser__date + .sep svg {
            fill: #fcc002
        }

.teaser.escuela-de-diseno .teaser__title:before {
    background-color: #fcc002
}

.teaser.escuela-de-diseno .teaser__title.hover-active a {
    color: #fcc002
}

.teaser.escuela-de-diseno .teaser__title a:hover {
    color: #fcc002
}

.mini-teaser.escuela-de-diseno:before {
    background-color: #fcc002
}

.mini-teaser.escuela-de-diseno .mini-teaser__title a:hover {
    color: #fcc002
}

.simple-teaser.escuela-de-diseno:before {
    background-color: #fcc002
}

.simple-teaser.escuela-de-diseno .simple-teaser__title a:hover {
    color: #fcc002
}

.teaser-container.escuela-de-diseno .teaser__media a:before {
    background-color: rgba(252, 192, 2, 0.5)
}

.teaser-container.escuela-de-diseno .teaser__title:before {
    background-color: #fcc002
}

.teaser-container.escuela-de-diseno .teaser__title.hover-active a {
    color: #fcc002
}

.teaser-container.escuela-de-diseno .teaser__title a:hover {
    color: #fcc002
}

.teaser.generico .teaser__media a:before {
    background-color: rgba(0, 159, 227, 0.5)
}

.teaser.generico .teaser__date {
    color: #009fe3
}

    .teaser.generico .teaser__date + .sep {
        color: #009fe3
    }

        .teaser.generico .teaser__date + .sep svg {
            fill: #009fe3
        }

.teaser.generico .teaser__title:before {
    background-color: #009fe3
}

.teaser.generico .teaser__title.hover-active a {
    color: #009fe3
}

.teaser.generico .teaser__title a:hover {
    color: #009fe3
}

.mini-teaser.generico:before {
    background-color: #009fe3
}

.mini-teaser.generico .mini-teaser__title a:hover {
    color: #009fe3
}

.simple-teaser.generico:before {
    background-color: #009fe3
}

.simple-teaser.generico .simple-teaser__title a:hover {
    color: #009fe3
}

.teaser-container.generico .teaser__media a:before {
    background-color: rgba(0, 159, 227, 0.5)
}

.teaser-container.generico .teaser__title:before {
    background-color: #009fe3
}

.teaser-container.generico .teaser__title.hover-active a {
    color: #009fe3
}

.teaser-container.generico .teaser__title a:hover {
    color: #009fe3
}

.teaser.uai .teaser__media a:before {
    background-color: rgba(28, 28, 28, 0.5)
}

.teaser.uai .teaser__date {
    color: #1c1c1c
}

    .teaser.uai .teaser__date + .sep {
        color: #1c1c1c
    }

        .teaser.uai .teaser__date + .sep svg {
            fill: #1c1c1c
        }

.teaser.uai .teaser__title:before {
    background-color: #1c1c1c
}

.teaser.uai .teaser__title.hover-active a {
    color: #1c1c1c
}

.teaser.uai .teaser__title a:hover {
    color: #1c1c1c
}

.mini-teaser.uai:before {
    background-color: #1c1c1c
}

.mini-teaser.uai .mini-teaser__title a:hover {
    color: #1c1c1c
}

.simple-teaser.uai:before {
    background-color: #1c1c1c
}

.simple-teaser.uai .simple-teaser__title a:hover {
    color: #1c1c1c
}

.teaser-container.uai .teaser__media a:before {
    background-color: rgba(28, 28, 28, 0.5)
}

.teaser-container.uai .teaser__title:before {
    background-color: #1c1c1c
}

.teaser-container.uai .teaser__title.hover-active a {
    color: #1c1c1c
}

.teaser-container.uai .teaser__title a:hover {
    color: #1c1c1c
}

.teaser .teaser__media a:before {
    background-color: rgba(0, 159, 227, 0.5)
}

.teaser .teaser__date, .teaser .teaser__meta {
    color: #009fe3
}

    .teaser .teaser__date + .sep, .teaser .teaser__meta + .sep {
        color: #009fe3
    }

        .teaser .teaser__date + .sep svg, .teaser .teaser__meta + .sep svg {
            fill: #009fe3
        }

.teaser .teaser__title:before {
    background-color: #009fe3
}

.teaser .teaser__title.hover-active a {
    color: #009fe3
}

.teaser .teaser__title a:hover {
    color: #009fe3
}

.teaser .teaser__label a {
    color: #009fe3;
    line-height: 13px;
    line-height: 0.8125rem;
    font-size: 13px;
    font-size: 0.8125rem
}

.mini-teaser:before {
    background-color: #009fe3
}

.mini-teaser .mini-teaser__title a:hover {
    color: #009fe3
}

.simple-teaser:before {
    background-color: #009fe3
}

.simple-teaser .simple-teaser__title a {
    color: #545353
}

    .simple-teaser .simple-teaser__title a:hover {
        color: #009fe3
    }

.teaser-container .teaser__media a:before {
    background-color: rgba(0, 159, 227, 0.5)
}

.teaser-container .teaser__title:before {
    background-color: #009fe3
}

.teaser-container .teaser__title.hover-active a {
    color: #009fe3
}

.teaser-container .teaser__title a:hover {
    color: #009fe3
}

.teaser {
    background-color: white;
    border: 1px solid #e6e9ee;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width:1081px) {
    .teaser {
        margin-right: 20px
    }

        .teaser:nth-child(3n+3) {
            margin-right: 0
        }
}

@media (max-width:740px) {
    .teaser + .teaser {
        margin-top: 15px
    }
}

@media (min-width:740px) {
    .teaser {
        width: calc(50% - 8px);
        padding-bottom: 28px
    }

    .generic-wrapper .teaser {
        padding-bottom: 40px
    }
}

@media (min-width:740px) and (max-width:1081px) {
    .teaser:nth-child(n+3) {
        margin-top: 15px
    }
}

@media (min-width:1081px) {
    .teaser {
        width: calc(33% - 10px)
    }

        .teaser:nth-child(n+4) {
            margin-top: 20px
        }
}

.teaser__media {
    position: relative;
    display: none
}

@media (min-width:740px) {
    .teaser__media {
        display: block
    }
}

.teaser__media.hover-active a:before {
    opacity: 1
}

.teaser__media a {
    display: block;
    position: relative
}

    .teaser__media a:hover:before {
        opacity: 1
    }

    .teaser__media a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

.teaser__media img {
    width: 100%
}

.teaser__content {
    padding: 15px 20px 30px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (min-width:740px) {
    .teaser__content {
        padding: 10px 33px 15px
    }
}

.teaser__label {
    margin-bottom: 15px
}

@media (min-width:740px) {
    .teaser__label {
        margin-bottom: 10px
    }
}

.teaser__copy {
    margin-top: 15px
}

@media (min-width:740px) {
    .teaser__copy {
        margin-bottom: 20px
    }
}

.teaser__title {
    position: relative
}

    .teaser__title:before {
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 6px;
        height: 50px;
        background-color: transparent
    }

@media (min-width:740px) {
    .teaser__title:before {
        left: -34px
    }
}

.teaser__title a {
    color: rgba(0, 0, 0, 0.79);
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.teaser__extras {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px)
}

@media (min-width:740px) {
    .teaser__extras {
        left: 30px;
        width: calc(100% - 60px)
    }
}

.mini-teaser {
    width: 100%;
    position: relative;
    padding-right: 35px;
    padding-left: 10px
}

    .mini-teaser:before {
        content: '';
        position: absolute;
        top: 5px;
        left: -15px;
        width: 6px;
        height: 50px;
        background-color: transparent
    }

@media (min-width:1081px) {
    .mini-teaser:before {
        left: -20px;
        top: 34px
    }
}

@media (max-width:740px) {
    .mini-teaser + .mini-teaser {
        margin-top: 25px
    }
}

@media (min-width:740px) {
    .mini-teaser {
        width: calc(50% - 30px);
        padding-right: 0;
        padding-left: 0;
        margin-right: 40px
    }

        .mini-teaser:nth-child(4n+4) {
            margin-right: 0
        }

        .mini-teaser:nth-child(n+3) {
            margin-top: 45px
        }
}

@media (min-width:1081px) {
    .mini-teaser {
        width: calc(25% - 30px);
        padding-right: 0;
        padding-left: 0
    }

        .mini-teaser:nth-child(n+3) {
            margin-top: 0
        }
}

.mini-teaser .teaser__extras {
    left: 0
}

@media (max-width:740px) {
    .mini-teaser .teaser__extras {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }
}

.simple-teaser {
    padding: 15px 25px 20px 30px;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

    .simple-teaser:before {
        content: '';
        position: absolute;
        top: 48px;
        left: 0;
        width: 6px;
        height: 40px;
        background-color: #009fe3
    }

    .simple-teaser.blocks {
        width: 100%
    }

@media (min-width:740px) {
    .simple-teaser.blocks {
        width: calc(50% - 8px)
    }
}

@media (min-width:1081px) {
    .simple-teaser.blocks {
        width: calc(33% - 10px)
    }

        .simple-teaser.blocks:nth-child(n+4) {
            margin-top: 20px
        }
}

.simple-teaser__title {
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 10px
}

@media (min-width:740px) {
    .simple-teaser__title {
        line-height: 24px;
        line-height: 1.5rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.mini-teaser__title {
    margin-bottom: 15px
}

@media (min-width:740px) {
    .mini-teaser__title {
        margin-top: 10px
    }
}

@media (min-width:1081px) {
    .mini-teaser__title {
        margin-bottom: 42px;
        min-height: 120px
    }
}

.mini-teaser__label {
    display: none
}

@media (min-width:740px) {
    .mini-teaser__label {
        display: inline-block
    }
}

.teaser__date, .teaser__meta {
    display: inline-block;
    line-height: 12px;
    line-height: 0.75rem;
    font-size: 12px;
    font-size: 0.75rem
}

@media (min-width:740px) {
    .teaser__date, .teaser__meta {
        margin-bottom: 5px
    }
}

.teaser__date + .sep, .teaser__meta + .sep {
    padding: 0 2px;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    color: #545353
}

    .teaser__date + .sep svg, .teaser__meta + .sep svg {
        fill: #545353
    }

.teaser-list {
    padding: 0;
    max-width: 1280px;
    width: 100%;
    margin: 50px auto
}

@media (min-width:740px) {
    .teaser-list {
        padding: 0
    }
}

@media (min-width:1300px) {
    .teaser-list {
        max-width: 1180px
    }
}

.teaser-list .teaser__media {
    width: 100%
}

@media (min-width:740px) {
    .teaser-list .teaser__media {
        width: 50% !important;
        margin: auto !important
    }
}

.teaser-list .teaser__media img {
    width: 100%
}

.teaser-list .teaser-item {
    width: 100%
}

@media (min-width:1300px) {
    .teaser-list .teaser-item {
        margin-bottom: 10px
    }
}

.teaser-list .teaser-item ul li:before {
    width: 4px;
    height: 4px;
    background-color: white
}

.teaser-list .teaser-item:nth-child(odd) .teaser__content {
    background-color: #009ee6
}

.teaser-list .teaser-item:nth-child(2n) .teaser__content {
    background-color: #5f5f5f
}

@media (min-width:740px) {
    .teaser-list .teaser-item:nth-child(odd) .teaser__content, .teaser-list .teaser-item:nth-child(odd) .teaser__content--small {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .teaser-list .teaser-item:nth-child(odd) .teaser__media, .teaser-list .teaser-item:nth-child(odd) .teaser__media--long {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .teaser-list .teaser-item:nth-child(2n) .teaser__media, .teaser-list .teaser-item:nth-child(2n) .teaser__media--long {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .teaser-list .teaser-item:nth-child(2n) .teaser__content, .teaser-list .teaser-item:nth-child(2n) .teaser__content--small {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.teaser-list .teaser--simple {
    padding: 30px;
    background: #fcd190;
    margin-bottom: 10px
}

    .teaser-list .teaser--simple a.btn {
        color: #565656;
        border-color: #565656
    }

        .teaser-list .teaser--simple a.btn:hover {
            background: #565656;
            color: white
        }

.teaser-list .teaser--simple__title {
    color: #545353;
    margin: 0 0 30px;
    position: relative
}

    .teaser-list .teaser--simple__title:before {
        content: '';
        width: 52px;
        height: 1px;
        background: #545353;
        position: absolute;
        bottom: -10px
    }

.teaser-list .teaser__content {
    padding: 20px 20px 10px;
    width: 100%
}

@media (min-width:740px) {
    .teaser-list .teaser__content {
        padding: 0 30px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1081px) {
    .teaser-list .teaser__content {
        padding: 0 100px
    }
}

.teaser-list .teaser__content .fourth-title {
    position: relative;
    margin-top: 15px
}

@media (max-width:740px) {
    .teaser-list .teaser__content .fourth-title {
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 24px;
        font-size: 1.5rem
    }
}

.teaser-list .teaser__content .fourth-title:before {
    content: '';
    width: 22px;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -10px
}

.teaser-list .teaser__content ul {
    margin: 0
}

.teaser-list .teaser__content .copy p {
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

.teaser-list .teaser__content .copy ol, .teaser-list .teaser__content .copy ul {
    color: white
}

.teaser-list .teaser--gris .teaser__content--small {
    background: #565656
}

    .teaser-list .teaser--gris .teaser__content--small .teaser__date {
        background: #494949
    }

.teaser-list .teaser--gris .teaser__cat {
    color: #f7ba4e
}

    .teaser-list .teaser--gris .teaser__cat a {
        color: #f7ba4e
    }

.teaser-list .teaser--gris a.btn:hover {
    color: #565656
}

.teaser-list .teaser__content--small {
    position: relative;
    padding: 60px 20px 0;
    width: 100%
}

@media (min-width:740px) {
    .teaser-list .teaser__content--small {
        width: calc(100% - 246px)
    }
}

@media (min-width:1081px) {
    .teaser-list .teaser__content--small {
        width: calc(100% - 426px)
    }
}


.containerfooter {
    width: 1500px;
    max-width: 100%;
}

.teaser-list .teaser__content--small .copy p {
    margin-bottom: 15px
}

.teaser-list .teaser__content--small a.btn {
    margin: 30px 0 20px
}

@media (min-width:740px) {
    .teaser-list .teaser__content--small a.btn {
        margin: 20px 0 15px
    }
}

@media (min-width:1081px) {
    .teaser-list .teaser__content--small a.btn {
        margin: 0;
        position: absolute;
        bottom: 20px;
        left: 20px
    }
}

.teaser-list .color-white {
    color: white
}

    .teaser-list .color-white p {
        color: white
    }

.teaser-list .fourth-title {
    line-height: 38px;
    line-height: 2.375rem;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 38px 0 38px
}

.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .meta.white .sep, .meta.white a {
        color: white
    }

    .meta.white .date, .meta.white .meta__item--color {
        color: white
    }

    .meta.gray .sep, .meta.gray a {
        color: #87858a
    }

        .meta.gray .sep svg {
            fill: #87858a
        }

    .meta.has-line {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        padding-bottom: 5px;
        border-bottom: 1px solid #d7d2cb
    }

    .meta a, .meta span {
        display: inline-block;
        line-height: 15px;
        line-height: 0.9375rem;
        font-size: 13px;
        font-size: 0.8125rem;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

    .meta .sep {
        padding: 0 5px;
        font-size: 12px
    }

    .meta a:hover {
        color: #009fe3
    }

    .meta .date, .meta .meta__item--color {
        color: #009fe3
    }

    .meta .date-simple {
        color: #87858a
    }

    .meta .single__date {
        margin-right: 10px
    }

@media (max-width:740px) {
    .meta .single__date {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0
    }
}

.meta .meta__item {
    padding-left: 9px;
    padding-right: 5px;
    position: relative;
    display: block
}

    .meta .meta__item:before {
        content: '';
        width: 4px;
        height: 4px;
        display: inline-block;
        background: #545353;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .meta .meta__item:first-child {
        padding-left: 0
    }

        .meta .meta__item:first-child:before {
            display: none
        }

    .meta .meta__item:last-child {
        padding-right: 0
    }

.events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

@media (min-width:740px) {
    .events {
        padding: 0 30px
    }
}

@media (min-width:980px) {
    .events .event {
        margin-right: 21px
    }

        .events .event:nth-child(3n+3) {
            margin-right: 0
        }
}

.event {
    background-color: white;
    border: 1px solid #e6e9ee;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:740px) {
    .event + .event {
        margin-top: 15px
    }
}

@media (min-width:740px) {
    .event {
        width: 80%;
        margin: 0 auto 15px
    }
}

@media (min-width:980px) {
    .event {
        width: calc(33% - 13.333px);
        margin: 20px 0
    }

    .home .event {
        margin-bottom: 0
    }

    .event:nth-last-child(-n+3) {
        margin-top: 0
    }
}

.event:hover .event__info {
    background-color: #009fe3
}

    .event:hover .event__info .day, .event:hover .event__info .month, .event:hover .event__info .year {
        color: white
    }

    .event:hover .event__info .year {
        opacity: .6;
        border-top-color: #e6e9ee
    }

.event.is-featured {
    margin: 0 auto 20px;
    max-width: 72.5rem;
    width: 100%
}

    .event.is-featured .event__info {
        width: 100%;
        padding: 20px 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent
    }

@media (min-width:740px) {
    .event.is-featured .event__info {
        min-height: auto
    }
}

.event.is-featured .event__date {
    width: auto
}

.event.is-featured .event__location {
    text-align: center
}

@media (min-width:740px) {
    .event.is-featured .event__location {
        width: auto
    }
}

@media (min-width:1081px) {
    .event.is-featured .event__location {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e9ee
    }
}

.event.is-featured .from, .event.is-featured .to {
    padding: 0;
    height: auto;
    display: inline-block;
    width: auto
}

    .event.is-featured .from .container, .event.is-featured .to .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .event.is-featured .from .day-container, .event.is-featured .to .day-container {
        text-align: left;
        margin-left: 5px
    }

        .event.is-featured .from .day-container .month, .event.is-featured .to .day-container .month {
            text-align: left;
            letter-spacing: 1.5px
        }

        .event.is-featured .from .day-container .year, .event.is-featured .to .day-container .year {
            border-top: 0;
            padding-top: 0;
            margin-top: 0;
            letter-spacing: 1.1px;
            color: #e6007e;
            line-height: 14px;
            line-height: 0.875rem;
            font-size: 16px;
            font-size: 1rem;
            display: block
        }

.event.is-featured .day {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 38px;
    font-size: 2.375rem
}

.event.is-featured .from {
    padding-right: 20px;
    border-bottom: none
}

.event.is-featured .to {
    padding-left: 20px;
    position: relative
}

    .event.is-featured .to:before {
        content: '';
        position: absolute;
        top: 0;
        left: -3px;
        width: 1px;
        height: 40px;
        background-color: #e6e9ee
    }

.event.is-featured .event__title {
    text-align: center
}

@media (min-width:740px) {
    .event.is-featured .event__title {
        padding-bottom: 30px
    }
}

@media (min-width:1081px) {
    .event.is-featured .event__title {
        padding: 0 80px 0
    }
}

.event.is-featured .event__extras {
    max-width: 600px;
    width: 100%;
    margin: auto
}

.event.is-featured .event__extra {
    margin-bottom: 15px
}

.event.is-featured .event__about {
    width: 100%
}

@media (min-width:1081px) {
    .event.is-featured .event__about {
        padding: 24px 100px
    }
}

.event.single {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0 0 10px 0;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

    .event.single:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 50px;
        background-color: transparent
    }

    .event.single .event__info .from {
        padding: 0
    }

    .event.single .event__date .from, .event.single .event__date .to {
        padding: 10px 0
    }

    .event.single .event__about {
        padding: 15px 15px 15px 30px
    }

    .event.single .event__title {
        margin-bottom: 0;
        position: relative;
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 20px;
        font-size: 1.25rem
    }

        .event.single .event__title:before {
            content: '';
            position: absolute;
            top: 4px;
            left: -30px;
            width: 6px;
            height: 40px;
            background-color: #00a297
        }

.event.full {
    width: 100%
}

.event-generic {
    margin: 0 0 20px 0
}

.event__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

    .event__wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 100%;
        background-color: #f4f4f4
    }

    .event__wrapper .event__info {
        position: relative;
        z-index: 200
    }

        .event__wrapper .event__info .from, .event__wrapper .event__info .to {
            padding: 20px 0
        }

.event__info {
    width: 80px;
    text-align: center;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

    .event__info .day, .event__info .month, .event__info .year {
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out
    }

@media (min-width:740px) {
    .event__info {
        text-align: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.event__date {
    width: 100%;
    padding: 0 12px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .event__date .from, .event__date .to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.generic-wrapper .event__date .from, .generic-wrapper .event__date .to {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px
}

.event__date .from {
    width: 100%
}

.event__date .to {
    width: 100%;
    position: relative
}

.event__date .day {
    font-size: 35px;
    line-height: 25px;
    display: block;
    color: #1d1e20
}

.event__date .month {
    margin-top: 2px;
    color: #1d1e20;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.5px
}

.event__date .year {
    border-top: 1px solid rgba(29, 30, 32, 0.21);
    padding-top: 8px;
    display: block;
    letter-spacing: 1px;
    margin-top: 8px;
    color: #e6007e;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem
}

.event__location {
    padding-left: 10px;
    text-align: left
}

@media (min-width:740px) {
    .event__location {
        width: 100%;
        margin-bottom: 16px;
        padding-left: 0
    }
}

@media (min-width:1081px) {
    .event__location {
        margin-bottom: 0;
        width: auto;
        padding-left: 10px
    }
}

.event__location .year {
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.event__location .location {
    letter-spacing: 1px;
    color: #e6007e;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 16px;
    font-size: 1rem
}

.event__about {
    width: calc(100% - 80px);
    padding: 20px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:740px) {
    .event__about {
        padding: 25px 22px
    }
}

@media (min-width:1081px) {
    .event__about {
        padding: 24px 30px
    }
}

.event__about__wrapper {
    width: 100%
}

.event__title {
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    color: #1d1e20;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px
}

    .event__title a {
        color: #1d1e20
    }

        .event__title a:hover {
            color: #009fe3
        }

.event__full-date {
    margin-bottom: 28px;
    letter-spacing: 0.9px;
    color: #1d1e20;
    line-height: 18px;
    line-height: 1.125rem;
    font-size: 14px;
    font-size: 0.875rem
}

.event__extras {
    margin-top: 17px;
    display: none
}

@media (min-width:1081px) {
    .event__extras {
        display: block
    }
}

.event__extra {
    color: rgba(0, 0, 0, 0.79);
    padding-left: 35px;
    position: relative;
    line-height: 27px;
    line-height: 1.6875rem;
    font-size: 14px;
    font-size: 0.875rem
}

    .event__extra svg {
        margin-right: 10px
    }

    .event__extra .icon {
        position: absolute;
        top: 0;
        left: 0
    }

        .event__extra .icon svg {
            fill: #545353
        }

.event-date {
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #e6007e
}

.content-columns {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:740px) {
    .content-columns {
        padding: 0 20px
    }
}

.content-columns.narrow {
    padding: 0
}

@media (min-width:740px) {
    .content-columns.narrow {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .content-columns.narrow {
        padding: 0 100px
    }
}

.content-columns.imagen_copy .column-media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

    .content-columns.imagen_copy .column-media img {
        width: 100%;
        height: 100%
    }

.content-columns.imagen_copy .column-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:740px) {
    .content-columns.copy_imagen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.content-columns.copy_imagen .column-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:740px) {
    .content-columns.copy_imagen .column-media {
        margin-top: 0
    }
}

.content-columns.copy_imagen .column-media img {
    width: 100%;
    height: 100%
}

.content-columns.frase_escuela {
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
    padding: 50px;
    background-color: var(--primario);
    max-width: 800px
}

@media (min-width:740px) {
    .content-columns.carrera {
        padding: 50px 145px;
        position: relative
    }

        .content-columns.carrera .before {
            position: absolute;
            left: 0;
            width: 115px;
            top: 0;
            height: 210px
        }

        .content-columns.carrera .after {
            position: absolute;
            right: 0;
            width: 115px;
            bottom: 0;
            height: 210px
        }
}

.content-columns.carrera .copy h1, .content-columns.carrera .copy h2, .content-columns.carrera .copy h3, .content-columns.carrera .copy h4, .content-columns.carrera .copy h5 {
    color: var(--primario);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primario);
    padding-bottom: 10px
}

.content-columns.carrera .copy.secundario h1, .content-columns.carrera .copy.secundario h2, .content-columns.carrera .copy.secundario h3, .content-columns.carrera .copy.secundario h4, .content-columns.carrera .copy.secundario h5 {
    color: var(--secundario);
    border-color: var(--secundario)
}

@media (max-width:740px) {
    .column-media {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.content-column {
    width: 100%;
    padding: 0 15px
}

@media (min-width:740px) {
    .content-column {
        padding: 0;
        width: calc(50% - 20px)
    }
}

.content-column.is-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .content-column.is-media img {
        width: 100%;
        height: 100%
    }

@media (max-width:740px) {
    .content-column.is-media {
        padding: 0;
        margin-top: 20px
    }
}

@media (min-width:1081px) {
    .content-column.is-copy {
        padding-left: 55px
    }
}

.content-column.is-copy .section__title {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:1081px) {
    .content-column.is-copy .section__title {
        text-align: left
    }
}

.content-column.is-copy .btn {
    margin-top: 20px
}

@media (max-width:740px) {
    .content-column.is-copy .btn {
        margin: 20px auto 0;
        display: table
    }
}

.content-column.column-table {
    margin-top: 20px
}

@media (min-width:740px) {
    .content-column.column-table {
        padding-right: 40px;
        padding-left: 80px;
        margin-top: 0
    }
}

@media (max-width:740px) {
    .column-1-3 {
        padding: 0 15px
    }
}

@media (min-width:740px) {
    .column-1-3 {
        width: calc(50% - 40px)
    }
}

@media (min-width:1081px) {
    .column-1-3 {
        width: calc(33.333% - 46px)
    }
}

.column-1-3 img {
    margin-top: 20px
}

@media (min-width:740px) {
    .column-1-3 img {
        margin-top: 30px
    }
}

.column-2-3 {
    margin-bottom: 20px
}

@media (min-width:740px) {
    .column-2-3 {
        width: 60%;
        max-width: 580px;
        margin-bottom: 40px
    }
}

.boxes {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box {
    position: relative;
    display: block;
    margin-bottom: 5px
}

@media (min-width:1081px) {
    .box {
        margin-bottom: 10px
    }
}

.box.third {
    width: 100%
}

@media (min-width:740px) {
    .box.third {
        width: calc(33% - 5px)
    }
}

.box.half {
    width: 100%
}

@media (min-width:740px) {
    .box.half {
        width: calc(50% - 10px)
    }
}

.box.full {
    width: 100%
}

.box:hover .box__media:after {
    opacity: 1
}

.box__media {
    position: relative;
    display: block;
    overflow: hidden
}

    .box__media:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.87)), to(rgba(94, 85, 85, 0.28)));
        background-image: -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.87), rgba(94, 85, 85, 0.28));
        background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.87), rgba(94, 85, 85, 0.28));
        background-image: linear-gradient(to top, rgba(31, 31, 31, 0.87), rgba(94, 85, 85, 0.28))
    }

    .box__media:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 800ms cubic-bezier(0.4, 0, 0.2, 1);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 123, 176, 0.87)), to(rgba(0, 159, 227, 0.28)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 123, 176, 0.87), rgba(0, 159, 227, 0.28));
        background-image: -o-linear-gradient(bottom, rgba(0, 123, 176, 0.87), rgba(0, 159, 227, 0.28));
        background-image: linear-gradient(to top, rgba(0, 123, 176, 0.87), rgba(0, 159, 227, 0.28))
    }

    .box__media img {
        width: 100%
    }

.no-gradient:before {
    content: initial
}

.box__content {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 300;
    padding-right: 16px
}

@media (min-width:740px) {
    .box__content {
        bottom: 20px
    }
}

@media (min-width:1081px) {
    .box__content {
        bottom: 60px
    }
}

.box__title {
    color: white;
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem
}

@media (min-width:740px) {
    .box__title {
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media (min-width:1081px) {
    .box__title {
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.box__copy {
    display: block;
    margin-top: 6px;
    color: white;
    letter-spacing: 0.4px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

.home .box__media:before {
    content: initial
}

.milestones {
    max-width: 820px;
    width: 100%;
    margin: auto;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

    .milestones.loaded {
        opacity: 1
    }

    .milestones .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        max-width: 820px;
        margin: 0 auto
    }

    .milestones .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden
    }

        .milestones .events-wrapper:after, .milestones .events-wrapper:before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px
        }

        .milestones .events-wrapper:before {
            left: 0;
            background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(248, 248, 248, 0)));
            background-image: -webkit-linear-gradient(left, #FFFFFF, rgba(248, 248, 248, 0));
            background-image: -o-linear-gradient(left, #FFFFFF, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #FFFFFF, rgba(248, 248, 248, 0))
        }

        .milestones .events-wrapper:after {
            right: 0;
            background-image: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(248, 248, 248, 0)));
            background-image: -webkit-linear-gradient(right, #FFFFFF, rgba(248, 248, 248, 0));
            background-image: -o-linear-gradient(right, #FFFFFF, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #FFFFFF, rgba(248, 248, 248, 0))
        }

    .milestones .events {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        background: #dcdcdc;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .milestones .filling-line {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #009fe3;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .milestones .events a {
        position: absolute;
        bottom: -44px;
        z-index: 2;
        text-align: center;
        color: #87858a;
        letter-spacing: 0.5px;
        font-weight: 700;
        line-height: 23px;
        line-height: 1.4375rem;
        font-size: 14px;
        font-size: 0.875rem;
        padding-bottom: 15px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

        .milestones .events a:after {
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -16px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #dcdcdc;
            background-color: white;
            -webkit-transition: background-color .3s, border-color .3s;
            -o-transition: background-color .3s, border-color .3s;
            transition: background-color .3s, border-color .3s
        }

.no-touch .milestones .events a:hover:after {
    background-color: #009fe3;
    border-color: #009fe3
}

.milestones .events a.selected {
    pointer-events: none;
    color: #009fe3
}

    .milestones .events a.selected:after {
        background-color: #009fe3;
        border-color: #009fe3
    }

.milestones .events a.older-event {
    color: #009fe3
}

    .milestones .events a.older-event:after {
        border-color: #009fe3
    }

.milestones-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

    .milestones-navigation a:hover {
        border-color: #009fe3
    }

    .milestones-navigation a:after {
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/arrow.svg) no-repeat 0 0;
        background-size: contain
    }

    .milestones-navigation a.prev {
        left: 20px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

@media (min-width:740px) {
    .milestones-navigation a.prev {
        left: 0
    }
}

.milestones-navigation a.next {
    right: 20px
}

@media (min-width:740px) {
    .milestones-navigation a.next {
        right: 0
    }
}

.no-touch .milestones-navigation a:hover {
    border-color: #7b9d6f
}

.milestones-navigation a.inactive {
    cursor: not-allowed
}

.no-touch .milestones-navigation a.inactive:hover {
    border-color: #dfdfdf
}

.milestones .events-content, .milestones .events-content-media {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height .4s;
    -o-transition: height .4s;
    transition: height .4s
}

    .milestones .events-content-media li, .milestones .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

        .milestones .events-content-media li.selected, .milestones .events-content li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        .milestones .events-content-media li.enter-right, .milestones .events-content-media li.leave-right, .milestones .events-content li.enter-right, .milestones .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            animation-name: cd-enter-right
        }

        .milestones .events-content-media li.enter-left, .milestones .events-content-media li.leave-left, .milestones .events-content li.enter-left, .milestones .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            animation-name: cd-enter-left
        }

        .milestones .events-content-media li.leave-left, .milestones .events-content-media li.leave-right, .milestones .events-content li.leave-left, .milestones .events-content li.leave-right {
            animation-direction: reverse
        }

        .milestones .events-content-media li > *, .milestones .events-content li > * {
            max-width: 800px;
            margin: 0 auto
        }

.milestone__year {
    color: #009fe3;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem
}

.milestone__title {
    color: #545353;
    letter-spacing: 0.1px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    margin: 10px 0 15px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem
}

.milestone__copy {
    max-width: 600px;
    width: 100%
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-top: 20px
}

@media (min-width:740px) {
    .profile {
        padding: 20px 30px 0
    }
}

@media (min-width:1081px) {
    .profile {
        padding-top: 80px;
        padding-left: 40px;
        padding-right: 100px
    }
}

.author .profile {
    display: block
}

.profile__media {
    width: 150px;
    margin: auto
}

@media (min-width:740px) {
    .profile__media {
        margin: 0;
        width: 160px
    }
}

@media (min-width:1081px) {
    .profile__media {
        width: 280px
    }
}

.profile__media img {
    border-radius: 50%;
    width: 100%
}

.profile__content {
    width: 100%;
    margin-top: 20px;
    padding: 0 15px
}

@media (min-width:740px) {
    .profile__content {
        margin-top: 0;
        padding-right: 0;
        width: calc(100% - 160px);
        padding-left: 40px
    }
}

@media (min-width:1081px) {
    .profile__content {
        width: calc(100% - 280px);
        padding-left: 90px
    }
}

.profile__name {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #1d1e20;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 23px;
    font-size: 1.4375rem
}

@media (min-width:740px) {
    .profile__name {
        text-align: left;
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 35px;
        font-size: 2.1875rem
    }
}

.profile__title {
    color: #009fe3;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    position: relative;
    text-align: center;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem
}

@media (min-width:740px) {
    .profile__title {
        text-align: left;
        margin-bottom: 15px
    }
}

.profile__title:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 3px;
    background-color: #009fe3
}

@media (min-width:740px) {
    .profile__title:before {
        left: 0;
        margin-left: 0
    }
}

.profile__title + .profile__blocks {
    margin-top: 20px
}

.profile__network {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%
}

@media (min-width:740px) {
    .profile__network {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.profile__network a {
    width: 36px;
    display: block;
    margin-right: 10px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

    .profile__network a:last-of-type {
        margin-right: 0
    }

    .profile__network a svg {
        fill: white
    }

.profile__network--link {
    background-color: #545353
}

.profile__network--linkedin {
    background-color: #0089be
}

.profile__network--twitter {
    background-color: #00b4ed
}

.profile__network--research {
    background-color: #00ccba
}

.profile__network--alumni {
    background-color: #357df3
}

.profile__data {
    margin-top: 20px
}

.profile__data-item + .profile__data-item {
    margin-top: 10px
}

.profile__data-item .icon {
    margin-right: 5px
}

    .profile__data-item .icon svg {
        width: 15px;
        height: auto;
        fill: #009fe3
    }

.profile__data-item .txt {
    color: #545353
}

.profile__data-item a {
    color: #009fe3;
    border-bottom: 1px solid #009fe3
}

.profile__copy-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    color: #545353;
    position: relative;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative
}

    .profile__copy-title:before {
        content: '';
        position: absolute;
        bottom: -6px;
        width: 35px;
        height: 4px;
        background-color: #545353
    }

        .profile__copy-title:before else {
            left: 0
        }

.profile__picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto
}

@media (min-width:1081px) {
    .profile__picture {
        width: 175px;
        height: 175px
    }
}

.profile__picture img {
    border-radius: 50%;
    width: 100%
}

.profile__content {
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: 20px auto 50px;
    padding: 0 15px
}

.single .profile__content {
    text-align: left
}

@media (min-width:740px) {
    .profile__content {
        padding: 0
    }
}

.profile__content .bio {
    margin-top: 25px;
    letter-spacing: 0.7px;
    color: rgba(0, 0, 0, 0.79);
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem
}

.profile__content .title {
    position: relative
}

    .profile__content .title:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        background-color: #009fe3;
        height: 3px;
        width: 40px;
        margin-left: -20px
    }

.site-scroll {
    opacity: 0
}

    .site-scroll.alone.site-scroll-in {
        opacity: 1;
        -webkit-animation: scrollIn 1s ease backwards;
        animation: scrollIn 1s ease backwards
    }

        .site-scroll.alone.site-scroll-in.d200 {
            -webkit-animation-delay: 200ms;
            animation-delay: 200ms
        }

        .site-scroll.alone.site-scroll-in.d400 {
            -webkit-animation-delay: 400ms;
            animation-delay: 400ms
        }

@-webkit-keyframes scrollIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes scrollIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes scrollDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes scrollDown {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes slideFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@keyframes slideFadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.basic-animation {
    opacity: 0
}

    .basic-animation.animated {
        opacity: 1;
        -webkit-animation: scrollDown 1s ease backwards;
        animation: scrollDown 1s ease backwards
    }

@-webkit-keyframes scaleFadeIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
}

@keyframes scaleFadeIn {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
}

.animation-container {
    position: relative
}

@media (min-width:1081px) {
    .animation-container:after, .animation-container:before {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        background-color: white;
        z-index: 100;
        -webkit-transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
        -o-transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
        transition: 1200ms cubic-bezier(0.17, 0.67, 0.49, 0.87)
    }

    .animation-container:before {
        width: 20%;
        left: 0
    }

    .animation-container:after {
        width: 10%;
        right: 0
    }
}

.newsletter {
    padding: 60px 0 85px;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:1081px) {
    .newsletter {
        margin-top: 0 !important
    }
}

.newsletter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 159, 227, 0.8)
}

.newsletter__container {
    max-width: 540px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 300;
    padding: 0 10px
}

.newsletter__title {
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 37px;
    line-height: 2.3125rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative
}

    .newsletter__title:before {
        content: '';
        position: absolute;
        bottom: -10px;
        width: 40px;
        height: 4px;
        background-color: white;
        left: 50%;
        margin-left: -20px
    }

        .newsletter__title:before else {
            left: 0
        }

.newsletter__form {
    width: 100%
}

.newsletter__field {
    border-radius: 4px;
    background-color: white;
    color: #87858a;
    border: 0;
    padding: 9px 10px;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    max-width: 260px;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .newsletter__field {
        max-width: 370px;
        margin-bottom: 0
    }
}

.newsletter__field:active, .newsletter__field:focus {
    outline: 0
}

.newsletter__btn {
    color: white;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px
}

@media (max-width:740px) {
    .newsletter__btn {
        display: block;
        margin: auto
    }
}

@media (min-width:1081px) {
    .newsletter__btn {
        margin-left: 10px;
        margin-top: 0
    }
}

.instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    background-color: #e6007e;
    position: relative
}

    .instagram:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjkuMDYzcHgiIGhlaWdodD0iMTY5LjA2M3B4IiB2aWV3Qm94PSIwIDAgMTY5LjA2MyAxNjkuMDYzIj48cGF0aCBkPSJNMTIyLjQwNiwwSDQ2LjY1NEMyMC45MjksMCwwLDIwLjkzLDAsNDYuNjU1djc1Ljc1MmMwLDI1LjcyNiwyMC45MjksNDYuNjU1LDQ2LjY1NCw0Ni42NTVoNzUuNzUyIGMyNS43MjcsMCw0Ni42NTYtMjAuOTMsNDYuNjU2LTQ2LjY1NVY0Ni42NTVDMTY5LjA2MywyMC45MywxNDguMTMzLDAsMTIyLjQwNiwweiBNMTU0LjA2MywxMjIuNDA3IGMwLDE3LjQ1NS0xNC4yMDEsMzEuNjU1LTMxLjY1NiwzMS42NTVINDYuNjU0QzI5LjIsMTU0LjA2MywxNSwxMzkuODYyLDE1LDEyMi40MDdWNDYuNjU1QzE1LDI5LjIwMSwyOS4yLDE1LDQ2LjY1NCwxNWg3NS43NTIgYzE3LjQ1NSwwLDMxLjY1NiwxNC4yMDEsMzEuNjU2LDMxLjY1NVYxMjIuNDA3eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik04NC41MzEsNDAuOTdjLTI0LjAyMSwwLTQzLjU2MywxOS41NDItNDMuNTYzLDQzLjU2M2MwLDI0LjAyLDE5LjU0Miw0My41NjEsNDMuNTYzLDQzLjU2MXM0My41NjMtMTkuNTQxLDQzLjU2My00My41NjEgQzEyOC4wOTQsNjAuNTEyLDEwOC41NTIsNDAuOTcsODQuNTMxLDQwLjk3eiBNODQuNTMxLDExMy4wOTNjLTE1Ljc0OSwwLTI4LjU2My0xMi44MTItMjguNTYzLTI4LjU2MSBjMC0xNS43NSwxMi44MTMtMjguNTYzLDI4LjU2My0yOC41NjNzMjguNTYzLDEyLjgxMywyOC41NjMsMjguNTYzQzExMy4wOTQsMTAwLjI4MSwxMDAuMjgsMTEzLjA5Myw4NC41MzEsMTEzLjA5M3oiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTI5LjkyMSwyOC4yNTFjLTIuODksMC01LjcyOSwxLjE3LTcuNzcsMy4yMmMtMi4wNTEsMi4wNC0zLjIzLDQuODgtMy4yMyw3Ljc4YzAsMi44OTEsMS4xOCw1LjczLDMuMjMsNy43OCBjMi4wNCwyLjA0LDQuODgsMy4yMiw3Ljc3LDMuMjJjMi45LDAsNS43My0xLjE4LDcuNzgtMy4yMmMyLjA1LTIuMDUsMy4yMi00Ljg5LDMuMjItNy43OGMwLTIuOS0xLjE3LTUuNzQtMy4yMi03Ljc4IEMxMzUuNjYxLDI5LjQyMSwxMzIuODIxLDI4LjI1MSwxMjkuOTIxLDI4LjI1MXoiIGZpbGw9IiNGRkYiIC8+PC9zdmc+);
        background-size: contain
    }

@media (min-width:1081px) {
    .instagram {
        width: calc(100% - calc(100%/6));
        background-color: transparent
    }
}

.instagram__logo {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #e6007e;
    padding: 30px 0
}

@media (min-width:1081px) {
    .instagram__logo {
        display: none
    }
}

.instagram__logo svg {
    width: 24px;
    height: 24px;
    fill: white
}

.instagram__image {
    position: relative;
    width: calc(100% / 5);
    display: none
}

@media (min-width:1081px) {
    .instagram__image {
        display: block;
        width: calc(100% / 4)
    }

        .instagram__image img {
            height: 100%
        }

        .instagram__image:nth-child(n+5) {
            display: none
        }
}

@media (min-width:1300px) {
    .instagram__image {
        width: calc(100% / 5)
    }

        .instagram__image:nth-child(n+5) {
            display: block
        }
}

.instagram__image.wide {
    display: none
}

@media (min-width:1300px) {
    .instagram__image.wide {
        display: block
    }
}

.instagram__image img {
    width: 100%
}

.instagram__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6007e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer
}

    .instagram__cover .social-network__btn:hover {
        background-color: white;
        color: rgba(0, 159, 227, 0.8)
    }

.instagram__name {
    color: white;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 34px;
    line-height: 2.125rem;
    font-size: 30px;
    font-size: 1.875rem
}

.full-picture img {
    width: 100%
}

.quote-block {
    max-width: 580px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .quote-block {
        padding: 0;
        position: relative;
        margin-top: 50px !important
    }
}

.quote-block .quote-icon {
    margin: 0 auto 14px;
    width: 63px;
    height: 45px
}

@media (min-width:740px) {
    .quote-block .quote-icon {
        position: absolute;
        top: 0;
        left: -25px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.quote-block .quote-icon svg {
    fill: #009fe3;
    width: 100%
}

.quote-block p {
    color: #009fe3;
    font-style: italic;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    text-align: center
}

@media (min-width:740px) {
    .quote-block p {
        text-align: left;
        padding-left: 15px;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media (min-width:1081px) {
    .quote-block p:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #009fe3
    }
}

.centered-image {
    padding: 0 15px
}

@media (min-width:740px) {
    .centered-image {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .centered-image {
        padding: 0
    }
}

.centered-image img {
    display: block;
    margin: auto;
    max-width: 100%
}

.centered-text {
    max-width: 580px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:1081px) {
    .centered-text {
        padding: 0
    }
}

.centered-text p {
    text-align: center
}

.gallery-with-box {
    max-width: 1280px;
    margin: 40px auto 0;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .gallery-with-box:nth-child(2n) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .gallery-with-box:nth-child(2n) .gallery-box {
            left: auto;
            right: 60px
        }

.gallery-box {
    width: 100%;
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4
}

@media (min-width:740px) {
    .gallery-box {
        display: block;
        padding: 50px 15px 30px
    }
}

@media (min-width:1081px) {
    .gallery-box {
        background-color: white;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border: solid 1px #e6e9ee;
        width: 550px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 60px;
        z-index: 400;
        padding: 80px 80px 80px 100px
    }
}

.gallery-box__title {
    margin-bottom: 20px
}

    .gallery-box__title:before {
        background: #545353
    }

@media (min-width:740px) {
    .gallery-box__title {
        text-align: center;
        display: block;
        margin: 0 auto 50px
    }

        .gallery-box__title:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
}

@media (min-width:1081px) {
    .gallery-box__title {
        text-align: left;
        margin: 0 0 50px
    }

        .gallery-box__title:before {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            left: 0
        }
}

@media (min-width:740px) {
    .simple-data {
        display: table;
        max-width: 280px;
        margin: auto
    }
}

@media (min-width:1081px) {
    .simple-data {
        margin: 0;
        max-width: 100%
    }
}

.gallery {
    width: 100%;
    position: relative
}

@media (min-width:1081px) {
    .gallery {
        width: 66.25%
    }
}

.gallery img {
    width: 100%
}

.slides:after, .slides:before {
    content: " ";
    display: table
}

.slides:after {
    clear: both
}

.flex-control-nav {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .flex-control-nav a {
        margin: 0 2px;
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d7d2cb
    }

        .flex-control-nav a.flex-active {
            background-color: #009fe3
        }

.flex-direction-nav {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .flex-direction-nav .flex-nav-prev {
        display: none;
        background-color: #009fe3;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 5px
    }

        .flex-direction-nav .flex-nav-prev:active, .flex-direction-nav .flex-nav-prev:focus {
            outline: 0
        }

@media (max-width:740px) {
    .flex-direction-nav .flex-nav-prev svg {
        width: 25px;
        height: auto
    }
}

@media (min-width:740px) {
    .flex-direction-nav .flex-nav-prev {
        margin-right: 10px;
        width: 70px;
        height: 70px;
        line-height: 70px
    }
}

.flex-direction-nav .flex-prev.flex-disabled {
    display: none
}

.flex-direction-nav .flex-next {
    display: block;
    background-color: #009fe3;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px
}

    .flex-direction-nav .flex-next:active, .flex-direction-nav .flex-next:focus {
        outline: 0
    }

    .flex-direction-nav .flex-next.flex-disabled {
        display: none
    }

@media (max-width:740px) {
    .flex-direction-nav .flex-next svg {
        width: 25px;
        height: auto
    }
}

@media (min-width:740px) {
    .flex-direction-nav .flex-next {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
}

.gallery-full {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 90px
}

    .gallery-full img {
        max-width: 100%
    }

.table-container {
    max-width: 780px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .table-container {
        padding: 0 20px
    }
}

@media (min-width:1081px) {
    .table-container {
        padding: 0
    }
}

.table__title {
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.79);
    margin-bottom: 30px;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 22px;
    font-size: 1.375rem
}

@media (max-width:740px) {
    .table--scroll {
        overflow-x: scroll;
        padding-bottom: 20px
    }
}

.table--scroll::-webkit-scrollbar {
    height: 6px
}

.table--scroll::-webkit-scrollbar-track {
    background: #e6e9ee;
    border-top: 1px solid white;
    border-bottom: 1px solid white
}

.table--scroll::-webkit-scrollbar-thumb {
    background: #009fe3
}

@media (min-width:740px) {
    .table {
        width: 100%
    }
}

.table .table--block {
    background-color: white;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    margin-top: 10px
}

@media (max-width:740px) {
    .table .table--block {
        display: table-row;
        white-space: nowrap
    }
}

@media (min-width:740px) {
    .table .table--block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.table .table--block:first-of-type {
    background-color: #1D71A7;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0;
    margin-top: 0
}

    .table .table--block:first-of-type .table__item {
        font-family: 'Plus Jakarta Sans', sans-serif;;
        font-weight: 700;
        color: white
    }

.table .table--block .table__item {
    padding: 16px 15px;
    text-align: left;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.1px;
    color: #545353
}

    .table .table--block .table__item:first-of-type {
    }

    .table .table--block .table__item a {
        color: #009fe3
    }

@media (max-width:740px) {
    .table .table__item {
        display: table-cell
    }
}

@media (min-width:740px) {
    .table .table__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.tabla--simple {
    width: 100%;
    max-width: 780px;
    margin: auto;
    padding: 0 15px
}

    .tabla--simple .tabla__item {
        width: 100%;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
        border: solid 1px #e6e9ee;
        margin-bottom: 10px;
        padding: 15px 20px;
        color: #545353;
        min-height: 80px
    }

@media (max-width:740px) {
    .tabla--simple .tabla__item {
        text-align: center
    }
}

@media (min-width:740px) {
    .tabla--simple .tabla__item {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.tabla--simple .tabla__item:last-of-type {
    margin-bottom: 0
}

.tabla--simple .tabla__item .tabla__title {
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px
}

@media (min-width:740px) {
    .tabla--simple .tabla__item .tabla__title {
        width: 40%;
        margin-bottom: 0;
        padding-right: 20px
    }
}

.tabla--simple .tabla__item .tabla__content {
    width: 100%
}

@media (min-width:740px) {
    .tabla--simple .tabla__item .tabla__content {
        width: 60%
    }
}

@media (min-width:740px) {
    .tabla-download .tabla-download--box, .tabla-download .tabla-download--head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width:740px) {
    .tabla-download .tabla-download--head {
        display: none
    }
}

@media (min-width:740px) {
    .tabla-download .tabla-download--head {
        padding: 16px 30px;
        background: #009fe3;
        font-family: 'Plus Jakarta Sans', sans-serif;;
        font-weight: bold;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.tabla-download .tabla-download--head .tabla-download__item {
    color: white
}

.tabla-download .tabla-download--box {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #e6e9ee;
    padding: 15px;
    margin-top: 10px
}

@media (min-width:740px) {
    .tabla-download .tabla-download--box {
        padding: 16px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.tabla-download .tabla-download__item {
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem;
    color: #545353
}

@media (max-width:740px) {
    .tabla-download .tabla-download__item {
        margin-bottom: 10px
    }

        .tabla-download .tabla-download__item:nth-of-type(4) {
            margin-bottom: 0
        }
}

@media (min-width:740px) {
    .tabla-download .tabla-download__item {
        width: 31%;
        padding-right: 20px
    }

        .tabla-download .tabla-download__item:nth-of-type(2) {
            width: 22%
        }

        .tabla-download .tabla-download__item:nth-of-type(4) {
            width: 16%;
            text-align: right;
            padding-right: 0
        }
}

.tabla-download .tabla-download__item span {
    font-weight: bold;
    display: block
}

@media (min-width:740px) {
    .tabla-download .tabla-download__item span {
        display: none
    }
}

.numbers {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

@media (min-width:1081px) {
    .numbers {
        padding: 0
    }
}

.number-module {
    padding: 30px 20px;
    background-color: white;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    width: 100%;
    text-align: center;
    position: relative
}

@media (max-width:740px) {
    .number-module:nth-child(n+9) {
        display: none
    }

    .number-module + .number-module {
        margin-top: 10px
    }
}

@media (min-width:740px) {
    .number-module {
        width: calc(33.33% - 15px);
        margin-right: 20px;
        min-height: 120px
    }

        .number-module:nth-child(3n) {
            margin-right: 0
        }

        .number-module:nth-child(n+4) {
            margin-top: 20px
        }
}

@media (min-width:1081px) {
    .number-module {
        padding: 30px 20px 50px 20px;
        width: calc(25% - 15px);
        margin-right: 20px
    }

        .number-module:nth-child(3) {
            margin-right: 20px
        }

        .number-module:nth-child(4) {
            margin-top: 0
        }

        .number-module:nth-child(3n) {
            margin-right: 20px
        }

        .number-module:nth-child(4n) {
            margin-right: 0
        }

        .number-module:nth-child(n+5) {
            margin-top: 20px
        }
}

.number-module:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #009fe3;
    display: block
}

.number-module__number {
    color: #009fe3;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative
}

.number-module__copy {
    margin-top: 10px;
    color: #87858a;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.load-more-container {
    text-align: center;
    margin-top: 40px
}

.load-more {
    background-color: white;
    border: 2px solid #009fe3;
    border-radius: 4px;
    color: #009fe3;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem
}

    .load-more:hover {
        background-color: #009fe3;
        color: white
    }

    .load-more:active, .load-more:focus {
        outline: 0
    }

.filter {
    max-width: 1200px;
    width: 100%;
    margin: 40px auto
}

.filter__form {
    padding: 50px 36px;
    background-color: #f4f4f4
}

@media (min-width:1081px) {
    .filter__form {
        padding: 40px 115px
    }
}

.filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-form__box {
    width: 100%
}

    .filter-form__box ::-webkit-input-placeholder {
        color: rgba(0, 159, 227, 0.6)
    }

    .filter-form__box ::-moz-placeholder {
        color: rgba(0, 159, 227, 0.6)
    }

    .filter-form__box :-ms-input-placeholder {
        color: rgba(0, 159, 227, 0.6)
    }

    .filter-form__box :-moz-placeholder {
        color: rgba(0, 159, 227, 0.6)
    }

@media (max-width:740px) {
    .filter-form__box + .filter-form__box {
        margin-top: 10px
    }
}

@media (min-width:740px) {
    .filter-form__box {
        width: calc(25% - 15px);
        margin-right: 15px
    }

        .filter-form__box:last-of-type {
            width: 103px;
            margin-right: 0
        }
}

.filter-form__box select {
    width: 100%
}

.filter-form__field {
    width: 100%;
    color: #009fe3;
    border: 0;
    padding: 5px 7px;
    border-radius: 4px;
    border: solid 1px #4dbceb;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
        font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .filter-form__field:active, .filter-form__field:focus {
        outline: 0
    }

.filter-form__submit {
    font-weight: 700;
    border-radius: 4px;
    margin: 0;
    padding: 4px 25px;
    display: inline-block;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid #009fe3;
    color: #009fe3
}

@media (max-width:740px) {
    .filter-form__submit {
        width: 100%;
        padding: 8px 25px
    }
}

.filter__letters {
    background-color: #009fe3;
    padding: 15px 0
}

@media (max-width:740px) {
    .filter__letters {
        overflow-x: scroll
    }
}

.filter__letters::-webkit-scrollbar {
    height: 6px
}

.filter__letters::-webkit-scrollbar-track {
    background: #e6e9ee;
    border-top: 1px solid white;
    border-bottom: 1px solid white
}

.filter__letters::-webkit-scrollbar-thumb {
    background: #007bb0
}

.filter__letters__container {
    margin: auto;
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 25px
}

@media (min-width:740px) {
    .filter__letters__container {
        width: auto
    }
}

.filter__letter {
    color: white;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 15px
}

    .filter__letter:first-child {
        padding-left: 0
    }

.filtros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .filtros {
        margin-bottom: 40px
    }
}

.filtros .filtros__title {
    color: #009fe3;
    font-weight: bold
}

.filtros .filtros__reset {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

    .filtros .filtros__reset svg {
        width: 16px;
        height: 16px;
        fill: #009fe3
    }

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    height: 32px;
    outline: 0;
    vertical-align: middle
}

@media (max-width:740px) {
    .select2-container {
        width: 100% !important
    }
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    outline: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    background-color: white;
    border: solid 1px #4dbceb;
    border-radius: 4px
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 15px;
        padding-right: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 32px;
        color: #009fe3;
            font-family: 'Plus Jakarta Sans', sans-serif;
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 15px;
        font-size: 0.9375rem
    }

    .select2-container .select2-selection--single .select2-selection__clear {
        position: relative
    }

.select2-dropdown {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
        font-family: 'Plus Jakarta Sans', sans-serif;
    color: #545353;
    font-size: 16px;
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: center
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #009fe3;
    color: white
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #009fe3;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 32px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.documents {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .documents {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .documents {
        padding: 0
    }
}

.documents-container {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.document {
    background-color: white;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px 35px
}

@media (min-width:740px) {
    .document {
    }
}

@media (max-width:740px) {
    .document + .document {
        margin-top: 10px
    }
}

@media (min-width:740px) {
    .document {
        width: calc(50% - 10px);
        margin-right: 20px
    }

        .document:nth-child(2n) {
            margin-right: 0
        }

        .document:nth-child(n+3) {
            margin-top: 20px
        }
}

@media (min-width:1081px) {
    .document {
        margin-right: 20px;
        width: calc(25% - 15px)
    }

        .document:nth-child(2n) {
            margin-right: 20px
        }

        .document:nth-child(4n+4) {
            margin-right: 0
        }

        .document:nth-child(n+3) {
            margin-top: 0px
        }

        .document:nth-child(n+5) {
            margin-top: 20px
        }
}

.document__name {
    position: relative;
    margin-bottom: 20px
}

    .document__name:before {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 30px;
        height: 3px;
        background-color: #009fe3
    }

        .document__name:before else {
            left: 0
        }

.document__download {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #87858a;
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .document__download span {
        display: inline-block
    }

    .document__download svg {
        width: 20px;
        height: 20px;
        fill: #87858a
    }

.document__media {
    margin-bottom: 10px;
    width: 100%
}

    .document__media img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

.contact-cards {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

    .contact-cards.alone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px
    }

@media (min-width:740px) {
    .contact-cards {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .contact-cards {
        padding: 0
    }
}

.contact-card {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:740px) {
    .contact-card + .contact-card {
        margin-top: 15px
    }
}

@media (min-width:740px) {
    .contact-card {
        width: calc(33.33% - 16.666px);
        min-height: 230px;
        margin-right: 25px
    }

        .contact-card:nth-child(3n+3) {
            margin-right: 0
        }

        .contact-card:nth-child(n+4) {
            margin-top: 25px
        }
}

.contact-card__name {
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    letter-spacing: 0.1px;
    padding: 40px 20px;
    color: #545353;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (min-width:1081px) {
    .contact-card__name {
        padding: 0 20px;
        font-weight: 400;
        letter-spacing: 1.3px;
        color: #424141;
        line-height: 22px;
        line-height: 1.375rem;
        font-size: 22px;
        font-size: 1.375rem;
        width: 175px
    }
}

.contact-card__name:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    width: 2px;
    height: 60px;
    background-color: #009fe3
}

.contact-card__info {
    position: relative;
    background-color: #009fe3;
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:1081px) {
    .contact-card__info {
        padding: 0;
        width: calc(100% - 175px)
    }
}

.contact-card__title {
    font-weight: 700;
    color: white;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    margin-bottom: 30px
}

@media (min-width:1081px) {
    .contact-card__title {
        margin-bottom: 0;
        position: absolute;
        bottom: 100px;
        left: 15px;
        width: calc(100% - 30px)
    }
}

.contact-card__title:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 4px;
    background-color: white;
    left: 0;
    bottom: -5px
}

.contact-card__email {
    display: block;
    color: white;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%
}

@media (min-width:1081px) {
    .contact-card__email {
        width: calc(100% - 30px);
        position: absolute;
        bottom: 25px;
        left: 15px
    }
}

.contact-card__email a {
    display: block;
    color: white
}

.contact-card__v {
    color: white;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem
}

@media (min-width:1081px) {
    .contact-card__v {
        padding: 0 10px 30px 15px
    }
}

.contact-card__v a {
    color: white;
    display: block
}

.contact-card__v_title {
    font-weight: 700;
    margin-top: 15px
}

.staff {
    padding-bottom: 20px
}

@media (min-width:740px) {
    .staff {
        padding-bottom: 40px
    }
}

.staff.gray {
    background-color: #f4f4f4
}

.staff__container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:740px) {
    .staff__container {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .staff__container {
        padding: 0 20px
    }
}

.staff__members {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.staff-member {
    background-color: white;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
    position: relative;
    width: 100%
}

@media (max-width:740px) {
    .staff-member + .staff-member {
        margin-top: 15px
    }
}

@media (min-width:740px) {
    .staff-member {
        width: calc(50% - 15px);
        margin-right: 25px
    }

        .staff-member:nth-child(2n) {
            margin-right: 0
        }

        .staff-member:nth-child(n+3) {
            margin-top: 20px
        }
}

@media (min-width:1081px) {
    .staff-member {
        margin-right: 40px;
        padding-bottom: 60px;
        width: calc(33.33% - 45px)
    }

        .staff-member:nth-child(2n) {
            margin-right: 40px
        }

        .staff-member:nth-child(3n) {
            margin-right: 0
        }

        .staff-member:nth-child(n+3) {
            margin-top: 0px
        }

        .staff-member:nth-child(n+4) {
            margin-top: 40px
        }
}

.staff-member__id {
    padding: 30px;
    text-align: center
}

@media (min-width:1081px) {
    .staff-member__id {
        padding: 40px
    }
}

.staff-member__name {
    letter-spacing: 0.2px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353;
    margin-bottom: 20px;
    position: relative;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative
}

    .staff-member__name:before {
        content: '';
        position: absolute;
        bottom: -8px;
        width: 43px;
        height: 4px;
        background-color: #009fe3;
        left: 50%;
        margin-left: -21.5px
    }

        .staff-member__name:before else {
            left: 0
        }

@media (min-width:1081px) {
    .staff-member__name {
        letter-spacing: 1.3px;
        margin-bottom: 30px
    }
}

.staff-member__title {
    letter-spacing: 0.9px;
    color: #009fe3;
    font-weight: 500;
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.staff-member__contact {
    z-index: 200;
    width: 100%;
    background-color: #f6f6f6;
    text-align: center;
    padding: 20px
}

@media (min-width:1081px) {
    .staff-member__contact {
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.staff-member__contact a {
    color: #2e2e2d;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .staff-member__contact a:last-of-type {
        margin-bottom: 0
    }

    .staff-member__contact a:hover {
        color: #009fe3
    }

    .staff-member__contact a .icon {
        width: 14px;
        height: 14px;
        margin-right: 8px
    }

        .staff-member__contact a .icon svg {
            display: block;
            max-width: 14px;
            max-height: 14px;
            fill: #009fe3
        }

.library {
    max-width: 1155px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.library__filter {
    width: 100%;
    padding: 30px 35px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
}

@media (min-width:1081px) {
    .library__filter {
        padding: 54px 82px;
        width: 415px
    }
}

.library-form {
    width: 100%
}

@media (min-width:740px) {
    .library-form {
        max-width: 600px;
        margin: auto
    }
}

@media (min-width:1081px) {
    .library-form {
        max-width: 100%
    }
}

.library-form__box {
    width: 100%
}

    .library-form__box + .library-form__box {
        margin-top: 15px
    }

    .library-form__box select {
        width: 100%
    }

.library-form__field {
    border: 1px solid #d7d2cb;
    border-radius: 4px;
    padding: 0 10px;
    width: 100%;
    background-color: white;
    color: #87858a;
        font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 30px;
    line-height: 1.875rem;
    font-size: 15px;
    font-size: 0.9375rem
}

    .library-form__field.month {
        line-height: normal
    }

.library-form__submit {
    width: 100%;
    border: 2px solid #009fe3;
    border-radius: 4px;
    display: block;
    margin: 0;
    padding: 10px 0;
    color: #009fe3;
    font-weight: 700;
    background-color: transparent;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 16px;
    font-size: 1rem
}

.library__content {
    margin-top: 30px;
    width: 100%;
    padding: 0 15px
}

@media (min-width:1081px) {
    .library__content {
        margin-top: 0;
        padding-right: 0;
        width: calc(100% - 415px);
        padding-left: 85px
    }
}

.library__content .teaser {
    width: 100%;
    padding: 0
}

.library__content .teaser__copy {
    margin-bottom: 20px
}

@media (min-width:740px) {
    .library__content .teaser__content {
        padding: 48px 40px
    }
}

.library__content .teaser__title:before {
    height: 100%
}

@media (min-width:740px) {
    .library__content .teaser__title:before {
        left: -40px
    }
}

.library__content .meta .meta__item:before {
    background: #009fe3
}

.library__content .teaser__cat {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #009fe3;
    text-transform: uppercase;
    margin-bottom: 12px
}

.library__content .teaser__extras {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: auto;
    width: 100%
}

.accordion.puntajes .accordion__title {
    border: none !important;
    padding: 0
}

    .accordion.puntajes .accordion__title:before {
        content: inherit;
        background: none
    }

    .accordion.puntajes .accordion__title.is-active {
        color: var(--primario)
    }

.accordion.puntajes .accordion__content {
    text-align: right
}

    .accordion.puntajes .accordion__content .puntaje {
        margin-bottom: 0;
        font-weight: bold
    }

        .accordion.puntajes .accordion__content .puntaje span {
            font-size: 6rem;
            line-height: 6.5625rem;
            background: -webkit-gradient(linear, left top, right top, from(var(--primario)), to(var(--secundario)));
            background: -webkit-linear-gradient(left, var(--primario) 0%, var(--secundario) 100%);
            background: -o-linear-gradient(left, var(--primario) 0%, var(--secundario) 100%);
            background: linear-gradient(to right, var(--primario) 0%, var(--secundario) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent
        }

        .accordion.puntajes .accordion__content .puntaje.corte span {
            font-size: 3rem;
            line-height: 3.5625rem;
            background: none;
            -webkit-text-fill-color: #545353
        }

    .accordion.puntajes .accordion__content .nota {
        margin-top: 0;
        line-height: 1rem;
        font-size: 0.7rem
    }

.accordion-container {
    max-width: 568px;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 15px
}

    .accordion-container.full {
        max-width: 1200px
    }

.accordion--details .accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 0
}

.accordion--details .accordeon__copy {
    padding-left: 26px
}

    .accordion--details .accordeon__copy:after {
        content: '';
        margin-top: 6px;
        display: block;
        width: 28px;
        height: 3px;
        background: #009fe3
    }

.accordeon__avatar {
    border-radius: 50%;
    overflow: hidden
}

.accordeon__cargo {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 3px;
    color: #009fe3
}

.accordion__title {
    padding: 14px 50px 14px 19px;
    letter-spacing: 0.1px;
    color: #545353;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    cursor: pointer;
    border-top: 1px solid #d7d2cb;
    border-bottom: 1px solid transparent;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem
}

    .accordion__title.is-active {
        border-bottom-color: #d7d2cb;
        color: #009fe3
    }

        .accordion__title.is-active:before {
            background: url("../img/less-circle.svg") no-repeat center
        }

    .accordion__title:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 20px;
        width: 22px;
        height: 22px;
        background: url("../img/plus-circle.svg") no-repeat center;
        border-radius: 50%
    }

    .accordion__title.color-white {
        color: white;
        padding: 14px 50px 14px 30px
    }

        .accordion__title.color-white:before {
            background: url("../img/plus-circle-white.svg") no-repeat center
        }

.accordion__content {
    display: none;
    padding: 20px 6px 30px
}

    .accordion__content.color-gray {
        background-color: #d9d9d9;
        padding: 30px;
        margin: 5px 0
    }

@media (min-width:740px) {
    .accordion__content.color-gray {
        padding: 30px 60px
    }
}

.accordion__content.color-gray .dataTables_wrapper {
    margin: 30px 0
}

.accordion__content.color-gray .tablepress tfoot th, .accordion__content.color-gray .tablepress thead th {
    color: #fff
}

.accordion__content.color-gray .tablepress tbody td, .accordion__content.color-gray .tablepress tfoot th {
    color: #545353;
    background-color: white;
    border: none
}

.accordion__content.color-gray .tablepress {
    border-collapse: separate;
    border-spacing: 0 7px
}

.accordion__profile {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion__profile__photo {
    width: 100px
}

    .accordion__profile__photo img {
        width: 100%;
        border-radius: 50%
    }

.accordion__profile__content {
    width: calc(100% - 100px);
    padding-left: 20px
}

.accordion__profile__title {
    letter-spacing: 0.5px;
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem
}

.js-acc-content {
    display: none
}

@media (max-width:1081px) {
    .js-acc-content--mobile {
        display: none
    }
}

.c-0089d3 {
    background-color: #0089d3
}

    .c-0089d3 .tablepress tfoot th, .c-0089d3 .tablepress thead th {
        background-color: black
    }

.c-004396 {
    background-color: #004396
}

    .c-004396 .tablepress tfoot th, .c-004396 .tablepress thead th {
        background-color: #004396
    }

.c-e85b1a {
    background-color: #e85b1a
}

    .c-e85b1a .tablepress tfoot th, .c-e85b1a .tablepress thead th {
        background-color: #e85b1a
    }

.c-de1c30 {
    background-color: #de1c30
}

    .c-de1c30 .tablepress tfoot th, .c-de1c30 .tablepress thead th {
        background-color: #de1c30
    }

.c-feb803 {
    background-color: #feb803
}

    .c-feb803 .tablepress tfoot th, .c-feb803 .tablepress thead th {
        background-color: #feb803
    }

.c-009688 {
    background-color: #009688
}

.c-00a4d3 {
    background-color: #00a4d3
}

    .c-00a4d3 .tablepress tfoot th, .c-00a4d3 .tablepress thead th {
        background-color: #00a4d3
    }

.video-block + .section.background-gray {
    margin-top: 0
}

.page-container .featured {
    margin-bottom: 40px
}

.featured-news {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto 40px
}

.featured-news__imagen {
    position: relative
}

    .featured-news__imagen:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
        background-image: -webkit-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
        background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
        background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%)
    }

.featured-news__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 400;
    padding: 20px
}

@media (min-width:1081px) {
    .featured-news__content {
        padding: 20px 100px 30px 35px
    }
}

.featured-news__content .featured-news__label {
    display: inline-block;
    margin-right: 20px
}

    .featured-news__content .featured-news__label a {
        display: block;
        color: white;
        line-height: 13px;
        line-height: 0.8125rem;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #009fe3
    }

.featured-news__content .meta {
    display: inline-block
}

.featured-news__title {
    margin-top: 12px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    position: relative;
    color: white;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem
}

@media (min-width:740px) {
    .featured-news__title {
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 35px;
        font-size: 2.1875rem
    }
}

@media (min-width:1081px) {
    .featured-news__title {
        margin-bottom: 10px;
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 35px;
        font-size: 2.1875rem
    }
}

.featured-news__title a {
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

    .featured-news__title a:hover {
        color: #009fe3
    }

.featured-news__title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 6px;
    height: 100%;
    background-color: #009fe3
}

@media (min-width:1081px) {
    .featured-news__title:before {
        left: -35px
    }
}

.opinion-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

@media (min-width:740px) {
    .opinion-boxes {
        padding: 0 30px
    }
}

@media (min-width:1081px) {
    .opinion-boxes {
        padding: 0
    }
}

.opinion {
    background-color: white;
    width: 100%;
    padding-bottom: 33px;
    border: solid 1px #e6e9ee;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width:740px) {
    .opinion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #d7d2cb;
        padding-bottom: 10px
    }

        .opinion + .opinion {
            margin-top: 15px
        }
}

@media (min-width:740px) {
    .opinion {
        width: calc(33% - 10px);
        text-align: center
    }

        .opinion:nth-child(n+4) {
            margin-top: 20px
        }
}

.opinion .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 18px
}

.opinion__header {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover
}

@media (min-width:740px) {
    .opinion__header {
        padding-top: 24px
    }
}

@media (max-width:740px) {
    .opinion__header {
        background-image: none !important
    }
}

.opinion__header:before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -20px;
    width: 140%;
    height: 120px;
    background-color: white;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.opinion__header:hover .opinion__media:before {
    opacity: 1
}

.opinion__header.hover-active .opinion__media:before {
    opacity: 1
}

.opinion__header {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover
}

@media (min-width:740px) {
    .opinion__header {
        padding-top: 24px
    }
}

@media (max-width:740px) {
    .opinion__header {
        background-image: none !important
    }
}

.opinion__header:before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -20px;
    width: 140%;
    height: 120px;
    background-color: white;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.opinion__header:hover .opinion__media:before {
    opacity: 1
}

.opinion__header.hover-active .opinion__media:before {
    opacity: 1
}

.opinion__media {
    position: relative;
    z-index: 100;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media (min-width:740px) {
    .opinion__media {
        width: 140px;
        height: 140px;
        display: block
    }
}

.opinion__media img {
    border-radius: 50%;
    width: 100%
}

.opinion__media:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 159, 227, 0.5)
}

.opinion__author {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    color: #1d1e20;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem
}

    .opinion__author a {
        color: #1d1e20
    }

.opinion__author-bio {
    color: #009fe3;
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    position: relative;
    z-index: 400;
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    -o-transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.49, 0.87)
}

@media (min-width:740px) {
    .opinion__author-bio {
        margin-bottom: 20px
    }
}

.opinion__content {
    padding: 10px 18px;
    width: 100%
}

@media (min-width:740px) {
    .opinion__content {
        padding: 0 18px;
        text-align: center
    }
}

.opinion__title {
    padding: 12px 0;
    border-top: 1px solid #e6e9ee;
    min-height: 80px
}

@media (min-width:740px) {
    .opinion__title {
        min-height: 90px
    }
}

@media (min-width:1081px) {
    .opinion__title {
        padding: 20px
    }
}

.opinion__title a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

    .opinion__title a:hover {
        color: #009fe3
    }

.error404__container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .error404__container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 162, 151, 0.5)), to(#00a297)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 162, 151, 0.7)), to(rgba(0, 162, 151, 0.7)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 162, 151, 0.5), #00a297), -webkit-linear-gradient(rgba(0, 162, 151, 0.7), rgba(0, 162, 151, 0.7));
        background-image: -o-linear-gradient(bottom, rgba(0, 162, 151, 0.5), #00a297), -o-linear-gradient(rgba(0, 162, 151, 0.7), rgba(0, 162, 151, 0.7));
        background-image: linear-gradient(to top, rgba(0, 162, 151, 0.5), #00a297), linear-gradient(rgba(0, 162, 151, 0.7), rgba(0, 162, 151, 0.7))
    }

.error404__logo {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 300;
    background-color: #1d1e20;
    padding: 20px;
    width: 180px
}

@media (min-width:740px) {
    .error404__logo {
        width: auto
    }
}

.error404__logo svg {
    width: 140px;
    height: auto
}

@media (min-width:740px) {
    .error404__logo svg {
        width: auto
    }
}

.error404__content {
    position: relative;
    z-index: 200;
    text-align: center;
    max-width: 650px;
    width: 100%
}

    .error404__content .huge {
        font-size: 130px;
        line-height: 130px;
        color: white;
        font-family: 'Plus Jakarta Sans', sans-serif;;
        font-weight: 700
    }

@media (min-width:740px) {
    .error404__content .huge {
        font-size: 250px;
        line-height: 250px
    }
}

.error404__copy {
    padding: 0 20px;
    color: white;
    margin-bottom: 25px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem
}

@media (min-width:740px) {
    .error404__copy {
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.error404__search {
    margin-bottom: 25px;
    padding: 0 30px
}

@media (min-width:740px) {
    .error404__search {
        padding: 0
    }
}

.error404__search .search-form__submit {
    background-color: rgba(255, 255, 255, 0.4)
}

    .error404__search .search-form__submit svg {
        fill: white
    }

.error404__search .search-form__field {
    background-color: rgba(255, 255, 255, 0.4);
    color: white
}

.error404__search ::-webkit-input-placeholder {
    color: white
}

.error404__search ::-moz-placeholder {
    color: white
}

.error404__search :-ms-input-placeholder {
    color: white
}

.error404__search :-moz-placeholder {
    color: white
}

.share {
    z-index: 1000
}

    .share svg {
        width: 18px;
        height: 18px
    }

    .share a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .share a svg {
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            fill: white
        }

.share__facebook {
    background-color: #39579a
}

    .share__facebook:hover {
        background-color: #1d2d50
    }

.share__twitter {
    background-color: #059ff5
}

    .share__twitter:hover {
        background-color: #035e91
    }

.share__linkedin {
    background-color: #0076b7
}

    .share__linkedin:hover {
        background-color: #003451
    }

.share__email {
    background-color: #ee0085
}

    .share__email:hover {
        background-color: #88004c
    }

.share__link {
    background-color: #6e6c6c
}

    .share__link:hover {
        background-color: #3a3a3a
    }

.share--simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .share--simple a {
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.share--full {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:740px) {
    .share--full {
        margin-top: 0;
        display: block;
        position: fixed;
        top: 200px;
        left: 0
    }
}

.share--full a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px
}

.share--author {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .share--author a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px
    }

.single-container {
    max-width: 980px;
    width: 100%;
    margin: 40px auto;
    position: relative;
    padding-bottom: 30px
}

@media (min-width:740px) {
    .single-container {
        padding: 0 88px;
        padding-bottom: 50px
    }
}

@media (min-width:1081px) {
    .single-container {
        margin: 60px auto 40px;
        padding: 0 0 50px
    }
}

.single__title {
    color: #1d1e20;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: 700;
    line-height: 37px;
    line-height: 2.3125rem;
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 18px
}

@media (min-width:740px) {
    .single__title {
        line-height: 45px;
        line-height: 2.8125rem;
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:1081px) {
    .single__title {
        line-height: 43px;
        line-height: 2.6875rem;
        font-size: 40px;
        font-size: 2.5rem
    }
}

.single__title a {
    color: #1d1e20
}

.single-header {
    padding: 0 16px 30px
}

@media (min-width:740px) {
    .single-header {
        padding: 0 0 20px
    }
}

@media (min-width:1081px) {
    .single-header {
        padding: 0 0 30px
    }
}

.single-content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px
}

@media (min-width:740px) {
    .single-content {
        padding: 0;
        margin: auto
    }
}

@media (min-width:1081px) {
    .single-content {
        margin-top: 40px
    }
}

.single-content.c-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-content .sidebar {
    width: 100%
}

.single-content .btn {
    margin-top: 30px
}

.single__copy {
    max-width: 600px;
    width: 100%
}

    .single__copy.is-alone {
        max-width: 780px
    }

.single-container-event .single__title {
    max-width: 600px;
    margin: 24px auto 4px;
    text-align: center
}

.single-container-event .single-header {
    padding-bottom: 0
}

.single-container-event .event__info {
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}

@media (min-width:740px) and (max-width:1081px) {
    .single-container-event .event__info {
        min-height: auto
    }
}

.single-container-event .event__date {
    width: auto
}

.single-container-event .event__location {
    text-align: center
}

@media (min-width:740px) and (max-width:1081px) {
    .single-container-event .event__location {
        width: auto
    }
}

@media (min-width:1081px) {
    .single-container-event .event__location {
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e9ee
    }
}

.single-container-event .from, .single-container-event .to {
    padding: 0;
    height: auto;
    display: inline-block;
    width: auto
}

    .single-container-event .from .container, .single-container-event .to .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-container-event .from .day-container, .single-container-event .to .day-container {
        text-align: left;
        margin-left: 5px
    }

        .single-container-event .from .day-container .month, .single-container-event .to .day-container .month {
            text-align: left;
            letter-spacing: 1.5px
        }

        .single-container-event .from .day-container .year, .single-container-event .to .day-container .year {
            border-top: 0;
            padding-top: 0;
            margin-top: 0;
            letter-spacing: 1.1px;
            color: #e6007e;
            line-height: 14px;
            line-height: 0.875rem;
            font-size: 16px;
            font-size: 1rem;
            display: block
        }

.single-container-event .day {
    line-height: 40px;
    line-height: 2.5rem;
    font-size: 38px;
    font-size: 2.375rem
}

.single-container-event .from {
    padding-right: 20px;
    border-bottom: none
}

.single-container-event .to {
    padding-left: 20px;
    position: relative
}

    .single-container-event .to:before {
        content: '';
        position: absolute;
        top: 0;
        left: -3px;
        width: 1px;
        height: 40px;
        background-color: #e6e9ee
    }

.single-container-event .event__title {
    text-align: center
}

@media (min-width:740px) {
    .single-container-event .event__title {
        padding-bottom: 30px
    }
}

@media (min-width:1081px) {
    .single-container-event .event__title {
        padding: 0 80px 0
    }
}

.single-container-event .event__extras {
    max-width: 600px;
    width: 100%;
    margin: auto
}

.single-container-event .event__extra {
    margin-bottom: 15px
}

.single-container-event .event__about {
    width: 100%
}

@media (min-width:1081px) {
    .single-container-event .event__about {
        padding: 24px 100px
    }
}

.featured-media {
    padding: 0 15px
}

@media (min-width:740px) {
    .featured-media {
        padding: 0
    }
}

.featured-media img {
    max-width: 100%
}

.featured-media-caption {
    color: #545353;
    border-bottom: 1px solid #bab9b9;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 14px;
    font-size: 0.875rem
}

.media {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 30px
}

    .media img {
        width: 100%
    }

.media--gallery {
    max-width: 980px
}

    .media--gallery .media__copy {
        max-width: 780px;
        width: 100%;
        margin: auto
    }

.media--video__cover {
    position: relative
}

.media--video__trigger {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.media__copy {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e9ee
}

    .media__copy p {
        font-family: 'Plus Jakarta Sans', sans-serif;;
        color: #00a297;
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 22px;
        font-size: 1.375rem
    }

.single-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery__big {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:740px) {
    .gallery__big {
        width: 50%
    }
}

.gallery__small {
    width: 50%;
    cursor: pointer;
    position: relative
}

.gallery__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 162, 151, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery__btn {
    z-index: 100
}

.single-investigation__details {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e6e9ee;
    padding: 30px 50px 25px;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    max-width: 580px
}

    .single-investigation__details .single-investigation__detail {
        padding-left: 25px;
        position: relative;
        line-height: 19px;
        line-height: 1.1875rem;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 15px
    }

@media (min-width:740px) {
    .single-investigation__details .single-investigation__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.single-investigation__details .single-investigation__detail > span {
    display: block;
    color: #87858a
}

.single-investigation__details .single-investigation__detail a {
    color: #009fe3
}

.single-investigation__details .single-investigation__detail__title {
    font-weight: bold
}

@media (min-width:740px) {
    .single-investigation__details .single-investigation__detail__title {
        width: 150px
    }
}

@media (min-width:740px) {
    .single-investigation__details .single-investigation__detail__copy {
        width: calc(100% - 150px);
        padding-left: 24px
    }
}

.single-investigation__details .single-investigacion__icon {
    position: absolute;
    top: 0;
    left: 0
}

    .single-investigation__details .single-investigacion__icon svg {
        fill: #009fe3
    }

.map {
    position: relative
}

.map__wrapper {
    height: 500px;
    position: relative
}

@media (min-width:740px) {
    .map__wrapper {
        height: 600px
    }
}

@media (min-width:1081px) {
    .map__wrapper {
        height: 500px
    }
}

#map-canvas {
    height: 100%
}

.map__info {
    position: absolute;
    left: 15px;
    bottom: 30px;
    width: calc(100% - 30px);
    z-index: 100
}

@media (min-width:740px) {
    .map__info {
        left: 80px;
        top: 85px;
        bottom: auto;
        width: 230px
    }
}

@media (min-width:1081px) {
    .map__info {
        top: 155px;
        left: 210px;
        width: 380px
    }
}

.map__info .event {
    width: 100%
}

.map__info .event__about {
    position: relative
}

.map__info .event__title {
    margin-bottom: 0
}

    .map__info .event__title:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 40px;
        width: 3px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        background: #009fe3
    }

.single-programas {
    padding: 0 15px;
    max-width: 600px;
    margin: 40px auto
}

    .single-programas .programas__meta {
        max-width: 460px;
        margin: 0 auto
    }

        .single-programas .programas__meta .proramas__meta__item {
            margin-bottom: 12px
        }

@media (min-width:740px) {
    .single-programas .programas__meta .proramas__meta__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.single-programas .programas__meta .proramas__meta__item .meta__title {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .single-programas .programas__meta .proramas__meta__item .meta__title {
        width: 40%
    }
}

.single-programas .programas__meta .proramas__meta__item .meta__title .icon {
    width: 14px;
    height: 14px;
    margin: 3px 0 0
}

    .single-programas .programas__meta .proramas__meta__item .meta__title .icon svg {
        display: block;
        max-width: 14px;
        max-height: 14px;
        fill: #009fe3
    }

.single-programas .programas__meta .proramas__meta__item .meta__title h2 {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #87858a;
    width: calc(100% - 14px);
    padding-left: 10px
}

.single-programas .programas__meta .proramas__meta__item .meta__content {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #87858a
}

@media (max-width:740px) {
    .single-programas .programas__meta .proramas__meta__item .meta__content {
        padding-left: 24px
    }
}

@media (min-width:740px) {
    .single-programas .programas__meta .proramas__meta__item .meta__content {
        width: 60%
    }
}

.single-programas .programas__meta .proramas__meta__item .meta__content a {
    color: #009fe3
}

.single-programas .programas__content {
    margin-top: 20px
}

@media (min-width:740px) {
    .single-programas .programas__content {
        margin-top: 40px
    }
}

.single-programas .programas__content .btn {
    margin-top: 20px
}

.category-menu {
    width: 100%;
    position: relative;
    z-index: 400;
    padding-top: 10px
}

@media (min-width:740px) {
    .category-menu {
        padding-top: 30px
    }
}

.category-menu.negative {
    padding-top: 0
}

@media (min-width:740px) {
    .category-menu.negative {
        padding-top: 20px;
        padding-top: 60px;
        margin-top: -31px
    }
}

@media (min-width:740px) {
    .category-menu.category-open .category-menu__wrap:before {
        display: none
    }
}

.category-menu__wrap {
    max-width: 980px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    position: relative
}

@media (min-width:740px) {
    .category-menu__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.category-menu__wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 2px 4px 0 #dfe6f3;
    box-shadow: 0 2px 4px 0 #dfe6f3;
    background-color: #dfe6f3;
    display: none
}

@media (min-width:740px) {
    .category-menu__wrap:before {
        display: block
    }
}

@media (max-width:740px) {
    .category {
        border-bottom: 1px solid #d7d2cb;
        display: block
    }

        .category:last-child {
            border-bottom: 0
        }
}

.category__label {
    cursor: pointer;
    padding: 12px 23px 12px 23px;
    color: #1d1e20;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    border: 1px solid transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    background-color: #f4f4f4
}

@media (min-width:740px) {
    .category__label {
        background-color: transparent;
        border-bottom: 0;
        margin: 0 5px;
        line-height: 18px;
        line-height: 1.125rem;
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 14px 23px 14px 23px
    }
}

.category__label.active {
    border: 1px solid #dfe6f3;
    border-bottom: 0;
    background-color: white;
    position: relative
}

@media (min-width:740px) {
    .category__label.active {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07)
    }

        .category__label.active:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: white;
            z-index: 2
        }
}

.category__label.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category__label svg {
    margin-left: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (max-width:740px) {
    .category__label svg {
        position: absolute;
        top: 50%;
        right: 20px
    }
}

.category__list {
    width: 100%;
    background-color: white;
    border: solid 1px #dfe6f3;
    display: none
}

@media (min-width:740px) {
    .category__list {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
        position: absolute;
        left: 0;
        top: 46px
    }
}

.category__list a {
    color: #545353;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 20px 10px 20px;
    line-height: 15px;
    line-height: 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem
}

@media (min-width:740px) {
    .category__list a {
        width: calc(25% - 20px)
    }

        .category__list a:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background-color: #dfe6f3;
            z-index: 4
        }

        .category__list a:nth-child(9):before, .category__list a:nth-child(10):before, .category__list a:nth-child(11):before {
            height: 100%
        }

        .category__list a:nth-child(10):before {
            height: 120%
        }
}

.category__list a:nth-child(4n+4) {
    padding-right: 0
}

    .category__list a:nth-child(4n+4):before {
        display: none
    }

.category__list__container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:740px) {
    .category__list__container {
        padding: 34px 0 34px 30px
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1200;
    padding: 0;
    background: #f6f6f6
}

@media (min-width:1081px) {
    .overlay {
        padding: 0
    }
}

.overlay.overlay-is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overlay__container {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative
}

.overlay__close {
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #545353;
    width: 40px;
    height: 40px;
    border: 0;
    z-index: 200;
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (min-width:1081px) {
    .overlay__close {
        top: 0;
        width: 60px;
        height: 60px
    }
}

.overlay__close:active, .overlay__close:focus {
    outline: 0
}

.overlay__close svg {
    fill: white;
    width: 26px;
    height: 26px
}

@media (min-width:1081px) {
    .overlay__close svg {
        width: 32px;
        height: 32px
    }
}

.gallery-slider {
    height: 100%;
    width: 100%;
    position: relative
}

.gallery-container {
    padding: 0;
    height: 100%;
    width: 100%
}

    .gallery-container:after, .gallery-container:before {
        content: " ";
        display: table
    }

    .gallery-container:after {
        clear: both
    }

.gallery-image {
    height: 100%;
    display: none
}

    .gallery-image:first-child {
        display: block
    }

.gallery-image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

@media (min-width:1081px) {
    .gallery-image__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row
    }
}

.gallery-image__img {
    width: 100%;
    height: 55%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:740px) {
    .gallery-image__img {
        height: 70%
    }
}

@media (min-width:1081px) {
    .gallery-image__img {
        padding: 0 60px;
        height: auto;
        width: 75%
    }
}

.gallery-image__img img {
    max-width: 100%
}

.gallery-image__info {
    width: 100%;
    height: 45%;
    position: relative
}

@media (min-width:740px) {
    .gallery-image__info {
        height: 30%
    }
}

@media (min-width:1081px) {
    .gallery-image__info {
        width: 25%;
        height: auto
    }
}

.gallery-image__info__container {
    width: 100%;
    padding: 0 20px
}

@media (min-width:1081px) {
    .gallery-image__info__container {
        right: 0;
        position: absolute;
        padding-right: 40px;
        bottom: 215px
    }
}

.gallery-image__info__title {
    padding-top: 20px
}

.gallery-image__info__label {
    margin-top: 15px
}

.gallery-controls {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 0;
    z-index: 500
}

@media (min-width:1081px) {
    .gallery-controls {
        bottom: 40px;
        width: calc(25% - 20px)
    }
}

.gallery-controls .flex-direction-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row
}

@media (max-width:740px) {
    .gallery-controls .flex-direction-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.gallery-controls .flex-direction-nav li {
    margin-right: 15px
}

.gallery-controls .flex-direction-nav a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px 10px rgba(119, 119, 119, 0.2);
    box-shadow: 0 0 30px 10px rgba(119, 119, 119, 0.2);
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block
}

.gallery-controls .flex-direction-nav svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 15px;
    height: 25px;
    fill: #222324
}

@media (min-width:1081px) {
    .gallery-controls .flex-direction-nav svg {
        fill: #000000
    }
}

.side-nav {
    position: fixed;
    top: 50%;
    left: 30px;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap column;
    flex-flow: wrap column;
    -webkit-transform: translateZ(0);
    background-color: #f1efef;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border: 1px solid #d7dce4;
    border-radius: 20px;
    padding: 20px 0;
    -webkit-box-shadow: 0 0 14px 0 rgba(29, 30, 32, 0.08);
    box-shadow: 0 0 14px 0 rgba(29, 30, 32, 0.08);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none
}

@media (min-width:1081px) {
    .side-nav {
        display: block
    }
}

.side-nav.is-visible {
    opacity: 1;
    -webkit-animation: scrollIn 1s ease backwards;
    animation: scrollIn 1s ease backwards
}

.side-nav.turn-school {
    border: 1px solid #008dca;
    background-color: #009fe3
}

    .side-nav.turn-school a.current .side-nav__dot {
        background-color: white
    }

    .side-nav.turn-school a .side-nav__dot {
        background-color: rgba(230, 233, 238, 0.2)
    }

.side-nav a {
    display: block;
    margin: 3px 0;
    position: relative;
    padding: 0 12px
}

    .side-nav a.current .side-nav__dot {
        background-color: #009fe3
    }

    .side-nav a:hover .side-nav__label {
        opacity: 1
    }

.side-nav__dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: rgba(0, 159, 227, 0.2)
}

.side-nav__label {
    opacity: 0;
    display: block;
    background-color: #009fe3;
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    left: 45px
}

    .side-nav__label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -7px;
        width: 0;
        margin-top: -6px;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 7px 0;
        border-color: transparent #009fe3 transparent transparent
    }

.revista {
    padding: 0 15px;
    width: 100%;
    margin-top: 40px
}

@media (min-width:740px) {
    .revista {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 40px
    }
}

.revista .revista__media {
    margin: 0 auto 32px;
    width: 180px
}

@media (min-width:740px) {
    .revista .revista__media {
        width: 220px;
        height: 330px;
        margin: 0
    }
}

.revista .revista__media img {
    width: 100%;
    display: block
}

@media (min-width:740px) {
    .revista .revista__content {
        width: 384px;
        padding-left: 50px
    }
}

.revista .revista__content .revista__title {
    color: #009fe3;
    line-height: 35px;
    line-height: 2.1875rem;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: bold
}

.revista .revista__content .revista__text {
    color: rgba(0, 0, 0, 0.79);
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

@media (min-width:740px) {
    .listado--boletin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.listado--boletin .boletin {
    background: #3e3e3e;
    padding: 20px 20px 60px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

@media (min-width:740px) {
    .listado--boletin .boletin {
        width: calc(33.333% - 13.333px)
    }
}

.listado--boletin .boletin--logo {
    margin-bottom: 26px
}

.listado--boletin .boletin__content {
    color: white;
    text-align: center
}

.listado--boletin .boletin__title {
    margin-bottom: 14px;
    line-height: 41px;
    line-height: 2.5625rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

    .listado--boletin .boletin__title:after {
        content: '';
        width: 190px;
        height: 2px;
        margin: 5px auto 0;
        background: white;
        opacity: .5;
        display: block
    }

.listado--boletin .boletin__date {
    line-height: 19px;
    line-height: 1.1875rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto
}

.decano-full .wrap {
    max-width: 980px;
    margin: auto
}

@media (min-width:740px) {
    .decano-full__media {
        margin-bottom: 40px
    }
}

.decano-full__media img {
    width: 100%
}

.decano-full__content {
    padding: 5px 15px 0
}

@media (min-width:740px) {
    .decano-full__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0
    }
}

.decano-full__content .decano-full__column {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4)
}

@media (min-width:740px) {
    .decano-full__content .decano-full__column {
        width: 50%;
        padding-right: 45px;
        border-bottom: 0;
        margin: 0
    }
}

@media (min-width:740px) {
    .decano-full__content .decano-full__column:first-of-type {
        border-right: 2px solid rgba(151, 151, 151, 0.4)
    }
}

.decano-full__content .decano-full__column:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

@media (min-width:740px) {
    .decano-full__content .decano-full__column:last-of-type {
        padding-right: 0;
        padding-left: 45px
    }
}

.decano-full__content h3 {
    margin: 0
}

.text-carrera {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #009fe3 !important
}

.download-block {
    padding: 40px 0;
    max-width: 980px;
    margin: auto
}

@media (min-width:740px) {
    .download-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:740px) {
    .download-block__item {
        width: 50%
    }
}

.download-block__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: auto;
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    padding: 30px 20px
}

@media (min-width:740px) {
    .download-block__file {
        padding: 78px 20px;
        max-width: 380px;
        width: 100%;
        margin-top: 50px
    }
}

@media (min-width:1081px) {
    .download-block__file {
        overflow: hidden
    }

        .download-block__file:hover .download-block__bg {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-filter: blur(10px);
            filter: blur(10px)
        }
}

.download-block__file:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #009fe3;
    opacity: 0.9
}

.download-block__file span {
    position: relative;
    z-index: 200
}

    .download-block__file span:first-of-type {
        margin-right: 24px
    }

    .download-block__file span:last-of-type {
        width: 160px
    }

.download-block__file .download-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

    .download-block__file .download-block__bg img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.author-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:740px) {
    .author-photo {
        width: 140px;
        height: 140px
    }
}

.author-photo img {
    border-radius: 50%;
    width: 100%
}

.author-small-photo {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100
}

    .author-small-photo img {
        border-radius: 50%;
        width: 100%
    }

.author-info {
    padding-bottom: 20px
}

.author-info__header {
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

    .author-info__header:before {
        content: '';
        position: absolute;
        bottom: -50px;
        right: -20px;
        width: 140%;
        height: 120px;
        background-color: white;
        -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

.author-info__person {
    position: relative;
    padding: 0 24px 15px;
    margin-bottom: 15px
}

    .author-info__person:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 6px;
        height: calc(100% - 25px);
        background-color: #00a297
    }

    .author-info__person:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 24px;
        width: calc(100% - 48px);
        height: 1px;
        background-color: #e6e9ee
    }

.author-info__mini {
    line-height: 22px;
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem
}

.author-info__bio {
    padding: 0 24px
}

.author-info__links {
    margin-top: 25px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar {
    width: calc(100% - 30px);
    margin: 20px auto 0
}

    .sidebar.sidebar-cloned {
        margin-bottom: 20px
    }

@media (min-width:740px) {
    .sidebar {
        width: 100%
    }
}

@media (min-width:1081px) {
    .sidebar {
        max-width: 300px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:740px) {
    .sidebar-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
        flex-flow: wrap row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sidebar__title {
    background-color: #009fe3;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: white;
    padding: 10px 28px 12px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem
}

.sidebar__block + .sidebar__block {
    margin-top: 30px
}

@media (min-width:740px) {
    .sidebar__block + .sidebar__block {
        margin-top: 0
    }
}

@media (min-width:1081px) {
    .sidebar__block + .sidebar__block {
        margin-top: 20px
    }
}

.facultades__top {
    margin-bottom: 40px
}

@media (min-width:740px) {
    .facultades__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width:740px) {
    .facultades__top .copy {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px
    }
}

@media (min-width:740px) {
    .facultades__top .copy {
        max-width: 420px;
        margin-bottom: 20px
    }
}

@media (min-width:1081px) {
    .facultades__top .copy {
        margin-bottom: 0
    }
}

.facultades__top .facultades__select {
    max-width: 360px;
    width: 100%;
    margin-left: 50px;
    border: 1px solid #e6e9ee;
    padding: 0 20px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative
}

@media (max-width:740px) {
    .facultades__top .facultades__select {
        max-width: calc(100% - 20px);
        margin: 0 auto
    }
}

.facultades__top .facultades__select:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 23px;
    display: block;
    background: #009fe3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.facultades__top .facultades__select select {
    width: 100%;
    height: 47px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-weight: bold
}

    .facultades__top .facultades__select select:focus {
        outline: 0
    }

.facultad__tab {
    position: relative
}

    .facultad__tab:after {
        content: "";
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.82)), to(rgba(94, 85, 85, 0.11))), radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.49));
        background-image: -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11)), -webkit-radial-gradient(50% 40%, circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.49));
        background-image: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11)), -o-radial-gradient(50% 40%, circle, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.49));
        background-image: linear-gradient(to top, rgba(31, 31, 31, 0.82), rgba(94, 85, 85, 0.11)), radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.49));
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none
    }

@media (min-width:740px) {
    .facultad__tab:after {
        display: block
    }
}

.facultad__tab.escuela-de-psicologia .section__title.line-bottom span:before {
    background: #eb661b
}

.facultad__tab.escuela-de-negocios .section__title.line-bottom span:before {
    background: #00a297
}

.facultad__tab.facultad-de-artes-liberales .section__title.line-bottom span:before {
    background: #69187f
}

.facultad__tab.facultad-de-periodismo .section__title.line-bottom span:before {
    background: #ef3340
}

.facultad__tab.escuela-de-periodismo .section__title.line-bottom span:before {
    background: #ef3340
}

.facultad__tab.facultad-de-derecho .section__title.line-bottom span:before {
    background: #24559d
}

.facultad__tab.escuela-de-gobierno .section__title.line-bottom span:before {
    background: #a19688
}

.facultad__tab.facultad-de-ingenieria .section__title.line-bottom span:before {
    background: #00adda
}

.facultad__tab.facultad-de-ingenieria-y-ciencias .section__title.line-bottom span:before {
    background: #00adda
}

.facultad__tab.design-lab .section__title.line-bottom span:before {
    background: #fcc002
}

.facultad__tab.designlab .section__title.line-bottom span:before {
    background: #fcc002
}

.facultad__tab.escuela-de-diseno .section__title.line-bottom span:before {
    background: #fcc002
}

.facultad__tab.generico .section__title.line-bottom span:before {
    background: #009fe3
}

.facultad__tab.uai .section__title.line-bottom span:before {
    background: #1c1c1c
}

.facultad__tab .facultad__media {
    width: 100%
}

    .facultad__tab .facultad__media img {
        display: block;
        width: 100%
    }

@media (max-width:740px) {
    .facultad__tab .facultad__copy {
        color: #1d1e20;
        padding: 0 15px;
        text-align: center;
        border-bottom: 1px solid #e6e9ee;
        padding-bottom: 30px
    }
}

@media (min-width:740px) {
    .facultad__tab .facultad__copy {
        position: absolute;
        bottom: 74px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        color: white;
        z-index: 200
    }
}

@media (min-width:1081px) {
    .facultad__tab .facultad__copy {
        bottom: 120px
    }
}

@media (min-width:1300px) {
    .facultad__tab .facultad__copy {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.facultad__tab .facultad__copy .copy {
    margin: 0 0 25px
}

.facultad__tab .facultad__copy .section__title {
    color: #1d1e20
}

@media (min-width:740px) {
    .facultad__tab .facultad__copy .section__title {
        color: white;
        margin-bottom: 40px
    }
}

@media (max-width:740px) {
    .facultad__tab .facultad__copy .btn {
        color: #009fe3;
        padding: 0 13px;
        border-color: #009fe3;
        line-height: 34px;
        line-height: 2.125rem;
        font-size: 15px;
        font-size: 0.9375rem;
        margin: auto
    }

        .facultad__tab .facultad__copy .btn:hover {
            color: white;
            border-color: #009fe3
        }

            .facultad__tab .facultad__copy .btn:hover:before {
                width: 100%
            }

        .facultad__tab .facultad__copy .btn:before {
            background-color: #009fe3
        }
}

@media (min-width:740px) {
    .cards--descriptive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.card-acc {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:740px) {
    .card-acc {
        width: calc(50% - 10px)
    }
}

.card-acc .card-acc__media {
    position: relative;
    cursor: pointer
}

@media (min-width:1081px) {
    .card-acc .card-acc__media:hover:before {
        opacity: 0
    }

    .card-acc .card-acc__media:hover:after {
        opacity: 1
    }
}

.card-acc .card-acc__media:after, .card-acc .card-acc__media:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 31, 31, 0.79)), to(rgba(94, 85, 85, 0.11)));
    background: -webkit-linear-gradient(bottom, rgba(31, 31, 31, 0.79), rgba(94, 85, 85, 0.11));
    background: -o-linear-gradient(bottom, rgba(31, 31, 31, 0.79), rgba(94, 85, 85, 0.11));
    background: linear-gradient(to top, rgba(31, 31, 31, 0.79), rgba(94, 85, 85, 0.11));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.card-acc .card-acc__media:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 159, 227, 0)), to(#0270a1));
    background: -webkit-linear-gradient(top, rgba(0, 159, 227, 0), #0270a1);
    background: -o-linear-gradient(top, rgba(0, 159, 227, 0), #0270a1);
    background: linear-gradient(to bottom, rgba(0, 159, 227, 0), #0270a1);
    opacity: 0
}

.card-acc .card-acc__media img {
    width: 100%
}

.card-acc .card-acc__media .card-acc__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    text-align: center;
    z-index: 200;
    width: 100%;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem
}

@media (min-width:740px) {
    .card-acc .card-acc__media .card-acc__title {
        line-height: 35px;
        line-height: 2.1875rem;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.card-acc .card-acc__media .card-acc__title:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
    display: block;
    bottom: -30px
}

@media (min-width:740px) {
    .card-acc .card-acc__media .card-acc__title:after {
        bottom: -40px
    }
}

@media (min-width:740px) {
    .card-acc:nth-of-type(2n) .card-acc__content {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: -10px
    }
}

.card-acc__content {
    width: 100%;
    background: #f4f4f4;
    margin-top: 20px;
    padding: 50px 20px 30px;
    display: none;
    overflow: hidden;
    position: relative
}

@media (min-width:740px) {
    .card-acc__content {
        width: calc(200% + 20px) !important;
        left: 0;
        padding: 50px 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.card-acc__content .acc-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px
}

@media (min-width:740px) {
    .card-acc__content .acc-close {
        width: 20px;
        height: 20px;
        top: 30px;
        right: 30px
    }
}

.card-acc__content .acc-close svg {
    fill: #009fe3;
    width: 100%;
    height: 100%;
    display: block
}

.card-acc__content p {
    margin: 0 0 20px 0
}

@media (min-width:740px) {
    .card-acc__content p {
        margin: 0
    }
}

.card-acc__content .column {
    margin-bottom: 20px
}

@media (min-width:740px) {
    .card-acc__content .column {
        margin-bottom: 0;
        width: calc(50% - 30px)
    }
}

.card-acc__content .column:last-of-type {
    margin-bottom: 0
}

.page--rector {
    max-width: 780px;
    margin: auto;
    padding: 0 15px
}

@media (min-width:1081px) {
    .page--rector {
        padding: 0
    }
}

.page--rector .content__single {
    max-width: 580px;
    margin: 20px auto
}

@media (min-width:740px) {
    .page--rector .content__single {
        margin: 50px auto 40px
    }
}

.page--rector .rector__cargo {
    line-height: 23px;
    line-height: 1.4375rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #009fe3;
    text-align: center;
    margin-bottom: 30px
}

.page--rector .rector__media {
    max-width: 780px;
    width: 100%;
    display: block;
    margin: 0 auto 40px
}

    .page--rector .rector__media img {
        display: block;
        width: 100%
    }

.rector__cita {
    max-width: 640px;
    margin: auto
}

@media (min-width:740px) {
    .rector__cita {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.rector__cita .cita__icon {
    width: 140px;
    height: 108px
}

@media (max-width:740px) {
    .rector__cita .cita__icon {
        width: 70px;
        height: 54px;
        margin: 0 auto 9px
    }
}

.rector__cita .cita__icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.rector__cita .cita__content {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #009fe3
}

@media (min-width:740px) {
    .rector__cita .cita__content {
        line-height: 28px;
        line-height: 1.75rem;
        font-size: 22px;
        font-size: 1.375rem;
        width: calc(100% - 140px);
        padding-left: 25px
    }
}

.rector__cita .cita__content .rector__autor {
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 16px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px;
    font-weight: bold
}

    .rector__cita .cita__content .rector__autor:before {
        content: '';
        width: 30px;
        height: 3px;
        display: block;
        background: #009fe3;
        margin-right: 15px
    }

.horario__buttons {
    margin: 30px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .horario__buttons .horario__button {
        margin: 5px;
        cursor: pointer
    }

@media (min-width:740px) {
    .horario__tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:740px) {
    .horario__tab .horario__column {
        width: calc(50% - 25px)
    }
}

.horario__box {
    margin-bottom: 30px
}

.horario__title {
    position: relative;
    margin-bottom: 14px
}

@media (max-width:1081px) {
    .horario__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.horario__title h2 {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353
}

.horario__title .horario__icon {
    width: 20px;
    height: 20px
}

@media (max-width:1081px) {
    .horario__title .horario__icon {
        margin-right: 10px
    }
}

@media (min-width:1081px) {
    .horario__title .horario__icon {
        position: absolute;
        top: 7px;
        left: -10px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.horario__title .horario__icon svg {
    fill: #009fe3;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.horarios__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .horarios__items .horario__item {
        height: 40px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
        border: solid 1px #e6e9ee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: 8px;
        margin-bottom: 8px;
        color: #545353;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 16px;
        font-size: 1rem
    }

@media (max-width:1081px) {
    .horarios__items .horario__item {
        width: calc(25% - 6px)
    }

        .horarios__items .horario__item:nth-of-type(4n) {
            margin-right: 0
        }
}

@media (min-width:1081px) {
    .horarios__items .horario__item {
        width: calc(16.666% - 6.666px)
    }

        .horarios__items .horario__item:nth-of-type(6n) {
            margin-right: 0
        }
}

.protocolo {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 19px;
    background: #f4f4f4
}

    .protocolo:nth-of-type(2n) {
        background: white
    }

    .protocolo .protocolo__title {
        width: calc(100% - 120px);
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'Plus Jakarta Sans', sans-serif;;
        font-weight: 700;
        color: #545353
    }

.gallery-slider {
    max-width: 75rem;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .gallery-slider:nth-child(2n) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .gallery-slider.full {
        max-width: inherit;
        margin: 0
    }

@media (min-width:740px) {
    .gallery-slider.full .title {
        font-size: 60px !important;
        padding: 0 20px 0 60px !important
    }
}

@media (min-width:1081px) {
    .gallery-slider.full .title {
        font-size: 100px !important
    }
}

.gallery-slider.full .title:before {
    background-color: transparent !important
}

.gallery-slider.full .title span {
    color: #009fe3
}

.gallery-slider .slider {
    width: 100%;
    position: relative
}

    .gallery-slider .slider .slide {
        position: relative
    }

        .gallery-slider .slider .slide:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(70%, rgba(29, 30, 32, 0.6)), to(rgba(29, 30, 32, 0.8)));
            background-image: -webkit-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
            background-image: -o-linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%);
            background-image: linear-gradient(transparent 0%, transparent 40%, rgba(29, 30, 32, 0.6) 70%, rgba(29, 30, 32, 0.8) 100%)
        }

        .gallery-slider .slider .slide:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out
        }

        .gallery-slider .slider .slide video {
            width: auto;
            max-height: 440px;
            height: 100%
        }

@media (min-width:740px) {
    .gallery-slider .slider .slide video {
        max-height: 550px
    }
}

@media (min-width:1081px) {
    .gallery-slider .slider .slide video {
        width: 100%;
        max-height: 820px
    }
}

.gallery-slider .slider .slide img {
    width: 100%
}

.gallery-slider .slider .slide .title {
    width: calc(100% - 40px);
    padding: 0 20px;
    left: 0;
    bottom: 80px;
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    font-size: 1.6em;
    line-height: 30px;
    z-index: 99999999999
}

@media (min-width:740px) {
    .gallery-slider .slider .slide .title {
        font-size: 2em;
        line-height: normal
    }
}

@media (min-width:1081px) {
    .gallery-slider .slider .slide .title {
        bottom: 130px
    }
}

.gallery-slider .slider .slide .title:before {
    background-color: #009fe3;
    content: '';
    position: absolute;
    top: 0;
    left: -0;
    width: 6px;
    height: 70px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

@media (min-width:740px) {
    .gallery-slider .slider .slide .title:before {
        height: 100%
    }
}

.gallery-slider .slider .slide .title a {
    color: #e6e9ee
}

.gallery-slider .flex-control-nav {
    bottom: 25px
}

.gallery-slider .flex-direction-nav {
    bottom: 30px;
    right: 30px;
    height: 52px;
    line-height: 52px;
    display: none
}

@media (min-width:1081px) {
    .gallery-slider .flex-direction-nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.gallery-slider .flex-direction-nav .flex-next, .gallery-slider .flex-direction-nav .flex-prev {
    background-color: transparent;
    width: 52px;
    line-height: 52px;
    height: 52px
}

.gallery-slider .flex-direction-nav .flex-nav-next, .gallery-slider .flex-direction-nav .flex-nav-prev {
    background-color: transparent;
    width: 52px;
    line-height: 52px;
    height: 52px
}

    .gallery-slider .flex-direction-nav .flex-nav-next a, .gallery-slider .flex-direction-nav .flex-nav-prev a {
        width: 52px;
        height: 52px
    }

.gallery-slider .flex-direction-nav .flex-nav-prev {
    right: 102px
}

@media (min-width:740px) {
    .redes--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.redes__dest {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #e6e9ee;
    padding: 20px
}

@media (min-width:740px) {
    .redes__dest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 50px 20px
    }
}

.redes__dest .redes__half:first-child {
    margin-bottom: 30px
}

.redes__dest .redes__half .redes__title {
    padding: 0;
    text-align: center;
    margin: 10px 0
}

@media (min-width:740px) {
    .redes__dest .redes__half .redes__title {
        padding-right: 20px
    }
}

@media (min-width:1081px) {
    .redes__dest .redes__half .redes__title {
        padding-right: 40px
    }
}

.redes__dest .redes__half .redes__icons {
    margin: 10px 0
}

@media (min-width:740px) {
    .redes__dest .redes__half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: calc(50% - 10px);
        max-width: 400px;
        margin: 0 10px;
        padding: 0 20px
    }

        .redes__dest .redes__half:first-child {
            margin: 0px
        }
}

.redes__dest .redes__title {
    line-height: 28px;
    line-height: 1.75rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;;
    color: #545353;
    padding-right: 40px
}

.redes__box {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #e6e9ee;
    padding: 20px;
    margin-top: 10px;
    overflow: hidden
}

@media (min-width:740px) {
    .redes__box {
        width: calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        position: relative;
        padding: 0
    }
}

@media (min-width:740px) {
    .redes__box.active .redes__title {
        width: 70%
    }
}

@media (min-width:740px) {
    .redes__box.active .redes__icons {
        width: 30%
    }
}

@media (min-width:740px) {
    .redes__box.active .redes__title {
        color: #009fe3
    }

        .redes__box.active .redes__title .icon svg {
            fill: #009fe3
        }
}

@media (min-width:740px) {
    .redes__box.active .redes__icons {
        right: 0
    }
}

@media (min-width:740px) {
    .redes__box .redes__icons, .redes__box .redes__title {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
}

.redes__box .redes__title {
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #545353;
    position: relative
}

@media (min-width:740px) {
    .redes__box .redes__title {
        margin-bottom: 0;
        cursor: pointer;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:1081px) {
    .redes__box .redes__title:hover {
        color: #009fe3
    }

        .redes__box .redes__title:hover .icon svg {
            fill: #009fe3
        }
}

.redes__box .redes__title .icon {
    display: none
}

@media (min-width:740px) {
    .redes__box .redes__title .icon {
        display: block;
        width: 16px;
        height: 16px;
        margin-left: 8px
    }

        .redes__box .redes__title .icon svg {
            max-width: 100%;
            max-height: 100%;
            display: block;
            fill: #545353;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }
}

@media (min-width:740px) {
    .redes__box .redes__icons {
        position: absolute;
        right: -100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.redes__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:740px) {
    .redes__icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.redes__icons a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 4px
}

@media (min-width:1081px) {
    .redes__icons a:hover {
        -webkit-filter: brightness(80%);
        filter: brightness(80%)
    }
}

.top-bar {
    background-color: #2d2d2d
}

@media (min-width:740px) {
    .top-bar {
        height: 32px
    }
}

@media (max-width:740px) {
    .top-bar .wrap {
        padding: 0 10px 20px
    }
}

@media (min-width:740px) {
    .top-bar .wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.top-bar .click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    color: white;
    height: 100%;
    cursor: pointer
}

@media (max-width:740px) {
    .top-bar .click {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 10px;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.top-bar .click svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 14px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.menuTop-open .top-bar .click svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.top-nav {
    padding: 2px 0;
    position: relative;
    z-index: 900
}

.menu--top {
    width: 100%;
    z-index: 900;
    display: none;
    border-top: 1px solid #696c6e;
    padding: 15px
}

@media (min-width:740px) {
    .menu--top {
        background: #353637;
        padding: 40px 0;
        position: absolute;
        top: 32px;
        left: 0
    }
}

@media (min-width:740px) {
    .menu--top .top-nav {
        -webkit-column-count: 3;
        column-count: 3;
        max-width: 740px;
        margin: auto
    }
}

.menu--top .top-nav .top-nav__item {
    display: block;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    color: white
}

@media (max-width:740px) {
    .menu--top .top-nav .top-nav__item {
        margin: 7px 0
    }
}

@media (min-width:1081px) {
    .menu--top .top-nav .top-nav__item {
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out
    }

        .menu--top .top-nav .top-nav__item:hover {
            color: #009fe3
        }
}

@media (min-width:740px) {
    .nav-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.nav-top a {
    color: white;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #474747;
    line-height: 20px;
    line-height: 1.25rem;
    font-size: 13px;
    font-size: 0.8125rem
}

@media (max-width:740px) {
    .nav-top a {
        width: 100%;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 18px;
        font-size: 1.125rem;
        border-right: 0;
        padding: 20px 10px;
        border-bottom: 1px solid rgba(215, 210, 203, 0.5)
    }
}

.nav-top a:last-of-type {
    border-right: 0
}

@media (min-width:740px) {
    .menu-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.basicLightbox {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: .01;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 10000;
    will-change: opacity
}

.basicLightbox--visible {
    opacity: 1
}

.basicLightbox__placeholder {
    max-width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
    will-change: transform
}

    .basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 95%;
        max-height: 95%
    }

    .basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
        pointer-events: auto
    }

    .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
        width: auto;
        height: auto
    }

    .basicLightbox__placeholder > [data-basicLightbox] {
        display: block !important
    }

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.basicLightbox--visible .basicLightbox__placeholder {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

[data-basicLightbox] {
    display: none !important
}

.basicLightbox__placeholder {
    background-color: #009fe3;
    padding: 20px;
    color: #fff;
    width: 80%;
    max-width: 1000px
}

#modal {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px
}

    #modal iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important
    }

#btnmodal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999
}

@media (min-width:740px) {
    #btnmodal {
        bottom: 50px;
        right: 50px
    }
}

#btnmodal .fa-plus {
    background-color: #000;
    height: 30px;
    width: 60px;
    display: block;
    float: right;
    color: #fff
}

@media (min-width:740px) {
    #btnmodal .fa-plus {
        height: 41px;
        width: 41px
    }
}

#btnmodal .fa-plus:before {
    content: "+";
    font-size: 22px;
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center
}

@media (min-width:740px) {
    #btnmodal .fa-plus:before {
        font-size: 29px
    }
}

#btnmodal .text {
    color: #fff;
    width: 60px;
    height: 30px;
    padding: 5px 0;
    clear: both;
    text-align: center;
    font-size: 9px;
    line-height: 12px
}

@media (min-width:740px) {
    #btnmodal .text {
        display: inline-block;
        padding: 9px 0 0;
        height: 41px;
        width: 76px;
        font-size: 11px
    }
}

.info-percentage-container {
    padding: 0 20px
}

@media (min-width:740px) {
    .info-percentage-container {
        padding: 0
    }
}

.info-percentage {
    width: 100%;
    margin-bottom: 40px
}

@media (min-width:740px) {
    .info-percentage {
        width: calc(50% - 15px)
    }
}

@media (min-width:1081px) {
    .info-percentage {
        width: calc(50% - 30px)
    }
}

.info-percentage__title {
    font-weight: 700;
    color: white;
    padding: 10px 0 10px 25px
}

.info-percentage__content {
    padding: 20px 10px 2px;
    background: #d9d9d9
}

@media (min-width:740px) {
    .info-percentage__content {
        padding: 20px 26px 2px
    }
}

.info-percentage__content p {
    color: #545353;
    letter-spacing: 0.4px;
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px
}

.info-percetage__lines {
    margin-bottom: 30px
}

.info-percentage__line {
    background: white;
    margin-bottom: 10px;
    line-height: 33px;
    line-height: 2.0625rem;
    font-size: 15px;
    font-size: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px 0 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.a-0089d3 a {
    color: #0089d3
}

.a-004396 a {
    color: #004396
}

.a-e85b1a a {
    color: #e85b1a
}

.a-de1c30 a {
    color: #de1c30
}

.a-feb803 a {
    color: #feb803
}

.a-009688 a {
    color: #009688
}

.a-00a4d3 a {
    color: #00a4d3
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3
}

.video-hero--content {
    position: relative;
    color: #FFF;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 505px;
    max-height: 505px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4)
}

    .video-hero--content h1 {
        font-weight: 700;
        color: var(--primario);
        line-height: 2.75rem;
        font-size: 2.5rem;
        text-transform: uppercase
    }

@media (min-width:740px) {
    .video-hero--content h1 {
        line-height: 3.75rem;
        font-size: 3.5rem
    }
}

.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.page-width {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear
}

    .js .jquery-background-video.is-visible {
        opacity: 1
    }

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important
}

    .jquery-background-video-pauseplay span {
        display: none
    }

    .jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .jquery-background-video-pauseplay.play:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #FFF
    }

    .jquery-background-video-pauseplay.pause:after, .jquery-background-video-pauseplay.pause:before {
        border-top: 10px solid #FFF;
        border-bottom: 10px solid #FFF;
        border-left: 5px solid #FFF
    }

    .jquery-background-video-pauseplay.pause:after {
        left: 10px
    }

.alignleft, .left {
    float: left
}

.alignright, .right {
    float: right
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}
/*# sourceMappingURL=main.css.map */
