:root {
	--main-fontsize: 16px;
}

@media (max-width: 1600px) {
	:root {
		--main-fontsize: 14px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1520px !important;
	}
}

@font-face {
    font-family: 'Nexus Bold';
    src: url('../fonts/Nexusbold.woff2') format('woff2'),
         url('../fonts/Nexusbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quick Writers';
    src: url('../fonts/QuickWriters-Regular.woff2') format('woff2'),
        url('../fonts/QuickWriters-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Medium.woff2') format('woff2'),
        url('../fonts/PublicSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* CSS RESET DEFAULT */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
	background-color: #000;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: 'Montserrat', sans-serif !important;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
}

p {
	line-height: 1.9;
    margin-bottom: 1.5rem;
	text-align: justify;
	letter-spacing: 0.2px;
	font-size: 14px;
	color: #000;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #000000;
}
*::-webkit-scrollbar-thumb {
  background-color: #e8006b;
}


#topo-home {
	background-color: #000;
	padding-top: 190px;
	padding-bottom: 190px;
}

.logo-home img {
	width: 182px;
	height: auto;
}

.text-principal h1 {
	font-family: 'Nexus Bold', sans-serif !important; 
    font-size: 248pt;
    color: #fff;
    letter-spacing: 9px;
}

.text-principal {
	position: relative;
}

.img-exclamacao img {
    width: 74px;
    height: auto;
    position: absolute;
    right: 12rem;
    top: 52px;
}

.img-asterisco img {
	width: 51px;
	height: auto;
}

.text-secundario {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.bg-rosa {
	background-color: #ff0080;
}

.bg-black {
	background-color: #000;
}

.imgs-time ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

.imgs-time ul li {
	width: 16.6%;
}

.imgs-time ul li img {
	width: 100%;
}

.title-time h3 {
	font-family: 'Quick Writers', sans-serif !important;
	position: absolute;
	left: 0;
	top: -3rem;
	font-size: 70px;
	color: #ff0080;
}

#cases {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.detalhe-rabisco {
	position: absolute;
    top: -6rem;
    right: -40%;
    width: 100%;
}

.cases-verticais {
	display: flex;
    justify-content: space-evenly;
	margin-top: 4rem;
}

.cases-direita {
	position: relative;
    bottom: 15rem;
}

.case-vertical {
	margin-bottom: 8rem;
}

.foto-case img {
	width: 477px;
	height: 514px;
	object-fit: cover;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.foto-case img:hover {
	transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.titulo-case h3 {
	font-family: 'Public Sans' !important;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
}

.frase-cases {
	width: 40%;
}

.frase-cases h2 {
    color: #000;
    font-size: 45px;
    font-family: 'Quick Writers', sans-serif !important;
    text-align: center;
    width: 74%;
    margin-right: auto;
    line-height: 1.2;
    margin-bottom: 30px;
}

.frase-cases h2 span {
	font-family: 'Quick Writers', sans-serif !important;
	position: relative;
	z-index: 2;
}

.frase-cases h2 span:after {
	content: '';
	background-image: url('../imgs/brand/brush.png');
    width: 276px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    z-index: -1;
}

#clientes {
	padding-top: 110px;
	padding-bottom: 140px;
}

.lista-clientes ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.lista-clientes ul li img {
	width: 85%;
	margin: auto;
}

.lista-clientes ul:last-child {
	margin-bottom: 0;
}

.title-clientes h3 {
	color: #b8ced5;
	font-size: 110px;
	font-family: 'Quick Writers', sans-serif !important;
	margin-bottom: 70px;
}

#we-do {
	padding-top: 320px;
    padding-bottom: 240px;
	position: relative;
}

.title-we-do h3 {
	font-family: 'Nexus Bold', sans-serif !important;
    font-size: 210px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 0.8;
}

#we-do:after {
	content: 'we do';
	position: absolute;
	left: 5rem;
	top: -5rem;
	color: #ff0080;
	font-size: 500px;
	font-family: 'Quick Writers', sans-serif !important;
}

.we-do.criacao {
	position: relative;
	left: 2rem;
}

.z-2 {
	position: relative; 
	z-index: 2;
}

.title-we-do {
	margin-bottom: 20px;
}

.text-we-do p {
	font-family: 'Public Sans' !important;
    color: #fff;
    font-weight: 500;
    width: 85%;
    text-align: left;
    font-size: 16px;
	position: relative;
}

.text-we-do p:not(:last-child):after {
	content: '';
	background-image: url('../imgs/brand/underline.svg');
	width: 95%;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    bottom: -1rem;
    left: -1rem;
}

.text-we-do p:last-child {
	width: 50%;
}

.imgs-cases ul {
	display: flex;
	justify-content: center;
	width: 100%;
}

.imgs-cases ul li {
	width: 20%;
}

.imgs-cases ul li img {
	width: 100%;
}

#cases-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

.text-cases {
	padding-top: 160px;
	padding-bottom: 190px;
}

.text-cases p {
	color: #e7e7e7;
    font-size: 45px;
    font-family: 'Quick Writers', sans-serif !important;
    text-align: center;
    width: 64%;
    margin: auto;
    line-height: 1;
    margin-bottom: 30px;
}

.letreiro-cases h4 {
	font-family: 'Nexus Bold', sans-serif !important;
    font-size: 460px;
    color: #000;
    letter-spacing: 1px;
    line-height: 370px;
    white-space: nowrap;
	overflow: hidden;
}

.text-secundario p {
	font-family: 'Quick Writers', sans-serif !important;
    font-size: 40px;
    color: #b8ced5;
    position: relative;
    top: 3px;
    transform: rotate(359deg);
}

#contato {
	background-color: #fff;
	position: relative;
}

#contato .container {
	padding-top: 280px;
    padding-bottom: 180px;
    position: relative;
}

#contato .container:after {
    content: 'CONTATO';
    position: absolute;
    left: 0;
    top: 3rem;
    color: #ff0080;
    font-size: 350px;
    font-family: 'Quick Writers', sans-serif !important;
}

.redes-sociais ul {
	display: flex;
	gap: 30px;
	padding-left: 30px;
}

.redes-sociais ul li svg {
	width: 53px;
	height: auto;
}

#contato .row {
	align-items: end;
}

.form-contato {
	position: relative; 
	z-index: 2;
}

.form-contato input.wpcf7-form-control {
	border: unset;
	border-bottom: 2px solid #000;
	height: 50px;
	font-family: 'Quick Writers', sans-serif !important;
	color: #000;
	font-size: 40px;
	margin-bottom: 20px;
	width: 70%;
	padding-left: 10px;
	background-color: transparent;
}

.form-contato input.wpcf7-form-control::placeholder {
	color: #000 !important;
	padding-left: 4px;
}

.form-contato input.wpcf7-submit {
	text-align: left;
    background: unset;
    line-height: 1;
    border-bottom: 0;
    color: #ff0080;
	cursor: pointer;
	max-width: fit-content;
	margin-bottom: 0;
}

/* Cases */

.img-fluid-case img {
	width: 100%;
	height: auto;
}

.bg-blue {
	background-color: #011927;
}

#main-case {
	padding-top: 14rem;
	padding-bottom: 14rem;
	position: relative;
}

.main-text {
	max-width: 48%;
    margin: auto;
	position: relative;
	z-index: 2;
}

.main-text h1 {
	font-family: 'Quick Writers', sans-serif !important;
    font-size: 40px;
    color: #fff;
    position: relative;
    top: 3px;
    transform: rotate(359deg);
	margin-bottom: 30px;
}

.main-text p {
    font-family: 'Public Sans' !important;
    color: #fff;
    text-align: left;
    font-size: 18px;
    position: relative;
}

/* #main-case:after {
    content: 'EUFORYA';
    position: absolute;
    left: 47%;
    top: 45%;
    color: #000;
    font-size: 700px;
    font-family: 'Nexus Bold', sans-serif !important;
	transform: translate(-50%, -50%);
	font-weight: 700;
	letter-spacing: 14px;
	font-style: italic;
} */

#topo-cases {
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#topo-cases .logo-home img {
	max-width: 120px;
}

#rodape-cases {
	padding-top: 20px;
	padding-bottom: 20px;
}

#rodape-cases .logo-home img {
	max-width: 120px;
}

.btn-topo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ff0080;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 12px 12px;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 999;
	cursor: pointer;
}

.btn-topo:hover {
  background-color: #ff4e00;
  transform: translateY(-5px);
}

.btn-topo {
    display: none;
  }

.btn-topo svg {
	width: 24px;
}

/* Cases Ajustados */

.postid-141 #main-case::after {
	font-size: 330px;
}

.postid-74 #main-case::after {
	font-size: 250px;
}

.postid-54  #main-case::after {
	content: "A’slc"
}

@media (max-width: 1399px) {
  
	.title-we-do h3 {
		font-size: 160px;
	}
	
	#we-do:after {
		font-size: 380px;
	}
	
	#we-do {
		padding-top: 230px;
		padding-bottom: 150px;
	}
	
	.text-cases p {
		font-size: 42px;
		width: 72%; 
	}
	
	.letreiro-cases h4 {
		font-size: 340px;
		line-height: 310px;
	}
	
	#contato .container:after {
		top: 3rem;
		font-size: 290px
	}
	
	.form-contato input.wpcf7-form-control {
		font-size: 36px;
	}
	
	.redes-sociais {
		position: relative;
		bottom: 3rem;
	}
	
	#contato .container {
    	padding-bottom: 70px; 
	}
	
	.img-exclamacao img {
		right: 0;
	}
	
	.title-clientes h3 {
		font-size: 80px; 
	}
	
}

@media (max-width: 1199px) { 
	
	#topo-home {
		background-color: #000;
		padding-top: 160px;
		padding-bottom: 160px;
	}
	
	.text-principal h1 {
    	font-size: 208pt;
	}
	
	.img-exclamacao img {
        right: -1rem;
        top: 4px;
    }
	
	.frase-cases h2 {
		font-size: 37px;
		width: 83%; 
	}
	
	.foto-case img {
		width: 407px;
		height: 434px;
	}
	
	#contato .container:after {
        top: 3rem;
        font-size: 250px;
    }
}

@media (max-width: 769px) { 
	
	.text-principal h1 {
        font-size: 248pt;
    }
	
	.img-exclamacao img {
        right: -2rem;
        top: unset;
        bottom: 6.9px;
    }
	
	.frase-cases {
		width: 100%;
	}
	
	.frase-cases h2 {
        font-size: 37px;
        width: 100%;
    }
	
	.cases-verticais {
		display: flex;
		justify-content: center;
		margin-top: 4rem;
		flex-direction: column;
		align-items: center;
	}
	
	.foto-case img {
		max-width: 100%;
	}
	
	.detalhe-rabisco {
		top: 24rem;
		right: -40%;
		width: 100%;
	}
	
	.frase-cases h2 span:after {
		width: 104%;
	}
	
	.cases-direita {
		bottom: 0;
	}
	
	.text-cases p {
        font-size: 42px;
        width: 100%;
    }
	
	#we-do:after {
        font-size: 260px;
        top: -2rem;
    }
	
	.we-do {
		margin-bottom: 6rem;
	}
	
	.we-do.criacao {
		position: relative;
		left: 0;
	}
	
	 #contato .container:after {
        top: 3rem;
        font-size: 160px;
    }
	
	.form-contato input.wpcf7-form-control {
        font-size: 36px;
        width: 100%;
    }
	
	#contato .row {
		align-items: end;
		flex-direction: column-reverse;
	}
	
	.redes-sociais {
		bottom: 0;
	}
	
	.redes-sociais ul {
		padding-left: 0;
	}
	
	#cases {
		width: 100%;
		overflow: hidden;
	}
	
	.main-text {
    	max-width: 90%; 
	}
	
	#main-case {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	
	#main-case:after {
		display: none;
	}
	
}

@media (max-width: 450px) {  
	
	.text-principal h1 {
        font-size: 168pt;
        line-height: 0.9;
    }
	
	.text-secundario p {
		font-size: 32px;
	}
	
	#contato .container:after {
        top: 3rem;
        font-size: 120px;
    }
	
	#contato .container {
    	padding-top: 210px; 
	}
	
	.text-cases p {
        font-size: 32px; 
	}
	
	.title-clientes h3 {
        font-size: 50px;
    }
	
	 .img-exclamacao img {
        right: 0;
        bottom: -3.1px;
        width: 50px;
    }
	
	.text-principal {
		margin-bottom: 2rem;
	}
	
	 .frase-cases h2 {
        font-size: 32px;
	}
	
	#we-do:after {
        font-size: 140px;
        top: 0;
        left: 1rem;
    }
	
	#we-do {
        padding-top: 180px;
        padding-bottom: 30px;
    }
	
	.imgs-cases ul {
		flex-wrap: wrap;
	}
	
	.imgs-cases ul li {
		width: 50%;
	}
	
	.letreiro-cases h4 {
        font-size: 190px;
        line-height: 160px;
    }
	
	.text-cases {
		padding-top: 160px;
		padding-bottom: 60px;
	}
	
	.imgs-cases ul li:last-child {
		display: none;
	}

}

@media (max-width: 380px) {  
	
	.text-principal h1 {
        font-size: 148pt; 
	}
	
	 .img-exclamacao img {
        right: 0;
        bottom: -3.1px;
        width: 42px;
    }
	
	.case-vertical {
		margin-bottom: 4rem;
	}
}