/*
Theme Name: Dario Velasco
Text Domain: dario_velasco
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para o artista plástico Dario Velasco.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
/* 0. Remove margins and padding */
html, body,
html *, body * {
	margin: 0;
	padding: 0;
	border: 0;	
}
/* 1. Box sizing global */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 2. Previne o aumento automático de fontes em dispositivos móveis */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* 3. Remove margens padrão e define o comportamento do scroll */
body, h1, h2, h3, h4, h5, h6 p, figure, blockquote, dl, dd {
  margin-block-end: 0;
}
/* 4. Remove estilos de lista apenas quando usamos o atributo 
   (Útil para acessibilidade sem perder o estilo padrão de textos longos) */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 5. Configurações base do corpo do site */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; /* Melhora a renderização no macOS/iOS */
}
/* 6. Melhora a legibilidade em títulos e elementos interativos */
h1, h2, h3, h4, h5, h6,
button, input, label {
  line-height: 1.1;
}
/* 7. Novidade: Evita viúvas e melhora o equilíbrio visual em títulos */
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/* 8. Evita espaços estranhos abaixo das imagens */
img,
picture {  
  display: block;
}
/* 9. Faz com que inputs e botões herdem as fontes do projeto */
input,
button,
textarea,
select,
address {
  font: inherit;
}
/* 10. Garante que textareas sem atributo 'rows' tenham um tamanho mínimo decente */
textarea:not([rows]) {
  min-height: 10em;
}
/* 11. limpa propriedades de campos de formulários */
input,
select,
textarea,
button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
    border: none;
    border-radius: 0;
	padding: 0;
	margin: 0;
}
/* 11. Adiciona margem de scroll para links internos (âncoras) não ficarem "colados" ao topo */
:target {
  scroll-margin-block: 5ex;
}
/* 12. ACESSIBILIDADE: Respeita a preferência de movimento reduzido do utilizador */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
    background-color: #f6f5f4;
	height:100%; 
}
body {
	background-color: #f6f5f4;
    color: #3f3777;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;   
    font-size: 16px;
    font-weight: 400;
    font-style: normal;		
	overflow-x: hidden;
	min-height: 100%;	    
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6 {	   
	font-weight: 500;	
	line-height: 1em;	
    font-style: italic;	 
    margin-bottom: 1rem;
}
h1,
h2,
h3{	
	font-size: 18px;        
     
}
h4,
h5,
h6{
	font-size: 16px;	
}
a{	
    color: #3f3777;
	text-decoration: none;
	transition: color 300ms ease;
}
a:hover{
    color: #cc8c9d;
}
strong{
	font-weight: 500;	
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0 !important;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
img,
svg{
	display: block;
	height: auto;
}
svg path{
    fill: #3f3777;
    transition: fill 300ms ease;
}
a:hover svg path{
    fill: #cc8c9d;
}
.main {
	width: 100%;
    min-height: 100vh;
	height: auto;
	position: relative;
	padding: 30px 30px 0 212px;
	z-index: 0;
}
section{	
	width: 100%;
	height: auto;
	position: relative;		
}
.inner{	
	width: 830px;
	height: auto;  	
	margin: 0;
    position: relative;   
}
/* VÍDEOS RESPONSIVOS (YOUTUBE / VIMEO) */
.video-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;  
    overflow: hidden;   
}
.video-wrapper {    
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.video-wrapper iframe,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header {
    background: #f6f5f4;
	width: 212px;
	height: 100vh;
	padding: 30px;
    display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;	
}
.logo {
	width: min-content;
	height: auto;
	display: block;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
}
.btn-menu{   
    display: none;   
}
/* NAVEGAÇÃO */
.navegacao {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.menu-header{
    width: 100%;   
}
.menu-header ul.menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.menu-header ul.menu li{
   display: block;  
}
.menu-header ul li a {	    
    width: max-content;
    display: block;
    position: relative;	
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;	   
    transition: color 300ms ease;
}
.menu-header ul li a:hover{   
    color: #cc8c9d;
}
.social{
    display: flex;
    align-items: center;
    gap: 12px;
}
.social a{    
    width: max-content;
    display: block;
    cursor: pointer;
}
.social > a svg,
.social .share > a svg{
    width: 16px;
    height: auto;
}
.social a svg path{
    fill: #3f3777;
    transition: fill 300ms ease;
}
.social a:hover svg path{
    fill: #cc8c9d;
}
.share{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
}
.share-buttons {
	background-color: #f6f5f4;
	width: max-content;
	padding: 5px 9px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, -8px);
    visibility: hidden;
    opacity: 0;
	box-shadow: 0 3px 8px 3px rgba(0,0,0,0.15);
    transition: opacity 300ms ease, visibility 300 ease;
}
.share-buttons::after{
    content: "";
    background: transparent;
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.share:hover .share-buttons{
    visibility: visible;
    opacity: 1;
}
.addtoany_list{
    padding: 0;
    display: flex !important;
    gap: 4px;
}
.addtoany_list a {	
    height: 22px !important;
	padding: 0 !important;	
}
.addtoany_list a span.a2a_svg {		
	border-radius: 0 !important;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{
    padding-top: 60px;
}
.home footer{
    padding-top: 0;
}
/* DIREITOS */
.direitos {
	width: 100%;
	height: 30px;
	display: flex;	
	align-items: center;
}
.single .direitos{
    padding: 0 0 0 60px;
}
.direitos p{   
    font-size: 12px;
    font-weight: 400;   
    font-style: italic;
}
.direitos p br{
    display: none;
}
a.link-pp{
    font-style: normal;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.home-img{
    width: 100%;
    height: calc( 100vh - 60px );
    object-fit: cover;
}
/*-------------------------------------------------------
BIO
-------------------------------------------------------*/
.bio{
    min-height: calc( 100vh - 120px );
}
.bio-img {
	width: 420px;
    margin-bottom: 30px;
}
.bio-txt {	
	width: 100%;
	max-width: 570px;
    text-align: justify;
}
/*-------------------------------------------------------
OBRAS
-------------------------------------------------------*/
.obras{
    width: 630px;    
    min-height: calc( 100vh - 120px );
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.card-obra{
    width: max-content;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: box-shadow 300ms ease;
}
.card-obra img{
    width: auto;
    height: 100%;
    transition: transform 300ms ease;
}
.card-obra.wide,
.card-obra.wide img{
    width: 100%;
    height: auto;
}
.card-obra:hover{
    box-shadow: 0 3px 8px 3px rgba(0,0,0,0.15);
}
.card-obra:hover img{
    transform: scale(1.05);
}
/*-------------------------------------------------------
OBRA
-------------------------------------------------------*/
.obra{
    width: 690px;    
    min-height: calc( 100vh - 120px );
    display: flex;    
    align-items: start;    
}
.obra-categoria{
    width: 60px;
}
.btn-voltar {
	width: 45px;
	display: block;
}
.btn-voltar svg{
    width: 100%;
}
.obra-info{
    width: 630px;
    position: relative;
}
.obra-img{
    width: 100%;
}
.descricao{
    width: max-content;
    max-width: 100%;
    padding-top: 30px;   
}
.descricao h1{
    border-bottom: 2px dotted #3f3777;
    padding-bottom: 0.5em;
    text-transform: lowercase;
    margin-bottom: 0.5em;
}
.btn-whatsapp{
    background-color: #25d366;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 6px 8px 0;
    display: block;
    position: absolute;   
    right: 0;
    bottom: 0;
    box-shadow: 0 3px 8px 3px rgba(0,0,0,0.15);
    transition: background-color 300ms ease;
}
.btn-whatsapp svg path{
    fill: #FFF;   
}
.btn-whatsapp:hover{
    background-color: #075e54;
}
.btn-whatsapp:hover svg path{
    fill: #FFF;   
}
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.contato{
    min-height: calc( 100vh - 120px );
    display: flex;
    gap: 30px;    
}
.contato-col{
    width: 400px;
}
.contato-img{
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}
.formulario.mensagem{
    margin-bottom: 30px;
}
.contato-col > h2{
    font-weight: 300;
}
/*-------------------------------------------------------
CONTEÚDO - PÁGINA GERAL
-------------------------------------------------------*/
.conteudo{
    min-height: calc( 100vh - 120px );
    padding-top: 50px;
}
h1.titulo-pagina {
	font-size: 20px;
	margin-bottom: 2rem;
}
.conteudo-txt {	
	width: 100%;
	max-width: 630px;
    text-align: justify;
}
/*-------------------------------------------------------
FORMULÁRIOS
-------------------------------------------------------*/
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: -1px;
}
input[type=text],
input[type=email],
textarea{    
    background-color: #f6f5f4;
    border: 1px solid #3f3777;
    border-radius: 0;
    width: 100%;      
    height: 50px;
    padding: 0 20px;
    font-size: 16px;   
    color: #3f3777;
    outline: none;    
}
textarea {
    height: 200px;
    padding: 15px 20px;
    resize: none;
    line-height: 1.5em;
}
::placeholder {
    color: #3f3777;
    opacity: 0.5;
}
:focus::placeholder{   
    opacity: 0;
}
.cf7-footer {
    display: block;   
}
.cf7-acceptance {	
	display: flex;
	align-items: start;
	gap: 5px;
    margin-bottom: 15px;
}
.cf7-acceptance .wpcf7-list-item {   
    margin: 0;
}
.cf7-acceptance input[type="checkbox"],
.cf7-acceptance .wpcf7-list-item input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;   
    margin: 0;
    z-index: 10;
}
/* CHECKBOX */
.wpcf7-acceptance .wpcf7-list-item {
    width: 24px;
    height: 24px; 
	position: relative;	
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1px solid #3f3777;      
}  
.wpcf7-acceptance .wpcf7-list-item-label::after {
	content: "";
	background: #bd521c;	
	position: absolute;
	top: 6px;
    left: 3px;
	width: 14px;
    height: 14px;
	opacity: 0;	
    transition: opacity 300ms ease;
}
.wpcf7-acceptance .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after,
.radio-item .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after{
    opacity: 1;	
}
.cf7-acceptance-text {
    padding-top: 4px;
    font-size: 13px;
    font-weight: 400;   
    line-height: 1.25em;   
}
input[type="submit"] {
    background-color: #f6f5f4;
    border: 1px solid #3f3777;
    border-radius: 0;
    width: 135px;
    height: 50px;
    padding: 0;
    color: #3f3777;  
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 300ms ease, color 300ms ease;
}
input[type="submit"]:hover {
    background-color: #3f3777;
    color: #f6f5f4;
}
input[type="submit"]:disabled {
	cursor: not-allowed;
    opacity: 0.5;
}
input[type="submit"]:disabled:hover{
    background-color: #f6f5f4;
    color: #3f3777;  
}
.wpcf7-spinner{
    background-color: #3f3777;		
    margin: 0 0 0 40px;
}
/* ── Mensagens de erro CF7 ── */
.wpcf7-not-valid-tip {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #3f3777;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
	font-weight: normal !important;
}
.wpcf7-not-valid {    
    box-shadow: 0 0 6px 3px rgba(189, 82, 28, 0.35);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
    width: 100%;   
    border: 1px solid !important;  
    padding: 10px 20px;   
    position: relative;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center; 
    margin: 10px 0 0 !important;
}
.formulario-privacidade .wpcf7 form.invalid .wpcf7-response-output,
.formulario-privacidade .wpcf7 form.unaccepted .wpcf7-response-output{	
	left: 80px;	
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(63, 55, 119, 0.1);
    border-color: #3f3777 !important;
    color: #3f3777;
} 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background: rgba(204, 140, 157, 0.1);
    border-color: #cc8c9d !important;
    color:#cc8c9d;
} 
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.padrao h2,
.padrao h3 {
	position: relative;
	margin: 1.5rem 0;
}
.padrao h2:first-child,
.padrao h3:first-child {
	margin-top: 0;
}
.padrao p a{		
	text-decoration: underline;
}
.padrao ul,
.padrao ol{  
	padding: 0 0 0 20px;
	margin: 1.5rem 0;	
}
.padrao ol{
	counter-reset: li;
}
.padrao li{
	position: relative;
	line-height: 1.5em;	
    margin-bottom: 0.5rem;
}
.padrao ul li::before {
	content: "";
	background-color: #3f3777;    
	width: 6px;
	height: 6px;
	position: absolute;
	top: 9px;
    left: -15px;
}
.padrao ol li {
	counter-increment: li;
}
.padrao ol li::before {
	content: counter(li)'.';
    width: 25px;
    position: absolute;
	left: -30px;
	color: #3f3777;
	font-size: 1em;
	font-weight: 600;
    text-align: right;	
}
.padrao .wp-caption{
	width: 100% !important;
	height: auto;
    margin: 1.5rem 0;
}
.padrao .wp-caption img{
    margin-bottom: 0 !important;
}
.padrao .wp-caption-text {   
	padding: 10px 0 0;
    height: auto;   
	position: relative;	
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}
.padrao img.size-full,
.padrao img.size-large,
.padrao img.size-medium{
	width: 100%;
	height: auto;
	margin: 1.5rem 0;
}
.padrao .table-container{
    margin: 1.5rem 0;
}
.padrao table {
    width: 100%;    
    border-collapse: collapse;    
}
.padrao table tr{
    border-top: 1px solid #3f3777;
}
.padrao table tr:last-child{
    border-bottom: 1px solid #3f3777;
}
.padrao table tr:nth-child(even) td{
    background-color: rgba(63, 55, 119, 0.1);   
}
.padrao table td {
    border: 1px solid #3f3777;
}
.padrao table th {   
    border: 1px solid #3f3777;           
    font-weight: 500;
}
.padrao table td,
.padrao table th {   
    border-top: none;
    border-bottom: none;   
    padding: 7px;
}
.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 .video-container{
    margin: 1.5rem 0;
}
.padrao .gallery {
	width: 100%;	
    padding-bottom: 20px;
	margin: 1.5rem 0;
}
.padrao *:last-child{
    margin-bottom: 0 !important;
}
/*-------------------------------------------------------
AVISO DE COOKIES
-------------------------------------------------------*/
/* O Box Flutuante */
.cookie-notice {
    position: fixed;
    bottom: 50px;
    left: 30px;
    /* Começa escondido lá embaixo: joga 150% no Y */
    transform: translateY(150%); 
    width: 90%;
    max-width: 360px;
    background-color: #3f3777;
    color: #f6f5f4;
    padding: 24px;  
    box-shadow: 0 3px 8px 3px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 99999;
    /* Transição suave e com um leve "quique" (cubic-bezier) no final */
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease;
    opacity: 0;   
}
/* Classe ativada via JS para mostrar o box (Surge de baixo) */
.cookie-notice.show {
    transform: translateY(0);
    opacity: 1;
}
/* Classe para o botão Aceitar (Foge lá pro topo da tela) */
.cookie-notice.slide-up {
    transform: translateY(150%); 
    opacity: 0;
}
/* Classe para o botão Fechar (Volta pra baixo pro limbo) */
.cookie-notice.slide-down {
    transform: translateY(150%); 
    opacity: 0;
}
/* Estilização básica dos elementos internos */
.cookie-notice p{
    font-size: 14px;
    margin-bottom: 24px;
}
.cookie-notice p a{
    color: #f6f5f4;
    text-decoration: underline;
}
.cookie-notice p a:hover{
    color: #cc8c9d;
}
.cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.cookie-buttons button {
    padding: 6px 24px;
    border: 1px solid #f6f5f4;  
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    transition: background 300ms ease, color 300ms ease, border 300ms ease;
}
.btn-accept {
    background-color: #f6f5f4;
    color: #3f3777;
}
.btn-accept:hover {
    background-color: #cc8c9d;
    border-color: #cc8c9d;
    color: #f6f5f4;
}
.btn-close {
    background-color: #3f3777;
    color: #f6f5f4;
}
.btn-accept:hover,
.btn-close:hover {
    background-color: #cc8c9d;
    border-color: #cc8c9d;
    color: #f6f5f4;
}
/*----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
RESPONSIVO
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 810px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
.main {
	width: 100vw;   
	padding: 75px 0 0;	
}
.inner{	
	width: calc( 100vw - 40px );	
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header {    
	width: 100vw;
	height: 75px;
	padding: 20px;
	flex-direction: row;
	justify-content: space-between;
}
.logo {
	width: max-content;
	font-size: 24px;
	font-weight: 400;
}
.btn-menu {	
    background: none;
    border: none;    
	width: 28px;
	height: 18px;	
    display: block;	 
    position: relative; 
    cursor: pointer;   
}
.btn-menu .bar{
    background-color: #3f3777;      
    width: 28px;
	height: 2px;	
    display: block;   
    position: absolute;   
    left: 0; 
    transform-origin: center center;   
    transition: transform 300ms ease, opacity 300ms ease;
}
.btn-menu .bar.bar-1{    
    top: 0;
}
.btn-menu .bar.bar-2{   
    top: 8px;         
}
.btn-menu .bar.bar-3{   
    top: 8px;         
}
.btn-menu .bar.bar-4{  
    top: 16px;
}
.btn-menu.ativo .bar.bar-1,
.btn-menu.ativo .bar.bar-4{    
    opacity: 0;
}
.btn-menu.ativo .bar.bar-2{
    transform: rotate(-45deg);
}
.btn-menu.ativo .bar.bar-3{
    transform: rotate(45deg);
}
/* NAVEGAÇÃO */
.navegacao {
    background: #f6f5f4;
    width: 100vw;
	height: calc( 100vh - 75px );
    padding: 50px 20px 0;	
	gap: 40px;
    position: absolute;
    top: 75px;
    left: 110vw;
    opacity: 0;  
    transition: left 300ms ease, opacity 300ms ease;
}
.navegacao.ativo {
    left: 0;
    opacity: 1;   
}
.menu-header{
    width: 100%;   
}
.menu-header ul.menu {
	gap: 24px;	
}
.menu-header ul li a {	      
	font-size: 24px;      
}
.social{   
    gap: 20px;
}
.social > a svg,
.social .share > a svg{
    width: 24px;
    height: auto;
}
.social a svg path{
    fill: #3f3777;
    transition: fill 300ms ease;
}
.social a:hover svg path{
    fill: #cc8c9d;
}
.share{
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}
.share-buttons {	
	padding: 10px 18px;	
	transform: translate(-50%, -16px);   
}
.share-buttons::after{  
    height: 16px;   
    bottom: -16px;   
}
.share:hover .share-buttons{
    visibility: visible;
    opacity: 1;
}
.addtoany_list{
    padding: 0;
    display: flex !important;
    gap: 8px;
}
.addtoany_list a {	
    height: 32px !important;
	padding: 0 !important;	
}
.addtoany_list a span.a2a_svg {	
	width: 32px !important;	
	line-height: 32px !important;	
	height: 32px !important;	
	background-size: 32px auto !important;		
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{
    padding: 60px 20px 20px;
}
.home footer{
    padding: 20px;
}
/* DIREITOS */
.direitos {	
	height: auto;	
}
a.link-pp {
    width: max-content;
	display: block;
	margin-bottom: 0.5em;	
}
.direitos p span {
	display: none;
}
.single .direitos{
    padding: 0;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.home-img{    
    height: 100%;    
}
/*-------------------------------------------------------
BIO
-------------------------------------------------------*/
.bio{
    min-height: unset;
}
.bio-img {
	width: 100%;
    margin-bottom: 30px;
}
.bio-txt {	
	width: 100vw;
	max-width: 100vw;
    padding: 0 20px;   
}
/*-------------------------------------------------------
OBRAS
-------------------------------------------------------*/
.obras{
    width: 100vw;    
    min-height: calc( 100vh - 197px );
    padding: 0 20px;
    flex-direction: column;
    align-items: start;      
    gap: 30px;
}
.card-obra,
.card-obra img{
    width: 100%;
    height: auto;    
}
/*-------------------------------------------------------
OBRA
-------------------------------------------------------*/
.obra{
    width: 100vw;    
    min-height: calc( 100vh - 197px );
    flex-direction: column;      
}
.obra-categoria {
	width: 100vw;
	padding: 0 20px 30px;
}
.obra-info{
    width: 100vw;   
    padding-bottom: 50px;     
}
.descricao{
    max-width: 100vw;
	padding: 30px 20px 0;
}
.btn-whatsapp{  
    right: 20px;  
}
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.contato{
    min-height: unset;
    flex-direction: column;   
    gap: 40px;    
}
.contato-col{
    width: 100vw;
}
.contato-col > p,
.contato-col > h2{
    padding: 0 20px;
}
.formulario{
    padding: 0 20px;
}
.formulario.mensagem{
    margin-bottom: 30px;
}
/*-------------------------------------------------------
CONTEÚDO - PÁGINA GERAL
-------------------------------------------------------*/
.conteudo {
	min-height: unset;
	padding: 50px 20px 60px;
}
.conteudo-txt {		
	width: 100%;    
}
/*-------------------------------------------------------
FORMULÁRIOS
-------------------------------------------------------*/

/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/

/*-------------------------------------------------------
AVISO DE COOKIES
-------------------------------------------------------*/
/* O Box Flutuante */
.cookie-notice {
    bottom: 20px;
    left: 20px;
    width: calc( 100vw - 40px );   
    padding: 20px; 
}
}