/*.azulejo {*/
/*  display: flex;*/
/*  height: auto;*/
/*}*/

/*.azulejo__imagen_de_fondo {*/
/*  opacity: 0;*/
/*  transition: 1s;*/
/*}*/

/*.azulejo__imagen_de_fondo.azulejo__imagen_de_fondo--cargada {*/
/*  opacity: 1;*/
/*}*/

.mosaico {
  margin: 0 -2px;
}

@media (min-width: 1024px) {
  [escala="grande"] [etiqueta="imagen"] .azulejo__contenido img {
    max-height: calc((100vw - 32px)/ 6);
  }
}

span.status--error {
    background: transparent;
    color: #FF3A75;
    z-index: 100;
    position: relative;
    position: initial;
}

.webform-submission-form li.status--error, .status--error {
    border: none !important;
    text-transform: none !important;
}

.azulejo .azulejo__imagen_de_fondo__img {
    display: none;
}

[escala=chica] .azulejo__imagen_de_fondo__img--chica, [escala=grande] .azulejo__imagen_de_fondo__img--grande {
    display: initial;
}