.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	object-fit: contain;
}
.bn-d{
	display: flex;
}
.bn-m{
	display: none;
}
a{
	color: #a6a6a6;
}
a:hover{
	color: var(--azul);
}
h2, h4{
	color: var(--azul);
	font-weight: 500;
}

/* ----- CONTEUDO 1 ----- */
.conteudo1{
	width: 100%;
	margin: 5% 0;
	background-image: url('../imagens/contato/bg.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 48% 85%;
}
.conteudo1-infos{
	width: 47%;
	margin-left: auto;
	padding: 3% 5% 0% 0;
	align-content: baseline;
}
.conteudo1-infos h2{
	letter-spacing: 5px;
	margin-bottom: 2%;
	padding: 0 6%;
}
.conteudo1-infos p{
	margin-bottom: 8%;
	padding: 0 6%;
	font-weight: 500;
}
.infos1{
	width: 100%;
	padding: 0 6%;
	margin-bottom: 5%;
}
.infos1-img{
	width: 11.4%;
}
.infos1-img img{
	width: 100%;
	height: fit-content;
}
.infos1-text{
	width: 85%;
	margin-left: auto;
	flex-direction: column;
}
.infos-redes{
	width: 100%;
	background-color: var(--azul);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 8%;
	margin-top: 5%;
}
.infos-redes h4{
	color: #fff;
	margin-bottom: 5%;
}
.redes{
	width: 100%;
	justify-content: space-between;
}
.redes a{
	margin-right: 10%;
}
.redes a:nth-child(1){
	width: 5.2%;
}
.redes a:nth-child(2){
	width: 10.4%;
}
.redes a:nth-child(3){
	width: 10.4%;
}
.redes a:nth-child(4){
	width: 10.4%;
}
.redes a img{
	width: 100%;
}
.redes a img:hover{
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(116deg) brightness(97%) contrast(105%);
}
.conteudo1-form{
	width: 43%;
	margin-right: auto;
	padding: 5% 0 5% 5%;
	align-content: baseline;
}
.conteudo1-form h4{
	margin-bottom: 5%;
}
.conteudo1-input{
	width: 100%;
	justify-content: space-between;
}
.conteudo1-input input{
	width: 49%!important;
}
.conteudo1-form input{
	width: 100%;
	height: 50px;
	margin-bottom: 3%;
	border: 1px solid var(--azul);
	padding-left: 3%;
	border-radius: 5px;
	font-size: 15px;
	color: var(--cinza);
}
.conteudo1-form textarea{
	width: 100%;
	height: 150px;
	margin-bottom: 3%;
	border: 1px solid var(--azul);
	padding-left: 3%;
	padding-top: 2%;
	border-radius: 5px;
	font-size: 15px;
	color: var(--cinza);
}
.conteudo1-form input:placeholder, 
.conteudo1-form textarea:placeholder{
	font-size: 15px;
}
.conteudo1-form button{
	width: 100%;
	height: 50px;
	background-color: var(--azul);
	border: 1px solid var(--azul);
	color: #fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 15px;
	letter-spacing: 5px;
}
.conteudo1-form button:hover,
.conteudo1-form button:focus,
.conteudo1-form button:active{
	color: var(--azul);
	background-color: #fff;
}
.mapa{
	width: 100%;
}
.mapa iframe{
	width: 100%;
	height: 400px;
	border-radius: 30px;
	border: none;
}


/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
	h2{
    	font-size: 35px;
	}
	h3{
	    font-size: 27px;
	}
	h4{
	    font-size: 20px;
	}
	h5{
	    font-size: 18px;
	}
	a{
	    font-size: 15px;
	}
	p{
	    font-size: 16px;
	}

	.infos-redes h4{
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px){
	h2{
    	font-size: 32px;
	}
	h3{
	    font-size: 25px;
	}
	h4{
	    font-size: 18px;
	}
	h5{
	    font-size: 17px;
	}
	p{
	    font-size: 15px;
	}

	.infos-redes h4{
		font-size: 16px;
	}
	.conteudo1-form input, .conteudo1-form button{
		height: 45px;
	}
	.conteudo1-form textarea{
		height: 140px;
	}
}

@media screen and (max-width: 1366px){
	h2{
    	font-size: 30px;
	}
	h3{
	    font-size: 23px;
	}
	h4{
	    font-size: 17px;
	}
	h5{
	    font-size: 16px;
	}
	
}

@media screen and (max-width: 1280px){
	.content{
		width: 85%;
	}
	h2{
    	font-size: 28px;
	}
	h3{
	    font-size: 21px;
	}
	h4{
	    font-size: 17px;
	}
	h5{
	    font-size: 15px;
	}
	a{
		font-size: 14px;
	}
	p{
	    font-size: 14px;
	}

	.conteudo1-form input, .conteudo1-form button{
		height: 40px;
		font-size: 14px;
	}
	.conteudo1-form input:placeholder, .conteudo1-form textarea:placeholder{
		font-size: 14px;
	}
	.conteudo1-form textarea{
		height: 130px;
		font-size: 14px;
	}
	.mapa iframe{
		height: 350px;
	}
}

@media screen and (max-width: 1024px){
	h2{
    	font-size: 25px;
	}
	h3{
	    font-size: 19px;
	}
	h4{
	    font-size: 15px;
	}
	h5{
	    font-size: 13px;
	}
	a{
	    font-size: 13px;
	}
	p{
	    font-size: 13px;
	}

	.conteudo1-form input, .conteudo1-form button{
		height: 37px;
		font-size: 13px;
	}
	.conteudo1-form input:placeholder, .conteudo1-form textarea:placeholder{
		font-size: 13px;
	}
	.conteudo1-form textarea{
		height: 124px;
		font-size: 13px;
	}
	.infos-redes h4 {
    	font-size: 13px;
	}
}

@media screen and (max-width: 1023px){
	h2{
    	font-size: 28px;
	}
	h3{
	    font-size: 22px;
	}
	h4{
	    font-size: 18px;
	}
	h5{
	    font-size: 18px;
	}
	a{
	    font-size: 16px;
	}
	p{
	    font-size: 16px;
	}

	.conteudo1{
		background-image: unset;
	}
	.conteudo1-infos{
		width: 46%;
		margin-left: 0;
		margin-right: auto;
		padding: 3% 0 0 0;
	}
	.conteudo1-form{
		width: 46%;
		padding: 5% 0 0 0;
	}
}

/* MOBILE */
@media screen and (max-width: 950px){
	.conteudo1-infos{
		width: 100%;
		margin-bottom: 5%;
		padding: 0;
	}
	.conteudo1-infos p{
		margin-bottom: 5%;
	}
	.infos1-img{
		width: unset
	}
	.infos1-text{
		width: 88%;
	}
	.infos-redes h4 {
    	text-align: center;
    	font-size: 18px;
	}
	.redes a{
		width: unset!important;
	}
	.conteudo1-form{
		width: 100%;
		margin-bottom: 10%;
		padding: 0;
	}
	.conteudo1-form h4 {
    	margin-bottom: 3%;
	}
	.conteudo1-form input{
		margin-bottom: 2%;
	}
	.conteudo1-form input, .conteudo1-form button {
    	height: 45px;
    	font-size: 16px;
	}
	.conteudo1-form input::placeholder, .conteudo1-form textarea::placeholder{
		font-size: 16px;
	}
	.conteudo1-form textarea {
    	height: 170px;
    	font-size: 16px;
	}
}

@media screen and (max-width: 768px){
	.infos1-text{
		width: 85%;
	}
}

@media screen and (max-width: 580px){
	.bn-d{
		display: none;
	}
	.bn-m{
		display: flex;
	}
	.conteudo1-infos h2, .conteudo1-infos p, .infos1{
		padding: 0;
	}
	.infos1-text {
    	width: 80%;
	}
	.infos-redes{
		padding: 5%;
	}
	.infos-redes h4 {
	    font-size: 3.3vw;
	    margin-bottom: 8%;
	}
	.redes a:nth-child(1){
		width: 5.2%!important;
	}
	.redes a:nth-child(2){
		width: 10.4%!important;
	}
	.redes a:nth-child(3){
		width: 10.4%!important;
	}
	.redes a:nth-child(4){
		width: 10.4%!important;
	}
}

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

}

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

}