/*
Theme Name: Marcas com Causa
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a Marcas com Causa, em parceria com a AMICD.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;   
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
    border: none;
    padding: 0;   
    cursor: pointer;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
	height:100%;
}
body {
	background-color: #FFF;  
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;   
	color:#000;	
	overflow-x: hidden;    
	min-height: 100%;	
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.25em;  
}
h1{	
	font-size: 49px;  
}
h2{
	font-size: 36px;
}	
h3{
	font-size: 24px;	
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
a{
	color: #000;
	text-decoration:none;
	transition: all 200ms ease-in-out;	
	}
strong{
	font-weight: 700;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.25em;
	margin-bottom: 1.5em;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	height: auto;
}
.site{
	width: 100%;
	height: auto;	
	z-index: 0;
	position: relative;
	overflow: hidden;	
}
section{ 
    background-color: #FFF;
	width: 100%;
	height: auto;
	position: relative;	
}
.inner{
    width: 850px;	
    height: auto;
    padding: 60px 0; 
	margin: 0 auto;
    position: relative;   
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.btn-padrao {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 20px;
	width: max-content;
	height: 40px;
	padding: 0 30px 0 75px;
	display: block;
	position: relative;
	color: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-style: normal;
	line-height: 38px;	
}
.btn-padrao::before,
.btn-padrao::after{
    content: "";   
    display: block;
    position: absolute;    
    transition: all 200ms ease-in-out;
}
.btn-padrao::before{
    border-bottom: 1px solid #000;
    width: 34px;
    height: 1px;
    top: 20px;
    left: 25px;
}
.btn-padrao::after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 19px;
    height: 19px;
    top: 20px;
    left: 45px;
    transform-origin: top right;
    transform: rotate(45deg);
}
.btn-padrao:hover{
    background-color: #000;   
    color: #FFF !important;
}
.btn-padrao:hover::before,
.btn-padrao:hover::after{
    border-color: #FFF !important;
}
.center{
    text-align: center;
}
/* BREAD CRUMB */
.bread-crumb{
    font-size: 0;
    text-align: left;
    margin: 0 0 20px;
}
.bread-crumb a,
.bread-crumb span{
    display: inline-block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25em;    
}
a.btn-breadcrumb-home{
    margin-right: 10px;
}
.gr-breadcrumb{
    transition: all 200ms ease-in-out;    
}
a.btn-breadcrumb-home:hover .gr-breadcrumb{  
    filter: brightness(0) invert(1);
}
.bread-crumb span{
    padding-left: 5px;
}
.bread-crumb a:hover{
    color: #FFF;
}
/*EMENDAS OWL*/
.owl-dots {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 0;	
	z-index: 2;	
}
.owl-dot{	
	background-color: #000 !important;
    mask-image: url('img/bg-dot.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
	border: none;	
	width: 12px;
	height: 12px;
	margin: 0 7px;
	position: relative;
	cursor: pointer;     
	transition: all 200ms ease-in-out;
}
.owl-dot:hover,
.owl-dot.active{
	background: #5980ED !important;	
}
.owl-nav {
	width: 100%;
	height: 52px;	
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
	left: 0;	
	z-index: 1; 
    transform: translateY(-50%);
    pointer-events: none;  
}
.owl-prev,
.owl-next {   
    background-color: transparent !important;   
	width: 52px;	
	height: 52px;	
    padding: 0;
    display: block;	  
    position: relative;  
    pointer-events: all;  
}
.owl-prev span,
.owl-next span {
    font-size: 0;	
	border: 4px solid #FFF;
    border-top: none;
    border-right: none;
    width: 38px;
	height: 38px;
	display: block !important;
	position: absolute;
    top: 34px;
	left: 7px;	
	transform-origin: center center;
	transform: rotate(45deg) translate(-50%,-50%);	
    transition: all 200ms ease-in-out;
}
.owl-next span{
    top: -19px;
    transform: rotate(-135deg) translate(-50%,-50%);
}
.owl-prev:hover span,
.owl-next:hover span{
    border-color: #1B495A !important;  
}
/* FANCYBOX */
.fancybox-container{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.fancybox-bg {	
	background: transparent !important;
	background-color: #5980ED !important	
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.8 !important;	    
}
/*-------------------------------------------------------
FORMULÁRIOS
-------------------------------------------------------*/
.formulario{
    position: relative;
}
.fieldgroup{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.fieldgroup.campos{
    border-bottom: 1px solid #707070;
    padding: 0 0 40px;
    margin-bottom: 40px;
}
.fieldgroup.opcoes{   
    padding: 0 0 40px;
}
.fieldset{       
    width: 403px;
    height: auto;         
}
.fieldset label{      
    width: 305px; 
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
}
.fieldset label span{
    color: #5980ED;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
.fieldset select{
    background: #FFF; 
    border: 1px solid #5980ED;      
    border-radius: 12px;
	width: 100%;
    height: 44px;
	padding: 0 16px;
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;   
	color:#000;	
    transition: all 200ms ease-in;
}
textarea{	    
	height: 190px;
	padding: 16px;	
    resize: none;
}
.fieldset select {		
    background: url(img/seta-select.png) no-repeat right 15px center transparent;   
    outline: none;	   
	cursor: pointer;	
    transition: all 200ms ease-in;	
}
.fieldset select option{
    font-weight: 500;
}
/* RADIO BUTTON E CHECKBOX */
.radio-item .wpcf7-list-item {
    min-height: 20px;
    padding: 0 0 0 20px;
    display: block;
	position: relative;
	margin: 0 0 10px;	
}
.radio-item .wpcf7-list-item:last-child{
    margin: 0;
}
/* Hide the browser's default checkbox */
.radio-item .wpcf7-list-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;   
    margin: 0;
    z-index: 10;
}
/* Create a custom radio button */
.checkmark {
    background-color: #FFF;
    border: 1px solid #5980ED;
    border-radius: 5px;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0;  
    margin-top: 2px;
    transition: all 200ms ease-in;
}  
/* On mouse-over, add a grey background color */
.radio-item .wpcf7-list-item:hover input ~ .checkmark {
    background-color: #FFF; 
}
/* When the radio button is checked, add a blue background */
.radio-item .wpcf7-list-item input:checked ~ .checkmark {
    background-color: #5980ED;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-item .wpcf7-list-item input:checked ~ .checkmark:after {
    display: block;
}
input[type="submit"]{   
    background: #000;   
    border: none !important;   
    border-radius: 20px;
    width: max-content; 
    min-width: 188px;
    height: 40px;
    padding: 0 16px; 
    display: block;   
    color: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;   
    font-weight: 800;            
    margin: 0 auto; 
    cursor: pointer; 
    transition: all 200ms ease-in;
}
input[type="submit"]:hover{  
    background: #5980ED;   
    color: #000;     
}
input:focus,
textarea:focus{
    border: 1px solid #000;   
}
/* EMENDAS */
.fieldset .wpcf7-form-control-wrap{
    display: block;
}
.fieldset .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
    margin-top: 16px;
}
.wpcf7 form .wpcf7-response-output {
    background-color: #FFF;
	border: 2px solid #000 !important;	
	padding: 20px !important;
	color: #000 !important;
    font-size: 18px;
	font-weight: 700 !important;
    text-align: center;
	margin: 20px 0 0 !important;	
}
.news .wpcf7 form .wpcf7-response-output {
    background-color: #FFF !important;
	padding: 10px !important;	  
	margin: 10px 0 !important;	
    clear: both;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #00B059;  
}
.wpcf7 form.invalid .wpcf7-response-output{
    background-color: #EE3331;  
}
.wpcf7-not-valid-tip {
	color: #EE3331 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 -10px 10px;
}
.news .wpcf7 form .wpcf7-not-valid-tip{
    color: #FFF !important;
    margin: 0 0 10px 10px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
	font-weight: normal !important;
}
.wpcf7-spinner {
    background-color: #000 !important;
    opacity: 1 !important;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
/* PLACEHOLDER */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */     
    color:#000;	
    opacity: 1;   
}
::-moz-placeholder { /* Firefox 19+ */
    color:#000;	
    opacity: 1; 
}
:-ms-input-placeholder { /* IE 10+ */
    color:#000;	
    opacity: 1; 
}
:-moz-placeholder { /* Firefox 18- */
    color:#000;	
    opacity: 1; 
}
:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;   
}
:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;  
}
:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;   
}
:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;    
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header{	
	width: 100vw;	
    height: 0;
	position: fixed;
	z-index: 3;   
}
.header-inner{   
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    height: 0;
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;      
}
.logo {
	width: max-content;
	height: max-content;	
	display: block;	
    margin: 0 0 16px;
}
/* MENU */
.btn-menu{	
    background-color: #000;   
    border-radius: 20px;
    width: 142px;
    height: 38px;
    padding: 0 0 0 28px;
	display: flex;
    align-items: center;
    cursor: pointer;      
    transition: all 200ms ease-in-out;
}
.btn-menu-icon{
    width: 18px;
    height: 16px;
    position: relative;
    margin-right: 8px;
}
.bar{
    background-color: #FFF;
    border-radius: 2px;
    width: 18px;
    height: 4px;
    display: block;  
    position: absolute;   
    transform-origin: center center;
    transition: all 200ms ease-in-out;
}
.bar.bar-1{
    top: 0px;
}
.bar.bar-2{
    top: 6px;
}
.bar.bar-3{   
    top: 12px;
}
.btn-menu label{
    color: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;        
    display: block;  
    pointer-events: none;  
}
.btn-menu:hover,
.btn-menu.active{
    background-color: #EE3331;
}
.btn-menu.active .bar.bar-1{
   transform: rotate(45deg) translate(4px, 4px);
}
.btn-menu.active .bar.bar-2{
    opacity: 0;  
}
.btn-menu.active .bar.bar-3{
    transform: rotate(-45deg) translate(4px,-5px);
 }
.btn-assine{	
    background-color: #FFF;   
    border: 2px solid #000;
    border-radius: 20px;
    width: 142px;
    height: 38px;   
    display: block;	
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;  
    text-align: center;  
    margin: 10px 0 0; 
}
.btn-assine:hover{
    background-color: #000;   
    color: #FFF;
}
/* NAVEGAÇÃO */
.navegacao{
    background-color: #FFF;
    width: 100vw;
    height: auto;
    position: fixed;
    top: -100vh;     
    left: 0;   
    z-index: 0;
    transition: all 400ms ease-in-out;	
}
.navegacao.active{
    top: 0;
}
.navegacao-inner{  
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    padding: 100px 0 28px 230px;
    position: relative;
    margin: 0 auto;    
}
.menu-principal{ 
    width: 100%;   
}
.menu-principal ul {
	width: 100%;	
	display: flex;
	flex-wrap: wrap;
}
.menu-principal ul li{
    width: 37%;  
    min-height: 120px;
    position: relative;
    margin-bottom: 32px;    
}
.menu-principal ul li.menu-quem-somos{
    background: url(img/gr-menu-quem-somos.svg) no-repeat 0 0;
    padding: 38px 0 0 82px;
}
.menu-principal ul li.menu-iniciativas{
    background: url(img/gr-menu-iniciativas.svg) no-repeat 164px 24px;
    width: 63%;
    padding: 38px 0 0 0;
}
.menu-principal ul li.menu-novidades{
    background: url(img/gr-menu-novidades.svg) no-repeat 0 0;
    padding: 38px 0 0 82px;
}
.menu-principal ul li.menu-biblioteca{
    background: url(img/gr-menu-biblioteca.svg) no-repeat 0 0;  
    padding: 38px 0 0 82px;
}
.menu-principal ul li span.menu-description{
    width: 100%;
    padding: 0 75px 0 0;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.25em;  
}
.menu-principal ul li a{
    width: max-content;
    display: block;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;   
}
.menu-principal ul li ul{
    width: 100%;  
    height: auto;
    display: block;
    column-count: 2;
    column-gap: 10px;
    padding-top: 16px; 
}
.menu-principal ul li ul li{
    width: 100%;
    height: auto; 
    min-height: unset;  
    padding: 0 0 0 45px;   
    margin-bottom: 16px;
}
.menu-principal ul li ul li:nth-child(1){
    background: url(img/gr-menu-guia.svg) no-repeat 0 5px;
}
.menu-principal ul li ul li:nth-child(2){
    background: url(img/gr-menu-varejo.svg) no-repeat 0 5px;
}
.menu-principal ul li ul li:nth-child(3){
    background: url(img/gr-menu-tendencias.svg) no-repeat 0 5px;
}
.menu-principal ul li ul li:nth-child(4){
    background: url(img/gr-menu-jornada.svg) no-repeat 0 5px;
}
.menu-principal ul li ul li a{
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25em;  
}
.menu-principal ul li a:hover{
    color: #EE3331;
}
.navegacao .social {
	width: 140px;
    height: auto;	    
    display: flex;   
    justify-content: space-between;
    position: absolute;
    top: 256px;
    left: 0;
}
.navegacao .social a{  
    background-color: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;  
    position: relative;  
}
.navegacao .social a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navegacao .social a:hover{
    background-color: #EE3331;
}
/* SUBMENU */
.submenu-container{
    width: 142px;
    position: relative;
}
.btn-submenu{
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 28px;
    width: 204px;
    height: 28px;
    padding: 0 15px 0 0;
    display: block;
    position: relative;
    right: 62px;
    font-size: 0;    
    text-align: right;
    transition: all 200ms ease-in-out;
}
.btn-submenu label{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;   
    pointer-events: none;
    transition: all 200ms ease-in-out;
}
.btn-submenu i{
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform-origin: center center;
    margin-right: 4px;
}
.btn-submenu i::before,
.btn-submenu i::after{
    content: "";      
    border-radius: 3px;
    width: 3px;
    height: 13px;
    display: block;
    position: absolute;     
    top: 0;
    left: 5px;        
    transition: all 200ms ease-in-out;
}
.btn-submenu i::after{         
    transform: rotate(90deg);
}
.btn-submenu.active i{
    transform: rotate(45deg);
}
.btn-submenu:hover{
    background-color: #000;
}
.btn-submenu:hover label{
    color: #fff;
}
.btn-submenu:hover i::before,
.btn-submenu:hover i::after{    
    background-color: #FFF !important;
}
nav.submenu{
    background-color: #FFF;   
    border-radius: 12px;
    width: 180px;
    padding: 12px;
    display: block;
    position: absolute;   
    top: -100vh; 
    right: 0;
    transition: all 400ms ease-in-out;
}
nav.submenu ul li{
    margin-bottom: 10px;    
}
nav.submenu ul li:last-child{
    margin-bottom: 0;
}
nav.submenu ul li a{
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25em;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{
	background-color: #5980ED;	
	width: 100vw;
	height: auto;	   
	position: relative;	
}
.footer-inner{   
    width: 932px;
	padding: 95px 0 40px;	 
    position: relative;
    margin: 0 auto;   
}
.footer-inner .row{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    margin-top: 40px;
}
.footer-inner .row:first-child{
    padding: 0 64px 0 0;    
    margin-top: 0; 
}
footer .logo-img{
    width: 186px;  
}
.social-footer{
    width: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.social-footer a img.social-icon{
    transition: all 200ms ease-in-out;
}
.social-footer a:hover img.social-icon{
    filter: brightness(0) invert(1);
}
.news{
    border-bottom: 1px solid #000;
    width: 482px;       
}
.news form{
    width: 100%;   
}
.news form::after{
    content: "";
    display: table;
    clear: both;
}
.news form span{
    display: block;   
    width: calc(100% - 40px);
    float: left;
}
.news input[type="email"]{
    background: none;
    border: none;      
    border-radius: 0;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;   
    font-weight: 500;       
    color:#000;   
    float: left;
}
.news button.btn-submit{
    background: none;
    border: none;
    width: 38px;
    height: 40px;
    padding: 0;
    position: relative;
    margin: 0;  
    float: right;  
}
.news button.btn-submit::before,
.news button.btn-submit::after{
    content: "";   
    display: block;
    position: absolute;    
    transition: all 200ms ease-in-out;
}
.news button.btn-submit::before{
    border-bottom: 1px solid #000;
    width: 34px;
    height: 1px;
    top: 20px;
    left: 0;
}
.news button.btn-submit::after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 19px;
    height: 19px;
    top: 20px;
    right: 0;
    transform-origin: top right;
    transform: rotate(45deg);
}
.news button.btn-submit:hover::before,
.news button.btn-submit:hover::after{
    border-color: #FFF;
}
.btn-contato{
    border: 1px solid #FFF;
    border-radius: 20px;
    width: 268px;
    height: 40px;
    display: block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;   
    font-weight: 700;       
    color:#000;	
    line-height: 38px;     
    text-align: center;
    margin: 0 auto;
}
.btn-contato:hover{
    background-color: #FFF;       
}
nav.menu-rodape {
	margin: 0 auto;
}
nav.menu-rodape ul{
    text-align: center;
}
nav.menu-rodape ul li{
    display: inline-block;
    margin: 0 5px;
}
nav.menu-rodape ul li a{
    width: max-content;
    color: #000;
    font-size: 15px;
}
nav.menu-rodape ul li a:hover{
    color: #FFF;
}
.gr-footer-e,
.gr-footer-d{
    position: absolute;
    top: 92px;
}
.gr-footer-e{
    right: 100%; 
    margin: 0 80px 0 0;
}
.gr-footer-d{
    left: 100%;  
    margin: 0 0 0 80px;
}
p.direitos {
    width: 100%;
	font-size: 15px;
	text-align: center;	
}
p.direitos br{
    display: none;
}
p.direitos a:hover{
    color: #FFF;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-banner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 1;
}
.video-banner-container video {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#background-video-mobile{
    display: none;
}
.video-banner-overlay {
    background: linear-gradient(0deg,rgba(89, 128, 237, 1) 10%, rgba(102, 138, 238, 0.9) 65%, rgba(102, 138, 238, 0) 100%);
    width: 100%;
    height: 50%;  
    position: absolute;
    bottom: 0;
    left: 0;    
    z-index: 2;
}
h1.video-banner-txt{
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    bottom: 115px;
    left: 0;
    z-index: 3;
    color: #FFF;
}
h1.video-banner-txt span.line{
    width: 50%;  
    position: relative;
    line-height: 0.85em;
}
h1.video-banner-txt span.line:first-child{
    padding: 0 9px 0 0;
    text-align: right;
}
h1.video-banner-txt span.line:last-child{
    padding: 0 0 0 9px;
    text-align: left;
}
h1.video-banner-txt span.tag {
	background: url(img/tag-video.svg) no-repeat;
	width: 320px;
	height: 127px;
	display: inline-block;
	position: absolute;
	bottom: -78px;
	font-size: 0;
	left: 60px;
}
/* CHAMADA */
.chamada{
    background: url(img/gr-chamada-1.svg) no-repeat center top 25px, url(img/gr-chamada-2.svg) no-repeat center bottom 30px;
    background-color: #5980ED;   
}
.chamada .inner{
    width: 720px;  
    padding: 90px 0;
}
p.lead{
    color: #FFF;
    font-size: 26px;
    font-weight: 700;  
    text-align: center;
}
/* NOTICIAS HOME */
.noticias-home{
    background-color: #FCC714;
}
.noticias-home .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    padding: 60px 0;
}
h2.title-noticias{   
    width: max-content; 
    position: relative;
    margin-bottom: 50px;
}
h2.title-noticias span {
	background: url(img/gr-titulo-noticias.svg) no-repeat 0 0;
	width: 234px;
	height: 65px;
	display: inline-block;
	position: absolute;
    left: 105px;
    top: 71px;
    font-size: 0; 	
}
.noticias-home .noticias-list{
    margin-bottom: 50px;
}
.noticias-home .noticias-list::before,
.noticias-home .noticias-list::after{
    content: "";
    width: 1px;
    height: calc( 100% + 20px );
    background-color: #FFF;
    position: absolute;
    top: -20px;   
}
.noticias-home .noticias-list::before{
    left: 32.5%;
}
.noticias-home .noticias-list::after{
    right: 32.5%;
}
.noticias-home .btn-padrao{
    padding: 0 50px 0 430px;
    margin: 0 auto;
}
.noticias-home .btn-padrao::before {	
	width: 364px;	
}
.noticias-home .btn-padrao::after {	
	left: 375px;	
}
/* INCIATIVAS */
.iniciativas{
    background-color: #FFF;    
    z-index: 1;
}
.iniciativas .inner{
    padding: 80px 330px 70px 0; 
}
.iniciativas p.lead{
    color: #000;
    text-align: left;
}
.gr-iniciativas {
	position: absolute;
	top: 75px;
	right: 275px;
}
/* INICIATIVAS LISTA */
.iniciativa.guia{
    background-color: #FC85C2;
}
.iniciativa.varejo{
    background-color: #00B059;
}
.iniciativa.tendencias{
    background-color: #FCC714;
}
.iniciativa.jornada{
    background-color: #5980ED;
}
.iniciativa .inner{
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.iniciativa.guia .inner{
    padding: 155px 0 50px 163px;
}
.iniciativa.tendencias .inner{
    padding: 120px 0 80px 163px;
}
.iniciativa.varejo .inner,
.iniciativa.jornada .inner{
    padding: 120px 225px 80px 0;
}
h2.title-iniciativa{
    width: max-content;
    position: relative; 
    font-size: 40px;   
}
h2.title-iniciativa::before{
    content: "";
    background: url(img/gr-titulo-iniciativa.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 99px;
    height: 29px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
}
.iniciativa-txt{
    width: 327px;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700;
}
.iniciativa-txt p{    
    margin-bottom: 1.5em
}
.gr-iniciativa{
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.gr-iniciativa.guia,
.gr-iniciativa.tendencias,
.gr-iniciativa.varejo,
.gr-iniciativa.jornada{
    width: auto;
    height: 100%;  
}
.gr-iniciativa.guia,
.gr-iniciativa.tendencias{   
    right: 50%;
    transform: translateX(-260px);
}
.gr-iniciativa.varejo,
.gr-iniciativa.jornada{  
    left: 50%;
    transform: translateX(180px);
}
/* CONTATO HOME */
.contato-home{
    background-color: #EE3331;
}
.contato-home .inner{
    width: 910px;   
    padding: 100px 240px 115px 0;   
}
.contato-home-info {
	width: 670px;
	display: flex;
	align-items: last baseline;
}
h2.title-contato{
    width: 410px;   
    position: relative; 
    color: #FFF;
    font-size: 61px;
    font-weight: 800;      
}
.gr-title-contato,
.gr-video-contato{
    position: absolute;
    z-index: 2;
}
.gr-title-contato.gr-1 {
	top: 146px;
	left: -26px;
}
.gr-title-contato.gr-2 {
	top: 55px;
	left: 103px;
}
.gr-title-contato.gr-3 {
	top: -8px;
	left: 356px;
}
.contato-home-txt{
    width: 290px;
    position: relative;
    font-size: 16px;
    font-weight: 700;   
    margin: 0 0 0 -30px;
}
.contato-home-txt p{
    margin-bottom: 0;
}
.contato-home-txt .btn-padrao{
    position: absolute;
    bottom: -65px;
}
.contato-home-video{
    width: 648px;
    height: 330px;
    position: absolute;
    top: 50px;
    left: 705px;   
}
.contato-home-video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    z-index: 1;
    mask: url(img/mask-video-contato.svg) no-repeat 0 0;
    mask-size: 100% auto;
}
.contato-home-video-container video {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gr-video-contato.gr-1 {
	top: 45px;
	left: 20px;
}
.gr-video-contato.gr-2 {
	top: 215px;
	left: 200px;
}
/* SOBRE */
.sobre-home-img {
	width: auto;
	height: 100%;
	position: absolute;
	right: 50%;
	transform: translate(-320px);
}
.sobre-home .inner{
    width: 1126px;
    min-height: 352px;
    padding: 40px 0 40px 340px;
}
h2.title-sobre{
    width: 260px;
    font-size: 22px;
    margin-bottom: 50px;
}
.sobre-home-info{
    display: flex;
    justify-content: space-between;
}
.logo-mol{     
    width: 182px;
    flex: 0 0 auto;   
}
.logo-mol img{
    width: 100%;
    height: auto;
}
.sobre-home-txt{
    width: 290px;    
}
.sobre-home-txt p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.sobre-home-txt .btn-padrao{
    color: #5980ED;
}
.clipping{
    width: 200px;
    position: relative;
}
.clipping::before{
    content: "";    
    border-top: 1px solid #5980ED;
    width: 130px;
    height: 1px;
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;    
    transform: translateX(-50%);
}
.clipping h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.owl-clipping{   
    padding: 0 0 20px; 
}
.clipping-item{
    width: 200px;
    height: 95px;
    padding: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clipping-item a{
    width: max-content;
    height: max-content;
}
.clipping-item a img{
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
}
/*-------------------------------------------------------                   
QUEM-SOMOS
-------------------------------------------------------*/
.banner-quem-somos{   
    background-color: #5980ED;
}
.banner-quem-somos .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    height: 100vh;
    padding: 0;
    z-index: 1;
}
.title-secao{   
    width: max-content;
    height: max-content;
    display: block;   
    font-size: 0;
}
h1.title-quem-somos{  
    position: absolute;
    top: 50%;
    left: 10px;   
    transform: translateY(-10%);   
    z-index: 1;
}
.gr-quem-somos-1 {
	position: absolute;
	top: calc( 50% + 162px );
	left: 486px;
    transform: translateY(-10%);
	z-index: 3;
}
.quem-somos-video{
    width: 97vh;
    max-width: 745px;
    height: 88vh;
    max-height: 680px;
    position: absolute;
    top: 50%;
    left: 550px; 
    transform: translateY(-45%); 
    z-index: 0;  
}
.quem-somos-video-container {
    width: 84%;
    height: 85%;
    position: absolute;
    top: 7%;
    left: 10%;   
    z-index: 2;
    mask: url(img/mask-video-quem-somos.svg) no-repeat 0 0;
    mask-size: auto 100%;
}
.quem-somos-video-container video {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gr-video-quem-somos{
    position: absolute;   
}
.gr-video-quem-somos.gr-1 {
    width: 60%;
	bottom: 0;
	left: 0;
    z-index: 1;
}
.gr-video-quem-somos.gr-2 {
    width: 53%;
	top: 0;
	right: 0;
    z-index: 1;
}
.gr-video-quem-somos.gr-3 {
    width: 13%;
	top: 8%;
	left: 10%;
    z-index: 3;
}
/* PORQUE */
.porque-atuamos .inner{
    width: 840px;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
}
h2.title-porque-atuamos{
    position: relative;
}
.porque-atuamos-txt{
    width: 420px;
    padding-top: 10px;
}
.porque-atuamos-txt blockquote{
	padding: 50px 0 0 0;
    position: relative;	
}
.porque-atuamos-txt blockquote::before{
    content: "";   
    background: url(img/seta-horizontal.svg) no-repeat 0 0;   
    width: 334px;
    height: 66px;
    display: block;
    position: absolute;
    top: 30px; 
    right: 100%;  
    transform: translateX(-10px); 
}
.porque-atuamos-txt blockquote p{	
	font-size: 25px;   
	font-weight: 700;	
}
/* QUEM SOMOS */
.quem-somos .inner{
    width: 1186px;
    padding: 40px 0 70px 270px;
}
/* IMPULSIONA */
.impulsiona{
    margin-bottom: 50px;
}
.impulsiona h2{
    font-size: 28px;
    margin-bottom: 40px;
}
.empresa{
    display: flex;
    gap: 54px;
    margin-bottom: 50px;
}
.logo-elipse{
    background-color: #5980ED;
    border-radius: 50%;
    width: 264px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-elipse img{
    width: 174px;
    filter: brightness(0) invert(1);
}
.empresa-txt{
    width: 310px;
    padding-top: 28px;
}
.numeros-container{
    border-bottom: 1px solid #707070;
    width: 854px;
    padding-bottom: 50px;
}
.numeros-container h2{
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 26px;
}
.numeros{        
    display: flex;
    gap: 52px;
}
.numero-item{
    width: 250px;
}
.numero-item h3{
    background: url(img/bg-numero-azul.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 250px;
    height: 172px;
    padding-top: 50px;
    font-size: 59px;
    text-align: center;
}
.numero-item h3 span{
    font-size: 31px;
}
.numero-item p{
    padding: 0 33px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
}
/* ATUAÇÃO */
.atuacao{
    margin-bottom: 60px;
}
.atuacao h2{
    margin-bottom: 30px;
}
.atuacao-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.atuacao-item{
    width: 244px;
}
.atuacao-item h3.title-secao{
    height: 145px;
}
/* EQUIPE */
.equipe h2{
    margin-bottom: 40px;
}
.equipe-container{
    display: flex;
    justify-content: space-between;
}
.equipe-list{
    width: 590px;
    padding-top: 125px;
    display: flex;    
    flex-wrap: wrap;
    gap: 45px 25px;
}
.equipe-boss{
    width: 300px;   
}
.card-membro{
    background: no-repeat right 25px top;
    width: 180px;
    padding: 8px 0 50px;  
    position: relative; 
}
.card-membro:nth-child(even){
    background-image: url(img/gr-membro-1.svg);
}
.card-membro:nth-child(odd){
    background-image: url(img/gr-membro-2.svg);
}
.card-membro-img{
    border-radius: 128px;
    width: 128px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
}
.card-membro h3{
    background: url(img/gr-titulo-iniciativa.svg) no-repeat 0 0;
    background-size: 41px auto;
    padding-top: 20px;
    font-size: 17px;    
    margin-bottom: 5px;
}
.card-membro h4{
    font-size: 14px;  
}
.card-membro h3,
.card-membro h4{
    font-weight: 800;
    line-height: 1em;
}
a.btn-mais{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 40px;
    width: max-content;
    height: 40px;
    padding: 0 16px 0 38px;
    display: block;
    position: absolute;
    bottom: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 15px;   
    font-weight: 800;       
    color:#000;	
    line-height: 38px;     
    text-align: center;
}
a.btn-mais::before,
a.btn-mais::after{
    content: "";   
    background-color: #5980ED;
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;   
    top: 19px;
    left: 16px; 
    transition: all 200ms ease-in-out;
}
a.btn-mais::after{    
    transform-origin: center center;
    transform: rotate(90deg);
}
a.btn-mais:hover{
    background-color: #000;
    color: #FFF;
}
a.btn-mais:hover::before,
a.btn-mais:hover::after{
    background-color: #FFF !important;
}
/* CARD DESTAQUE */
.card-membro.boss{
    background: none;
    width: 300px;
    padding-top: 0;
    margin-bottom: 0;
}
.card-membro.boss .card-membro-img{
    border-radius: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
    mask: url(img/mask-boss.svg) no-repeat 0 0;
    mask-size: 100% auto;   
}
.card-membro.boss .card-membro-info{
    padding: 0 58px;
}
.card-membro.boss h3{    
    background-size: 54px auto;
    padding-top: 24px;
    font-size: 22px;    
}
.card-membro.boss h4{
    font-size: 16px;    
    margin-bottom: 5px;
}
.card-membro.boss a.btn-mais{   
    padding: 0 22px 0 40px;   
    font-size: 18px;      
}
/* POPUP */
.popup{
    background-color: #FFF;
    width: 800px;    
    height: 463px;         
    padding: 0 !important;   
    display: none;   
}
.popup.pessoa{
    height: auto;	
	max-height: 463px;
}
.btn-fecha-popup{    
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;    
    z-index: 2;
    font-size: 0;
    transition: all 200ms ease-in-out;
}
.btn-fecha-popup::before,
.btn-fecha-popup::after{
    content: "";   
    background-color: #FFF;
    border-radius: 3px;
    width: 3px;
    height: 13px;
    display: block;
    position: absolute;   
    top: 50%;
    left: 50%; 
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: all 200ms ease-in-out;
}
.btn-fecha-popup::after{       
    transform: translate(-50%,-50%) rotate(-45deg);
}
.popup.pessoa .btn-fecha-popup{        
    border: 1px solid #000;   
}
.popup.pessoa .btn-fecha-popup::before,
.popup.pessoa .btn-fecha-popup::after{      
    background-color: #000;
}
.btn-fecha-popup:hover{
    background-color: #000;
    border-color: #000;
}
.popup.pessoa .btn-fecha-popup:hover::before,
.popup.pessoa .btn-fecha-popup:hover::after{      
    background-color: #FFF;
}
.popup-inner{
    width: 800px;
    height: 463px; 
    display: flex;   
    flex-direction: row-reverse;
    position: relative;
    z-index: 0;
}
.popup.pessoa .popup-inner{
    height: auto;	
	max-height: 463px;
}
.popup-img{   
    width: 375px;
    height: 463px;
    object-fit: cover;
}
.popup-info{
    width: 425px;
    height: 463px;
    padding: 25px 55px 28px 55px;
}
.popup.pessoa .popup-info {
	width: 100%;
	height: auto;	
	max-height: 463px;
}
.popup-info h3,
.popup-info h4{
    font-weight: 800;
    line-height: 1.25em;
}
.popup-info h3{
    background: url(img/gr-titulo-popup.svg) no-repeat 0 0;
    background-size: 54px auto;
    padding-top: 24px;
    font-size: 22px;    
    margin-bottom: 5px;
}
.popup.case .popup-info h3,
.popup.pessoa .popup-info h3{
    margin-bottom: 20px;   
}
.popup-info h4{
    font-size: 16px;  
    margin-bottom: 1.5rem;       
}
.popup-txt{
    width: 100%;
    height: 100%;
    padding-right: 15px;
    overflow-y: auto;   
}
/*-------------------------------------------------------                   
INICIATIVAS
-------------------------------------------------------*/
.banner-iniciativas{
    background: url(usadas/iniciativas.jpg) no-repeat right center;
    background-size: 50% auto;
    background-color: #FC85C2;
}
.banner-iniciativas .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    height: 100vh;
    padding: 0;
    z-index: 1;
}
h1.title-iniciativas{  
    position: absolute;
    top: 46vh;
    left: 60px;     
}
.gr-iniciativas-1,
.gr-iniciativas-2,
.gr-iniciativas-3{
    position: absolute;
}
.gr-iniciativas-1{
    top: 8vh;
    left: 47%;
}
.gr-iniciativas-2{
    top: 27vh;
    left: 33%;
}
.gr-iniciativas-3{
    bottom: 10vh;
    left: 36%;
}
.banner-iniciativas::before {
    content: "";
    background: linear-gradient(90deg,rgba(252, 133, 194, 1) 0%, rgba(252, 133, 194, 1) 50%, rgba(252, 133, 194, 0) 70%, rgba(252, 133, 194, 0) 100%);
    width: 100%;
    height: 100%;  
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 0;
}
/*-------------------------------------------------------                   
PÁGINAS INICIATIVAS
-------------------------------------------------------*/
/* BANNER */
.banner-iniciativa{
    border-bottom: 2px solid #FFF;
}
.banner-iniciativa .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    height: 100vh;
    padding: 0;
    z-index: 1;
}
.banner-iniciativa-txt{
    width: 490px;
    position: absolute;
    left: 50%;
    bottom: 12vh;
    transform: translateX(56px);
}
h1.title-iniciativa{
    background: url(img/gr-titulo-iniciativa.svg) no-repeat 0 0;
    background-size: 145px auto;
    width: max-content;
    padding-top: 55px;
    font-size: 58px;  
    margin-bottom: 25px; 
}
.banner-iniciativa-txt p{
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}
.banner-iniciativa-img{  
    max-height: 95vh;
    position: absolute; 
    bottom: 0;   
    right: 50%;   
}
/* FUNÇÃO */
.funcao .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;
    padding: 60px 0;   
}
h2.title-funcao{
    width: max-content;
    position: relative;   
    margin-bottom: 35px;
}
h2.title-funcao span{
    background: url(img/bg-titulo-funcao.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 236px;
    height: 44px;
    display: inline-block;
    position: absolute;    
    text-align: center; 
    transform: rotate(4deg);   
}
.funcao-list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 5%;
    position: relative;  
}
.funcao-list::before,
.funcao-list::after{
    content: "";
    width: 1px;
    height: calc( 100% - 90px );
    background-color: #FFF;
    position: absolute;
    bottom: 0;   
}
.funcao-list::before{
    left: 32.5%;
}
.funcao-list::after{
    right: 32.5%;
}
.funcao-item{   
    width: 30%;        
}
.funcao-item-img{
    margin-bottom: -15px;
}
.funcao-item-info{
    padding-left: calc( 100% - 244px );
    position: relative;
}
.funcao-item-info-numero{
    background: url(img/bg-numero-funcao.svg) no-repeat 0 0;
    background-size: 100% auto;
    width: 90px;
    height: 91px;   
    display: block;
    position: absolute;
    top: -10px;
    right: 260px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
}
.funcao-item-info h3{
    font-size: 24px;
    margin-bottom: 0.75em;
}
/*-------------------------------------------------------                   
SUB-PÁGINAS INICIATIVAS
-------------------------------------------------------*/
.topo-sub{
    z-index: 2;
}
.topo-sub .inner {
	width: 854px;
    height: 480px;
	padding: 0 0 65px;
	display: flex;
	align-items: end;
}
.topo-sub-txt{
    width: 338px;
}
.topo-sub-txt h1{
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}
.topo-sub-txt p{
    font-style: italic;
}
.gr-top-sub-1,
.gr-top-sub-2{
    position: absolute;
    right: 50%;
}
.gr-top-sub-1{
    bottom: 120px;
    transform: translateX(-600px);
}
.gr-top-sub-2{
    bottom: -30px;
    transform: translateX(-475px);
}
/*-------------------------------------------------------                   
GUIA
-------------------------------------------------------*/
/* SUBMENU */
.submenu-container.guia .btn-submenu i::before,
.submenu-container.guia .btn-submenu i::after{    
    background-color: #FC85C2;   
}
.submenu-container.guia nav.submenu{   
    border: 2px solid #FC85C2; 
}
.submenu-container.guia nav.submenu ul li a:hover{
    color: #FC85C2;
}
/* BANNER */
.banner-iniciativa.guia,
.funcao.guia,
.topo-sub.guia{
    background-color: #FC85C2;
}
.funcao.guia h2.title-funcao span {
	bottom: -15px;
	left: 280px;
}
/* O GUIA */
.o-guia{
    background-color: #FC85C2;
}
.o-guia .inner{
    width: 854px;   
    padding: 0 0 75px;
}
.o-guia .title-secao{
    margin: 0 auto;
}
.o-guia-sobre{
    display: flex;
    flex-direction: row-reverse;     
}
.o-guia-info-img-container{
    width: 50%;
}
.o-guia-info-img{
    width: 358px;   
}
.o-guia-info{
    width: 50%;
    padding-top: 60px;    
}
.o-guia-info-txt{
   width: 312px;
}
.o-guia-info .btn-padrao.download{
    margin: 35px 0 0; 
}
.o-guia-sobre > .btn-padrao.download{
    display: none;
}
/* PRODUTOS SOCIAIS */
.produtos-sociais{
    border-bottom: 1px solid #707070;
}
.produtos-sociais .inner{
    width: 960px;   
    padding: 50px 0 80px;
}
.produtos-sociais .title-secao{
    margin: 0 0 20px 50px;
}
.produtos-sociais-sobre{
    display: flex;   
}
.produtos-sociais-img-container{
    width: 455px;
}
.produtos-sociais-info{ 
    width: 418px;
    padding-top: 15px;    
}
.produtos-sociais-info-txt{
   width: 312px;
}
.produtos-sociais-info .btn-padrao{
    color: #000;
    margin: 35px 0 0; 
}
/* NOSSO JURI */
.nosso-juri{
    border-bottom: 1px solid #707070;
}
.nosso-juri .inner{
    width: 1036px;   
    padding: 0 0 75px;
    display: flex;
    flex-direction: row-reverse;     
}
.nosso-juri-img{
    width: 50%;   
}
.nosso-juri-info{
    width: 50%;
    padding: 50px 0 0 85px;    
}
h2.title-seta{    
    margin-bottom: 0.5em;
}
.nosso-juri-info-txt{
   width: 312px;
}
.nosso-juri-info .btn-padrao{
    color: #000;
    margin: 30px 0 0; 
}
.seta{
    position: relative;
}
.seta::before {
	content: "";
	background: url(img/seta-horizontal.svg) no-repeat 0 0;
	width: 334px;
	height: 66px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-30px,-50%);
}
/* PARTICIPAR */
.participar{
    border-bottom: 1px solid #707070;
}
.participar .inner{
    width: 1020px;   
    padding: 0 0 115px;   
    display: flex;
}
.participar-img-container{   
    width: 450px;     
}
.participar-info-img{
    position: relative;    
}
.participar-info{
    background: url(img/gr-participar.svg) no-repeat left -85px top 15px;
    width: 450px;
    padding: 50px 0 0 60px;   
}
.participar-info h2{    
    margin-bottom: 0.75em;
}
.participar-txt,
.erro-txt {
    width: 312px;
    position: relative;
}
.participar-txt{
    margin-bottom: 45px;
}
.erro-txt::before {
	content: "";
	background: url(img/gr-erro.svg) no-repeat;
	width: 23px;
	height: 38px;
	display: block;
	position: absolute;
	left: -30px;
	top: -10px;
}
.erro-txt p{
    font-style: italic;
}
.btn-padrao.preto{
    background-color: #000;   
    min-width: 254px;   
    padding: 0 22px;   
    text-align: center; 
}
.btn-padrao.preto::before,
.btn-padrao.preto::after{
    content: none;
}
.participar-txt .btn-padrao.preto:hover{
    background-color: #FC85C2;
    border-color: #FC85C2;
}
.erro-txt .btn-padrao.preto:hover{
    background-color: #5980ED;
    border-color: #5980ED;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA
-------------------------------------------------------*/
.topo-sub-guia-img{
    width: 480px;
    height: 480px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > PRODUTOS
-------------------------------------------------------*/
/* SOBRE */
.sobre-produtos .inner {
    border-bottom: 1px solid #707070;
	width: 1070px;
	padding: 70px 0 100px;	
}
.sobre-produtos-info{
    display: flex;   
}
.sobre-produtos h2.title-secao{
    margin: 0 85px 0 -25px;
}
.sobre-produtos-txt{ 
    width:  530px;
    padding-top: 40px;
}
.sobre-produtos-txt.padrao h2{
    font-size: 28px;
}
/* SLIDER */
.sobre-produtos-slider{
    padding: 0 198px;    
}
.sobre-produtos-slider .owl-dot:hover,
.sobre-produtos-slider .owl-dot.active {
	background: #FC85C2 !important;
}
.sobre-produtos-slide-item{
    width: 100%;
    display: flex;
    position: relative;
}
.sobre-produtos-slide-item::after{
    content: "";
    border-left: 1px solid #707070;
    width: 1px;
    height: 202px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.slide-col-1,
.slide-col-2{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.slide-col-2{
    padding: 147px 0 0;
    align-items: end;
}
.splash{
    width: 147px;
    height: 147px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.slide-col-1 .splash{
    mask: url(img/mask-slide-col-1.svg) no-repeat center center;
    background-color: #FC85C2;
}
.slide-col-2 .splash{
    mask: url(img/mask-slide-col-2.svg) no-repeat center center;
    background-color: #5980ED;
}
.splash h3{
    font-size: 16px;
    text-align: center;
}
.slide-col-1 h4,
.slide-col-2 h4{
    font-size: 28px;
    text-align: center;
}
.slide-col-1 h4{
    padding: 10px 60px 10px 30px;
    font-size: 28px;    
}
.slide-col-2 h4{
    padding: 10px 30px 10px 60px;
}
/* TIPOS */
.tipos .inner{
    border-bottom: 1px solid #707070;
    width: 1070px;
    padding: 50px 75px 80px;
}
.tipos-info{
    display: flex;
    align-items: last baseline;
    margin-bottom: 60px;
}
.tipos-info h2{
    margin: 0 30px 0 0;
}
h2.title-span{
    width: max-content;
    font-size: 42px;
    font-weight: 400;
    line-height: 1em;    
}
h2.title-span span{
    font-weight: 800;
}
.tipos-info p{
    width: 280px;
}
.tipos-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 32px;
}
.card-tipo{
    width: 280px;
}
.card-tipo-img-container{
    background: url(img/bg-tipo-produto.png) no-repeat 0 0;
    width: 280px;
    height: 225px;
    position: relative;
}
h3.card-tipo-title{
    width: 100%;
    display: block;
    position: absolute;
    transform: rotate(5deg);
    color: #FFF;
    bottom: 20px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    z-index: 1;
}
.card-tipo-img{
    width: 160px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.card-tipo p{
    text-align: center;
}
/* CASES */
.cases .inner {   
    background: url(img/gr-cases.svg) no-repeat right top;
	width: 1070px;
	padding: 50px 75px 80px;
}
.cases h2{
    margin-bottom: 40px;
}
.cases-list{   
    display: flex;    
    flex-wrap: wrap;
    gap: 45px 38px;
}
.card-case{   
    width: 134px;  
    position: relative; 
    padding-bottom: 50px;
}
.card-case-img{
    border-radius: 128px;
    width: 128px;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
}
.card-case h3{   
    font-size: 17px;   
    font-weight: 800;
}
.card-case a.btn-mais::before,
.card-case a.btn-mais::after{      
    background-color: #FC85C2;
}
/* CONHEÇA */
.conheca-produtos{
    background-color: #FC85C2;
}
.conheca-produtos .inner{
    width: 850px;
    padding: 75px 0 60px;
    display: flex;
}
.conheca-img-container{
    background: url(img/bg-imagem-conheca.svg) no-repeat 0 0;
    width: 340px;
    height: 224px;
    padding: 0 45px 0 44px;
    margin: 20px 30px 0 0;
}
.conheca-img{
    mask: url(img/mask-conheca.svg) no-repeat 0 0;
    mask-size: 100% auto;
    width: 100%;
    height: 177px;    
    object-fit: cover;
}
.conheca-txt{
    width: 430px;
}
h2.title-conheca{
    width: max-content;
    position: relative;  
    font-size: 28px; 
    margin-bottom: 40px;
}
h2.title-conheca span {
	background: url(img/bg-titulo-conheca.svg) no-repeat 0 0;
	background-size: 100% auto;
	width: 155px;
	height: 55px;
	display: inline-block;
	position: absolute;
	top: 42px;
	left: 253px;
    line-height: 55px;
	text-align: center;
	transform: rotate(-4deg);
}
.conheca-txt p{
    margin-bottom: 2em;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > JURI
-------------------------------------------------------*/
/* SOBRE */
.sobre-juri .inner {    
	width: 1070px;
	padding: 70px 0 0 105px;	
}
.sobre-juri-info{
    display: flex;   
}
.sobre-juri h2.title-secao{
    margin: 0 40px 0 0;
}
.sobre-juri-txt{ 
    width:  530px;
    padding-top: 40px;
}
/* CRITÉRIOS */
.criterios .inner {
    border-bottom: 1px solid #707070;
	width: 1070px;
	padding: 70px 0 80px 214px;	
}
.criterios-tabela{
    background-color: #D5D5D5;
    width: 100%;
    min-height: 604px;
    padding: 45px 145px 35px 35px;
    position: relative;
}
/* SISTEMA DE ABAS */
.tab-container {
    max-width: 100%;       
    display: flex;       
    flex-wrap: wrap;           
    overflow: hidden;    
}
/* Estilo para as abas (navegação) */
.tab-nav {
    width: 326px;   
    padding: 10px 40px 0 0;
    display: flex;
    flex-direction: column;
}
.tab-link {
    background-color: #FFF;
    border-radius: 14px;
    height: 28px;
    padding: 0 15px 0 26px;
    position: relative;
    color: #5980ED;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    cursor: pointer;    
    margin-bottom: 18px;
    transition: all 200ms ease-in-out;
}
.tab-link::before{
    content: "";
    background: url(img/gr-criterio.svg) no-repeat 0 0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 8px;
    transition: all 200ms ease-in-out;
}
.tab-link:hover,
.tab-link.active {
    background-color: #5980ED;
    color: #FFF;    
}
.tab-link:hover::before,
.tab-link.active::before{
    filter: brightness(0) invert(1);   
}
/* Estilo para o conteúdo das abas */
.tab-content {
    border-left: 1px solid #5980ED;
    width: 350px;    
    min-height: 524px;
    flex-grow: 1;
}
.tab-pane {
    display: none;
    padding: 10px 0 0 40px;
}
.tab-pane-item{
    border-bottom: 1px solid #5980ED;
    padding: 0 40px 20px 0;
    margin-bottom: 20px;
}
.tab-pane-item:last-child{
    border-bottom: none;
    padding: 0 40px 0 0;
    margin-bottom: 0;
}
.tab-pane-item h3{
    font-size: 28px;
    margin-bottom: 10px;
}
.tab-pane.active {
    display: block;
}
/* AVALIAÇÃO */
.qualificacao{
    width: 286px;
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 35px;
    left: 35px;
}
.qualificacao .col{
    width: max-content;
}
.qualificacao .col h4{
    font-size: 20px;
    margin-bottom: 22px;
}
.qualificacao .col li{
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.qualificacao .col li:last-child{
    margin-bottom: 0;
}
.qualificacao .col li .estrela{
    background: url(img/estrela.svg) no-repeat;
    width: 25px;
    height: 24px;
    display: inline-block;
}
/* JURADOS */
.jurados .inner {    
    background: url(img/gr-cases.svg) no-repeat right top;
    border-bottom: 1px solid #707070;
	width: 1070px;
	padding: 60px 0 60px 105px;	
    display: flex;
}
.jurados-info{
    width: 312px;
    margin: 0 85px 0 0;
}
.jurados-list{
    display: flex; 
    flex: 1;   
    flex-wrap: wrap;
    gap: 35px 14px;
}
.jurados-list .card-membro:nth-child(odd) {
	background-image: url(img/gr-membro-1.svg);
}
.jurados-list .card-membro:nth-child(even) {
	background-image: url(img/gr-membro-3.svg);
}
.jurados-list .card-membro h3{
    margin: 0 0 10px 0;
}
/* AVALIAÇÃO */
.avaliacao .inner {    
	width: 1070px;
	padding: 50px 0 70px 105px;	
    display: flex; 
}
.avaliacao h2.title-secao{
    margin: 0 100px 0 0;
}
.avaliacao h2.seta::before{
    top: 15px;
}
.avaliacao-txt{ 
    width:  394px;
    padding-top: 10px;
}
.avaliacao-txt ul{
    list-style: none;    
}
.avaliacao-txt li{
    position: relative;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}
.avaliacao-txt li::before {
	content: "";
	background: url(img/marker-avaliacao.svg) no-repeat 0 0;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: -8px;
	left: -44px;
}
.avaliacao-txt li strong{
    font-weight: 800;
}
.avaliacao-txt li:last-child{
    margin-bottom: 0;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > CHECKLIS
-------------------------------------------------------*/
/* SOBRE */
.sobre-checklist .inner {    
	width: 1070px;
	padding: 110px 0 120px 323px;	
}
.sobre-checklist-info{
   padding: 0 217px 0 0;
   margin-bottom: 20px;
}
/* ACCORDION */
.accordion dt {
    border-bottom: 1px solid #707070;
    width: 100%;  
    height: auto;  
    min-height: 120px;
    padding: 35px 420px 35px 35px;
    position: relative;
    display: flex;
    align-items: end;
    cursor: pointer;   
    transition: all 200ms ease-in; 
}
.accordion dt h3{   
    color: #FC85C2;    
    font-size: 28px;   
    transition: all 200ms ease-in; 
}
.accordion dt::after{
    content: "";
    background: url(img/seta-accordion.svg) no-repeat;
    width: 37px;
    height: 22px;
    display: block;
    position: absolute;    
    bottom: 40px;
    right: 125px;
    transform-origin: center center;
    transition: all 200ms ease-in; 
}
.accordion dt:hover h3{
    color: #000;
}
.accordion dt.active{
    border-bottom: 1px solid transparent;
}
.accordion dt.active::after{
    transform: rotate(180deg);
}
.accordion dd{
    border-bottom: 1px solid #707070;
    padding: 20px 70px 0 35px;
}
p.accordion-txt{
    width: 416px;
    font-weight: 600;   
    margin-bottom: 70px;
}
.checklist-item{
    background: url(img/gr-check.svg) no-repeat 0 0;
    padding: 0 0 0 77px;
    display: flex;
    margin-bottom: 50px;
}
.checklist-item-info{
    width: 285px;
    padding: 0 34px 0 0;
}
.checklist-item-info h4{
    font-size: 28px;
    margin-bottom: 0.25em;
}
.checklist-item-img-container{
    width: 280px;
}
.checklist-item-img{
    width: 100%;
    position: relative;
}
/*-------------------------------------------------------                   
VAREJO
-------------------------------------------------------*/
.banner-iniciativa.varejo,
.funcao.varejo{
    background-color: #00B059;
}
.funcao.varejo h2.title-funcao span {
	bottom: -21px;
	left: 182px;
}
/* PESQUISA */
.pesquisa .inner{
    width: 854px;   
    padding: 20px 0 80px;
}
.pesquisa .title-secao{
    margin: 0 auto;
}
.pesquisa-sobre{
    display: flex;
    gap: 43px;
    margin-bottom: 20px;
}
.pesquisa-sobre-img-container{
    background: url(img/bg-imagem-pesquisa.svg) no-repeat center center;    
    width: 384px;
    height: 384px;
    padding: 61px 7px 0 7px;
}
.pesquisa-sobre-img-container:last-of-type{
    display: none;
}
.pesquisa-sobre-img{
    width: 100%;
}
.pesquisa-txt{
    width: 312px;
    padding-top: 61px;
}
.pesquisa .numero-item h3{
    background: url(img/bg-numero-verde.svg) no-repeat 0 0;    
}
.pesquisa .numero-item p{
    padding: 0;
}
.pesquisa .numeros-container{
    border-bottom: none;
    padding-bottom: 60px;
}
.btn-padrao.download{
    padding: 0 30px 0 52px;
    color: #000;
    margin: 0 auto;
}
.btn-padrao.download::before {
	border-bottom: 1px solid #000;
	width: 34px;
	height: 1px;
	top: 8px;
	left: 11px;
	transform: rotate(90deg);
}
.btn-padrao.download::after {
	top: 30px;
	left: 9px;
	transform: rotate(135deg);
}
/*-------------------------------------------------------                   
TENDÊNCIAS
-------------------------------------------------------*/
.banner-iniciativa.tendencias,
.funcao.tendencias{
    background-color: #FCC714;
}
.banner-iniciativa.tendencias .banner-iniciativa-txt{
    bottom: 9vh;
}
.banner-iniciativa.tendencias .banner-iniciativa-txt p {
	color: #000;	
}
.funcao.tendencias h2.title-funcao span {
	bottom: -39px;
	left: 229px;
}
/* TENDENCIAS */
.lista-tendencias .inner{
    width: 100%;
    max-width: 1366px;   
    padding: 50px 0 0;
}
.lista-tendencias h2.title-secao{
    position: relative;
    left: 50%;
    transform: translateX(-560px);
}
.lista-tendencias-list {    
    display: flex;
    flex-wrap: wrap;
}
.tendencia-item{
    width: calc( 100% / 3 );
    min-height: 345px;
    position: relative;
}
.tendencia-item::after{     
    background-color: inherit;
    width: 50vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; 
    z-index: 0;    
}
.tendencia-item-info{
    padding: 65px 50px 35px 90px; 
    position: relative;
    z-index: 1;
}
.tendencia-item-numero{
    width: 95px;
    position: relative;
    margin: 0 0 20px;
}
.tendencia-item h3{    
    font-size: 68px;
    position: relative;
    z-index: 1;    
}
.tendencia-item-numero::after{
    content: "";       
    width: 205px;
    height: 160px;
    display: block;
    position: absolute;
    top: -22px; 
    right: 0;  
    z-index: 0;
}
.tendencia-item p{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 700;   
}
.tendencia-item.item-10 { 
    width: 100%;
    min-height: 100px;
}
.tendencia-item.item-10 .tendencia-item-info {
    width: 40%;
	padding: 65px 0 65px 115px;
	display: flex;
	align-items: center;	
	margin: 0 auto;
}
.tendencia-item.item-10 .tendencia-item-numero{
    margin: 0 35px 0 0;
}
.tendencia-item.item-1 { 
    background-color: #FCC714;   
}
.tendencia-item.item-2 { 
    background-color: #5980ED;    
}
.tendencia-item.item-3 { 
    background-color: #FC85C2;   
}
.tendencia-item.item-4 { 
    background-color: #5980ED;    
}
.tendencia-item.item-5 { 
    background-color: #EE3331;    
}
.tendencia-item.item-6 { 
    background-color: #FCC714;    
}
.tendencia-item.item-7 { 
    background-color: #FC85C2;    
}
.tendencia-item.item-8 { 
    background-color: #5980ED;    
}
.tendencia-item.item-9 { 
    background-color: #EE3331;    
}
.tendencia-item.item-10 { 
    background-color: #00B059;    
}
.tendencia-item.item-1::after,
.tendencia-item.item-4::after,
.tendencia-item.item-7::after{
    content: "";
    right: 0;         
}
.tendencia-item.item-3::after,
.tendencia-item.item-6::after,
.tendencia-item.item-9::after{
    content: "";
    left: 0;         
}
.tendencia-item.item-10::after{
    content: "";
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.tendencia-item.item-1 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-1.svg) no-repeat 0 0;   
}
.tendencia-item.item-2 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-2.svg) no-repeat 0 0;   
}
.tendencia-item.item-3 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-3.svg) no-repeat 0 0;   
}
.tendencia-item.item-4 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-4.svg) no-repeat 0 0;   
}
.tendencia-item.item-5 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-5.svg) no-repeat 0 0;   
}
.tendencia-item.item-6 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-6.svg) no-repeat 0 0;   
}
.tendencia-item.item-7 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-7.svg) no-repeat 0 0;   
}
.tendencia-item.item-8 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-8.svg) no-repeat 0 0;   
}
.tendencia-item.item-9 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-9.svg) no-repeat 0 0;   
}
.tendencia-item.item-10 .tendencia-item-numero::after{      
    background: url(img/gr-tendencia-10.svg) no-repeat 0 0;   
}
/* RELATÓRIO */
.relatorio{
    background-color: #FCC714;
}
.relatorio .inner{
    width: 854px;   
    padding: 35px 0 60px;
}
.relatorio .title-secao{
    margin: 0 auto;
}
.relatorio-info{
    display: flex;    
    margin-bottom: 35px;
}
.relatorio-info-img-container{
    background: url(img/bg-imagem-relatorio.svg) no-repeat center center;   
    width: 334px;
    height: 308px;
    padding: 70px 0;
}
.relatorio-info-img{
    width: 100%;
}
.relatorio-txt{
    width: 290px; 
    padding-top: 20px;
    margin: 0 140px 0 0;  
}
.relatorio-txt h2.title-secao {
	margin: 0 0 -55px -125px;
}
.relatorio-txt p{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    font-weight: 700;   
}
.relatorio .btn-padrao{   
    color: #000;
    margin: 0 auto;
}
/*-------------------------------------------------------                   
JORNADA
-------------------------------------------------------*/
/* SUBMENU */
.submenu-container.jornada .btn-submenu i::before,
.submenu-container.jornada .btn-submenu i::after{    
    background-color: #5980ED;   
}
.submenu-container.jornada nav.submenu{   
    border: 2px solid #5980ED; 
}
.submenu-container.jornada nav.submenu ul li a:hover{
    color: #5980ED;
}
/* BANNER */
.banner-iniciativa.jornada,
.funcao.jornada,
.topo-sub.jornada{
    background-color: #5980ED;
}
.banner-iniciativa.jornada .banner-iniciativa-txt{
    bottom: 4vh;
}
.banner-iniciativa.jornada .banner-jornada-txt p{
    margin-bottom: 0.75em;
}
.banner-iniciativa.jornada .banner-jornada-txt p em{
    color: #FCC714;
}
.banner-iniciativa.jornada .banner-jornada-txt blockquote p{
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 800;
}
.banner-iniciativa.jornada .banner-jornada-txt blockquote p em{
    color: #FFF;
}
.banner-iniciativa.jornada .banner-iniciativa-txt .banner-jornada-txt{
    position: relative;
}
.banner-iniciativa.jornada .banner-iniciativa-txt .banner-jornada-txt::after{
    content: "";    
    background: url(img/seta-horizontal.svg) no-repeat 0 0;   
    width: 334px;
    height: 66px;
    display: block;
    position: absolute;
    top: -23px; 
    right: 100%;  
    transform: translateX(-10px); 
    filter: brightness(0) invert(1);
}
.funcao.jornada h2.title-funcao span {
	bottom: -13px;
	left: 206px;
}
/* SOBRE */
.sobre-jornada .inner{
    width: 930px;
    padding: 55px 0 70px;
    display: flex;
    justify-content: space-between;
}
.sobre-jornada-info{
    width: 567px;
    padding-top: 50px;   
}
.sobre-jornada-info.seta::before {		
	transform: translate(-30px,-50%) rotate(-90deg);
    margin-top: 50px;
}
.sobre-jornada-txt{
    width: 418px;  
     margin-bottom: 30px; 
}
.jornada-galeria{
    width: 100%;
}
.jornada-galeria img{
    width: 100%;
    height: 319px;
    object-fit: cover;
}
/* CTA JORNADA */
.cta-jornada{
    background: no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.cta-jornada::after{
    content: "";
    background-color: #5980ED;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9;
}
.cta-jornada .inner{
    width: 960px;
    padding: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 1;
}
.cta-jornada-img{
    margin: 0 45px 0 0;
}
.cta-jornada-info{
    border-left: 1px solid #FFF;
    width: 541px;
    padding: 34px 0 34px 34px;
}
.cta-jornada-info p{
    color: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    font-weight: 700;
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA
-------------------------------------------------------*/
.topo-sub.jornada .topo-sub-txt {
	width: 327px;
}
.topo-sub-jornada-img-container{
    background: url(img/bg-img-topo-jornada.svg) no-repeat right top;    
    width: 554px;
    height: 359px;
    padding: 48px 0 0;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-35px);
}
.topo-sub-jornada-img{
    mask: url(img/mask-topo-jornada.svg) no-repeat 0 0;
    mask-size: cover;
    width: 552px;
    height: 305px;
    object-fit: cover;
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > EVENTO
-------------------------------------------------------*/
/* TEXTO DESTAQUES */
.destaques-edicao .inner{
    background: url(img/bg-destaques.svg) no-repeat right 115px top;
    border-top: 1px solid #707070;
    width: 1070px;
    padding: 50px 115px 45px 105px;
}
.destaques-info{
    display: flex;
    justify-content: space-between;
}
h2.title-destaques{
    width: max-content;
    position: relative;  
    font-size: 42px;
    font-weight: 800; 
    margin-bottom: 40px;
}
h2.title-destaques span {
	background: url(img/bg-titulo-destaques.svg) no-repeat 0 0;
	background-size: 100% auto;
	width: 173px;
	height: 62px;
	display: inline-block;
	position: absolute;
	top: 94px;
    left: 100px;
    color: #FFF;
    line-height: 62px;
	text-align: center;
	transform: rotate(-6deg);
}
.destaques-txt{
    width: 482px;
    padding: 30px 40px 0 0;
}
/* GALERIA DESTAQUES */
.destaques-galeria{
    padding: 40px 0 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 10px;    
}
.destaque-item{
    width: 420px;
}
.destaque-item-img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    margin-bottom: 12px;
}
legend{
    background: url(img/seta-legenda.svg) no-repeat 0 0;
    padding: 0 0 0 120px;
}
legend p{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
/* TRACKS */
.tracks{
    background-color: #000;
    padding: 30px 0 30px 30px;
    position: relative;
}
.tracks-info{
    position: relative;
    z-index: 2;
}
.tracks::before,
.insights::before{
    content: "";
    background: url(img/gr-tracks.svg) no-repeat 0 0;
    width: 333px;
    height: 184px;
    display: block;
    position: absolute;
    top: 40px;
    left: -164px;
    z-index: 0;
}
.tracks::after,
.insights::after{
    content: "";
    background-color: inherit;
    width: calc( ( ( 100vw - 1070px) / 2 ) + 965px );
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.tracks h2{
    color: #5980ED;
    font-size: 28px;
    margin-bottom: 0.75em;
}
.tracks-list{
    padding: 0 0 0 80px;   
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;    
}
.tracks-list p,
.tracks-list a{
    color: #FFF;
}
.tracks-list p{
    width: max-content;
    margin-bottom: 0;
}
.tracks-list a{
    width: max-content;
    display: block;
    border-bottom: 1px solid #5980ED;
}
.tracks-list a:hover{
    color: #5980ED;
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > A COMITIVA
-------------------------------------------------------*/
.programacao .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    padding: 75px 0 0;
}
.programacao-info {
	width: 880px;
	margin: 0 auto 40px;
}
.programacao-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 5%;
}
.card-programacao{
    background: url(img/gr-comitiva.svg) no-repeat 0 30px;   
    width: 30%;
    padding: 40px 0 32px 105px;
    position: relative;
}
.card-programacao::after{
    content: "";
    border-left: 1px solid #5980ED;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -8.335%
}
.card-programacao:nth-child(3n+0)::after,
.card-programacao:last-child:after{
    content: none;
}
.card-programacao h3{
    margin-bottom: 1em;
}
/* SOBRE */
.sobre-comitiva .inner{   
    width: 1070px;
    padding: 55px 0 70px; 
}
/* INSIGHTS */
.insights{
    background-color: #5980ED;
    width: 955px;
    padding: 45px 0 80px 110px;
    position: relative;
    margin: 0 0 0 115px;
}
.insights::before{   
    filter: brightness(0);
    top: 50%;
    transform: translateY(-50%);
}
.insights-inner{
    position: relative;
    z-index: 2;
}
.insights h2{
    font-size: 28px;
    margin-bottom: 1em;
}
.insights h2 span{
    color: #FFF;
}
.insights-info{
    padding: 0 0 0 50px;
    display: flex;
}
.insights-img-container{
    background: url(img/gr-insights.svg) no-repeat right top;
    width: 215px;
    padding: 10px 40px 0 0;
    margin: 0 70px 0 0;
}
.insights-img{
    border-radius: 175px;
    width: 175px;
    height: 240px;
    object-fit: cover;
}
.insights-txt{
    width: 310px;
    padding-top: 45px;
}
/* PESSOAS */
.pessoas{
    padding: 75px 0 80px 35px;
    display: flex;
    justify-content: space-between;
}
.pessoas-info{
    width: 746px;
    padding-top: 80px;
}
.pessoas-info-img{
    width: 100%;
    margin-bottom: 30px;
}
.pessoas-list{
    display: flex;
    flex-wrap: wrap;
    gap: 45px 25px;
}
.card-pessoa{
    width: 167px;
    padding-bottom: 50px;
    position: relative;
}
.card-pessoa h3{
    font-size: 17px;   
}
/* EXPERIÊNCIA */
.experiencia{
    background: url(img/bg-experiencia.svg) no-repeat right 115px top;
    border-top: 1px solid #707070;
    width: 1070px;
    padding: 35px 115px 0 0 ;
}
.experiencia h2{
    margin-bottom: 50px;
}
.experiencia-list{
    padding: 0;
    display: flex;
    flex-wrap: wrap;   
    gap: 35px 20px;
}
.card-experiencia{
    background: url(img/gr-comitiva.svg) no-repeat 0 0; 
    width: 305px;     
    padding: 0 0 0 105px;
    position: relative;
}
.card-experiencia-titulo{
    border-bottom: 1px solid #5980ED;
    width: 100%;
    height: 80px;
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.card-experiencia-titulo h3{
   font-size: 20px;
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > INSCRIÇÃO
-------------------------------------------------------*/
.formulario-inscricao .inner{
    width: 836px;
    padding: 70px 0 80px;
}
.formulario-inscricao h2{
    font-size: 28px;
    margin-bottom: 50px;
}
.formulario-inscricao h2 span{
    color: #5980ED;
}
/*-------------------------------------------------------                   
ASSINE
-------------------------------------------------------*/
.topo-sub.assine{
    background-color: #FCC714;
}
.topo-sub.assine .topo-sub-txt {
	width: 327px;
}
.topo-sub.assine .topo-sub-jornada-img-container{
    background: url(img/bg-img-topo-assine.svg) no-repeat right top;       
}
.page-template-page-assine input[type="submit"]:hover {
	background: #FCC714;	
}
/*-------------------------------------------------------                   
BLOG
-------------------------------------------------------*/
.banner-blog{
    background-color: #5980ED;
    height: 556px;
    max-height: 100vh;
}
.owl-banner .owl-dots{
    bottom: 20px;
}
.banner-blog-item{
	width: 100vw;
	height: 100%;
	overflow: hidden;
}
.banner-blog-item-inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;
    height: 556px;
    max-height: 100vh;  
    display: flex;
	flex-direction: row-reverse;
    position: relative;
    margin: 0 auto;
}
.banner-blog-info{
	width: 434px;
	height: 100%;
	padding: 0 40px 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative;	
}
.banner-blog-info h2{
    font-size: 28px;
    margin-bottom: 1em;
}
.banner-blog-info .btn-leia{
    position: relative;   
}
.banner-blog-img-container{
    width: calc( 100% - 434px );
    height: 100%;   
}
.banner-blog-img {	
    width: calc( ( ( 100vw - 1288px ) / 2 ) + 854px ) !important;    
	height: 100%;
    object-fit: cover;   
}
.gr-banner-blog-1,
.gr-banner-blog-2{
    position: absolute;
    z-index: 1;
}
.gr-banner-blog-1{
    top: -35px;
    right: 50%;
    transform: translateX(-185px);
}
.gr-banner-blog-2{
    bottom: 80px;
    left: 50%;
    transform: translateX(605px);
}
/* FILTROS */
.filtros{
    padding: 65px 0 70px;        
    z-index: 3;
}
.wpc-filters-section {
	margin-bottom: 0;	
}
.wpc-filters-widget-wrapper {
	display: flex;
	justify-content: center;
}
.filtros select{
    background: url(img/icone-filtro.svg) no-repeat 12px center, url(img/seta-filtro.svg) no-repeat right 12px center;
    background-color: #FFF;
    border: 1px solid #707070;
    border-radius: 16px;
    width: 362px !important;
    height: 32px;
    padding: 0 35px !important;
    display: block;
    color: #000;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 19px;
	font-weight: 700;
    text-align: left;
	text-transform: uppercase;
    margin: 0 5px;
}
.filtros select option{
    padding: 0 35px !important;
}
/* TOPO CATEGORIA */
.topo-categoria{
    background-color: #5980ED;
}
.topo-categoria .inner{
    padding: 100px 0 50px;
}
.topo-categoria h1{
    font-size: 24px;
    line-height: 2.25em;
    text-align: center;
}
.topo-categoria h1 span{
    color: #FFF;
    font-size: 44px;
}
/* BLOG */
.conteudo-blog .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;
    padding: 0 0 105px;
}
/* LISTA NOTÍCIAS */
.noticias-list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px 5%;
    position: relative;   
}
/* CARD NOTÍCIA */
.card-noticia{   
    width: 30%;        
}
.card-noticia-img{
    width: 100%;   
    height: 210px;  
    object-fit: cover;  
}
.card-noticia-txt{
    padding: 20px 0 40px;
    position: relative;
}
.card-noticia-cats{
    width: 100%;
    padding: 0 8px 0 0;
    display: flex;
    justify-content: end;
    flex-wrap: wrap; 
    position: absolute;
    bottom:  calc( 100% - 17px );
}
.btn-categoria{
    background: no-repeat 7px center;
    border: 1px solid #FFF;
    border-radius: 24px;
    width: max-content;
    min-width: 124px;
    height: 24px;
    padding: 0 10px 0 20px;
    display: block;
    color: #FFF;   
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;    
    margin: 0 0 5px 5px;
}
.btn-categoria:nth-child(odd){
    background-color: #FCC714;
    background-image: url(img/gr-categoria-2.svg);
}
.btn-categoria:nth-child(even){
    background-color: #FC85C2;
    background-image: url(img/gr-categoria-1.svg);
}
/* .btn-categoria:hover{
    background-color: #000;
} */
p.card-noticia-data{
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}
.card-noticia h3{  
    padding: 0 30% 0 0; 
    font-size: 18px;
}
a.btn-leia{
    background-color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    width: max-content;
    height: 32px;
    padding: 0 28px;    
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
}
a.btn-leia:hover{
    background-color: #FFF;   
    color: #000;
}
/*-------------------------------------------------------
SINGLE
-------------------------------------------------------*/
.topo-noticia{
    background: no-repeat center center;
    background-size: cover;
    height: 556px;
    max-height: 100vh;  
}
.conteudo-noticia .inner{
    width: 1070px;
    padding: 50px 120px 105px 0;
    display: flex;
}
.conteudo-noticia-info{
    width: 420px;
    padding: 0 40px 0 0;
}
.noticia-cats{
    width: 100%;
    padding: 0;
    display: flex;   
    flex-wrap: wrap; 
    margin-bottom: 10px;   
}
.noticia-cats .btn-categoria {	
	margin: 0 5px 5px 0;
}
.conteudo-noticia-info h1{
    font-size: 28px;    
}
.conteudo-noticia-txt{
    width: 530px;
}
/*-------------------------------------------------------                   
BIBLIOTECA
-------------------------------------------------------*/
.banner-biblioteca{
    background: url(img/bg-topo-biblioteca.svg) no-repeat center bottom;    
}
.banner-biblioteca .inner{
    width: calc( 100vw - 80px);
    max-width: 1288px;   
    height: 100vh;  
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    margin: 0 auto;
}
.banner-biblioteca-info{
    width: 596px;
    padding: 0 0 13vh 35px;
}
h1.title-biblioteca{
    margin-bottom: 50px;
}
.banner-biblioteca-info p{
    padding: 0 0 0 75px;
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}
.biblioteca-list {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 50px 5%;
	position: relative;
}
/* CARD ITEM */
.card-item {
	width: 30%;
	display: flex;
	align-items: start;
	position: relative;
}
.card-item-img-container{
    width: max-content;
    height: max-content;
}
.card-item-img{
    border-radius: 151px;
    width: 151px;   
    height: 205px;  
    object-fit: cover;  
}
.card-item-cats{
    width: max-content;
    padding: 0;   
    position: absolute;  
    top: 40px; 
    left: 130px;
}
.card-item h3{  
    min-height: 70px;    
    font-size: 18px;
    margin-bottom: 5px;
}
.card-item-txt{
    padding: 100px 0 0 15px;
    position: relative;
}
.card-item-txt a.btn-leia{  
    position: relative;   
}
/*-------------------------------------------------------
SINGLE ITEM
-------------------------------------------------------*/
.topo-item{
    background-color: #5980ED;
}
.topo-item .banner-blog-info {
	padding: 0 40px 160px 0;
}
.topo-item .banner-blog-info h1{
    font-size: 28px;
}
.conteudo-item .inner {
	width: calc( 100vw - 80px);
	max-width: 1288px;
    padding: 55px 0 120px 434px;	
	margin: 0 auto;
}
.conteudo-item-info{
    width: 746px;
}
.conteudo-item-txt{
    width: 530px;
    padding: 0 0 40px;
}
.conteudo-item-wrap .gallery .owl-prev,
.conteudo-item-wrap .gallery .owl-next {	
    background-color: #FFF !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;	
}
.conteudo-item-wrap .gallery .owl-prev span, 
.conteudo-item-wrap .gallery .owl-next span {	
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	width: 10px;
	height: 10px;
	top: 16px;
    left: 10px;
}
.conteudo-item-wrap .gallery .owl-next span {
	top: 2px;
	right: 10px;
	left: unset;
}
.conteudo-item-wrap .gallery .owl-prev:hover,
.conteudo-item-wrap .gallery .owl-next:hover{
    background-color: #000 !important;
}
.conteudo-item-wrap .gallery .owl-prev:hover span, 
.conteudo-item-wrap .gallery .owl-next:hover span {	
	border-color: #FFF !important;
}
.conteudo-item-info .btn-padrao.download{
    margin: 60px auto 0;
}
/*-------------------------------------------------------
SINGLE DOWNLOAD
-------------------------------------------------------*/
.topo-download{
    background-color: #FCC714;
}
.topo-download .inner{
    width: 836px;
    height: 100vh;
    max-height: 560px;
    padding: 330px 0 0 ;
    display: flex;
}
.topo-download h1,
.topo-download h2{
    width: 50%;
}
.topo-download h1{
    padding: 0 15px 0 0;
    font-size: 109px;
    font-weight: 800;
    text-align: right;
}
.topo-download h2 {
	font-size: 28px;
	padding: 35px 0 0 30px;
}
.topo-download h2 span{
    color: #FFF;
}
.gr-download-1,
.gr-download-2,
.gr-download-3{
    position: absolute;
    right: 50%;
}
.gr-download-1{
    top: 60px;
    transform: translateX(85px);
}
.gr-download-2{
    top: 205px;
    transform: translateX(-105px);
}
.gr-download-3{
    top: 120px;
    transform: translateX(-290px);
}
.download .inner {
	width: 836px;
	padding: 40px 0 80px;
}
.popup.download .popup-info{
    display: flex;
    align-items: center;
}
.popup.download .popup-txt {	
	height: auto;
	padding-right: 0;	
}
.popup.download{
    font-weight: 500;
}
.popup.download h3{
    color: #5980ED;
    font-size: 22px;    
    margin-bottom: 30px;
}
.popup.download .popup-img{
    background: #5980ED;  
}
/*-------------------------------------------------------
PAGINAÇÃO
-------------------------------------------------------*/
.paginacao{
    width: 100%;
    height: 28px;
    margin: 20px auto 0;
}
.paginacao-inner{
    width: max-content;
    max-width: 100%;
    height: 28px;
    padding: 0 48px;  
    position: relative;
    font-size: 0;    
     margin: 0 auto
}
.page-numbers {   
    width: max-content;
	height: 28px;   
    padding: 0 3px;
	color: #000;
	font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    font-weight: 800;
	line-height: 28px;
    text-align: center;
	display: inline-block;   
	margin: 0 3px;
}
.page-numbers:hover,
.page-numbers.current{
    color: #5980ED;     
}
.page-numbers.prev,
.page-numbers.next{
    background-color: transparent;   
	width: 40px;
	height: 28px;
    padding: 0;
    display: block;	   
    position: absolute;
    top: 0;
    font-size: 0;
    margin: 0;
    transition: none;
}
.page-numbers.prev{
    left: 0;
    transform: scaleX(-1);
}
.page-numbers.next{
    right: 0;    
}
.page-numbers.prev::before,
.page-numbers.prev::after,
.page-numbers.next::before,
.page-numbers.next::after{
    content: "";   
    display: block;
    position: absolute;    
    transition: all 200ms ease-in-out;
}
.page-numbers.prev::before,
.page-numbers.next::before{
    border-bottom: 1px solid #000;
    width: 34px;
    height: 1px;
    top: 14px;
    left: 0px;
}
.page-numbers.prev::after,
.page-numbers.next::after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 19px;
    height: 19px;
    top: 14px;
    left: 21px;
    transform-origin: top right;
    transform: rotate(45deg);
}
.page-numbers.prev:hover::before,
.page-numbers.prev:hover::after,
.page-numbers.next:hover::before,
.page-numbers.next:hover::after{
    border-color: #5980ED;
}
/*-------------------------------------------------------
POLÍTICA
-------------------------------------------------------*/
.topo-sub.politica{
    background-color: #5980ED;
}
.topo-sub-jornada-img-container.politica {
	background: none;	
    height: max-content;
	padding: 0;	
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.padrao h1,
.padrao h2,
.padrao h3,
.padrao h4,
.padrao h5,
.padrao h6{
    position: relative;   
	margin-bottom: 1.5rem;    
}
.padrao h1{
	font-size: 23px;
}
.padrao h2{
	font-size: 23px;	
}
.padrao h3{
	font-size: 20px;	
}
.padrao h3{
    padding: 6px 85px 0 0;
}
.padrao h3::before{
    content: "";
    background-color: #FC85C2;
    width: 22px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.padrao h4{
	font-size: 18px;	
}
.padrao h5{
	font-size: 17px;	
}
.padrao h6{
	font-size: 17px;	
}
.padrao p a{		
	text-decoration: underline;
}
.padrao p a:hover{
	color: #FC85C2;
}
.padrao ul, .padrao ol{
    border-top: 1px solid #FC85C2;
	padding: 20px 0 0 20px;
	margin-bottom: 2.5rem;	
}
.padrao ol{
	counter-reset: li;
}
.padrao li{
	position: relative;
	line-height: 1.25em;	
}
.padrao ul li::before {
	content: "\2022";
	color: #FC85C2;
	font-size: 1.5em;
	position: absolute;
	left: -13px;
	line-height: 0.7em;
}
.padrao ol li {
	counter-increment: li;
}
.padrao ol li::before {
	content: counter(li)'.';
	color: #FC85C2;
	font-size: 1em;
    font-weight: 700;
	position: absolute;
	left: -20px;	
}
.padrao .wp-caption{
	width: 100% !important;
	height: auto;
    margin-bottom: 2rem;
}
.padrao .wp-caption img{
    margin-bottom: 0 !important;
}
.padrao .wp-caption-text {
    background-color: #FC85C2;
	padding: 12px 100px 12px 25px;
    height: auto;
    min-height: 60px;
	position: relative;	
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25em;
}
.padrao img.size-conteudo,
.padrao img.size-full,
.padrao img.size-large,
.padrao img.size-medium{
	width: 680px;
	height: auto;
	margin-bottom: 2rem;
}
.padrao img.size-medium{
    width: 100%;
}
.padrao *:last-child{
    margin-bottom: 0 !important;
}
/* VIDEO */
.padrao .videoContainter{	
	width: 680px;
	height: auto;	
	}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.padrao table {
    width: 680px;    
    border-collapse: collapse;      
    margin-bottom: 1.3rem;
}
.padrao table tr{
    border-top: 1px solid #FC85C2;
}
.padrao table tr:last-child{
    border-bottom: 1px solid #FC85C2;
}
.padrao table td {
    border: 1px solid #FC85C2;
}
.padrao table th {   
    border: 1px solid #FC85C2;       
    color: #FC85C2;   
}
.padrao table td,
.padrao table th {   
    border-top: none;
    border-bottom: none;   
    padding: 10px;
}
.padrao table td:first-child,
.padrao table th:first-child {
    border-left: none;     
}
.padrao table td:last-child,
.padrao table th:last-child {
    border-right: none;     
}
.padrao .gallery {
	width: 680px;	
	margin-bottom: 2rem;
}
.padrao .gallery .owl-prev,
.padrao .gallery .owl-next {	
    background-color: #FFF !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    width: 28px;
    height: 28px;	
}
.padrao .gallery .owl-prev span, 
.padrao .gallery .owl-next span {	
	border: 2px solid #000;
	border-top: none;
	border-right: none;
	width: 10px;
	height: 10px;
	top: 16px;
    left: 10px;
}
.padrao .gallery .owl-next span {
	top: 2px;
	right: 10px;
	left: unset;
}
.padrao .gallery .owl-prev:hover,
.padrao .gallery .owl-next:hover{
    background-color: #000 !important;
}
.padrao .gallery .owl-prev:hover span, 
.padrao .gallery .owl-next:hover span {	
	border-color: #FFF !important;
}
/* BOX INFORMATIVO */
.box-informativo{
    border-top: 1px solid #707070;
    width: 865px;
    padding:  0 8px;
    display: flex;
    position: relative;
    left: -228px;
    margin-bottom: 2.5rem;
}
.box-informativo::before{
    content: "";
    background: url(img/gr-box-informativo.svg) no-repeat;
    width: 239px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
}
.box-informativo-txt{
    width: 549px;
    padding: 25px 12px 0 0;
}
.box-informativo-txt h1,
.box-informativo-txt h2,
.box-informativo-txt h3{
    color: #5980ED;
    font-size: 23px;
    margin-bottom: 1.5rem;
}
.box-informativo-img{
    width: 308px;
    height: 462px;
    object-fit: cover;   
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 810px) {

/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h1{	
	font-size: 36px;  
}
h2{
	font-size: 36px;
}	
h3{
	font-size: 24px;	
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
.inner{
    width: 100vw;	    
    padding: 40px 15px; 	
}
/*EMENDAS OWL*/
.owl-dots {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 0;	
	z-index: 2;	
}
.owl-dot{	
	background-color: #000 !important;
    mask-image: url('img/bg-dot.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
	border: none;	
	width: 12px;
	height: 12px;
	margin: 0 7px;
	position: relative;
	cursor: pointer;     
	transition: all 200ms ease-in-out;
}
.owl-dot:hover,
.owl-dot.active{
	background: #5980ED !important;	
}
.owl-nav {
	width: 100%;
	height: 52px;	
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
	left: 0;	
	z-index: 1; 
    transform: translateY(-50%);
    pointer-events: none;  
}
.owl-prev,
.owl-next {   
    background-color: transparent !important;   
	width: 52px;	
	height: 52px;	
    padding: 0;
    display: block;	  
    position: relative;  
    pointer-events: all;  
}
.owl-prev span,
.owl-next span {
    font-size: 0;	
	border: 4px solid #FFF;
    border-top: none;
    border-right: none;
    width: 38px;
	height: 38px;
	display: block !important;
	position: absolute;
    top: 34px;
	left: 7px;	
	transform-origin: center center;
	transform: rotate(45deg) translate(-50%,-50%);	
    transition: all 200ms ease-in-out;
}
.owl-next span{
    top: -19px;
    transform: rotate(-135deg) translate(-50%,-50%);
}
.owl-prev:hover span,
.owl-next:hover span{
    border-color: #1B495A !important;  
}
/* FANCYBOX */
.fancybox-container{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.fancybox-bg {	
	background: transparent !important;
	background-color: #5980ED !important	
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.8 !important;	    
}
/*-------------------------------------------------------
FORMULÁRIOS
-------------------------------------------------------*/
.fieldgroup.campos{  
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.fieldgroup.opcoes{   
    padding: 0 0 30px;
}
.fieldset{       
    width: 100%;       
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
.header-inner{   
    width: calc( 100vw - 30px);
    max-width: 100vw;      
    padding: 20px 0 0;       
}
.logo-img{
    width: 140px;
}
/* MENU */
.btn-menu{	   
    width: 113px;
    height: 30px;
    padding: 0 0 0 22px;	
}
.btn-menu-icon{
    width: 15px;
    height: 13px;    
    margin-right: 6px;
}
.bar{   
    width: 15px;
    height: 3px;  
}
.bar.bar-1{
    top: 0px;
}
.bar.bar-2{
    top: 5px;
}
.bar.bar-3{   
    top: 10px;
}
.btn-menu label{    
    font-size: 16px;  
}
.btn-menu:hover,
.btn-menu.active{
    background-color: #EE3331;
}
.btn-menu.active .bar.bar-1{
   transform: rotate(45deg) translate(4px, 4px);
}
.btn-menu.active .bar.bar-2{
    opacity: 0;  
}
.btn-menu.active .bar.bar-3{
    transform: rotate(-45deg) translate(3px,-4px);
 }
.btn-assine{	   
    width: 113px;
    height: 30px;  
    font-size: 16px; 
    line-height: 26px;      
    margin: 8px 0 0; 
}
/* NAVEGAÇÃO */
.navegacao{   
    height: 100vh;   
    top: 0;
    left: 150vw;  
    overflow-y: auto;   
}
.navegacao.active{
    left: 0;
}
.navegacao-inner{  
    width: 100vw ;
    max-width: 100vw ; 
    padding: 190px 0 50px;   
}
.menu-principal{ 
    width: 100%;   
}
.menu-principal ul {	
	display: block;	
}
.menu-principal ul li{
    width: 100%;     
    margin-bottom: 10px;    
}
.menu-principal ul li.menu-quem-somos{
    background: url(img/gr-menu-quem-somos.svg) no-repeat -17px 0;
    padding: 38px 0 0 65px;
}
.menu-principal ul li.menu-iniciativas{
    background: url(img/gr-menu-iniciativas.svg) no-repeat 227px 0px;
    width: 100%;   
    padding: 15px 0 30px 65px;
}
.menu-principal ul li.menu-iniciativas::before{
    content: "";
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: calc( 100% - 30px );
    height: calc( 100% + 20px );
    display: block;
    position: absolute;
    top: -30px;
    left: 15px;
    pointer-events: none;
}
.menu-principal ul li.menu-novidades {
	background: url(img/gr-menu-novidades.svg) no-repeat 25px 0;
	padding: 38px 0 10px 107px;
}
.menu-principal ul li.menu-biblioteca{
    background: url(img/gr-menu-biblioteca.svg) no-repeat 25px 0;  
    padding: 38px 0 0 107px;
}
.menu-principal ul li span.menu-description{
    width: 216px;
    padding: 0;  
}
.menu-principal ul li ul{
    width: calc( 100% + 27px );     
    column-count: 1;   
    padding-top: 16px; 
    padding-right: 15px;
    margin-left: -27px;
}
.navegacao .social {
	width: 120px;   
    top: 130px;
    left: unset;
    right: 20px;
}
.navegacao .social a{    
    width: 52px;
    height: 52px;   
}
.navegacao .social a img{
    width: 30px;   
}
/* SUBMENU */
.submenu-container{
    width: max-content;    
}
.btn-submenu {
	width: max-content;
	height: 25px;
	padding: 0 15px 0 30px;
	right: unset;
	text-align: left;
	left: -30px;
}
.btn-submenu label{  
    font-size: 13px;   
}
nav.submenu {
	width: 138px;
	right: unset;
	left: -15px;
    margin-top: -2px;
}
nav.submenu ul li a{  
    font-size: 13px;   
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
.footer-inner{   
    width: 100vw;
	padding: 40px 15px 220px;	    
}
.footer-inner .row{   
    display: block;   
}
.footer-inner .row:first-child{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
footer .logo-img {
	margin: 0 0 0 10px;
}
.social-footer{
    margin: 0 10px 0 0;   
}
.news{    
    width: 100%;       
    margin-top: 60px;
}
.news input[type="email"]{   
    height: 40px;   
}
.gr-footer-e,
.gr-footer-d{
    position: absolute;
    top: unset;
}
.gr-footer-e{
    right: unset;
    left: 50%;
    bottom: 105px;
    margin: 0 0 0 40px;
}
.gr-footer-d{
    right: 50%;
    left: unset;
    bottom: 35px;
    margin: 0 40px 0 0;
}
p.direitos br{
    display: inline;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
#background-video-mobile{
    display: block;
}
#background-video-desktop{
    display: none;
}
.video-banner-overlay {
   display: none;
}
h1.video-banner-txt {
	height: 0;
	display: block;
	bottom: 50%;
}
h1.video-banner-txt span.line{
    width: 100%;     
    position: absolute;
}
h1.video-banner-txt span.line br{
    display: none;
}
h1.video-banner-txt span.line:first-child{
    padding: 0 10px;
    bottom: 12px;
    text-align: center;    
}
h1.video-banner-txt span.line:last-child{
    padding: 0 10px;
    top: 12px;
    text-align: center;    
}
h1.video-banner-txt span.tag {
	background-size: 100% auto;
	width: 234px;
	height: 95px;
	bottom: -95px;
	left: 50%;
	transform: translateX(-50%);
}
/* CHAMADA */
.chamada{
    background: url(img/gr-chamada-1.svg) no-repeat center top 45px, url(img/gr-chamada-2.svg) no-repeat center bottom 60px;
    background-color: #5980ED;   
}
.chamada .inner{
    width: 100vw;  
    padding: 105px 25px 115px;
}
/* NOTICIAS HOME */
.noticias-home .inner{
    width: 100vw;
    max-width: 100vw;
    padding: 40px 15px 95px;
}
h2.title-noticias{    
    position: relative;
    margin-bottom: 90px;
}
h2.title-noticias span {
	left: 105px;
    top: 71px;
}
.noticias-home .noticias-list{
    width: 100vw;
    padding-bottom: 25px;
    display: block !important;
    left: -15px;
    margin-bottom: 35px;
}
.noticias-home .noticias-list::before,
.noticias-home .noticias-list::after{
    content: none;   
}
.noticias-home .noticias-list .card-noticia-txt {
	padding: 20px 15px 40px;
	position: relative;
}
.noticias-home .noticias-list .card-noticia-cats {
	width: calc( 100% - 30px );
	padding: 0;	
}
.noticias-home .noticias-list  a.btn-leia{
    right: 15px;
}
.noticias-home .btn-padrao {	
	margin: 0;
	position: absolute;
	right: 15px;
}
/* INCIATIVAS */
.iniciativas .inner{
    padding: 40px 15px 60px; 
}
.iniciativas p.lead{
    margin-bottom: 0;
}
.gr-iniciativas {
	position: absolute;
	top: unset;    
	right: 25px;
    bottom: -8px;
}
/* INICIATIVAS LISTA */
.iniciativa .inner{
    display: block;  
}
.iniciativa.guia .inner{
    padding: 115px 15px 0;
}
.iniciativa.tendencias .inner{
    padding: 115px 15px 0;
}
.iniciativa.varejo .inner,
.iniciativa.jornada .inner{
    padding: 115px 15px 0;
}
h2.title-iniciativa{    
    max-width: 100%;
}
.iniciativa-txt{
    width: 100%;
    max-width: 327px;   
}
.gr-iniciativa{
    width: 100%;
    position: relative;  
    margin-top: 40px; 
    transform: none !important;
}
.gr-iniciativa.guia,
.gr-iniciativa.tendencias,
.gr-iniciativa.varejo,
.gr-iniciativa.jornada{
    right: unset;
    left: 0;
}
/* CONTATO HOME */
.contato-home .inner{
    width: 100vw;   
    padding: 60px 15px 30px 30px;   
}
.contato-home-info {
	width: 100%;
    padding: 0 0 30px;
	display: block;	
}
h2.title-contato{
    width: max-content;      
    font-size: 48px;   
    margin-bottom: 30px;
}
.gr-title-contato{   
    width: 36px;   
}
.gr-title-contato.gr-1 {   
	top: 116px;
	left: -22px;	
}
.gr-title-contato.gr-2 {
	top: 50px;
	left: 94px;
}
.gr-title-contato.gr-3 {
	top: -8px;
	left: 294px;
}
.contato-home-txt{
    width: 290px;  
    margin: 0;
}
.contato-home-txt p{
    margin-bottom: 25px;
}
.contato-home-txt .btn-padrao{
    position: relative;
    bottom: 0;
}
.contato-home-video {
	width: 514px;
	height: 261px;
	position: relative;
	top: 0;
	left: -55px;
}
.gr-video-contato {
    width: 85px;
}
.gr-video-contato.gr-1 {
    width: 85px;
	top: 33px;
    left: 13px;
}
.gr-video-contato.gr-2 {
	top: 160px;
	left: 159px;	
}
/* SOBRE */
.sobre-home-img {
	width: 100%;
	height: auto;
	position: relative;
	right: 0;
	transform: none;
}
.sobre-home .inner{
    width: 100%;
    height: auto;
    padding: 15px 15px 55px;
}
h2.title-sobre{   
    margin-bottom: 40px;
}
.sobre-home-info{
    display: block;   
}
.logo-mol{     
    width: 182px;
    margin: 0 auto 30px;     
}
.sobre-home-txt {
	margin-bottom: 50px;
}
.sobre-home-txt .btn-padrao{
    margin: 0 auto;
}
.clipping{
    padding-top: 15px;
    margin: 0 auto;
}
.clipping::before{  
    top: 0;   
}
/*-------------------------------------------------------                   
QUEM-SOMOS
-------------------------------------------------------*/
.banner-quem-somos .inner{
    width: 100vw;
    max-width: 100vw;      
}
h1.title-quem-somos {
	top: unset;
    bottom: 135px;
	left: -5px;
	transform: none;	
}
h1.title-quem-somos .title-secao-img{
    width: 346px
}
.gr-quem-somos-1 {
	top: unset;
    bottom: 40px;
	left: 320px;
	transform: none;	
}
.quem-somos-video {
	width: calc( 110vh - 396px );	
	height: calc( 100vh - 360px );		
	top: 60px;
	left: 15px;
	transform: none;	
}
/* PORQUE */
.porque-atuamos .inner{
    width: calc( 100vw - 30px );
    padding: 40px 15px 40px;
    display: block;   
}
h2.title-porque-atuamos{
    margin: 0 auto 55px;
}
h2.title-porque-atuamos .title-secao-img{
    width: 262px;
}
.porque-atuamos-txt{
    width: 100%;
    padding-top: 0;
}
.porque-atuamos-txt blockquote{
	padding: 10px 0 30px;   
}
.porque-atuamos-txt blockquote::before{
    content: none;      
}
/* QUEM SOMOS */
.quem-somos .inner{
    border-top: 1px solid #707070;
    width: calc( 100vw - 30px );
    padding: 50px 0 45px;
}
/* IMPULSIONA */
.impulsiona{
    margin-bottom: 45px;
}
.impulsiona h2{  
    margin-bottom: 20px;
}
.empresa{
    display: block;  
    margin-bottom: 50px;
}
.logo-elipse{
   margin: 0 auto 20px;
}
.empresa-txt{
    width: 100%;
    padding-top: 0;
}
.numeros-container{  
    width: 100%;
    padding-bottom: 45px;
}
.numeros-container > h3{  
    margin: 0 0 20px;
}
.numeros{      
    width: 100vw !important;    
    display: block; 
    padding-bottom: 50px;  
    left: -15px; 
}    
.numero-item{  
    margin: 0 auto;
}
/* ATUAÇÃO */
.atuacao{
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.atuacao h2{
    margin: 0 auto 50px;
}
.atuacao-list{    
    justify-content: start;
    flex-direction: column;  
    align-content: center;
    gap: 50px;  
}
/* EQUIPE */
.equipe h2{
    margin: 0 auto 40px;
}
.equipe-container{
    display: block;   
}
.equipe-list{
    width: 100%;
    padding-top: 0;   
    gap: 25px 10px;
}
.equipe-boss{   
    margin: 0 auto 45px;   
}
.card-membro{
    background: no-repeat left 60px top;
    width: calc( 50% - 5px );    
}
/* POPUP */
.popup,
.popup.pessoa{    
    width: 96%;   
    max-width: 375px; 
    height: 98%;  
    max-height: 710px;           
}
.popup-inner,
.popup.pessoa .popup-inner{
    width: 100%;
    height: 100%;    
    max-height: 710px; 
    flex-direction: column;    
}
.popup-img{   
    width: 100%;
    height: 280px;   
}
.popup-info {
    width: 100%;
    height: calc( 100% - 280px );
    max-height: 710px; 
    padding: 25px 15px 25px 45px;
}
.popup.pessoa .popup-info {
    width: 100%;
    height: 100%;
    max-height: 710px;    
}
.popup-info h3,
.popup-info h4{
    font-weight: 800;
    line-height: 1em;
}
.popup-info h3{
    background: url(img/gr-titulo-popup.svg) no-repeat 0 0;
    background-size: 54px auto;
    padding-top: 24px;
    font-size: 22px;    
    margin-bottom: 5px;
}
.popup-info h4{
    font-size: 16px;  
    margin-bottom: 20px;      
}
.popup-txt{
    width: 100%;
    height: 100%;    
}
/*-------------------------------------------------------                   
INICIATIVAS
-------------------------------------------------------*/
.banner-iniciativas{
    background: url(usadas/iniciativas.jpg) no-repeat center top;
    background-size: auto 70%;   
}
.banner-iniciativas .inner{
    width: 100vw;
    max-width: 100vw;   
}
h1.title-iniciativas{     
    top: unset;
    bottom: 130px;
    left: 50%;     
    transform: translateX(-50%);
    margin-left: 5px;
}
h1.title-iniciativas .title-secao-img{
    width: 310px;
}
.gr-iniciativas-1{
    top: unset;
    right: 42px;
    bottom: 420px;
    left: unset;
}
.gr-iniciativas-2{
    top: unset;
    bottom: 350px;
    left: 2px;
}
.gr-iniciativas-3{
    bottom: 25px;
    left: -10px;
}
.banner-iniciativas::before {  
    background: linear-gradient(0deg,rgba(252, 133, 194, 1) 0%, rgba(252, 133, 194, 1) 60%, rgba(252, 133, 194, 0) 80%, rgba(252, 133, 194, 0) 100%);
}
/*-------------------------------------------------------                   
PÁGINAS INICIATIVAS
-------------------------------------------------------*/
/* BANNER */
.banner-iniciativa .inner{
    width: 100vw;
    max-width: 100vw;   
    height: auto;
    padding: 235px 15px 0;   
}
.banner-iniciativa-txt{
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
}
h1.title-iniciativa{
    background: url(img/gr-titulo-iniciativa.svg) no-repeat 0 0;
    background-size: 110px auto;   
    max-width: 100%;
    padding-top: 45px;
    font-size: 42px;  
    margin-bottom: 15px; 
}
h1.title-iniciativa br{
    display: none;
}
.banner-iniciativa-txt{
    width: 100%;
    margin-bottom: 10px;
}
.banner-iniciativa-txt p{  
    width: 100%;
    max-width: 326px;  
    font-size: 22px;  
}
.banner-iniciativa-img{  
    width: auto;
    height: 420px;
    max-height: unset;
    position: relative;      
    right: unset;  
    left: 50%;
    transform: translateX(-50%);
}
/* FUNÇÃO */
.funcao .inner{
    width: 100vw;
    max-width: 100vw;   
    padding: 30px 0;   
}
h2.title-funcao{   
    margin: 0 0 10px 15px;
}
h2.title-funcao span {
	display: block;
	position: relative;
	margin-top: 8px;
}
.funcao-list {
	display: block;
    padding-bottom: 50px;  
}
.funcao-list .owl-dot:hover,
.funcao-list .owl-dot.active{
    background-color: #FFF !important;
}
.funcao-list::before,
.funcao-list::after{
    content: none;  
}
.funcao-item{   
    width: 100%;   
    overflow: hidden;     
}
.funcao-item-img {
    position: relative;
	left: -40px;	   
}
.funcao-item-info{
    padding: 0 15px 0 110px;   
}
.funcao-item-info-numero{  
    top: -10px;
    right: unset;
    left: 10px;  
}
.funcao-item-info h3{
    font-size: 24px;
    margin-bottom: 0.75em;
}
/*-------------------------------------------------------                   
SUB-PÁGINAS INICIATIVAS
-------------------------------------------------------*/
.topo-sub .inner {
	width: 100vw;
    height: 100vh;
	padding: 225px 15px 0;
	display: block;
}
.topo-sub-txt {
	width: 100%;
	position: relative;
	z-index: 1;
}
.topo-sub-txt h1 {
	width: 295px;
}
.gr-top-sub-1,
.gr-top-sub-2{    
    right: unset;
    left: 50%;
}
.gr-top-sub-1{
    top: -45px;
    bottom: unset;
    transform: translateX(0);
}
.gr-top-sub-2{
    top: 100px;
    bottom: unset;
    transform: translateX(35px);
}
/*-------------------------------------------------------                   
GUIA
-------------------------------------------------------*/
/* BANNER */
.funcao.guia h2.title-funcao span {
	bottom: 0;
	left: 0;
}
/* O GUIA */
.o-guia .inner{
    width: 100vw;   
    padding: 0 0 55px;
}
.o-guia .title-secao .title-secao-img{
    width: 360px
}
.o-guia-sobre{   
    flex-direction: column;     
}
.o-guia-info-img-container{
    width: 100%;
}
.o-guia-info-img{
    width: 96%;
    max-width: 358px;   
}
.o-guia-info{
    width: 100%;
    padding: 25px 30px 0;    
}
.o-guia-info-txt{
   width: 100%;
   margin-bottom: 30px;
}
.o-guia-info .btn-padrao.download{
    display: none;
}
.o-guia-sobre > .btn-padrao.download{
    display: block;
    margin: 50px auto 0;     
}
/* PRODUTOS SOCIAIS */
.produtos-sociais .inner{
    width: 100vw;   
    padding: 50px 0;
}
.produtos-sociais .title-secao{
    margin: 0 auto;
}
.produtos-sociais-sobre {	
	flex-direction: column;
	align-items: center;
}
.produtos-sociais-img-container{   
    margin-left: -15px;
}
.produtos-sociais-info{ 
    width: 100%;
    padding: 30px 15px 0;    
}
.produtos-sociais-info-txt{
   width: 100%;
}
.produtos-sociais-info .btn-padrao{   
    margin: 35px auto 0; 
}
/* NOSSO JURI */
.nosso-juri .inner{
    width: 100vw;   
    padding: 0;   
    flex-direction: column;     
}
.nosso-juri-img{
    width: 100%;   
}
.nosso-juri-info{
    width: 100%;
    padding: 25px 15px 70px;    
}
.nosso-juri-info-txt{
    width: 100%;
    max-width: 312px;
}
.seta::before {
	content: none;
	background: url(img/seta-horizontal.svg) no-repeat 0 0;
	width: 334px;
	height: 66px;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-30px,-50%);
}
/* PARTICIPAR */
.participar .inner{
    width: 100vw;   
    padding: 0 0 70px; 
    flex-direction: column;  
}
.participar-img-container{   
    width: 100%;     
}
.participar-info-img{
    width: 100%;
    position: relative;    
}
.participar-info{
    background: url(img/gr-participar.svg) no-repeat left -95px top -30px;
    width: 100%;
    padding: 30px 25px 0 35px;   
}
.participar-txt,
.erro-txt {
    width: 100%;   
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA
-------------------------------------------------------*/
.topo-sub-guia-img{   
    width: 100vw;
    height: 100vw;
    left: 0;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > PRODUTOS
-------------------------------------------------------*/
/* SOBRE */
.sobre-produtos .inner {
    border-bottom: 1px solid #707070;
	width: calc( 100vw - 30px );
	padding: 35px 0 60px;	
}
.sobre-produtos-info{
    flex-direction: column;
}
.sobre-produtos h2.title-secao{
    margin: 0 auto 0;
}
.sobre-produtos h2.title-secao .title-secao-img{
    width: 320px;
}
.sobre-produtos-txt{ 
    width:  100%;   
}
/* SLIDER */
.sobre-produtos-slider{
    padding: 30px 0 0;    
}
.sobre-produtos-slide-item{
    width: 100%;
    flex-direction: column;   
}
.sobre-produtos-slide-item::after{   
    border-bottom: 1px solid #707070;
    border-left: none;
    width: 202px;
    height: 1px;   
}
.slide-col-1,
.slide-col-2{
    width: 100%;   
}
.slide-col-1{
    padding: 0 0 25px;   
}
.slide-col-2{
    padding: 25px 0 0;    
}
.slide-col-1 h4,
.slide-col-2 h4{
    padding: 10px 30px; 
    font-size: 28px;
    text-align: center;
}
/* TIPOS */
.tipos .inner{   
    width: calc( 100vw - 30px );
    padding: 35px 0 60px;	
}
.tipos-info{
    flex-direction: column;
    align-items: unset;
    margin-bottom: 30px;
}
.tipos-info h2{
    margin: 0 0 20px
}
h2.title-span{   
    font-size: 36px;    
}
.tipos-list{
    width: 100vw !important;    
    padding-bottom: 55px; 
    display: block; 
    left: -15px; 
}
.tipos-list .owl-dot:hover,
.tipos-list .owl-dot.active{
    background-color: #FC85C2 !important;
}
.card-tipo{   
    margin: 0 auto;
}
/* CASES */
.cases .inner {      
    background-size: 115px auto;
    width: calc( 100vw - 30px );
    padding: 40px 0 65px;	
}
.cases h2{
    margin-bottom: 40px;
}
.cases-list{      
    gap: 35px 30px;
}
.card-case{   
    width: calc( 50% - 15px );    
}
/* CONHEÇA */
.conheca-produtos .inner{
    width: 100vw;
    padding: 30px 0 65px;
    flex-direction: column;
    align-items: center;
}
.conheca-img-container{  
    margin: 0 0 15px;
}
.conheca-txt{
    width: 100%;
    padding: 0 30px;
}
h2.title-conheca{   
    margin-bottom: 70px;
}
h2.title-conheca span {
	top: 60px;
    left: 170px;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > JURI
-------------------------------------------------------*/
/* SOBRE */
.sobre-juri .inner {    
	width: 100vw;
	padding: 50px 15px 40px;	
}
.sobre-juri-info{
    flex-direction: column;
    align-items: center;
}
.sobre-juri h2.title-secao{
    margin: 0 0 45px;
}
.sobre-juri h2.title-secao .title-secao-img{
    width: 260px;
}
.sobre-juri-txt{ 
    width:  100%;
    padding-top: 0;
}
/* CRITÉRIOS */
.criterios .inner {
    border-bottom: none;
	width: 100vw;
	padding: 0 0 75px;	
}
.criterios-tabela {
	min-height: 300px;
	padding: 30px 25px;
}
/* SISTEMA DE ABAS */
.tab-container {
    max-width: 100%;    
    display: flex;       
    flex-wrap: wrap;           
    overflow: hidden;    
}
/* Estilos responsivos */
.tab-container {
    flex-direction: column;
}
.tab-nav {
    width: 100%;
    padding: 0 0 20px;
}
.tab-content {
    width: 100%;
}
.tab-link {
    position: relative;
}
.tab-link.active + .tab-pane {
    display: block;
    /* order: 1; */   
}
.tab-container {
    display: block;
}
.tab-content {
    display: none;
}
.tab-pane {
    padding: 0 0 30px 15px;
    margin-top: 0;
}
/* AVALIAÇÃO */
.qualificacao {
    border-top: 1px solid #5980ED;
	width: 100%;
	padding: 40px 0 0 15px;
	position: relative;
	bottom: 0;
	left: 0;
}
/* JURADOS */
.jurados .inner {    
    background-size: 115px auto;
    border-top: 1px solid #707070; 
	background-size: 115px auto;
    width: calc( 100vw - 30px );
    padding: 40px 0 65px;	  
    flex-direction: column;
}
.jurados-info{
    width: 100%;
    margin: 0 0 45px;
}
.jurados-list{   
    gap: 25px 10px;
}
/* AVALIAÇÃO */
.avaliacao .inner {    
    width: calc( 100vw - 30px );
    padding: 35px 0 65px;	  
    flex-direction: column;
}
.avaliacao h2.title-secao{
    margin: 0 auto 40px;
}
.avaliacao h2.seta::before{
    content: none;
}
.avaliacao-txt{ 
    width:  100%;
    padding: 0 0 0 45px;
}
/*-------------------------------------------------------                   
SUB PÁGINAS GUIA > CHECKLIS
-------------------------------------------------------*/
/* SOBRE */
.sobre-checklist .inner {    
	width: 100vw;
	padding: 40px 15px 50px;	
}
.sobre-checklist-info{
   padding: 0;
   margin-bottom: 15px;
}
/* ACCORDION */
.accordion dt {   
    min-height: 110px;
    padding: 20px 50px 20px 0;  
    align-items: center;   
}
.accordion dt::after{   
    right: 0;  
}
.accordion dd{  
    padding: 0;
}
p.accordion-txt{
    width: 100%;   
    margin-bottom: 50px;
}
.checklist-item{
    flex-direction: column;
    margin-bottom: 40px;
}
.checklist-item-info{
    width: 100%;
    padding: 0 0 20px;
}
.checklist-item-img{
    width: calc( 100% + 20px );
    left: -20px;
}
/*-------------------------------------------------------                   
VAREJO
-------------------------------------------------------*/
.banner-iniciativa.varejo .banner-iniciativa-txt {	
	margin-bottom: 30px;
}
.funcao.varejo h2.title-funcao span {
	bottom: 15px;
    left: 105px;
}
/* PESQUISA */
.pesquisa .inner{
    width: 100%;   
    padding: 20px 0 80px;
}
.pesquisa .title-secao{
    margin: 0 auto;
}
.pesquisa .title-secao .title-secao-img{
    width: 346px;
}
.pesquisa-sobre{
    flex-direction: column; 
    padding: 0 15px;  
    margin-bottom: 20px;
}
.pesquisa-sobre-img-container {
    background-size: 100% auto;
	width: calc( 100% - 16px );
    max-width: 384px;
	height: auto;
	padding: 61px 7px;
	margin: 0 auto 35px;	
}
.pesquisa-sobre-img-container:first-of-type{
    display: none;
}
.pesquisa-sobre-img-container:last-of-type{
    display: block;
}
.pesquisa-sobre-img{
    width: 100%;
}
.pesquisa-txt{
    width: 312px;
    padding-top: 20px;
}
.pesquisa .numeros-container > h3 {
	margin: 0 0 20px 15px;
}
.pesquisa .numeros{
    left: 0;
}
/*-------------------------------------------------------                   
TENDÊNCIAS
-------------------------------------------------------*/
.banner-iniciativa.tendencias .banner-iniciativa-txt{
    bottom: 0;
    margin-bottom: 45px;
}
.funcao.tendencias h2.title-funcao{
    width: 250px;
}
.funcao.tendencias h2.title-funcao span {
	bottom: 15px;
    left: 28px;
}
/* TENDENCIAS */
.lista-tendencias .inner{
    width: 100vw;   
    max-width: 100vw;   
    padding: 40px 0 0;
}
.lista-tendencias h2.title-secao{  
    transform: translateX(-50%);
    margin: 0 0 25px 15px;
}
.lista-tendencias h2.title-secao .title-secao-img{
    width: 290px;
}
.lista-tendencias-list {    
    flex-direction: column;    
}
.tendencia-item{
    width: 100%; 
    min-height: 345px;  
}
.tendencia-item::after{     
    content: none !important;
}
.tendencia-item-info{    
    padding: 65px 30px 30px 45px;    
}
.tendencia-item.item-10 { 
    width: 100%;
}
.tendencia-item.item-10 .tendencia-item-info {
    width: 100%;
	padding: 65px 30px 0 45px;    
	display: block;
}
.tendencia-item.item-10 .tendencia-item-numero{
    margin: 0 0 20px;
}
/* RELATÓRIO */
.relatorio .inner{
    width: 100vw;       
}
.relatorio .title-secao{
    margin: 0;
}
.relatorio-info{
    flex-direction: column;    
}
.relatorio-info-img-container{  
    margin: 0 auto;
}
.relatorio-txt{
    width: 100%;
    padding-top: 0;
    margin: 0 0 55px;
}
.relatorio-txt h2.title-secao {
	margin: 0 0 -55px -65px;
}
.relatorio-txt p{
    width: 100%;
    max-width: 355px;
    padding: 0 0 0 65px;   
}
/*-------------------------------------------------------                   
JORNADA
-------------------------------------------------------*/
.banner-iniciativa.jornada .banner-iniciativa-txt{
    bottom: 0;
}
.banner-iniciativa.jornada .banner-iniciativa-txt p.banner-jornada-txt{    
    width: calc( 100% - 105px );
    margin-left: 105px;
    margin-top: 30px;
}
.funcao.jornada h2.title-funcao span {
	bottom: 10px;
    left: 75px;
}
/* SOBRE */
.sobre-jornada .inner{
    width: 100vw;
    padding: 20px 0 0;
    flex-direction: column;
    justify-content: unset;
}
.sobre-jornada h2.title-secao{
    margin-left: 17px;
}
.sobre-jornada-info{
    width: 100%;
    padding-top: 30px;   
}
.sobre-jornada-info.seta::before {		
	content: none;
}
.sobre-jornada-txt{
    width: 100%;  
    padding: 0 30px 0 50px;
    margin-bottom: 30px; 
}
.jornada-galeria{
    width: 100%;
}
.jornada-galeria img{   
    height: 270px;   
}
/* CTA JORNADA */
.cta-jornada .inner{
    width: 100vw;
    padding: 35px 0 50px;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    z-index: 1;
}
.cta-jornada-img{
    margin: 0;
}
.cta-jornada-info{
    border-left: none;
    width: 100%;
    padding: 30px 20px 0;
}
.cta-jornada-info p{
    margin-bottom: 1.25em;
}
.cta-jornada-info .btn-padrao{
    margin: 0 auto;
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA
-------------------------------------------------------*/
.topo-sub.jornada .topo-sub-txt {
	width: 100%;
}
.topo-sub-jornada-img-container {
	bottom: 30px;
	left: 0;
	transform: translateX(-25px);
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > EVENTO
-------------------------------------------------------*/
/* TEXTO DESTAQUES */
.destaques-edicao .inner{
    background: none;
    border-top: none;
    width: 100vw;
    padding: 20px 15px 45px;
}
.destaques-info{   
    justify-content: unset;
    flex-direction: column;
}
h2.title-destaques{  
    font-size: 37px;   
    line-height: 1em;
    margin-bottom: 90px;
}
h2.title-destaques span {
	width: 160px;
	height: 57px;
	top: 68px;
	left: 92px;
	line-height: 57px;
}
.destaques-txt{
    width: 100%;
    padding: 0;
}
/* GALERIA DESTAQUES */
.destaques-galeria {
	padding: 25px 0 35px;
	display: block;
	width: 100vw !important;
	left: -15px;
    margin-bottom: 100px;
}
.destaque-item{
    width: 100%;
}
legend {
	background: url(img/seta-legenda.svg) no-repeat -15px 0px;
	padding: 5px 15px 0 105px;
}
/* TRACKS */
.tracks{
    width: calc( 100vw + 15px );
    padding: 30px;    
}
.tracks::before,
.insights::before{  
    top: -85px;
    left: -70px;
}
.tracks::after,
.insights::after{  
    width: 100%;   
}
.tracks-list{
    padding: 0;     
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > A COMITIVA
-------------------------------------------------------*/
.programacao .inner{
    width: 100vw;
    max-width: 100vw;
    padding: 40px 0 0;
}
.programacao-info {
	width: 100vw;
    padding: 0 30px;	
}
.programacao-list{
    width: 100%;
    display: block;
    padding-bottom: 50px;
}
.card-programacao{
    background: url(img/gr-comitiva.svg) no-repeat 15px 0;   
    background-size: 80px auto;
    width: 100%;
    padding: 10px 15px 0 105px;    
}
.card-programacao::after{
    content: none;  
}
/* SOBRE */
.sobre-comitiva .inner{   
    width: 100vw;
    padding: 125px 0 45px; 
}
/* INSIGHTS */
.insights{   
    width: calc( 100vw - 15px );
    padding: 30px 15px 60px 30px;   
    margin: 0 0 0 15px;
}
.insights::before{     
    top: -85px;
    transform: none;
}
.insights-info{
    padding: 0;   
    flex-direction: column;
    align-items: center;
}
.insights-img-container{   
    margin: 0 0 20px 20px;
}
.insights-txt{
    width: 100%;
    padding-top: 0;
}
/* PESSOAS */
.pessoas{
    width: 100%;
    padding: 30px 0 35px;
    flex-direction: column;
    justify-content: unset;
}
.pessoas h2.title-secao{
    margin-left: 15px;
}
.pessoas h2.title-secao .title-secao-img{
    width: 235px;
}
.pessoas-info{
    width: 100%;
    padding-top: 40px;
}
.pessoas-list{
    padding: 0 15px;
    gap: 25px 10px;
}
.card-pessoa{
    width: calc( 50% - 5px );
}
/* EXPERIÊNCIA */
.experiencia{
    background: none;   
    width: 100vw;
    padding: 60px 0 0;
}
.experiencia h2.title-secao .title-secao-img{
    width: 230px;
}
.experiencia h2{
    margin: 0 0 30px 15px;
}
.experiencia-list{    
    display: block;
    padding-bottom: 50px;
}
.card-experiencia{
    background: url(img/gr-comitiva.svg) no-repeat 15px 0;   
    background-size: 80px auto;
    width: 100%;     
    padding: 0 15px 0 105px;    
}
.card-experiencia-titulo{ 
    height: 75px;   
}
/*-------------------------------------------------------                   
SUB PÁGINAS JORNADA > INSCRIÇÃO
-------------------------------------------------------*/
.formulario-inscricao .inner{
    width: 100vw;
    padding: 45px 15px 70px;
}
.formulario-inscricao h2{   
    margin-bottom: 30px;
}
/*-------------------------------------------------------                   
BLOG
-------------------------------------------------------*/
.banner-blog{  
    height: 100vh;   
}
.owl-banner .owl-dot:hover,
.owl-banner .owl-dot.active{
    background-color: #FFF !important;
}
.banner-blog-item-inner{
    width: 100vw;
    max-width: 100vw;
    height: 100vh;     
	flex-direction: column;  
}
.banner-blog-info{
	width: 100%;
	height: 315px;
	padding: 25px 15px 40px;
	display: block;
}
.banner-blog-img-container{
    width: 100%;
    height: auto;   
    flex: 1;
}
.banner-blog-img {	
    width: 100% !important;    	
}
.gr-banner-blog-1 {
	top: -30px;
    right: unset;
	left: 50%;
	transform: translateX(-15px);
}
.gr-banner-blog-2{
    bottom: 300px;    
    right: 0;
    left: unset;
    transform: translateX(20px);
}
/* FILTROS */
.filtros{
    padding: 40px 15px 65px;           
}
.wpc-filters-widget-wrapper {
	display: block;
}
.filtros select{  
    width: 100% !important;   
    margin: 5px 0;
}
/* TOPO CATEGORIA */
.topo-categoria .inner {
	padding: 200px 15px 50px;
}
.topo-categoria h1{   
    line-height: 1.25em;
    text-align: left;
}
.topo-categoria h1 span{   
    padding-top: 10px;
    font-size: 36px;
    line-height: 1.25em;
    display: block;
}
/* BLOG */
.conteudo-blog .inner{
    width: 100vw;
    max-width: 100vw;
    padding: 0 15px 65px;
}
.category .conteudo-blog .inner{
    padding: 60px 15px 65px;
}
/* LISTA NOTÍCIAS */
.noticias-list {	
	gap: 40px 0;   
}
/* CARD NOTÍCIA */
.card-noticia{   
    width: 100%;        
}
.card-noticia-img{
    width: 100%;        
}
/*-------------------------------------------------------
SINGLE
-------------------------------------------------------*/
.topo-noticia{   
    height: 495px;
    max-height: 495px;
}
.conteudo-noticia .inner{
    width: 100vw;
    padding: 25px 15px 65px;
    display: block;
}
.conteudo-noticia-info{
    width: 100%;
    padding: 0 0 40px;
}
.conteudo-noticia-info h1{
    font-size: 28px;    
}
.conteudo-noticia-txt{
    width: 100%
}
/*-------------------------------------------------------                   
BIBLIOTECA
-------------------------------------------------------*/
.banner-biblioteca{
    background: url(img/bg-topo-biblioteca.svg) no-repeat left calc( 50% - 105px ) top -300px;    
}
.banner-biblioteca .inner {
	width: 100vw;
	max-width: 100vw;
	padding: 0 15px;
}
.banner-biblioteca-info{
    width: 100%;
    padding: 0 0 80px;
}
h1.title-biblioteca{
    margin-bottom: 50px;
}
h1.title-biblioteca .title-secao-img{
    width: calc( 100vw - 30px );
    max-width: 332px;
}
.banner-biblioteca-info p{
    padding: 0;   
}
.biblioteca-list { 
	gap: 30px 0;	
}
/* CARD ITEM */
.card-item{   
    width: 100%;  
    align-items: start;     
}
.card-item-cats{   
    top: 20px;    
}
.card-item h3{  
    height: auto;       
    margin-bottom: 10px;
}
.card-item-txt{
    padding: 85px 0 0 10px;   
}
/*-------------------------------------------------------
SINGLE ITEM
-------------------------------------------------------*/
.topo-item .banner-blog-img{
    width: 100% !important;
    height: 100%;
}
.topo-item .banner-blog-info {
	padding: 20px 15px 0;
}
.conteudo-item .inner {
	width: 100vw;
	max-width: 100vw;
    padding: 25px 15px 70px;		
}
.conteudo-item-info{
    width: 100%;
}
.conteudo-item-txt{
    width: 100%;
    padding: 0 0 30px;
}
.conteudo-item-wrap .gallery{
    padding-bottom: 35px;
}
.conteudo-item-info .btn-padrao.download{
    margin: 35px auto 0;
}
/*-------------------------------------------------------
SINGLE DOWNLOAD
-------------------------------------------------------*/
.topo-download .inner {
	width: 100vw;
	max-height: 630px;
	padding: 190px 0 0;
	flex-direction: column;
}
.topo-download h1,
.topo-download h2{
    width: 100%;
}
.topo-download h1{
    padding: 0 15px 0 65px;    
    text-align: left;
}
.topo-download h2 {	
	padding: 0 15px 0 65px;
}
.gr-download-1 {
	top: 190px;
	transform: translateX(40px);
	right: 0;
}
.gr-download-2{
    top: unset;
    right: 100%;    
    bottom: 24px;
    transform: translateX(80px);
}
.gr-download-3 {
	top: 95px;
	transform: translateX(95px);
}
.download .inner {
	width: 100vw;
	padding: 0 15px 60px;
}
/*-------------------------------------------------------
PAGINAÇÃO
-------------------------------------------------------*/

/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.padrao .wp-caption-text { 
	padding: 12px 25px 12px;   
}
.padrao img.size-conteudo,
.padrao img.size-full,
.padrao img.size-large,
.padrao img.size-medium{
	width: 100vw;	
    position: relative;
    left: -15px;
}
.padrao img.size-medium{
    width: 100%;
}
/* VIDEO */
.padrao .videoContainter{	
	width: 100vw;	
    position: relative;
    left: -15px;	
}
.padrao table {
    width: 100vw;	
    position: relative;
    left: -15px;  
}
.padrao .gallery {
	width: 100vw;	
    padding-bottom: 35px;
    position: relative;
    left: -15px;
}
.padrao .gallery .owl-dot:hover,
.padrao .gallery .owl-dot.active {
    background-color: #FC85C2 !important;
}
/* BOX INFORMATIVO */
.box-informativo {
	width: calc( 100% + 15px);
	padding: 0 0 0 55px;
	display: block;
	left: 0;
}
.box-informativo::before {	
	background: url(img/gr-box-informativo.svg) no-repeat -7px 0;
	width: 220px;	
	top: unset;
	right: 0;
	bottom: 342px;	
}
.box-informativo-txt{
    width: 100%;
    padding: 25px 15px 30px 0;
}
.box-informativo-txt h1,
.box-informativo-txt h2,
.box-informativo-txt h3{
    color: #5980ED;
    font-size: 23px;
    margin-bottom: 1.5rem;
}
.box-informativo-img{
    width: 100%;    
}

}