.banner{
	width: 100%;
	padding: 50px 0;
	background-image: url('../imagens/contato/bn.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.banner .content{
	max-width: 1290px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.banner .texto{
	width: 629px;
	justify-content: center;
	gap: 50px;
}
.banner .texto .txt1{
	width: 100%;
	gap: 5px;
}
.banner .texto .txt1 h2{
	font-size: 48px;
	font-weight: 500;
}
.banner .texto .txt1 p{
	margin-top: 50px;
	max-width: 516px;
	width: 100%;
}
.banner .texto .div{
	display: flex;
	width: 100%;
	height: 1px;
	background-color: var(--primaria);
}
.banner .texto .txt2{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.banner .texto .txt2 .info1{
	width: 100%;
	gap: 15px;
}
.banner .texto .txt2 .info1 a{
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	font-size: 19px;
}
.banner .texto .txt2 .info2{
	width: 100%;
	gap: 30px;
}
.banner .texto .txt2 .info2 h6{
	width: 100%;
}
.banner .texto .txt2 .info2 a{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 19px;
}
.banner .texto .txt2 .info2 a i{
	color: var(--cor-2);
	font-size: 25px;
}
.banner form{
	max-width: 513px;
	width: 100%;
	height: fit-content;
	padding: 25px;
	gap: 30px;
	background-color: var(--bg1);
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.08);
}
.banner form p.topo{

}
.banner form .inputs{
	width: 100%;
	gap: 10px;
}
.banner form .inputs input{
	width: 100%;
	height: 58px;
	padding: 0 20px;
	color: #0000007a;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #e7e7e7;
}
.banner form .inputs textarea{
	width: 100%;
	padding: 20px;
	color: #0000007a;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #e7e7e7;
}
.banner form .inputs input::placeholder,
.banner form .inputs textarea::placeholder{
	color: #0000007a;
	font-size: 16px;
	font-weight: 400;
}
.banner form button{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 281px;
	width: 100%;
	min-height: 60px;
	margin: 0 auto;
	background-color: var(--cor-2);
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
}
.banner .div{
	display: flex;
	width: 100%;
	height: 1px;
	background-color: #0003;
}
.banner p.safe{
	display: flex;
	align-items: center;
	width: fit-content;
	min-height: 18px;
	background-image: url('../imagens/contato/safe.png');
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #666;
	padding-left: 26px;
}


.mapa{
	width: 100%;
	background-color: var(--bg1);
	background-image: url('../imagens/contato/bg.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0 -50px;
	padding: 150px 0 100px;
	position: relative;
}
.mapa:before{
	width: 189px;
	height: 571px;
	content: "";
	position: absolute;
	display: flex;
	background-image: url('../imagens/contato/bg1.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	z-index: 1;
	right: 0;
	top: -180px;
}
.mapa:after{
	width: 101px;
	height: 343px;
	content: "";
	position: absolute;
	display: flex;
	background-image: url('../imagens/contato/bg2.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	z-index: 1;
	left: 0;
	bottom: -171px;
}
.mapa .container{
	gap: 25px;
	z-index: 2;
	position: relative;
	display: none;
}
.mapa .titulo{
	width: 100%;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.mapa .titulo p{
	margin-top: 45px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #666;
}
.mapa .titulo p i{
	color: var(--cor-2);
}
.mapa .mapa-div{
	width: 100%;
	position: relative;
}
.mapa .mapa-div:before{
	content: "";
	display: flex;
	width: 100%;
	height: 705px;
	border: 1px solid var(--cor-2);
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	position: absolute;
	left: -10px;
	bottom: -5px;
	z-index: 1;
}
.mapa .mapa-div iframe{
	width: 100%;
	height: 705px;
	border: 1px solid #000;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	position: relative;
	z-index: 2;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.banner .texto{
		padding: 50px 5%;
	}
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
	.banner .texto .txt1 h2 br{
		display: none;
	}
}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .banner .content{
    	flex-direction: column;
    }
    .banner .texto,
    .banner form{
    	width: 100%;
    	max-width: 100%;
    }

    .mapa:before,
    .mapa:after{
    	display: none;
    }
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    .banner .texto{
		padding: 0;
	}
    .banner .texto .txt1 h2{
    	font-size: 40px;
    }
    .banner .texto .txt2{
    	grid-template-columns: 1fr;
    }
	.banner .texto .txt2 .info1 a{
		font-size: 16px;
	}
	.banner .texto .txt2 .info1 a img{
		width: 40px;
		object-fit: contain;
	}
}

@media screen and (max-width: 480px){
	
}

@media screen and (max-width: 400px){
	.banner .texto .txt2 .info2 a,
	.banner .texto .txt2 .info1 a{
		font-size: 4vw;
	}
}

@media screen and (max-width: 375px){
	.banner .texto .txt1 h2{
    	font-size: 35px;
    }
}