/*
Theme Name: Arise UX Design
Description: Arise UX Website 2025.
Version: 1.0
Author: Rodrigo Simoni
*/

/* Reset CSS */

.home, .blog, .logged-in {
	background: #1D1D1D;
}

::selection {
  background-color: #333;
  color: #fff;
}

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, font, 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 {
	margin: 0;
	padding: 0;
}

/** Reset das tags do HTML 5 **/
header, nav, section, article, aside, footer {display: block;}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #1D1D1D;
}

::-webkit-scrollbar-thumb {
  background: #ed4a4b;
  border-radius: 60px;
}

.box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.50s ease-out, transform 0.50s ease-out;
}

.box.show {
    opacity: 1;
    transform: translateY(0);
}

img {
	max-width: 100%;
	height: auto;
}

body, html {
	font-family: "Poppins", serif !important;
	height: 100%;
	scroll-behavior: smooth;
	background: #1D1D1D !important;
	padding: 4px;
}

body a, button {
	transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
}

body a:hover, button:hover {
	transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
}

/******* MENU CONTACT *******/

.menu-contact {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3000;
	text-align: center;
}

.menu-contact.active {
	display: flex;
}

.close-btn {
	font-size: 24px;
	margin-bottom: 100px;
	cursor: pointer;
	color: #CAAE8E;
	position: fixed;
	top: 0;
	right: 0;
	margin: 30px;
	border: 2px solid #CAAE8E;
	padding: 4px 12px;
	border-radius: 7px;
}

.close-btn:hover {
	background: #CAAE8E;
	color: #1D1D1D;
}

.menu-contact h4 {
	font-size: 44px;
	font-weight: 400;
	color: #CAAE8E;
	margin-bottom: 40px;
}

.cta-contact {
	width: 40%;
	font-size: 34px;
	font-weight: 500;
	padding: 14px 50px;
	color: #000;
	background: #CAAE8E;
	text-decoration: none;
	letter-spacing: -1px;
	border-radius: 120px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	text-transform: uppercase;
}

.cta-contact:hover {
	background: #ed4a4b;
	color: #000;
}

.menu-contact p {
	font-size: 18px;
	line-height: 150%;
	font-weight: 200;
	color: #CAAE8E;
	margin: 50px 0 20px 0;
}

.menu-contact span {
	font-size: 16px;
	font-weight: 200;
	padding: 6px 18px;
	border: 1px solid #CAAE8E;
	color: #CAAE8E;
	border-radius: 120px;
	margin: 14px 4px 0 0;
}

.menu-contact span a {
	color: #CAAE8E;
	text-decoration: none;
}

.menu-contact i {
	margin-right: 4px;
}

/******* NAV *******/

.menu-b, .menu-b-projetos {
	display: none;
}

nav {
	position: fixed;
	top: 7%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2000;
}

nav ul {
	font-size: 16px;
	font-weight: 400;
	background: #000;
	border-radius: 120px;
	padding: 12px 20px;
}

nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0 12px;
}

nav ul li a {
	color: #CAAE8E;
	text-decoration: none;
}

nav ul li a:hover {
	color: #ed4a4b;
}

/******* HEADER *******/

header {
	width: 100%;
	display: table;
	background: #ed4a4b;
	padding: 16px 0;
	border-radius: 12px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	transition: top 0.3s;
	z-index: 1000;
}

.logo {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 20px 0 0 20px;
}

.logo:hover {
	color: #000;
}

.logo-white {
	font-size: 36px;
	font-weight: 600;
	color: #CAAE8E;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 20px 0 0 20px;
}

.logo-white:hover {
	color: #CAAE8E;
}

.cta {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 14px 22px;
	border-radius: 120px;
	background: #CAAE8E;
	margin: 20px 20px 0 0;
}

.cta:hover {
	color: #000;
	border-radius: 7px;
}

header h1 {
	font-size: 190px;
	line-height: 90%;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding-top: 120px;
	letter-spacing: -12px;
	margin-top: 40px;
}

header p {
	font-size: 36px;
	line-height: 120%;
	font-weight: 500;
	color: #000;
	padding: 40px 0 120px 0;
}

/******* VIDEO *******/

.video-home {
	width: 100%;
	border-radius: 12px;
	background: #000;
	color: #fff;
	padding: 10px 0;
	margin-top: 12px;
}

video {
	border-radius: 20px;
	overflow: hidden;
}

#sound-icon {
	font-size: 14px;
	font-weight: 200;
	width: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 6px;
	cursor: pointer;
	border-radius: 7px;
	z-index: 10;
}

/******* WORK *******/

.work {
	width: 100%;
	display: table;
	padding: 10px 0;
}

.work a {
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.work a:hover {
	filter: brightness(80%);
}

.work article {
	padding: 10px 10px 18px 10px;
	border-radius: 12px;
	background: #000;
	margin: 0 5px 10px 5px;
}

.work img {
	width: 100%;
	height: 600px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.work img:hover {
	border-radius: 8px;
	margin-bottom: 12px;
}

.work article h3 {
	font-size: 24px;
	font-weight: 200;
	color: #CAAE8E;
	text-transform: uppercase;
}

.work span {
	font-size: 14px;
	font-weight: 200;
	padding: 4px 12px;
	border: 1px solid #CAAE8E;
	color: #CAAE8E;
	border-radius: 120px;
	margin: 10px 4px 0 0;
	display: inline-block;
}

.divider {
	width: 100%;
	display: table;
	padding: 60px 0 80px 0;
	text-align: center;
}

.cta-2 {
	font-size: 16px;
	font-weight: 400;
	color: #CAAE8E;
	text-decoration: none;
	padding: 16px 30px;
	border-radius: 120px;
	background: #000;
	text-transform: uppercase;
}

.cta-2:hover {
	color: #000;
	background: #ed4a4b;
}

/******* SERVICES *******/

.services {
	width: 100%;
	display: table;
	background: #ed4a4b;
	padding: 50px 0 10px 0;
	border-radius: 12px;
}

.services h3 {
	font-size: 80px;
	line-height: 100%;
	font-weight: 600;
	color: #000;
	letter-spacing: -5px;
	margin-bottom: 50px;
}

.services article {
	border: 1px solid #000;
	border-radius: 12px;
	padding: 40px;
	margin-bottom: 30px;
}

.services article h2 {
	font-size: 44px;
	line-height: 100%;
	font-weight: 600;
	color: #000;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

.services p {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.services span {
	font-size: 16px;
	font-weight: 400;
	padding: 4px 12px;
	color: #ed4a4b;
	border-radius: 120px;
	margin: 10px 4px 0 0;
	display: inline-block;
	background: #000;
}

.services a {
	text-decoration: none;
}

.shake-on-hover {
  transition: transform 0.3s ease;
}

/* Animação do efeito shake */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
  75% { transform: translateX(-10px); }
  100% { transform: translateX(0); }
}

.shake-on-hover:hover {
  animation: shake 0.5s ease;
}

.cta-3 {
	font-size: 16px;
	font-weight: 400;
	color: #CAAE8E;
	text-decoration: none;
	padding: 16px 30px;
	border-radius: 120px;
	background: #000;
	text-transform: uppercase;
}

.cta-3:hover {
	color: #CAAE8E;
	border-radius: 7px;
}

/******* BLOG *******/

.blog-cards {
	width: 100%;
	display: table;
	padding: 50px 0 0 0;
}

.blog-cards article {
	background: #CAAE8E;
	padding: 10px 10px 18px 10px;
	border-radius: 12px;
	margin: 0 5px 10px 5px;
	border: 4px solid #1D1D1D;
}

.blog-cards img {
	width: 100%;
	height: 320px;
	border-radius: 12px;
	border: 4px solid #000;
}

.blog-cards article h4 {
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}

.blog-cards article p {
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
	color: #000;
}

.blog-cards a {
	text-decoration: none;
	transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
}

.blog-cards article:hover {
	text-decoration: none;
	border: 4px solid #ed4a4b;
	transition: 0.2s ease-in-out all;
	-webkit-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
}

/******* ABOUT *******/

.about {
	width: 100%;
	display: table;
	padding: 0 0 20px 0;
	background: #ed4a4b;
	border-radius: 12px;
}

.about h3 {
	font-size: 150px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	letter-spacing: -10px;
	margin: 40px 0 0 0;
}

.about p {
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
	color: #000;
	margin: 40px 0 60px 0;
}

/******* FOOTER *******/

footer {
	width: 100%;
	display: table;
	padding: 120px 0 30px 0;
	text-align: center;
}

footer h5 {
	font-size: 80px;
	font-weight: 500;
	line-height: 90%;
	color: #CAAE8E;
	letter-spacing: -3px;
	margin-bottom: 50px;
}

footer a {
	font-size: 24px;
	font-weight: 400;
	color: #CAAE8E;
	text-decoration: none;
	border: 1px solid #CAAE8E;
	padding: 16px 30px;
	border-radius: 120px;
	display: inline-block;
	margin: 10px;
}

footer a:hover {
	color: #CAAE8E;
	border-radius: 7px;
}

footer p {
	font-size: 18px;
	font-weight: 200;
	color: #CAAE8E;
	margin-top: 100px;
}

footer p strong {
	font-size: 18px;
	color: #CAAE8E;
}

/******* PROJETOS *******/

.header-projetos {
	width: 100%;
	display: table;
	background: #CAAE8E;
	padding: 120px 0;
	border-radius: 12px 12px 0 0;
}

.header-projetos p {
	font-size: 50px;
	line-height: 120%;
	font-weight: 400;
	color: #000;
	padding-top: 50px;
	letter-spacing: -2px;
}

/* Lista Projetos */

.lista-projetos {
	width: 100%;
	display: table;
	padding:  0 0 30px 0;
	background: #CAAE8E;
	border-radius: 0 0 12px 12px;
}

.lista-projetos h3 {
	font-size: 80px;
	font-weight: 500;
	color: #000;
	letter-spacing: -3px;
}

.lista-projetos p {
	font-size: 22px;
	font-weight: 300;
	color: #000;
}

.lista-projetos span {
	font-size: 14px;
	font-weight: 400;
	padding: 4px 12px;
	color: #000;
	border-radius: 120px;
	margin: 10px 4px 0 0;
	display: inline-block;
	background: #ed4a4b;
}

.link-container {
	width: 100%;
	display: flex;
	padding: 30px 0;
	border-top: 1px solid #000;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.image-hover {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 439px;
	height: autox;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease, right 0.3s ease;
	border-radius: 10px;
	z-index: 9999; 
	pointer-events: none;
}

.link-container:hover .image-hover {
	opacity: 1;
  visibility: visible;
}

.link-container:hover {
	transform: translateX(5px);
}

/* Nav Projetos */

.nav-projetos {
	text-align: center;
	position: fixed;
	top: 6%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 20px;
	z-index: 2000;
	border-radius: 120px;
	background: #000;
}

.nav-projetos a {
	font-size: 16px;
	font-weight: 400;
	color: #CAAE8E;
	text-decoration: none;
	margin: 0 12px;
	display: inline;
}

.nav-projetos a:hover {
	color: #ed4a4b;
}

.cta-red {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	padding: 14px 22px;
	border-radius: 120px;
	background: #ed4a4b;
	margin: 20px 20px 0 0;
}

.cta-red:hover {
	color: #000;
	border-radius: 7px;
}

/******* PROJETO *******/

.header-projeto-single {
	width: 100%;
	display: table;
	background: rgb(0,0,0);
	background: linear-gradient(356deg, rgba(0,0,0,1) 0%, rgba(36,9,74,1) 100%);
	padding: 140px 0 0 0;
	border-radius: 12px 12px 0 0;
	text-align: center;
}

.header-projeto-single h1 {
	font-size: 170px;
	line-height: 90%;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding-top: 80px;
	letter-spacing: -10px;
	background-image: linear-gradient(45deg, #6a0dad, #ff8c00, #ed4a4b);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientAnimation 3s infinite linear;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-projeto-single p {
	font-size: 36px;
	line-height: 130%;
	font-weight: 500;
	color: #fff;
	padding: 40px 0 120px 0;
	background-image: linear-gradient(45deg, #6a0dad, #ff8c00, #ed4a4b);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	nimation: gradientAnimation 3s infinite linear;
}

/* Content Projeto */

.content-projeto {
	width: 100%;
	display: table;
	background: #000;
	padding: 80px 0 120px 0;
	border-radius: 0 0 12px 12px;
}

.content-projeto h2 {
	font-size: 54px;
	line-height: 100%;
	font-weight: 400;
	color: #CAAE8E;
	letter-spacing: -1px;
}

.content-projeto h3 {
	font-size: 30px;
	line-height: 100%;
	font-weight: 400;
	color: #CAAE8E;
	letter-spacing: -1px;
}

.content-projeto p {
	font-size: 18px;
	line-height: 150%;
	font-weight: 200;
	color: #CAAE8E;
	margin: 20px 0;
}

.content-projeto span {
	font-size: 14px;
	font-weight: 200;
	padding: 4px 12px;
	border: 1px solid #CAAE8E;
	color: #CAAE8E;
	border-radius: 120px;
	margin: 0 4px 14px 0;
	display: inline-block;
}

.img-content-full img {
	width: 100%;
	height: auto;
	margin: 30px 0;
	border-radius: 8px;
}

.text-content-b {
	margin: 30px 0;
}

.content-projeto h4 {
	font-size: 28px;
	line-height: 100%;
	font-weight: 500;
	color: #CAAE8E;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/******* SERVIÇOS *******/

.header-servicos {
	width: 100%;
	display: table;
	background: #ed4a4b;
	padding: 16px 0;
	border-radius: 12px 12px 0 0;
	padding: 30px 0;
}

.header-servicos h1 {
	font-size: 200px;
	line-height: 90%;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding-top: 120px;
	letter-spacing: -12px;
	margin-top: 40px;
}

.header-servicos p {
	font-size: 36px;
	line-height: 120%;
	font-weight: 500;
	color: #000;
	padding: 40px 0 120px 0;
}

/* Lista Serviços */

.lista-servicos {
	width: 100%;
	display: table;
	padding:  0 0 30px 0;
	background: #ed4a4b;
	border-radius: 0 0 12px 12px;
}

.lista-servicos h3 {
	font-size: 70px;
	font-weight: 600;
	color: #000;
	letter-spacing: -3px;
}

.lista-servicos p {
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	color: #000;
}

.lista-servicos span {
	font-size: 14px;
	font-weight: 400;
	padding: 4px 10px;
	color: #ed4a4b;
	border-radius: 120px;
	margin: 8px 2px 0 0;
	display: inline-block;
	background: #000;
	border: 1px solid #000;
}

/******* BLOG *******/

.header-blog-category {
	width: 100%;
	display: table;
	padding: 180px 0 40px 0;
	border-radius: 12px;
}

.tit-news {
	width: 100%;
	display: table;
	margin-bottom: 100px;
}

.tit-news h1 {
	font-size: 230px;
	line-height: 90%;
	font-weight: 500;
	letter-spacing: -20px;
	padding-right: 30px;
	color: #CAAE8E;
}

.tit-news h6 {
	font-size: 110px;
	line-height: 100%;
	font-weight: 500;
	letter-spacing: -4px;
	padding-right: 30px;
	color: #CAAE8E;
}

.tit-news p {
	font-size: 24px !important;
	line-height: 140% !important;
	font-weight: 400 !important;
	color: #CAAE8E;
}

.tit-news a {
	color: #CAAE8E;
}

.tit-news a:hover {
	color: #ed4a4b;
}

.header-blog-category img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.header-blog-category small {
	font-size: 16px;
	font-weight: 300;
	display: table;
	margin: 40px 0 0 0;
	color: #CAAE8E;
}

.header-blog-category h3 {
	font-size: 44px;
	line-height: 110%;
	font-weight: 400;
	letter-spacing: -2px;
	margin: 20px 0 30px 0;
	padding-right: 30px;
	color: #CAAE8E;
}

.header-blog-category p {
	font-size: 18px;
	line-height: 150%;
	font-weight: 300;
	padding-right: 30px;
	color: #CAAE8E;
}

a.artigo-call {
	text-decoration: none;
	color: #CAAE8E;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

a.artigo-call:hover {
	filter: brightness(80%);
	color: #000;
}

/******* SINGLE *******/

.header-single {
	width: 100%;
	display: table;
	border-radius: 12px 12px 0 0;
}

.content-single {
	padding: 120px 0;
	border-radius: 0 0 12px 12px;
}

.content-single .content-img-margin img {
	width: 100%;
	height: auto;
	border-radius: 18px;
	border: 1px solid #FFF8D2;
	margin-bottom: 40px;
}

.content-single small {
	font-size: 16px;
	font-weight: 200;
	display: table;
	margin: 0 0 30px 0;
	color: #FFF8D2;
}

.content-single h1 {
	font-size: 80px;
	line-height: 110%;
	font-weight: 500;
	color: #FFF8D2;
	margin-bottom: 30px;
	letter-spacing: -2px;
}

.content-single p.subtit {
	font-size: 28px;
	line-height: 160%;
	font-weight: 200;
	color: #FFF8D2;
	margin-top: 40px;
}

.content-text-margin {
	margin-top: 80px !important;
}

.content-single h2 {
	font-size: 40px;
	line-height: 120%;
	font-weight: 300;
	color: #FFF8D2;
}

.content-single p {
	font-size: 20px;
	line-height: 160%;
	font-weight: 200;
	color: #FFF8D2;
	margin: 30px 0;
}

.content-single ul {
	font-size: 20px;
	line-height: 160%;
	font-weight: 200;
	color: #FFF8D2;
	margin: 30px 0;
}

.content-single img {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

/******* SOBRE *******/

.header-sobre {
	width: 100%;
	display: table;
	padding: 180px 0 100px 0;
	border-radius: 12px;
}

.main-content-sobre h1 {
	font-size: 300px;
	font-weight: 600;
	line-height: 80%;
	color: #CAAE8E;
	letter-spacing: -30px;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.main-content-sobre p {
	font-size: 70px;
	font-weight: 400;
	line-height: 120%;
	color: #CAAE8E;
	letter-spacing: -2px;
}

.second-content-sobre {
	margin-top: 100px !important;
}

.second-content-sobre h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 120%;
	color: #CAAE8E;
	margin: 60px 0 0 20px 0;
}

.second-content-sobre p {
	font-size: 26px;
	font-weight: 300;
	line-height: 140%;
	color: #CAAE8E;
	margin: 40px 0;
}

.second-content-sobre img {
	width: 100%;
	height: auto;
	display: table;
	margin: 40px 0 12px 0;
	border-radius: 12px;
}

.second-content-sobre figcaption {
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	color: #CAAE8E;
}

/******* SERVICE PÁGINA *******/

.header-service {
	width: 100%;
	display: table;
	padding: 180px 0 100px 0;
	border-radius: 12px;
	background: #ed4a4b;
}

.header-service h1 {
	font-size: 250px;
	font-weight: 600;
	line-height: 80%;
	color: #000;
	letter-spacing: -22px;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.header-service p {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	color: #000;
	letter-spacing: -3px;
}

/* Content Service */

.content-service {
	width: 100%;
	display: table;
	background: #000;
	padding: 60px 0 0 0;
	border-radius: 12px 12px 0 0;
	margin: 8px 0 0 0;
}

.content-service h2 {
	font-size: 50px;
	font-weight: 600;
	line-height: 100%;
	color: #CAAE8E;
	letter-spacing: -3px;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.content-service p {
	font-size: 24px;
	font-weight: 200;
	line-height: 150%;
	color: #CAAE8E;
	margin-bottom: 60px;
}

/* Lista Item Serviços */

.lista-item-servicos {
	width: 100%;
	display: table;
	background: #000;
	padding: 60px 0 0 0;
	border-radius: 12px;
	margin: 8px 0 0 0;
}

.link-item-container {
	display: flex;
	padding: 30px 0;
	border-top: 1px solid #544330;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.link-item-container h3 {
	font-size: 66px;
	line-height: 100%;
	font-weight: 500;
	color: #CAAE8E;
	letter-spacing: -2px;
	margin-top: 40px;
}

.link-item-container p {
	font-size: 20px;
	font-weight: 200;
	line-height: 150%;
	color: #CAAE8E;
}














/** MEDIA QUERIES **/

@media (max-width: 768px) {

/******* MENU CONTACT *******/

.menu-contact {
	z-index: 5000;
}

.menu-contact h4 {
	font-size: 26px;
	line-height: 80%
}

.cta-contact {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0;
}

.close-btn {
	margin-bottom: 60px;
	margin: 20px;
}

/******* NAV *******/

nav {
	display: none;
}

.menu-b {
	position: fixed;
	bottom: 2%;
	left: 2%;
	right: 2%;
	border-radius: 120px;
	display: flex;
	z-index: 2000;
}

.menu-b ul {
	font-size: 16px;
	font-weight: 400;
	background: #000;
	border-radius: 120px;
	padding: 12px 20px;
	background: #000;
}

.menu-b ul li {
	list-style-type: none;
	display: inline;
	margin: 0 8px;
}

.menu-b ul li a {
	color: #CAAE8E;
	text-decoration: none;
}

.menu-b ul li a:hover {
	color: #ed4a4b;
}

.menu-b-projetos {
	position: fixed;
	bottom: 25px;
	left: 20px;
	right: 20px;
	background: #000;
	border-radius: 120px;
	display: flex;
	z-index: 2000;
	padding: 12px 20px;
}

.menu-b-projetos a {
	font-size: 16px;
	font-weight: 400;
	color: #CAAE8E;
	text-decoration: none;
	margin: 0 10px;
	display: inline;
}

.menu-b-projetos a:hover {
	color: #ed4a4b;
}

/******* HEADER *******/

.logo {
	font-size: 30px;
	margin-top: 22px;
}

.logo-white {
	font-size: 30px;
	margin-top: 22px;
}

.cta {
	padding: 12px 20px;
}

header {
	padding-left: 10px;
	padding-right: 10px;
}

header h1 {
	font-size: 60px;
	line-height: 160%
	padding-top: 80px;
	letter-spacing: -3px;
	margin-top: 0px;
}

header p {
	font-size: 24px;
	line-height: 120%;
	padding: 20px 0 110px 0;
}

/******* VIDEO *******/

.video-home {
	display: none;
}

#sound-icon {
	display: none;
}

/******* WORK *******/

.work img {
	width: 100%;
	height: 220px;
}

.work .img-l {
	width: 100%;
	height: auto;
}

.work article {
	margin: 0 0 8px 0;
}

.work article h3 {
	font-size: 20px;
}

.work span {
	font-size: 12px;
	margin: 10px 4px 0 0;
}

.divider {
	padding: 40px 0 80px 0;
}

/******* SERVICES *******/

.services {
	padding: 30px 0 0 0;
}

.services h3 {
	font-size: 48px;
	letter-spacing: -2px;
}

.services article {
	padding: 20px;
	margin-bottom: 20px;
}

.services article h2 {
	font-size: 36px;
	font-weight: 600;
}

.services p {
	font-size: 18px;
}

.services span {
	font-size: 16px;
}

.cta-3 {
	font-size: 14px;
}

/******* ABOUT *******/

.about {
	padding: 30px 10px;
}

.about h3 {
	font-size: 66px;
	line-height: 100%;
	margin: 20px 0;
	letter-spacing: -4px;
}

.about p {
	font-size: 20px;
	line-height: 140%;
	padding: 14px 0;
	margin: 0;
}

/******* FOOTER *******/

footer {
	padding: 60px 0 20px 0;
}

footer h5 {
	font-size: 42px;
	line-height: 90%;
	letter-spacing: -2px;
	margin-bottom: 30px;
}

footer a {
	width: 90%;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

footer p {
	margin-top: 16px;
	line-height: 120%;
	padding: 30px 0 100px 0;
}

/******* PÁGINA DE PROJETOS *******/

.header-projetos {
	padding-left: 10px;
	padding-right: 10px;
	padding: 100px 0;
}

.header-projetos p {
	font-size: 24px;
	line-height: 130%;
	padding-top: 20px;
	letter-spacing: -1px;
}

/* Lista Projetos */

.lista-projetos {
	padding: 0 20px;
}

.lista-projetos h3 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

.lista-projetos p {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 6px;
}

.link-container {
	width: 100%;
	display: table;
	padding: 20px 0;
	margin-bottom: 20px;
}

.link-container .image-hover {
	margin-bottom: 10px;
	position: static;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity 0.0s ease, right 0.0s ease;
	border-radius: 6px;
}

.link-container:hover .image-hover {
	opacity: 1;
 }

 /******* PROJETO SINGLE *******/

.header-projeto-single {
	padding: 100px 0;
}

.header-projeto-single h1 {
	font-size: 60px;
	line-height: 90%;
	letter-spacing: -1px;
}

.header-projeto-single p {
	font-size: 24px;
	line-height: 120%;
}

/* Content Projeto */

.content-projeto {
	padding: 40px 0;
}

.content-projeto h2 {
	font-size: 32px;
	line-height: 110%;
}

.content-projeto h3 {
	font-size: 32px;
	line-height: 110%;
}

.content-projeto p {
	margin: 30px 0;
}

.img-content-full img {
	margin: 20px 0;
}

.text-content-b {
	margin: 20px 0;
}

.content-projeto h4 {
	font-size: 24px;
	line-height: 120%;
}

/******* PÁGINA DE SERVIÇOS *******/

.header-servicos h1 {
	font-size: 54px;
	line-height: 100%;;
	padding-top: 100px;
	letter-spacing: -2px;
}

.header-servicos p {
	font-size: 24px;
	line-height: 130%;
	padding: 30px 0 120px 0;
}

.header-service h1 {
	font-size: 60px !important;
	line-height: 90% !important;
	letter-spacing: -4px !important;
}

/* Lista Serviços */

.lista-servicos {
	padding: 0 20px;
}

.lista-servicos h3 {
	font-size: 40px;
	line-height: 100%;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 14px;
}

.lista-servicos p {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 6px;
}

/******* BLOG *******/

.header-blog-category {
	padding: 140px 0 30px 0;
}

.tit-news h1 {
	font-size: 90px;
	font-weight: 600;
	line-height: 80%;
	letter-spacing: -7px;
	padding-right: 30px;
	text-transform: uppercase;
}

.tit-news p {
	font-size: 20px !important;
	font-weight: 500 !important;
}

.artigo-call {
	margin-bottom: 60px;
}

.header-blog-category small {
	margin: 30px 0 0 0;
}

.header-blog-category h3 {
	font-size: 30px;
	line-height: 120%;
	margin: 10px 0 20px 0;
}

/******* SINGLE *******/

.content-single {
	padding: 80px 0;
}

.content-single h1 {
	font-size: 40px;
	line-height: 110%;
	font-weight: 500;
	letter-spacing: -1px;
}

.content-single p.subtit {
	font-size: 22px;
	line-height: 150%;
}

.content-text-margin {
	margin-top: 40px;
}

.content-single h2 {
	font-size: 28px;
	line-height: 120%;
}

.content-single p {
	font-size: 20px;
	line-height: 150%;
}

/******* SOBRE *******/

.header-sobre {
	padding: 160px 0 30px 0;
}

.main-content-sobre h1 {
	font-size: 90px;
	letter-spacing: -5px;
	margin-bottom: 30px;
}

.main-content-sobre p {
	font-size: 28px;
	line-height: 120%;
	color: #CAAE8E;
	letter-spacing: -1px;
}

.second-content-sobre {
	margin-top: 80px !important;
}

.second-content-sobre h3 {
	font-size: 26px;
	line-height: 130%;
	margin: 0;
}

.second-content-sobre p {
	font-size: 20px;
	line-height: 150%;
	margin: 30px 0;
}

/******* SERVICE PÁGINA *******/

.header-service {
	padding: 160px 0 50px 0;
}

.header-service h1 {
	font-size: 90px;
	letter-spacing: -5px;
	margin-bottom: 30px;
}

.header-service p {
	font-size: 26px;
	line-height: 130%;
	color: #000;
	letter-spacing: -1px;
}

/* Content Service */

.content-service {
	padding: 30px 0 60px 0;
}

.content-service h2 {
	font-size: 40px;
	line-height: 110%;
	margin-bottom: 30px;
}

.content-service p {
	font-size: 22px;
	margin-bottom: 0;
}

/* Lista Item Serviços */

.lista-item-servicos {
	width: 100%;
	display: table;
	background: #000;
	padding: 30px 0 30px 0;
	margin: 8px 0;
}

.link-item-container {
	width: 100%;
	display: table;
	background: #000;
	padding: 30px 0;
	border-top: 1px solid #544330;
	text-decoration: none;
	transition: transform 0.3s ease;
	margin: 30px 0;
}

.link-item-container {
	padding: 0 20px;
}

.link-item-container h3 {
	font-size: 36px;
	line-height: 100%;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 30px 0 14px 0;
}

.link-item-container p {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 6px;
}



}