:root{
    --grey-color: #323232;
}

.caso-exito-banner-el-conchel {
    background-image: url('../../images/proyectos/el-conchel.gif');
}

.el-conchel-section-light{
    background-color: var(--grey-color);
}

.video-box-el-conchel,
iframe {
    border-radius: 16px;
}

.video-box-el-conchel {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-box-el-conchel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

.br-16 {
    border-radius: 16px;
}

.scroll-effect {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 200px 0 350px 0;
}

.image-wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}

.main-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: 1;
}

.side-image {
    position: absolute;
    width: 240px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
    z-index: 0;
}

.image-clone {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.img1 {
    top: -80px;
    right: 390px;
}

.img2 {
    top: -170px;
    left: 630px;
}

.img3 {
    top: 490px;
    left: -300px;
}

.img4 {
    top: 470px;
    right: -250px;
}

.cita-18pies {
    font-size: 20px;
}

.video-box {
    position: relative;
    width: 100%;
   
    /* o lo que necesites */
    height: auto;
    /* para que la imagen dentro defina altura */
}

.video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.bg-red {
    background-color: #CF3D3B;
}

.el-conchel-texto-animado {
    font-size: 49px;
    transform: rotate(-2.5deg);
    position: relative;
    top: -40px;
}

.contenedor-oculto {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: inline-flex;
    width: max-content; 
    animation: moverDerechaContinua 20s linear infinite;
}

.marquee-track p {
    text-transform: uppercase;
    font-weight: 400;
}

.blockquote {
    background: var(--color-grey);
    border-radius: 16px;
    padding: 15px;
}

.el-conchel-text-small{
    font-size: 16px !important;
    font-weight: 400 !important;
}

.three-columns{
    columns: 3;
}

@keyframes moverDerechaContinua {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.video-background {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    background: black;
    z-index: 0;
    top: -16px;
}

.video-background.border-bottom-radius {
    border-radius: 0 0 16px 16px;
}

.el-conchel-video-lata{
    border-radius: 16px;
    height: 35vh !important;
}

.el-conchel-video-acciones{
    height: 46vh !important;
    border-radius: 16px;
}

.video-background.border-radius {
    border-radius: 16px;
}

@media (min-width: 992px) {
    .video-foreground {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transform: translate(-50%, -50%);
    }

    .video-foreground iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100vh;
        transform: translate(-50%, -50%);
        border: 0;
    }

    .el-conchel-video-lata iframe, .el-conchel-video-acciones iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100vh;
        transform: translate(-50%, -50%);
        border: 0;
    }

    .video-box-el-conchel.video-scale iframe, .video-foreground.video-scale iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        transform: scale(1.4);
        transform-origin: center;
    }
}

@media (max-width: 991px) {
    .scroll-effect {
        padding: 0;
    }

    .image-wrapper {
        width: 100% !important;
        height: auto !important;
        display: block;
        padding: 0;
    }

    .main-image,
    .side-image,
    .image-clone {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin-bottom: 15px;
        z-index: auto !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        animation: none !important;
        transition: none !important;
    }

    .video-foreground {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transform: translate(-50%, -50%);
    }

    .video-foreground iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100vh;
        transform: translate(-50%, -50%);
        border: 0;
    }

    .el-conchel-video-lata iframe, .el-conchel-video-acciones iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100vw;
        transform: translate(-50%, -50%);
        border: 0;
    }

    .video-background{
        height: 23vh !important;
    }

    .el-conchel-video-acciones{
        height: 56vh !important;
    }

    .el-conchel-video-lata{
       height: 45vh !important;
    }
}