/* Banner */
.section-banner-wa-online {
    background-color: #f6f6f6;
}

.banner-section-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 250px;
}

.banner-section-text {
    font-family: "TelegrafSemiBold";
}

.banner-section-text p.description {
    line-height: 1.3;
}

.banner-section-text .career-description p {
    line-height: 1.3;
    margin-bottom: 0;
}

.waonline-section-title {
    font-family: "SharpGroteskBook";
    font-size: 22px;
}

.yellow-horizontal-arrow:before {
    background-image: url("/sites/all/themes/upn/imagenes/flecha-horizontal-upn.svg");
    background-position-x: right;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    margin-top: 20px;
    position: absolute;
    left: 0;
    width: 80px;
}

.black-vertical-arrow:before {
    background-image: url("/sites/all/themes/upn/imagenes/flecha-vertical-upn.svg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 590px;
    position: absolute;
    bottom: -48px;
    width: 30px;
}

.online-reasons-box {
    margin-bottom: 24px;
}

.online-reasons-box .title {
    font-family: "SharpGroteskBook";
    font-size: 20px;
    text-transform: uppercase;
}

.online-faculty-name {
    color: #00b9ff;
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    text-transform: uppercase;
}

.online-faculty-list {
    list-style-image: url("/sites/all/themes/upn/imagenes/cyan-cross.svg");
}

ul.online-faculty-list li {
    margin-bottom: 8px;
}

.modal-wa-online .close {
    background: #fff;
    border-radius: 50%;
    padding: 3px 8px;
    opacity: 0.9;
}

.modal-wa-online .modal-content {
    background: transparent;
    border-radius: 0;
    border: unset;
}

.modal-wa-online .modal-header {
    border-bottom: unset;
    height: 40px;
}

.modal-wa-online .modal-body {
    background: #fff;
}

.modal-wa-online .programNameModal {
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
}

.btn-wa-online {
    color: #00b9ff;
    font-family: "TelegrafUltraBold";
}

.btn-wa-online:hover {
    color: #00b9ff;
    text-decoration: none;
}

.btn-wa-online:after {
    content: url("/sites/all/themes/upn/imagenes/arrow-right-cyan.svg");
    margin-left: 7px;
}

.btn-wa-online:hover:after {
    margin-left: 14px;
}

.slider-wa-online .slick-dots li button:before {
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
}

.slider-wa-online li.slick-active button:before {
    color: #000;
    opacity: 1;
}

@media (min-width: 375px) {
    .yellow-horizontal-arrow:before {
        width: 90px;
    }

    .black-vertical-arrow:before {
        height: 565px;
    }
}

@media (min-width: 425px) {
    .black-vertical-arrow:before {
        height: 545px;
    }
}

@media (min-width: 576px) {
    .black-vertical-arrow:before {
        height: 525px;
    }

    .yellow-horizontal-arrow:before {
        width: 150px;
    }
}

@media (min-width: 768px) {
    .banner-section-image {
        min-height: 350px;
    }

    .yellow-horizontal-arrow:before {
        margin-top: 70px;
        width: calc(100% / 10);
    }

    .black-vertical-arrow:before {
        height: 540px;
    }

    .online-faculty-name {
        font-size: 24px;
    }

    .online-reasons-box {
        height: 260px;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .banner-section-text .career-description p {
        font-size: 18px;
    }

    ul.online-faculty-list li a {
        font-size: 18px;
    }

    .online-reasons-box {
        height: 280px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .banner-section-image {
        min-height: 330px;
    }

    .banner-section-text p.description {
        font-size: 18px;
    }

    .waonline-section-title {
        font-size: 28px;
    }

    .waonline-section-description {
        font-size: 18px;
    }

    .black-vertical-arrow:before {
        height: 490px;
    }

    .online-reasons-box {
        height: 240px;
    }
}

@media (min-width: 1300px) {
    .yellow-horizontal-arrow:before {
        width: calc(100% / 8);
    }
}

@media (min-width: 1440px) {
    .yellow-horizontal-arrow:before {
        width: calc(100% / 6);
    }
}

@media (min-width: 1800px) {
    .yellow-horizontal-arrow:before {
        background-position-x: left;
    }
}