    .board-template .board-title-module span.bt-text {
        font-family: "Petrona", serif !important;
        font-weight: 900 !important;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
    }
    .jw-vertical-video.jw-vertical-video-fullscreen .jw-vv-captions {

        font-family: "Petrona", serif !important;
        font-weight: 500 !important;

}
    .board-template .board-title-module h3 {
        display: flex;
        align-items: center;
        gap: 1rem;
        width: 100%;
        margin-bottom: 0;
    }
    .board-template .board-title-module h3:before {
        content: "";
        width: 2rem;
        height: 1.4rem;
        background-color: #005ea8;
        border-radius: 0.5rem 0;
    }
    .board-template .board-title-module h3:after {
        flex: 1 auto;
        content: "";
        height: 0.1rem;
        width: auto;
        background-color: #dedede;
        box-shadow: 0px 5px 5px 0px rgba(204, 202, 204, 0.65);
    }
    #videos-verticales {
        margin-top: -5rem;
        margin-bottom: 3rem;
    }
    @media only screen and (max-width: 650px) {
        #videos-verticales {
            margin-top: -4rem;
        }
    }
    .board-title-module {
        position: relative;
    }
    ul.redes {
        position: absolute;
        right: 0;
        top: -10px;
        padding: 4px 0px 4px 10px;
        background: #fff;
    }
    ul.redes li:first-child {
        line-height: 30px !important;
    }
    ul.redes li {
        float: left;
        margin-left: 10px;
        font-family: "Manrope-Medium";
        text-transform: uppercase;
        font-size: 11px;
    }
    ul.redes li a {
        background-image: none !important;
    }
    ul.redes li a img {
        width: 25px;
    }
    @media (width <=550px) {
        .bt-col-left {
            position: relative;
        }
        ul.redes li:first-child {
            display: none;
        }
        ul.redes {
            top: -9px;
        }
    }
    div#jw-vertical-video .carousel-item {
        border-radius: 15px;
    }
    div#jw-vertical-video .player-wrapper::after {
        border-radius: 15px;
    }

.jw-title-primary, .jw-title-secondary {
    color: #FFF!important;
    font-family: "Petrona", serif !important;
}