.custom-text-color-grey-1.text-4.mb-4.appear-animation{
    margin-bottom: 0.5rem!important;
}
/* h1,h2,h3,h4,h5,h6{
    font-weight: 600!important;
} */

.no-padding-div{
    padding-bottom: 0!important;
}

section.section{
    padding-top: 0px!important;
}

.button_empieza-ahora-first{
    display: none;
}

.title_h1{
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.top_underlined{
    text-decoration: underline; 
    text-decoration-color: rgba(5, 124, 244); 
    color: rgba(5, 124, 244);
    font-weight: 600;
    text-align: center;
}

p{
    font-size: 16px!important;
}

.text-4.mb-4{
    margin-bottom: 5px!important;
    /* color: #000!important; */
}

.button_empieza-ahora-2nd{
    margin-top: 20px;
}

.main.main-vsl_2.container{
    padding-top: 1.5rem;
}


.modal-title{
    color: #000!important;
}

.negrita{
    font-weight: 600!important;
}

.div-video-vsl-2{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.div-faq-vsl-2{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 0px!important;
}

.main-vsl-2{
    max-width: 1000px;
    margin: 0 auto;
}

.bottom_subtitle_vsl-2{

}

.div-faq-vsl-2-main{
    padding-top: 20px;
    padding-bottom: 20px!important;
    width: 100%;
    background-color: #eff1f3;
}

.button_empieza-ahora-big{
    width: 100%;
}

.button-modal-empieza-ahora{
    width: 100%;
    margin-bottom: 0px!important;
}

.modal {
    padding-right: 0px !important;
}
@media (max-width: 991px) {
    .row.align-items-center.pt-4{
        align-content: center;
        flex-direction: column-reverse!important;
    }

    .button_empieza-ahora{
        width: 100%;
    }

    .button_empieza-ahora-first{
        display: inline-block;
    }

    .row.align-items-center.pt-4 > * {
        width: 100%;
    }
}

/* Video overlay styles */
.video-container {
    position: relative;
    display: inline-block;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.overlay-content {
    text-align: center;
    color: white!important;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.overlay-text {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff!important;
}

/* Video controls styles */
.video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 15;
}

.control-btn {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.control-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.control-btn i {
    font-size: 14px;
}

.video-overlay.hidden {
    display: none;
}

/* Custom progress bar styles */
.custom-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 20;
    display: none;
}

.custom-progress-bar {
    height: 100%;
    background-color: rgba(5, 124, 244);
    width: 0%;
    transition: width 0.1s linear;
}

.pause-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.pause-logo {
    width: 20%;
    height: auto;
    max-width: 110px;
}

/* Hide the real progress bar completely */
video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

video::-moz-media-controls-timeline {
    display: none !important;
}

video::-ms-media-controls-timeline {
    display: none !important;
}
