/* SECTION 1 */
.bg-video {
    background-color: #000000c9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-1{
    padding: 60px 80px;
    background-repeat: no-repeat;
    background-position: 100% 20px;
    background-size: 600px;
    position: relative;
    height: 377px;
}
.section-1 .chamada{
    width: 625px;
	position: relative;
}
.section-1 .chamada p{
	font-weight:lighter;
	font-size: 22px;
}

.section-1 .chamada p:nth-child(2){
    margin: 0;
	font-size: 16px;
	font-weight: regular;
}

.section-1 .chamada .auditar-inv{
	color: #80808014;
    user-select: none;
    font-size: 161px;
    top: -101px;
    z-index: 1;
    position: absolute;
}

/* SECTION-11 */
.section-11{
	padding: 0 18px;
	max-width: 1280px;
	margin: 0 auto;
}

.wraper-cultura-organizacional{
	border: 0.2px solid #f5f5f52e;
    width: 30%;	
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 8px;
	text-align: center;
}

.wraper-missao-visao-valor{
	display: flex;	
	/* width: 100%; */
	margin: 20px;
	justify-content:space-around;
	flex-wrap: wrap;
}

/* SECTION-2 */
.section-2{
	padding: 0 18px;
	max-width: 1280px;
	margin: 0 auto;
}
.wraper-solucoes{
	display: flex;	
	/* width: 100%; */
	margin: 20px;
	justify-content:space-around;
	flex-wrap: wrap;
}
.wraper-solucoes .box-single{
	margin: 20px;
	width: 235px;
	height: 241px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	padding: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	position: relative;
	background-image: url('/imgs/GESTÃO\ SOCIETÁRIA\ E\ DPTO.\ PESSOAL.png') ;
	border-radius: 10px;
}
.wraper-solucoes .box-single div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #09090ba3;
	border-radius: 10px;
	top: 0;
	left: 0;
	z-index: 1;
}
.wraper-solucoes .box-single h3{
	z-index: 10;
}
.wraper-solucoes .box-single p{
	z-index: 10;
	font-size: 14px;
	color: white;
}

/* SECTION-3 */
.section-3{
	/* padding: 0px 100px; */
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}
.play{
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.play i{
	border: 2px solid white;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.section-3 p{
	line-height: 26px;
}
.section-3 div:nth-child(1){
	/* background-color: red; */
	width: 50%;
	/* max-width: 560px; */
}
.section-3 div:nth-child(2){
	/* background-color: red; */
	display: flex;
	align-items: center;
	width: 50%;
	/* max-width: 560px; */
	
}
.section-3 div:nth-child(2) .thumb{
	width: 269px;
    height: 185px;
    background-color: red;
	cursor: pointer;
    margin-left: 81px;
}
.wraper-thumb{
	align-items: flex-end !important;
}


/* SECTION 4 */
.section-4{
	margin-top: 40px;
	max-width: 1280px;
	margin: 0 auto;
}
.section-4 .wraper-posts .wraper-single-post{
	display: flex;

}
.section-4 .wraper-img{
	width: 500px;
    height: 311px;
}
.section-4 .wraper-img img{
	width: 500px;
    height: 311px;

}

.section-4 .wraper-text{
	padding: 19px;
}
.section-4 .wraper-text h3, .wraper-text p, .wraper-text h2{
	padding: 0;
	margin: 8px 0;
	color: white;
}
.section-4 h3.tag{
	color: #c6a15b;
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 15px;
}
.section-4 .wraper-text p{
	line-height: 26px;
	color: #71717a;
	margin-top: 18px;
}
.wraper-single-post{
	text-decoration: none;
}
.min-blog-p{
	display: flex;
    margin-top: 22px;
}
.min-blog-p img{
	width: 48px;
    height: 48px;
    background-color: #09090b;
    border-radius: 50%;
}
.min-blog-p .text p{
	margin: 0 0 0 12px !important;
	padding: 0 !important;
}

.min-blog-p .text p:first-child{
	color: #c6a15b;
}
.wraper-postss{
	display: flex;
	justify-content: space-between;
	margin: 18px 0;
}

.wraper-posts .post{
	text-decoration: none;
	width: 269px;
}
.wraper-posts .post h2{
	text-decoration: none;
	width: 269px;
	color: #F4F4F4 !important;
}
.wraper-posts .post .img-post {
	width: 100%;
    height: 193px;
    background-color: #09090b;
	object-position: 100% 0%;
    object-fit: cover;
}
.wraper-posts .post h3 {
	padding: 0;
    font-size: 14px;
    margin: 0;
    font-weight: inherit;
    color: #c6a15b;
}
.wraper-posts .post h2{
	margin: 0;
    padding: 0;
    font-size: 16PX;
}
.wraper-posts .post p{
	font-size: 16px;
    margin: 8px 0;
    color: #717781;
    text-align: justify;
}

/* Wraper 5 */

.wraper-newsletter{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	padding: 10px 15px;
}
.wraper-newsletter input{
	height: 45px;
	border: 0;
	padding: 0;
}

.wraper-newsletter input[type="email"] {
	max-width: 300px;
	width: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 10px;
}

.wraper-newsletter input[type="submit"] {
	width: 150px;
	font-weight: bold;
	background-color: #c6a15b;
	cursor: pointer;
}

/* Section-6 */

.section-6{
	margin: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	
	background-position: 50%;
	display: flex;
}
.section-6 .wraper-tc{
	display: flex;
	width: 100%;
	margin: 0 auto;

}
.section-6 .wraper-tc div{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.section-6 .wraper-tc div:nth-of-type(2) p{
	text-align: center;
	font-size: 24px;
	max-width: 550px;
}
.section-6 .wraper-tc div:nth-of-type(2) a{
	color: #c6a15b;
	text-decoration: none;
	border: 1px solid #c6a15b;
	padding: 15px;
}

/* section 10 */
.section-10{
	padding: 0 18px;
	max-width: 1280px;
	margin: 0 auto;
}

.wraper-parceiros{
	display: flex;	
	/* width: 100%; */
	margin: 20px;
	justify-content:space-around;
	flex-wrap: wrap;
}

.wraper-parceiros .box-parceiro{
	margin: 20px;
	width: 400px;
	height: 241px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	position: relative;
	border-radius: 10px;
}

.wraper-parceiros .box-parceiro img {
	width: 350px;
	height: 120px;
	border-radius: 15px;
}

.wraper-parceiros .box-single h3{
	z-index: 10;
	text-align: center;
	margin: 10px auto;
}

.wraper-parceiros .box-single b{
	font-size: larger;
}

.wraper-parceiros .box-single p{
	z-index: 10;
	font-size: 14px;
	color: white;
}



/* Section 07 */
.section-7{
	padding: 0 20px;
}
.wraper-depoimentos{
	max-width: 650px;
	width: 100%;
	color: #09090b;
	background-color: #F4F4F4;
	margin: 0 auto;
	padding: 10px;
    box-sizing: border-box;
}
.single-depoimento .wraper-perfil{
	color: #F4F4F4;
	margin: 0 auto;
	padding: 15px;
	height: 74px;
	display: flex;
	justify-content: center;
}
.wraper-name{
	background-color: #09090b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px;
	min-width: 97px;
}
.img-emp{
	height: 100%;
	width: 90px;
	background-color: white;
}
.single-depoimento p, .single-depoimento h5{
	padding: 0;
	margin: 0;
}
.single-depoimento{
	/* max-width: 450px; */
	margin: 0 auto;
}
.single-depoimento .wraper-text p{
	color: #051021;
	margin: 10px 0;
	text-align: center;
}
.arrow{
	font-size: 30px;
    margin: 0 auto;
    width: 60px;
    display: flex;
    justify-content: space-around;
}
/* section-8 */
.section-8 form{
	max-width: 450px;
	margin: 0 auto;
	padding: 0 10px;
}
.section-8 .wraper-input{
	margin-top: 14px;
}
.section-8 .wraper-input b{
	color: red;
}
.section-8 form input, .section-8 form select, .section-8 form textarea{
	margin-top: 4px;
	width: 100%;
	height: 45px;
	padding: 0px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	color: #757575;
}
.section-8 form textarea{
	height: 150px;
	padding: 10px;
}
.wpcf7-submit{
	width: 150px !important;
	height: 40px !important;
	border: 0;
	margin: 0 auto;
	background-color: #C6A15B;
	color: #051021 !important;
	display: block;
	cursor: pointer;
}
/* Section09 */
.section-9{
	padding: 15px;
	max-width: 1280px;
	margin: 0 auto;
}
.section-9 h2{
	padding: 0;
	margin: 0;
}
.section-9 a{
	text-decoration: none;
	color: white;
}
.wraper-insta .single-insta img{
	width: 250px;
	height: 250px;
}
.wraper-insta{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 1020px) {
	.section-9{
		display: none;
	}
}

@media only screen and (max-width: 820px) {

	/* UTILS */
	

	/* SECTION 1 */
	.section-1 {
	  background-image: none !important;
	}
	.section-1 .chamada {
		width: 100%;
	}
	.section-1 .chamada .auditar-inv {
		color: #8080802d;
		user-select: none;
		font-size: 120px;
		top: -60px;
		z-index: 1;
		position: absolute;
	}
	/* SECTION 2 */
	.wraper-solucoes{
		margin: 0
	}


  }
  @media only screen and (max-width: 820px) {

	/* UTILS */
	.wraper-title-section{
		width: 100%;
	}
	.wraper-title-section p{
		font-size: 14px;
	}
	/* HEADER */
	header .menu-mobile{
		display: block !important;
		font-size: 25px;
		color: #f4f4f4b4;
		cursor: pointer;
	}
	/* SECTION 1 */
	.section-1{
		padding: 30px 10px 0 10px;
	}
	.section-1 .chamada .auditar-inv {
		color: #8080802d;
		user-select: none;
		font-size: 60px;
		top: 20px;
		z-index: 1;
		position: absolute;
	}
	.section-1 .chamada p {
		font-size: 16px;
	}
	/* SECTION 2 */
	.wraper-solucoes{
		margin: 0
	}

	/* SECTION 3 */
	.section-3{
		margin: 0 auto;
		flex-direction: column;
		padding: 0 10px !important;
	}
	.section-3 div:nth-child(1){
		margin: 0 auto;
		width: 100%;
	}
	.section-3 div:nth-child(2){
		margin: 5px auto 5px auto ;
		width: 100%;
	
	}
	.wraper-thumb .thumb:nth-child(2){
		display: none;
	}
	.section-3 div:nth-child(2) .thumb{
		margin: 5px auto 5px auto ;
	}

	/* Section-4 */
	.wraper-single-post{
		display: none !important;
	}
	.post{
		margin: 0 auto;
	}
	.post:not(:first-child) {
		display: none;
	  }
	/* SECTION 6 */
	.wraper-tc{
	padding: 10px 0;
	flex-direction: column;
	}
	.wraper-tc div{
	width: 100% !important;
	margin: 0 auto !important;
	}

	/* SECTION 11*/
	.wraper-missao-visao-valor{
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 16px;
	}

	.wraper-cultura-organizacional{
		border: 0.2px solid #f5f5f52e;
		width: 80%;	
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 12px;
		padding: 8px;
		text-align: center;
	}
  }