@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;800&display=swap');
*{
	font-family: 'Poppins', sans-serif;
}
.w80{
	width: 80%;
}
h2{
	font-weight: 900;
	text-transform: uppercase;
}

p span{
	font-weight: 900;
}
h3{
	font-weight: 900;
	font-size: 22px;
}
.lis{
	font-weight: 900;
}
.bannerSecundario{
	background-attachment: fixed;
	height: 650px;
	background-size: cover;
	background-color: #000;
	
	background-image: url(../img/person.jpg);
	background-position: top center;
	background-repeat: no-repeat
}
.banner3{
	
	background-size: cover;
	background-color: #000;
	
	background-image: url(../img/banner3.jpg);
	background-position: top center;
	background-repeat: no-repeat
}

.margim230{
	margin-top: 230px;
}

.margim100{
	margin: 100px 0;
}


.banner{
	background-image: url(../img/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100vh;
	margin-top: -90px;
	background-size: ;

}
.sobre{
	background-image: url('../img/sobreBanner.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 171px;
	margin-top: -235px;

}

.margim424{
	margin-top: 180px;
}
.margim200{
	margin: 200px 0;
}
.btnn{
	padding: 25px 28px;
	background-color: #ff9900;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 100px;
	transition: .5s;

}

.btnn:hover{
	background-color: #151515;
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}
.mouse{
	width: 130px;
	height: 130px;
	margin-left: -31px;
	left: 50%;
	position: absolute;
}

.marcar{
	background-image: url('../img/brushe.png');
}
.margin50{
	margin-top: 0px;
}
._3t7mZz3weV {
	display: flex;
	flex-direction: column;
	min-height: auto;
}
.recebaMais{
	position: absolute;
	left: 220px;
	margin-top: -65px;
}
.padding200{
	padding:200px;
}

.paddinItens{
	padding: 100px 0;
}
.logos{
	height: ;
	text-align: center;
	/* margin-top: 119px; */
	background-color: black;
	padding: 140px 0;
}
.amarelo{
	color: #FF9A00;
}
.depoimentos{
	background-color: #ff9a00;
	padding: 140px 0;
}
.video {
	width: 300px;
	background-color: #151515;
	padding: 10px;
	border-radius: 20px;
}
.destaque {
	padding: 20px 20px;
	background-color: #232323;
	color: #fff;
	border-radius: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.destaque span{
	color: #ff9a00;
	font-size: 26px;

}
video{
	width: 100%;
	border-radius: 20px;
}
.margim210px{
	margin-top: 210px;
}
.margimNao{
	margin: 100px 0;
}
.mostraIMG1{
	display: block;
}
.mostraImagem{
	display: none;
}

.fontNova{
	font-size: 18px;
}
.bttnn{
	background-color: #17d44e;
    color: #fff;
    border-radius: 43px;
    font-size: 14px;
    padding: 13px 36px;
    font-weight: bold;
    transition: .5s;
    text-decoration: none;
}
.bttnn:hover{
	background-color: #fff;
    color: #17d44e;
    border-radius: 43px;
    font-size: 14px;
    padding: 13px 36px;
    font-weight: bold;
    transition: .5s;
    text-decoration: none;
}
.whats {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}


@media (max-width: 1450px){
	.recebaMais {
		position: absolute;
		left: 0px;
		margin-top: -200px;
	}
	.sobre {
		background-image: url(../img/sobreBanner.png);
		background-position: top center;
		background-repeat: no-repeat;
		height: 171px;
		margin-top: -159px;

	}
	.margim424 {
    margin-top: 110px;
}

.baixoLogo{
	width: 450px;
}



}
@media (max-width: 768px){
	.mostraIMG1{
		display: none;
	}
	.mostraImagem{
		display: block;
	}
	.banner {
		background-image: url(../img/banner2.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height: 100vh;
		margin-top: -128px;
		background-size: inherit;
	}
	.sobre {
		background-image: url(../img/sobreBanner.png);
		background-position: top center;
		background-repeat: no-repeat;
		height: 171px;
		margin-top: -215px;
	}
	.margim424 {
		margin-top: 220px;
	}
	.w80{
		width: 95%;
	}
	.btnn{
		padding: 15px 28px;
		background-color: #ff9900;
		color: #fff;
		text-decoration: none;
		font-weight: 800;
		font-size: 11px;
		text-transform: uppercase;
		border-radius: 26px;
		transition: .5s;

	}
	h2{
		font-size: 26px
	}
	.bannerSecundario{
	background-attachment: fixed;
	height: 530px;
	background-size: inherit;
	background-color: #000;
	
	background-image: url(../img/person2.jpg);
	background-position: top center;
	background-repeat: no-repeat
}
	.margin50{
		margin-top: 0px;
	}
	.recebaMais{
		display: none;
	}
	.padding200{
		padding:100px 20px;
	}

	.margim210px {
		margin-top: 25px;
	}
	.margimNao{
		margin: 25px 0;
	}
	.paddinItens {
		padding: 20px 0;
	}

	h3 {
		font-weight: 900;
		font-size: 16px;
	}

	.video {
		width: 100%;
		background-color: #151515;
		padding: 10px;
		border-radius: 20px;
	}

	.destaque {
		padding: 15px;
		background-color: #232323;
		color: #fff;
		border-radius: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.destaque span{
		color: #ff9a00;
		font-size: 20px;

	}

	.margim200 {
    margin: 60px 0;
}
}