.video-content {
    margin: 0;
    overflow: hidden;
}
.video-bg {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-bg-2{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; /* Adjust as needed */
    height: auto;
    display: none; /* Hidden initially */
}

.background-video-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    object-fit: cover;
    z-index: -1; /* Place video behind content */
}

.background-video-header-scal {
    width: 100%;
    height: auto;
}


.background-video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1; /* Place video behind content */
}

.header-button{
    position:absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.header-button-2{
    display: flex;
    justify-content: center;
    z-index: 1;
}



#contact-button{
}

section.position-relative {
    position: relative;
    overflow: hidden; /* Ensure the video does not overflow the section */
}

.porqueinvertir-container{
    width: auto;
    height: fit-content; /* Match the height of the parent section */
    position: relative;
    z-index: 0; /* Keep content above video */
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally if needed */
    text-align: center; /* Optional: Center text alignment */
    overflow: hidden;
}

.porqueinvertir-background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    object-fit: cover;
    z-index: -1; /* Place video behind content */
}



.btn-border{
    border: 2px solid #ffffff;
}

.retornoinversion-container{
    width: auto;
    height:fit-content; /* Match the height of the parent section */
    position: relative;
    z-index: 0; /* Keep content above video */
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally if needed */
    text-align: center; /* Optional: Center text alignment */
    overflow: hidden;
}

.retornoinversion-background-video{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: fit-content;
    object-fit: cover;
    z-index: -1; /* Place video behind content */
}

.conocenos-video-taller{
    position: relative;
    width: 100%;
    height: auto;
}

.express-dap{
    position: relative;
    width: 80%;
    height: auto;
}

.express-dpl{
    position: relative;
    width: 80%;
    height: auto;
}

.express-croquis{
    position: relative;
    width: 100%;
    height: auto;
}

.refill-croquis{
    position: relative;
    width: 100%;
    height: auto;
}

.gif{
    width: 160px;
    height: 160px;
}

.clientes-sat-general-table{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.clientes-sat-refill-col{
    display: flex;
    flex-direction: column;
}

.clientes-sat-clients{
}

.clientes-sat-clients video{
}

.clientes-sat-general-table-small{
    display: none;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    max-width: 90vw;
    transition: opacity 0.5s ease-in-out;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0);
    color: rgb(25, 56, 110);
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 5rem;
    z-index: 1;
}

.left {
    left: 5px;
}

.right {
    right: 5px;
}

.contact-container-element{
    margin: 10vh 0 0 0;
}

.contact-element{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-element li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contacto-whatsapp-logo{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}



@media(max-width: 768px){

    .background-video-header {
        position: relative;
        width: auto;
        height: 100%;
        object-fit: cover;
        z-index: -1; /* Place video behind content */
    }

    .header-button{
        position:absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }



    .porqueinvertir-background-video{
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1; /* Place video behind content */
        object-fit: cover;
    }

    .retornoinversion-background-video{
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        overflow: hidden;
        z-index: -1; /* Place video behind content */
    }

    .clientes-sat-general-table{
        display: none;
    }

    .clientes-sat-general-table-small{
        display:flex;
        flex-direction: row;
        justify-content: center;
    }

    .clientes-sat-general-table-small video{
        width: 40vw;
        height: 40vw;
    }



    
}

