a,
h1,
p {
	padding: 0;
	margin: 0;
}
.sizeLogo {
	max-width: 100%;
	max-height: 60px;
}

.navbar {
	position: relative;
	background-color: white;
	border-bottom: 1px solid black;
}

@media only screen and (max-width: 991px) {
	.navbar {
		position: fixed;
		width: 100%;
		background-color: white;
		border-bottom: 1px solid black;
		left: 0;
		right: 0;
		padding: 8px 16px;
		z-index: 999;
	}
}

@media only screen and (min-width: 992px) {
	.nav-item {
		padding-left: 1px;
	}
}

.nav-link {
	font-family: "Roboto", sans-serif;
	color: #387ebe !important;
}
.nav-link:hover {
	color: #0e4f8b !important;
}

@media only screen and (max-width: 991px) {
	#section2 {
		margin-top: 90px;
	}
}

p,
#section2 li {
	font-family: "Roboto", sans-serif;
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.sectionEquipe p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.sectionEquipe .card img {
	padding: 10px;
}

h1 {
	font-family: "Lato", sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	color: #387ebe;
	font-weight: 600;
	letter-spacing: 2px;
}

#section2 p {
	text-align: justify;
}

.homeIcons a {
	font-family: "Roboto", sans-serif;
	color: black;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 700;
}

.linkTextoIcone {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: width linear 0.1s;
}

.linkTextoIcone img {
	width: 85px;
	height: auto;
}
.linkTextoIcone a + a {
	padding-top: 1rem;
}

footer {
	background: #f3aa10;
}

footer .columnLinkFooter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

footer .columnLinkFooter a {
	padding-top: 1rem;
	font-family: "Roboto", sans-serif;
	color: black;
	font-size: 1rem;
	font-weight: 600;
}

.linhaHorizontal {
	width: 100%;
	border: 2px solid #fff;
	margin: 0.25rem 0 1rem 0;
}

.columnParcerias p {
	font-size: 1rem;
	font-weight: 600;
}

.orderIcons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1rem;
}

.columnParcerias img {
	max-height: 50px;
}

@media only screen and (max-width: 991px) {
	.columnParcerias img {
		max-height: 90px;
	}
	.orderIcons a + a {
		padding-left: 10px;
	}

	.columnParcerias p {
		font-size: 1.125rem;
		font-weight: 600;
	}
}

.imageCard {
	border-radius: 15px;
	max-height: 120px;
	width: auto;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.imageCard {
		max-height: 150px;
	}
}

.card6 {
	height: 100%;
    background-color: #eee;
	box-shadow: 10px 10px 11px 10px rgb(0 0 0 / 10%);
	border: 1px solid #eee !important;
}
@media only screen and (max-width: 767px) {
	.card6 {
		height: auto;
	}
}

.card-body a {
	text-decoration: underline !important;
}

.card-body i {
	font-size: 1.5rem;
	color: black;
	opacity: 0.7;
	transition: font-size linear 0.1s;
}
.card-body i:hover {
	opacity: 1;
}

.linkFooter {
	color: black;
}

.sectionEquipe .boxLink{
	height: 50px;
}

.sectionEquipe .boxLink > div{
	max-width: 60px;
}

.sectionEquipe .modal-header{
	border-bottom:0;
	padding: 1rem 1rem 0 0;
}