.body-black {
    background-color: #000;
}

.shared {
    border-radius: 6px;
    background-color: rgba(250, 250, 250, 0.05);
    padding: 10px;
    cursor: pointer;
    color: #fff;
}

input::placeholder {
    color: #dedede !important;
}

input::-webkit-input-placeholder {
    color: #dedede !important;
}

input:-moz-placeholder {
    color: #dedede !important;
}

input::-moz-placeholder {
    color: #dedede !important;
}

input:-ms-input-placeholder {
    color: #dedede !important;
}

nav {
    padding: 10px 0;
    color: #fff;
    width: 100%;
    z-index: 3;
}

.menu-h li {
    display: table-cell;
}

.menu-h li a {
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
}

.item-max-600-hidden {
    display: none;
}

.menu-v li a {
    padding: 10px;
    display: inline-block;
    color: #e9e9e9;
    font-size: 12px;
}

.w-logo-fotter-2 {
    width: 120px;
}

.btn-idioma {
    background-color: #ffffff1a;
    padding: 5px;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    display: inline-block;
}

.btn-idioma img {
    width: 100%;
    height: 100%;
}

.btn-radio {
    border-radius: 25px;
}

.h1big {
    font-size: 60px;
    line-height: 80px;
    font-weight: 550;
}

.bg-0 {
    background-color: #000;
}

.bg-2 {
    background-color: #121215;
}

.bg-3 {
    background-color: #17171a;
}

.bg-4 {
    background-color: #100a13;
}

.bg-5 {
    background-color: #0000007a;
}

.bg-6 {
    background-color: #11111a;
}

.bg-7 {
    background-color: #1a2326;
}

.bg-8 {
    background-color: #111719;
}

/*ESTILOS DE LAS TARJETAS DEL PROYECTO*/
.grid-original {
    --minimumColumnWidth: 200px;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minimumColumnWidth), 1fr));
}

.boton {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    color: #292929;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 18px !important;
}

.boton .cuerpo {
    line-height: 30px;
    max-width: fit-content;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.boton:hover {
    transform: scale(0.95);
}

.boton .coverf {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
}

.boton .coverf > img {
    width: 100%;
}

.card-box-2 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-flow: wrap;
    justify-content: space-between;
}

.grid {
    --minimumColumnWidth: 200px;
    grid-gap: 35px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minimumColumnWidth), 1fr));
}

.card-0 {
    background-color: #ffffff08;
    border-radius: 8px;
    width: min-content;
    margin-bottom: 20px;
    padding: 10px 10px;
}

.card-0 img {
    width: 150px;
}

.card-1 {
    background-color: #19191c;
    border-radius: 8px;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
}

.card-1 > img {
    width: 130px;
}

.card-2 {
    width: 120px;
    text-align: center;
}

.card-2 .icon-circle-2 {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #141823;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.card-2 .icon-circle-2 > img {
    width: 50px;
}

.card-3 {
    background-color: #161a1e;
    color: #fff;
    border-radius: 10px;
    width: min-content;
    padding: 15px 7px;
    text-align: center;
    height: 150px;
    margin-bottom: 40px;
}

.card-3 > div {
    position: relative;
    top: -40px;
    left: 0;
}

.card-3 .cover-2 {
    border-radius: 100%;
    height: 130px !important;
    width: 130px;
    height: 70px;
    margin-bottom: 10px;
}

.card-4 {
    margin-bottom: 20px;
}

.card-4 .cover-2 {
    width: 120px;
    height: 120px;
}

.cover-2 {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cover-2 > img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/*OBEJTOS DEL INICIO*/

.icon {
    background-color: var(--primary);
    padding: 10px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.icon > img {
    width: 100%;
    height: 100%;
}

.comment {
    padding: 20px 40px;
    background-color: #ffffff;
    border-radius: 18px;
    color: #00000082;
    position: relative;
    left: 10px;
    top: -60px;
    max-width: 380px;
    z-index: 1;
}

.before-grade:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, transparent 0%, #000);
}

.after-bar:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50px;
    background: linear-gradient(-2deg, #121215 54%, transparent 55%);
}

.after-bar2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 100px;
    background: linear-gradient(2deg, transparent 54%, #121215 55%);
    z-index: 1;
}

.section-cover {
    background: no-repeat url('../img-desing/studio.jpg');
    background-size: 100%;
    background-position: 0 -200px;
    height: 250px;
}

.section-cover > div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.art-academy {
    color: #fff;
    width: min-content;
    margin-right: 20px;
    min-width: 300px;
}

.art-academy .cover-2 {
    height: 100%;
    width: auto;
}

.sub {
    width: 300px;
    background-color: #fff;
    border-radius: 25px;
    padding: 3px;
}

.sub input[type='email'] {
    background-color: transparent;
    padding: 0 10px;
}

.sub input[type='email']:placeholder {
    color: #f8f8f8;
}

/*DESING FOR LOGIN APARATAJE*/

#login {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #113e55;
    display: block;
}

#login #sectioncontenedor > div {
    height: 100vh;
}

.formlogin {
    background-color: #fff;
    height: 100vh;
    min-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formlogin > div {
    width: 260px;
}

.formlogin form > div {
    margin-bottom: 20px;
}

.formlogin .campo {
    border: solid 1px #e9e9e9;
    border-radius: 25px;
    width: 100%;
    line-height: initial !important;
}

.formlogin .campo > input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
}

.formlogin .campo > label {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 9px;
    color: #b2b2b2;
    padding: 2px 5px;
    background-color: #fff;
    z-index: 1;
}

.formlogin input[type='submit'] {
    width: 100%;
    padding: 10px;
    background-color: #113e55;
    color: #fff;
    border-radius: 25px;
    font-weight: 400;
}

/*AREA DE SERVICIOS*/
.grid {
    --minimumColumnWidth: 300px;
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minimumColumnWidth), 1fr));
}
.option22 {
    width: min-content;
    background-color: #121215;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    border: solid 1px #ffffff20;
}

.option22 .cabecera {
    text-align: center;
    margin-bottom: 30px !important;
}

.option22 .cabecera > div {
    margin-bottom: 20px;
}

.option22 .cabecera > .name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.option22 .cabecera .price {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.option22 .cabecera .boton-accion {
    width: 150px;
    background-color: var(--primary);
    padding: 13px 40px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.option22 div {
    margin-bottom: 10px;
}

.option22 .monto {
    font-size: 28px;
    color: #fff;
}

.option22 ul {
    list-style: none !important;
}

.option22 ul li {
    font-size: 13px;
    margin-bottom: 10px;
    list-style: none;
}
/*.option {
    width: min-content;
    background-color: #121215;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    border: solid 1px #ffffff20;
}

.option .cabecera {
    text-align: center;
    margin-bottom: 30px !important;
}

.option .cabecera > div {
    margin-bottom: 20px;
}

.option .cabecera > .name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.option .cabecera .price {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.option .cabecera .boton-accion {
    width: 150px;
    background-color: var(--primary);
    padding: 13px 40px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.option div {
    margin-bottom: 10px;
}

.option .monto {
    font-size: 28px;
    color: #fff;
}

.option ul {
    list-style: none !important;
}

.option ul li {
    font-size: 13px;
    margin-bottom: 10px;
    list-style: none;
}*/

.btn-flat {
    padding: 7px 76px;
    font-size: 19px;

    /*padding: 5px 15px;
    font-size: 10px;*/

    border: solid 1px var(--primary);
    border-radius: 25px;
    color: var(--primary);
    font-weight: bold;
    /*font-weight: */
}

.flat-gold {
    border: solid 1px #ce8313;
    color: #ce8313;
}

.flat-primary {
    border: solid 1px #13b2a2;
    color: #13b2a2;
}

.bgdistribution {
    background: no-repeat url('../../assets/img/ssdd.svg');
    background-size: auto 100%;
    background-position: center;
}

/*AREA DE ARTISTAS*/

#headerartista {
    margin-bottom: 40px;
}

#headerartista .cover-2 {
    border-radius: 100%;
    border: solid 7px #000;
}

#headerartista .banner {
    width: 100%;
    height: 268px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: top;
}

#headerartista .banner > img {
    width: 101%;
    height: 101vh;
    filter: blur(8px);
    opacity: 0.8;
}

#headerartista .info {
    background: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

.card-track {
    margin-bottom: 20px;
    width: min-content;
}

.card-track .cover-2 {
    border-radius: 15px;
    width: 120px;
    height: 120px;
}

.covermd {
    height: 160px;
    margin-right: 10px;
}

.btn-white {
    background-color: #fff;
    padding: 7px 30px;
    border-radius: 25px;
    font-weight: 600;
    color: #100c0d;
}

.acordeon {
    background-color: #121215;
    border-radius: 8px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.acordeon .cuerpo {
    color: #989898;
    margin-top: 20px;
}

.acordeon .title {
    font-size: 14px;
    color: #fff;
}

.acordeon .flecha {
    width: 15px;
}

.campo {
    border: solid 1px #e9e9e9;
    border-radius: 25px;
    width: 100%;
    background: #fff;
}

.campo > input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 10px 20px;
}

.campo > label {
    position: absolute;
    left: 20px;
    top: -8px;
    font-size: 9px;
    color: #b2b2b2;
    padding: 2px 5px;
    background-color: #fff;
    z-index: 1;
}

form input[type='submit'] {
    width: 100%;
    padding: 10px;
    background-color: #113e55;
    color: #fff;
    border-radius: 25px;
    font-weight: 400;
}

.formwhite {
    padding: 40px;
    border-radius: 15px;
    background-color: #fff;
}

.formwhite form > div {
    margin-bottom: 20px;
}

.aside {
    width: 330px;
}

.item-min-600-visible {
    display: none;
}

.item-min-600-invisible {
    display: block;
}

.display-movil {
    display: none;
}

@media screen and (max-width: 600px) {
    .grid {
        grid-gap: 15px;
        --minimumColumnWidth: none;
    }

    #headerartista .banner {
        height: 288px !important;
    }

    .item-min-600-invisible {
        display: none;
    }

    .item-min-600-visible {
        display: block;
    }

    .w-logo-fotter-2 {
        width: 90px;
    }

    body {
        overflow-x: hidden;
    }

    nav,
    .m-none {
        display: none !important;
    }

    .m-w-100 {
        width: 100% !important;
        max-width: 100% !important;
        flex: initial !important;
        display: block;
        margin-right: 0;
    }

    .h1big {
        font-size: 45px;
        line-height: 50px;
    }

    .display-no-movil {
        display: none !important;
    }

    .display-movil {
        display: block !important;
    }

    .m-t-17 {
        margin-top: 17%;
    }

    .main {
        width: 100%;
    }

    .m-center {
        text-align: center;
    }

    .scroll-m {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        flex: initial !important;
        padding-top: 20px !important;
    }

    .before-grade:after {
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8) 50%);
    }

    .grid {
        grid-gap: 10px;
        --minimumColumnWidth: none !important;
    }

    .m-after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-bottom: 20px;
        color: #fff;
    }

    .m-after .btn-2 {
        width: 100%;
    }

    .m1 {
        order: 1;
    }

    .m2 {
        order: 2;
    }

    .m3 {
        order: 3;
    }

    .scroll-m .card-3 {
        margin-right: 20px;
        margin-top: 20px;
    }

    .scroll-m .card-4 {
        margin-right: 20px;
    }

    div {
        flex: initial;
    }

    section {
        padding: 20px !important;
        width: 100%;
    }

    .padding-v-b {
        padding: 20px !important;
    }

    .comment {
        position: initial;
    }

    .sub {
        background-color: transparent;
        width: 100%;
        min-width: 300px;
    }

    .sub > div {
        width: 100%;
    }

    .sub input[type='email'] {
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 0;
        outline: 0;
        border-radius: 25px;
        padding: 5px 20px;
    }

    .sub input[type='submit'] {
        width: 100%;
    }

    .flex > div {
        /*margin-bottom: 10px;*/
    }

    footer {
        text-align: center;
    }

    footer .flex > div {
        width: 100%;
    }

    .menu-v li {
        display: inline-block;
    }

    .card-1 {
        flex: 1;
        padding: 10px 0;
        display: flex;
        justify-content: center;
    }

    .card-1-2 {
        flex: unset !important;
        padding: 10px;
        display: flex;
        justify-content: initial;
    }
    .option22 {
        min-width: 100%;
        flex: initial;
        margin-bottom: 20px;
    }

    .option22 .monto {
        font-size: 50px;
    }

    .option22 .m-btn {
        padding: 10px 20px;
        width: 210px !important;
        display: inline-block;
        font-size: 13px;
    }

    .option22 .precio > div {
        text-align: center;
        width: 100%;
    }
    /*.option {
        min-width: 100%;
        flex: initial;
        margin-bottom: 20px;
    }

    .option .monto {
        font-size: 50px;
    }

    .option .m-btn {
        padding: 10px 20px;
        width: 210px !important;
        display: inline-block;
        font-size: 13px;
    }

    .option .precio > div {
        text-align: center;
        width: 100%;
    }*/

    .btn-2 {
        padding: 10px 20px;
        font-size: 14px;
    }

    .card-track {
        display: flex;
        width: 100%;
        flex-flow: row;
        align-items: center;
        background-size: cover;
        overflow: hidden;
        border-radius: 3px;
        padding: 10px;
        margin-right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        color: #fff;
    }

    .card-track p {
        font-size: 22px;
    }

    .card-track .cover-2 {
        border-radius: 6px !important;
    }

    .card-track:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        left: 0;
        top: 0;
    }

    #headerartista {
        margin-bottom: 20px !important;
    }

    .card-track div {
        font-size: 13px;
        text-align: left;
        padding: 2px 0px;
    }

    .card-track div:nth-child(1) {
        font-weight: bold;
        font-size: 14px;
    }

    .card-track .cover-2 {
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .covermd {
        width: 100% !important;
        display: block;
        flex: initial !important;
        min-width: 100%;
        height: 200px;
    }

    .acordeon {
        max-width: 100% !important;
    }

    .aside {
        width: 100%;
    }

    .formlogin {
        width: 100% !important;
        max-width: 100% !important;
        flex: initial !important;
        min-width: auto;
    }

    .formlogin > div {
        width: 100%;
        padding: 40px;
    }

    .section-cover {
        background-size: 100% 100% !important;
        background-position: initial !important;
        padding: 0 !important;
    }

    .m-block {
        display: block !important;
        margin-right: 0 !important;
    }

    #headerartista {
        margin-bottom: 80px;
    }

    .cuerpo {
        margin-right: 0 !important;
    }

    .articletext {
        min-width: 300px;
    }

    .articletext .padding-v {
        display: none;
    }

    section .padding-v-b {
        padding: 0 !important;
    }
}
