@font-face {
    font-family: NeueLight;
    src: url(../assets/fonts/NeueMachina-Light.otf);
}

@font-face {
    font-family: NeueRegular;
    src: url(../assets/fonts/NeueMachina-Regular.otf);
}



@media all and (min-width: 480px) {
    .btn {
        border-color: transparent !important;
        padding-right: 80px;
    }

    .linksContact {
        color: #6600FF !important;
        font-family: NeueRegular;
        font-size: 2vw;
    }

    .iconStudio {
        height: 2vw;
    }

    .subTitulo {
        font-size: 1.4vw;
    }

}

@media all and (max-width: 479px) {
    .btn {
        border-color: transparent !important;
        padding-right: 0px;
    }

    .linksContact {
        color: #6600FF !important;
        font-family: NeueRegular;
        font-size: 5vw;
    }

    .iconStudio {
        height: 8vw;
    }

    .subTitulo {
        font-size: 4vw;
    }


}




::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #6607ED;
    border-radius: 1px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 1px;
}

@keyframes scrolling {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-300%);
    }
}

html {
    height: 100%;
    width: 100%;
}



body {

    background-image: url("../assets/img/bck.jpg");
    background-color: #7183DC;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;


}





.example1 {
    height: 50px;
    overflow: hidden;
    position: relative;
}






.marqusina {
    font-size: 1.1rem;
    color: #FFF;
    font-family: NeueRegular;

}

.marquee {
    width: 100%;

    overflow: hidden;

}

.marquee li {
    font-size: 1.1rem;
    color: #FFF;
    font-family: NeueRegular;
}

.marquee__content {
    display: flex;
    list-style: none;
    animation: scrolling 50s linear infinite;
}

.marquee__item {
    flex-shrink: 0;
}

.linkHome {
    font-size: 1.5rem;
    color: #6607ED;
    font-family: NeueRegular;
    text-decoration: none !important;
}

.linkHomeMobile {
    font-size: 12px;
    color: #6607ED;
    font-family: NeueRegular;
    text-decoration: none !important;
}




a:hover {
    color: #CFC6FF !important;
}



.container-fluid {
    padding-top: 40px;
}

.LogoHead {

    height: 70px;
}

.linkIdioma {
    padding-left: 25px;
    color: #6600FF !important;
    font-family: NeueRegular;
}

.btn.show {

    border-color: transparent;
}



.dropdown-menu {
    text-align: right;
    background-color: transparent;
    border-color: transparent;
}

.dropdown-item {
    font-size: 1rem;
    color: #6600FF;
    font-family: NeueRegular;
    text-decoration: none !important;
}

.dropdown-item.active {
    background-color: transparent;
    color: #CFC6FF;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #CFC6FF;
    font-size: 1.5rem;
}

.active {
    background-color: transparent;
    color: #CFC6FF;
}

.containerTitulo {
    padding-left: 40px;
    padding-top: 45px;
}

.titulo {
    font-size: 12.2vw;
    color: #6600FF;
    font-family: NeueRegular;
    letter-spacing: 1.5vw;
}

.subTitulo {

    color: #6600FF;
    font-family: NeueLight;
    letter-spacing: 0.2vw;
}

.rowContent {
    padding-left: 2.5%;
    padding-right: 5%;
    height: 20%;
}

.parrafo {
    font-size: 1.1rem;
    color: #ffffff;
    font-family: NeueLight;
    text-align: justify;
}

.youtubee {
    padding-top: 25px;
}

.studioArtist {
    overflow-y: scroll;
    height: 40vh;
}

.contactAbout {
    overflow-y: scroll;
    height: 350px;
}

.subtiContact {
    font-family: NeueRegular;
    font-size: 1.5rem;
    color: #6607ED;

}

.nombresContact {
    font-family: NeueRegular;
    font-size: 1.5rem;
    color: #67FD6B;

}


.subParrafo {

    font-size: 0.8rem;
    color: #ffffff;
    font-family: NeueLight;
}

.SubtituloStud {
    padding-top: 25px;
    color: #6600FF;
    font-family: NeueRegular;
}

.linksHome {

    font-size: 1.6rem;
    color: #6600FF !important;
    font-family: NeueRegular;
}



.redes {
    width: 45px;
}

.catalagoGenre {
    padding-top: 25px;
    color: #ffffff;
    font-family: NeueRegular;
    padding-bottom: 100px;
}

.linksServices {

    font-size: 1.2rem;
    color: #ffffff;
    font-family: NeueRegular;
}

.listWork {
    text-align: left;
    padding-left: 45%;
    color: #ffffff;
    font-family: NeueLight;
}