/*
Theme Name: NaPele
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a NAPELE, em parceria com a agência 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{
    background-color: #FFF;  
	height:100%;
}
body {
	background-color: #FFF;  
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 14px;   
	color:#231F20;	
	overflow-x: hidden;    
	min-height: 100%;	
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6{      
    font-family: "Lalezar", sans-serif;
    font-weight: 400;
    font-style: normal;   
    line-height: 1.25em;   
    letter-spacing: 0.01em;
    color: #231F20;
}
h1{		
    font-size: 68px;
    line-height: 0.9em;
}
h2{   
	font-size: 26px;      
}	
h2.titulo-secao{
    width: 100%;
    padding-bottom: 5px;
    color: #FFF;
    font-size: 32px;   
    position: relative;
    margin: 0 auto 40px;
}
h2.titulo-secao::after {
    content: "";
    width: calc( ( 50vw - 452px ) + 904px );
    height: 3px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;	
}
h3{
	font-size: 24px;	
    line-height: 1em;   
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
}
a{
	color: #231F20;
	text-decoration:none;
	transition: all 200ms ease-in-out;	
	}
strong{
	font-weight: 600;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	height: auto;
}
.site{
	width: 100%;
	height: auto;	   
	z-index: 0;
	position: relative;
	overflow: hidden;	  
}
section{
	width: 100%;
	height: auto;
	position: relative;	
}
.inner{
    width: 904px;	   
    height: auto;   
	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;
}
.vermelho{
    background: #F15A4D;
}
.branco *{
    color: #FFF;
}
/*EMENDAS OWL*/
.owl-nav {   
	width: 100%;
	height: 42px;
	padding: 0;	
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);		
    pointer-events: none;
}
.owl-prev,
.owl-next {
    background: none !important;         
    border: none !important;      
	width: 42px;
    height: 42px;
    display: block;
    position: absolute;       
    pointer-events: all;
}
.owl-prev{
    left: -55px;
}
.owl-next{
    right: -55px;
    transform: scale(-1);    
}
.owl-prev span,
.owl-next span {
    content: "";
	border: 4px solid #231F20;
    border-right: none;
    border-bottom: none;
	width: 31px;
	height: 31px;
	display: block !important;
	position: absolute;   
    left: 8px;
    transform-origin: left top;
	transform: rotate(-45deg);	
    font-size: 0;        
    transition: all 200ms ease-in-out;   
}  
.owl-prev:hover span,
.owl-next:hover span{
    border-color: #FFF;   
}
.owl-prev.disabled,
.owl-next.disabled{
    opacity: 0.3;
    cursor: default !important;
}
.owl-prev.disabled:hover span,
.owl-next.disabled:hover span{
    border-color: #231F20;   
}
.owl-dots{
    width: 100%;
    position: absolute;
    bottom: 20px;    
    text-align: center;
}
.owl-dots .owl-dot{
    background: #e5efe5 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: all 200ms ease-in-out;    
}
.owl-dots .owl-dot.active{
    background: #006600 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header,
header.movel {
	background: transparent;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;	
	z-index: 3;
    pointer-events: none;	
}
header.movel{
    position: absolute;
    z-index: 4;
}
.header-inner{   
    width: 1196px;  
    height: 69px;     
    padding: 0;   
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;       
}
header.movel .header-inner{    
    justify-content: end;
}
.logo {	
    height: 69px;   
    pointer-events: all;
}
/* BOTÃO MENU */
.btn-menu{	  
    background: #FFF;
    border: none;      
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 14px;
    display: block;   
    pointer-events: all;
}
.btn-menu .bar,
.btn-menu-txt .icone .bar{
    background-color: #000;      
    height: 4px;
    display: block;   
    transition: all 200ms ease-in-out;
}
.btn-menu .bar.bar-1,
.btn-menu-txt .icone .bar.bar-1{
    width: 18px;
    margin-bottom: 5px;    
}
.btn-menu .bar.bar-2,
.btn-menu-txt .icone .bar.bar-2{
    width: 13px;
    margin-bottom: 5px;    
}
.btn-menu .bar.bar-3,
.btn-menu-txt .icone .bar.bar-3{
    width: 21px;
}
.btn-menu-txt {
	background: #F15A4D;
	border: none;
    width: 120px;
    height: 50px;
	padding: 3px 48px 0 10px;
    position: relative;
	font-family: "Lalezar", sans-serif;
	font-size: 23px;
	font-weight: 400;
	pointer-events: all;		
}
.btn-menu-txt span{
    color: #231F20;
    transition: all 200ms ease-in-out;
}
.home .btn-menu-txt{
    background: #FFF;    
}
.btn-menu-txt .icone{
    width: 48px;
    height: 50px;
    padding: 14px 0 0 12px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.social{
    width: max-content;
    font-size: 0;
    margin: 0 24px 0 0;
}
.social a {		
    width: 30px;
    height: 24px;
	display: inline-block;
	color: #231F20;
	font-size: 24px;	
	text-align: center;
	margin: 0 0 0 15px;
    pointer-events: all;
}
.social a:first-child{
    margin: 0;
}
/* HOVER MENU */
.btn-menu:hover .bar{
     background-color: #F15A4D;
}
.btn-menu-txt:hover .bar{
    background-color: #FFF;
}
.btn-menu-txt:hover span,
.social a:hover{   
    color: #FFF;
}
.claro .btn-menu-txt:hover .bar{
    background-color: #F15A4D;
}
.claro .btn-menu-txt:hover span,
.claro .social a:hover{   
    color: #F15A4D;
}
/* NAVEGAÇÃO */
.navegacao{
    background: #FFF;
    width: max-content;
    padding: 25px 40px 30px;
    position: fixed;
    top: 0;
    right: 50%;
    transform: translateX(598px);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    pointer-events: all;
    transition: all 300ms ease-in-out;
}
.navegacao.ativo{
    visibility: visible;
    opacity: 1;
}
.btn-fecha-menu{	  
    background: #FFF;
    border: none;    
    width: 22px;
    height: 22px;
    padding: 0;
    display: block;  
    position: absolute;
    top: 25px;
    right: 40px;
    pointer-events: all;
}
.btn-fecha-menu .bar{
    background-color: #000;     
    width: 28px; 
    height: 4px;
    display: block; 
    position: absolute;  
    top: 9px;
    left: -3px;
    transform: rotate(45deg);
    transition: all 200ms ease-in-out;
}
.btn-fecha-menu .bar.bar-2{
    transform: rotate(-45deg);
}
.btn-fecha-menu:hover .bar{
    background-color: #F15A4D;
}
.logo-navegacao,
.navegacao .social{
    display: none;
}
/* BUSCA */
.form-busca{    
    width: 232px;
    height: 30px;
    position: relative;
    margin: 0 62px 45px 0;	
    pointer-events: all;
}
.form-busca input[type="text"]{
	background: #FFF;
    border: none;
	border-bottom: 3px solid #231F20;
	width: 100%;
	height: 30px;
	padding: 0 30px 0 0;		
	color: #231F20;	
    margin-bottom: 0;
}
.form-busca button.btn-search {
	background: none;
	border: none;
	width: 24px;
	height: 24px;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 3px;
    color: #231F20;	
	font-size: 20px;
    transition: all 200ms ease-in-out;
}
.form-busca button.btn-search:hover{
    color: #F15A4D;
}
.menu-principal {
	width: max-content;
	position: relative;
	transform-origin: top left;
	transform: rotate(-90deg) translateX(-100%);	
    pointer-events: all;
}
.menu-principal ul {
    font-size: 0;	
}
.menu-principal ul li{
    display: block;
    margin: 0 0 24px;
}
.menu-principal ul li:last-child{
    margin: 0;
}
.menu-principal ul li a{   
    width: max-content;  
    display: block;
    position: relative;
    color: #231F20;   
    font-family: "Lalezar", sans-serif;
    font-size: 40px;    
    line-height: 1em;
    letter-spacing: 0.01em;
}
.menu-principal ul li a:hover{
    color: #F15A4D;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{  
    background: #fff;
	width: 100vw;
	height: auto;	  
	position: relative;	
}
.footer-inner{    
    width: 904px;
    padding: 65px 0 35px;	   
    display: flex; 
    justify-content: space-between;   
    margin: 0 auto;
}
.logo-rodape{
    width: 130px;
}
.menu-rodape,
.contato-rodape{   
    width: max-content;
    padding: 24px 0 0;	    
}
.menu-rodape ul{       
     display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr); /* ajuste conforme necessário */
    gap: 24px 90px;
    height: 120px;
    width: max-content;
}
.menu-rodape ul li a{
    width: max-content;    
    display: block;
    position: relative;
    color: #231F20;   
    font-family: "Lalezar", sans-serif;
    font-size: 24px;    
    line-height: 1em;
    letter-spacing: 0.01em;
}
.menu-rodape ul li a:hover{
    color: #F15A4D;
}
.contato-rodape .social{
    margin-bottom: 28px;
}
.contato-rodape .social a{
    color: #F15A4D;
}
.contato-rodape p{
    margin-bottom: 1.5em;
}
.contato-rodape p a,
address p{	   
    color: #F15A4D;
    font-size: 14px;
    line-height: 1.4em;   	
}
.contato-rodape p a{
    font-weight: 700;
}
.contato-rodape .social a:hover,
.contato-rodape p a:hover{
    color: #231F20;
}
.rodape{   
    width: 900px;
    padding: 0 0 30px;	
    font-size: 11px;  
    margin: 0 auto;
}
p.direitos{
    line-height: 1.5em;
    text-align: center;
    margin: 0;    
}
p.direitos a{
    color: #231F20;
}
p.direitos a:hover{
    color: #F15A4D;
}
.btn-totop{
    background: #231F20;
    border: none;         
    width: 44px;
    height: 44px;    
    display: block;   
    position: fixed;
    bottom: 30px;
    right: 50%;
    transform: translateX(598px);
    cursor: pointer;
    /* opacity: 0;
    visibility: hidden; */
    z-index: 6;
    transition: all 200ms ease-in-out;
}
.btn-totop::after {
	content: "";
	border: 4px solid #FFF;
	border-bottom: none;
	border-right: none;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 16px;
	left: 11px;
	transform: rotate(45deg);
}
.btn-totop:hover{
    background: #F15A4D;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
/* BANNER */
.hero {   
    background-color: #FFF;
    height: 768px;	
}
.hero::after{
    content: "";
    width: 100%;
    height: 39px;
    background: #F15A4D;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.logo-hero-container {
	background-color: #FFF;
	width: 200px;
	height: 369px;
	padding: 82px 0 0 55px;
	position: absolute;
	top: 0;
	left: 0;
}
.logo-hero{
    width: 137px;  
}
.slider-hero{
    background-color: #ccc;
    width: 598px;
    height: 229px;
    position: absolute;
    z-index: 1;
}
.slider-hero .owl-carousel{
    position: relative;
    z-index: 0;   
}
.btn-audio{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 200ms ease-in-out;
}
.btn-audio:hover{
    background: rgba(0,0,0,0.4);
}
.audio-bars {
	background-color: #FFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 8px;
	position: absolute;
	right: 20px;
	bottom: 20px;
    opacity: 0;
    transition: all 200ms ease-in-out;
}
.btn-audio.active .audio-bars{
    opacity: 1;
}
.audio-visualizer {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;          
    box-sizing: border-box;
}
.audio-bar {
    width: 3px;
    background: #000;            
    animation: audio 1.2s ease-in-out infinite;
}
.audio-bar:nth-child(1) {
    height: 16px;
    animation-delay: 0s;
}
.audio-bar:nth-child(2) {
    height: 16px;
    animation-delay: 0.1s;
}
.audio-bar:nth-child(3) {
    height: 16px;
    animation-delay: 0.2s;
}
.audio-bar:nth-child(4) {
    height: 16px;
    animation-delay: 0.3s;
}
@keyframes audio {
    0%, 100% {
        transform: scaleY(0.3);
    }
    50% {
        transform: scaleY(1);
    }
}
/*POSIÇÃO DOS SLIDERS*/
.slider-hero.slider-1{
    top: 0;
    left: 50%;
    transform: translateX(-310px);
}
.slider-hero.slider-2{
    top: 270px;
    left: 50%;
    transform: translateX(85px);
}
.slider-hero.slider-3{
    top: 369px;
    right: 50%;
    transform: translateX(-117px);
}
.slider-hero.slider-4{
    top: 539px;
    left: 50%;
    transform: translateX(-68px);
}
/* SOBRE HOME */
.sobre-home{
    background: #F15A4D;
}
.sobre-home .inner {   
	padding: 140px 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.sobre-home-txt{
    width: 300px;   
}
.sobre-home-txt h2{
    font-size: 48px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.sobre-home-txt .padrao *{
    font-size: 18px;
}
.menu-sobre{    
    width: 300px;
}
.menu-sobre ul li{
    margin-bottom: 32px;
}
.menu-sobre ul li:last-child{
    margin-bottom: 0;
}
.menu-sobre ul li a{       
    padding-bottom: 20px;
    display: block;
    position: relative;
    color: #FFF;   
    font-family: "Lalezar", sans-serif;
    font-size: 32px;    
    line-height: 1em;    
}
.menu-sobre ul li a::before {
	content: "";
	width: 76px;
	height: 5px;
	background: #FFF;
	position: absolute;
	bottom: 18px;
	right: 4px;
	transition: all 200ms ease-in-out;
}
.menu-sobre ul li a::after {
	content: "";
	border: 5px solid #FFF;
    border-bottom: none;
	border-left: none;
	width: 29px;
	height: 29px;
	position: absolute;
	bottom: 0;
	right: 21px;
	transform-origin: right bottom;
	transform: rotate(45deg);	
}
.menu-sobre ul li a:hover::before{
    width: calc( 100% - 4px );
}
/* INSTAGRAM */
.instagram{
    background: #231F20;    
}
.instagram .inner{
    width: 1096px;    
    padding: 100px 0 85px;    
}
.instagram h2.titulo-secao{
    width: 904px;   
}
.instagram-feed{
    margin-bottom: 58px;
}
#sb_instagram{
    padding-bottom: 0 !important;
}
a.btn-instagram{
    width: max-content;
    padding-bottom: 10px;
    display: block;
    position: relative;
    color: #FFF;
    font-family: "Lalezar", sans-serif;
    font-size: 20px;
    margin: 0 auto;
}
a.btn-instagram::after {
    content: "";
    width: 145px;
    height: 3px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 50%;	
    transform: translateX(-50%);
    transition: all 200ms ease-in-out;
}
a.btn-instagram:hover{
    color: #F15A4D;
}
/* a.btn-instagram:hover::after {
    background: #F15A4D;
} */

/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/
.topo{
    z-index: 2;
}
.topo-sobre .inner{  
    padding: 0 0 10px;
}
h1.titulo-pagina{	    
	width: max-content;	
	position: fixed;	
	top: 118px;
	right: 50%;
    transform-origin: top right;
	transform: rotate(-90deg) translatey(-575px);
    color: #FFF;
    z-index: 1;
}
.topo-sobre h1.titulo-pagina::after {
	content: "";
	width: 100%;
	height: 44px;
	background: #F15A4D;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
a.btn-rolatela {	
	width: 40px;
	height: 294px;
	display: block;
	position: absolute;
	left: -119px;
	bottom: 130px;
    z-index: 0;
}
a.btn-rolatela::before {
	content: "";
	width: 5px;
	height: 74px;
	background: #FFF;
	position: absolute;
	bottom: 4px;
	right: 18px;
	transition: all 200ms ease-in-out;
}
a.btn-rolatela::after {
	content: "";
	border: 5px solid #FFF;
	border-top: none;
	border-left: none;
	width: 29px;
	height: 29px;
	position: absolute;
	bottom: 0;
	right: 20px;
	transform-origin: right bottom;
	transform: rotate(45deg);
}
a.btn-rolatela:hover::before{
    height: calc( 100% - 4px );
}
.topo-sobre-content{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.topo-sobre-txt{
    width: 224px;
    padding: 0 0 120px;
    color: #FFF;    
    font-size: 20px;
}
.topo-sobre-slider{
    width: 628px;    
}
/* SOBRE */
.sobre .inner{   
    padding: 120px 0 130px;
}
h2.titulo-secao.escuro{   
    color: #231F20;   
}
h2.titulo-secao.escuro::after {  
    background: #231F20;   
}
.sobre-linha{
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sobre-txt{
    width: 540px;
}
.sobre-linha .menu-sobre{
    width: 210px;
}
.galeria-item-legenda{
    padding: 30px 0 0 90px;
    color: #FFF;   
}
/* BOX PRETO */
.box-preto{
    background: #231F20;    
}
.box-preto::before{
    content: "";
    width: calc( ( 50vw - 529px ) );
    height: 100%;
    background: #F15A4D;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.box-preto .inner{    
    width: 904px;
    padding: 80px 0 90px 90px;   
}
.box-preto-linha{
    display: flex;
    justify-content: space-between;
}
.box-preto-txt{
    width: 352px;
}
.lista-premios{
    width: 340px;
    padding: 0 20px;
    margin-top: -10px;
}
.owl-premios .owl-nav{
    height: 30px;
    top: -2px;
    transform: none;
}
.owl-premios .owl-prev,
.owl-premios .owl-next {	   
	width: 30px;
	height: 30px;	
}
.owl-premios .owl-prev::before,
.owl-premios .owl-next::before{
    content: "";
    background: #231F20;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.owl-premios .owl-prev {
	left: -30px;
}
.owl-premios .owl-next {
	right: -30px;
}
.owl-premios .owl-prev span,
.owl-premios .owl-next span {	
    background: #FFF;
	border: none;
	width: 14px;
    height: 14px;    
    z-index: 0;
}
.owl-premios .owl-prev:hover span,
.owl-premios .owl-next:hover span{
    background: #F15A4D;
}
.owl-premios .owl-prev.disabled:hover span,
.owl-premios .owl-next.disabled:hover span{   
    background: #FFF;
}
.premio-ano h3{
    color: #FFF;
    font-size: 32px;
    position: relative;
}
.premio-ano h3::after {
	content: "";
	border-top: 3px solid #F15A4D;
	width: calc( 100% - 80px );
	height: 1px;
	position: absolute;
	top: 11px;
	right: 0;
}
ul.premio-ano-lista{
    padding: 30px 0 0;
}
ul.premio-ano-lista li{
    margin-bottom: 0.5em;
}
ul.premio-ano-lista li:last-child{
    margin-bottom: 0;
}
ul.premio-ano-lista li span,
ul.premio-ano-lista li a{
    color: #FFF;
    line-height: 1.5em;
}
ul.premio-ano-lista li a{
    width: max-content;
    font-weight: 700;
}
ul.premio-ano-lista li a:first-child{
    display: block !important;
}
ul.premio-ano-lista li a:hover{
    color: #F15A4D;
}
.publicacoes-txt {
	padding-bottom: 80px;
	column-count: 2;
	column-gap: 110px;
}
.box-preto-slider{
    width: 904px;
}
.box-preto-slider .owl-prev span,
.box-preto-slider .owl-next span {
	border-color: #F15A4D;	
}
.box-preto-slider .owl-prev:hover span,
.box-preto-slider .owl-next:hover span{
    border-color: #FFF;	
}
.box-preto-slider .owl-prev.disabled:hover span,
.box-preto-slider .owl-next.disabled:hover span{
    border-color: #F15A4D;	
}
/*-------------------------------------------------------
PORTFÓLIO
-------------------------------------------------------*/
.topo-portfolio h1.titulo-pagina{
    color: #231F20;
}
.portfolio .inner{   
    padding: 120px 0 75px;
}
.container-projetos{
    position: relative;
}
.filtros-projetos{
    width: 375px;
    height: auto;
    position: absolute;
}
.list-tipo{
    margin-bottom: 16px;
}
.list-tipo .search-filter-input-button-group {
	flex-direction: column;
	align-items: start;
    gap: 10px;
}
.list-tipo .search-filter-input-button {
    font-family: "Lalezar", sans-serif;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0;	
	margin-right: 0;	
	background-color: transparent;
	color: #fff;
    border: none !important;
    border-radius: 0;	
	display: block;	
    transition: all 200ms ease-in-out;
}
.list-tipo .search-filter-input-button:hover,
.list-tipo .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected),
.list-tipo .search-filter-input-button.search-filter-input-button--is-selected {	
	color: #231F20;
	background-color: transparent;
	border: none !important;
    box-shadow: none;
}
.select-ano{
    width: 130px;
    margin-bottom: 23px;
}
.select-ano .search-filter-component-combobox {	
	background-color: transparent;		
    border: none;
    padding: 0;
}
.select-ano .search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
	color: #231F20;
}
.select-ano .search-filter-component-combobox .search-filter-component-combobox__selection,
.select-ano .search-filter-component-combobox input[type="text"] {
    color: #231F20;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0;	
}
.select-ano .search-filter-component-combobox input[type="text"]::placeholder {
    font-size: 24px !important;
    color: #231F20;
    opacity: 1;
}
.select-ano .search-filter-component-combobox__listbox-toggle{
    background: url(img/icone-select.svg) no-repeat center center;
}
.select-ano .search-filter-component-combobox__listbox-toggle .search-filter-icon{
    display: none;
}
.select-ano .search-filter-component-combobox__listbox-toggle::before {
	content: none;	
}
.select-ano .search-filter-icon--destructive .search-filter-icon__svg {
	fill: #FFF;
	color: #FFF;
}
.select-ano .search-filter-icon--destructive:hover .search-filter-icon__svg {
	fill: #231F20;
	color: #231F20;
}
.search-filter-component-combobox-base__listbox {	
    color: #231F20;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
	border: none;
    border-radius: 0;
    padding: 5px 0;
}
.search-filter-component-combobox-base__listbox-option {	
	line-height: 1em;
	padding: 2px;	
	padding-left: 8px;
}
.search-filter-component-combobox-base__listbox-option--active:hover,
.search-filter-component-combobox-base__listbox-option--active.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--selected,
.search-filter-component-combobox-base__listbox-option--active {
	background-color: #FFF;
	color: #F15A4D;
}
.input-busca{
    margin-bottom: 20px;
}
.input-busca .search-filter-input-text {
	border: none;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 3px solid #FFF;
    padding: 0;
    flex-direction: row-reverse;
}
.input-busca .search-filter-input-text__icon {
    background: url(img/icone-busca.svg) no-repeat center center;
    width: 30px;
    height: 30px;	
    padding: 0;
    margin: 0;
}
.input-busca .search-filter-icon__svg {
	display: none;
}
.input-busca .search-filter-input-text input[type="text"].search-filter-input-text__input{
    padding: 0;
    color: #FFF;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
}
.resetar .search-filter-input-button,
.loadmore .search-filter-input-button {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    width: max-content;
    padding: 10px 10px 7px;
	color: #231F20;
    font-family: "Lalezar", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-transform: uppercase;	
	margin-right: 0;
    transition: all 200ms ease-in-out;
}
.resetar .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected),
.resetar .search-filter-input-button:hover{
    background-color: #231F20;
    color: #FFF;
}
.loadmore .search-filter-input-button {
    background-color: #F15A4D;    
    border-bottom: 3px solid #FFF;   
    padding: 10px 5px 5px;
	color: #FFF;   
    margin: 0 auto;
}
.loadmore .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected),
.loadmore .search-filter-input-button:hover{
    background-color: #F15A4D;
    border-bottom: 3px solid #FFF;   
    color: #231F20;
}
.grid-projetos{
    padding: 0 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
}
.grid-projetos .card-projeto:first-child {
	margin: 0 0 50px 529px;
}
.grid-projetos .card-projeto:nth-child(even) {
    top: -110px;
}
.card-projeto{
    width: 375px;
    padding: 30px 0 0 65px;
    position: relative;
    margin: 0 0 50px 0;
}   
.card-projeto-img{
    width: 298px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.card-projeto-img::before {
	content: "";
	width: 76px;
	height: 5px;
	background: #F15A4D;
	position: absolute;
	bottom: 38px;
	right: 28px;
	transition: all 200ms ease-in-out;  
}
.card-projeto-img::after {
	content: "";
	border: 5px solid #F15A4D;
    border-bottom: none;
	border-left: none;
	width: 29px;
	height: 29px;
	position: absolute;
	bottom: 20px;
	right: 45px;
	transform-origin: right bottom;
	transform: rotate(45deg);	
}
.card-projeto-img:hover::before{
    width: 155px;
}
.card-projeto-info{
    background-color: #FFF;
    padding: 275px 35px 25px 50px;
    position: relative;
    z-index: 0;
}
.card-projeto-info h3{
    color: #F15A4D;   
    margin-bottom: 0.35em;
    transition: all 200ms ease-in-out;
}
.card-projeto-info h3:hover{
    color: #231F20;
}
.card-projeto-info .ano,
.card-projeto-info .tipo,
.topo-projeto-meta .ano,
.topo-projeto-meta .tipo{
    width: max-content;
    font-family: "Lalezar", sans-serif;
    font-size: 32px;   
    font-weight: 400;
    font-style: normal;   
    text-transform: uppercase; 
    display: block;
}
.card-projeto-info .tipo {    
	font-size: 24px;	
	position: absolute;
    top: 20px;
	right: 29px;
	transform-origin: right top;
	transform: rotate(-90deg) translateY(-100%);
}
.sem-resultado {
	padding: 345px 0 0;
}
/*-------------------------------------------------------
SINGLE PROJETO
-------------------------------------------------------*/
.single-projeto .btn-menu-txt {
	background: #FFF;	
}
.mask-botao-voltar {
	background: #FFF;
	width: 69px;
	height: 300px;
	position: absolute;
	top: 215px;
	left: 50%;
	transform: translateX(-585px);
	z-index: 11;
    pointer-events: all;
}
.btn-voltar {
	font-family: "Lalezar", sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	position: fixed;
	transform-origin: top right;
	transform: rotate(-90deg) translatey(-830px);
	top: 225px;
	left: 50%;
	z-index: 10;
}
.btn-voltar:hover{
    color: #F15A4D;
}
.btn-voltar.mudacor:hover{
    color: #FFF;
}
/* TOPO */
.topo-projeto .inner {
	padding: 130px 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: last baseline;
}
.topo-projeto-titulo{
    width: 460px;
}
.topo-projeto h3{
    color: #F15A4D;
    margin-bottom: 15px;
}
.topo-projeto h1{
    font-size: 48px;
}
.topo-projeto-meta{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #F15A4D;
}
.topo-projeto-meta .ano{
    font-size: 34px;
    margin-bottom: 16px;
}
.topo-projeto-meta .tipo{
    font-size: 24px;
}
/* CONTEÚDO */
.conteudo-projeto .inner{
    padding: 0 0 60px;
}
.conteudo-projeto h2.titulo-secao{
    color: #231F20;
}
.conteudo-projeto h2.titulo-secao::after {
	background: #F15A4D;	
}
.conteudo-projeto .padrao{
    width: 536px;
}
.conteudo-projeto .padrao:first-of-type{
    margin-bottom: 50px;
}
/* GALERIA */
.galeria-projeto .inner {
	width: 1096px;
	padding: 60px 0 75px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.galeria-linha{
    display: flex;
    gap: 16px;
}
.galeria-linha:nth-child(3n+1){
    justify-content: end;
}
.galeria-linha:nth-child(3n+2){
    padding: 0 0 0 19px;
    justify-content: start;
}
.galeria-linha:nth-child(3n+3){
    justify-content: center;
}
.galeria-img{
    width: 445px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.galeria-img img{
    position: relative;
    transition: all 200ms ease-in-out;
}
.galeria-img:hover img{
    transform: scale(1.1);
}
/* EQUIPE */
.box-preto.equipe .inner {	
	padding: 60px 0 60px 90px;
}
ul.lista-equipe {
	display: flex;
	flex-direction: column;
	gap: 18px 0;
	max-height: 305px;
}
ul.lista-equipe li{
    color: #FFF;
    font-size: 18px;
    line-height: 1.25em;   
}
ul.lista-equipe span{
    font-size: 14px;
    font-weight: 700;
}
/* LINK IMPRENSA */
.link-imprensa .inner{
    padding: 60px 0 0;
}
.link-imprensa .menu-sobre {
	width: max-content;
}
.link-imprensa .menu-sobre ul li a {
	padding-right: 50px;
}
/* RELACIONADOS */
.relacionados .inner{
    padding: 75px 0 130px;
}
.relacionados-lista{
    width: 475px;
}
.relacionados-lista .card-projeto {
	margin: 0;
}
.owl-relacionados.owl-carousel .owl-stage-outer {	
	overflow: unset;	
}
.owl-relacionados .owl-nav{
    width: 120px;
    height: 30px;
    top: unset;
    bottom: -80px;
    left: 400px;
    transform: none;
}
.owl-relacionados .owl-prev,
.owl-relacionados .owl-next {	   
	width: 30px;
	height: 30px;	
}
.owl-relacionados .owl-prev::before,
.owl-relacionados .owl-next::before{
    content: "";
    background: #F15A4D;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.owl-relacionados .owl-prev {
	left: -30px;
}
.owl-relacionados .owl-next {
	right: -30px;
}
.owl-relacionados .owl-prev span,
.owl-relacionados .owl-next span {	
    background: #FFF;
	border: none;
	width: 14px;
    height: 14px;    
    z-index: 0;
}
.owl-relacionados .owl-prev:hover span,
.owl-relacionados .owl-next:hover span{
    background: #231F20;
}
.owl-relacionados .owl-prev.disabled:hover span,
.owl-relacionados .owl-next.disabled:hover span{   
    background: #FFF;
}
/*-------------------------------------------------------
NA IMPRENSA
-------------------------------------------------------*/
.topo-imprensa h1.titulo-pagina {
	width: min-content;	
}
.select-imprensa {
	background: #F15A4D;
	width: 700px;
	height: 62px;
    padding-top: 25px;
	position: absolute;
	top: 125px;
	left: 50%;
	transform: translateX(-176px);
	display: flex;
	align-items: start;
	justify-content: end;	
    z-index: 10;
}
.select-imprensa.fixo{
    position: fixed;
    top: 0;
}
.select-imprensa::after{
    content: "";
    background: #F15A4D;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.select-imprensa span{
    color: #231F20;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0 4px 0 0;
}
.btn-anos{
    background: none;
    width: 130px;
    height: 36px;  
    padding: 0;
    position: relative;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;    
}
.btn-anos .icone-seta{
    background: url(img/icone-select.svg) no-repeat center center;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;    
}
.btn-anos.ativo .icone-seta{
    transform: scaleY(-1);
}
ul.lista-anos{
    background-color: #FFF;
    width: 130px;
    padding: 5px 0;
    position: absolute;
    top: 62px;
    right: 0;
    display: none;
}
ul.lista-anos.ativo{
    display: block;
}
ul.lista-anos li{
    padding: 2px 2px 2px 8px;
}
ul.lista-anos li a{
    color: #231F20;
    font-family: "Lalezar", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    display: block;
}
ul.lista-anos li a:hover{
    color: #F15A4D;
}
.select-imprensa .select-ano{
    margin-bottom: 0;
}
.imprensa::before{
    content: "";
    background: #231F20;
    width: calc( 50vw - 175px );
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.imprensa .inner{
    z-index: 1;
}
.imprensa-content{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.imprensa-txt-container{
    width: 224px;
    height: 768px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.imprensa-txt {
	width: 100%;
	padding: 0 0 120px;
	color: #FFF;
	font-size: 20px;
}
.imprensa-lista {
	width: 628px;
	padding: 240px 0 75px 95px;    
}
.ano-imprensa{
    min-height: 300px;
    position: relative;
}
.ano-imprensa::before{
    content: "";
    border-top: 3px solid #231F20;
    width: calc( 100% + (50vw - 452px));
    position: absolute;
    top: 0;
    left: 0;
}
.ano-imprensa h2 {
	background-color: #F15A4D;
	width: 112px;
    position: absolute;
	top: -20px;
	font-size: 48px;
    line-height: 1em;
	margin-bottom: 0;	
}
.ano-imprensa-slider{
    padding: 60px 53px 100px 130px;
}
.imprensa-item h3{
    padding-top: 20px;
    color: #FFF;
    font-size: 20px;
    text-align: center;   
}
.fancybox-is-open .fancybox-bg {
    background: #231F20 !important;
	opacity: 1 !important;	
}
.fancybox-inner{
    z-index: 10 !important;
}
.fancybox-slide--image {	
	padding: 60px 0 80px !important;
}
.fancybox-caption,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {	
	opacity: 1 !important;
	visibility: visible !important;	
}
.fancybox-toolbar {
	right: 60px !important;    
	top: 22px !important;    
}
.fancybox-button.fancybox-button--close{
    width: 20px !important;        
    height: 20px !important;        
    padding: 0 !important;        
}
.fancybox-button.fancybox-button--close::before,
.fancybox-button.fancybox-button--close::after {
	content: "";
	background: #FFF;
	width: 23px;
	height: 3px;
	position: absolute;
	top: 8px;
	left: -2px;
	transform: rotate(45deg);
	display: block;
    transition: all 200ms ease-in-out;
}
.fancybox-button.fancybox-button--close::after{
    transform: rotate(-45deg);
}
.fancybox-button.fancybox-button--close:hover::before,
.fancybox-button.fancybox-button--close:hover::after{
    background: #F15A4D;
}
.fancybox-navigation .fancybox-button {
    background: none !important;         
    border: none !important;      
	width: 42px !important;
    height: 42px !important;    
    display: block;
    position: absolute;       
    pointer-events: all;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left{
    left: 60px;
    padding: 0;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right{
    right: 60px;
    padding: 0;
    transform: scale(-1);    
}
.fancybox-button.fancybox-button--close svg,
.fancybox-navigation .fancybox-button svg {
	display: none !important;
}
.fancybox-navigation .fancybox-button div {
    content: "";
	border: 4px solid #F15A4D;
    border-right: none;
    border-bottom: none;
	width: 31px;
	height: 31px;
	display: block !important;
	position: absolute;   
    left: 8px;
    transform-origin: left top;
	transform: rotate(-45deg);	
    font-size: 0;        
    transition: all 200ms ease-in-out;   
}
.fancybox-navigation .fancybox-button:hover div{
    border-color: #FFF;   
}
.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover{
    opacity: 0.3 !important;
}
.fancybox-navigation .fancybox-button[disabled]:hover div{
    border-color: #F15A4D;
}
.fancybox-custom-element {
    position: absolute;   
    opacity: 0;   
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 99998;
}
.fancybox-custom-element h4{   
    color: #FFF;
    font-size: 20px;
}
.fancybox-custom-element p{
    color: #FFF;
    font-size: 16px;
}
.fancybox-custom-element a{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    pointer-events: all;
}
.post-type-archive-imprensa .fancybox-custom-element a::before{
    content: "Link ";
}
.page-sobre .fancybox-custom-element a::before{
    content: "Portfólio ";
}
.fancybox-custom-element a:hover{
    color: #F15A4D;
}
.fancybox-custom-attr3 {  
    max-width: 300px   
}
/* Estado visível */
.fancybox-custom-visible {
    opacity: 1;
    transform: translateY(0);
}
/* Diferentes posições possíveis */
.position-top-left { top: 20px; left: 100px; }
.position-top-right { top: 20px; right: 120px; }
.position-bottom-left { bottom: 20px; left: 100px; }
.position-bottom-right { bottom: 20px; right: 100px; }
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.contato{
    padding: 0 0 70px;
}
.contato::after{
    content: "";
    background: #231F20;
    width: 100%;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.contato .inner{
    background: #F15A4D;
    padding: 120px 0 60px 90px;
    z-index: 1;
}
.contato .inner::after{
    content: "";
    background: #F15A4D;
    width: calc( 50vw - 452px );
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.contato h1.titulo-pagina{
    color: #231F20;
}
.contato h2{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.contato-txt{
    width: 442px;
    margin-bottom: 20px;
}
.contato-content{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
/* FORMULÁRIO */
.formulario{
    width: 442px;   
}
.contato-info{
    width: 260px;    
}
.contato-info a{
    font-weight: 700;
}
.contato-info a:hover{
    color: #FFF;
}
.contato-info p{
    color: #231F20;   
}
.formulario label{
    display: block;
    color: #231F20;
    Font-family: "Lalezar", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
select{
    background: transparent;
    border: none;
    border-bottom: 3px solid #FFF;   
	width: 100%;
    height: 30px;
	padding: 0;
    font-family: "Lalezar", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	color:#231F20;	
    margin-bottom: 20px;
    transition: all 200ms ease-in;
}
textarea{	 
    background: #FFF;   
    border-bottom: none;   
	height: 160px;
	padding: 10px;	
    line-height: 1.25em;
    resize: none;
    clip-path: polygon(7px 0, calc( 100% - 7px ) 0, 100% 7px, 100% calc( 100% - 7px ), calc( 100% - 7px ) 100%, 7px 100%, 0 calc( 100% - 7px ), 0 7px);
}

input[type="submit"]{   
    background: transparent;   
    border: none;
    border-bottom: 3px solid #FFF;   
    width: 75px; 
    height: 36px;
    padding: 0; 
    display: block;   
    color: #FFF;
    font-family: "Lalezar", sans-serif;
    font-size: 20px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto; 
    transition: all 200ms ease-in;
}
input[type="submit"]:hover{  
    border-color: #231F20;      
}
/* PLACEHOLDER */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#231F20;	   
    opacity: 1;   
}
::-moz-placeholder { /* Firefox 19+ */
    color:#231F20;	   
    opacity: 1;     
}
:-ms-input-placeholder { /* IE 10+ */
    color:#231F20;	   
    opacity: 1;  
}
:-moz-placeholder { /* Firefox 18- */
    color:#231F20;	   
    opacity: 1;      
}
:focus::-webkit-input-placeholder {
    opacity: 0;   
}
:focus::-moz-placeholder {
    opacity: 0;  
}
:focus:-ms-input-placeholder {
    opacity: 0;   
}
:focus:-moz-placeholder {
    opacity: 0;    
}
/* EMENDAS */
.wpcf7 form{
    position: relative;
}
.wpcf7 form .wpcf7-response-output {    
	border: 3px solid #FFF !important;	    
    width: 100%;
	padding: 20px !important;
	color: #FFF !important;
    font-size: 16px;
	font-weight: 700 !important;
    line-height: 1.5em;
	margin: 20px 0 0 !important;	
}
.wpcf7-not-valid-tip {
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	display: block;
	text-transform: uppercase;
	margin: -15px 0 10px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
	font-weight: normal !important;
}
.wpcf7-spinner {
    background-color: #231F20 !important;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
/*-------------------------------------------------------
404
-------------------------------------------------------*/
.conteudo-404 .inner {
	height: 100vh;
	max-height: 768px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.conteudo-404 h1{    
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.conteudo-404 a.btn-instagram {
	text-transform: uppercase;
}
.conteudo-404 a.btn-instagram:hover{
    color: #231F20;
}
/*-------------------------------------------------------
BUSCA
-------------------------------------------------------*/
.search-results .btn-menu-txt {
	background: #FFF;	
}
.content-search .inner{
    padding: 90px 0 60px;
}
.content-search h1.titulo-pagina{
    color: #231F20;
}
.busca-resultado{
    display: flex;
    justify-content: start;
}
.resultado{
    width: 370px;
}
.resultado p{
    font-size: 20px;
    margin-bottom: 0;
}
.resultado p span{
    font-size: 32px;
    font-weight: 700;
}
.busca-resultado .form-busca{
    width: 355px;
    margin: 0;
}
.resultados-lista{
    padding: 120px 365px 0 90px;
}
.resultado-item{
    position: relative;
    margin-bottom: 60px;
}
.resultado-item:last-child{
    margin-bottom: 0;
}
.resultado-item h3{
    color: #F15A4D;
    font-size: 24px;
    margin-bottom: 0.5em;
    transition: all 200ms ease-in-out;
}
.resultado-item h3:hover{
    color: #231F20;
}
.resultado-item p{
    margin-bottom: 0;
}
.btn-resultado-item {
	width: 100%;
	height: 44px;	
	display: block;
    position: relative;
    font-size: 0;
    text-indent: -9999px;
}
a.btn-resultado-item::before {
	content: "";
	width: 76px;
	height: 5px;
	background: #F15A4D;
	position: absolute;
	bottom: 18px;
	right: 4px;
	transition: all 200ms ease-in-out;
}
a.btn-resultado-item::after {
	content: "";
	border: 5px solid #F15A4D;
	border-bottom: none;
	border-left: none;
	width: 29px;
	height: 29px;
	position: absolute;
	bottom: 0;
	right: 21px;
	transform-origin: right bottom;
	transform: rotate(45deg);
}
a.btn-resultado-item:hover::before{
    width: calc( 100% - 4px );
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.padrao h1{
    font-size: 36px;
}
.padrao h2{
    font-size: 32px;
}
.padrao h3{
    font-size: 28px;
}
.padrao h4{
    font-size: 24px;
}
.padrao h5,
.padrao h6{
    font-size: 20px;
}
.padrao h1,
.padrao h2,
.padrao h3,
.padrao h4,
.padrao h5,
.padrao h6{
    margin-bottom: 1.5rem;
}
p:empty {
	line-height: 0;
    margin-bottom: 0;
}
.padrao p{
    margin-bottom: 1.5rem;
}
.padrao p a{		
	text-decoration: underline;
}
.padrao p a:hover{
	color: #F15A4D;
}
.padrao ul,
.padrao ol{
	padding: 0 0 0 20px;
	margin-bottom: 2rem;	
}
.padrao ul{
    list-style: disc outside;	
}
.padrao ol{
	list-style: decimal outside;
}
.padrao li{
	position: relative;  
    font-weight: 400;	
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.padrao *:last-child{
    margin-bottom: 0;
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 810px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
h1{		
    font-size: 56px;    
}
h2{   
	font-size: 26px;      
}	
h2.titulo-secao::after {    
    width: 100vw;   
}
h3{
	font-size: 24px;	
    line-height: 1em;   
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 16px;
}

.site{
	width: 100vw;	
}
section{
	width: 100vw;	
}
.inner{
    width: 100vw;   
}
/*EMENDAS OWL*/
.owl-nav {
	top: 51vw;
}
.owl-prev{
    left: 15px;
}
.owl-next{
    right: 15px;  
}
.owl-dots{
    width: 100%;
    position: absolute;
    bottom: 20px;    
    text-align: center;
}
.owl-dots .owl-dot{
    background: #e5efe5 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: all 200ms ease-in-out;    
}
.owl-dots .owl-dot.active{
    background: #006600 !important;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
.header-inner{   
    width: 100vw;  
    height: 52px;     
    padding: 0 25px 0 35px;  
    align-items: end;    
}
.logo {	
    height: 52px;       
}
/* BOTÃO MENU */
.btn-menu{	   
    width: 38px;
    height: 38px;
    padding: 10px;    
}
.btn-menu .bar.bar-1,
.btn-menu-txt .icone .bar.bar-1{
    width: 14px;
    margin-bottom: 3px;    
}
.btn-menu .bar.bar-2,
.btn-menu-txt .icone .bar.bar-2{
    width: 10px;
    margin-bottom: 3px;    
}
.btn-menu .bar.bar-3,
.btn-menu-txt .icone .bar.bar-3{
    width: 18px;
}
.btn-menu-txt {
	width: 90px;
	height: 38px;
	padding: 3px 38px 0 8px;
	font-size: 18px;
}
.home .btn-menu-txt{
    background: #FFF;    
}
.btn-menu-txt .icone{
    width: 38px;
    height: 38px;
    padding: 10px 0 0 10px;   
}
header .social{
   display: none;
}
.social a {		
    width: 30px;
    height: 24px;
	display: inline-block;
	color: #231F20;
	font-size: 24px;	
	text-align: center;
	margin: 0 0 0 15px;
    pointer-events: all;
}
.social a:first-child{
    margin: 0;
}
/* HOVER MENU */
.btn-menu:hover .bar{
     background-color: #F15A4D;
}
.btn-menu-txt:hover .bar{
    background-color: #FFF;
}
.btn-menu-txt:hover span,
.social a:hover{   
    color: #FFF;
}
.claro .btn-menu-txt:hover .bar{
    background-color: #F15A4D;
}
.claro .btn-menu-txt:hover span,
.claro .social a:hover{   
    color: #F15A4D;
}
/* NAVEGAÇÃO */
.navegacao {
	width: 100vw;
    height: 100vh;
	padding: 45px 45px 0;
	top: 0;
	right: 0;
	transform: none;
}
.navegacao.ativo{
    visibility: visible;
    opacity: 1;
}
.btn-fecha-menu{	  
    top: 45px;
    right: 45px;
}
.logo-navegacao,
.navegacao .social{
    display: block;
    margin-bottom: 30px;
}
.logo-navegacao{
    width: 140px;    
}
.navegacao .social a {
    width: max-content;
    height: 28px;
	color: #F15A4D;
	font-size: 28px;	
	margin: 0 20px 0 0;
}
/* BUSCA */
.form-busca{    
    width: 100%;  
    margin: 0 0 30px 0;	  
}
.menu-principal {
	height: calc( 100vw - 90px );
}
.menu-principal ul {	
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.menu-principal ul li{   
    margin: 0;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
.footer-inner {
	width: 100vw;
	padding: 30px 30px 25px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.logo-rodape{
    display: none;
}
.menu-rodape,
.contato-rodape{   
    width: 100%;
    padding: 0;	    
}
.menu-rodape{
    display: none;
}
.contato-rodape::after{
    content: "";
    display: table;
    clear: both;
}
.contato-rodape .social{    
    margin: 0;
    float: right;
}
.contato-rodape p{
    float: left;
}
address {
	clear: both;
}
address p{
    float: none !important;
    margin-bottom: 0 !important;
}
.contato-rodape p a,
address p{	   
    color: #F15A4D;
    font-size: 14px;
    line-height: 1.4em;   	
}
.contato-rodape p a{
    font-weight: 700;
}
.contato-rodape .social a:hover,
.contato-rodape p a:hover{
    color: #231F20;
}
.rodape {
	width: 100vw;
	padding: 0 30px 25px;
}
.btn-totop{
    display: none;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
/* BANNER */
.hero {      
    height: 666px;	
}
.hero::after{   
    height: 52px;  
}
.logo-hero-container {	
	width: 135px;
	height: 180px;
	padding: 54px 0 0 35px;	
}
.logo-hero{
    width: 90px;  
}
.slider-hero{  
    width: 376px;
    height: 144px;   
}
.audio-bars {	
	width: 32px;
	height: 32px;
	padding: 6px;	
	right: 10px;
	bottom: 10px;   
}
.audio-visualizer {
    width: 20px;
    height: 18px;   
}
.audio-bar {
    width: 3px;
    background: #000;            
    animation: audio 1.2s ease-in-out infinite;
}
.audio-bar:nth-child(1) {
    height: 14px;   
}
.audio-bar:nth-child(2) {
    height: 14px;      
}
.audio-bar:nth-child(3) {
    height: 14px;       
}
.audio-bar:nth-child(4) {
    height: 14px;       
}
/*POSIÇÃO DOS SLIDERS*/
.slider-hero.slider-1{
    top: 54px;
    left: 154px;
    transform: none;
}
.slider-hero.slider-2{     
    top: 210px;
    left: unset;
    right: 25px;
    transform: none;
}
.slider-hero.slider-3{
    top: 366px;
    left: 105px;
    right: unset;
    transform: none;
}
.slider-hero.slider-4{
    top: 522px;
    left: unset;
    right: 118px;
    transform: none;
}
.slider-hero.slider-1 .audio-bars,
.slider-hero.slider-3 .audio-bars{
    right: unset;
    left: 10px;
}
/* SOBRE HOME */
.sobre-home .inner {   
	padding: 50px 35px 50px;
    flex-direction: column;    
    justify-content: start;
    align-items: start;
    gap: 50px;
}
.sobre-home-txt{
    width: 100%;      
}
.menu-sobre{    
    width: 100%;
}
/* INSTAGRAM */
.instagram .inner{
    width: 100vw;    
    padding: 60px 35px 60px;    
}
.instagram h2.titulo-secao{
    width: 100%;   
}
.instagram-feed{
    margin-bottom: 38px;
}
#sb_instagram{
    padding-bottom: 0 !important;
}
#sbi_images{
    gap: 30px !important;
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/
.page-sobre .btn-menu-txt {
	background: transparent;
}
.page-sobre .btn-menu-txt:hover span {
	color: #F15A4D;
}
.page-sobre .btn-menu-txt:hover .bar {
	background-color: #F15A4D;
}
.topo-sobre .inner{  
    padding: 0;
}
h1.titulo-pagina {
	top: 90px;
	right: 100%;
	transform: rotate(-90deg) translatey(29px);
	z-index: 2;
}
.topo-sobre h1.titulo-pagina::after {
	content: none;	
}
a.btn-rolatela {
	height: calc(110vw - 120px);
	left: 35px;
	bottom: 100%;
	z-index: 2;
	transform: translateY(110vw);
	margin-bottom: -120px;
}
.topo-sobre-content {
	justify-content: start;
	align-items: start;
	flex-direction: column-reverse;
}
.topo-sobre-txt {
	width: 100vw;
	padding: 40px 35px 8px 110px;
}
.topo-sobre-slider{
    width: 100vw;    
}
.topo-sobre-slider .owl-carousel .owl-item img {
	width: 100%;
	height: 110vw;
	object-fit: cover;
}
/* SOBRE */
.sobre .inner {
	padding: 52px 35px 50px 110px;
}
.sobre-linha {
	padding-bottom: 60px;
	justify-content: start;
	align-items: start;
	flex-direction: column;
    gap: 50px;
}
.sobre-txt{
    width: 100%;
}
.sobre-linha .menu-sobre{
    width: 100%;
}
.sobre-slider{
    width: 100vw;
    position: relative;
    left: -110px;
}
.sobre-slider .owl-carousel .owl-item img {
	width: 100%;
	height: 102vw;
	object-fit: cover;
}
.galeria-item-legenda {
	padding: 25px 35px 0 110px;
}
/* BOX PRETO */
.box-preto::before{    
    width: 69px;   
}
.box-preto .inner {
	width: 100vw;
	padding: 50px 35px 50px 110px;
}
.box-preto-linha{    
    justify-content: start;
    flex-direction: column;
    gap: 70px;
}
.box-preto-txt{
    width: 100%;
}
.lista-premios{
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.publicacoes-txt {
	padding-bottom: 50px;
	column-count: 1;
	column-gap: 0;
}
.box-preto-slider {
	width: 100vw;
	position: relative;
	left: -110px;
}
.box-preto-slider .owl-carousel .owl-item img {
	width: 100%;
	height: 102vw;
	object-fit: cover;
}
.box-preto-slider .owl-prev span,
.box-preto-slider .owl-next span {
	border-color: #F15A4D;	
}
.box-preto-slider .owl-prev:hover span,
.box-preto-slider .owl-next:hover span{
    border-color: #FFF;	
}
.box-preto-slider .owl-prev.disabled:hover span,
.box-preto-slider .owl-next.disabled:hover span{
    border-color: #F15A4D;	
}
/*-------------------------------------------------------
PORTFÓLIO
-------------------------------------------------------*/
.portfolio .inner{   
    padding: 90px 0 60px;
}
.filtros-projetos{
    width: 100vw;
    padding: 0 35px 40px 110px;    
    position: relative;
}
.select-ano{    
    margin-bottom: 0;
}
.grid-projetos {
	padding: 0 0 50px;
	justify-content: start;
	flex-direction: column;
	align-items: center;
    gap: 50px;
}
.grid-projetos .card-projeto:first-child {
	margin: 0;
}
.grid-projetos .card-projeto:nth-child(even) {
    top: 0;
}
.card-projeto{
    width: 100%;      
    margin: 0;
}   
.card-projeto-info .tipo { 
	right: 19px;	
}
.sem-resultado {
	padding: 20px 35px 0 110px;
}
/*-------------------------------------------------------
SINGLE PROJETO
-------------------------------------------------------*/
.mask-botao-voltar {
	top: 140px;
	left: 0;
	transform: translateX(0);
}
.btn-voltar {
    width: max-content;
	transform: rotate(-90deg) translatey(-100vw);
	top: 150px;
	left: 128px;
	z-index: 10;	
}
/* TOPO */
.topo-projeto{
    z-index: 12;
}
.topo-projeto .inner {
	padding: 90px 35px 50px;
	justify-content: start;
	align-items: start;
	flex-direction: column;
    gap: 15px;
}
.topo-projeto-titulo{
    width: 100%;
}
.topo-projeto-meta {
	width: 100%;
	flex-direction: row-reverse;
	align-items: baseline;
	justify-content: space-between;
}
.topo-projeto-meta .ano{   
    margin-bottom: 0;
}
/* CONTEÚDO */
.conteudo-projeto .inner{
    padding: 0 35px 40px 110px;
}
.conteudo-projeto .padrao{
    width: 100%;
}
.conteudo-projeto .padrao:first-of-type{
    margin-bottom: 40px;
}
/* GALERIA */
.galeria-projeto .inner {
	width: 100vw;
	padding: 35px 0 50px;	
	gap: 10px;
}
.galeria-linha{
    display: flex;
    gap: 10px;
}
.galeria-linha:nth-child(3n+1){
    padding: 0 0 0 35px;
    justify-content: start;
}
.galeria-linha:nth-child(3n+2){
    padding: 0 50px 0 0;    
    justify-content: start;
}
.galeria-linha:nth-child(3n+3){
    padding: 0 0 0 69px;
    justify-content: start;
}
.galeria-img{
    width: calc( 50% - 5px );    
}
.galeria-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
/* EQUIPE */
.box-preto.equipe .inner {	
	padding: 35px 35px 35px 110px;
}
ul.lista-equipe {		
	max-height: unset;
}
/* LINK IMPRENSA */
.link-imprensa .inner {
	padding: 35px 35px 0 69px;
}
/* RELACIONADOS */
.relacionados .inner{
    padding: 35px 0 60px;
}
.relacionados h2.titulo-secao {
	width: calc(100% - 104px);
	margin: 0 35px 55px 69px;
}
.relacionados-lista{
    width: 100vw;
}
.relacionados-lista .card-projeto {
	margin: 0;
}
.owl-relacionados .owl-nav {
	width: 60px;
	top: -42px;
	bottom: unset;
	left: 215px;
}
/*-------------------------------------------------------
NA IMPRENSA
-------------------------------------------------------*/
.post-type-archive-imprensa .btn-menu-txt {
    background: #231F20;
}
.post-type-archive-imprensa .btn-menu-txt span {
	color: #FFF;	
}
.post-type-archive-imprensa .btn-menu-txt .bar {
	background-color: #FFF;	
}
.post-type-archive-imprensa .btn-menu-txt:hover span {
	color: #F15A4D;
}
.post-type-archive-imprensa .btn-menu-txt:hover .bar {
	background-color: #F15A4D;
}
.topo-imprensa h1.titulo-pagina {
	width: max-content;	
}
.select-imprensa {
	width: 100vw;
    height: 97px;
	padding: 60px 35px 0 110px;
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
    justify-content: start;
    transition: all 200ms ease-in-out;
}
.select-imprensa.fixo {
	height: 97px;
	padding: 60px 35px 0 110px;
}
.select-imprensa::after {
	content: none;
}
.btn-anos{  
    width: 80px;   
}
ul.lista-anos {
	width: 80px;
    top: 97px;
	right: 35px;
}
.imprensa::before{
    content: none;   
}
.imprensa-content{   
    justify-content: start;
    flex-direction: column;    
}
.imprensa-txt-container{
    background: #231F20;
    width: 100vw;
    height: auto;   
    display: block;    
}
.imprensa-txt {	
	width: 100vw;
    height: auto;
    min-height: 410px;
    padding: 90px 35px 50px 110px;
}
.imprensa-lista {
	width: 100vw;
	padding: 140px 0 0 69px;
    position: relative;
}
.ano-imprensa::before{   
    width: 100%;   
    left: 41px;
}
.ano-imprensa h2 {
	left: 41px;
}
.ano-imprensa-slider {
	padding: 35px 0 80px;
}
.ano-imprensa-slider .owl-carousel .owl-item img {
	height: 390px;
    object-fit: cover;
}
.ano-imprensa-slider .owl-nav {
	top: 195px;
}
.ano-imprensa-slider .owl-prev {
	left: 0;
}
.ano-imprensa-slider .owl-next {
	right: 0;
}
.imprensa-item h3 {
	padding: 20px 35px 0 41px;
	text-align: left;
}
.fancybox-slide--image {	
	padding: 60px 0 80px !important;
}
.fancybox-toolbar {
	right: 20px !important;    	
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left{
    left: 10px;   
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right{
    right: 10px;   
}
.fancybox-custom-attr3 {  
    max-width: calc( 100vw - 140px)   
}
/* Estado visível */
.fancybox-custom-visible {
    opacity: 1;
    transform: translateY(0);
}
/* Diferentes posições possíveis */
.position-top-left { left: 20px; }
.position-top-right { right: 60px; }
.position-bottom-left { left: 20px; }
.position-bottom-right { right: 20px; }
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.contato{
    padding: 0 0 40px;
}
.contato::before{
    content: "";
    background: #FFF;
    width: 87px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contato::after{   
    height: 175px;  
}
.contato .inner {
    background: none;
	padding: 90px 35px 35px 117px;
}
.contato .inner::after {
	width: calc( 100% - 87px );
	left: 87px;
	z-index: -1;
}
.contato-txt{
    width: 442px;
    margin-bottom: 20px;
}
.contato-content{
    padding-top: 20px;    
    flex-direction: column;
    justify-content: start;
    gap: 50px;
}
/* FORMULÁRIO */
.formulario{
    width: 100%;   
}
.contato-info{
    width: 100%;  
}
textarea{	    
	height: 200px;	
}
/*-------------------------------------------------------
404
-------------------------------------------------------*/
.conteudo-404 .inner {
	height: auto;
	max-height: unset;
	padding: 52px 0 0;
}
/*-------------------------------------------------------
BUSCA
-------------------------------------------------------*/
.content-search .inner{
    padding: 90px 35px 50px 110px;
}
.busca-resultado {
	flex-direction: column;
	gap: 20px;
}
.resultado{
    width: 100%;
}
.busca-resultado .form-busca{
    width: 100%;  
}
.resultados-lista{
    padding: 50px 0 0;
}
.resultado-item{  
    margin-bottom: 35px;
}
.resultado-item h3{   
    font-size: 20px;   
}
.resultado-item h3:hover{
    color: #231F20;
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/

}