* {
	margin: 0;
	padding: 0;
}

.navbar-nav a {
	color: white
}

.navbar-nav a:visited {
	color: white;
	text-decoration: none;
}

.container h2 {
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
}

.logo {
	width: 20%;
	height: auto;
	max-width: 140px;
}

.titulos-secundarios {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.card {
	margin: 10px 0;
}

.card p {
	padding: 10px;
}

.logos {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.grid {
	height: auto;
	width: 15%;
}

.mapa {
	width: 100%;
}

.enderecos {
	background-color: lightgray;
	padding: 5px;
}

.copyright {
	color: #9a9a9a;
	text-align: center;
	background-color: black;
}

.logo-solo {
	width: 10%;
}

.hero-image {
	background-image: url("Imagens/caminhao-pb_cel.jpg");
	background-color: #cccccc;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	opacity: 80%;
	margin: 10px 0;
}

.hero-text h1 {
	font-size: 22px;
}

.hero-text h3 {
	font-size: 16px;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	padding: 15px;
	background-color: black;
	opacity: 80%;
	width: 70%;
	border-radius: 5px;
}

.hero-text button {
	padding: 8px;
	border-radius: 5px;
	border-color: white;
	margin-top: 5px; 
	font-size: 12px;
}

.fotos {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid black;
	margin: 10px;
	border-radius: 5px;
	max-width: 450px;
	margin: auto;
	margin-top: 30px; 
}

.enderecos h3 {
	font-size: 16px;
}

.enderecos p {
	font-size: 12px;
        text-decoration: none;
        color: black;
}

.fotos i {
	font-size: 50px;
	padding: 10px 30px;
	border-right: 2px solid black;
	cursor: pointer;
	color: black;
}

.fotos p {
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 14px;
}

@media(min-width: 370px) {
	.hero-image {
		height: 350px;
	}

	.hero-text h1 {
		font-size: 22px;
	}

	.hero-text h3 {
		font-size: 16px;
	}

	.hero-text button {
		font-size: 12px;
	}
}

@media(min-width: 420px) {
	.hero-image {
		height: 395px;
	}

	.hero-text {
		width: 50%;
	}

	.hero-text h1 {
		font-size: 24px;
	}

	.hero-text h3 {
		font-size: 18px;
	}

	.hero-text button {
		font-size: 14px;
	}
}

@media(min-width: 765px) {

	.hero-image {
		height: 490px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.hero-text {
		padding: 60px;
	}

	.hero-text h1 {
		font-size: 50px;
	}

	.hero-text h3 {
		font-size: 24px;
	}

	.hero-text button {
		font-size: 18px;
		margin-top: 10px;
	}

	.flex-servicos {
		display: flex;
		flex-wrap: wrap;
		max-width: 930px !important; 
	}

	.card {
		margin: 10px;
	}

	.mapa-descricao {
		display: flex;
	}

	.enderecos h3 {
		font-size: 14px;
	}

	.enderecos p {
		font-size: 10px;
	}

	#carouselExampleCaptions {
		width: 70%;
		margin: auto;
	}

}

@media(min-width: 1020px) {

	.nav-link {
		font-size: 24px;
		margin: 0 10px;
	}

	.flex-servicos {
		display: flex;
		flex-wrap: wrap;
		max-width: 930px !important; 
		justify-content: center;
	}

	.card {
		margin: 10px;
	}

	.mapa-descricao {
		display: flex;
		align-items: center;
	}

	#carouselExampleCaptions {
		width: 50%;
		margin: auto;
	}

	.hero-image {
		background-image: url("Imagens/caminhao-pb.jpg");
		background-color: #cccccc;
		height: 450px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		opacity: 80%;
		margin: 10px 0;
	}

	.hero-text {
		padding: 30px;
		width: 30%;
	}

	.hero-text h1 {
		font-size: 30px;
	}

	.hero-text h3 {
		font-size: 18px;
	}

	.hero-text button {
		font-size: 14px;
		margin-top: 10px;
	}

	.card-header {
		text-align: center;
		font-size: 20px;
	}

		.enderecos h3 {
		font-size: 18px;
	}

	.enderecos p {
		font-size: 12px;
	}

}


