/* @group Banner video
------------------------------------ */
.banner-video {
    background-color: var(--lightblue);
}
.banner-video h2 {
    color: var(--nav-green);
    font: 700 6em / 1em var(--body-font);
    text-transform: none;
    padding-bottom: 2rem;
}
.banner-video h2::before {
    content: none;
}
.banner-video p {
    color: var(--main-black);
    font-weight: 700;
}
.banner-video p a {
    position: relative;
    text-decoration: underline;
}
.banner-video p a:hover {
    color: var(--nav-green);
}

.banner-video .splide .splide__arrow {
    transform: translateY(-50%);
    margin: 0 1.5rem;
}
.banner-video__content {
    position: relative;
    height: 40rem;
    overflow: hidden;
}
.banner-video__content iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.hide-poster .banner-video__content iframe {
    opacity: 1;
    visibility: visible;
}
.hide-poster .video-poster {
    opacity: 0;
    visibility: hidden;
}
.banner-video .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-video .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-video .video-poster figure {
    width: 100%;
    height: 100%;
}
.play-video {
    width: 7rem;
    height: 7rem;
    display: inline-block;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6em;
    font-style: normal;
    cursor: pointer;
    background-image: url('../../imgs/layout/icons/ico-play.png');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen
and (min-width : 961px) {
    .banner-video {
        padding-top: 5.3rem;
        padding-bottom: 8.6rem;
    }
    .banner-container {
        display: flex;
        justify-content: space-between;
    }
    .banner-container p {
        font-size: 3.2em;
        line-height: 1.375em;
    }
    .banner-video .col-descritpion {
        flex: 0 1 40%;
        max-width: 40%;
    }
    .banner-video .col-video {
        flex: 0 1 55%;
        max-width: 55%;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .banner-video {
        padding-top: 9.3rem;
    }
    .banner-video h2 {
        margin-bottom: 4rem;
        font-size: 3.6em;
    }
    .banner-container p {
        font-size: 2.4em;
        line-height: 1.5em;
    }
    .banner-video .col-36-34,
    .banner-video .col-video {
        padding: 0;
    }
    .banner-container .col-descritpion {
        margin-bottom: 6rem;
        padding: 0 3.5rem
    }
    .banner-video__content {
        height: 35rem;
    }
}

/* @end */


.main-hero__container .splide__video__play {
    background-image: url('../../imgs/layout/icons/ico-play.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    height: 7rem;
    width: 7rem;
    opacity: 1;
}
.main-hero__container .splide__video__play:after {
    content: none;
}