/*
Theme Name: Auditar
Author: João Victor
Description: Tema da Auditar
*/

body{
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: white;
	background: #0c0a09;
	/* background: linear-gradient(155deg, rgba(5,16,33,1) 0%, rgba(9,27,57,0.9725140056022409) 69%, rgba(5,16,33,0.9304971988795518) 92%); */
	background-repeat: no-repeat;
    background-attachment: fixed;
	overflow-x: hidden;
}

.d-flex{
	display: flex;
	align-items: center;
}
.align-items{
	align-items: center;
}
h1{
    font-size: 40px;
    margin: 0;
}
p{
	font-size: 16px;
}
b{
    font-weight: bold;
    color: #c6a15b;
}
bnd{
	font-weight: bold;
}
.color-d{
    color: #c6a15b;
}
.d-none{
	display: none !important;
}
.btn-1{
    width: 136px;
    height: 40px;
    border-radius: 5px;
    background-color: #c6a15b;
    display: block;
    line-height: 40px;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    color: #09090b;
    text-align: center;
    cursor: pointer;
}

.wraper-title-section{
	margin: 0 auto;
	text-align: center;
	width: 450px;
}
section{
	overflow: hidden;
}
/* HEADER */
header{
    display: flex;
    align-items: center;
    justify-content: space-between;

	padding: 15px;
}

header nav ul{
    display: flex;
    color: white;
}
header nav ul li{
    margin: 0 8px;
    list-style: none;
}
header nav ul li a{
    color: white;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    font-weight: 400;
}



.whatssapp{
    width: 95px;
    height: 22px;
    padding: 1px 10px 1px 11px;
    border-radius: 5px;
    background-color: #8cc25c;
}
.rede-social a{
    margin: 0 4px;
}
/* HEADER */



/* Footer */
footer{
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	padding: 15px;
	justify-content: space-between;
}
footer ul li, footer ul{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
footer ul li a{
	color: #F4F4F4;
	text-decoration: none;
}
footer .sobre{
	width: 350px;
}
footer .redes{
	display: flex;
	color: white;
	width: 60px;
	justify-content: space-between;
}
footer .redes a{
	color: white;
}
footer .wraper-c{
	margin: 15px 0;
}
footer .wraper-c p{
	padding: 0;
	margin: 0;
}
footer .wraper-c b{
	color: #71717a;
	font-size: 14px;
}
footer .new-footer{
	display: flex;
}
footer .new-footer input[type="email"]{
	border: 0;
	border-radius: 10px;
	height: 40px;
	box-sizing: border-box;
	width: 200px;
}
footer .new-footer input[type="button"]{
	cursor: pointer;
	border: 0;
	margin-left: -10px;
	height: 40px;
	background-color: #C6A15B;
	color: #09090b;
}




  @media only screen and (max-width: 820px) {


	/* HEADER */
	header nav{
	 position: absolute;
	 background-color: #09090b;
	 left: 0;
	 top: 70px;
	 z-index: 99;
	 padding: 10px;
	 display: none;
	}
	header nav ul{
		flex-wrap: wrap;
	}
	header nav ul li{
		width: 100%;
		height: 36px;
		text-align: center;
	}
	header .menu-mobile{
		display: block !important;
		font-size: 25px;
		color: #f4f4f4b4;
		cursor: pointer;
	}




  }