

@keyframes reveal {
	from {
		opacity: 0;
		clip-path: inset(20% 20% 20% 20%);
	}
	to {
		opacity: 1;
		clip-path: inset(0% 0% 0% 0%);
	}
}

.revealing-image {
	view-timeline-name: --revealing-image;
	view-timeline-axis: block;
    animation: reveal linear reveal both;
	animation-timeline: --revealing-image;
    animation-range: 25% 50%;
}

.anima {
   position: relative;
	animation: move;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-range: 0 100;
animation-fill-mode: both;
}

.anima2 {
    position: relative;
	animation: move;
    animation-duration: 1.2s;
    animation-delay: 0.75s;
    animation-timing-function: linear;
    animation-range: 0 100;
animation-fill-mode: both;

}
 

.anima3 {
    position: relative;
	animation: move;
    animation-duration: 1.4s;
    animation-delay: 1s;
    animation-range: 0 100;
    animation-timing-function: linear;
animation-fill-mode: both;

}

 @keyframes scale-up {
    from {
	opacity: 0;
    transform: translateY(50px);
   clip-path: inset(25% 40%);

}
	to {
	opacity: 1;
    transform: translateY(0px);
    clip-path: inset(0% 0% 0% 0%);

}
}


@keyframes move {
    from {
	opacity: 0;
    transform: translateY(100px);
   clip-path: inset(25% 20% 25% 20%);

}
	to {
	opacity: 1;
    transform: translateY(0px);
    clip-path: inset(0% 0% 0% 0%);

}
}



.image-link img:hover {
    transform: scale(0.97);
    filter: brightness(1000%);
    filter: saturate(1000%);
    filter: blur(0.5px); 
    transition: all 0.3s;
        animation: move;

}



.image-link image-link img:hover {
    transform: scale(0.97);
    filter: brightness(1000%);
    filter: saturate(1000%);
    filter: blur(0.5px); 
    transition: all 0.3s;
        animation-name: reveal;

}




.image-link22 image-link img:hover {
    transform: scale(0.97);
    filter: brightness(1000%);
    filter: saturate(1000%);
    filter: blur(0.5px); 
    transition: all 0.3s;
}


.image-link24 img:hover {
    transform: scale(0.97);	
    filter: blur(4px); 
    filter: invert(50%);
    filter: opacity(70%);
    transition: all 0.3s;
        animation-name: reveal;

}



.image-link25 img:hover {
    transform: scale(0.97);	
    filter: blur(4px); 
    filter: invert(50%);
    filter: opacity(70%);
    transition: all 0.3s;
}


.css-selector {
    background: linear-gradient(150deg, #a300ff, #1c00ff, #ff00a7);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 9s ease infinite;
    -moz-animation: AnimationName 9s ease infinite;
    -o-animation: AnimationName 9s ease infinite;
    animation: AnimationName 9s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:28% 0%}
    50%{background-position:73% 100%}
    100%{background-position:28% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:28% 0%}
    50%{background-position:73% 100%}
    100%{background-position:28% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:28% 0%}
    50%{background-position:73% 100%}
    100%{background-position:28% 0%}
}
@keyframes AnimationName {
    0%{background-position:28% 0%}
    50%{background-position:73% 100%}
    100%{background-position:28% 0%}
}.image-link img:hover {
	 transform: scale(0.97);	
    filter: blur(3px); 
    filter: opacity(70%);
    transition: all 0.3s;
}

.image-gallery img:hover {
	 transform: scale(0.97);	
    filter: blur(2px); 
    filter: opacity(70%);
    transition: all 0.3s;
    
}


.contenedor-responsivo {
    position: inhert;
    overflow: scroll;
    padding-top: 50%;
    padding-bottom: 20%;

}



.iframe-responsivo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
        animation-name: move;

}


.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}
.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: 400;
	color: rgb(0, 16, 37);
	font-family: "D-DIN Condensed", Icons;
	font-style: normal;
	line-height: 1;
  transition-delay: 1s;
    transition-duration: 1s;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 16, 37);
	padding-bottom: 4rem;
	border-bottom: 0.em solid rgba(139, 139, 139, 0.2);
	text-decoration: none;
        animation: move;

}

[data-predefined-style="true"] bodycopy a:hover {	font-weight: 500;
color: rgba(255, 255, 255, 1);
	font-weight: 400;

}

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: "D-DIN Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: rgb(0, 16, 37);
	transition-delay: 1s;
    transition-duration: 1s;
    animation: move;
}


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

[data-predefined-style="true"] h2 {
	font-family: "D-DIN Condensed", Icons;
	padding: 20;
	margin: 1;
	color: rgb(6, 9, 28);
	font-size: 1.4rem;
	line-height: 0.8;
	font-style: normal;
	font-weight: 400;
	  transition-delay: 1s;
    transition-duration: 1s;}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 16, 37);
    animation: move;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 0.9;
	font-family: "D-DIN Condensed", Icons;
	letter-spacing: .1rem;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
  transition-delay: 1s;
    transition-duration: 1s;
    animation: move;
    }


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

}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: #201f1f /*!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: #001d44/*!body_bgcolor*/;
}

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

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



/**
 * Thumbnails
 */

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

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

[data-css-preset] .thumbnails_width {
    width: 92%/*!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: 0rem/*!responsive_thumbnails_padding*/; 
}

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

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

.thumbnails .title {
    margin-top: 0.8rem;
    margin-bottom: 0rem;
	font-size: 1rem;
	font-weight: 600;
	color: transparent;
	font-family: "Benton Sans", Icons;
	font-style: normal;
	line-height: 1;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(198, 200, 199, 1);
    font-family: "Benton Sans", Icons;
	font-style: normal;
	line-height:1;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(25, 0, 255, 1);
    text-decoration: none;
}

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(131, 255, 205, 1);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 4px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1rem /*!site_menu_button*/;
	right: 3em /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: 3px;
    font-size: 30px;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(131, 255, 205, 1);
	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: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#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: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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


 
.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: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


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

[data-css-preset] .container {
	text-align: center /*!text_center*/;
}
/*hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/