/**
 * Content
 */

.pinned_top{
    z-index:10000;
}

.logovideo, .logovideo:focus, .logovideo:active {
    outline: none !important;
}

video::-webkit-media-controls-panel {
    background-color: transparent;
}

.hidedesktop{    
	display:none;
}
    
.showdesktop{
	display:block;
}

@font-face {
    font-family: 'neuehaas';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/NeueHaasDisplayBold-accented.ttf') format('woff');
}

@font-face {
    font-family: 'neuehaasblack';
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/NHaasGroteskTXPro-Rg.ttf') format('woff');
}

@font-face {
    font-family: 'Acre regular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Acre light';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Light.woff') format('woff');
}

@font-face {
    font-family: 'Acre medium';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Medium.woff') format('woff');
}

@font-face {
    font-family:'Acre bold';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Acre semibold';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Acre extrabold';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Extrabold.woff') format('woff');
}

@font-face {
    font-family: 'Acre black';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Acre-Black.woff') format('woff');
}

@font-face {
    font-family: 'Harriet';
    font-style: normal;
    src: url('https://files.cargocollective.com/c571024/Harriet-Text-Bold.otf') ;
}



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

#menublur{
	-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0) 100%);
    height: 13vh!important;
    display: block;
    background-color: rgb(255, 255, 255, 0.15);
    margin: -4.5rem;
    padding: 2.5rem;
    position:relative;
    z-index: 1000;
}

#menufixed{
	position: sticky;
    z-index: 1001;
    margin-top:-15vh;
}

.topfix{
	position:fixed!important;
}

.pinned_top{
	position:fixed!important;
}

#logopedro{
	top: calc(-0.2em - 1vw);
    transition:0s;
}

#imagemlogo{
    background-image: url(https://freight.cargo.site/t/original/i/b91223377d2895e990c9842198c69241bacbe7a0d98f442259dba44526f2512a/logolongo.png);
    background-size: cover;
    display:block;
    position:absolute;
width: 29.5vw;
height: 1.9vw;
    transition: 0s;
}

#videowrapper{
    overflow: hidden;
}

.logovideo{
    width: auto; /* Make the video fill its container */
    height: auto; /* Ensure aspect ratio is maintained */
	position: absolute;
    opacity:0;
    display:none;
}

#logovideodesktop{
    visibility: visible;
    display:block;
}


#logovideomobile{
    visibility: hidden;
    display:none;
}

#scroll-spacer{
	display:none;
}


video:focus {
    outline: none;
}

#videowrapper:focus {
    outline: none;
}

.logovideo:focus {
    outline: none;
}

#homedesc{
position:absolute;
margin-top:14.6vw;
margin-left:48.7vw;
font-size:4.1vw;
line-height:0.95;
transition: opacity 0.3s;
}

#homepageweb1{
	height:81vh;
}

video:focus { outline:none; }

video {
clip-path:inset(1px);
}

.fotoautor{
	height:70vh;
    width:auto;
    display: block;
}

.refresh-css {
    display: initial; /* or whatever default display property you want */
}


a:active {
	color: #0c6bff;
}

h2:active{
	color: #0c6bff;
    text-decoration: none;
}

h2 a:hover{
	color: #ff0400 !important;
    transition: all 0.2s ease;
}

h3:active{
	color: #0c6bff;
    text-decoration: none;
}

h3 a:hover{
	color: #0c6bff !important;
    transition: all 0.2s ease;
}

.page a.active {
	opacity:1;
}



a.active {
	color: #0c6bff !important;
}

.linkblue{
	color: #0c6bff!important;
}

.linkblue a{
	color: #0c6bff!important;
}

.linkblue a:hover{
	color:  #ff0400 !important;
}

.image-link:hover > .thumb_image{

}

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);
	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.3rem;
	line-height: 1.3;
	font-family: 'Acre Regular', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(41, 41, 41, 0.3);
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: 'Acre Regular', Icons;
	font-style: normal;
	line-height: 1.7;
    letter-spacing: 0.01em;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
    text-decoration: underline;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: #ff0400!important;
	border-bottom-width: 0em;
}

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: "neuehaas", Icons;
	font-style: bold!important;
	font-weight: 900!important;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
    letter-spacing: -0.0em;
	}

[data-predefined-style="true"] h1 a {
	color: #f00;
    border-bottom: 0px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] h2 a {
    text-decoration: none!important;
}

[data-predefined-style="true"] h2 {
	font-family: 'neuehaasblack', Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: calc(0.02em + 0.96vw)!important;
    text-decoration: none!important;
	line-height: 1.2;
    letter-spacing: -0.01rem;
	}

#instagramicon{
	font-size: calc(0.02em + 1.1vw)!important;
    font-family: 'Acre Medium', Icons!important;
    font-weight: 300!important;
    top: -0.09em;
}

#mailicon{
	font-size: calc(0.02em + 1.3vw)!important;
    font-weight: 900!important;
}

[data-predefined-style="true"] h3 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 1.6rem!important;
	line-height: 1.6;
	}

[data-predefined-style="true"] h4 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #0c6bff !important;
    text-decoration: none;
	font-size: 2rem!important;
	line-height: 1.6;
	}

h5 {
	font-family: 'Acre regular', Icons;
	font-style: italic;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #0c6bff;
    text-decoration: none;
	font-size: 1.1rem!important;
	line-height: 1.5;
	}

h5 a{
	color: #0c6bff!important;
	}

h5 a:hover{
	color: #f00!important;
	}

h6 {
	font-family: 'Acre regular', Icons;
	font-style: italic;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #0c6bff !important;
    text-decoration: none;
	font-size: 1.1rem!important;
	line-height: 1.5;
	}

h6 a{
	color: #0c6bff !important;
	}

h6 a:hover{
	color: #f00 !important;
	}

[data-predefined-style="true"] h7 {
	font-family: "neuehaas", Icons;
	font-style: bold!important;
	font-weight: 900!important;
	padding: 0;
	margin: 0;
	font-size: 4.6rem;
	line-height: 0.95;
	color: rgba(0, 0, 0, 1);
    letter-spacing: -0.0em;
	}
	

[data-predefined-style="true"] h8 {
	font-family: 'Acre Semibold', Icons;
    font-style:italic;
	padding: 0;
	margin: 0;
	color: #0c6bff !important;
    text-decoration: none;
	font-size: 1.7rem!important;
    line-height: 1.3!important;
    letter-spacing: -0.01em!important;
    display:block;
	}

[data-predefined-style="true"] h9 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #0c6bff !important;
    text-decoration: none;
	font-size: 3rem!important;
	line-height: 1.2;
	}

[data-predefined-style="true"] h10 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.7;
	font-family: 'Acre medium', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(12, 107, 255);
}

[data-predefined-style="true"] h10 a{
	color: rgb(12, 107, 255);
    font-weight: 700;
}


[data-predefined-style="true"] h2 a {
	color: #0c6bff;
    border-bottom: 0px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] h3 a {
	color: #f00;
    border-bottom: 0px solid rgb(41, 41, 41);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8;
	font-family: 'Acre medium', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(12, 107, 255);
}

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

[data-predefined-style="true"] small a:hover {
	color: #ff0400!important;
	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: left /*!text_left*/;
}

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

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

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

[data-css-preset] .content{
	padding-top: 4.5rem /*!main_margin*/;
}


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

/**
 * Thumbnails
 */

[data-id|="0"]{margin-bottom:-5rem;}

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

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

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

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

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

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

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

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

.thumbnails {
	margin-top:1rem;
}

.title {
     transition: all 0.3s ease;
    background: rgba(0, 70, 255, 0.85);
    display: flex;
    position: absolute;
    width:100%;
    height:100%;
    font-size: 2.5rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
    align-content: center;
	font-family: 'neuehaas', Icons;
	font-style: normal;
	line-height: 1.3;
    text-transform: none;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1100;
    opacity: 0;
}

thumbnail has_title{
	z-index: 1120;
}

.tags {
     transition: all 0.3s ease;
    position: absolute;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
    align-content: center;
	font-family: 'neuehaas';
	font-style: normal;
	line-height: 1.3;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    left: auto;
    top: auto;
    z-index: 300;
    opacity: 0;
    pointer-events: none
}

.travessao{
	font-size:4rem;
    margin-left:-0rem;
    padding-top: 3.5rem;
}

.virgula{
    position:absolute;
    z-index:-1000;
}

.tagteste{
    display:none;
}

.tags {
    font-size: 1.5rem;
	line-height: 1.5;
    
    padding: 0.1rem 0.2rem 0.3rem 0.2rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: 'neuehaas', Icons;
	font-style: normal;
    letter-spacing: 0.03em;
}

.designtag::first-letter{
  display:none;
}

.designtag{
}

.tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding-top: 50px;
}

.thumbnails .has_title .tags {
	margin-top: -16rem;
    margin-left: 2.5em;
    
}

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
    overflow:hidden;
	position: relative;
}

.thumbnail .title span{
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    margin-left:3.8rem;
    margin-right:3.8rem;
    margin-top:3.4rem;
    left: 0;
    top: 0;
    z-index: 9;
}

.thumbnails .image-link {
	display: block;
    z-index: 100;
}

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

.thumbnail:hover .tags {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
	opacity: 0;
}

body.mobile .thumbnails .thumbnail:hover .tags {
	opacity: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(12, 107, 255, 1);
    line-height: 1;
    font-size: 26px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position:fixed;
    top: 0.1rem!important /*!site_menu_button*/;
	right: 0.1rem!important /*!site_menu_button*/;
    z-index: 10001;
}

body.mobile #site_menu_button {
	margin: 9px;
    margin-top:1px;
    font-size: 32px;
}

#site_menu_button.custom_icon {
	width:44px;
    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(12, 107, 255, 1);
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    color:white!important;
    font-family: 'neuehaas', Icons;
	font-weight: 300;
    text-decoration: none;
	font-size: 4rem!important;
	line-height: 1.1;
    position:absolute;
    z-index: 1000;
}


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

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

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

#site_menu a:active {
	color: #f00 !important;
}

#site_menu a.active {
	color: #f00 !important;
}

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

#site_menu_panel{
    z-index: 10001!important;
}

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: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.2rem /*!shop_button*/;
	right: 1.2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

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

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

/*
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(0, 0, 0, .9);
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 0px 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.8);
    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;
}

/**
 * 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.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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

.quick-view-navigation .close-button {  
    top: 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: 1;
}

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

.content_container{
	padding-top:3rem;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    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(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: 0px 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;
}

.filmposters1{    
    width:32%!important;
    margin-left:-1.6%!important;
    margin-right:8%!important;
}

@media (max-width: 767.98px) {
  
#logopedro{
    position: relative;
}
    
#imagemlogo{
    background-image: url(https://freight.cargo.site/t/original/i/b91223377d2895e990c9842198c69241bacbe7a0d98f442259dba44526f2512a/logolongo.png);
    background-size: cover;
    display:block;
width: 76vw;
height: 4.8vw;
    transition: 0s;
    top:1.8vw;
}
    

    
#imagemlogo2{
    background-image: url(https://freight.cargo.site/t/original/i/ad247b524ced9f753b6b2de8ab6d01c670714827db4c838970cae3f11aef556f/logoFINAL.png);
    background-size: cover;
    position:absolute;
    display:none;    
	width: 106vw; 
	height:93vw;
	margin-top:0;
	margin-left:-10.6vw;
}
    
.logovideo{
	position:absolute;
    width: 106vw!important;
    height: auto;
    background-size: cover;
    clip-path: inset(-1px -1px);
    margin-left: 0.05vw;
    display:none;
}
    
#logovideodesktop{
    visibility: hidden;
    display:none!important;
}


#logovideomobile{
    visibility: visible;
    display:block!important;
}
    
   #homedesc {
    position: absolute;
    margin-top: 90vw;
    margin-left: 2vw;
    width:96vw;
    font-size: 8.8vw;
    line-height: 1.1;
    transition: opacity 0.3s;
        letter-spacing: -0.05em!important;
       font-family: 'neuehaas';
       font-weight:700!important;
}
    
    #homedesc2{
    right: 3vw;
    position: absolute;
    margin-top: 70vh;
font-size:6vw;
color:red;
transition: opacity 0.3s;
        letter-spacing: -0.01em;
}
    
.menulinks1{
	display:none;
}
    
 .menulinks2{
	display:none;
}
    
    .thumbnails{
}
    .thumbnail {
	margin-bottom:1vh;
}
   
    .content_container{
	margin-top: 5vh;
}
    h7{
}
    
}

@media (min-width: 768px) {
    
       .pinned_top > .page_container > .container > .content_padding {
	padding-bottom: 0em;
    z-index:1500!important;}
    
     .thumbnails > .container > .content_padding{
	padding-bottom: 0em;}
}

@media (max-width: 767.98px) and (orientation: landscape){
    
}

/* MOBILE */

@media (max-width: 767.98px){
    
.ocultarmobile{ 
	display:none;
}
    
.page_container{    
	padding-top:-0px!important;
}

.page_container{
	margin-top:-2vh;
}
    
#menublur{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
    height: 13vh!important;
    display: block;
    background-color: rgb(255, 255, 255, 0.2);
    margin: -4.5rem;
    padding: 2.5rem;
    position:relative;
    z-index: 1000;
    }

    
    
#menufixed{
	margin-top:-11vh;
}

    
/*Page*/  
    
    
[data-predefined-style="true"] h4 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #0c6bff !important;
    text-decoration: none;
	font-size: 3rem!important;
	line-height: 1.6;
    margin-top:1rem!important;
	}
    
    
[data-predefined-style="true"] h7 {
	font-family:'neuehaas';
	font-weight:500!important;
	padding: 0;
	margin: 0;
	font-size: 3.6rem;
	line-height: 0.95;
	color: rgba(0, 0, 0, 1);
    letter-spacing: -0.015em;
    line-height:1;
	}

[data-predefined-style="true"] h10 {
	font-size: 1.8rem;
	line-height: 1.6;
	font-style: normal;
	font-weight: 400;
	color: rgb(12, 107, 255);
}
    

[data-predefined-style="true"] small {
	font-size: 1.5rem;
	line-height: 1.8;
	font-style: normal;
	font-weight: 400;
}
    

bodycopy {
    font-size: 2.3rem!important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35!important;
    letter-spacing: -0.01em!important;
}
    
.hidemobile{    
	display:none;
}
    
.showmobile{
	display:block;
}
    
.pagelead{    
	margin-top:-2em;	
}

.firstimageset{    
    margin:-3rem!important;
	margin-top:-3em!important;
    text-align: left!important;
}
   
    
[grid-col="5"] {
    width:50%!important;
    padding:1rem!important;
    text-align: left!important;
}
    
    
[grid-col=x7] {
    width: 33.33333%!important;
    padding:1rem!important;
    text-align: left!important;
}
    
[grid-col=x8] {
    width: 33.33333%!important;
    padding:1rem!important;
    text-align: left!important;
}
    
[grid-col=x9] {
    width: 50%!important;
    text-align: left!important;
    float:left;
    padding:1rem!important;
}
    

[grid-col=x10] {
    width: 50%!important;
    padding:1rem!important;
    text-align: left!important;
    float:left;
}
    
[grid-col=x11] {
    width: 50%!important;
    padding:1rem!important;
    text-align: left!important;
    float:left;
}
    
  
.gridredux{    
	padding:3rem!important;
}
    
.gridreduxmargin{    
	padding:3rem!important;
    margin-top:-2.8em!important;
}
    
.gridreduxmargin2{    
	padding:3rem!important;
    margin-top:-2.8em!important;
}
    
.gridreduxmargin3{    
	padding:3rem!important;
    margin-top:-1.5em!important;
}    
    
    
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.8;
	font-family: 'Acre medium', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(12, 107, 255);
}
 
    
    
.imagemprincipal{
}
    
.sectioninvert{   
    display: flex; 
    flex-direction: column;
}
    
.sectiontitle2{   
    order:1
}
    
    
.imagemprincipalinvert{
    order:0;
}
    
.imagemprincipalinvert>img{
}
    
.filmposters1{    
    width:100%!important;
    padding:2rem!important;
    margin-left:0rem!important;
    
}
    
.designinfoinvert{
    order:1;
}
    
    
.tituloeinfo{   
    width:50%;
    float: left;
}
    
    
.imagemextra{   
    display:block;
    width:50%;
    float: left;
    text-align: right;
}
    
    
.imagemextra>img{   
	height:18vh!important;
    width:auto!important;
}

.extrasmaller>img{
    height:13vh!important;
}
        

.extrawidth>img{   
	width:40vw!important;
    height:auto!important;
}
    
    
.mobilemargintop1{
	margin-top:3vh!important;
    display: block;
}
    
.mobilemargintop2{
	margin-top:-1.8rem!important;
    display: block;
}
    
    
.ghiblilogo{    
    width:40%!important;
    margin-left:60%!important;
    text-align: right;
}
   
    
.ghiblilogo > img{    
	margin-top:-6vh!important;
    width:30vw!important;
    height:auto!important;
}
    
.ghibliimagesmobile>img{    
	margin-top:-3rem!important;
}
    
.fipplogo > img{    
	margin-top:-2vh!important;
    width:46vw!important;
    height:auto!important;
}
    
.fippvideomobile{   
    width: 33.33333%!important;
    padding:1rem!important;
    text-align: left!important;
}
    

.fippredux{    
	padding:3rem!important;
}
    

.fippincrease{    
	padding:1rem!important;
}
    
.telltelllogo{    
    width:32%!important;
    text-align: right;
    float:right;
}
      
       
.mobilealignright{    
    margin-top:-1vh;
    margin-bottom:5vh;
	text-align: right!important;
    width:59%!important;
    float:right;
    margin-left:9%;
}
    

.poetrialogo{    
	width:33.33333%!important;
	padding:1rem!important;
}
    
.footermobilesection{    
	width:100%!important;
    padding:2rem!important;
}
    
.mobile100{    
	width:100%!important;
    padding:2rem!important;
}
    
    
    
}

.videotnsj{
    margin-top:-3.5vw;
	width:100%!important;
    height:100%!important;
}

[grid-pad="4"]{
    padding: 2rem;
    padding-bottom: 1rem!important;}




#footersocial{
	color:#0c6bff!important;
    text-decoration: none!important;
}

#footersocial a{
	color:#0c6bff!important;
    text-decoration: none!important;
}

#footersocial a:hover{
	color: #ff0400 !important;
    transition: all 0.2s ease;
}

[grid-pad="4"]{
   opacity: 1;
transition: all 0s;
}


.mostrarlogo{
	padding-top: 3rem!important;
}

.menulinks{
	position: fixed;
}

	