footer {
	background-color: #919296;
}

.linha-rosa {
	border-top: 5px solid #F6A0A5;
	margin: 0;
}

.contactos {
	padding: 30px 0px;
	color: #fff;
}

	.contactos p {
		font-size: 13px;
		margin: 0;
	}

.separador-rosa {
	width: 15%;
	border-top: 1px solid #F6A0A5;
	margin-left: 0;
	margin-top: 0;
}

.contactos h2 {
	font-weight: lighter;
}

.morada p {
	font-size: 13px;
	margin: 0;
}

.morada {
	margin: 20px 0;
}

.direitos {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.separador-claro {
	border-top: 1px solid #babcbe;
}

.copyright {
	display: flex;
}

	.copyright p {
		font-size: 13px;
		margin: 0;
	}

		.copyright p:first-child {
			color: #F6A0A5;
			margin-right: 10px;
		}

	.copyright i {
		font-size: 13px;
		margin: 0 5px;
	}

.newsletter {
	margin-top: 20px;
}
.newsletter p {
    font-size: 31px;
}

.newsletter-email {
	margin-bottom: 5px;
	display: flex;
}

.email-rodape {
	width: 90%;
	border: 1px solid #babcbe;
	font-size: 13px;
	height: 36px;
	outline: 0;
	padding-left: 11px;
	background-color: #919296;
	color: #fff;
}

	.email-rodape:focus {
		border: 1px solid #f69fa4;
	}

.alinhamento-termos {
	margin-left: 26px;
	margin-top: -26px;
}
.alinhamento-termos p {
    font-size:13px;
}
.col-newsletter, .col-contactos {
	display: flex;
	flex-direction: column;
}

.email:focus {
	border: 1px solid #6e6e6f;
}

.botaoFooter {
	border: 0;
	background-color: #f69fa4;
	width: auto;
	outline: 0;
	cursor: pointer;
	height: 36px;
}

	.botaoFooter svg {
		width: 25px;
		height: 25px;
	}

	.botaoFooter:hover {
		background-color: #c3bcbc;
	}

	.botaoFooter:focus {
		outline: none;
	}

.separador-claro-newsletter {
	width: 100%;
	border-top: 1px solid #babcbe;
	margin-left: 0;
	margin-top: 40px;
}

.redes-sociais a {
	color: #ffffff;
}

.redes-sociais-icone {
	width: 40px;
	height: 40px;
}

.checkbox-termos {
	width: 20px;
	height: 20px;
}

@media (max-width:768px) {
    .newsletter p {
        font-size:24px;
    }
}
.alinhamento-termos p {
    font-size: 13px;
}
@media (max-width:576px) {
	.alinhamento-termos {
		margin-left: 22px;
		margin-top: -22px;
	}

	.checkbox-termos {
		width: 16px;
		height: 16px;
	}

	.redes-sociais-icone {
		width: 35px;
		height: 35px;
	}
    .newsletter p {
        font-size: 20px;
    }
    .alinhamento-termos p {
        font-size: 13px;
    }
}
