
/**
 * Content
 */

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

a:active {
	opacity: 1;
}

.page a.active {
	opacity: .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 1em;
}

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

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

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	font-family: Rubik, Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(161, 161, 161, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	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: "Miller Text", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 4.7rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.6);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.75);
    bordeR: none;
}

[data-predefined-style="true"] h2 {
	font-family: "Miller Text", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 2.5rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: Rubik, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.35);
    letter-spacing: .05rem;
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.6);
	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: rgba(0, 0, 0, 0) /*!page_bgcolor*/;
}

[data-css-preset] .container {
    margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

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

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

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


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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
   background-color: rgba(0, 0, 0, 0.06);
   padding: 0.5rem 1.2rem 0.7rem 1.2rem;
   margin: 0rem;
   color: rgba(0, 0, 0, 1);
   align-content: center;
   display: flex;
   position: absolute;
   left: 0rem;
   top: -28vw;
   right: 0rem;
   bottom: 0rem;
   z-index: 9;
   opacity: 10;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.25);
	font-family: 'Space Mono', Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

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

.thumbnails .has_title .tags {
	margin-top: 0rem;
    position: relative;
}
.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(13, 13, 13, 0.41);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
	font-family: Rubik, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
    
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 0;
}
/**
 * Site Menu
 */

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

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Miller Text", Icons;
	background: rgba(0, 0, 0, 0.95);
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
}

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

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

#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(255, 255, 255, 1);
    background: transparent;
	font-size: 34px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

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


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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Space Mono", Icons;
    font-size: 1.4rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Space Mono", Icons;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,.4);
    background:  #ffffff 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;
}

.shop_product .button {
    font-family: "Space Mono", Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
    border-bottom: none;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

.quick-view-caption {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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.5rem;
	font-style: normal;
	font-weight: 400;
}

.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: 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

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


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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(255, 255, 255, 0.14);
}

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

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

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

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

background-size: 100% 100%;

}



.thumbnail .thumb_image img {

transition: opacity .3s ease-out;

}



.thumbnail:hover img {

opacity: 0.3;

}
.thumbnail[data-id="16032964"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/c0288fea968ea4f7e360b064d6c195cfe648ff9576492f62d3c28ce0cc68f91e/site-tumbnails_projetos_Prancheta-1.png);

}
.thumbnail[data-id="16020923"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/687bfcb3cad2f7d4e30a031a98d6fc25ccab48addcbbfd3d11218d1248244147/site-tumbnails_projetos-02.png);

}
.thumbnail[data-id="16020986"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/1e9e895071702b9991abd64f231d6842a65fa72e4b14e04540474c9392bfb1f2/site-tumbnails_projetos-03.png);

}
.thumbnail[data-id="16020766"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/3dd470dc9df84bf57e6d702d82aa3b62c1b871e294a87e3c5aed46f01453a7da/site-tumbnails_projetos-04.png);

}
.thumbnail[data-id="16019594"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/60b0eadad5170fceec1b0bfd16e78e751c8f9df662781339281c89711ab3ea49/site-tumbnails_projetos-05.png);

}
.thumbnail[data-id="16020880"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/20174008523c5416d4caa5721270631f88ba51251c943cd130bc2499fea366e1/site-tumbnails_projetos-06.png);

}
.thumbnail[data-id="16020853"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/8843b90a141c104aaaba18be2f9e7848e9ed2fee854e99eaca72df33e504bd2b/site-tumbnails_projetos-07.png);

}
.thumbnail[data-id="16020348"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/ccc2333fcdfcceea6193ada1a40f842fdf76c6a19e06161ed67b003af693f02e/site-tumbnails_projetos-08.png);

}
.thumbnail[data-id="16020029"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/c54a79fbc7b69cc16312eb069a212dc2a7c7cb0a314b50611cc4b928987358a2/site-tumbnails_projetos-09.png);

}
.thumbnail[data-id="15915744"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/48469778d5b4124b28afec0db8a2c52f61392bf7716bb77a746426dc3d018853/site-tumbnails_projetos-10.png);

}
.thumbnail[data-id="15915570"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/8af79ba2f2c571452019908a5c9510cc77e628b3eabbfef9d808354564626a7b/site-tumbnails_projetos-11.png);

}
.thumbnail[data-id="16018086"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/5c91fa5517a8da23604f81f696a45f2df510ece243b65bc1d5db2726ad2f1555/site-tumbnails_projetos-12.png);

}
.thumbnail[data-id="15913793"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/4595ad5f8c9ff53fd29c99233996b2c89c2ba5429952f2cc8aadae935068c64c/site-tumbnails_projetos-13.png);

}
.thumbnail[data-id="16018892"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/678b505ab28d39638267953e74c9ce2a00d0c55911100697315697e3b02b2427/site-tumbnails_projetos-14.png);

}
.thumbnail[data-id="15900171"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/87555515c7099e8c4e4071f339c118240b2dd386f33659d3b327d00c1a839cc1/site-tumbnails_projetos-15.png);

}
.thumbnail[data-id="15915662"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/230477782b7246c3d93fde6bf6e7232bbd22c515f557f71f144e65a323c9c2e0/site-tumbnails_projetos-16.png);

}
.thumbnail[data-id="15915324"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/414a7d999dac3c1b8b10a014bb15025b42759e5a6827e2301c3d07170ccfed21/site-tumbnails_projetos-17.png);

}
.thumbnail[data-id="15914020"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/29c504e912cb0bbda25d0bec57e43fc0d77d3f2140d57cf314c994eec952f11b/site-tumbnails_projetos-18.png);

}
.thumbnail[data-id="15914748"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/1c382be14e86a8bc9f2ce173370bfc59e6175e88351b4989d20bb1ecb59c77b6/site-tumbnails_projetos-19.png);

}
.thumbnail[data-id="15915504"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/78f2a538ee7561ae70b67a7b64e621374e03b12b68d8508c264b5e7cf5af3444/site-tumbnails_projetos-20.png);

}
.thumbnail[data-id="15915268"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/831e4a17c4fe18c94181a8cb345bce8386839b6f0bf726dffe959b5bcd439a36/site-tumbnails_projetos-21.png);

}
.thumbnail[data-id="15915182"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/a04e49e2d7e6e3b2decd000aa3f65054c13d64b039dfdb50273a8a1033d13e3d/site-tumbnails_projetos-22.png);

}
.thumbnail[data-id="15914615"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/0aaea88b31ee104d582f4692ac2cff0ef8f9f6dcf1c09ccd8e0110274785fa9c/site-tumbnails_projetos-23.png);

}
.thumbnail[data-id="15914844"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/cb5c422e7383805074d8bc3611745e16677d2b2ab1c0dba241e80d703e4a8f98/site-tumbnails_projetos-24.png);

}
.thumbnail[data-id="15913503"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/1b108ea8d83edfaac66921e16e89796010222c7a844b5d80d3c7f273bd408ff9/site-tumbnails_projetos-25.png);

}
.thumbnail[data-id="15915138"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/1222dc7b6223df2b8b847a49b7b799283d9946f478d1610c2d14bf772526ae0b/site-tumbnails_projetos-26.png);

}
.thumbnail[data-id="15914267"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/e225eb84dd9b5ceeeb3c94281d46de46b5a3cf0ca01fb41cc09a978efa392c82/site-tumbnails_projetos-27.png);

}
.thumbnail[data-id="15911971"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/e2a795a1d3cb828a2627780ab9283fd3b015b919c0ba19fba25ade7e0da6e1ab/site-tumbnails_projetos-28.png);

}
.thumbnail[data-id="16898968"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/87baf954b033d1d207878d040ed2d74ab8f429cacb56157ac11eead326fe7dfa/site-tumbnails_projetos-29.png);

}
.thumbnail[data-id="18909599"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/8794cc158f71e7b1dfeb2d8c6685ffd3f901d074f83679480e6e62f940cbda59/site-tumbnails_projetos-30.png);

}
.thumbnail[data-id="19301487"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/7cc07cb11eab0d6f3c769e7c4a63fd4b272c6b503be176d865731e4fbf543a58/site-tumbnails_projetos-31.png);

}
.thumbnail[data-id="19366126"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/32e1c5cb48af2b16c0ca1b78bf96a587662d9b9e616c464522e97eb932a28a0d/site-tumbnails_projetos-32.png);

}
.thumbnail[data-id="21952131"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/4f26a35f48ba103333ce1a2b875a80951f64dbbd5218662fa5e96530ddbab4a1/site-tumbnails_projetos-33.png);

}
.thumbnail[data-id="22080401"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/af4304924c401554ec35e6b620b7898319722e16f028f276adb0b41a88ad7883/site-tumbnails_projetos-34.png);

}
.thumbnail[data-id="25889561"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/1c3092a3a90e0c9b4c5f5293249d143f4433792f13489dd619a594c10c8c9999/site-tumbnails_projetos-35.png);

}
.thumbnail[data-id="26158206"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/12449e75ffe4d21d6b17cba8e484837ce4625f6257e7963a59115faaec444589/site-tumbnails_projetos-36.png);

}
.thumbnail[data-id="26536152"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/b3f3720c7087a7e351c95edf85435eedc8f6df5305cab7e80d392b8498ee722d/site-tumbnails_projetos-37.png);

}
.thumbnail[data-id="29697922"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/4b0096dc1920531a5ac2789bd87a97e933f5681f3035d9971bf05d81aa98b2c2/site-tumbnails_projetos-38.png);

}
.thumbnail[data-id="31237376"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/c9d7cc0874e18bf31426d40d664450df5af5c4003241e4b2a7237bd785b04e9d/site-tumbnails_projetos-39.png);

}
.thumbnail[data-id="31646883"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/e3e44414472d5bfd80b3baa190756801057ace8cd8da32bc70cf0fd7662af54a/site-tumbnails_projetos-40.png);

}
.thumbnail[data-id="31990534"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/91ee97ef0062a517906be583c1adf04d8fbaa7529dad56b57f80a4433f5f6446/site-tumbnails_projetos-41.png);
}
.thumbnail[data-id="33188770"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/74ba9d50cbc57ee8fe30c76f2b5280c7ae11143ecd61ac4d2b74f2eaed1b2deb/site-tumbnails_projetos-42.png);
}
.thumbnail[data-id="33277623"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/ed8a6c7352f7a70d9d48f5d29980c1cd8babfd2e307c02e8a1cd34d37215aa67/site-tumbnails_projetos-43.png);
}
.thumbnail[data-id="34873035"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/0defbb8c00a47e91d040bb378ba00ccc24580cf67a4fd4bd29df48b8bef81725/site-tumbnails_projetos-44.png);
}
.thumbnail[data-id="36497905"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/ed8a6c7352f7a70d9d48f5d29980c1cd8babfd2e307c02e8a1cd34d37215aa67/site-tumbnails_projetos-43.png);
}
.thumbnail[data-id="36535928"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/3eb06d8508e4fe51ae21bfee6963bf51e1263837dafbfbec794bc56cf9e3daaf/site-tumbnails_projetos-47.png);
}
.thumbnail[data-id="36497966"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/f1fc13bf1e48743fc33319d9935846249d94688f4a1124ab50895f282f90125b/site-tumbnails_projetos-47.png);
}
.thumbnail[data-id="37081718"] .thumb_image {

background-image: url(https://freight.cargo.site/t/original/i/ec2328410cd3256612a246cf87640ba5885dd6e8852db9fe7a254f648a207107/site-tumbnails_projetos-48.png);
}