body{
	font-family: 'Poppins';
	margin: 0;
	color: #FFF;
	padding-top: 100px;
}

p {
    color: #FFF;
}

.background1{
	position: absolute;
	filter: blur(7px);
	opacity: 0.6;
	background-image: url(/vendor/theme/img/background-brainwave.jpg);
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 60%;
	background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
	z-index: -10;

}

.header, .footer{
	background-color: rgb(49, 49, 49);
	box-shadow: 1px 1px 4px rgba(35,35,35,0.56);
	height: 80px;
	justify-content: space-between;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 0 5%;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 9;
}

.header {
	top: 0;
}



.footer {
	bottom: 0;
	margin-bottom: 0;
	height: 0px;
}

.navigation_header a{
	text-decoration: none;
	color: white;
	font-weight: 300;
	font-size: 32px;
	
}

.grid {
	height: 80vh;
	display: flex;
	align-items: stretch;
	max-width: 1480px;
	margin: 0 auto;
}

.column{
	width: 25%;
	height: 100%;
	padding: 16px 8px;
	display: grid;
}

.column a {
	display:flex;
	color: #000;
	text-decoration: none;
	transition: all ease 0.2s;
}

.column a .grid-item:after {
	opacity: 1;
}

.column a:hover .grid-item:after {
	opacity: 0.6;
}
p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	color: #000 !important;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	font-weight: 200;
}

h1{
	
	font-weight: 500;
	text-align: center;
	font-size: 24px;
}

h3{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	font-weight: 400;
	width: 100%;
}

.grid-item {
	background:blue;
	margin-bottom: 16px;
	border-radius: 5px;
	position: relative;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
   	align-content: center;
	width: 100%;
}

.grid-item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 5px;
}

.client{
	background-size: cover;
	background:#FAB92D;
}

.client::after{
	background-color: rgba(250,263,47, 0.3);
}

.products{
	background-size: cover;
	background:#FAB92D;
}

.products::after{
	background-color: rgba(250,263,47, 0.3);
}

.post_social{
	background-size: cover;
	background:#FAB92D;
}

.post_social::after{
	background-color: rgba(250,263,47, 0.3);
}

.email_marketing{
	background-size: cover;
	background:#FAB92D;
}

.email_marketing::after{
	background-color: rgba(250,263,47, 0.3);
}

.influencers{
	background-size: cover;
	background:#FAB92D;
}

.influencers::after{
	background-color: rgba(250,263,47, 0.3);
}

.videos{
	background-size: cover;
	background:#FAB92D;
}

.videos::after{
	background-color: rgba(250,263,47, 0.3);
}

.content_marketing{
	background-size: cover;
	background:#FAB92D;	
}

.content_marketing::after{
	background-color: rgba(250,263,47, 0.3);
}

.img_logo_header{
	padding-top: 5px;
	width: 115px;		
}			
	
	
.navigation_header {
    display: flex;
    place-items: center;
    gap: 25px;
}	
	
@media screen and (max-width: 768px){		
	
	.header{
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 0 5%;
	}
	.header{
		background-color: rgb(49, 49, 49);
		box-shadow: 1px 1px 4px rgba(35,35,35,0.56);
		height:56px;
		justify-content: space-between;
		margin-bottom: 32px;
	}
	.navigation_header a{
		text-decoration: none;
		color: white;
		font-weight: 300;
		font-size: 24px;
		padding-left: 40px;
		display: block;
	}
	.column{
		box-sizing: border-box;
		width: 100%;
		height: fit-content;
		padding: 0px 12px 0px 12px;
		display: grid;
	}
	.grid {
		display: block;
		align-items: stretch;
		max-width: 768px;
		margin: 0 auto;
	}
	
	.grid-item {
		min-height: 250px;
	}
	.background1{
		opacity: 100%;
		position: absolute;
		filter: blur(7px);
		opacity: 0.6;
		background-image: url(/vendor/theme/img/2595185-new8.png);
		background-size: cover;
		background-position-x: 80%;
		background-position-y: 90%;
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		background-attachment: fixed;
		z-index: -10;
	
	}
	
}


#form, #response {
    width: 50%;
    box-sizing: border-box;
    padding: 16px 32px;
    margin: 0 auto;
}

input[type=text] {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    margin: 16px 0;
    height: 52px;
    font-size: 32px;
    border-radius: 5px;
}

input[type=submit] {
    width: 100%;
    height: 56px;
    text-transform: uppercase;
    font-size: 23px;
    background: #313131;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
}
    
input[type=submit]:hover {
  	background: #121113;
}
    
label {
    font-size: 32px;
    font-weight: lighter;
    text-align: center;
    display:block;
}

.free_form input[type="text"] {
	width: 80%;
}


.free_form input[type="submit"] {
	width: 20%;
}
    
@media(max-width: 1280px) {
	#form {
		padding-top: 0 !important;
	}
    #form, #response, .free_form input {
        width: 100% !important;   
    }
    body {
        display: block;
    }
      
    input[type=text] {
        margin: 16px 0;
        height: 32px;
        font-size: 14px;
    }

    input[type=submit] {    
        height: 52px;
        font-size: 24px;
    }
        
    label {
        font-size: 24px;
    }

}

/* Loading */
#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background: #3E3E3E;
	align-items: center;
	place-content: center;
	flex-flow: wrap;
	padding: 16px;
	box-sizing: border-box;
	opacity: 0;
	transition: all ease 1s;
}

#loading img {
    display: block;
}

.loading-circle {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #FFCC00;
  height: 50px;
  width: 50px;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

.typewrite {
	width: 100%;
	color: #FFF;
	display: block;
	margin-top: 32px;
	text-align: center;
	text-decoration: none;
}

.login {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	place-content: center;
    flex-flow: column;
    align-items: center;
}

.login h1 {
	margin: 0;
}

#menuampfy {
    cursor: pointer;
    
}

#menuampfy:hover {
    opacity: 0.8;
}

#menu, .modalform {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#febc10;
	opacity: 0.9;
	z-index: 99;
    display: none;
    top: 0;
    left: 0;
}

#menu .innermenu, .modalform .formodal {
	display: flex;
	place-content: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modalform .formodal input[type=text] {
    background: #FFF;
    color:#000;
}

#menu #close {
	position: fixed;
	right: 32px;
	top: 32px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 900;
}

#menu a {
	font-size: 4em;
	padding: 22px 0 22px 0;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#menu a:hover {
	background-color: #000;
	color: #febc10;
}

@media(max-width: 768px) {
	#menu a {
		font-size: 2em;
		padding: 8px 0 8px 0;
	}
}


#saving, #check {
    position: fixed;
    right: 32px;
    top: 110px;
    z-index: 99;
    color: #FFF;
    font-weight: bold;
    display: none;
}

.brands-form {
    max-width: 800px;
    margin: 0 auto;
}

.brands-form h3 {
    max-width: 300px;
    color: #FFF;
}

.other {
    text-align: center;
    color: #FFF;
    font-size: 24px;
}

.variables {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    margin-bottom: 8px;
}


table, table th, table tr td {
    color: #FFF;
    text-align: left;
}

table a {
    display: block;
    color: #000;
    background: #febc10;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
}

.response {
    padding: 16px;
    background: #282828;
    border-radius: 8px;
    margin-bottom: 32px;
    position: relative;
    min-height: 100px;
    font-size: 14px;
    line-height: 24px;
}

.response p, .response h3 {
    font-size: 14px;
    line-height: 24px;
}

.response img {
    display: none;
}

.addmarca {
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.response:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -27px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #282828;
}

.time {
    font-size: 14px;
    text-align: right;
    margin: 32px 0 8px;
}

.increment {
    display:flex;
    gap: 20px;
    justify-content: flex-end;
}

.increment a, .btimagem {
    display: block;
    text-decoration: none;
    color: #000;
    background: #febc10;
    padding: 8px 24px;
    width: fit-content;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    float: none;
    display: none;
}

.img-geradas {
    position: absolute;
    left: 0;
    top: 0;
    background: #282828;
    z-index: 999;
    display: none;
    padding-top: 30px;
    padding: 10px;
    width: 100%;
    display: none;
    box-sizing: border-box;
    min-height: 100%;
}

.img-geradas a {
    margin: 8px;
    position: relative;
}

.img-geradas img {
    max-width: 150px;
    max-height: 150px;
}

.img-geradas .images-item, .imagens-geradas-btn {
    display: flex;
    flex-flow: wrap;
}

.images-item span, .imagens-geradas-btn span {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #000;
    background: #FAB92D;
    padding: 4px 8px;
    font-size: 10px;
}

#generate {
    position: fixed;
    right: 16px;
    bottom: 30px;
    z-index: 99;
    display: none;
    font-size: 12px;
    background: #000;
    padding: 16px;
    border-radius: 28px;
    color: #FFF;
}

#generate img {
    margin-left: 8px;
}

#images {
    background: #313131;
    position: fixed;
    right: 16px;
    bottom: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 10px 8px 8px 8px;
    text-align: center;
    z-index: 99;
    display: none;
    justify-content: space-around;
    cursor: pointer;
}

.imagesgallery {
    display:flex;
    gap: 20px;
    justify-content: flex-start;
    padding: 16px;
    max-width: 1110px;
    flex-flow: wrap;
    margin: 0 auto;
}

.imagesgallery img {
    max-width: 150px;
    margin-bottom: 20px;
    width: 150px;
}

#images .number {
    background: #EA493C;
    color: #FFF;
    position: absolute;
    padding: 4px 8px;
    top: -10px;
    right: 0;
    font-size: 10px;
    border-radius: 30px;
    cursor: pointer;
    
}

.img-geradas h3 {
    font-size: 16px;
    margin: 16px 8px
}

.close-img {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 9;
    font-size: 16px;
    background: #FFF;
    color: #000;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 34px;
}

.btimagem {
    display: block;
    margin: 32px auto;
    cursor: pointer;
    font-family: 'Poppins';
    opacity: 0.8;
    font-size: 0;
    position: relative;
}

a.voltar {
    padding: 8px 16px;
    background: #FACE2D;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins';
    border-radius: 34px;
    margin: 0px 0 16px;
    display: inline-block;
}

.back {
    display: none;
}

button.btimagem:after {
    content: 'Gerar imagens';
    font-size: 14px;
}

.btimagem:hover {
    opacity: 1;
}

.imagens-geradas-btn {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.imagens-geradas-btn a {
    position: relative;
}

.imagens-geradas-btn a img {
    max-width: 200px;
}

.img-social {
    display: flex;
}

.mock-social {
    background: #FFF;
    padding: 8px;
    color: #000;
    max-width: 200px;
}

.mock-social img {
    display: block;
}

.title-social {
    font-size: 12px;
    margin: 8px 0;
}

.text-social {
    font-size: 12px;
}

@media(max-width: 768px) {
    .img-geradas img {
        max-width: 100px;
        max-height: 100px;
        margin-bottom: 8px;
    }
   /*.img-geradas img {
       max-width: 30px;
       height: 30px;
       margin: 5px;
   } 
   .img-geradas {
       width: 100%;
       left: 0;
       margin-left: 0;
       border-radius: 0;
       bottom: 0;
   }
   .img-geradas a {
       margin: 2px;
   }*/
}




