:root {
    --page-background-color: #BABABA;
}

body {
    background-image: url('../../img/bg-home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

main {
    position: relative;
    z-index: 10;
}

.header-box {
    border-radius: 0px 25px 0px 0px;
    background: #463032;
    color: white;
    padding: 4px 8px;
    margin-bottom: 16px;
}

.header-box p {
    margin-bottom: 0px;
}

header h1 {
    font-size: 24px;
    font-weight: 400;
}

.jt-video-card {
    display: flex;
    margin-bottom: 16px;
}

.jt-video-card a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: white;
    color: #463032;
    box-shadow: 7px 8px 29px 0px rgba(0, 0, 0, 0.20);
    margin-right: 24px;
    flex-shrink: 0;
    font-size: 24px;
    border-radius: 100%;
}

.jt-video-card a:hover {
    background-color: #DE0032;
    color: white;
    cursor: pointer;
}

.jt-video-card p{
    font-weight: 500;
}


@media screen and (max-height: 850px) {
    body {
        padding-bottom: 70px;
    }
}

.jt-home-bg-decoration {
    position: relative;
    background-image: url(../../img/chumbe-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .jt-home-bg-decoration {
        height: 150px;
        background-position-y: bottom;
    }

    header h1 {
        font-size: 26px;
    }

    body {
        background-image: url('../../img/bg-home-mobile.jpg');
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .jt-home-bg-decoration {
        height: 226px;
        background-position-y: bottom;
    }

    header h1 {
        font-size: 45px;
    }

    body {
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 1200px) {
    header h1 {
        font-size: 32px;
    }

    .jt-home-bg-decoration {
        position: fixed;
        background-image: url(../../img/chumbe.png);
        width: 528px;
        inset: 0;
        transform: none;
    }

    .jt-home-bg-decoration {
        width: 376px;
    }

    main {
        padding-top: 20px;
    }
    .jt-video-card {
        margin-bottom: 1px;
    }
    .jt-video-card-pos{
        padding-left: 30px;
    }
    
}

@media screen and (min-width: 1600px) {
    header h1 {
        font-size: 50px;
    }

    .jt-home-bg-decoration {
        width: 25%;
        background-position-x: right;
    }

    main {
        padding-top: 80px;
    }

    .header-box {
       font-size: 24px;
    }
    
    .jt-video-card {
        margin-bottom: 16px;
    }
}