#quieres-ser-parte-dubi {
    margin: auto;
}


#quieres-ser-parte-dubi > div:last-of-type p {
    font-size: 1.3888vw;
    width: 33.6111vw;
}

#dubi-img-header {
    width: 10.4166vw;
    height: 12.5vw;
    position: relative;
    top: -3.5vw;
    left: 2.6vw;
    margin-left: -2.8611vw;
    margin-top: -8vw;
    margin-bottom: -8vw;
}

.slide-header {
    background-image: url('./../img/AdobeStock_597713806.jpeg');
}

#img-dubi-parte {
    width: 15.2777vw;
    height: 15.2777vw;
    position: relative;
    top: 1.1111vw;
    margin-bottom: -4.6666vw;
    margin-top: -6vw;
}


.slider {
    height: 820px;
    display: flex;
    justify-content: center;
}

.slider-block {
    background-color: white;
}

.slider .slide-active {
    width: 100%;
    background: black;
    position: relative;
    z-index: 1;
}



.slide .content-slide .main-content-slide {
    display: none;
}


.slide:has(.link-open-slide) {
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
    text-align: center; /* Alineación del texto */
}

.slide .link-open-slide {
    font-size: 65px;
    font-family: "Anton";
    color: black;
    transition: transform 0.3s ease;
    cursor: pointer;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

.slide .link-open-slide:hover {
    transform: scale(1.1);
}

.slide-active .content-slide {
    height: 100%;
}

.slide-active .content-slide .background-slide {
    width: 100%; /* Ocupar el ancho completo */
    height: 100%; /* Ocupar la altura completa */
    object-fit: cover ; /* Escalar la imagen para llenar el contenedor */
    opacity: 0.85; /* Establecer la transparencia (ajusta según sea necesario) */
    z-index: 1;
    position: relative;
  }

.main-content-slide * {
    position: relative;
    z-index: 2;
}
.main-content-slide {
    position: relative;
    z-index: 2;
    width: 98%;
    height: 50%;
    top: -70%;
    right: -32%;
}

.content-slide-title-url{
    font-family: "Anton";
    font-size: 80px;
    color: white;
    margin: auto;
    width: 50%;
    transition: transform 0.3s ease;
}

.content-slide-title-url:hover{
    transform: scale(1.075);
    cursor: pointer;
}

.content-slide-description {
    width: 30%;
}

.content-description {
    font-size: 24px;
    font-family: 'Staatliches';
    color: white;
}

.content-description .important-text {
    font-size: 24px;
    font-family: 'Staatliches';
    color: #F0CC24;
}



.parent-container {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    background-image: url("../img/AdobeStock_171210719.jpeg"); /* Color de fondo para visualizar el contenedor principal */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.child-container {
    width: 45%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.child-container h1 {
    margin-bottom: 10px;
    font-family: Anton;
    font-size: 60px;
}

.child-container a {
    font-size: 28px;
    margin-bottom: 0;
    padding: 5px 50px;
    font-family: Staatliches;
    background-color: black;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: transform 0.3 ease;
}

.child-container a:hover {
    transform: scale(1.1);
}

.content-arrow-url a {
    margin: 0%;
}

.content-arrow-url {
    justify-content: start;
}




@media (max-width: 1350px) {
    .content-slide-title-url:hover{
        transform: scale(1.05);
    }

    .slide .link-open-slide {
        font-size: 47px;
    }

    .content-slide-title-url{
        font-size: 70px;
        margin-left: 10px;
        padding-left: 10px;
    }

    #slide-quiero-ser-dubi {
        flex-direction: column;
        height: 1200px !important;
    }

    #conductor {
        width: 45% !important;
        height: 90% !important;
    }
}



@media (max-width: 1050px) {

   .slider {
    min-height: 920px;
   }

}


@media (max-width: 768px ) {


    .flex {
        flex-direction: column;
       }

    #quieres-ser-parte-dubi div p.big-text img {
        width: 23.2777vw ;
        height: 23.2777vw ;
        top: 1.1111vw ;
        margin-top: -9vw;
        margin-bottom: -7.5vw;
    }

    #quieres-ser-parte-dubi > div:last-of-type > p:first-of-type {
        font-size: 4.0625vw !important;
        width: 81.5625vw;
    }

    .slider {
        min-height: auto !important;
    }

    #quieres-ser-parte-dubi {
        padding: 20px;
    }

    .big-text {
        font-size: 7.5vw !important;
        margin-bottom: -5px;
    }

    .child-container {
        width: 80%;
        height: auto;
        padding: 10px;
    }

    .child-container h1 {
        font-size: 45px;
        text-align: end;
    }

    .child-container a {
        font-size: 18px;
        padding: 5px 25px !important;
        position: relative;
        right: 0;
        margin: auto;
        margin-right: 0px;
    }


    #nav-button-download {
        width: auto !important;
    }


    .slider-block {
        height: auto !important;
    }

    #dubi-img-header {
        margin-bottom: -30vw !important;
        width: 36.4166vw;
        height: 40.5vw;
        top: -15vw;

    }

    .parent-container {
        height: 350px !important;
    }

    .img-header-hidden {
        background-image: url(./../img/AdobeStock_597713806.jpeg);
    }


    .content-arrow-url {
        margin: 15vw 0vw;
    }

    .content-arrow-url a {
        font-size: 5.625vw ;
        color: black ;
        width: 58.75vw;
        height: 11.25vw;
    }
  
}