#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;
}
.menu-flotante-tattoo
{
    position: relative;
    z-index: 1;
}
.menu-flotante-piercing
{
    position: relative;
    z-index: 0;
}
span.cuerpoEvento {
    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;
    transform: translateY(-2rem);
}

figure.multiImagenes img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
}

figure.multiImagenes span {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
}
figure.multiImagenes span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.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 div figure {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.flex-izquierdo {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.flex-izquierdo figure {
    min-width: 200px;
    height: 200px;
}

.flex-izquierdo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.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-dm4
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    object-fit: cover;
}
.im-dm2 {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    position: relative;
    object-fit: cover;
}
.im-dm3 {
    width: 210px;
    height: 290px;
    overflow: hidden;
    border-radius: 11px;
}

.im-dm1 {
    width: 210px;
    height: 130px;
    border-radius: 5px;
}
.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;
}
.rotado {
    transform: translateY(-23px);
}

.d-flex-center-modificado {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
}

.d-flex-center-modificado .d-flex-100 {
    text-align: right;
}

.d-flex-center-modificado .d-flex-100 figure {
    height: 180px;
    width: 180px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

.d-flex-center-modificado .d-flex-100 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-flex-tres {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
}

.d-flex-tres .min-width-300 {
    flex: 1 0 260px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    min-width: 100px;
}

.cuidados-tres .max-ancho-center
{
    --max-ancho: 900px;
}
.cuidados-tres div.espaciador {
    --mg-1: 0;
    height: 26px;
}
.cuidados-tres div.espaciador {
    --mg-1: 0;
    height: 26px;
}

.cuidados-tres p 
{
    min-height: 190px;
}

.cuidados-tres a.btn-link {
    width: fit-content;
    box-shadow: 0 0 0 1px var(--main-olive);
    padding: 0.4rem 1rem;
}

.cuidados-tres a.btn-link:hover {
    background-color: var(--olive-hover);
    color: var(--line-divide) !important;
}
figure.redondeado {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}


    #medallaSeccion
{
    position: relative;
    top: -75px;
    width: 100%;
    margin: 0 auto;
}
.medalla
{
    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);
}
span.befduraft {
    background-color: rgba(236,224,217,.5);
    width: 60px;
    height: 60px;
    padding: 0.3rem;
    border-radius: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -ms-backdrop-filter: blur(16px);
    -moz-backdrop-filter: blur(16px);
}

span.befduraft img {
    height: 26px;
}


/* MODULO  SELECTOR  */
div#listaEstilos {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 80px;
    max-height: 400px;
    overflow: auto;
}

div#listaEstilos span {
    cursor: pointer;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 0.4rem 0;
}

div#listaEstilos span:hover {
    font-family: 'gm';
}

.grid-1 img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    object-fit: cover;
}

.grid-2 img {
    width: 200px;
    height: 240px;
    border-radius: 5px;
    position: absolute;
    left: 0.2rem;
    bottom: 0.2rem;
    object-fit: cover;
    transform: translateY(2rem);
}

.grid-3 img {
    width: 170px;
    height: 170px;
    border-radius: 5px;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    object-fit: cover;
}

.card.text-break.card-iris {
    background-color: rgba(255, 255, 255, .7);
    padding: 1rem;
    position: absolute;
    width: fit-content;
    min-width: 320px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -ms-backdrop-filter: blur(16px);
    -moz-backdrop-filter: blur(16px);
    transform: translate(-20%, 1.4rem);
}

.parent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
}

.grid-1 { grid-area: 1 / 1 / 2 / 2; }
.grid-2 { grid-area: 1 / 2 / 2 / 3; }
.grid-3 { grid-area: 2 / 1 / 3 / 2; }
.grid-4 { grid-area: 2 / 2 / 3 / 3; }

.btn-sm-iris
{
    width: fit-content;
    padding: 0.4rem 1rem;
}
.d-flex-lista-m1 {
    max-width: 280px;
}

#contenidoStyles {
    position: relative;
    max-width: 390px;
}
.d-flex-lista {
    --max-ancho: 690px;
}
/* FIN MODULO SELECTOR */

figure.iconito {
    background-color: #ECE0D9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 100%;
}
figure.iconito img {
    height: 25px;
    width: 25px;
}

.textito {
    padding-left: .25rem;
    text-align: left;
    text-transform: uppercase;
}

.d-flex-tres .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.textito span:first-child {
    font-family: 'gmm';
    color: var(--main-olive);
}

/* GIFT CARD */
.bg-lineal {
    background-color: var(--olive-hover);
    width: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    left: 0;
}
.bg-light {
    background-color: #F8F8F5;
    position: relative;
}
.max-ancho-modificado
{
    --max-ancho: 700px;
}
.d-flex-meet {
    position: relative;
}

.d-flex-meet figure {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 11px #F8F8F5;
}

.d-flex-meet figure:first-child {
    height: 300px;
    width: 190px;
    left: 1rem;
}

.d-flex-meet figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.d-flex-meet figure:last-child {
    width: 170px;
    height: 260px;
    transform: translate(73%, -50%);
    right: -20%;
}

.bg-light .d-flex-center
{
    box-shadow: 0 0 0 11px #F8F8F5;
}
.bg-fondo.full-contenedor-fondo {
    background-color: #F8F8F5;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* BANNER DECO  */
.p-banner-promos {
    background: url("../../../assets/img/piercing/p-banner.jpg") no-repeat scroll center center / cover transparent;
    border-radius: 5px;
    padding: 2rem 1rem;
    text-align: center;
}

.p-banner-promos span
{
    max-width: 500px;
    margin: 0 auto;
}

.p-banner-promos span:not(.d-flex) {
    text-transform: uppercase;
    line-height: 1.3rem;
}
.p-banner-promos .d-flex {
    display: flex;
    margin-top: 0.5rem;
    text-transform: unset;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.p-banner-promos .d-flex span {
    text-transform: unset;
    flex: 1 0 100px;
}

.p-banner-promos .d-flex span:first-child {
    flex: 2 0 330px;
    line-height: 1rem;
}
.tosp,.tosp span {
    line-height: unset !important;
}
/* FIN BANNER DECO  */

.card-iris ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem 1rem;
    width: 44%;
    padding: 0 !important;
    width: 100%;
    margin: 0;
}

.card-iris ul li {
    padding: 0 !important;
    flex: 1 0 35%;
    line-height: 0.6rem;
}
.flex-55 li
{
    flex: 1 0 55%!important;
}


.contMV {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contMV p {
    flex: 1 0 290px;
    width: 100%;
}

.contMV p span {
    display: block;
    width: 100%;
    margin-bottom: 0.8rem;
}

h1 span
{
    font-size: inherit !important;
}

.d-block.max-ancho-center.d-flex-lista {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
}

.cont-selector {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.cont-selector figure {
    width: 60px;
    height: 60px;
    background: #ECE0D9;
    border-radius: 100%;
    overflow: hidden;
    padding: 0.3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cont-selector.selected .icono {
    display: inline;
    position: absolute;
    bottom: 0;
    transform: translateY(1.2rem);
}

.cont-selector.selected .servicio {
    font-family: 'gmm';
}

.accordion-body.acb-cuerpo {
    padding: .2rem .3rem;
}

.acb-header {
    border-bottom: 1px solid var(--line-divide);
    margin-bottom: 0.2rem;
    padding: 0.3rem 0 !important;
    cursor: pointer;
}
.full-contenedor.bg-background-light {
    width: 105%;
    height: 110%;
    position: absolute;
    z-index: -1;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
}