
/*

Theme Name: AJ Team Produções
Author: Douglas Menezes
Author URI: https://www.instagram.com/douglasmenezes0/

*/

#wpadminbar {
	display: none;
}

/*  Body */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-image: url(/wp-content/themes/ajteam1.1/images/background.webp);
	background-size: 100% auto;
	background-position: center 100vh;
	background-color: #0e1319;
	overflow: auto !important;
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}
a {
	text-decoration: none;
}
/*
ul,
li {
	list-style: none;
}
*/
img {
	border: none;
}

/* posicionamento */
.esquerda{
	float: left;
}
.direita {
	float: right;
}
.centralizar {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

/* alinhamento */
.texto-alinhado-centro {
	text-align: center;
}
.texto-alinhado-direita {
	text-align: right;
}
.texto-alinhado-esquerda {
	text-align: left;
}

/* escrita */
h1 {
	font-size: 26px;
	font-weight: 900;
	line-height: 32px;
}
h2 {
	font-size: 44px;
	font-weight: 400;
}
h3 {
	font-size: 32px;
	font-weight: 900;
}
b{
	font-weight: 700;
}
p {
	font-size: 22px;
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}

/* conteudo */
.conteudo {
	width: 1250px;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:1250px) {
	.conteudo {
		width: 100%;
		padding: 0 15px;
	}

}

/* colunas */
.coluna {
	overflow: hidden;
	position: relative;
	min-height: 1px;
	display: inline-block;
	vertical-align: top;
}
.coluna-1 {
	width: 100%;
	margin: 0;
}
.colunas-1 {
	width: calc(100% - 30px);
	margin: 0 15px;
}
.colunas-2 {
	width: calc(50% - 40px);
	margin: 0 20px;
}
@media(max-width:900px) {
	.colunas-2 {
		width: calc(100% - 30px);
		margin: 30px 15px 0;
	}
}
.colunas-3 {
	width: calc(33.3333% - 30px);
	margin: 0 15px;
}
@media(max-width:840px) {
	.colunas-3 {
		width: calc(100% - 30px);
		margin: 0 15px 30px 15px;
	}
}
.colunas-4 {
	width: calc(25% - 30px);
	margin: 0 15px;
}
@media(max-width:900px) {
	.colunas-4 {
		width: calc(50% - 30px);
		margin: 15px 15px;
		padding: 0 15px;
	}
	@media(max-width:650px) {
		.colunas-4 {
			width: 100%;
			margin: 30px 0 0;
		}
	}
}
.colunas-6 {
	width: calc(16.6% - 30px);
	margin: 0 15px;
}
@media(max-width:900px) {
	.colunas-6 {
		width: calc(33.3% - 30px);
		margin: 0 15px;
	}
	@media(max-width:600px) {
		.colunas-6 {
			width: calc(50% - 30px);
			margin: 0 15px;
		}
	}
}

/* espaçamento */
.margintop-5 {
	margin-top: 5px !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-15 {
	margin-top: 15px !important;
}
.margintop-25 {
	margin-top: 25px !important;
}
.margintop-35 {
	margin-top: 35px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}
.marginbottom-5 {
	margin-bottom: 5px !important;
}
.marginbottom-10 {
	margin-bottom: 10px !important;
}
.marginbottom-15 {
	margin-bottom: 15px !important;
}
.marginbottom-25 {
	margin-bottom: 25px !important;
}
.marginbottom-35 {
	margin-bottom: 35px !important;
}
.marginbottom-50 {
	margin-bottom: 50px !important;
}

/* cores */
.fundo-branco {
	background-color: #fff;
}
.fundo-preto {
	background-color: #000;
}
.fundo-cinzaclaro {
	background-color: #b3b7ba;
}
.fundo-cinzaescuro {
	background-color: #0e1319;
}
.cor-branco {
	color: #fff;
}
.cor-preto {
	color: #000;
}
.cor-cinzaclaro {
	color: #B2B2B2;
}
.cor-cinzaazul {
	color: #d9e3f1;
}
.cor-cinzaescuro {
	color: #0e1319;
}
.cor-marcar {
	color: #bfff39;
}

/* Tamanhos ------------*/
.vh {
    height: 100vh;
}
.padding {
	padding: 120px 0;
}
.padding-pequeno {
	padding: 70px 0;
}
.padding-grande {
	padding: 200px 0;
}
.padding-cima {
	padding: 150px 0 0;
}

	@media(max-width:900px) {
		.padding {
			padding: 70px 0;
		}
		.padding-grande {
			padding: 120px 0;
		}
		.padding-cima {
			padding: 80px 0 0;
		}
		.caixa {
			margin: 0 0 20px;
		}
	}

/* Logo flutuante ------------*/
#logo {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 99;
}
	@media(max-width:900px) {
		#logo {
			display: none;
		}
	}

/* Header ------------*/
header {
	background-image: url(/wp-content/themes/ajteam1.1/images/header.webp);
	background-color: #0e1319;
	background-position: center;
	height: 845px;
}
header .coluna {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 99;
}
header .coluna img {
    height: 160px;
}
header .nome {
    width: auto;
    height: 70px;
	margin: 0 0 0 20px;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
}
header .titulo {
    font-size: 48px;
	font-weight: 400;
}
header .texto {
	font-size: 28px;
	font-weight: 300;
}

header .seta {
	background: #171f28;
	width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
}

header .setaBaixo {
	animation-name: setaBaixo;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes setaBaixo {
	0% {
		padding: -60px 0 0;
	}
	100% {
		padding: 10px 0 0;
	}

}
span.header-linha {
	background: #FFF;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 0.5px;
	z-index: 1;
}

/* Conheça ------------*/
section#conheca .video-coluna{
	position: relative;
}
section#conheca .video-coluna::before {
    content: "";
    height: 4px;
    width: 40px;
    border-radius: 14px;
    position: absolute;
    top: -2px;
    left: 24px;
    background: #ffffff;
    z-index: 3;
    transition: all .5s ease;
}
section#conheca .colunas-3 {
	background: #344559;
	background: linear-gradient(90deg, rgb(52 69 89 / 20%) 0%, rgb(24 32 42 / 40%) 100%);
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid rgb(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 20px;
}
section#conheca .colunas-3 video {
	width: 100%;
	height: 100%;
	border: none;
    border-radius: 6px;
}


/* TEAM AJ ------------*/
section#team .imagem img {
    width: auto;
    height: 80px;
}
section#team .nome {
    width: auto;
    height: 80px;
	margin: 0 0 0 20px;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
}
section#team .texto {
    padding: 80px 50px;
    border: 1px solid #35383c;
    border-radius: 30px;
}
	@media(max-width:900px) {
		section#team .logo {
			align-items: center !important;
			display: flex !important;
			flex-direction: row !important;
			flex-wrap: wrap !important;
			justify-content: center !important;
		}
		section#team h2, section#team p {
			text-align: center;
		}
	}

	@media(max-width:440px) {
		section#team .imagem img {
			height: 60px;
		}
		section#team .nome {
			width: auto;
			height: 60px;
			font-size: 28px;
			line-height: 30px;
		}
	}


/* NOSSO MÉTODO ------------*/
section#nosso-metodo span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#nosso-metodo span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 14px 4px 0;
	position: relative;
}
section#nosso-metodo span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#nosso-metodo .imagem {
    padding: 0 0 0 0px;
}
section#nosso-metodo .imagem img {
	width: 100%;
}
	@media(max-width:900px) {
		section#nosso-metodo span.gancho {
			align-items: center !important;
			display: flex !important;
			flex-direction: row !important;
			flex-wrap: wrap !important;
			justify-content: center !important;
		}
		section#nosso-metodo span.gancho .linha {
			margin: 0 4px 0;
		}
		section#nosso-metodo h2, section#nosso-metodo p {
			text-align: center;
		}
	}



/* EQUIPE ------------*/
section#equipe span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#equipe span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 14px 4px 0;
	position: relative;
}
section#equipe span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#equipe .imagem {
	height: 400px;
    padding: 20px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 70% 100%, 10% 100%, 0 90%, 0 58%);
}

section#equipe .imagem img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 70% 100%, 10% 100%, 0 90%, 0 58%);
}
	@media(max-width:900px) {
		section#equipe span.gancho {
			align-items: center !important;
			display: flex !important;
			flex-direction: row !important;
			flex-wrap: wrap !important;
			justify-content: center !important;
		}
		section#equipe span.gancho .linha {
			margin: 0 4px 0;
		}
		section#equipe h2, section#equipe p {
			text-align: center;
		}
	}

/* Nossos serviços ------------*/
section#servicos span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#servicos span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 14px 4px 0;
	position: relative;
}
section#servicos span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#servicos .texto {
	width: calc(100% - 720px);
	margin: 0 30px 0 0;
}
section#servicos .icones {
	width: 680px;
}
section#servicos .icones .icone {
	background: #344559;
	background: linear-gradient(90deg, rgb(52 69 89 / 20%) 0%, rgb(18 27 38 / 69%) 100%);
	width: 320px;
	margin: 30px 20px 0 0;
	padding: 30px 50px;
	clip-path: polygon(5% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%);
	border: 1px solid rgb(255, 255, 255, 0.1);
	cursor: default;
}
section#servicos .icones .icone .imagem {
	width: 50px;
	height: 50px;
	margin: 0 14px 0 0;
}
section#servicos .icones .icone .imagem img {
	width: 100%;
	height: 100%;
}
section#servicos .icones .icone span {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
@media(max-width:1090px) {
	section#servicos span.gancho {
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	section#servicos span.gancho .linha {
		margin: 0 4px 0;
	}
	section#servicos h2, section#servicos p {
		text-align: center;
	}
	section#servicos .texto {
		width: 100%;
		margin: 0 0 0;
	}
	section#servicos .icones {
		width: 100%;
	}
	section#servicos .icones .icone {
		background: #344559;
		background: linear-gradient(90deg, rgb(52 69 89 / 20%) 0%, rgb(18 27 38 / 69%) 100%);
		width: calc(50% - 20px);
		margin: 30px 20px 0 0;
		padding: 30px 0;
		clip-path: polygon(5% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%);
		border: 1px solid rgb(255, 255, 255, 0.1);
		cursor: default;
		align-items: center !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	@media(max-width:590px) {
		section#servicos .icones .icone {
			width: 100%;
		}
	}
}

/* PORTOFÓLIO ------------*/
section#portfolio span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#portfolio span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 0 4px 0;
	position: relative;
}
section#portfolio span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#portfolio span.titulo {
	font-size: 44px;
	font-weight: 400;
}
section#portfolio .video-coluna{
	background: #344559;
    background: linear-gradient(90deg, rgb(52 69 89 / 20%) 0%, rgb(24 32 42 / 40%) 100%);
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255, 0.1);
    border-radius: 6px;
	position: relative;
}
section#portfolio .video-coluna::before {
    content: "";
    height: 4px;
    width: 40px;
    border-radius: 14px;
    position: absolute;
    top: -2px;
    left: 24px;
    background: #ffffff;
    z-index: 3;
    transition: all .5s ease;
}
section#portfolio .video-coluna span.nome {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section#portfolio .video {
    height: 428px;
}
section#portfolio video {
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
    border-radius: 8px;
}


/* PORTOFÓLIO ------------*/
section#clientes span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#clientes span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 0 4px 0;
	position: relative;
}
section#clientes span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#clientes span.titulo {
	font-size: 44px;
	font-weight: 400;
}
section#clientes img {
    width: 100%;
    padding: 0 20px
}

/* Vamos criar ------------*/
section#vamoscriar {
	position: relative;
}
section#vamoscriar span.linha {
	background: #ffffff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 98;
}
section#vamoscriar span.elemento {
	width: 200px;
	position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
	z-index: 99;
}
section#vamoscriar .conteudo {
	width: 600px;
}
	@media(max-width:600px) {
		section#vamoscriar .conteudo {
			width: 100%;
		}
	}
section#vamoscriar span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#vamoscriar span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 0 4px 0;
	position: relative;
}
section#vamoscriar span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#vamoscriar .titulo {
	font-size: 44px;
	font-weight: 400;
}
section#vamoscriar .texto {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}
section#vamoscriar a.botao {
	background-color: #151d26;
	padding: 16px 50px;
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    transition: all .5s ease;
}
section#vamoscriar a:hover.botao {
	background: #fff;
	color: #151d26;
	transform: scale(1.02);
}
section#vamoscriar a.botao i {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-left: 10px;
	color: #535353 !important;
	font-size: 12px;
	line-height: 30px;
	transition: all .5s ease;
}
section#vamoscriar a:hover.botao i {
	background: #151d26;
	color: #fff !important;
	transform: rotate(400deg);
}

/* Vamos criar ------------*/
section#boragravar {
	position: relative;
}
section#boragravar span.linha {
	background: #ffffff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 98;
}
section#boragravar span.elemento {
	width: 200px;
	position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
	z-index: 99;
}
section#boragravar .conteudo {
	width: 600px;
}
	@media(max-width:600px) {
		section#boragravar .conteudo {
			width: 100%;
		}
	}
section#boragravar span.gancho .circulo {
	background-color: #e5e5e569;
	width: 8px;
	height: 8px;
	margin: 10px 0;
    border-radius: 100%;
}
section#boragravar span.gancho .linha {
	background-color: #e5e5e569;
	width: 10px;
	height: 1px;
	margin: 0 4px 0;
	position: relative;
}
section#boragravar span.gancho .frase {
	margin-left: 4px;
    border-radius: 8px;
    color: #e5e5e569;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
section#boragravar .titulo {
	height: 120px;
}
section#boragravar .titulo img {
	height: 120px;
}
section#boragravar .texto {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
}
section#boragravar a.botao {
	background-color: #151d26;
	padding: 16px 50px;
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    transition: all .5s ease;
}
section#boragravar a:hover.botao {
	background: #fff;
	color: #151d26;
	transform: scale(1.02);
}
section#boragravar a.botao i {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-left: 10px;
	color: #535353 !important;
	font-size: 12px;
	line-height: 30px;
	transition: all .5s ease;
}
section#boragravar a:hover.botao i {
	background: #151d26;
	color: #fff !important;
	transform: rotate(400deg);
}

/* Footer ------------*/
footer {
	position: relative;
}
footer span.linha {
	background: #ffffff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 1px;
	position: absolute;
    left: 0;
    top: 0;
	z-index: 98;
}
footer span.elemento {
	width: 200px;
	position: absolute;
    left: 50%;
    top: -25px;
    transform: translate(-50%, 0);
	z-index: 99;
}
footer img.logo{
	width: 156px;
}
footer .logo img{
	width: 156px;
}
footer .direitos {
	width: calc(100% - 474px);
	margin: 0 15px;
	color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
}
footer .cliqueaqui a.botao {
	background-color: #151d26;
	width: 238px;
	padding: 15px 0;
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    transition: all .2s;
}
footer .cliqueaqui a:hover.botao {
	background: #fff;
	color: #151d26;
	transform: scale(1.02);
}
footer .cliqueaqui a.botao i {
	margin-right: 10px;
	color: #fff !important;
	transition: all .5s ease;
}
footer .cliqueaqui a:hover.botao i {
	color: #151d26 !important;
	transform: rotate(360deg);
}
	@media(max-width:900px) {
		footer .cliqueaqui, footer .direitos, footer .logo {
			width: 100%;
			margin: 30px 0;
		}
	}



  @media (max-width:1000px){
    [data-aos]{
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }