@font-face {
    font-family: 'Sohne';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://files.cargocollective.com/c1508820/soehne-buch.woff2) format('woff2');
}

@font-face {
    font-family: 'Sohne';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://files.cargocollective.com/c1508820/soehne-dreiviertelfett.woff2) format('woff2');
}


/**
 * Content
 */

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

a:active {
    opacity: 0.7;
}

.page a.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

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: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

ol>li {
    padding-left: 0.75rem;
}

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

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

.content img {
    float: none;
    margin-bottom: 1em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.5em;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Sohne", Icons;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
}


/**
 * Loading Animation
 */

.loading[data-loading] {
    position: fixed;
    bottom: 8px;
    left: 8px;
}


/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Sohne", Icons;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.04rem;
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    /** 
     * Asier 
     */
    /* border-bottom: 1px solid rgba(0, 64, 255, 0.2); */
}


/*
[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: "Sohne", Icons;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 2.8rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
}

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

[data-predefined-style="true"] h2 {
    font-family: "Sohne", Icons;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 2.1rem;
    line-height: 1.2;
    letter-spacing: 0.04rem;
}

[data-predefined-style="true"] h2 a {
    color: rgba(0, 0, 0, 0.75);
    border-bottom: 0;
}

[data-predefined-style="true"] small {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Sohne", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: 0.04em;
}

[data-predefined-style="true"] small a {
    color: rgba(0, 0, 0, 0.75);
}


/*
[data-predefined-style="true"] small a:hover {}
*/


/**
 * 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: auto
    /*!content_center*/
    ;
    margin-right: auto
    /*!content_center*/
    ;
    text-align: center
    /*!text_center*/
    ;
}

[data-css-preset] body {
    background-color: rgb(255, 255, 255)
    /*!body_bgcolor*/
    ;
}

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

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

[data-css-preset] text-limit {
    display: inline-block
    /*!text_width*/
    ;
    max-width: 66rem
    /*!text_width*/
    ;
}

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


/**
 * Thumbnails
 */

div[thumbnails] {
    justify-content: flex-start;
}

[data-css-preset] .thumbnails {
    background-color: rgba(0, 0, 0, 0)
    /*!thumbnails_bgcolor*/
    ;
}

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

[data-css-preset] [thumbnails-pad] {
    padding: 0rem
    /*!thumbnails_padding*/
    ;
}

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem
    /*!thumbnails_padding*/
    ;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.4rem
    /*!responsive_thumbnails_padding*/
    ;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -0.8rem
    /*!responsive_thumbnails_padding*/
    ;
}

.thumbnails .thumb_image {
    outline: 0px solid rgba(0, 0, 0, .12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Sohne", Icons;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: left;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Sohne", Icons;
    font-style: normal;
    line-height: 1.3;
    text-align: left;
    padding: 0;
}

.thumbnails .tags a {
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.thumbnails .has_title .tags {
    margin-top: -1rem;
}


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 20px
    /*!site_menu_button*/
    ;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1rem
    /*!site_menu_button*/
    ;
    right: 1rem
    /*!site_menu_button*/
    ;
}

body.mobile #site_menu_button {
    margin: -6px;
    font-size: 20px;
}

#site_menu_button.custom_icon {
    width: 40px;
    height: auto;
}

#site_menu_button.active {
    display: none;
}


/**
 * Site Menu
 */

#site_menu {
    font-family: "Sohne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    background: rgba(20, 20, 20, 0.95);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 20px 30px 90px 30px;
    max-width: 400px;
    min-width: 300px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

body.mobile #site_menu {
    width: 100%;
}

#site_menu .page-link a {
    color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link>a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
}

#site_menu a:active {
    opacity: .7;
}

#site_menu a.active {
    opacity: .4;
}

#site_menu .close {
    display: none;
    color: rgba(255, 255, 255, 0.4);
    line-height: .85em;
    font-size: 45px;
}

body.mobile #site_menu .close {
    display: block;
    font-size: 50px;
    line-height: 1em;
}

#site_menu .break {
    height: 28px;
}

#site_menu .indent {
    margin-left: 28px;
}


/**
 * Shop Button
 */

[data-css-preset] #shop_button {
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.;
    position: fixed;
    padding: 6px;
    right: 1rem
    /*!shop_button*/
    ;
    top: 0
    /*!shop_button*/
    ;
}

#shop_button.text {
    font-family: "Sohne", Icons;
    font-size: 1.3rem;
    padding: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.04rem;
}

#shop_button.custom_icon {
    width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
    margin: -6px;
    font-size: 36px;
}


/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
    max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
    font-family: "Sohne", Icons;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: .04em;
}

.shop_product .dropdown {
    font-family: "Sohne", Icons;
    font-size: 1.2rem;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 64, 255, 0.2);
    border-radius: 10rem;
    background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: .04em;
}

.shop_product .button {
    font-family: "Sohne", Icons;
    font-size: 1.2rem;
    background: rgba(0, 64, 255, 0.2);
    color: rgba(0, 0, 0, 0.75);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
    line-height: 1;
    padding: .8rem 1rem;
    font-style: normal;
    font-weight: 400;
    border: 0;
    border-radius: 10rem;
    letter-spacing: .04em;
}


/**
 * Image Zoom
 */

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


/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem
    /*!quick_view_padding*/
    ;
    padding-bottom: 2.5rem
    /*!quick_view_padding*/
    ;
    padding-left: 2.5rem
    /*!quick_view_padding*/
    ;
    padding-right: 2.5rem
    /*!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: rgba(0, 0, 0, 0.8)
    /*!quick_view_bgcolor*/
    ;
}

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

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    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: 36px;
    width: 36px;
}

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

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

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

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

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


/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Wallpaper Backdrop Navigation Arrows 
 */

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

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * 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;
}


/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: "Sohne", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
    background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


/**
 * Asier !!!!
 */

html {
    scroll-behavior: smooth;
}

.a-site-title {
    text-decoration: none;
    font-size: xx-large;
    border-bottom-width: 0 !important;
}

#nca_lights_off {
    margin-right: 2em;
}

html,
html img:not(.text),
html iframe {
    filter: invert(0);
}

html.invert,
html.invert img:not(.text),
html.invert iframe,
html.invert .thumbnail .title,
html.invert .nca_work_element_image {
    filter: invert(1);
}

#nca_about_block {
    font-size: 3em;
    position: relative;
    line-height: 1.1em;
    padding-left: 1em;
}

#nca_about_block #nca_about_show_button {
    height: 1.5em;
    position: absolute;
    right: -1em;
    bottom: -1em;
}

#nca_about_block #nca_about_show_button img {
    height: 100%;
}

#nca_about_block #nca_about_show.hidden {
    display: none;
}

#nca_about_block #nca_about_more {
    overflow: hidden;
    display: block;
    max-height: 0;
    transition: max-height .2s linear;
}

#nca_about_block #nca_about_hide {
    width: 2.5em;
    display: block;
    float: right;
}

#nca_about_block #nca_about_more.visible {
    max-height: 40em;
}

#nca_about_block a {
    text-decoration: underline;
}

.selected-work-arrow {
    height: 1em;
    width: 1em;
    position: relative;
    top: .15em;
    margin-right: .25em;
    display: inline-block;
    background-image: url('https://freight.cargo.site/t/original/i/768a2fbf49824ca4f3f8c0db2a1e5fc8daf7d222f98945a9b5a0a54ff1894f69/nca_voice_over_arrow_show_all.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nca_thumbs_filter {
    font-weight: bold;
    font-size: 1.8em;
    padding: 0.5em 1.5em;
    display: inline-block;
    border: 1px solid black;
    border-radius: 2em;
    margin-right: .5em;
    cursor: pointer;
}

.nca_thumbs_filter.active {
    background-color: black;
    color: white;
}

.nca_thumbs_filter .nca_thumbs_filter_remove {
    position: relative;
    left: .4em;
    bottom: -.05em;
}

.nca_thumbs_filter.inactive .nca_thumbs_filter_remove {
    display: none;
}

div.thumbnails .content_padding {
    padding-top: 0;
}

div.thumbnails .thumbnail a {
    background-color: #000;
    position: relative;
}

div.thumbnails .thumbnail a:hover img {
    opacity: 1;
}

div.thumbnails .thumbnail a .title {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0em 3.5em 0 .3em;
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1.1em;
}


/*
div.thumbnails .thumbnail a .title:after {
    display: block;
    position: absolute;
    right: .25em;
    bottom: .5em;
    ;
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: transparent url('https://freight.cargo.site/t/original/i/b75eeaa03c758e41b4e5c31537630876391b59acd39446476811af18f6b4cdfd/nca_thumb_more_arrow.svg') no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
*/

div.thumbnails .thumbnail a:hover .title {
    display: block;
}

div.thumbnails .thumbnail .tags {
    display: none;
}

[data-css-preset] [thumbnails-pad] {
    padding: .2em
    /*!thumbnails_padding*/
    ;
}

.nca_thumbs_filter_style {
    font-size: 1.8em;
    padding: 0.5em 1.5em;
    display: inline-block;
    border: 1px solid black;
    border-radius: 2em;
    margin-right: .5em;
    cursor: pointer;
}

#nca_voice_over_list {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 2em;
    margin-bottom: 1em;
}

#nca_voice_over_list ol.vo_list li {
    font-size: 4em;
    cursor: pointer;
}

#nca_voice_over_list ol.vo_list li:hover,
#nca_voice_over_list ol.vo_list li.selected {
    text-decoration: underline;
}

#nca_voice_over_showall {
    margin-right: 3em;
    margin-top: 3em;
}

#nca_voice_over_showall .arrow {
    height: 1em;
    width: 1em;
    position: relative;
    top: .15em;
    margin-right: .25em;
    display: inline-block;
    background-image: url('https://freight.cargo.site/t/original/i/768a2fbf49824ca4f3f8c0db2a1e5fc8daf7d222f98945a9b5a0a54ff1894f69/nca_voice_over_arrow_show_all.svg');
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#nca_voice_over_showall .arrow.less {
    transform: rotate(90deg);
}

#nca_audioplayer #nca_audioplayer_bar {
    clear: both;
    width: 100%;
    background: black;
    display: block;
    height: 2px;
}

#nca_audioplayer #nca_audioplayer_dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: relative;
    top: -4px;
    left: -4px;
}

#nca_audioplayer .nca_audioplayer_track_title {
    float: left;
    margin-bottom: .25em;
    font-size: 2em;
    display: none;
}

#nca_audioplayer .play-pause {
    width: 3em;
    height: 3em;
    border: 1px solid white;
    border-radius: 50%;
    float: right;
    margin-bottom: 1em;
}

#nca_audioplayer .play-pause.play,
#nca_audioplayer .play-pause.pause {
    border: 1px solid black;
}

#nca_audioplayer .play-pause .content {
    overflow: hidden;
    display: none;
    height: 1.4em;
    width: 1.4em;
    position: relative;
    top: .75em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#nca_audioplayer .play-pause.play .content {
    display: block;
    left: .8em;
    background-color: transparent;
    background-image: url('https://freight.cargo.site/t/original/i/907763af2ec778f0367dd4d7ba180aa09bef6699997c8b390c0d4a6ae750db3d/nca_player_play.svg');
}

#nca_audioplayer .play-pause.pause .content {
    display: block;
    left: .7em;
    background-color: transparent;
    background-image: url('https://freight.cargo.site/t/original/i/b6caf8a9461d01ee3bd8382fac645764de17f4857392607a95c3d0c4f8abe12f/nca_player_pause.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#nca_audioplayer .start-time {
    clear: both;
    margin-top: .5em;
    float: left;
}

#nca_audioplayer .end-time {
    margin-top: .5em;
    float: right;
}

.nca_footer_contact {
    text-transform: uppercase;
}

.nca_footer_contact a:nth-child(3) {
    font-weight: bold;
}

.nca_footer_rrss {
    padding-top: 1em;
}

.nca_footer_rrss a {
    font-size: 3em;
    margin-left: 0;
    border: .05em solid black;
    color: black;
    background-color: white;
    border-radius: 50%;
    height: 1.75em;
    width: 1.75em;
    display: inline-block;
    overflow: hidden;
}

.nca_footer_rrss a:nth-child(2) {
    margin-left: 0.25em;
}

.nca_footer_rrss a:hover {
    filter: invert(1);
}

.nca_footer_rrss a .letters {
    display: block;
    position: relative;
    width: 3em;
    text-align: center;
    left: -0.45em;
    top: 0.35em;
    font-weight: bold;
    font-size: .8em;
}


/* Clients */

.nca_clients_button_container {
    position: relative;
    font-weight: bold;
}

#nca_clients_button,
#nca_clients_vo_button {
    position: absolute;
    right: 1em;
    top: -2em;
    display: block;
    font-size: 3em;
    font-weight: normal;
}

.nca_clients_menu,
.nca_clients_vo_menu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    padding: 2em;
    box-sizing: border-box;
    z-index: 10;
}

.nca_clients_menu.visible,
.nca_clients_vo_menu.visible {
    display: block;
}

.nca_clients_menu .clients_title,
.nca_clients_vo_menu .clients_vo_title {
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
}

.nca_clients_menu .clients_list,
.nca_clients_vo_menu .clients_vo_list {
    font-size: 4em;
    padding-right: 10%;
    text-align: left;
}

.nca_clients_menu .clients_list .clearfix,
.nca_clients_vo_menu .clients_vo_list .clearfix {
    clear: both;
}

.nca_clients_menu .clients_list .client_element,
.nca_clients_vo_menu .clients_vo_list .client_element {
    text-decoration: none;
    font-weight: 300;
}

.nca_clients_menu .clients_list .client_element:hover,
.nca_clients_vo_menu .clients_vo_list .client_element:hover {
    text-decoration: underline;
}

.nca_clients_menu .nca_clients_close,
.nca_clients_vo_menu .nca_clients_vo_close {
    display: block;
    text-decoration: none;
    position: absolute;
    background-image: url('https://freight.cargo.site/t/original/i/e3c2a8566c5f2a57c2197c4c9561cda002ffddcb367962fbe96c50f27a7b79e4/times_close_clients.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4%;
    right: 2%;
    height: 1em;
    width: 1em;
    font-size: 11em;
}


/* Slider */

.nca_slider {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 46.25%;
    position: relative;
}

.nca_slider .nca_slider_move {
    width: 15%;
    min-width: 10em;
    max-width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: .35;
    transition: opacity 1s;
}

.nca_slider .nca_slider_move:hover {
    opacity: .75;
}

.nca_slider .nca_slider_move.previous {
    left: 0;
}

.nca_slider .nca_slider_move.next {
    right: 0;
}

.nca_slider .nca_slider_move .arrow {
    position: absolute;
    top: 50%;
    width: 5em;
    height: 5em;
}

.nca_slider .nca_slider_move .arrow span {
    width: 5em;
    height: 5em;
    display: block;
    position: relative;
    top: -2.5em;
    background-image: url('https://freight.cargo.site/t/original/i/18d2ec1f162199de2a16f66b59efec84db0ae4c1def27c55d7f796d19ff00071/nca_about_collapse.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nca_slider .nca_slider_move.nca_slider_move.previous .arrow span {
    transform: rotate(-90deg);
}

.nca_slider .nca_slider_move.nca_slider_move.next .arrow span {
    transform: rotate(90deg);
}

.nca_slider .nca_slider_move.previous .arrow {
    left: 0;
}

.nca_slider .nca_slider_move.next .arrow {
    right: 0;
}

.nca_slider .nca_slides_container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: left 1s;
}

.nca_slider .nca_slides_container .nca_slide {
    display: block;
    float: left;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.nca_slider_bullets {
    margin-top: 2em;
    text-align: center;
}

.nca_slider_bullets .nca_slide_bullet {
    display: inline-block;
    text-decoration: none;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    border: 2px solid #000 !important;
    background-color: #000;
    margin: 0 .75em;
}

.nca_slider_bullets .nca_slide_bullet.active {
    background-color: #fff;
}

html.invert .nca_slides_container a {
    filter: invert(1);
}


/* Voice Over */

.nca_voice_over {
    text-align: initial;
}

.nca_voice_over ol>li:hover .client-name,
.nca_voice_over ol>li.active .client-name,
.nca_voice_over ol>li>ul>li:hover .piece-name,
.nca_voice_over ol>li>ul>li.active .piece-name {
    text-decoration: underline;
    cursor: pointer;
}

.nca_voice_over ol {
    padding-left: 7em;
}

.nca_voice_over ol>li {
    clear: both;
    list-style: decimal;
    font-size: 3.5em;
    position: relative;
}

.nca_voice_over ol>li .client-name {
    position: relative;
}

.nca_voice_over ol>li .client-name .client-logo {
    position: absolute;
    top: 0;
    display: none;
    margin-left: 10%;
    z-index: -1;
}

.nca_voice_over ol>li .client-name:hover .client-logo {
    display: inline-block;
}

.nca_voice_over ol>li .client-logo img {
    max-width: 6em;
}

.nca_voice_over ol>li .nca_voice_over_navigator {
    font-size: 1.5em;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 1em;
}

.nca_voice_over ol>li .nca_voice_over_navigator a {
    display: inline-block;
    width: .5em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.nca_voice_over ol>li .nca_voice_over_navigator a.previous {
    background-image: url('https://freight.cargo.site/t/original/i/4eed389d4d03fae335ecea30a815e2d5d2252ac2e61c05dc9f37d2930fe65f7c/arrow_voice_over_pre.svg');
}

.nca_voice_over ol>li .nca_voice_over_navigator a.next {
    background-image: url('https://freight.cargo.site/t/original/i/3a8f419661ebc5965b067bcf8b83040ccfb0ce24e6949925f98faa2326177267/arrow_voice_over_next.svg');
}

.nca_voice_over ol>li.active ul {
    display: block;
}

.nca_voice_over ol>li.active .nca_voice_over_navigator {
    display: block;
}

.nca_voice_over ol>li:nth-child(n+7) {
    display: none;
}

.nca_voice_over.expanded ol>li:nth-child(n+7) {
    display: list-item;
}

.nca_voice_over ol>li ul {
    display: none;
    list-style: none;
    font-size: .5em;
    padding-left: 1em;
    margin: 1em 0;
}

.nca_voice_over ol>li>ul>li {
    position: relative;
    clear: both;
}

.nca_voice_over ol>li>ul>li.active .nca_voice_over_media_player {
    position: relative;
    width: 75%;
    max-width: 35em;
    z-index: 2;
    margin: 0 auto;
}

.nca_voice_over_media_player .media_player_content.content_yt,
.nca_voice_over_media_player .media_player_content.content_vimeo {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #111;
}

.nca_voice_over_media_player .media_player_content.content_yt iframe,
.nca_voice_over_media_player .media_player_content.content_vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Fix */

.pinned.pinned_bottom {
    z-index: 1;
    height: auto !important;
}


/* Client Page */

.nca_client_page {
    margin-top: 3em;
    margin-bottom: 1em;
}

.nca_client_page .nca_client_page_back {
    font-weight: bold;
}

.nca_client_page .nca_client_page_back .arrow {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-right: 0.25em;
    background-image: url('https://freight.cargo.site/t/original/i/418452a9465fd423ba5225fe0f0d9a6b08b98d48613b476d462ec7a3c040f5e6/client_back.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;
    top: 0.15em;
}

.nca_client_page .nca_client_page_title {
    font-size: 7em;
    text-decoration: none;
    padding-top: .5em;
}


/* Work */

.nca_work {
    overflow: hidden;
    /* background-color: #333; */
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.nca_work .nca_work_container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: left .5s;
}

.nca_work .nca_work_container .nca_work_element {
    display: block;
    float: left;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.nca_work .nca_work_container .nca_work_element iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.nca_work_box {
    position: relative;
}

.nca_work_move {
    position: absolute;
    top: 35%;
    display: block;
    height: 30%;
    width: 6em;
    background-image: url('https://files.cargocollective.com/c1508820/nca_work_arrow_previous.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.nca_work_move.previous {
    left: 1em;
}

.nca_work_move.next {
    position: absolute;
    right: -8em;
    background-image: url('https://files.cargocollective.com/c1508820/nca_work_arrow_next.svg');
}

.nca_work_close,
.nca_work_vo_close {
    width: 8em;
    height: 8em;
    display: block;
    background-image: url('https://files.cargocollective.com/c1508820/nca_work_close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.nca_work_close,
.nca_work_vo_close {
    position: fixed;
    right: 3em;
    margin-top: 80vh;
}

.nca_work_info {
    padding-left: 0em;
    position: relative;
    left: -1.75em;
}

.nca_work_info h2 {
    padding-bottom: .2em;
}

.nca_video_padding {
    padding-left: 0 !important;
    padding-top: 0 !important;
}


/* Font Title */

div.thumbnails .thumbnail a .title {
    font-family: "Sohne", Icons;
    font-weight: 600;
}


/* Mobile */

body.mobile .nca_work_move {
    width: 3em;
}

body.mobile .nca_work_move.next {
    right: 1em;
}


/* Fixes 26/07 */

#nca_ana_vida_logo {
    margin: 2em 0 2em 1em;
}

.nca_voice_over_cta,
.nca_dc_fm_cta {
    width: 2em;
    height: 2em;
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    background-image: url('https://files.cargocollective.com/c1508820/_vol_negro.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    image-rendering: pixelated;
}

.nca_dc_fm_cta {
    background-image: url('https://freight.cargo.site/t/original/i/5ab93f5919afbca30f580cfaa0fc0db495c86193a8e796effb0908461f7da24a/claqueta.gif');
}

.nca_slider_main_container {
    margin-left: -3em !important;
    margin-right: -3em !important;
}

.nca_thumbs_filter_container {
    padding-bottom: 2em !important;
    padding-top: 3em !important;
    text-align: left;
}

.nca_thumbs_filter_container .nca_filters_group {
    text-align: left;
    display: inline-block;
}

.nca_thumbs_filter_container .nca_filters_group.nca_filters_group_secondary {
    margin-left: .5em;
    padding-left: 1.5em;
    border-left: 1px solid #000;
}

.nca_thumbs_filter_container_secondary {
    padding-top: 0em !important;
}

.nca_thumbs_filter_no_results {
    display: none !important;
}

.nca_thumbs_filter_no_results.visible {
    display: flex !important;
}

#nca_voice_over_block {
    margin-top: 3em;
}


/* mas fixes */

.mobile .nca_header_container>div:nth-child(2) {
    display: none;
}


/*

IMAGENES CLICABLES

*/

.nca_work_element.nca_work_element_image {
    cursor: pointer;
}

.nca_work_lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk2AQAALgAtFVIVl0AAAAASUVORK5CYII=);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 1em;
}

.nca_work_lightbox.visible {
    display: block;
}

.nca_work_lightbox_container {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.nca_work_lightbox_container .nca_work_lightbox_container_close {
    z-index: 11;
    text-decoration: none;
    position: absolute;
    right: .5em;
    display: block;
    /* background-color: white; */
    border-radius: 50%;
    height: 3em;
    width: 3em;
    padding: .7em;
    top: .5em;
    opacity: .8;
}

.nca_work_lightbox_container .nca_work_lightbox_container_close .cross {
    display: block;
    /* background-image: url('https://freight.cargo.site/t/original/i/e3c2a8566c5f2a57c2197c4c9561cda002ffddcb367962fbe96c50f27a7b79e4/times_close_clients.svg'); */
    background-size: contain;
    height: 100%;
    width: 100%;
    font-size: 3em;
    line-height: 1em;
    position: absolute;
    top: -0.07em;
    color: white;
}


/*

MOBILE 1  (03/08)

*/

.mobile #nca_about_block {
    font-size: 1.75em;
    padding: 0 2em 0 0;
}

.mobile #nca_about_block #nca_about_show_button {
    right: 0;
    height: 2em;
}

.mobile #nca_clients_button,
.mobile #nca_clients_vo_button {
    font-size: 2em;
    top: -1.5em;
}

.mobile .nca_slide_bullet {
    width: .6em;
    height: .6em;
    border-width: 1px;
    margin: 0 .5em;
}

.mobile .nca_thumbs_filter {
    font-size: 1em;
}

.mobile div.thumbnails .thumbnail a .title {
    font-size: 1.5em;
}

.mobile div.thumbnails .thumbnail a .title:after {
    bottom: 1.5em;
}

.mobile .nca_footer_rrss {
    font-size: .9em;
}

.mobile .thumbnail[thumbnails-pad] {
    padding: .1rem
}

.mobile .nca_clients_menu .clients_list,
.mobile .nca_clients_vo_menu .clients_vo_list {
    font-size: 2.75em;
}

.mobile .nca_clients_close,
.mobile .nca_clients_vo_close {
    font-size: 8em;
    right: 0;
    background-image: url(https://files.cargocollective.com/c1508820/av_close_mobile.svg);
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile .nca_client_page .nca_client_page_title {
    font-size: 4em;
}

.mobile .nca_video_padding {
    padding-right: 0em !important;
    padding-top: 3em !important;
}

.mobile .nca_work_desc {
    flex-wrap: wrap-reverse;
}

.mobile .nca_work_info {
    left: 0;
}

.mobile .nca_work_desc h2 {
    font-size: 1.5em;
}

.mobile .nca_work_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
    margin-top: 0;
    width: 5em;
    height: 5em;
    background-image: url(https://files.cargocollective.com/c1508820/av_close_mobile.svg);
}

.mobile #nca_voice_over_block {
    display: none !important;
}

.mobile .nca_video_padding div:nth-child(2) {
    padding: 0;
}

.mobile #nca_ana_vida_logo {
    margin: 2em 0 0 0;
}

.mobile .nca_voice_over_cta,
.mobile .nca_dc_fm_cta {
    left: 1em;
}