#videoHome
{
    position: relative;
    top: 0;
    width: 100%;
    height: 45vh;
    left: 0;
    max-height: 60vh;
    overflow: hidden;
}
#videoHome video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
aside#videoHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.min-width-300
{
    min-width: 300px;
}

#medallaSeccion
{
    position: relative;
    top: -75px;
    width: 100%;
    margin: 0 auto;
    left: 11px;
}
.medalla img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medalla
{
    background-color: rgba(243, 243, 243, .5);
    width: 150px;
    height: 150px;
    display: flex;
    position: absolute;
    border-radius: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: gmm;
    top: 50%;
    /* background-color: rgba(255, 255, 255, .6); */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -ms-backdrop-filter: blur(16px);
    -moz-backdrop-filter: blur(16px);
    overflow: hidden;
    box-shadow: 0 0 0 5px #ffffff;
}
h1#_nombreArtista {
    font-family: 'gmm';
}

h1#_nombreArtista span {
    display: block;
    text-align: center;
    font-family: 'gm';
}
.medio-contenedor-derecho
{
    position: absolute;
    right: 0;
    top: 50%;
    width: 70vw;
    height: 80%;
    z-index: -1;
    border-radius: 0 10px 10px 0;
    transform: translateY(-50%);
}
.medio-contenedor
{
    position     : absolute;
    left         : 0;
    top          : 0;
    width        : 70vw;
    height       : 100%;
    z-index      : -1;   
    border-radius: 0 10px 10px 0;
}

.flex-centrado {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.flex-centrado .caja-1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.flex-centrado div figure img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.d-flex-intro .text-break
{
    max-width: 450px;
    width: fit-content;
}

/* Modulo imagenes */
.d-flex-center
{
    align-items: flex-start;
}
.min-width-300
{
    min-width: 300px;
}
.menu-flotante-tattoo
{
    position: relative;
    z-index: 1;
}
.menu-flotante-piercing
{
    position: relative;
    z-index: 0;
}

/* MODULO  SELECTOR  */
div#listaEstilos {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 80px;
    max-height: 400px;
    overflow: auto;
}

div#listaEstilos a {
    cursor: pointer;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 0.2rem 0;
}

div#listaEstilos a:hover {
    font-family: 'gmm';
    color: var(--main-olive);
}


#contenidoStylesIndividual.abierto
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#contenidoStylesIndividual 
{
    position: relative;
    max-height: 80vh;
    overflow: hidden;
    padding-top: 2rem;
    transition: max-height 500ms linear;
}
.d-flex-artistas {
    --max-ancho: 1300px;
}
.d-flex-artistas {
    display: flex;
}

.d-flex-lista-m1 {
    max-width: 200px;
}
.d-flex-200.d-flex-lista-m2 {
    flex: 1 0 550px;
}
.colm a {
    width: 100%;
    height: var(--alto-imagen);
    display: inline-block;
    overflow: hidden;
}

.colm a figure 
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0.1rem;
    display: inline-block;
    border-radius: 11px;
}

.colm a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--olive-border);
}

.colm {
    flex: 1 0 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}
#colm_1,#colm_3 {
    transform: translateY(-0.7rem);
}
#colm_2,#colm_4 {
    transform: translateY(0.7rem);
}

#contenidoStylesIndividual.cerrado::before
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    content: "";
    z-index: 2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,214,202,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,214,202,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(213,214,202,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d5d6ca",GradientType=1);
}

.cnt-btn .btn-link {
    width: fit-content;
    box-shadow: 0 0 0 1px var(--main-olive);
    padding: 0.4rem 1rem;
}
.cnt-btn.d-block {
    padding: 0.5rem 0;
}