
	.contato-bg{
		background-image: url("../../../../images/Pagina de contato/imagens/BANNER PRINCIPAL.png");
		background-repeat: no-repeat; /* Evita a repetição da imagem */
		background-size: cover; /* Redimensiona a imagem para cobrir todo o fundo */
		background-position: center; /* Centraliza a imagem no fundo */
		min-height: 720px;
	}
	
	.fa-whatsapp{
		font-size: 28px;
		color: white;
		margin-right: 1rem;
	}
	
	.fe-mail{
		margin-right: 1rem;
	}
	
	.text-p{
		color: white;
		font-size: 28px;
	}
	
	.footer-links{
		color: #007ED8;
		font-size: 3rem;
		margin-right: 1rem;
	}
	
	.footer-links:hover{
		color: white;
	}
	
	.title-accordion{
		font-size: 20px;
		font-weight: bold;
	}
	
	.card-header{
		margin: 1rem;
		background: white;		
	}
	
	.card-accordion{
		box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
		margin-bottom: 1rem !important;
	}
	
	.text-accordion{
		font-size: 16px;
		color: black;
		font-weight: 400;
	}
	
	.fa-caret-down{
		color: #007ED8;
		font-size: 22px !important;
		margin-right: 1rem;
	}

	.collapsed i{
		transform: rotate(270deg) !important;
	}


@media screen and (max-width: 1440px){
	.textos{
		margin-left: 1rem;
	}
}

@media screen and (max-width: 1024px){
	.textos{
		margin-left: 1rem;
	}
	
	
	.text-p{
		font-size: 20px !important;
	}
	
	.col-md-4{
		width: 50% !important;
	}
	
	#separador{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.textos{
		margin-left: 1rem;
	}
	
	.fa-whatsapp{
		font-size: 16px !important;
	}
	
	.fe-mail{
		font-size: 16px !important;
	}
	
	.text-p{
		font-size: 16px !important;
	}
	
	.footer-links{
		font-size: 2rem;
		margin-right: .7rem;
	}
	
	.margin-elemento{
		padding: 2rem 1rem !important;
	}
	
	.col-md-4{
		width: 75% !important;
	}
}


@media screen and (max-width: 425px){
	.textos{
		margin-left: 1rem;
	}
	
	.fa-whatsapp{
		font-size: 14px !important;
	}
	
	.fe-mail{
		font-size: 14px !important;
	}
	
	.text-p{
		font-size: 14px !important;
	}
	
	.footer-links{
		font-size: 2rem;
		margin-right: .7rem;
	}
	
	.margin-elemento{
		padding: 2rem .5rem !important;
	}
	
	.contato-bg{	
		display: flex;
    	flex-direction: row; /* Layout padrão em telas grandes */
	}
	
	.col-md-4{
		width: 100% !important;
	}
	
	.btn-largo{
		margin-left: .2rem;
	}
}