#toolset {
    display: none;
}

body {
    background-color: #000;
    color: #000;
}

a:active {
    opacity: 100%;
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
}

sub {
    top: 0.3em;
}

sup {
    top: -0.4em;
}

s {
    text-decoration: line-through;
}

img {
    border-radius: 0px;
    padding: 10px;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 4em;
}

blockquote {
    margin: 0;
    padding: 0 0 0 2em;
}

hr {
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    height: 1px;
    display: block;
}

.content img {
    float: none;
    margin-bottom: .5em;
}
.gallery_image_caption {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0;
}

.thumbnails .title {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0;
}

[data-predefined-style="true"] bodycopy {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: .1rem;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: .1rem;
}

[data-predefined-style="true"] bodycopy a {text-align:Sinba ;
    color: rgb(0, 0, 0);
    padding-bottom: 0.1em;
    border-bottom: 0.0em solid rgba(0, 0, 0);
    text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
    border-bottom: 0;
    padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
    font-family: "IBM Plex Sans", Icons;
    font-style: normal;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    }

[data-predefined-style="true"] h1 a {
    color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
    font-family: "IBM Plex Sans", Icons;
    font-style: normal;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    line-height: 1.2;
    }

[data-predefined-style="true"] h2 a {
    color: transparent;
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    font-family: "IBM Plex Sans", Icons;
    letter-spacing: 0rem;
    font-style: normal;
    font-weight: 300;
    color: #000;
}

[data-predefined-style="true"] small a {
    color: rgb(0, 0, 0);
    border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
    min-height: 10px;
    max-width: 100%;
    width: 100%;
    background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
    margin-left: 0 /*!content_left*/;
    margin-right: auto /*!content_left*/;
    text-align: center /*!text_left*/;
  margin-top: -40px !important; /* ← Empieza aquí, ajusta si necesita */
margin-bottom: -200px !important;
}

[data-css-preset] body {
    background-color: transparent /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
    width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
    padding-bottom: 1.1rem /*!main_margin*/;
    padding-left: 1.1rem /*!main_margin*/;
    padding-right: 1.1rem /*!main_margin*/;
	padding-top: 1.1rem /*!main_margin*/;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 30%;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 1.6rem/*!quick_view_padding*/;
    padding-bottom: 1.6rem/*!quick_view_padding*/;
    padding-left: 1.6rem/*!quick_view_padding*/;
    padding-right: 1.6rem/*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}

[data-css-preset] .quick-view-background {
    background: rgb(13, 13, 13) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: left;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 50px;
    width: 50px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;

    /* Change height/width together to scale */
    width: 50px;
    height: 50px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
    border-top: 0;
}

/* Custom Cursor */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: rgba(21, 21, 21, 0.76);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease;
  z-index: 9999;
}

#custom-cursor.active {
  width: 40px;
  height: 40px;
}

/* Hide system cursor */
*,
*::before,
*::after {
  cursor: none !important;
}
/* HOME GALLERY - ENTRANCE ANIMATION */
.image-link {
  opacity: 0;
  transform: translateY(40px) scale(0.95) !important;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  display: inline-block !important;
  will-change: transform, filter !important;
}