#videoHome
{
    position: relative;
    top: 0;
    width: 100%;
    height: 60vh;
    left: 0;
    max-height: 60vh;
    overflow: hidden;
}

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;
}
.menu-flotante-tattoo
{
    position: relative;
    z-index: 1;
}
.menu-flotante-piercing
{
    position: relative;
    z-index: 0;
}
span.cuerpoEvento {
        font-size: 1rem;
    text-shadow: 0 0 8px #ffffff;
    background-color: rgba(243, 243, 243, .5);
    width: 150px;
    height: 150px;
    display: flex;
    position: absolute;
    top: 0;
    border-radius: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: gmm;
    padding: 1rem;
    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);
}
.ce-tattoo{
    left:0%;
    z-index: 1;
}
.ce-piercing{
    right:0%;
    z-index: 0;
}
.medio-contenedor
{
    position     : absolute;
    left         : 0;
    top          : 0;
    width        : 70vw;
    height       : 100%;
    z-index      : -1;   
    border-radius: 0 10px 10px 0;
}
figure.multiImagenes {
    height: 100%;
    position: relative;
    min-height: 340px;
}

figure.multiImagenes img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
}
.flor-de-imagenes {
    height: 350px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}

figure.d-fl-i {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.5rem;
}

figure.d-fl-i div, figure.d-fl-d div {
    overflow: hidden;
    border-radius: 6px;
}

figure.d-fl-d {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}

.c-fl-1 {
    width: 140px;
    height: 100px;
}
.c-fl-2 {
    width: 120px;
    height: 150px;
}

.c-fl-3 {
    width: 150px;
    height: 160px;
}

.c-fl-4 {
    width: 110px;
    height: 190px;
}
.d-fl-i div img, .d-fl-d div img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}
div#contenedorPuntajes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 3rem;
}

.card-superior {
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.card-puntaje {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 180px;
    max-width: 320px;
    width: fit-content;
    flex: 1 0 300px;
}
.contenedor-padding-puntaje
{
    padding: 1rem 2rem;
    overflow: auto;
}
.contenedor-marquesina {
    overflow: hidden;
    opacity: 0.7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
}

.contenedor-marquesina span {
    font-size: var(--h1-font-size);
    font-family: 'gmm';
}

.contenedor-marquesina .olive {
    color: var(--olive-border);
}

.contenedor-marquesina .pink {
    color: #CCB3A7;
    opacity: 1;
}

.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;
}

.caja-1 .subcaja-1 {
    height: 259px;
    width: 317px;
}
.caja-1 .subcaja-2 {
    height: 315px;
    width: 317px;
}

.flex-centrado div figure {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.caja-2 {
    display: block;
    height: 672px;
    width: 337px;
    min-width: 320px;
}

.flex-centrado .caja-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
}

.caja-3 .subcaja-1 {
    width: 617px;
    height: 303px;
}

.caja-3 .subcaja-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
}

.subcaja-2 .subcaja-2-1, .subcaja-2 .subcaja-2-2 {
    width: 263px;
    height: 262px;
}
.contenedor-marquesina-int {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}
.im-dm2 {
    width: 260px;
    height: 180px;
    border-radius: 10px;
}
.im-dm3 {
    width: 210px;
    height: 290px;
    overflow: hidden;
    border-radius: 11px;
}

.im-dm1 {
    width: 300px;
    height: 140px;
    border-radius: 10px;
}
.d-flex-intro .text-break
{
    max-width: 450px;
    width: fit-content;
}

span.star-full.active
{
    background: url(../../img/iconos/star.svg) no-repeat scroll center center / auto 14px transparent;
}
span.star-full {
    flex: 1 0 auto;
    height: 20px;
    width: 14px;
}

.stars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.1rem;
}
#_mnFllwDrpDown
{
    position: fixed;
}
img.servicios-pt {
    border-radius: 100%;
    overflow: hidden;
}

.im-dm4, .im-dm5 {
    height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}