
.bg-image {
    background: url('/img/videos/background.webp') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.bg-image-container {
    aspect-ratio: 1444 / 768;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.title-videos{
    border-radius: 33px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    width: 664px;
    height: 380px;
    padding: 80px 30px;
}

 .title-videos h1{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(25, 15, 37, 0.25);
    font-family: "Red Hat Display";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.title-videos h3{
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
}

.slider-container-bg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.slider-container-bg .text-title{
    color: var(--color-palette-soap-dark);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px;
    max-width: 965px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.slider-container-bg .text-description-1 {
    color: var(--color-palette-jacarta-dark);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.898px;
    max-width: 908px;
    margin: 0 auto;
}

.slider-container-bg .text-description-2 {
    color: var(--color-palette-soap-dark-hover);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-top: 80px !important;
}

.slider-container-bg .text-subtitle {
    color: var(--color-palette-yellow-orange-normal-active);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 59.861px;
}

.slider-container-bg {
    background: var(--color-palette-jacarta-light);
}
@media (max-width: 650px) {
    .text-nowrap{
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }
}
@media (max-width: 480px) {
    .slider-container-bg .text-description-1{
        padding-left: 10px;
        padding-right: 10px;
    }
    .slider-container-bg .text-description-2{
        padding-left: 10px;
        padding-right: 10px;
    }
     .bg-image {
        aspect-ratio: 5/9!important;
        background: url('/img/videos/background-movil.webp') no-repeat;
        background-size: cover;
        max-width: 100%;
    }
}
@media (max-width: 960px) {
     .slider-container-bg .text-title{
        font-size: 40px!important;
        font-style: normal;
        font-weight: 700;
        line-height: 47.9px;
    }
     .slider-container-bg .text-description-1 {
        font-size: 28px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 43.898px;
    }
    .slider-container-bg .text-description-2 {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        margin-top: 25px !important;

    }
    .slider-container-bg .text-subtitle {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px;
    }

    .slider-container-bg {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .title-videos{
        width: 375px;
        height: 300px;
        padding: 80px 30px;
    }

    .title-videos h1{
        font-size: 40px!important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .title-videos h3{
        font-size: 32px!important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.notification-button{
    min-height: 58px;
    max-width: 385px;
    padding: 18px 44px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    background: #FAAF38;
    border: none;
    width: 100%;
}

.bg-light {
    background: #fff!important
}

.bg-dark-videos {
    background: #4C4752!important;
}

.bg-dark-videos .text-title  {
    color: var(--color-palette-dark-purple-light-hover)!important;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.861px;
}

.bg-dark-videos .text-description-1  {
    color: var(--color-palette-yellow-orange-light-active)!important;
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.898px;
}
.bg-dark-videos .text-description-2{
    color: var(--color-palette-dark-purple-light-active)!important;
}
