@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: Roboto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.midd {
	width: 80%;
}

p, h2, h3, h4 {
	margin: 0;
}

/*CABEÇALHO*/
header {
	background-color: #d53935;
	display: flex;
	justify-content: center;
	background: linear-gradient(to left, #922115, #dd4738);
}

.logo {
	padding: 10px;
}

.mid-header {
	display: flex;
	justify-content: space-between;
}

.left {
	display: flex;
	align-items: center;
}
.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 65px;
	color: white;
	padding: 0;
}

.contact p {
	margin: 0;
	padding: 5px;
	font-size: 21px;
}

.right {
	display: flex;
	justify-content: space-between;
}

.right a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	color: white;
	display: flex;
	align-items: center;
	transition: 0.5s;
}

.right a:hover {
	background-color: #ee322b;
}
/*FIM CABEÇALHO*/

/*CORPO*/

/*1-PARTE*/
.presentaiton {
	background-image: url(../img/toldos/ft-presentation.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	text-shadow: 0.1em 0.1em 0.2em black;

}

.area-01 {
	margin: 240px;
}

.us {
	display: flex;
	flex-direction: column;
	font-size: 50px;
	color: white;
}

.contacts a {
	color: white;
}

.n-whatsapp {
	background-color: #1e3247;
	width: 225px;
	height: 10%;
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 15px 0 0 15px;
	padding: 5px;
	transition: 1.0s all;
}
.n-whatsapp:hover {
	padding: 7px;

}

.n-whatsapp img {
	padding-right: 5px;
}

.n-whatsapp a {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*2-PARTE*/
.budgets {
	background-color: #d53935;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	background: linear-gradient(to right, #922115, #dd4738);
}

.mid-budgets {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.txt-budgets {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	padding: 50px;
	color: white;
}

.txt-budgets-h2 {
	width: 550px;
	text-align: center;
}

.txt-budgets-p {
	font-size: 20px;
}

.btn-request {
	padding: 27px 53px;
	font-size: 20px;
	border: 0;
	color: white;
	border-radius: 10px;
	background: linear-gradient(to left, #922115, #dd4738);
	box-shadow: 1px 1px 15px -4px rgba(0, 0, 0, 0.46);
	cursor: pointer;
	transition: 0.5s all;
}
.btn-request:hover {
	padding: 30px 55px;
}
/*3-PARTE*/
.photos {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mid-photos {
	color: #de343a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 27px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.mid-photos hr {
	border: 2px solid #de343a;
	border-radius: 5px;
	width: 200px;
}

.divs-img {
	display: flex;
}

.divs-img a {
	padding: 5px 25px;
}

.divs-img a img {
	border: 5px solid #de343a;
	border-radius: 25px 0 25px 0;
	box-shadow: 2px 2px 15px -4px rgba(0, 0, 0, 0.46);
	transition: 0.5s all;
}
.divs-img a img:hover {
	width: 280px;
	height: 310px;
	margin: -10px;
}
/*4-PARTE*/
.differences {
	background: linear-gradient(to left, #922115, #dd4738);
	display: flex;
	justify-content: center;
	color: white;
}

.mid-differences {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}

.mid-differences hr {
	border: 2px solid #fff;
	border-radius: 5px;
	width: 200px;
}

.area-differences {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.item img {
	padding: 30px;
}
/*FIM CORPO*/
/*RODAPÉ*/
footer {
	background: linear-gradient(to right, #922115, #dd4738);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.contact-footer {
	width: 80%;
	display: flex;
	flex-direction: column;
	padding: 50px;
	font-size: 20px;
}

.area-links-contacts {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-top: 25px;
}

.area-links-contacts a {
	padding-bottom: 30px;
	color: white;
}

.itemFt {
	display: flex;
	align-items: center;
}

.itemFt img {
	padding-right: 10px;
	width: 35px;
}

.by {
	display: flex;
	padding-top: 25px;
}

.by a {
	text-decoration: underline;
	color: #D6D6D6;
}
/*FIM RODAPÉ*/

/*MEDIA-QUERY*/
@media screen and (max-width: 1060px) {
	.contact {
		margin-left: 0;
	}

	.contact p {
		margin: 0;
		padding: 0;
		font-size: 0;
	}

	.contact img {
		width: 0;
		height: 0;
	}

	.n-whatsapp {
		width: 0;
		height: 0;
		font-size: 0;
		padding: 0;
		transition: 0;
	}

	.n-whatsapp img {
		width: 0;
		height: 0;
		padding-right: 0;
	}

	.mid-budgets {
		display: flex;
		flex-direction: column;
	}

	.divs-img {
		display: flex;
		flex-direction: column;
	}

	.budgets {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.mid-budgets {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.h2-title-budgets {
		display: flex;
		width: 75%;
		align-items: center;
		justify-content: center;
	}

	.txt-budgets-h2 {
		font-size: 40px;
		padding: 0;
		margin: 0;
	}

	.txt-budgets-p {
		font-size: 30px;
		padding-top: 25px;
	}

	.txt-budgets {
		display: flex;
		flex-direction: column;
		width: 80%;
	}

	
}
@media screen and  (max-width: 750px) {
		.area-differences {
			display: flex;
			flex-direction: column;
		}

		.us h2 {
			font-size: 70px;
		}
}
/*FIM*/