

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main, 
menu,
header #menu-header,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none; 
	text-decoration: underline;
	text-decoration: underline dotted; 
}
b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
}
optgroup {
	font-weight: bold;
}
button,
input {
	overflow: visible;
}
button,
select { 
	text-transform: none;
}
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box; 
	color: inherit; 
	display: table; 
	max-width: 100%; 
	padding: 0; 
	white-space: normal; 
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

#menu {
	display: none;
}
/** fim do normalizador **/



html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #131313;
	color: #fff;
}

html {
}
body{
	font-family: neue-haas-unica, sans-serif;

	padding:0;
	margin:0;
	width: 100%;
}

@-ms-viewport       { width: device-width; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
/*
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-delay: 0;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-out;
	-moz-transition-delay: 0;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease-out;
	-ms-transition-delay: 0;
	-o-transition-property: all;
	-o-transition-timing-function: ease-out;
	-o-transition-delay: 0;
	transition-property: all;
	transition-timing-function: ease-out;
	transition-delay: 0;*/
}

img, svg {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

a:focus {
	color: inherit ;
	text-decoration: none !important; 
}
section  {
	overflow: hidden;
}


ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}


h1, h2, h3 {
	font-family: aw-conqueror-didot, serif;
	font-weight: 500 !important;
}

.bt {
	background: #F47920;
	border-radius: 30px;
	line-height: 44px;
	padding: 0 32px 0px 35px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-transform: uppercase;
	font-family: NeueHaasUnicaW1G-Regular;
	letter-spacing: -0.21px;
	font-size: 14px;
}
.bt:hover {
	transform: scale(1.07);
	padding: 0 22px 0px 35px;
	background-color: #CB5F12;
}
.bt span {
	display: inline-block;
	width: 30px;

	margin-left: 26px;
	padding-right: 0px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	position: relative;
}

.bt span:after {
	position: absolute;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	right: -3px;
	top: -1px;
	content: '';
}
.bt span::before {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
    content: '';
    margin: 5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bt:hover span {
	padding-left: 20px;
	width: 40px;
}

.bt-port {
	margin-top: 20px;
	color: #F47920;
	border-radius: 30px;
	line-height: 44px;
	padding: 0 32px 0px 35px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-transform: uppercase;
	font-family: NeueHaasUnicaW1G-Regular;
	letter-spacing: -0.21px;
	font-size: 14px;
}
.bt-port:hover {
	transform: scale(1.07);
	padding: 0 22px 0px 35px;
	background-color: #fff;
}
.bt-port span {
	display: inline-block;
	width: 30px;

	margin-left: 26px;
	padding-right: 0px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	position: relative;
}

.bt-port span:after {
	position: absolute;
	border-bottom: 1px solid #F47920;
	border-right: 1px solid #F47920;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	right: -3px;
	top: -1px;
	content: '';
}
.bt-port span::before {
    width: 100%;
    border-bottom: 1px solid #F47920;
    display: block;
    content: '';
    margin: 5px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bt-port:hover span {
	padding-left: 20px;
	width: 40px;
}


.titulo-back-fade {
	  font-family: "le-monde-livre-classic-byol",serif;
	  font-size: 18em;
	  position: absolute;
	  top: 40%;
	  left: 50%;
	  margin-left: -150%;
	  width: 300%;
	  opacity: 0.018;
	  color: #fff;
	  text-align: center;
	  text-transform: uppercase;
	  white-space: nowrap;
}

/***************************************************************/


header {
	width: 100%;
	display: flex;
	justify-content: space-between;

	height: 1px;
	position: fixed;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 999;


}
header .cont-header {
	max-width: 1400px;
	width: 100%;
	position: relative;
	margin: auto;
	padding: 30px 30px 0 30px;
}
header::after {
	content: '';
	/*border-bottom: 1px solid rgba(0,0,59,0.1);*/
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}
header .hashtag {
	font-weight: 900;
}
header {
}
header > div {
}

.logo {
	width: 150px;
	margin-left: 30px;
	display: block;
}

header #menu-header {
	display: block;
}

#menu-header {
	position: absolute;
	top: 40px;
	right: 30px;
	padding-right: 70px;
	display: block;
	opacity: 1;
	font-weight: 300;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition-delay: 0s ;
	transition-delay: 0s ;
}

#menu-header ul li {
	display: inline-block;
	margin: 0;
	font-size: 1.1em;
	line-height: 44px;
}

.decoration {
	text-align: center;
	width: 47px;
	height: 45px;
	display: block;
	cursor: pointer;
	padding: 10px;
	/*border: 1px #fff solid;*/
	position: absolute;
	margin: auto;
	top: 5px;
	right: 60px;
	z-index: 100;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}
.decoration div {
	display: inline-block;
	top: -1px;
	width: 25px;
	position: relative;
	height: 25px;       
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.decoration div ul li {
	border-bottom: 1px solid #fff;
	width: 100%;
	position: absolute;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.decoration div ul li:nth-child(1) {
	top: 0;
	width: 100%;
}
.decoration div ul li:nth-child(2) {
	top: 10px;
	width: 75%;
}
.decoration div ul li:nth-child(3) {
	top: 20px;
	width: 50%;
}









header ul li a {
	padding: 0 30px;
}
header ul li a:hover {
	text-decoration: underline !important;
}


.bt-menu {
	display: none;
}

.proximo {
	width: 100%;

}

.catalogo {
	width: 100%;
	padding: 200px;
	max-width: 1400px;
	margin: 0 auto;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.catalogo .item {
	display: block;
	width: 42%;
	flex: 0 0 45%;
	margin-bottom: 0px;
}
.catalogo .item:nth-child(even) {
	margin-top: 350px;
}
.catalogo .item .thumb {
	width: 100%;
	padding-bottom: 90%;
	position: relative;
	background-color: #fff;
	background-position: center;
	background-size: 150%;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.catalogo .item .thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
}
.catalogo .item:hover .thumb {
	background-size: 200%;
}
.catalogo .item:hover .thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}
.catalogo .item .titulo-item {
	font-size: 2.5em;
	font-family: aw-conqueror-didot, serif;
	font-weight: 900;
	margin-top: -25px;
	position: relative;
	left: 0;
	padding-left: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.catalogo .item:hover .titulo-item {
	left: 35px;
}



/***************************************************************/

.container {
	width: 100%;
	/*width: calc(100% - 15vw - 160px);*/
	max-width: 1400px;
	margin: auto;
	padding: 80px;
	position: relative;
	z-index: 1;
	/*display: flex;
	flex-wrap: wrap;
	align-items: flex-start;*/
}
.container-normal {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding: 80px;
	position: relative;
	z-index: 1;
}

/*** single ***/
#single {
	position: relative;
	/*padding-top: 70vh;*/
}
#single .container {
	max-width: 1124px;
}
.section {
	transition: transform 1s;
	will-change: transform;
	transition: all cubic-bezier(.19,1,.22,1) 700ms;
	position: relative;/*
	background-color: rgba(255,255,255,1);
	background-color: white;*/
}

.topo-single {
	margin-bottom: 150px;/*
	position: fixed;
	top: 0;
	left: 0;*/
	overflow: hidden;
	position: relative;
}
.topo-single,.topo-single .wrapper-img, .fundo-topo {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
}
#sobre .topo-single,#sobre .topo-single .wrapper-img, #sobre .fundo-topo {
	background-position: top right;
}
.topo-single,.topo-single .wrapper-img {
	transform: scale(1);
	background-position: center;
	background-size: contain;
	will-change: transform;
}
.topo-single .wrapper-img .fundo-topo h1 {
	display: block;
	font-size: 3vw !important;
	font-family: aw-conqueror-didot, serif;
	font-weight: 900;
	margin-bottom: 15px;
	position: absolute;
	z-index: 9;
	line-height: 0.9em !important;
	top: 40vh;
	left: 100px;
	max-width: 40vw;
	color: #fff;
	/*text-align: right;*/
	text-transform: uppercase;
}

.container-scroll {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
}
.container-scroll .comando-scroll {
	position: relative;
	margin: auto;
	width: 150px;
	
}
.container-scroll .comando-scroll .line {
	height: 110px;
	width: 1px;
	margin-left: 75px;
	background-color: #fff;
	position: relative;
}
.container-scroll .comando-scroll .line::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #c8a964;
	animation: scrolll 4s linear 0s infinite;

}
@-webkit-keyframes scrolll {
	0% {top:0; bottom: 0;}
	49% {top:100%; bottom: 0;}
	50% {top:0; bottom: 100%;}
	100% {top:0; bottom: 0;}
	
}
.container-scroll span {
	display: block;
	text-align: center;
	color: #fff;
	width: 150px;
	margin-bottom: 10px;
}

.fundo-topo > .div {
	content: '';
	width: 100%;
	height: 100vh;
	background-color: rgba(20,20,20,1);
	display: block;
	opacity: 0.4;
	position: relative;
	z-index: 10;
	will-change: opacity;
}
.topo-single .comando-scroll {
	
}
#single .cat {
	font-size: .85rem;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: uppercase;
}
#single h1 {
	font-size: 4.0625rem;
	line-height: 1.3em;
	margin-bottom: 56px;
	font-weight: 500;
}
#single .texto-apoio {
	font-size: 2.25rem;
	margin-bottom: 80px;
}

#single p {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 10px;

}
#single .texto {
	column-count: 2;
	column-gap: 60px;
	line-height: 1.8em;
	width: 100%;
	font-size: 1.05rem;
	display: block;
	position: relative;
	margin-bottom: 100px;
}
img {
	display: block;
}
.cont-texto-gigante {
	visibility: inherit;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	mix-blend-mode: unset;
	position: fixed;
	height: 100vh;
	width: 200px;
	right: 40px;
	top: 0;
	pointer-events: none;
}
.texto-gigante {
	color: #000;
/*	z-index: 9;
	top: -110%; 
	right: 14vw;
	transform: rotate(270deg);
	transform-origin: top right;*/

	font-family: aw-conqueror-didot, serif;
	font-weight: 900;
}
.ancora div {
	position: absolute;
	white-space: nowrap;
	transform: translate3d(0px, 0px, 0px);

	font-size: 20vw;
	line-height: 25rem;
	font-weight: 700;
	margin: 0;
}

.ancora {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.wrapper-img {
	padding-bottom: 80px;
	position: relative;
}
.wrapper-img.coluna {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
}
.wrapper-img.coluna .img {
	width: calc(50% - 40px);
}
.proximo {
	position: relative;
	color: #fff;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.proximo > a {
	padding:120px 80px;
	display: block;
	position: relative;
	background-position: center;
	background-size: 100%;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	width: 50%;
	flex: 0 0 50%;
	background-repeat: no-repeat;
}
.proximo > a .span {
	font-size: 0.7em;
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
}

.proximo > a:hover {
	background-size: 120%;
}

.proximo > a::before {
	content: '';
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.proximo > a:hover::before {
	background-color: rgba(0,0,0,0.6);
}
.proximo > a .titulo {
	font-size: 1.6em;
	position: relative;
	text-align: right;
	line-height: 1.6em;
	font-family: aw-conqueror-didot, serif;    
}
.proximo > a .titulo div {
	display: inline-block;
    width: 270px;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    vertical-align: top;
}
.proximo > a .titulo span {
	display: inline-block;
	width: 20%;

	margin-left: 30px;
	padding-right: 20px;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
	position: relative;
}
.proximo > a:nth-child(1) .titulo span {
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 30px;
	padding-left: 20px;
}
.proximo > a:nth-child(1) .titulo {
	text-align: left;
}
.proximo > a:hover .titulo span {
	width: 10%;
}

.proximo > a:nth-child(2) .titulo span::before,.proximo > a:nth-child(1) .titulo span::after {
	width: 100%;
	border-bottom: 1px solid #fff;
	display: block;
	content: '';
	margin: 5px;
}
.proximo > a:nth-child(2) .titulo span::after {
	position: absolute;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 16px;
	height: 16px;
	transform: rotate(-45deg);
	right: 2px;
	top: -3px;
	content: '';
}
.proximo > a:nth-child(1) .titulo span:before {
	position: absolute;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 16px;
	height: 16px;
	transform: rotate(135deg);
	left: 2px;
	top: -3px;
	content: '';
}


/********* footer **********/
footer {
	background-color: #000;
	color: #fff;
	padding: 20px 0 10px 0;
	text-align: center;    
	background-repeat: repeat;
	background-blend-mode: overlay;
	position: relative;
}

footer .container {
	padding: 50px 30px 40px 30px;
	max-width: 1200px;

}
footer .menu {
	max-width: 800px;
	margin: auto;
	background-color: #F47920;
	color: #fff;
	padding: 0 100px;
	margin-top: -50px;
}
footer .menu ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0.9em;
	justify-content: space-between;
}
footer .menu ul li a {
	padding: 30px 0;
	color: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
footer .menu ul li a.active {
	text-decoration: underline;
}
footer .menu ul:hover li a {
	opacity: 0.5;
}
footer .menu ul li:hover a {
	opacity: 1;
	text-decoration: underline;
}


footer .title {
	font-size: 1.6em;
	margin-bottom: 0px;
	font-family: aw-conqueror-didot, serif;
	position: relative;
	z-index: 9;
}
footer .telefone {
	display: block;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 0px;
}
footer input {
	padding: 19px;
	outline: none;
	display: block;
	margin: 0;
	font-size: 1.2em;
	/*margin: 60px auto 20px auto;*/
	display: inline-block;
	max-width: 90%;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 0;
}
footer input[type=email] {
	padding-right: 60px;
}
footer input.icone {
	display: inline-block;
	margin-left: -64px;
	width: 60px;
	height: 60px;
	position: relative;
	background-color: #424242;
	border: 0;
	top: -1px;
	background-image: url(img/icones/mail.svg);
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: center;

}
footer .ajax-loader {
	display: none !important;
}
footer .wpcf7-form-control-wrap {
	/*
	display: inline-block;
	width: auto;
	*/
}

footer .redes {
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 580px;
	margin: auto;
	margin-top: 5px;
}
footer .redes::before {
	content: '';
	border: 1px solid #F47920;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	bottom: 5px;
	opacity: 0.4;
}

footer .redes a {
	display: block;
	height: 20px;
	width: 20px;
	margin: 5px 16px 20px 16px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	position: relative;
}

footer .redes .sub-title {
	display: block;
	position: relative;
	margin-bottom: 0px;
	display: block;
	height: 30px;
	font-size: 1em;
	margin: 5px 16px 20px 16px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	padding-top: 0px;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer ul li {
	padding: 20px;
	color: #999;
	cursor: pointer;
}
footer ul li:hover {
	color: #000;
}
footer span {
	/*
	display: block;
	width: 100%;
	font-size: 0.9em;
	*/
}

footer .rights {
	padding: 20px 0;
	font-size: 0.7em;
}

.mobile-only {
	display: none;
}
/********** home **********/
#home h1 {
	font-size: 7vw;
	max-width: 600px;
	line-height: 6.1vw;
	margin-bottom: 40px;

}
#home .topo-single {
	margin: 0;
}
#home .container-texto > .container p {
	font-size: 1.05em;
	max-width: 600px;
	line-height: 1.6em;
	padding-left: 30px;
	display: block;
	border-left: 6px solid #F47920;
	padding: 8px 0 8px 30px;
}

#home .container-texto > .container .bt {
	margin-top: 40px;
}

.container-texto {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topo-single .chamada {
	position: relative;
}
#home .fundo-topo:after {
	background-color: rgba(0,0,0,0.3);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-topo {
	display: flex;
	width: 100vw;
	height: 100vh;
	padding: 130px 00px 00px 30vw;
	position: relative;
}
.home-topo .title {

	font-family: aw-conqueror-didot, serif;
	font-weight: 700;
	color: #c8a964;
	font-size: 7vw;
	line-height: 1em;
	position: absolute;
	left: 60px;
	top: 30vh;
}
.row-home {
	padding: 30px;
	width: 100%;
	position: relative;
	display: flex;
	color: #333333;
	margin: 90px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.palavras-soltas > span {	
	display: block;
	font-size: 21px;
	font-weight: 300;
	font-family: neue-haas-unica, sans-serif;
	margin-bottom: 15px;
	font-weight: 200;
}
.palavras-soltas label {	
	display: block;
	font-size: 21px;
	text-decoration:underline;
	text-transform: uppercase;
	color: #c8a964;
	font-weight: 400;
	margin-top: 30px;
	cursor:pointer;
}
.palavras-soltas {	
	font-size: 3.5vw;
	font-family: aw-conqueror-didot, serif;
	text-align: center;
	width: 100%;
	padding: 100px 0;
	/*text-transform: uppercase;*/
	position: relative;
	font-weight: bolder;
}

.palavras-soltas:before {
	content: '';
	border: 1px solid #F47920;
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	bottom: 122px;

}
.palavras-soltas .bt {
	margin-top: 40px;
}
.palavras-soltas .cont-posts {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 40px;
	width: 100vw;
	margin-left: 50%;
	left: -50vw;
}
.palavras-soltas .cont-posts .box {
	flex: 0 0 33.33333%;
    padding-top: 25%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.palavras-soltas .cont-posts .box > .foto {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-position: center;
	background-size: cover;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.palavras-soltas .cont-posts .box:hover > .foto {
	transform: scale(1.2);
}
.palavras-soltas .cont-posts .box .foto > span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	opacity: 0;

	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	transform: scale(0.9);
}
.palavras-soltas .cont-posts .box:hover .foto > span {
	opacity: 1;
}
.palavras-soltas .cont-posts .box .foto > span > span {
	display: block;
	flex: 0 0 100%;
}
.palavras-soltas .cont-posts .box .foto .bt {
	/*margin: auto;*/
}

.row-home h2 {
	font-family: aw-conqueror-didot, serif;
	font-size: 6vw;
	font-weight: 300;
	flex: 0 0100%;

	text-transform: uppercase;
	flex: 0 0 100%;
	margin: 0 0 20px 0;
	padding: 0 60px;
	color: #fff;
	position: relative;
	z-index: 9;
	font-family: AWConquerorStdDidot-Regular;
letter-spacing: -3.86px;
text-shadow: 0 2px 140px rgba(0,0,0,0.50);
}
.row-home.port h2 {
	max-width: 65%;
	letter-spacing: -1.86px;
}
.row-home.port:nth-child(even) h2 {
	max-width: 65%;
	margin-left: auto;
}
.row-home p {
	font-size: 0.9em;
    max-width: 600px;
    line-height: 1.6em;
    padding-left: 30px;
    display: block;
    border-left: 6px solid #F47920;
    padding: 8px 15px 8px 30px;
    margin: 0;
}
.row-home .bt { 
	margin-top: 40px;
}
.row-home .coluna-um {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	color: #fff;
	padding: 40px 60px;

}
.row-home .coluna-um * {
	position: relative;

}
.row-home .coluna-um:before {
	content: '';
	border: 1px solid #F47920;
	position: absolute;
	top: 00px;
	left: -20px;
	right: -20px;
	bottom: 0;

}
.row-home:nth-child(even) .coluna-um {
	order: 2;
}

.row-home:nth-child(even) h2 {
	text-align: right;
}


.row-home .coluna-dois {
	position: relative;
	margin-top: -60px;
	flex: 0 0 50%;
	max-width: 50%;
	z-index: 3;

}
.row-home .coluna-dois > .cont {
    margin-top: 130%;
    width: 100%;
}
.row-home.port .coluna-dois > .cont {
    margin-top: 90%;
    width: 100%;
}
.row-home .coluna-dois > .cont > .foto {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-position: center;
	background-size: cover;
}
.row-home.port .coluna-dois > .cont > .foto {
	
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	
}
.row-home.port .coluna-dois > .cont {
	display: block;
}
.row-home.port .coluna-dois > .cont:hover > .foto {
	transform: scale(1.1);
}
.row-home:nth-child(even) .coluna-dois {
	order: 1;
}




.row-home.dois .coluna-dois {
	order: 1;
}
.row-home.dois .coluna-um {
	order: 2;
}
.row-home.dois h2 {
	text-align: right;
}




/*
.row-home:nth-child(even) .coluna-dois div {
	right: auto;
	left: 0;
	background-position: right;
}

.row-home .coluna-dois div {
	width: 110%;
	height: 160%;
	right: 0;
	top: 0;
	background-color: #fff3f3;
	position: relative;
	background-position: center;
	background-size: cover;
}
*/

.cb-slideshow {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 36s linear infinite 0s;
	-moz-animation: imageAnimation 36s linear infinite 0s;
	-o-animation: imageAnimation 36s linear infinite 0s;
	-ms-animation: imageAnimation 36s linear infinite 0s;
	animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 36s linear infinite 0s;
	-moz-animation: titleAnimation 36s linear infinite 0s;
	-o-animation: titleAnimation 36s linear infinite 0s;
	-ms-animation: titleAnimation 36s linear infinite 0s;
	animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 240px;
	padding: 0;
	line-height: 200px;
	color: rgba(169,3,41, 0.8);
}
.cb-slideshow li:nth-child(1) span { background-image: url(img/teste/img1.jpg) }
.cb-slideshow li:nth-child(2) span {
	background-image: url(img/teste/img2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(img/teste/img3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(img/teste/img4.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(img/teste/img5.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(img/teste/img6.jpg);
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-o-transform: scale(1.05);
		-o-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-ms-transform: scale(1.05);
		-ms-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	25% {
		opacity: 0;
		-ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		transform: scale(1.05);
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		transform: scale(1.1);
	}
	25% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/***** sobre *****/
#sobre {

}
#sobre .chamada h1 {
	max-width: 690px;
	font-size: 3.5em;
	text-align: center;
}
#sobre .chamada h1::after {
	content: '';
	border-bottom: 2px solid #F47920;
	max-width: 300px;
	width: 100%;
	margin: 30px auto;
	position: relative;
	display: block;
}
.row-sobre {
	padding: 30px;
	width: 100%;
	position: relative;
	display: flex;
	color: #fff;
	margin-bottom: 120px;
	flex-wrap: wrap;
}
.row-sobre a {
	text-decoration:underline;
	text-transform: uppercase;
	color: #c8a964;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 100px;
	display: block;
}
.row-sobre h2 {
	font-family: aw-conqueror-didot, serif;
	font-size: 3em;
	font-weight: 300;
	text-transform: uppercase;
}
.row-sobre p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.row-sobre .coluna-um {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	z-index: 4;
	padding: 0 30px;

}
.row-sobre:nth-child(even) .coluna-um {
	order: 2;
}


.row-sobre .coluna-dois {
	padding: 0;
	position: relative;
	flex: 0 0 50%;
	/*height: 20vw;*/
	max-width: 50%;
	z-index: 5;
}
.row-sobre:nth-child(even) .coluna-dois {
	order: 1;
	/*align-self: flex-end;*/
}
.row-sobre:nth-child(even){
	justify-content: flex-end;
}
.row-sobre:nth-child(even) .coluna-dois div {
	right: calc(10% + 10px);
	left: auto;
	background-position: center;
}

.row-sobre .coluna-dois div {
	width: 110%;
	padding-bottom: 130%;
	left: 10px;
	top: 0;
	background-color: #fff3f3;
	position: relative;
	background-position: center;
	background-size: cover;
}
/******* contato ********/
.contato .tel {
	font-size: 1.4em;
}
.contato .redes {
	display: flex;
}

.contato .redes a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 15px 20px 20px 0px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contato .sub-title {
	font-size: 1.6em;
	font-weight: 900;
	margin: 40px 0 25px 0;
}

.midia {
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}
.title-midias {
	font-family: aw-conqueror-didot, serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: -1.03px;
	line-height: 70px;
	margin-bottom: 14px;
}

.midia::before {
	content: '';
	border: 2px solid #F47920;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 20px;
}

.midia .box {
	position: relative;
	flex: 0 0 22%;
	height: 140px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.13), 0 1px 2px rgba(0,0,0,0.24);
	transform: translate3d(10px,0,0) scale(0.95);
	-webkit-transition: all 350ms;
	-moz-transition: all 350ms;
	-ms-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	margin-right: 20px;
}
.midia .box:hover {
	box-shadow: 8px 10px 15px rgba(46,61,73,0.17), 0 3px 10px rgba(0,0,0,0.10);
}

header:before {
	background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 0%, #000000 100%);
	height: 120px;
	width: 100%;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	pointer-events: none;
}
#portfolio {
	padding-top: 120px;
}
#portfolio, #home, #sobre, #contato {
	    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.row-home .coluna-um {
	    position: relative;
	    flex: 0 0 50%;
	    max-width: 50%;
	    color: #fff;
	    padding: 40px 20px;
	}
	.midia .box {
	    flex: 0 0 30%;
	    margin-top: 10px;
	}
	.titulo-back-fade {
		font-size: 8em;
	}


}
@media only screen and (max-width: 830px) {
	.topo-single, .topo-single .wrapper-img, .fundo-topo {
	    width: 100%;
	    height: 140vw;
	    max-height: 100vh;
	    background-position: center;
	    background-size: cover;
	}
	.bt-menu span {
		position: absolute;
		left: -50px;
		top: 10px;
		font-weight: 300;
		font-size: 1.1em;
		padding-right: 20px;
		/*text-transform: uppercase;*/
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
		-webkit-transition-delay: 0.3s ;
		transition-delay: 0.3s ;
		color: #fff;
	}
	.bt-menu:hover span {
		text-decoration: underline;
	}
	.bt-menu {
		text-align: center;
		width: 47px;
		height: 45px;
		display: block;
		cursor: pointer;
		padding: 10px;
		/*border: 1px #fff solid;*/
		position: absolute;
		margin: auto;
		top: 44px;
		right: 55px;
		z-index: 100;
		line-height: 1em;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		cursor: pointer;
		z-index: 9999;
	}
	#menu:checked ~ header {
		background-color: rgba(255,255,255,0) !important;

		-webkit-transition-delay: 0s ;
		transition-delay: 0s ;
	}
	.bt-menu::before {
		content: '';
		position: absolute;
		z-index: -1;
		background-color: #1a1c1f;
		height: 100%;
		width: 0%;
		top: 0;
		left: 0;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;

		-webkit-transition-delay: 0ms;
	}
	.bt-menu div {
		display: inline-block;
		top: -1px;
		width: 25px;
		position: relative;
		height: 25px;       
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.bt-menu div ul {
	}
	.bt-menu div ul li {
		border-bottom: 1px solid #fff;
		width: 100%;
		position: absolute;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
		-ms-transition: all 600ms ease;
		-o-transition: all 600ms ease;
		transition: all 600ms ease;
	}

	.bt-menu div ul li:nth-child(1) {
		top: 0;
		width: 100%;
	}
	.bt-menu div ul li:nth-child(2) {
		top: 10px;
		width: 75%;
	}
	.bt-menu div ul li:nth-child(3) {
		top: 20px;
		width: 50%;
	}
	#menu:checked ~ header .bt-menu::after {
		width: 100%;
	}
	#menu:checked ~ header .bt-menu::before {
		width: 100%;
	}
	#menu:checked  ~ header .bt-menu div {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-top: -3px;
	}
	#menu:checked  ~ header .bt-menu div ul li:nth-child(1) {
		top: 10px;
		border-bottom: 2px solid #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 100%;
	}
	#menu:checked  ~ header .bt-menu div ul li:nth-child(2) {
		top: 10px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 100%;
		border-bottom: 2px solid #fff;
	}
	#menu:checked  ~ header .bt-menu div ul li:nth-child(3) {
		top: 10px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);    
		border-bottom: 2px solid #fff;
		width: 100%;
	}
	#menu:checked  ~ header .bt-menu::before {
		width: 100%;
	}
	#menu:checked  ~ header .bt-menu:hover div ul li {
		border-bottom: 2px solid #fff;
		width: 100%;
		position: absolute;
	}
	#menu:checked ~ header .bt-menu span {
		opacity: 0;
	}
	#menu:checked ~ header #menu-header {
		opacity: 0;
	}

	header #menu-header {
		display: flex;
		position: fixed;
		height: 100%;
		width: 100%;
		background-color: #111;
		color: #fff;
		z-index: 999;
		/*line-height: 130px;*/
		opacity: 0;
		transform: translate3d(100%,0,0);
		-webkit-transition: opacity 600ms, transform 700ms;
		-moz-transition: opacity 600ms, transform 700ms;
		-ms-transition: opacity 600ms, transform 700ms;
		-o-transition: opacity 600ms, transform 700ms;
		transition: opacity 600ms, transform 700ms;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
		pointer-events: none;
		top: 0;
		right: 0;
		padding-right: 70px;
	}

	#menu:checked ~ header #menu-header {
		opacity: 1;
		transform: translate3d(0,0,0);
		pointer-events: all;

		-webkit-transition: opacity 600ms, transform 300ms;
		-moz-transition: opacity 600ms, transform 300ms;
		-ms-transition: opacity 600ms, transform 300ms;
		-o-transition: opacity 600ms, transform 300ms;
		transition: opacity 600ms, transform 300ms;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	header #menu-header .display-menu {
		flex: 0 0 50%;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column;
		padding-right: 100px;
	}
	header #menu-header .display-menu .principal {
		display: table;
		width: 100%;

		transform: translate3d(-10%,0,0);
		opacity: 0;
		-webkit-transition: opacity 650ms, transform 900ms;
		-moz-transition: opacity 650ms, transform 900ms;
		-ms-transition: opacity 650ms, transform 900ms;
		-o-transition: opacity 650ms, transform 900ms;
		transition: opacity 650ms, transform 900ms;
	}
	header #menu-header .display-menu .principal img {
		width: 100%;
		height: auto;
	}
	header #menu-header ul {
		flex: 0 0 50%;
		height: 100%;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		padding:100px 30px;
		transform: translate3d(0,5%,0);
		opacity: 0;
		-webkit-transition: opacity 500ms, transform 700ms;
		-moz-transition: opacity 500ms, transform 700ms;
		-ms-transition: opacity 500ms, transform 700ms;
		-o-transition: opacity 500ms, transform 700ms;
		transition: opacity 500ms, transform 700ms;
	}
	header #menu-header ul li {
		flex:0 0 100%;
		font-size: 2em;
		line-height: 60px;
		letter-spacing: 1px;
		margin: 40px 0;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;

	}
	header #menu-header ul li a {
		padding: 0;
	}

	#menu:checked ~ header #menu-header ul {
		transform: translate3d(0,0,0);
		opacity: 1;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	#menu:checked ~ header #menu-header ul li {
		margin: 20px 0;
	}

	
	#menu:checked ~ header .cta {
		border: 1px solid #ffffff;
		color: #fff;

		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	#menu:checked ~ header .cta:after {
		border: 1px solid #ffffff;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	#menu:checked ~ header .decoration {
		display: none;
	}
	.logo {
		z-index: 9999;
		position: relative;
	}
	#single h1 {
		font-size: 2.8em;
		margin-bottom: 40px;
	}
	#single .texto-apoio {
	    font-size: 1.5rem;
	    margin-bottom: 60px;
	}
	#single .texto {
	    column-count: 2;
	    column-gap: 40px;
	    line-height: 1.8em;
	    width: 100%;
	    font-size: 0.9rem;
	    display: block;
	    position: relative;
	    margin-bottom: 100px;
	}
	footer .menu {
		width: 80%;
		padding: 0 30px;
	}
	.topo-single {
		margin-bottom: 30px;
	}
	.proximo > a {
	    padding: 100px 60px;
	    display: block;
	    position: relative;
	    background-position: center;
	    background-size: 100%;
	    -webkit-transition: all 600ms;
	    -moz-transition: all 600ms;
	    -ms-transition: all 600ms;
	    -o-transition: all 600ms;
	    transition: all 600ms;
	    width: 84%;
	    flex: 0 0 84%;
	}
	.proximo > a:nth-child(1) {
		order: 2;
	}
	.proximo > a:nth-child(2) {
		margin-left: 16%;
		order: 1;
	}
	.wrapper-img.coluna .img {
		width: calc(50% - 30px)
	}
	.wrapper-img {
	    padding-bottom: 60px;
	    position: relative;
	}
	.logo {
	    width: 150px;
	    margin-left: 20px;
	}
	.midia .box {
	    flex: 0 0 200px;
	    height: 100px;
	}
	.midia::before {
	    content: '';
	    border: 2px solid #F47920;
	    position: absolute;
	    top: 30px;
	    left: 0;
	    right: 0;
	    bottom: 20px;
	}
	.container {
	    padding: 35px;
	}
	footer .menu {
	    padding: 0 4px;
	    display: none;
	}
	footer .menu ul {
	    font-size: 0.8em;
	    justify-content: center;
	}
	footer .menu ul li {
		padding: 0px;
	}
	footer .menu ul li a {
		padding: 20px 10px;
		display: block;
	}
	.row-home .coluna-dois {
	    position: relative;
	    margin-top: 0px;
	    margin-bottom: -20px;
	    flex: 0 0 100%;
	     max-width: 100%; 
	    z-index: 3;
	    order: 1;
	}
	.row-home .coluna-dois > .cont {
	    margin-top: 60%;
	}

	.row-home.port .coluna-dois > .cont {
	    margin-top: 50%;
	}
	.row-home .coluna-um {
	    position: relative;
	    flex: 0 0 100%;
	    max-width: 100%;
	    color: #fff;
	    padding: 40px 20px;
	    order: 2;
	}
	.row-home h2 {
	    font-size: 9vw;
	    padding: 0;
	}
	.container-normal {
		padding: 30px;
	}

	#sobre .chamada h1 {
		font-size: 2.7em;
	}

	.row-sobre:nth-child(even) .coluna-dois {
		order: 2;
	}
	.row-sobre .coluna-dois,.row-sobre .coluna-um {
		max-width: 100%;
		flex: 0 0 100%;
	    padding: 0;
	}
	.row-sobre .coluna-dois div {
		width: 100%;
		padding-bottom: 95%;
		left: 0;
	}
	.row-sobre:nth-child(even) .coluna-dois div {
	    right: 0;
	    left: auto;
	    background-position: center;
	}
	.row-sobre {
		padding: 0;
	}
	.row-sobre h2 {
	    font-size: 2.2em;
	}

	.row-home.port h2 {
		max-width: 100%;
		letter-spacing: -1.86px;
		font-size: 2.3em;
	}
	.row-home.port:nth-child(even) h2 {
		max-width: 100%;
		margin-left: auto;
	}
	.palavras-soltas {
    	font-size: 2.2em;
	}
	.palavras-soltas span {
    	font-size: 21px;
    	margin-bottom: 5px;
	}
	.row-home:nth-child(even) h2 {
	    text-align: left;
	}
	footer .redes {
		flex-wrap: wrap;
	}

}



@media only screen and (max-width: 530px) {
	.proximo > a {
	    padding: 100px 30px;
	    width: 90%;
	    flex: 0 0 90%;
	}
	.proximo > a:nth-child(2) {
		margin-left: 10%;
		order: 1;
	}
	.proximo > a .titulo {
	    font-size: 1.3em;
	    line-height: 1.6em;
	}
	.bt-menu {
		right: 30px;
		top: 24px;
	}
	.logo {
	    width: 120px;
	    margin-left: 0px;
	    margin-top: -10px;
	}
	footer .redes {
		flex-wrap: wrap;
	}
	footer .redes .sub-title {
		flex: 0 0 100%;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	footer .redes a {
		flex: 0 0 20px;
	}
	.midia .box {
	    flex: 0 0 160px;
	    height: 80px;
	}
	.midia::before {
	    top: 20px;
	    bottom: 12px;
	}
	#single .texto {
		column-count: 1;
		column-gap: 0px;
		line-height: 1.8em;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.titulo-back-fade {
		font-size: 5em;
	}
	#home h1 {
	    font-size: 4em;
	    line-height: 1em;
	}
	.topo-single .chamada {
		padding: 130px 30px 250px 30px;
	}
	.topo-single, .topo-single .wrapper-img, .fundo-topo {
	    width: 100%;
	    height: 140vw;
	    min-height: 730px;
	    background-position: center;
	    background-size: cover;
	}
	.row-home {
		padding: 10px;
	}
	.row-home h2 {
	    font-size: 2.2em;
	}
	.palavras-soltas .cont-posts .box {
	    flex: 0 0 100%;
    	padding-top: 60%;
    	margin-bottom: 25px;
	}
	.palavras-soltas > span {
	    font-size: 1.2em;
	    font-weight: 300;
	    margin-bottom: 5px;
	}
	.palavras-soltas {
	    font-size: 1.1em;
	    padding: 30px 0;
	}
	.palavras-soltas:before {
	    top: 180px;
	}	
	#sobre .chamada h1 {
		font-size: 1.9em;
	}
	#sobre .topo-single,#sobre .topo-single .wrapper-img, #sobre .fundo-topo {
		background-position: -70%;
	}
	footer {
		margin-top: 35px;
	}
	.palavras-soltas .bt {
		margin-top: 10px;
	}
	.palavras-soltas:before {
	    bottom: 51px;
	}
	.row-home.port {
		margin: 40px 0 0 0;
	}
	.row-home.port h2 {
	    max-width: 100%;
	    letter-spacing: -1px;
	    font-size: 1.6em;
	}
	header:before {
		background-color: #181818;
	    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13), 0 1px 2px rgba(0, 0, 0, 0.24);
	    height: 85px;
	}
}



@media only screen and (max-width: 425px) {
	.midia .box {
	    flex: 0 0 40%;
	    height: 80px;
	    margin-right: 15px;
	}
	.title-midias {
	    font-family: aw-conqueror-didot, serif;
	    font-size: 1.7em;
	    color: #FFFFFF;
	    letter-spacing: -1.03px;
	    line-height: 70px;
	    margin-bottom: 14px;
	}
	#single h1 {
	    font-size: 2.4em;
	    margin-bottom: 40px;
	}
	#home h1 {
	    font-size: 3em;
	    line-height: 1em;
	}
	.topo-single, .topo-single .wrapper-img, .fundo-topo {
	    min-height: 400px;
	}
	#home .topo-single .wrapper-img .fundo-topo {
/*	    min-height: 200px;
	    height: 100vw; 
	    display: none;*/
	}
	#home .container-texto > .container p {
	    font-size: 0.9em;
	    line-height: 1.6em;
	    padding-left: 25px;
	}
	.fundo-topo > .div {
		height: 100%;
	}
	.container-normal {
		padding: 15px;
	}
	.row-home .coluna-um {
		padding: 40px 0;
	}
	.row-home .coluna-um:before {
	    content: '';
	    border: 1px solid #F47920;
	    position: absolute;
	    top: 00px;
	    left: -10px;
	    right: -10px;
	    bottom: 0;
	}
	.row-home p {
	    font-size: 0.9em;
	    max-width: 600px;
	    line-height: 1.6em;
	    padding-left: 30px;
	    display: block;
	    border-left: 3px solid #F47920;
	    padding: 8px 15px 8px 15px;
	    margin: 0;
	}
	.row-home .coluna-um:before {
	    border: 0px solid #F47920; 
	}
	.row-sobre h2 {
	    font-size: 1.8em;
	}
	.bt-port {
		padding-left: 0;
	}
	.row-home h2 {
		text-align: left !important;
	}
	.wrapper-img {
		padding-bottom: 30px;
	}
	.wrapper-img.coluna .img {
	    width: calc(50% - 15px);
	}
	.proximo > a {
    padding: 60px 30px;
	}
}


