.banner{
	width: 100%;
	min-height: 600px;
	background-image: url('../imagens/contato/banner.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 100px;
}
.banner .container{
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.banner .texto{
	max-width: 760px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 60px 0 90px;
}
.banner .texto .informacoes{
	max-width: calc(100% - 276px);
	gap: 50px;
}
.banner .texto .informacoes .info{
	gap: 5px;
}
.banner .texto .informacoes .info a{
	width: fit-content;
	font-size: 26px;
	font-weight: 300;
	color: #ffffffcc;
}
.banner .texto .redes-info{
	width: 236px;
	gap: 10px;
}
.banner .texto .redes-info div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.banner .texto .redes-info div a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.banner .texto .redes-info div a i{
	color: #fff;
    font-size: 45px;
}
.banner .form{
	max-width: 849px;
	width: 100%;
	min-height: 574px;
	background-color: var(--bg1);
	border-radius: 20px;
	align-content: baseline;
}
.banner .form .botoes-div{
	width: 100%;
	min-height: 78px;
	display: flex;
}
.banner .form .botoes-div button:nth-child(1){
	border-top-left-radius: 20px;
}
.banner .form .botoes-div button:nth-child(2){
	border-top-right-radius: 20px;
}
.banner .form .botoes-div button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #ffffffcc;
	font-size: 24px;
	background-color: #0A1A3E;
	padding: 10px;
}
.banner .form .botoes-div button.ativo{
	color: #fff;
	background-color: var(--bg1);
}
.banner .form form.open{
	display: flex;
	flex-direction: column;
}
.banner .form form{
	display: none;
	width: 100%;
	gap: 10px;
	padding: 30px;
}
.banner .form form .inputs{
	width: 100%;
	display: flex;
	gap: 20px;
}
.banner .form form .inputs input{
	width: 100%;
	height: 70px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 21px;
	color: #00000080;
}
.banner .form form .inputs input::placeholder,
.banner .form form .inputs textarea::placeholder{
	font-size: 21px;
	color: #00000080;
}
.banner .form form textarea{
	width: 100%;
	height: 172px;
	border-radius: 5px;
	padding: 20px;
	font-size: 21px;
	color: #00000080;
}
.banner .form form .botoes{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
.banner .form form .botoes button{
	max-width: 245px;
	width: 100%;
	height: 60px;
	border-radius: 50px;
	background-color: var(--bg2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	line-height: 1;
}
.banner .form form .botoes p{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffffff80;
}
.banner .form form .botoes p img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(628%) hue-rotate(152deg) brightness(124%) contrast(100%);
}
.banner form .arquivo{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	font-size: 21px;
	color: #00000080;
}
.banner form .arquivo input[type="file"] {
    display: none;
}
.banner form .arquivo label {
	width: 100%;
	height: 70px;
    background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 21px;
	color: #00000080;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    cursor: pointer;
}
.banner form .arquivo label i {
	font-size: 21px;
	color: #00000080;
}
.banner form .arquivo label.remove{
	display: none!important;
}
.banner form .arquivo p{
	width: 100%;
	height: 70px;
    background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 21px;
	color: #00000080;
    display: flex;
    z-index: 1;
    align-items: center;
	position: absolute;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
    margin-bottom: 0;
}


.mapa{
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: -15px;
	background-color: var(--bg3);
	padding: 150px 5% 100px;
}
.mapa .container{
	gap: 50px;
}
.mapa .container .titulo{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}
.mapa .container .mapa-div{
	width: 100%;
	gap: 20px;
}
.mapa .container .mapa-div iframe{
	width: 100%;
	height: 645px;
	border: 1px solid #0003;
}
.mapa .container .mapa-div .infos{
	width: 100%;
	gap: 50px;
	justify-content: center;
}
.mapa .container .mapa-div .infos p{
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 24px;
	color: #222;
}
.mapa .container .mapa-div .infos p i{
	font-size: 28px;
	color: #222;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	.banner .form form .inputs input,
	.banner .form form textarea,
	.banner .form form .inputs input::placeholder,
	.banner .form form textarea::placeholder,
	.banner form .arquivo label,
	.banner form .arquivo label p{
		font-size: 19px;
	}
	.banner .texto .informacoes .info a{
		font-size: 24px;
	}
}

@media screen and (max-width: 1440px){
	.banner .texto .informacoes .info a{
		font-size: 22px;
	}
}

@media screen and (max-width: 1366px){
	.banner .form .botoes-div button{
		font-size: 22px;
	}
	.banner .form form .botoes{
		flex-direction: column;
		align-items: center;
	}
	.banner .form form textarea,{
		height: 140px;
	}
	.banner .form form .inputs input,
	.banner form .arquivo,
	.banner form .arquivo label,
	.banner form .arquivo p{
		height: 60px;
	}
	.banner .form form .inputs input,
	.banner .form form textarea,
	.banner .form form .inputs input::placeholder,
	.banner .form form textarea::placeholder,
	.banner form .arquivo label,
	.banner form .arquivo label p{
		font-size: 18px;
	}
	.banner .texto .informacoes .info a{
		font-size: 20px;
	}
	.banner .texto .redes-info{
		width: 205px;
	}
	.banner .texto .redes-info div a{
		width: 60px;
		height: 60px;
	}
	.banner .texto .redes-info div a i{
		font-size: 35px;
	}
}

@media screen and (max-width: 1280px){
	.banner .texto{
		max-width: 400px;
		flex-direction: column;
	}
	.banner .form{
		max-width: 545px;
	}
}

@media screen and (max-width: 1100px){
	.banner .texto{
		max-width: 350px;
	}
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .banner .container{
    	flex-direction: column;
    	align-items: center;
    	gap: 0;
    }
    .banner .texto{
    	max-width: 760px;
    	flex-direction: row;
    }
    .banner .form{
    	max-width: 760px;
    }
}

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

@media screen and (max-width: 600px){
	.banner{
		background-position: 0px -20px;
	}
    .banner .texto{
    	flex-direction: column;
    	align-items: center;
    }
    .banner .texto .informacoes{
    	max-width: 100%;
    }
    .banner .texto .informacoes .info{
    	align-items: center;
    	text-align: center;
    }
    .banner .form form{
    	gap: 10px;
    }
    .banner .form form .inputs{
    	flex-wrap: wrap;
    	gap: 10px;
    }

    .mapa .container .titulo{
    	text-align: center;
    	justify-content: center;
    }
}

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

}

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

}