@charset "UTF-8";

/*
CSS Document: Mostra CineCinema
Author: Carolina Almeida
Author URI: https://carolina-almeida.com
Version: 1.0.8
*/

/*
---------------

Table of Contents:
01.	DEFAULT STYLES
02.	GENERAL STYLES
03.	HEADER
10.	FOOTER
11. RESPONSIVE STYLES

--------------
*/

:root {
	/* Font Family */
	--global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, freightdispcmp-pro, serif);
	
	/* Font Size */
	--global--font-size-base: 1.125em;
	--global--font-size-xs: 1em;
	--global--font-size-sm: 1.125em;
	--global--font-size-md: 1.5em;
	--global--font-size-l: 1.875em;
	--global--font-size-lg: 2.25em;
	--global--font-size-x: 2.625em;
	--global--font-size-xl: 3em;
	--global--font-size-xxl: 4em;
	--global--font-size-xxxl: 6em;
	--global--letter-spacing: normal;

	/* Line Height */
	--global--line-height-body: 1.5;
	--global--line-height-heading: 1.2;

	/* Colors */
	--global--color-black: #1d1d1b;
	--global--color-green: #00ff00;
	--global--color-pink: #fff0e0;
	--global--color-white: #FFF;
	--global--color-gray: #5d5d5d;
	--global--color-primary: var(--global--color-black);

	/* Body text color, site title, footer text color. */
	--global--color-secondary: var(--global--color-black);

	/* Headings */
	--global--color-primary-hover: var(--global--color-primary);
	--global--color-background: var(--global--color-offwhite);

	/* Mint, default body background */
	--global--color-border: var(--global--color-primary);
}

.admin-bar {
	--global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {

	.admin-bar {
		--global--admin-bar--height: 46px;
	}
}

@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?70tpgr');
  src:  url('/assets/fonts/icomoon.eot?70tpgr#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?70tpgr') format('truetype'),
    url('/assets/fonts/icomoon.woff?70tpgr') format('woff'),
    url('/assets/fonts/icomoon.svg?70tpgr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e904";
}
.icon-font-decrease:before {
  content: "\e900";
}
.icon-font-increase:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-contrast:before {
  content: "\e903";
}

/*GENERAL*/

a {
	transition: 0.2s all;
	color: var(--global--color-red);
	text-decoration: none;
}

a:hover{
	color: var(--global--color-light-gray);
	transition: 0.2s all;
}

h1, h2, h3, h4, h5, h6 {
	font-family: freightdispcmp-pro, serif;
	font-weight: 600;
	font-style: italic;
	letter-spacing: var(--global--letter-spacing);
	line-height: var(--global--line-height-heading);
	margin: 0;
}

h1 {font-size: var(--global--font-size-xl);}
h2 {font-size: var(--global--font-size-lg);}
h3 {font-size: var(--global--font-size-l);}
h4 {font-size: var(--global--font-size-md);}
h5 {font-size: var(--global--font-size-sm);}
h6 {font-size: var(--global--font-size-xs);}

strong {font-weight: 600;}

button {transition: 0.2s all;}

button:focus{outline: none;}

button:hover{color: var(--global--color-black);}

html, body {
	scrollbar-color: #444 var(--global--color-black);
	scrollbar-width: thin;
}

body {
	font-family: freight-text-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: var(--global--line-height-body);
	margin: 0;
	position: relative;
	overflow-x: hidden;
	z-index: -1;
	color: var(--global--color-black);
	transition: background 1s ease-in-out;
}

body.hidden {
	height: 100vh;
	overflow: hidden;
}

body.hidden .background-bottom{display: none;}

body.background-black {
	background-color: var(--global--color-black);
	color: var(--global--color-white);
}

body.background-pink {
	background-color: var(--global--color-pink);
}

body.background-green {
	background-color: var(--global--color-green);
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: var(--global--color-black);
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: var(--global--color-black);
}

::-webkit-scrollbar-thumb
{
	background-color: #444;
	border: 2px solid var(--global--color-black);
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.background {
	position: absolute;
}

.close {cursor: pointer;}

ul, li {
    padding: 0px;
    margin: 0px;
}

.clear {
	clear: both;
	content: '';
}

.button-arrow, .button-noarrow {    
	position: relative;
    font-family: 'freighttextcmp-pro';
    font-weight: 600;
    font-style: italic;
    font-size: var(--global--font-size-md);
    text-transform: lowercase;
    background-color: transparent;
    border: none;
	cursor: pointer;
	transition: 0.2s all;
}

.button-arrow:hover, .button-noarrow:hover {
	color: var(--global--color-green);
}

.button-arrow:after{
	font-family: 'icomoon';
    font-style: normal;
	content: "\e904";
    right: -15px;
	top: 10px;
	position: absolute;
	transition: 0.2s all;
    font-size: 0.7em;
}

.button-arrow:hover:after{
    right: -20px;
	color: var(--global--color-green);
}

a.button-arrow:after {
    right: -25px;
	top: 5px;
}

a.button-arrow:hover:after{
    right: -30px;
}

a.button-arrow.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.loading {
    position: fixed;
    z-index: 999;
    background-color: var(--global--color-pink);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img {height: 50vh;}

/*HEADER*/

.menu-toggle {
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 50px;
	height: 25px;
	transition: transform 250ms ease;
	cursor: pointer;
	z-index: 99;
}

body.page-type-home .menu-toggle {
	right: 0;
	margin: 73px 33px 0 0;
}

body.page-type-txt .menu-toggle {
	left: 0;
	margin: 40px 0 0 40px;
}

.menu-toggle span {
  position: relative;
  display: block;
  width: 35px;
  height: 2.5px;
  float: right;
  transform-origin: center center;
  transition: transform 250ms ease;
}

body.background-black .menu-toggle span {background-color: var(--global--color-green);}

body.background-pink .menu-toggle span {background-color: var(--global--color-black);}

body.background-green .menu-toggle span {background-color: var(--global--color-black);}

.menu-toggle span:nth-of-type(1) {transform: translateY(-8px);}

.menu-toggle span:nth-of-type(3) {transform: translateY(8px);}

#menu-toggle {display: none;}

#menu-toggle:checked ~ .menu-toggle {
  background-color: transparent;
  transition: transform 250ms ease;
}

#menu-toggle:checked ~ .menu-toggle span {
  background-color: var(--global--color-green);
  transition: transform 250ms ease;
}

#menu-toggle:hover ~ .menu-toggle span:nth-of-type(1) {transform: translateY(0);}

#menu-toggle:checked ~ .menu-toggle span:nth-of-type(1) {transform: translateY(1px) rotate(45deg);}

#menu-toggle:hover ~ .menu-toggle span:nth-of-type(2), #menu-toggle:checked ~ .menu-toggle span:nth-of-type(2) {display: none;}

#menu-toggle:hover ~ .menu-toggle span:nth-of-type(3) {transform: translateY(-3px);}

#menu-toggle:checked ~ .menu-toggle span:nth-of-type(3) {transform: translateY(-1px) rotate(-45deg);}

body.page-type-txt #menu-toggle:checked ~ .menu-toggle {
	right: 0;
	left: auto;
	margin: 40px 40px 0 0;
}

body.page-type-home #menu-toggle:checked ~ .nav {
  right: 0px;
  transition: right 500ms ease;
}

body.page-type-txt #menu-toggle:checked ~ .nav {
  left: 0px;
  transition: left 500ms ease;
}
	
.nav {
	display: block;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: var(--global--color-black);
	transition: right 500ms ease;
	z-index: 9;
	font-size: var(--global--font-size-l);
}

body.page-type-home .nav {
	right: -100vw;
	transition: right 500ms ease;
}

body.page-type-txt .nav {
	left: -100vw;
	transition: left 500ms ease;
}

.nav-menu {
	margin: 0;
	height: auto;
	width: 100%;
	position: relative;
	display: grid;
    grid-template-areas:
        "menu-col-1 menu-logo menu-close"
        "menu-col-1 menu-col-2 menu-col-2";
    grid-template-columns: 40% auto 100px;
    grid-template-rows: 100px auto;
}

.nav-menu .logo {
    grid-area: menu-logo;
    height: 100%;
    margin: 0 0 0 15vw;
}

.nav-menu .logo img {
    height: 100%;
    width: auto;	
}

.nav-ul-col-1 {
    grid-area: menu-col-1;
    margin: 100px 0 0;
    border-top: solid 5px var(--global--color-green);
    text-align: right;
    padding: 20px 0 0;
}

.nav-ul-col-2 {
    grid-area: menu-col-2;
    margin: 0 0 0 15vw;
    text-align: left;
    padding: 20px 0 0;
}

.nav-menu li {
	list-style-type: none;
	float: none;
	width: 100%;
	margin: 0 15px;
}

.nav-menu li.menu-item {
	font-family: freightdispcmp-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size: var(--global--font-size-l);
	margin: 20px 0 0;
    letter-spacing: 0.03em;
	color: var(--global--color-white);
}

.nav-menu li.menu-item.active a{
	color: var(--global--color-green);
	pointer-events: none;
}

.nav-menu li.menu-subitem:not(span) {
	font-family: freighttextcmp-pro, serif;
	font-weight: 600;
	font-style: italic;
	font-size: var(--global--font-size-sm);
}

.nav-menu li.menu-subitem span {
	font-family: freighttextcmp-pro, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 0.7em;
}

.nav-menu li.social-media {
	font-family: freighttextcmp-pro, serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
    letter-spacing: 0.03em;
	font-size: var(--global--font-size-sm);
    margin: 25px 0 0;
}

.nav-menu li.menu-item a, .nav-menu li.menu-subitem a {
	color: var(--global--color-white);
	transition: 0.2s all;
}

.nav-menu li.menu-item a:hover, .nav-menu li.menu-subitem a:hover {color: var(--global--color-green);}

.nav-menu li.social-media a {
	color: var(--global--color-green);
	transition: 0.2s all;
}

.nav-menu li.social-media a:hover {color: var(--global--color-white);}

.nav-menu-rotate {display: none;}

.nav-menu-mobile {display: block;}

.nav-menu > ul > li {
	display: block;
	margin: 0;
	padding: 0;
}


/*
PÁGINAS TEXTUAIS
*/

.modal-newsletter {
    position: fixed;
    z-index: 8;
    background-color: #1d1d1b7d;
    height: 100vh;
    width: 100vw;
}

.modal-newsletter .newsletter {
    grid-area: newsletter;
    display: grid;
    grid-template-areas:
        "newsletter-title newsletter-close"
        "newsletter-form newsletter-form";
    margin: calc(50vh - 200px) 10%;
    background-color: var(--global--color-pink);
    padding: 0 5% 5%;
}

.modal-newsletter #mc_embed_signup {margin: 5% 0 0;}

.modal-newsletter .close {
    display: block;
    text-align: right;
    width: 30px;
    height: 30px;
    padding: 5%;
    grid-area: newsletter-close;
    margin-left: calc(100% - 30px);
}

.modal-newsletter .close span {
    background-color: var(--global--color-black);
    transition: 0.2s all;
}

.modal-newsletter .close:hover span {background-color: var(--global--color-green);}

.page-type-txt .content {
	width: calc(50vw + 250px);
    min-height: calc(100vh - 145px);
}

.page-type-txt .background {
    position: fixed;
	width: 50vw;
	bottom: 0;
	top: auto;
    right: -300px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	z-index: -1;
}

.background img {
	width: 100%;
}

.page-type-txt .logo {height: 100px;}

.page-type-txt .logo img {height: 100%;}


.page-type-txt .logo-fixed {
    position: fixed;
	bottom: 150px;
    top: auto;	
}

/*
SOBRE
*/

.sobre-section:not(:first-child) {
    display: grid;
    grid-template-areas: "section-title section-txt";
    grid-template-columns: 250px auto;
	margin: 100px 0;
}

.sobre-section:first-child {margin: 0 0 0 250px;}

.sobre-section:first-child .section-txt {margin: 50px 0 0;}

.section-title {margin: 0 30px 0 0;}

.section-title h2{
	text-align: right;
    padding: 35px 20px 10px;
    background-color: var(--global--color-green);
	line-height: 0.8;
}

.section-title h2 p {margin: 0;}

.section-txt p:not(:first-child):not(:last-child) {margin: 20px 0;}

.section-txt p:first-child {margin: 0 0 20px;}

.section-txt p:last-child {margin: 20px 0 0;}

.section-txt {text-align: justify;}

.row-txt {
    font-family: 'freighttextcmp-pro';
	font-size: var(--global--font-size-md);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
	line-height: 1.2;
	transition: 0.2s all;
	padding: 0 20px 20px 0;
	user-select: none;
}

.row-txt.clickable-row {cursor: pointer;}

.row-txt span {
    font-weight: 400;
    text-transform: none;
	display: block;
}

.row-txt:hover {
	color: var(--global--color-green);
}

.row-img {position: relative;}

.perfil-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 200px;
    width: 160px;
    position: absolute;
    top: 0;
	opacity: 0;
	transition: 0.2s all;
}

.row-txt:hover ~ .row-img .perfil-img {opacity: 1;}

/*
FOOTER
*/

footer {
    display: grid;
    grid-template-areas: "footer-logos newsletter";
    grid-template-columns: 500px auto;
    padding: 40px 40px 0;
}

.barra-logos img {width: 90%;}

footer .newsletter {
	grid-area: newsletter;
	display: grid;
    grid-template-areas: "newsletter-title newsletter-form";
    grid-template-columns: 160px auto;	
	margin: 0 0 0 80px;
}

.title-newsletter {grid-area: newsletter-title;}

#mc_embed_signup {grid-area: newsletter-form;}

.title-newsletter h3 {
    padding: 30px 15px 15px 30px;
    background-color: var(--global--color-black);
    color: var(--global--color-white);
    line-height: 1;	
    display: inline-block;
}

.title-newsletter h3 p {margin: 0;}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    margin: 5px 20px 0;
}

#mc_embed_signup .mc-field-group {
    clear: none;
    position: relative;
    width: calc((100% - 225px)/2);
    padding-bottom: 0;
    min-height: 50px;
    float: left;
	margin: 0 15px;
}

#mc_embed_signup .mc-field-group input, .input-form input {
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid var(--global--color-black);
    width: 100%;	
    height: 35px;
    font-family: 'freight-text-pro';
    font-size: var(--global--font-size-sm);
	padding: 0;
    border-radius: 0;
	transition: 0.2s ease all;
    text-indent: 0;
}

#mc_embed_signup .mc-field-group input:focus, #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	outline: none;
    border-bottom: 2px solid var(--global--color-green);
    border-right: none;
    border-left: none;
    border-top: none;
}

.page-home #mc_embed_signup .mc-field-group input:focus, .page-home #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border-bottom: 2px solid var(--global--color-pink);}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: var(--global--font-size-xs);
    font-weight: normal;
    z-index: 1;
    color: var(--global--color-green);
}

.page-home #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {color: var(--global--color-pink);}

.mce-submit {
	float: right;
	width: 150px;
}

#mc_embed_signup .button {
    clear: both;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    transition: all 0.23s ease-in-out 0s;
    color: var(--global--color-black);
    cursor: pointer;
    display: inline-block;
    font-size: var(--global--font-size-md);
    font-weight: 600;
    height: 35px;
    line-height: 1;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    background-color: transparent;
    color: var(--global--color-green);
}

.page-home #mc_embed_signup .button:hover {color: var(--global--color-pink);}

.page-home .mce-submit .button-arrow:hover:after {color: var(--global--color-pink);}

#mc_embed_signup div#mce-responses {
    float: left;
    top: 65px;
	margin: 0 15px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
    position: absolute;
}

body:not(.page-home) #mc_embed_signup div#mce-responses {background-color: var(--global--color-pink);}

.page-home #mc_embed_signup div#mce-responses {background-color: var(--global--color-green);}

#mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    font-weight: 600;
    float: left;
    top: 0;
    z-index: 1;
    width: 100%;
}

body:not(.page-home) #mc_embed_signup div.response {color: var(--global--color-green);}

.page-home #mc_embed_signup div.response {color: var(--global--color-pink);}

.input-form label {
    display: block;
    text-transform: uppercase;
    font-size: var(--global--font-size-xs);
    font-weight: 600;
    font-family: 'freighttextcmp-pro';	
    color: var(--global--color-black);
	transition: 0.2s ease all;
}

#mc_embed_signup #mce-success-response, .input-form:focus-within label, .mc-field-group:focus-within label, #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error ~ label {
    color: var(--global--color-green);
}

.page-home #mc_embed_signup #mce-success-response, .page-home .input-form:focus-within label, .page-home .mc-field-group:focus-within label, .page-home #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error ~ label {
    color: var(--global--color-pink);
}

body.page-type-txt footer .newsletter {display: none;}

.acessibilidade {
    width: 95px;
    position: fixed;
    top: calc(100vh - 190px);
    right: -65px;	
    background-color: var(--global--color-green);
	color: var(--global--color-black);
	transition: right 500ms ease;
	z-index: 1;
}

.acessibilidade:hover {right: 0;}

.acessibilidade-txt {
	font-family: 'freighttextcmp-pro';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transform: rotate(90deg);
    width: 110px;
    padding: 5px 15px;
    grid-area: acessibilidade-txt;
    position: absolute;
    right: 10px;
    top: 53px;
    height: 25px;
    font-size: var(--global--font-size-xs);	
	cursor: pointer;
}

.acessibilidade-icons {
	width: 30px;
    padding: 15px;
    height: 110px;
    grid-area: acesibilidade-icon;
    list-style: none;
    margin: 0 0 0 35px;
    text-align: center;	
}

.acessibilidade-icons ul {
	list-style: none;
    margin: 0;	
}

.acessibilidade-icons li span{
	transition: 0.2s ease all;
	cursor: pointer;
}

.acessibilidade-icons li:first-child {margin: 5px 0 0;}

.acessibilidade-icons li:not(:first-child) {margin: 10px 0 0;}

.acessibilidade-icons li:hover span {color: var(--global--color-pink);}

.acessibilidade-icons .icon-contrast {font-size: var(--global--font-size-sm);}

.acessibilidade-icons .icon-font-increase, .icon-font-decrease {font-size: 13px;}

.background-green .acessibilidade {
    background-color: var(--global--color-black);
	color: var(--global--color-white);
}

.background-green .acessibilidade-icons li:hover span {color: var(--global--color-green);}
/*
FICHA TÉCNICA
*/

.page-ficha.page-type-txt .content {
    width: calc(50vw + 450px);
    min-height: calc(100vh - 145px);
    min-width: 980px;
}

.one-section {margin: 0 0 0 250px;}

.one-section .section-title h2 {display: inline-block;}

.one-section .section-title h2 {
    text-align: left;
    padding: 35px 20px 10px 35px;
    background-color: var(--global--color-green);
    line-height: 0.8;
}

.page-ficha .section-nomes {
    margin: 50px 0 160px;	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.atuacao-item {
	margin: 20px 0;
	display: inline-block;
}

.atuacao-title {
    font-family: 'freightdispcmp-pro';
    font-size: var(--global--font-size-sm);
    font-style: italic;	
    z-index: 1;
    position: relative;
}

.page-ficha .row-txt {
    font-family: 'freighttextcmp-pro';
	font-size: var(--global--font-size-sm);
	padding: 10px 20px 0 0;
}

.page-ficha .perfil-item {
    display: grid;
    grid-template-areas: "perfil-txt perfil-img";
    grid-template-columns: 240px 160px;
    overflow: visible;
}

.page-ficha .row-img {
    overflow: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    transition: 0.1s all;
}

.perfil-img-box {
	position: absolute;
	height: 200px;
	width: 160px;
}

/*
FORMAÇÃO
*/

.page-formacao.page-type-txt .content {
    width: calc(100vw - 80px);
    margin: 0 80px 0 0;
}

.formacao-section .section-items {margin: 50px 0 0;}

.formacao-item {
    width: 48%;
    float: left;
    display: grid;
    grid-template-areas: "formacao-1 formacao2";
	margin-bottom: 50px;
}

.formacao-item:nth-child(2n) {margin-left: 2%;}

.formacao-item:nth-child(2n - 1) {margin-right: 2%;}

.formacao-item-col-1 {
    position: relative;
    width: 18vw;
    height: 30vw;
}

.formacao-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	
    width: 100%;
    height: 100%;
}

.formacao-nome {
	position: absolute;
    top: 10px;
    left: 20px;
    width: 200px;
    color: var(--global--color-green);
}

.formacao-nome h1 {
    line-height: 0.9;
}

.formacao-nome h1 span {
	font-size: 0.6em;
}

.formacao-item-col-2 {
	padding: 0 0 0 20px;
}

.formacao-tipo {
	font-family: 'freighttextcmp-pro';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    width: 100%;
    border-bottom: 2px solid var(--global--color-green);
    line-height: 1.2;	
}

.formacao-title {
    margin: 30px 0 0;
    border-bottom: 2px solid var(--global--color-green);
    padding: 0 0 15px;	
}

.formacao-title h2 {
    line-height: 0.9;
    font-size: var(--global--font-size-x);
}

.formacao-title p {margin: 0;}

.formacao-title h3 {
    font-family: 'freighttextcmp-pro';
    font-size: var(--global--font-size-sm);
    text-transform: uppercase;
    font-style: normal;
    margin: 10px 0 0;	
}

.formacao-data {
    font-family: 'freighttextcmp-pro';
    text-transform: uppercase;
}

.formacao-data .dia {
	font-size: var(--global--font-size-md);
    font-weight: 600;
}

.formacao-turma {
	font-family: 'freighttextcmp-pro';
    text-transform: uppercase;
}

.formacao-turma p {margin: 0;}

.formacao-txt {
    max-height: calc(30vh - 90px);
    overflow-y: auto;
    padding-right: 5px;
	margin-top: 20px;
	scrollbar-color: #ACA398 #CDC2B5;
	scrollbar-width: thin;
	text-align: justify;
}

.scrollpane {
    width: 100%;
    max-height: calc(30vh - 90px);
    overflow-y: auto;
}

.formacao-txt::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: #CDC2B5;
}

.formacao-txt::-webkit-scrollbar
{
	width: 6px;
	background-color: #CDC2B5;
}

.formacao-txt::-webkit-scrollbar-thumb
{
	background-color: #ACA398;
	border: none;
}

.formacao-txt a {
    color: var(--global--color-green);
    font-family: 'freighttextcmp-pro';
    text-transform: uppercase;
    text-decoration: underline;
	transition: 0.2s all;
}

.formacao-txt a:hover {color: var(--global--color-black);}

.formacao-button-group {margin-top: 20px;}

.formacao-button-group a:not(:first-child) {margin-left: 50px;}

/*
HOMEPAGE
*/

.page-home header {
	position: fixed;
	z-index: 3;
	top: 0;
}

.top-fixed {
    height: 30px;
    font-size: var(--global--font-size-xs);
    width: 100vw;
    text-align: center;
    padding: 6px 0 4px;
    background-color: var(--global--color-black);
    color: var(--global--color-white);
    font-style: italic;
    font-family: 'freighttextcmp-pro';
    letter-spacing: 0.03em;
}

.menu-home {
	width: 100vw;
	background-color: var(--global--color-black);
	transition: background 1s ease-in-out;
}

.background-pink .menu-home {background-color: var(--global--color-pink);}

.background-green .menu-home {background-color: var(--global--color-green);}

.nav-home {padding: 25px 40px 15px;}

.nav-home li {display: inline-block;}

.nav-home li:not(:first-child) {margin-left: 40px;}

.nav-home li a {
    color: var(--global--color-green);
    font-family: 'freighttextcmp-pro';
    text-transform: uppercase;
	font-size: var(--global--font-size-l);
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
}

.nav-home li a:hover {color: var(--global--color-white);}

.background-pink .nav-home li a, .background-green .nav-home li a {color: var(--global--color-black);}

.background-green .nav-home li a:hover {color: var(--global--color-pink);}

.background-pink .nav-home li a:hover {color: var(--global--color-green);}

.nav-home li a.current {
	color: var(--global--color-white);
	font-style: italic;
}

.background-pink .nav-home li a.current {color: var(--global--color-green);}

.background-green .nav-home li a.current {color: var(--global--color-pink);}

.icon-pomba {
    position: absolute;
    right: 110px;
    top: 50px;
    height: 65px;
	cursor: pointer;
}

.icon-pomba img {
    width: auto;
    height: 100%;
	transition: background 1s ease-in-out;
}

.background-black .icon-pomba img {filter: invert(1);}

.page-home #content {
	padding: 0 40px;
	position: relative;
}

section {
	padding: 150px 0 0;
	position: relative;
}

.scroll-down {
    position: fixed;
    right: 50px;
    bottom: 50px;
	transition: 0.2s all;
}

.scroll-down span {
	transform: rotate(90deg);
    display: block;
    width: 30px;
    height: 30px;
	cursor: pointer;
	font-size: var(--global--font-size-l);
}

.scroll-down:hover {
    bottom: 45px;
	color: var(--global--color-green);
}

.scroll-down span.backtop {transform: rotate(270deg);}

.logo-home {
    background-image: url(/assets/img/logo-mostra-branca.svg);
	left: 0;
    width: 150px;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	z-index: 2;
	transition: background 1s ease-in-out;
}

.background-pink .logo-home {background-image: url(/assets/img/logo-mostra.svg);}

.background-green .logo-home {background-image: url(/assets/img/logo-mostra-preta.svg);}

/*
AGRADECIMENTOS
*/

#agradecimento {
    display: grid;
    grid-template-areas: "section-1 section-2";
    grid-template-columns: 65% 35%;
}

#agradecimento .thanks-trailer {height: calc(100vh - 240px);}

#agradecimento .thanks-trailer iframe {
    height: 100%;
    width: 100%;
}

#agradecimento .section-title {color: var(--global--color-pink) !important;}

#agradecimento .filme-titulo {
    width: 100%;
    border-bottom: 2px solid var(--global--color-green);
    padding-bottom: 10px;
    max-width: 400px;
}

.section-col-2 {
    padding-left: 40px;
}

#thanks-txt {
    font-size: var(--global--font-size-md);
    padding-top: 30px;    
}

/*
DESTAQUES
*/

h1.section-title {
    position: absolute;
    z-index: 1;
    font-size: var(--global--font-size-xxxl);
    font-family: 'freightdispcmp-pro';
    color: var(--global--color-green);
    line-height: 0.8;
    top: 200px;
    left: -20px;
	max-width: 420px;
}

h1.section-title span {display: block;}

.grid-filmes {
    display: grid;
    grid-template-areas:
        "filme-1 filme-2 filme-3"
        "filme-1 filme-4 filme-5";
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 20px;
    height: calc(100vh - 290px);
    position: relative;
    grid-template-rows: calc((100vh - 310px)/2);
}

.filme-item.longa {grid-area: filme-1;}

.filme-item {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 0;
    min-height: 0;
}

.filme-item button {
	background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
    font-size: var(--global--font-size-xs);
}

.filme-item button .filme-txt {
    display: grid;
    grid-template-areas: "filme-nome filme-duracao";
    grid-template-columns: auto 30px;
    height: 50px;
    letter-spacing: 0.03em;
    font-family: 'freight-text-pro';
    font-weight: 500;
    color: var(--global--color-white);
    width: 100%;
}

.filme-item button .filme-nome {
	grid-area: filme-nome;
	justify-content: left;
	display: flex;
    align-items: flex-end;
	padding-bottom: 10px;
	text-align: left;
}

.filme-item button .filme-duracao {
	grid-area: filme-duracao;
	justify-content: right;
	display: flex;
	display:-webkit-flex;
    align-items: flex-end;
	padding-bottom: 10px;
	text-align: right;
	text-align: -webkit-right;
}

.filme-media {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(((100vh - 310px)/2) - 50px);  
}

.filme-media video {
    width: 100%;
    position: absolute;
    height: 100%;
	opacity: 0;
	object-fit: cover;
	top: 0;
	left: 0;
}

video::-webkit-media-controls {
    display:none !important;
}

.filme-media:hover video {opacity: 1;}

.section-maratona {position: relative;}

.section-maratona:nth-child(1) {margin: -150px 0 0;}

.section-maratona .filme-item:nth-child(1) {grid-area: filme-1;}

.page-playlist .filme-item:nth-child(1) .filme-media, .section-maratona .filme-item:nth-child(1) .filme-media {height: calc(100vh - 340px);}

#destaques .filme-item.curta .filme-media {height: calc((100vh - 310px)/2 - 50px);}

#destaques .filme-item.longa .filme-media {height: calc(100vh - 340px);}

.menu-maratona {padding: 50px 0 0;}

.menu-maratona ul {
    list-style: none;
    display: flex;
    gap: 0 40px;
    justify-content: center;
	margin: 0 135px;
	flex-wrap: wrap;
}

.menu-maratona li {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 40px;
    text-transform: uppercase;
    font-family: 'freighttextcmp-pro';
    font-size: var(--global--font-size-md);
    letter-spacing: 0.03em;
    font-weight: 600;
    justify-content: center;
}

.menu-maratona li a {
	color: var(--global--color-white);
	transition: 0.2s all;
}

.menu-maratona li a.current {
	color: var(--global--color-green);
	font-style: italic;
}

.menu-maratona li a:hover {color: var(--global--color-green);}

/*
HOMEPAGE - PLAYLISTS
*/

.section-playlists {
	display: flex;
	gap: 40px;
	padding: 250px 0 calc(45vh - 250px);
}

.section-playlists form {
	flex: 1;
	height: 55vh;
	position: relative;
}
.section-playlists form button {
	width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
	cursor: pointer;
}

.playlist-img {
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
    position: relative;
    z-index: -1;
	top: 0;
	transition: 0.2s all;
}

.playlist-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    text-align: center;
    margin: 0 40px;
    height: 10px;
    background-color: var(--global--color-green);
	transition: 0.2s all;
	z-index: 1;
}

.playlist-txt span {
    display: none;
    font-size: var(--global--font-size-l);
    font-family: 'freighttextcmp-pro';
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase;
    width: 100%;
    text-align: center;
	margin: 40px 0 0;
}

.playlist-nome {
    position: absolute;
    top: 20px;
    left: 42px;
    width: 185px;
    color: var(--global--color-green);
    text-align: left;
}

.playlist-nome h1 {
	font-size: var(--global--font-size-xl);
    font-family: 'freighttextcmp-pro';
    line-height: 0.9;
}

.playlist-nome h1 span {
	font-size: 0.6em;
    margin-right: 5px;
}

.section-playlists button:hover .playlist-img {
    top: 40px;
}

.section-playlists button:hover .playlist-txt {
    height: 90px;
}

.section-playlists button:hover .playlist-txt span {
    display: block;
}

.page-playlist .grid-filmes .filme-item:nth-child(1) {grid-area: filme-1;}

/*
CATÁLOGO
*/

.grid-catalogo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 35px 20px;
}

.grid-catalogo .filme-item {height: calc((100vh - 310px)/2);}

.section-longas .grid-catalogo .filme-item {height: calc(((100vh - 310px)/2) + 30px);}

.section-longas .grid-catalogo .filme-media {height: calc(((100vh - 310px)/2) - 50px);}

.filme-disponivel {
	text-align: left;
	padding-top: 5px;
}

.filme-item.indisponivel {pointer-events: none;}

.filme-item.indisponivel .filme-media {
    background-color: var(--global--color-green);
    background-blend-mode: luminosity;
    opacity: 0.3;
}

.section-catalogo h1 {
	color: var(--global--color-pink);
	margin: 0 0 20px;
}

.section-longas {padding: 0 0 140px;}

.section-longas h1 {margin: 50px 0 20px;}

.section-catalogo .filme-item button .filme-txt {
    color: var(--global--color-black);
}

/*
PAGE TYPE MOVIE
*/

.page-type-movie header {display: none;}

.page-type-movie footer {display: none;}

.page-type-movie #content {padding: 40px;}

.box-header {
    display: grid;
    grid-template-areas: "box-txt box-close";
    grid-template-columns: auto 50px;
    border-bottom: 2px solid var(--global--color-green);
    padding: 0 0 10px;
    height: 30px;
}
 
.box-title {
    font-size: var(--global--font-size-md);
    text-transform: uppercase;
    font-family: 'freighttextcmp-pro';
    letter-spacing: 0.03em;
}

.close {
	display: block;
	text-align: right;
}

.close span {
    position: relative;
    display: block;
    width: 30px;
    height: 2.5px;
    float: right;
    transform-origin: center center;
    background-color: var(--global--color-green);
    top: 10px;
}

.close span:nth-of-type(1) {transform: translateY(1px) rotate(45deg);}

.close span:nth-of-type(2) {transform: translateY(-1px) rotate(-45deg);}

.filme-col-1 .indisponivel{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: var(--global--font-size-md);
    font-family: 'freighttextcmp-pro';
    letter-spacing: 0.03em;
    background-color: #181818;
    color: #00ff00;
}

.filme-grid {
    display: grid;
    grid-template-areas: "filme-col-1 filme-col-2";
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 40px 0;
}

.filme-col-1 {
    grid-area: filme-col-1;
    background-color: var(--global--color-gray);
    height: 30vw;
    min-height: calc(30vw);
}

.filme-grid iframe {
	width: 100%;
	height: 100%;
}

.filme-header {display: inline-block;}

.page-type-movie .filme-titulo {
    width: 100%;
    border-bottom: 2px solid var(--global--color-green);
    padding-bottom: 10px;
    max-width: 400px;
}

.filme-diretores {
    margin: 10px 0 0;
    font-family: 'freighttextcmp-pro';
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filme-infos {
    display: inline-flex;
    gap: 10px;
    font-family: 'freighttextcmp-pro';
    letter-spacing: 0.05em;
    margin: 5px 0 0;
    line-height: 1;
}

.classificacao {
    width: 20px;
    border: 1px solid var(--global--color-white);
    text-align: center;
    line-height: 1;
    padding: 1px;
}

.filme-tab-group {margin: 40px 0;}

.filme-tab {display: none;}

.filme-tab.active {display: block;}

.filme-tab p {margin: 0;}

#filme-elenco {padding: 0 0 90px;}

#filme-sinopse {text-align: justify;}

.filme-nav {
    position: fixed;
    bottom: 0;
    left: calc(50% + 20px);
    background-color: var(--global--color-green);
    padding: 10px 30px 30px;
    display: flex;
    gap: 30px;
	z-index: 2;
}

.filme-nav-button {
    background-color: transparent;
	color: var(--global--color-black);
    border: none;
    font-family: 'freighttextcmp-pro';
    font-weight: 600;
    text-transform: uppercase;
    font-size: var(--global--font-size-md);
    cursor: pointer;
    padding: 0;
    margin: 0;
	transition: 0.2s all;
}

.filme-nav-button.active {
	color: var(--global--color-white);
	font-style: italic;
}

.filme-nav-button:hover {color: var(--global--color-white);}

.page-filme .perfil-item .row-txt {
    font-family: 'freighttextcmp-pro';
    font-size: var(--global--font-size-sm);
    padding: 10px 20px 0 0;
	letter-spacing: 0.03em;
}

.page-filme .perfil-item {
    display: grid;
    grid-template-areas: "perfil-txt perfil-img";
    grid-template-columns: 225px 160px;
    margin: 0 0 15px;
}

.mobile {display: none;}

#trailer-modal {
	display: none;
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	z-index: 9;
}

#trailer-modal.show {display: block;}

.background-modal {
    background-color: #1d1d1bd1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#trailer-modal iframe {
    width: 70vw;
    height: 70vh;
    margin: 15vh 15vw;
}

/*
SINGLE PLAYLIST 
*/

.autor-playlist {
    display: grid;
    grid-template-areas: "autor-1 autor-2";
    grid-template-columns: 300px auto;
    height: 400px;
    margin: 40px 0;	
}

.autor-playlist-1 {
	position: relative;
}

.autor-playlist .playlist-nome {
    left: 20px;
}

.autor-playlist-2 {
    max-width: 600px;
    margin-left: 20px;	
}

.playlist-bio {text-align: justify;}

@media (min-width: 1024px) and (max-width: 1279px) {
	
	/*Homepage*/
	
	.playlist-nome {left: 12px;}

	.playlist-txt {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	
	/*Formação*/
	
	.one-section {margin: 0 0 0 130px;}
	
	.formacao-nome {width: calc(100% - 20px);}

	.formacao-nome h1 {font-size: var(--global--font-size-lg);}
}


@media (min-width: 769px) and (max-width: 1365px) {
	.menu-maratona {padding: 30px 0 0;}
}

@media (min-width: 769px) and (max-width: 1024px) {
	
	/*Footer*/
	
	footer {
		display: grid;
		grid-template-areas:
			"footer-logos"
			"newsletter";
		grid-template-columns: 100%;
		padding: 40px 40px 0;
	}
	
	.barra-logos {
		margin: 0 0 40px 150px;
		text-align: center;
	}
	
	.barra-logos img {
		width: auto;
		height: 100px;
	}
	
	.newsletter {margin: 0 50px;}
	
}

@media (max-width: 768px) {
	
	.loading img {
		height: auto;
		width: 70vw;
	}
	
	/*Menu*/
	
	#menu-toggle:checked ~ .menu-toggle {
		right: 0;
		margin: 5% calc(5% - 8px) 0px;
	}

	.nav-menu {
		margin: 0;
		height: 100vh;
		grid-template-areas:
			"menu-logo menu-close"
			"menu-col-1 menu-col-1"
			"menu-col-2 menu-col-2";
		grid-template-columns: auto 50px;
		grid-template-rows: auto;
	}

	.nav-menu .logo {
		height: 50px;
		margin: 0 5% 0;
	}

	.nav-ul-col-1 {
		margin: 0 0 0 5%;
		border-top: none;
		text-align: left;
		padding: 0;
	}

	.nav-menu li.menu-item {
		font-size: var(--global--font-size-xs);
		margin: 0;
	}

	.nav-menu li.menu-subitem:not(span) {
		font-size: 0.7em;
	}

	.nav-menu > ul > li {
		display: block;
		margin: 0;
		padding: 0;
	}

	.nav-ul-col-2 {
		margin: 0 0 0 5%;
		padding: 0;
	}

	.nav-menu li.social-media {
		font-size: 0.7em;
		margin: 0;
	}
	
	/*Homepage*/
	
	.logo-home {
		width: 90px;
		height: 65px;
	}
	
	.top-fixed {
		height: 40px;
		width: calc(100vw - 6px);
		padding: 6px 3px 4px;
		font-size: 0.8em;
	}
	
	.icon-pomba {
		right: 75px;
		top: 75px;
		height: 50px;
	}
	
	body.page-type-home .menu-toggle {
		right: 0;
		margin: 85px calc(5% - 8px) 0px;
	}
	
	.page-home #content {
		padding: 0 5%;
		position: relative;
	}
	
	.nav-home {padding: 10px 5%;}
	
	.nav-home li {display: block;}
	
	.nav-home li:not(:first-child) {margin-left: 0;}
	
	.nav-home li a {
		color: var(--global--color-green);
		font-family: 'freighttextcmp-pro';
		text-transform: uppercase;
		font-size: var(--global--font-size-md);
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.05em;
	}
	
	#arrow-scroll {display: none;}
	
	section {padding: 180px 0 0;}
	
	.section-playlists {
		display: grid;
		gap: 40px;
		padding: 180px 0 0;
	}

	.section-longas {padding: 0;}
	
	.grid-filmes {
		grid-template-areas:
			"filme-1" "filme-2" "filme-3"
			"filme-4" "filme-5";
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-gap: 5vw;
		height: auto;
	}
	
	.grid-filmes form {height: 250px;}
	
	.filme-media {height: 200px;}
	
	#destaques .filme-item.curta .filme-media {height: 200px;}
	
	#destaques .filme-item.longa .filme-media {height: 200px;}
	
	.grid-catalogo .filme-item {height: 250px;}
	
	.section-longas .grid-catalogo .filme-item {height: 280px;}
	
	.section-longas .grid-catalogo .filme-media {height: 200px;}
	
	.grid-catalogo {
		grid-template-columns: 100%;
		grid-gap: 10px;
	}
	
	h1.section-title {
		font-size: var(--global--font-size-xl);
		left: -10px;
		top: 240px;
		width: 200px;
	}

	.menu-maratona {display: none;}
	
	/*Footer*/
	
	footer {
		display: grid;
		grid-template-areas:
			"footer-logos"
			"newsletter";
		grid-template-columns: 100%;
		padding: 80px 5% 0;
	}
	
	.barra-logos {
		margin: 0;
		text-align: center;
	}
	
	.barra-logos img {
		width: 90%;
		height: auto;
	}
	
	.newsletter {
		grid-area: newsletter;
		display: grid;
		grid-template-areas:
			"newsletter-form"
			"newsletter-title";
		grid-template-columns: 100%;
		margin: 30px 20px 0 90px;
	}
	
	#mc_embed_signup form {
		padding: 0;
		margin: 0;
	}

	#mc_embed_signup .mc-field-group {
		width: 100%;
		margin: 0;
	}

	.mce-submit {
		float: left;
		width: 150px;
		margin: 20px 0;
	}
	
	.title-newsletter h3 {
		padding: 20px 10px 10px 20px;
		display: inline-block;
		font-size: var(--global--font-size-md);
	}
	
	/*Playlist*/
	
	.autor-playlist {
		grid-template-areas:
			"autor-1"
			"autor-2";
		grid-template-columns: 100%;
		height: auto;
		margin: 20px 0;
	}
	
	.autor-playlist-1 {
		position: relative;
		height: 300px;
	}
	
	.autor-playlist-2 {
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	
	/*Filme*/
	
	.page-type-movie #content {padding: 5%;}

	.filme-nav {display: none;}

	.filme-tab {
		display: block;
		margin: 30px 0;
	}

	.filme-grid {
		display: grid;
		grid-template-areas: "filme-col-1" "filme-col-2";
		grid-template-columns: 100%;
		grid-gap: 40px;
		margin: 5vw 0;
	}

	.filme-col-1 {
		grid-area: filme-col-1;
		background-color: var(--global--color-gray);
		height: 250px;
	}

	.mobile {display: block;}
	
	.mobile.trailer-button {color: var(--global--color-green);}
	
	.page-filme .perfil-item {
		display: grid;
		grid-template-areas: "perfil-txt perfil-img";
		grid-template-columns: calc(100% - 125px) 125px;
		margin: 0 0 15px;
	}

	.perfil-img-box {
		position: absolute;
		height: 180px;
		width: 125px;
	}
	
	.perfil-img {
		height: 180px;
		width: 125px;
	}
	
	/*Formação*/
	
	.modal-newsletter .close {padding: 15px 5%;}
	
	.page-type-txt .content, .page-formacao.page-type-txt .content {
		width: 100%;
		margin: 0;
	}
	
	.formacao-item:nth-child(2n) {margin-left: 0;}

	.one-section {margin: 0 5%;}

	.page-type-txt .logo {height: 65px;}

	body.page-type-txt .menu-toggle {
		left: 0;
		margin: 5% 0 0 5%;
	}
	
    .page-type-txt .section-title {
        margin: 0;
        position: relative;
        display: block;
        text-align: right;
    }
	
	.formacao-item {
		width: 100%;
		float: none;
		display: grid;
		grid-template-areas:
			"formacao-1"
			"formacao2";
		grid-template-columns: 100%;
		margin: 0 0 50px;
	}
	
	.formacao-item:nth-child(2n - 1) {margin-right: 0;}
	
	.formacao-item-col-1 {
		position: relative;
		width: 100%;
		height: 300px;
	}
	
	.formacao-item-col-2 {
		padding: 0;
		margin: 10px 0 0;
	}

	.formacao-txt {
		max-height: 100%;
		overflow-y: auto;
		padding-right: 0;
		margin-top: 20px;
	}

	.page-formacao footer {padding: 0 5%;}
	
	/*Sobre*/
	
	.sobre-section:first-child {margin: 0 5%;}
	
	.page-sobre.page-type-txt .logo {text-align: right;}
	
	.sobre-section:not(:first-child) {
		grid-template-areas:
			"section-title"
			"section-txt";
		grid-template-columns: 100%;
		margin: 0 5%;
	}
	
	.sobre-section:not(:first-child) .section-title {
		justify-content: left;
		left: -5%;
		position: relative;
		margin: 50px 0 20px;
		display: inline-flex;
	}
	
	.page-sobre .newsletter {margin: 30px 5% 0;}
	
	.page-sobre .row-txt {
		font-size: var(--global--font-size-xs);
		padding: 0 10px 10px 0;
		width: calc(95% - 125px);
		word-break: break-word;
	}
	
	.row-img {width: 125px;}
	
	/*Ficha Técnica*/
	
	.page-ficha.page-type-txt .content {
		width: 100%;
		min-height: 100%;
		min-width: 100%;
	}
	
	.page-ficha .section-nomes {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	.atuacao-item {margin: 10px 0;}
	
	.atuacao-item:nth-child(8) {margin: 10px 0;}
	
	.atuacao-title {
		font-size: var(--global--font-size-xs);
		margin: 0 0 10px;
	}
	
	.page-ficha .perfil-item {
		grid-template-columns: calc(100% - 125px) 125px;
		width: 90vw;
	}
	
	.page-ficha .row-txt {
		font-size: var(--global--font-size-xs);
		padding: 0 10px 10px 0;
		width: 100%;
		word-break: break-word;
	}
	
	.page-ficha footer {padding: 0 5%;}
	
	.perfil-img-box {z-index: -1;}
	
	footer .newsletter {
        grid-area: newsletter;
        display: grid;
        grid-template-areas:
            "newsletter-form"
            "newsletter-title";
        margin: 0 0 0 80px;
        grid-template-columns: 100%;
    }

    /*
    AGRADECIMENTOS
    */
    
    #agradecimento {
        display: grid;
        grid-template-areas: "section-1" "section-2";
        grid-template-columns: 100%;
    }
    
    #agradecimento .thanks-trailer {height: calc(100vh - 300px);}
    
    #agradecimento .section-title {display: none !important;}
    
    .section-col-2 {
        padding-left: 0;
        padding-top: 40px;
    }
}