.bg-primary {
    /* background: linear-gradient(to right, #152743, #33363d); */
    background: linear-gradient(to right, #3a07f1 0%,#152743 0%,#33363d 150%);
}
.nav-item {
    border-radius: 16px;
    background-color: #475268;
    --bs-nav-link-padding-y: 0.3rem !important;
    margin-left: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.info {
    background: linear-gradient(to right, #3a07f1 0%,#152743 0%,#ffffff00 52%);
    color: white;
    padding: 3vw;
    text-shadow: 1px 0px 9px black;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 5vh;
    min-width: 100%; 
    min-height: 100%;
    z-index: -2;
}

.video-mobile video {
    width: 100%;
    height: 100%;
    min-width: 100%; 
    min-height: 100%;

    
}

/* slider stlyes */
.slider-video {
    width: 100%;
}
.carrusel {
    background: linear-gradient(to right, #3a07f1 0%,#152743 0%,#33363d 150%);
    padding: 3vh;

    position: relative;
    /* left: 50%; */
    bottom: -5vw;
    /* transform: translate(-50%, -50%); */
    /* margin: 0 auto; */
    width: 100%;
}
.fa {
    color:white;
}
.fa-play {
    font-size: 7vw;
    margin-left: 10vw;
    margin-top: 1vw;
    cursor: pointer;
}
.owl-carousel #mini {
    font-size: 5vw !important;
    position: absolute;
    top: 10%;
    left: -24%;
    opacity: 85%;
    z-index: 3;
}

.owl-nav {
    display: grid;
    position: relative;
    top: -7vw;
    font-size: 3vw;
}
.owl-prev {
    position: absolute;
    margin-left: -1vw;
    
}
.owl-next {
    position: absolute;
    right: 2px;
    margin-right: -1vw;
}

.videofloat {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 99999;

    display: flex;
    justify-content: center;
    align-items: center;
}
#yt {
    width: 60%;
    height: 60%;
}


.phone {
    display: none;
}



/* androids-telefonos-celulares */
@media (max-width: 699px) {
    .owl-carousel #mini {
        font-size: 11vw !important;   
        left: 16%;
    }
    #yt {
        width: 100% !important;
        height: 50% !important;
    }
 .nav-item {
    margin-top: 15px;
    text-align: center;
 }
 .video-mobile {
    display: block !important;
 }
 #myVideo {
    filter: blur(2vh);
 }
 .parr {
    width: 100% !important;
 }
 .owl-nav {
    top: -19vw;
    font-size: 10vw;
 }
 .owl-prev {
    margin-left: -9vw;
 }
.owl-next {
    margin-right: -9vw;
 }
 .fa-play {
    font-size: 18vw;
    margin-left: 10vw;
    margin-top: 4vw;
 }
 .info {
    padding: 8vw;
 }
 .carrusel {
    bottom: -22vw;
 }


 /*------- SPECIFIC STYLES */
 .body {
    display: none;
 }
 .phone {
    display: block;
 }



}


/* resoluciones grandes */
@media (min-width: 1770px) { 
    #myVideo {
        top: 0;
    }
}







