@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/arrow_down.png) no-repeat center right;
    text-overflow: "";
    background-size: 24px;
    border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

[class*=col-] {
    float: left;
    padding: 1em;
    width: 100%;
    min-height: 1px;
}

.wrapper {
    width: 95%;
    max-width: 1280px;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-12 {
    width: 100%;
}

.clearfix {
    clear: both;
    float: none;
}

@media only screen and (max-width: 990px) {
    .wrapper {
        width: 95%;
        max-width: 1280px;
    }

    .col-1 {
        width: 50%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 50%;
    }

    .col-4 {
        width: 50%;
    }

    .col-5 {
        width: 50%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 50%;
    }

    .col-8 {
        width: 50%;
    }

    .col-9 {
        width: 50%;
    }

    .col-10 {
        width: 50%;
    }

    .col-11 {
        width: 50%;
    }

    .col-12 {
        width: 50%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        width: 95%;
        max-width: 1280px;
    }

    .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .col-5 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .col-7 {
        width: 100%;
    }

    .col-8 {
        width: 100%;
    }

    .col-9 {
        width: 100%;
    }

    .col-10 {
        width: 100%;
    }

    .col-11 {
        width: 100%;
    }

    .col-12 {
        width: 100%;
    }
}

.nft-info {
    padding-top: 8px;
    padding-bottom: 14px;
}

.nft-tag {
    font-size: 18px;
    font-weight: 500;
    color: #FC5E3C;
    border: 1px solid #FC5E3C;
    padding: 4px;
}

/* $black: 900; */
body {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    color: #000000;
}

h1, h2, h3 {
    font-weight: 500;
}

a {
    color: #404040;
}

a:hover {
    color: rgba(196, 196, 196, 0.15);
}

a:focus {
    color: rgba(196, 196, 196, 0.15);
}

input, textarea, select {
}

button {
}

p {
    padding: 6px 0;
}

.status img.sold {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.status span.sold {
    font-size: 13px;
    line-height: 1.85;
    height: 24px;
}

.logo-container {
    display: flex;
    justify-content: center;
}

.logo-container img {
    height: auto;
    max-width: 200px;
    margin: 0px auto 30px auto;
}

/* @import "../aos.css";
@import "../flexslider.css";
@import "../magnific-popup.css";
*/
@keyframes name1 {
}

@keyframes name2 {
}

@keyframes name3 {
}

@keyframes name4 {
}

.decline-button.eu-cookie-compliance-default-button {
    display: none;
}

.agree-button.eu-cookie-compliance-secondary-button {
    border: 1px solid #fff;
    padding: 5px;
}

.purchase-buttons {
    height: auto;
}

.purchase, .sale-and-reservation, .create-wallet-btn {
    background-color: #fff;
    border: 1px solid #000000;
    color: #404040;
    font-size: 14px;
    width: 45%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    padding: 10px;
}

.purchase:hover, .sale-and-reservation:hover, .create-wallet-btn:hover {
    background-color: rgba(196, 196, 196, 0.15);
    color: #000000;
}

.purchase:focus, .sale-and-reservation:focus, .create-wallet-btn:focus {
    background-color: rgba(196, 196, 196, 0.15);
    color: #000000;
}

.create-wallet-btn {
    display: inline;
}

.purchase.no-sale-btn {
    width: auto;
}

.purchase-list-link {
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
    margin-top: 5px;
    background: none;
    text-decoration: underline;
    cursor: pointer;
}
.purchase-list-link:hover {
    background: none;
    text-decoration: underline;
}

.radio-list .sale-and-reservation {
    display: inline-block;
    width: 49%;
}

.password, .purchase-submit, .btn-accept {
    background-color: #fff;
    border: 1px solid #000000;
    color: #404040;
    font-size: 16px;
    width: 213px;
    height: 48px;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
}

.password:hover, .purchase-submit:hover, .btn-accept:hover {
    background-color: rgba(196, 196, 196, 0.15);
    color: #000000;
}

.password:focus, .purchase-submit:focus, .btn-accept:focus {
    background-color: rgba(196, 196, 196, 0.15);
    color: #000000;
}

input.purchase, input.password {
    padding-top: 0px;
}

.item-form {
    width: 100%;
    margin: 8px auto;
}

.item-form.last {
    margin-top: 48px;
}

.item-form .col-6 {
    padding: 0;
}

.item-form input, .item-form select, .item-form textarea {
    margin-bottom: 10px;
}

label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 4px 0;
}

select {
    background-color: #fff;
}

input[type=text], input[type=number], input[type=email], input[type=password], select {
    width: 100%;
    border: 1px solid #000000;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
}

input[type=text]:-webkit-input-placeholder, input[type=number]:-webkit-input-placeholder, input[type=email]:-webkit-input-placeholder, input[type=password]:-webkit-input-placeholder, select:-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C4C4C4;
}

input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, select:-moz-placeholder { /* Firefox 19+ */
    color: #C4C4C4;
}

input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
    color: #C4C4C4;
}

input[type=text] :-moz-placeholder, input[type=number] :-moz-placeholder, input[type=email] :-moz-placeholder, input[type=password] :-moz-placeholder, select :-moz-placeholder { /* Firefox 18- */
    color: #C4C4C4;
}

textarea {
    width: 100%;
    border: 1px solid #000000;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    height: 148px;
}

input[type=submit] {
    width: 100%;
}

input[type=checkbox] {
    display: inline-block;
    margin-right: 12px;
    display: inline-block;
}

label[for=privacy-policy] {
    width: 180px;
    display: inline-block;
}

label[for=privacy-policy] a:hover {
    color: #000000;
}

div.margin-left-sm {
    margin-left: 5px;
}

div.margin-right-sm {
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    label[for=privacy-policy] {
        width: 80%;
        display: inline-block;
        margin-bottom: 24px;
    }

    div.margin-left-sm {
        margin-left: 0;
    }

    div.margin-right-sm {
        margin-right: 0;
    }
}

.label {
    font-size: 13px;
    text-shadow: none !important;
}

.label-sm {
    padding: 1px 4px 1px 4px;
}

.label-danger,
.label-primary,
.label-warning,
.label-default,
.label-success {
    background: none !important;
    padding-left: 12px !important;
    position: relative;
    color: #6d838f !important;
}

.label-danger::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #e94c1f;
    color: #e94c1f !important;
}

.label-primary::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #4b79f5;
}

.label-warning::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #E1AA4F;
    color: #E1AA4F !important;
}

.label-default::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #000;
}

.label-success::after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background: #17bc3f;
    color: #17bc3f !important;
}

header {
    z-index: 100;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #C4C4C4;
    background-color: #fff;
    position: relative;
    padding: 8px 0;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .logo {
    height: auto;
    width: 168px;
    position: relative;
    margin: 16px 0 16px 0;
}

header .logo.logo_h {
    height: auto;
    width: 168px;
}

header .logo.logo_h img {
    height: auto;
    width: 100%;
}

header .logo.logo_v {
    height: 70px;
    width: 168px;
    text-align: left;
}

header .logo.logo_v img {
    height: 100%;
    width: auto;
}

header #language_selector_block {
    margin: 0;
}

#painting-sidebar #language_selector_block {
    display: none;
}

header #language_selector_block select {
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    min-width: 128px;
    height: 42px;
    color: #262626;
}

header #mobile-header {
    display: none;
}

@media only screen and (max-width: 767px) {
    header .wrapper {
        flex-direction: column;
        gap: 15px;
    }

    header .logo {
        margin: 16px auto;
    }

    header .logo.logo_v {
        text-align: center;
    }

    header #language_selector_block {
        order: 2;
    }
}

footer .it-gallery {
    float: right;
    text-align: right;
}

footer a {
    text-decoration: none;
    color: #404040;
}

@media only screen and (max-width: 767px) {
    footer {
        text-align: center;
    }

    footer .it-gallery {
        float: none;
        text-align: center;
    }
}

.wrapper {
    /* width: 85%;*/
    margin: 0 auto;
}

a:hover, a:focus {
    color: #242424;
}

@media only screen and (max-width: 990px) {
    /*	.wrapper{
            margin-left: 4%;
            width:75%;
        } */
}

.home_title {
    padding-top: 2%;
    padding-bottom: 3%;
}

.item {
    border: 1px solid #C4C4C4;
    /* height:470px; */
    height: auto;
    line-height: 24px;
    /* padding-bottom: 12px; */
}

.item:hover {
    background-color: rgba(196, 196, 196, 0.15);
}

.item:focus {
    background-color: rgba(196, 196, 196, 0.15);
}

.item .image {
    display: flex;
    padding-top: 16px;
    width: 90%;
    height: 236px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.item .image img {
    max-width: 100%;
    max-height: 220px;
}

.item .description {
    padding: 5% 6%;
    display: block;
    margin: 0 auto;
}

.item .description p {
    padding: 0;
}

.extra_info {
    margin-top: 5%;
    margin-bottom: 5%;
}

.myrow {
    width: 100%;
    border-top: 1px solid #C4C4C4;
}

/*Corrección del padding ifquierdo para el texto inferior*/
.col-text-bottom-left {
    padding-left: 0;
}

/*Los párrafos tendrán alineamiento justificado*/
section p {
    text-align: justify;
}

section .technique, section .material, section .name-work {
    text-align: left;
}

@media only screen and (max-width: 990px) {
    .extra_info, .home_title {
        width: 95%;
        clear: both;
        margin: 12px auto;
    }
}

/*Loading de las nuevas páginas centrado*/
div.loading-block {
    text-align: center;
}

.jscroll-loading span {
    display: block;
}

.limit {
    border-right: 1px solid #C4C4C4;
}

.mesures {
    padding-top: 5%;
    padding-bottom: 5%;
}

.slide-info {
    height: auto;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.slide-info .left-arrow {
    background: url(../images/icons/ic-arrow-left--gris.svg) no-repeat center center;
    background-size: 9px;
    height: 36px;
    width: 36px;
    display: block;
    position: relative;
    float: left;
    bottom: 0;
    border: 1px solid #C4C4C4;
    margin-right: 12px;
    cursor: pointer;
}

.slide-info .left-arrow:hover {
    background: url(../images/icons/ic-arrow-left.svg) no-repeat center center;
    background-size: 9px;
    border: 1px solid #000000;
}

.slide-info .right-arrow {
    background: url(../images/icons/ic-arrow-right--gris.svg) no-repeat center center;
    background-size: 10px;
    height: 36px;
    width: 36px;
    display: block;
    position: relative;
    float: left;
    bottom: 0;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    margin-right: 12px;
}

.slide-info .right-arrow:hover {
    background: url(../images/icons/ic-arrow-right.svg) no-repeat center center;
    background-size: 10px;
    border: 1px solid #000000;
}

.slide-info .artwork-number {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    color: #404040;
}

.row-detail {
    /* min-height: 400px; */
}

.row-detail .col-8, .row-detail .col-4 {
    height: 100%;
    padding: 0px 1em;
    position: relative;
}

.row-detail .detailed-description {
    font-size: 16px;
    line-height: 24px;
    display: none;
}

.row-detail .detailed-description p {
    padding: 0 !important;
}

.row-detail #xzoom-magnific {
    width: 100% !important;
}

.row-detail .back-btn {
    margin-top: 20px;
}

#xzoom2-id {
    /* position:absolute;
     left: 1em;
     top: 14%;*/
    width: 200px;
    height: 200px;
    margin-top: 12px;
}

.mfp-bg {
    background: #ffffff !important;
}

button.mfp-close {
    background: url(../images/icons/ic-close--gris.svg) no-repeat center center !important;
    background-size: 24px !important;
    font-size: 0em !important;
}

button.mfp-close:hover {
    background: url(../images/icons/ic-close.svg) no-repeat center center !important;
    background-size: 24px !important;
}

.mfp-title {
    color: #404040 !important;
}

.mfp-title p {
    padding: 0;
}

.image-popup-no-margins {
    position: relative;
    display: block;
}

.image-popup-no-margins:after {
    background: url(../images/icons/ic-size--gris.svg) center center no-repeat rgba(255, 255, 255, 0.3);
    background-size: 28px;
    border: 1px solid;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

#purchase-form {
    width: 552px;
    margin: 15px auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 60px 48px 80px 48px;
    position: relative;
}

#sale-and-reservation-form, #nft-sale-form {
    width: 552px;
    margin: 15px auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 60px 48px 80px 48px;
    position: relative;
}

#sale-and-reservation-form .radio-list label, #nft-sale-form .radio-list label {
    width: 45%;
    display: inline-block;
}

#sale-and-reservation-form .g-recaptcha, #nft-sale-form .g-recaptcha {
    margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
    #sale-and-reservation-form .g-recaptcha, #nft-sale-form .g-recaptcha {
        transform: scale(0.7);
        transform-origin: 0 0;
    }
}

.note {
    padding: 15px;
}

.blue {
    background-color: lightblue;
}

#form_enviado {
    height: 252px;
    width: 552px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 48px;
    position: relative;
}

#form_enviado h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
}

/*Block work detials form*/
form .work-info {
    border: solid 1px lightgray;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    form .work-info {
        flex-direction: column;
    }
}

form .work-info .img-block img {
    max-height: 100px;
    max-width: 100px;
    padding: 10px;
}

@media only screen and (max-width: 479px) {
    form .work-info .img-block img {
        padding-bottom: 0;
    }
}

form .work-info .data-block {
    padding: 10px;
    color: grey;
}

.popup-with-zoom-anim {
    display: none;
}

.galeria-detalle {
    width: 90%;
    margin: 48px 0px;
    display: none;
}

.galeria-detalle.loading {
    background: url(../images/loading-galeria.gif) center center no-repeat;
}

.galeria-detalle .slides {
    /* display: none; */
}

.galeria-detalle .slides.imagen-unica {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.galeria-detalle .slides.imagen-unica img {
    height: 80% !important;
    max-height: 500px !important;
    max-width: 700px;
    width: auto;
    object-fit: contain;
}

.galeria-detalle .slides li {
    display: flex !important;
    height: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.galeria-detalle .slides li img {
    height: 90%;
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

.galeria-detalle .slides li .caption {
    display: none;
}

.galeria-detalle .slides li.video {
    cursor: default;
}

.galeria-detalle .slides li.video .video-item {
    width: 100%;
    height: 100%;
}

.galeria-detalle .slides li.video .video-item :not(iframe) {
    display: none;
}

.galeria-detalle .slides li.video iframe {
    width: 100%;
    height: 100%;
}

.galeria-detalle .slides li.video .hidden {
    display: none;
}

.carrusel-detalle {
    width: 80%;
    margin: 0 5%;
    position: relative;
    height: 100px;
    margin-bottom: 24px;
    /* display: block; */
    display: none;
}

.carrusel-detalle .flex-viewport {
    height: 100%;
}

.carrusel-detalle .flex-viewport .slides {
    height: 100%;
    /* display: none; */
}

.carrusel-detalle .flex-viewport .slides li {
    display: flex !important;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
    cursor: pointer;
}

.carrusel-detalle .flex-viewport .slides li img {
    height: 100%;
    width: auto;
    max-height: 80px;
}

.carrusel-detalle a.flex-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -10%;
    height: 36px;
    width: 36px;
    font-size: 0em;
    background: url(../images/icons/ic-arrow-left--gris.svg) no-repeat center center;
    background-size: 10px;
    display: block;
    cursor: pointer;
}

.carrusel-detalle a.flex-prev.flex-disabled {
    display: none;
}

.carrusel-detalle a.flex-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -10%;
    height: 36px;
    width: 36px;
    font-size: 0em;
    background: url(../images/icons/ic-arrow-right--gris.svg) no-repeat center center;
    background-size: 10px;
    display: block;
    cursor: pointer;
}

.carrusel-detalle a.flex-next.flex-disabled {
    display: none;
}

.lg-toolbar .lg-icon {
    color: #ffffff !important;
}

.lg-backdrop {
    background-color: #ffffff !important;
}

.lg-outer .lg-thumb-outer {
    background-color: #ffffff !important;
}

.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.lg-toolbar #lg-counter {
    color: white !important;
}

.lg-sub-html {
    background-color: rgba(255, 255, 255, 0.45) !important;
    color: #000000 !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent !important;
    color: #c4c4c4 !important;
}

.lg-thumb.lg-group {
    margin: 0 auto;
}

.lg-outer .lg-thumb-item {
    opacity: 0.6;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: transparent !important;
    opacity: 1;
}

.lg-outer .lg-toogle-thumb {
    background-color: #c4c4c4 !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    height: 85% !important;
}

.lg-sub-html {
    /* height: 18% !important;
    bottom: 10% !important; */
    background-color: transparent !important;
}

.lg-sub-html p {
    margin: 0;
    padding: 0;
}

.lg-sub-html p {
    font-size: 1em !important;
}

/* img.lg-object.lg-image {
    padding-top: 60px;
} */
.lg-outer .lg-inner {
    height: calc(100% - 170px) !important;
}

.lg-outer .lg-inner .lg-item {
    height: 100% !important;
}

.lg-outer .lg-inner .lg-item .lg-img-wrap {
    height: 100% !important;
}

.lg-outer.lg-thumb-open .lg-inner {
    height: calc(100% - 270px) !important;
}

.lg-outer.lg-thumb-open .lg-inner .lg-item {
    height: 100% !important;
}

.lg-outer.lg-thumb-open .lg-inner .lg-item .lg-img-wrap {
    height: 100% !important;
}

ul#lightgallery li img {
    max-width: 100%;
}

@media only screen and (max-width: 990px) {
    .row-detail .col-8 {
        width: 66.6666666667%;
    }

    .row-detail .col-4 {
        width: 33.3333333333%;
    }
}

@media only screen and (max-width: 1200px) {
    .galeria-detalle .slides.imagen-unica {
        max-width: 640px;
    }

    .galeria-detalle .slides img {
        max-height: 300px !important;
        max-width: 640px;
    }

    .row-detail .detailed-description {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1100px) {
    .galeria-detalle .slides.imagen-unica img {
        height: 80% !important;
        max-height: 400px !important;
        max-width: 600px;
        width: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .galeria-detalle .slides.imagen-unica img {
        height: 80% !important;
        max-height: 300px !important;
        max-width: 480px;
        width: auto;
    }
}

@media only screen and (max-height: 700px) {
    .galeria-detalle .slides img {
        max-height: 250px !important;
    }

    .row-detail .col-8, .row-detail .col-4 {
        max-width: 490px !important;
    }

    .galeria-detalle .slides.imagen-unica img {
        max-width: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .limit {
        border-right: none;
    }

    .row-detail .col-8, .row-detail .col-4 {
        padding: 48px 5% 0 5%;
        width: 90%;
    }

    .row-detail .detailed-description {
        margin-bottom: 100px;
    }

    .slide-info {
        bottom: 40px;
    }

    #purchase-form, #sale-and-reservation-form, #nft-sale-form {
        width: 90%;
    }

    #form_enviado {
        width: 90%;
        height: auto;
    }

    .row-detail {
        min-height: 0;
    }

    .row-detail .col-8, .row-detail .col-4 {
        padding: 0px 1em 0 1em;
        width: 100%;
        height: auto !important;
    }

    .description {
        padding-top: 0px;
    }

    .galeria-detalle {
        width: 100%;
        margin: 24px 0px;
    }

    .galeria-detalle .slides.imagen-unica {
        position: relative;
        bottom: initial;
        top: initial;
    }

    .galeria-detalle .slides li {
        height: 300px;
        width: 80%;
        margin: 0 auto;
    }

    .galeria-detalle .slides li img {
        height: 100%;
        max-height: 300px;
        width: auto;
    }
}

/* Estilos para el botón de cambiar color de fondo */
#lg-change-background-color {
    font-size: 22px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/bg_change_color_icon.svg) no-repeat center;
    background-size: cover;
    margin: 14px 12px 0 12px;
}

.lg-outer.black-bg {
    background-color: black;
}

.lg-outer.black-bg .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.lg-outer.black-bg .lg-sub-html {
    color: white !important;
}

.lg-outer.black-bg .lg-thumb-outer {
    background-color: #333 !important;
}

.lg-outer.black-bg .lg-thumb-outer .lg-toogle-thumb {
    background-color: #333 !important;
}

.measurements {
    position: absolute;
    bottom: 310px;
    left: calc(50% - 295px);
    z-index: 888;
    width: 590px;
}

.measurements .number {
    font-style: italic;
    font-size: 15px;
    color: #181818;
    text-align: center;
}

.measurements .rule {
    display: flex;
    align-items: center;
    height: 10px;
    border-left: 1px solid #181818;
    border-right: 1px solid #181818;
}

.measurements .rule .line {
    width: 100%;
    border-bottom: 1px solid #181818;
}

.view-in-room-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    background-color: #f8f8f8;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.view-in-room-modal.visible {
    opacity: 1;
    z-index: 100;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

.view-in-room-modal .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.view-in-room-modal .close {
    cursor: pointer;
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 120;
    border: none;
    background-color: rgba(24, 24, 24, 0.8);
    width: 60px;
    height: 60px;
}

.view-in-room-modal .close svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.view-in-room-modal .room {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-image: url("../images/show-background.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3500px;
    height: 980px;
    margin-left: -1750px;
}

.view-in-room-modal .painting {
    position: absolute;
    z-index: 110;
    display: block;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#multiple-measures-modal {
    width: 552px;
    margin: 15px auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 60px 48px 80px 48px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    #multiple-measures-modal {
        width: auto;
    }
}

.wallview, .work_description_link {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-decoration: underline;
    cursor: pointer;
}

.wallview a, .work_description_link a {
    color: #000000;
}

.wallview:hover, .work_description_link:hover {
    text-decoration: none;
}

.view-in-room-modal .inner .man-reference {
    left: 50%;
    bottom: 30px;
    position: absolute;
    height: 287px;
    opacity: 0.85;
    z-index: 119;
    /*
    @media only screen and (max-width: 990px) {
        right: 15%;
    }

    @media only screen and (max-width: 479px) {
        right: 10%;
    }

    @media only screen and (max-width: 479px) {
        right: 10%;
    }*/
}

.view-in-room-modal .inner .man-reference.super-vertical {
    bottom: 10px;
}

/*Estilos para la modal con la descripción de la obra*/
.wallview, .work_description_link, .wv_wd_separator {
    display: inline-block;
}

/*Para mover la ventana o cambiar otros detalles como las dimensiones*/
.work_description_modal .mfp-container {
    width: 50%;
    margin-left: 25%;
}

@media only screen and (max-width: 990px) {
    .work_description_modal .mfp-container {
        width: 64%;
        margin-left: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .work_description_modal .mfp-container {
        width: 80%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 479px) {
    .work_description_modal .mfp-container {
        width: 94%;
        margin-left: 3%;
    }
}

/*Para modificar el contenido*/
#work-description-modal .content {
    background-color: white;
    border: 1px solid #C4C4C4;
    padding: 50px;
}

/*Efectos de animación en la modal*/
/*Quitar _disabled para probar*/
/* overlay at start */
.work_description_modal_disabled.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* overlay animate in */
.work_description_modal_disabled.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.work_description_modal_disabled.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.work_description_modal_disabled.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

/* content animate it */
.work_description_modal_disabled.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.work_description_modal_disabled.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.logo {
    margin: 50px auto;
    padding: 0px;
    text-align: center;
}

#password-form {
    width: 552px;
    margin: 50px auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 60px 48px 80px 48px;
    position: relative;
}

#password-form label.password_required_text {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

#password-form .item-form:not(.last) input {
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 479px) {
    #password-form {
        width: auto;
        margin: 20px auto;
    }
}

.powered_by {
    text-align: center;
}

.password-wraper {
    margin-top: -14%;
}

.logo {
    margin: 50px auto;
    padding: 0px;
    text-align: center;
}

#ask-data-form {
    width: 552px;
    margin: 50px auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 60px 48px 80px 48px;
    position: relative;
}

#ask-data-form label.ask_data_required_text {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}

#ask-data-form .item-form:not(.last) input {
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 479px) {
    #ask-data-form {
        width: auto;
        margin: 20px auto;
    }
}

#ask-data-form .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0 0;
}

@media only screen and (max-width: 479px) {
    #ask-data-form .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}

.powered_by {
    text-align: center;
}

.password-wraper {
    margin-top: -14%;
}

/* Showroom tabs */
#showroom-tab-nav {
  margin-bottom: 34px;
}
#showroom-tab-nav #showroom-tabs {
  gap: 48px;
}
#showroom-tab-nav #showroom-tabs li button.showroom-tab-btn {
  padding-bottom: 28px;
  color: #999999;
  font-size: 18px;
}
#showroom-tab-nav #showroom-tabs li button.showroom-tab-btn[aria-selected=true] {
  color: black;
  border-bottom: solid 2px black;
}
#showroom-tabs-content #tab-fotos {
  padding-top: 16px;
  margin-bottom: 80px;
}
#showroom-tabs-content #tab-fotos .galeria-instalacion {
  margin-bottom: 40px;
}
#showroom-tabs-content #tab-fotos .galeria-instalacion ul li img {
  width: 100%;
}
#showroom-tabs-content #tab-obras .obras .row .jscroll-inner {
  margin: 0px -16px;
}

/*# sourceMappingURL=style.css.map */
