@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	background: #f1fbff;
}

.section-padding {
	padding: 70px 0;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
}

.carousel-caption {
	bottom: 220px;
	z-index: 2;
}

.carousel-caption h1 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}

.carousel-caption span {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
	color: #FFC107;
}

.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.telemovel a {
	text-decoration: none;
	margin-left: 200px;
	font-size: 25px;
	color: #FF914D;
	font-weight: bold;
}

.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}

.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #000;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #FFC107;
}

.w-100 {
	height: 100vh;
}

.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}

.sobre-text h2 {
	font-size: 27px;
	text-transform: uppercase;
	color: #FFC107;

}

.servicos .card-body i {
	font-size: 50px;
}



.box-mobile a {
	visibility: hidden;
}
.box {
	text-align: center;
}
.box-mobile {
	text-align: center;
}

.button {
	font-size: 1em;
	padding: 15px 35px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: #403e3d;
	border-radius: 50px;
}

.overlay {
	position: fixed;
	top: 15;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.wrapper {
	margin: 70px auto;
	padding: 20px;
	background: #e7e7e7;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
.wrapper h4 {
	margin-top: 0;
	color: #333;
}
.wrapper .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.wrapper .close:hover {
	color: #FFC107;
}
.wrapper .content {
	max-height: 30%;
	overflow: auto;
}
/*form pop up*/

.form-pop-up input, select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom;
	}

	.carousel-caption {
		bottom: 50px;
	}

	.carousel-caption p {
		width: 100%;
	}

	.telemovel a {
		text-decoration: none;
		margin-left: 50px;
		font-size: 18px;
		color: #FF914D;
		font-weight: bold;
	}

	.card {
		margin-bottom: 30px;
	}

	.img-area img {
		width: 100%;
	}

	.piquete {
		position: fixed;
		bottom: 150px;
		right: 30px;
		z-index: 9998;
	}

	.whats {
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 9999;
	}

}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}

	.carousel-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom;
	}

	.carousel-caption {
		bottom: 125px;
	}

	.carousel-caption h1 {
		font-size: 27px;
	}

	.carousel-caption span {
		font-size: 27px;
		text-transform: uppercase;
		color: #FFC107;
	}

	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}

	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 17px;
	}

	.telemovel a {
		text-decoration: none;
		margin-left: 50px;
		font-size: 18px;
		color: #FF914D;
		font-weight: bold;
	}

	.sobre-text {
		padding-top: 50px;
	}

	.sobre-text h2 {
		font-size: 17px;
		text-transform: uppercase;
		color: #FFC107;
	}

	.sobre-text p {
		text-align: center;
	}

	.btnSobre {
		text-align: center;
	}

	.card {
		margin-bottom: 30px;
	}

	.box a {
		visibility: hidden;
	}
	.box-mobile a {
		visibility: visible;
	}
	.box-mobile {
		text-align: center;
	}	
}

.contact_section input {
	width: 100%;
	border: none;
	height: 50px;
	margin-bottom: 25px;
	padding-left: 25px;
	background-color: #ffffff;
	outline: none;
	color: #000;
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.contact_section input::-webkit-input-placeholder {
	color: #737272;
}

.contact_section input:-ms-input-placeholder {
	color: #737272;
}

.contact_section input::-ms-input-placeholder {
	color: #737272;
}

.contact_section input::placeholder {
	color: #737272;
}

.contact_section input.message-box {
	height: 135px;
}


.form-padding {
	padding: 30px 0;
}

.info_section {
	padding: 75px 0;
	background-color: #212529;
	text-align: center;
	color: #fff;
}

.info_section h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

.info_section .social-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.info_section .social-box .box {
	background-color: #ffffff;
	padding: 5px 15px;
}

.info_section a {
	margin: 0 5px;
	color: #fff;
}

.info_section a i {
	font-size: 18px;
}

.info_section a:hover {
	color: #ff8a1d;
}

.info_items a {
	position: relative;
}

.info_items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.info_items .item .img-box {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 80px;
	background-color: #ff8a1d;
	color: #000;
}

.info_items .item .img-box i {
	font-size: 24px;
}

.info_items .item p {
	margin-top: 25px;
	color: #fff;
	margin-bottom: 0;
	background-color: #0a0f43;
}

.info_items .item:hover .img-box {
	background-color: #fff;
}

.info_items {
	position: relative;
}

.info_items::before {
	content: "";
	position: absolute;
	top: 65px;
	width: 75%;
	height: 1px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.piquete {
	position: fixed;
	bottom: 150px;
	right: 30px;
	z-index: 9998;
}
.piquete img:hover {
width: 80px;
transition: all 200ms ease-in-out;
}

.whats {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}

.whats img:hover {
	width: 80px;
	transition: all 200ms ease-in-out;
	}
	