@font-face {
  font-family: "museo-300";
  src: url(/fuentes/MuseoSans-300.otf);
}
@font-face {
  font-family: "museo-500";
  src: url(/fuentes/MuseoSans_500.otf);
}
@font-face {
  font-family: "museo-700";
  src: url(/fuentes/MuseoSans-700.otf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  font-family: "museo-500", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 100%;
  overflow-x: hidden;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
}

a {
  cursor: pointer;
}

table {
  height: auto;
}

textarea {
  resize: none;
  height: 150px;
}

input,
textarea {
  color: #000;
  border: 1px solid #000;
}

strong {
  font-family: "museo-700";
}

.bold {
  font-family: "museo-700", Arial, Helvetica, sans-serif;
  color: #a01835;
}

.blanco {
  color: #fff;
  padding: 0 15px;
  text-align: center;
}

.centrado {
  text-align: center;
  font-weight: bold;
}

.letrasblancas,
.letrasblancas2 {
  color: #fff;
  font-family: "museo-500";
}

.eng-prose > p:not(:last-child) {
  margin-bottom: 1.4285714286em;
}

.eng-prose-inset {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 992px) {
  .eng-prose-inset {
    width: 58.3333333333%;
  }
}

.texto-rojo {
  color: #a01835;
  font-family: "museo-700";
}

.textoenrojo {
  position: relative;
  margin-left: 46%;
  margin-top: 5%;
  font-family: "museo-700";
}

span.linksrojos {
  color: #a01835;
  text-decoration: none;
}

.eng-press-link {
  color: #a01835;
  text-decoration: none;
}
.eng-press-link:hover, .eng-press-link:focus {
  color: #a01835;
  text-decoration: none;
}

span.negrita {
  font-family: "museo-700";
}

.asdf > div > p,
.asdf > div > .eng-prose > p {
  text-align: justify;
}

span.blanquito {
  font-family: "museo-700";
  color: #fff;
  font-size: 140%;
}

span.grisito {
  color: #cccccc;
  font-size: 160%;
}

span.medidas {
  color: #fff;
  font-size: 120%;
}

.title-bio {
  color: #a01835;
  font-family: "museo-700";
  font-size: 22px;
}

.text-bio {
  color: #fff;
  font-family: "museo-500";
}

@media all and (max-width: 470px) {
  .title-bio {
    margin-top: 0;
    margin-left: 35px;
  }
  .text-bio {
    margin-left: 50px;
    width: 75%;
    color: #fff;
    margin-top: 10px;
  }
}
@media all and (max-width: 1056px) {
  #wrapper {
    padding-top: 32px;
    background-color: #a01835;
  }
}

.home {
  background-color: #000;
  min-height: calc(100vh - 110px - 90px);
  z-index: 3;
  position: relative;
}

.contacto {
  background-color: #000;
  color: #fff;
}

.colagrafias {
  background-color: #000;
  position: relative;
  min-height: 100vh !important;
}

.negro {
  background-color: #000;
}

.fondo {
  background-color: #fff;
}

.critique,
.artworks {
  background-color: #cccccc;
}

.padding_abajo {
  padding-bottom: 100px;
}

.eng-offset-top {
  margin-top: 40px;
}

.eng-clear {
  clear: both;
}

.sepa {
  position: absolute !important;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: #cccccc;
}

.separador {
  top: 0;
  height: 100%;
  z-index: 1;
}

#life {
  margin-left: 33%;
}

#life2 {
  margin-left: 40%;
}

#colla {
  margin-left: 23%;
}

#desaparicion {
  display: none;
}

#aparicion {
  display: block;
}

#segundalinea {
  margin-left: 10px;
}

#lionel {
  margin-top: 25px;
  margin-bottom: 25px;
}

.foto {
  margin-right: 26px;
  padding-left: 75px !important;
}
.foto > img {
  width: 96%;
}

.foto.foto--fill {
  margin-right: 0;
}
.foto.foto--fill > img {
  max-width: none;
}
@media all and (max-width: 992px) {
  .foto.foto--fill > img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media all and (min-width: 992px) {
  .foto.foto--fill > img {
    width: calc(100% + 75px + 15px);
    margin-left: -75px;
  }
}

.ninoscubanos {
  padding-right: 0 !important;
}

@media all and (max-width: 1056px) {
  .separador,
  .sepa {
    display: none;
  }
}
@media all and (max-width: 992px) {
  #life {
    margin-left: 0;
  }
  #life2 {
    margin-left: 10%;
  }
  #colla {
    margin-left: 10px;
  }
  .sepa {
    display: none;
  }
  .foto {
    padding-left: 15px !important;
  }
  .foto > img {
    max-width: 100%;
    height: auto;
  }
  #desaparicion {
    display: block;
  }
  #aparicion {
    display: none;
  }
}
@media all and (max-width: 470px) {
  .foto img {
    max-width: 100%;
    float: right;
  }
}
.header {
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 3;
}

.nav {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.logo {
  display: block;
  position: relative;
  margin-top: 10px;
  font-size: 2.2em;
  font-weight: bold;
  float: left;
  margin-left: 0;
  text-align: center;
  z-index: 2;
  width: 20%;
}
.logo img {
  position: relative;
  top: 10px;
  width: 80%;
  height: auto;
}
.logo a:hover {
  text-decoration: none;
}
.logo span {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 20px;
  font-style: italic;
}

#separacion {
  top: 0;
  background-color: #a01835;
}

.header-mobil {
  width: 100%;
  background: #fff;
  height: 100%;
  display: none;
  text-align: center;
  border-bottom: 1px solid #37537d;
}

.logo-mobil {
  display: inline-block;
  margin-top: 2px;
  float: right;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 20px;
  line-height: 18px;
  z-index: 6;
}
.logo-mobil a {
  color: #37537d;
}
.logo-mobil img {
  max-width: 58%;
}

@media all and (max-width: 1056px) {
  .header {
    height: 50px;
    background-color: #a01835;
  }
  .header-desktop {
    display: none;
  }
  .header-mobil {
    display: block;
  }
}
.nav-bar {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 1.1em;
  font-weight: bold;
  z-index: 3;
  font-family: "museo-700";
  color: #fff;
}
.nav-bar a {
  transition: all 125ms ease-in-out;
  color: #fff;
}
.nav-bar a:hover {
  text-decoration: none;
  color: #222222;
}
.nav-bar ul {
  cursor: default;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 110px;
}
.nav-bar .nav > li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 100%;
}
.nav-bar li:not(:last-child):after {
  position: absolute;
  width: 3px;
  border-right: 3px solid #ffcb05;
  height: 100%;
  top: -2px;
  right: -3px;
}

.headertext {
  margin-left: 2%;
}

.header1 {
  font-family: "museo-300";
}

#headertext {
  text-decoration: none;
}

@media all and (max-width: 1675px) {
  .headertext {
    margin-left: 0;
  }
}
@media all and (max-width: 1056px) {
  .nav-bar li {
    font-size: 80%;
    display: inline-block;
    padding: 0 6px;
    padding-top: 3%;
    position: relative;
  }
}
#menu2 {
  display: none;
}

.slicknav_menu {
  display: none;
  position: absolute;
  top: 55px;
  margin-top: -23px;
  z-index: 5;
  color: #000;
  background-color: #fff !important;
}

.slicknav_nav a {
  color: #000 !important;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222222;
  float: left !important;
}

@media all and (max-width: 1056px) {
  .slicknav_menu {
    display: block;
  }
}
footer {
  width: 100%;
  height: auto;
  background-color: #a01835;
  z-index: 1;
  font-family: "museo-500";
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  padding: 20px 0;
}
footer > a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 125ms ease-in-out;
  margin-right: 10px;
  top: 15px;
  float: right;
}
footer a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
}

.footer {
  min-height: 90px;
}

.footer-links {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.footer-links__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 992px) {
  .footer-links__item:nth-child(1) {
    width: 33.33333333%;
  }
  .footer-links__item:nth-child(2) {
    width: 41.66666667%;
  }
  .footer-links__item:nth-child(3) {
    width: 25%;
  }
}

.enlacesfooter {
  margin-right: 10px;
  color: #fff;
}

#nombre {
  margin: 10px 0 0 0;
  font-family: "museo-700", sans-serif;
  font-weight: bold;
  color: #fff;
}

#copyright {
  color: #fff;
  font-family: "museo-500";
  font-size: 11px;
  margin-left: 20px;
}

.facebook img {
  width: 10%;
  cursor: pointer;
}

@media all and (max-width: 470px) {
  #nombre {
    font-family: "museo-700";
    color: #fff;
  }
  #copyright {
    color: #fff;
    font-family: "museo-300";
    font-size: 11px;
    margin-left: 20px;
  }
}
.misc-menu {
  background-color: #cccccc;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100% !important;
}

p.links > a > img {
  width: 60%;
  height: auto;
  margin-top: 4%;
  margin-right: 10px;
}

@media all and (max-width: 1056px) {
  p.links {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .misc-menu {
    display: none;
  }
}
.boton_cuadros {
  border-radius: 5%;
}

.on_sale {
  border: 1px solid #3aba4c;
  background-color: #3aba4c;
  min-width: 20px;
  min-height: 20px;
  padding: 5px 10px;
  width: 45%;
}
.on_sale .on_sale_link {
  color: #fff !important;
  vertical-align: middle;
  font-family: "museo-700";
}

.on_sale_link:hover {
  text-decoration: none;
}

.sold {
  width: 35px;
  height: 35px;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100%;
}

.leyend {
  margin-top: 15px;
}

.cabecera_contacto {
  padding: 0 !important;
}
.cabecera_contacto > img {
  width: 100%;
}

.texto-contacto1 {
  margin-top: 30px;
}

.formularios {
  margin-top: 30px;
  color: #000;
}

.boton {
  color: #fff;
  background-color: #a01835;
  font-family: "museo-700";
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 25px;
  font-size: 120%;
}

.eng-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.eng-form__field {
  flex: 1 1 100%;
  margin-bottom: 10px;
  min-width: 0;
}
@media all and (min-width: 992px) {
  .eng-form__field--half {
    flex: 1 1 calc(50% - 10px);
  }
}
.eng-form__control {
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.eng-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.eng-form__notice {
  margin-bottom: 15px;
  padding: 10px 15px;
}
.eng-form__notice--success {
  background-color: #d6e9c6;
  color: #000;
}
.eng-form__notice--error {
  background-color: #ffbec1;
  color: #000;
}

.col-contacte {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
}

::placeholder {
  color: grey;
}

@media all and (max-width: 992px) {
  .cabecera_contacto > img {
    margin-left: 25px;
    width: calc(100% - 25px);
  }
  .contacto .texto-contacto1 {
    margin-left: 25px;
    width: calc(100% - 25px);
  }
}
.sy-slides-wrap {
  position: relative;
  height: 600px !important;
  width: 100%;
}

.home {
  display: grid;
  grid-template-columns: 1fr;
}
.home > * {
  grid-row: 1;
  grid-column: 1;
}

.compra-engler {
  float: none;
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 10;
  font-family: "Sofia Sans", sans-serif;
}
@media all and (min-width: 989px) {
  .compra-engler {
    overflow-x: hidden;
  }
  .compra-engler > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.compra-engler a button {
  transition: background-color 125ms ease-in-out;
}
.compra-engler a:hover button {
  background-color: #000;
}

.button {
  border: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  width: 350px;
}
.button:hover, .button:focus {
  color: #fff;
  text-decoration: none;
}

.button1 {
  background-color: #a01835;
  width: 100%;
}

.responsive-display {
  display: none;
}

@media all and (max-width: 1056px) {
  .responsive-display {
    display: block;
  }
}
@media all and (max-width: 1186px) {
  .sy-slides-wrap {
    max-height: 500px;
  }
}
@media all and (max-width: 989px) {
  .home {
    display: block;
  }
  .compra-engler {
    margin: 0 15px;
    width: auto;
  }
  .sy-slides-wrap {
    max-height: 460px;
  }
}
@media all and (max-width: 850px) {
  .sy-slides-wrap {
    max-height: 380px;
  }
}
@media all and (max-width: 700px) {
  .sy-slides-wrap {
    max-height: 323px;
  }
}
@media all and (max-width: 580px) {
  .sy-slides-wrap {
    max-height: 245px;
  }
}
@media all and (max-width: 400px) {
  .sy-slides-wrap {
    max-height: 170px;
  }
}
@media all and (min-width: 2000px) {
  .home {
    min-height: 1260px;
  }
}
.eng-portrait {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.eng-portrait--framed {
  border: 1px solid #fff;
}

.imagen_auctions {
  min-width: auto;
  width: 100%;
  height: auto;
}

.eng-media-fluid {
  width: 100%;
}

@media all and (min-width: 992px) {
  .eng-inset-group .boletin {
    width: calc(83.3333333333% - 25px);
    margin-left: 15px;
  }
}

#cabeceracollections {
  width: 100%;
  height: auto;
}

@media all and (max-width: 992px) {
  .imagen_auctions {
    width: 100%;
    height: auto;
  }
}
.text-legal {
  color: #fff;
}
.text-legal > h1,
.text-legal > h2,
.text-legal > h3 {
  color: #a01835;
}

.legal--legal .text-legal > h3,
.legal--privacidad .text-legal > h2 {
  font-family: "museo-700", Arial, Helvetica, sans-serif;
}

.image-popup-no-margins img {
  width: auto;
  height: auto;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-no-margins .mfp-container {
  padding: 0;
}

.fotorama {
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 5;
}
