.header-video {
    overflow: hidden;
    background: #000;
    position: relative;
    width: 100vw;
    height: calc(100vh - 90px);
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

.header-video iframe {
    min-height: 100%;
    width: 100%;
}

.header-video video {
    width: 100%;
}

.header-video .teaser-video {
    width: 100%;
    height: auto;
}

.header-video .header-video--media {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .header-video {

        height: 215px;
    }
    #hero_video div p {
        padding: 5px;
        font-size: 18px;
    }
    #hero_video div h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    #hero_video div h3 {
        font-size: 1.4375rem;
    }
}


.cym-slider .owl-next,.cym-slider .owl-prev {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
}

.cym-slider .owl-prev {
    right: unset;
    left: -40px;
}

.cym-slider .owl-next span,.cym-slider .owl-prev span {
    font-size: 60px;
}

.cym-slider .owl-next:hover,.cym-slider .owl-prev:hover {
    background: transparent !important;
}

.cym-slider .owl-next:hover span,.cym-slider .owl-prev:hover span {
    color: var(--color-main);
}

.cym-slider .item .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    line-height: 1.5em;
}

.cym-slider .item .card-body .mb-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
    line-height: 1.5em;
}

@media screen and (max-width: 425px) {
    .phhn-line .phhn-item:after {
        display: none;
    }

    .phhn-line:after {
        display: none;
    }

    .phhn-line .phhn-item {
        width: 50%;
    }

    .phhn-line {
        flex-wrap: wrap;
    }
}

.metodologia{
    background-image: url("/templates/default/landing-pages/masteres-universitarios/images/business-people-standing-in-row-YTS9UM2.01a03f34.jpg");
    background-color:#E4FFE4;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 337px;
}
.metodologia-item{
    background-color: rgba(0, 0, 0, 0.2);
}
#metodologia-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 337px;
}

#metodologia-slider .item .home-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#metodologia-slider .item .home-slider-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

#metodologia-slider .item .home-slider-text .cst-title {
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 5px black;
}

#metodologia-slider .item .home-slider-text .cst-text {
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font-weight: 300;
    margin-bottom: 15px;
}

#metodologia-slider .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    margin-top: 5px;
}

#metodologia-slider .owl-dots span {
    border-radius: 0;
    height: 5px;
    width: 32px;
    background-color: #fff;
}

#metodologia-slider .item .home-slider-img img {
    height: 100%;
    object-fit: cover;
}

#metodologia-slider .owl-dots .owl-dot.active span {
    background-color: #00ffe7;
}

#metodologia-slider .btn.btn-cst {
    color: #fff;
    border: 1px solid #00ffe7;
    border-radius: 10px;
}

#metodologia-slider .btn.btn-cst i {
    background-color: #007c7c;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
#metodologia-slider .btn.btn-cst:hover {
    background-color: #007c7c;
}

.space-evenly {
    justify-content: space-evenly!important;
}


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

    #home-slider .item .home-slider-text .cst-title {
        font-size: 35px;
    }

    #home-slider .item .home-slider-text .cst-text {
        font-size: 22px;
    }
    #metodologia-slider .item .home-slider-text .cst-title {
        font-size: 28px;
    }

    #metodologia-slider .item .home-slider-text .cst-text {
        font-size: 20px;
    }
    .font-size-60 {
        font-size: 45px!important;
    }
    .video-link img{
        margin-bottom: 15px!important;
    }
}

.slider-right-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 40%
}
@media (max-width: 1400px) {

    .slider-right-text {
        z-index: 2;
        position: absolute;
        top: 40%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 45%
    }

}
@media (max-width: 1300px) {
    .slider-right-text .font-size-42 {
        font-size: 32px;
    }
    .slider-right-text .font-size-28 {
        font-size: 24px;
    }
    .slider-right-text {
        z-index: 2;
        position: absolute;
            top: 45%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 40%
    }
}

@media (max-width: 1240px) {
    .slider-right-text .font-size-42 {
        font-size: 28px;
    }
    .slider-right-text .font-size-28 {
        font-size: 20px;
    }
    .slider-right-text {
        z-index: 2;
        position: absolute;
        top: 40%;
        left: 75%;
        transform: translate(-50%, -50%);
        width: 40%
    }
}
@media (max-width: 1140px) {
    .slider-right-text .font-size-42{
        font-size: 22px;
    }
    .slider-right-text .font-size-28 {
        font-size: 16px;
    }
}