div#leftInline, #rightInline {
    padding: 0rem;
}
.panel {
    background-color: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    box-shadow: unset;
}

.panel-header {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
}

.tile {
    margin: 0.8rem 0 0rem 0 !important;
}
.panel .panel-body {
    padding-bottom: 2rem;
}
p.tile-title {
    box-shadow: 0 0 1px 0px rgba(0,0,0,.1);
    border-radius: 0.4rem;
    padding: 0.5rem;
    margin-bottom: 0.4rem;
}

.tile-subtitle {
    box-shadow: 0 0 1px 0px rgba(0,0,0,.1);
    border-radius: 6px;
    padding: 0.5rem;
}
div#textVasARecibirEmail,div#textVasARecibirEmailP 
{
    text-align: center;
}
p#textGraciasPreinscripcionTattoo p,
p#textGraciasPreinscripcionTattooP p 
{
    margin-bottom: 0;
    line-height: 0.8rem;
}
.picArt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0rem 0;
    transition: all .3s linear;
    align-content: center;
    padding: 0.2rem 0.4rem;
    min-width: 100px;
}
.formulario-left
{
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
}
.formulario-left .field {
    width: 50%;
    flex: 1 0 220px;
}

#footerChat .btn-link,#footerChatP .btn-link {
    color: var(--color-boton);
    background: #ffffff;
    margin-left: 0.5rem;
}
#bodyChat .avatar,#bodyChatP .avatar
{
    background-color:var(--main-olive);
    overflow: hidden;
}
.avatar img {
  border-radius: 0;
  height: 110%;
  position: relative;
  width: 70%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: unset;
}

#bodyChat #cargarFotosTattoo,
#bodyChatP #cargarFotosTattooP {
    overflow: hidden;
    border-radius: 5rem;
    background-color: var(--main-olive);
    cursor: pointer;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    margin-top: 1rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#bodyChat .lds-ellipsis, #bodyChatP .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 14px;
    box-sizing: content-box;
    border-radius: 5rem;
    padding: 0.5rem;
}
#bodyChat .lds-ellipsis div,#bodyChatP .lds-ellipsis div {
    position: absolute;
    top: 11px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--main-olive);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#bodyChatP .lds-ellipsis div:nth-child(1), #bodyChat .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
#bodyChat .lds-ellipsis div:nth-child(2), #bodyChatP .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
#bodyChat .lds-ellipsis div:nth-child(3), #bodyChatP .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
#bodyChat .lds-ellipsis div:nth-child(4), #bodyChatP .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

main#mainchat,main#mainchatP {
    max-width          : 100%;
    max-height         : 100%;
    height             : 0;
    position           : absolute;
    z-index            : 999;
    bottom             : 0;
    right              : 0;
    width              : 0;
    left               : 0;
    
    transition         : all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: width, height;

    display            : flex;
    flex-direction     : row;
    flex-wrap          : nowrap;
    align-content      : flex-start;
    justify-content    : flex-start;
    align-items        : flex-start;

    max-height: 100%;
}
button#cerrarChat,button#cerrarChatP {
    padding: 0 0.3rem;
    color: var(--main-olive);
    cursor: pointer;
    border-radius: 100%;
}
section.asidechat {
    height: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    width: 60%;
}

div#paso_lugar, div#paso_lugarP {
    height: 100%;
}

div#contenedorInfoTurnos,div#contenedorInfoTurnosP {
    height: 100%;
}

form#formularioTattoo,form#formularioPiercing {
    height: 100%;
}

div#contenedorInfoTurnosP,div#contenedorInfoTurnos {
    position: relative;
    width: 100%;
}
.nuevo_form_uno_modificado {
    height: 100%;
}
form#formularioPiercing, form#formularioTattoo {
    justify-content: flex-end;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.pulse-chat::before
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 0;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    animation: pulse-animation-dos 2s infinite;
}

@keyframes pulse-animation-dos {
  0% {
    box-shadow: 0 0 0 0px rgb(233 238 245);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.panel .panel-footer, .panel .panel-header {
    background-color: rgba(255, 255, 255, 1);
    padding: 0 0 0.7rem 0;
}
.plop-left
{
    background-color: #ffffff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transition-delay: 500ms;
}

.plop-right
{
  background-color: #ffffff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transition-delay: 500ms;
}

.panel-footer {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    padding: 0.5rem 1rem!important;
}
div#footerChat button,div#footerChatP button {
    font-size: 0.7rem;
}

div#buttonChatActive,div#buttonChatActiveP {
    position: fixed;
    right: 0.8rem;
    bottom: 0.8rem;
    width: 70px;
    height: 70px;
    z-index: 99;
}

div#artistaVisual,div#artistaVisualP {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.nuevo_form_uno_modificado_chat {
    width: 100% !important;
    left: 0 !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

div.picArt span {
    font-size: 0.6rem;
    font-weight: normal;
    width: fit-content;
    text-align: center;
    min-width: 70px;
    max-width: 90px;
    line-height: 0.7rem;
}
#contenedor_iris_nav_tattoo, #contenedor_iris_nav_piercing {
    width: 100%;
    height: auto;
    background-color: var(--main-olive);
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 8px 0 1px 0 rgba(0,0,0, 0.2);
    padding: 0.8rem;
    font-size: 0.8rem;
    height: 2.85rem;
}
aside#asideRedesSociales {

    transition: background-color 0.3s linear;
    position: fixed;
    left: 0;
    width: 70px;
    height: 100%;
    top: 0;
    background-color: rgba(255,255,255,.2);
    z-index: 1;
}
.sede_sm,.nav_iris_links_t,#buttonChatActive
{
  display: none !important;
}

#aside_infoP,#aside_info
{
  width: 40%;
  height: 100%;
  background: url('') no-repeat scroll center center / cover transparent;
}
form#formularioPiercing, form#formularioTattoo
{
  gap: 0 !important;
}

@media (min-width: 320px) and (max-width: 800px)
{
  button#btnContinue {
      width: 100%;
  }
  body * {
      font-size: calc(13px + (15 - 13) * ((100vw - 300px)/ (1600 - 300)));
  }
  .limobile
  {
    display: none !important;
  }
  #aside_info,#aside_infoP
  {
    display: none !important;
  }
  section.asidechat
  {
    width: 100%;
  }
}
div#cajaBotones {
    display: flex;
    position: relative;
    width: 100%;
    height: 25vh;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background-color: var(--main-olive-claro);
    padding: 0.1rem .1rem;
    z-index: 90;
}

a.btn.btn-contact {
    display: flex;
    border-radius: 5rem;
    border: none;
    padding: 0.2rem 0.5rem;
    height: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #000000;
    font-weight: 500;
    background-color: #ffffff;
}
.btn-whatsapp {
    box-shadow: 0 0 0 1px #B4CEB5;
}
.btn-messenger {
    box-shadow: 0 0 0 1px #DDBAD1;
}
a.btn.btn-contact img {
    height: 24px;
}
.d-flex-botones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    gap: 0.2rem;
    background-color: #F5F5F5;
    align-items: center;
    padding: 0.4rem 0.5rem;
}

.logo_iris-esp {
    height: 40px !important;
    width: 100%;
    margin: 0 !important;
    text-align: left;
    padding: 0.4rem 0 0 0.4rem;
}

.logo_iris-esp img {
    height: 30px;
}
.d-none-simple
{
    display: none;
}

#bodyChat .tile-title, 
#bodyChat .tile-subtitle, 
#bodyChatP .tile-title,
#bodyChatP .tile-subtitle
{
    background-color: #FCFCFA;
    border: 1px solid #e3e3e3 !important;
    width: fit-content;
    border-radius: 5px;
    max-width: 290px;
}
.panel-title.h6 {
    padding: 0.7rem 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
textarea {
    border: none;
    width: 100%;
    min-width: 270px;
}
.picArt figure {
    width: 90px;
    height: 90px;
    margin-bottom: 0.2rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: var(--olive-hover);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.picArt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.picArt.selected figure {
    box-shadow: 0 0 0 1px var(--olive-hover);
    padding: 0.2rem;
}

.picArt.selected figure img {
    border-radius: 100%;
}

figure.logoRCA img {
    height: auto !important;
    border-radius: 0 !important;
    width: 60%;
}
input.form-input-t,.form-input-text-t {
        background-color: #ffffff;
    border: 1px solid var(--light-olive);
    text-transform: uppercase;
    color: var(--main-olive);
    font-size: 0.7rem;
    border-radius: 10px;
    width: 100%;
    padding: 0.3rem;
}
div#full_absolute {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 105vh;
    background-color: rgba(255,255,255,0.9);
}
#modal_studio
{
    z-index:99999
}

.modal-title
{
    color:#000000;
}
div.modal-container {
      background: rgb(255 255 255);
      color: #000000;
}
.modal-footer.d-flex 
{
    display: -ms-flexbox;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.modal:target .modal-overlay, .modal.active .modal-overlay
{
    backdrop-filter: blur(3px);
}