html,
body {
	height: 100% !important;
}
.text-primary {
	color: rgb(184, 41, 46) !important;
}

.bg-primary {
	background-color: #b6262b !important;
}

.clear {
	clear: both;
}

.section-title h2::after {
	display: none;
}

p {
	color: #3f3f3f;
}

a.phone {
	color: white;
	font-weight: bold;
	line-height: 1.3;
}

a.btn,
button {
	text-transform: uppercase !important;
}

.btn:hover,
button:hover {
	background-color: #be3c41 !important;
}

.navbar a,
.navbar a:focus {
	font-size: 22px;
}

.section-first {
	margin-top: 160px;
}

.section-first .description {
	/* max-height: 50vh; */
}

.section-first .description p {
	margin-top: 40px;
	font-size: 22px;
	padding-right: 15px;
	line-height: 1.5;
}

.section-first .btns {
	/* margin-top: -48px; */
	/* position: relative; */
	/* top: -48px; */
}

.section-first .btn-meet {
	background: #b6262b;
	display: block;
	padding: 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	transition: 0.3s;
	box-shadow: 5px 5px 5px #ccc;
	white-space: nowrap;
	cursor: pointer;
}

.section-first .btn-meet:hover {
	background: #ce2a30;
}

.btn-whats {
	position: relative;
	top: 8px;
	background-color: #26a12b;
	padding: 11px 35px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s;
	box-shadow: 5px 5px 5px #ccc;
}

.btn-whats img {
	width: 20px;
}

.section-first .image img {
	margin-top: -50px;
	width: 100%;
	max-width: 500px;
}

.full-service h3 {
	padding: 20px 60px;
	font-size: 33px;
}

.full-service p {
	font-size: 22px;
	font-weight: 600;
}

section#agility {
	padding: 35px 0;
}

#agility img {
	width: 100%;
}

#agility .icon-box {
	padding: 12px 10px;
	border-radius: 20px;
	box-shadow: 0px 2px 4px 0px #807e7e;
}

#development .box-title,
#social .box-title {
	float: right;
	margin-top: 20px;
	margin-right: 122px;
}

#social .box-title {
	margin-right: 82px;
}

@media (max-width: 1516px) {
	.navbar {
		margin-right: 109px !important;
	}

	#development .box-title {
		margin-right: 86px;
	}
	#social .box-title {
		margin-right: 26px;
	}
}

.navbar {
	margin-right: 198px;
}

#development .box-img,
#social .box-img {
	margin-top: -115px;
}

#development p,
#social p {
	text-align: -webkit-left;
	margin-top: 16px;
	padding: 0 73px;
	line-height: 36px;
	font-size: 22px;
}

#g-a .title {
	width: 50%;
}

#g-a p {
	text-align: -webkit-left;
	margin-top: 16px;
	padding: 0 60px;
	line-height: 36px;
	font-size: 22px;
}

#g-a .box-img {
	margin-top: -60px;
}

#launch {
	margin-top: 25px;
	padding-top: 68px;
	background-image: url(../images/bgLancamento.png);
	background-size: cover;
}

#launch p {
	font-weight: 600;
}

#launch h3 {
	font-size: 25px;
	font-weight: bold;
}

#launch .description {
	margin-top: 40px;
	font-size: 22px;
}

#launch .description p {
	line-height: 36px;
}

#launch a.btn {
	width: 374px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#portfolio .collab-box {
	width: 100%;
	padding: 40px 30px;
	border-radius: 20px;
	box-shadow: 0px 2px 4px 0px #807e7e;
}

#portfolio .collab-box img.logo {
	max-width: 300px;
}

.collab-box img {
	width: 100%;
}

#portfolio p {
	font-size: 22px;
}

#portfolio a.btn,
#services a.btn {
	width: 374px;
	font-size: 22px;
	text-transform: uppercase;
}

#services {
	background-color: rgba(184, 192, 199, 0.22);
}

#services .section-title p {
	font-size: 22px;
}

.round-box {
	text-align: center;
	font-size: 14px;
	background-color: #b6262b;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
}

.round-box .round-inside {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.round-box img {
	width: 80px;
}

.carousel p.mobile {
	display: none;
}

.carousel-inner {
	width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
	font-size: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 1;
	transition: none;
}

#servicesModal .modal-content {
	margin: 0 auto;
	background-color: white;
	font-size: 20px;
	padding: 30px 45px;
	border-radius: 20px;
	box-shadow: 0px 6px 4px 0px #3f3f3f;
}

.modal-header {
	border: 0 !important;
}

#experience {
	background: white url(../images/bg-experience.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#experience .container {
	padding-top: 30px;
}

#experience h3 {
	font-size: 33px;
}

#experience .description {
	padding: 0 114px;
	padding-top: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}

/* .contact .ajax-form {
  box-shadow: 0 0 20px;
  margin: 0 auto;
  background-color: #d0d1de66;
  font-size: 20px;
  padding: 30px 45px;
  padding-bottom: 0;
  border-radius: 20px;
  box-shadow: 0px 6px 4px 0px rgb(214 215 216 / 50%);
} */

#contact h3 {
	font-size: 35px;
}

#contact input,
#contact textarea {
	border-radius: 10px;
	margin-bottom: 35px;
}

#contact input::placeholder,
#contact textarea::placeholder {
	color: rgba(63, 63, 63, 0.3);
	font-size: 20px;
	font-weight: 600;
}

.g-recaptcha {
	position: relative;
	right: 657px;
	bottom: 118px;
	width: 335px;
	margin: auto;
	/* margin-top: 50px; */
}

section.obrigado {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.obrigado .container {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.obrigado h3 {
	margin-top: 10px;
	font-weight: 600;
}

.obrigado p {
	font-weight: 600;
}

.obrigado .btn-whats {
	padding: 12px 43px;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}

.obrigado .btn-whats img {
	width: 30px;
}

.obrigado img.bg {
	position: absolute;
	right: -24px;
	bottom: -13px;
	width: 100%;
	max-width: 536px;
}

@media (max-width: 1516px) {
	.g-recaptcha {
		right: 565px;
		bottom: 80px;
	}
}

#contact .section-title {
	padding: 0 70px;
	margin-top: 100px;
}

#contact .section-title p {
	padding: 0 70px;
	margin-top: 50px;
	font-size: 28px;
	text-align: left;
}

#contact button {
	background: #b6262b;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 5px 5px 5px #ccc;
	width: 90%;
	position: relative;
	top: -62px;
}

footer .logo img {
	width: 180px;
}

.box {
	text-align: center;
}

#footer .social-links a {
	color: white;
	font-size: 42px;
	margin: 8px;
}

#footer a.mail {
	color: white;
	font-size: 18px;
}

#footer a.mail i {
	top: 2px;
	position: relative;
}

#footer p {
	font-size: 18px;
	color: white;
	margin: 0;
}

#footer p i {
	font-size: 25px;
	margin-bottom: 4px;
}

.form-aln {
	padding: 0 16%;
}

@media (max-width: 1200px) {
	#development .box-title {
		margin-right: 66px;
	}
	#social .box-title {
		margin-right: 15px;
	}
}

@media (max-width: 990px) {
	section {
		padding: 25px 0;
	}
	.navbar {
		margin-right: 0 !important;
	}
	.section-first {
		margin-top: 110px;
	}
	.section-first .description {
		max-height: 150vh;
	}
	.section-first .image img {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.section-first .btns {
		position: static;
		margin-top: 0px;
	}

	.section-first .btns .col-sm-6 {
		text-align: center;
		flex: 0 0 auto;
		width: 50%;
	}

	#development .box-title,
	#social .box-title {
		float: none !important;
		text-align: center;
		margin-bottom: 135px;
		margin-right: 0;
	}

	.box-title h3 {
		text-align: center;
	}

	#g-a .title {
		width: 100%;
	}

	#g-a .box-img {
		margin-top: 45px;
	}
	.round-box {
		text-align: center;
		font-size: 14px;
		background-color: #b6262b;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		font-weight: bold;
		position: relative;
	}

	.round-box img {
		width: 40px;
		margin: 0 auto;
	}

	.round-box p {
		display: none;
	}

	.carousel p.mobile {
		display: block;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin: 15px auto;
	}
	#servicesModal .modal-content {
		font-size: 18px;
		padding: 10px 15px;
	}

	#contact h3 {
		font-size: 30px;
	}

	#contact input,
	#contact textarea {
		margin-bottom: 25px;
	}

	#contact .section-title {
		padding: 0 30px;
		margin-top: 100px;
		margin-bottom: 70px;
	}

	.g-recaptcha {
		position: static;
		width: 302px;
		margin: auto;
		/* margin-top: 50px; */
	}

	.contact .ajax-form button[type="submit"] {
		padding: 10px 50px;
		width: 80%;
		border-radius: 4px;
	}
	.contact .ajax-form .loading,
	.contact .ajax-form .error-message,
	.contact .ajax-form .sent-message {
		margin-top: 117px;
		margin-bottom: -104px;
	}
}

@media (max-width: 768px) {
	#development .box-img,
	#social .box-img {
		padding: 0 30px;
	}
	#development p,
	#social p {
		padding: 0 10px;
	}
	#g-a p {
		padding: 0 10px;
	}
	#g-a .box-img {
		margin-top: 20px;
	}
	#launch a.btn,
	#portfolio a.btn,
	#services a.btn {
		width: 309px;
		font-size: 14px;
	}
	#portfolio .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#portfolio .box-img {
		display: none;
	}
	#portfolio .collab-box {
		padding: 30px 15px;
	}
	#portfolio .collab-box img.logo {
		max-width: 220px;
	}
	.round-box {
		width: 80px;
		height: 80px;
		margin: 15px auto;
	}
	p.mobile {
		font-size: 10px;
		text-align: center;
	}
	#contact button {
		top: 12px;
	}

	#contact .section-title p {
		padding: 0 30px;
		margin-top: 50px;
		font-size: 25px;
	}
	#footer .box {
		margin-top: 35px;
	}
}

@media (max-width: 450px) {
	.form-aln {
		padding: 0;
	}
	.section-first .btn-meet {
		padding: 13px 2px;
		font-size: 10px;
	}
	.section-first .btn-whats {
		padding: 15px 20px;
		font-size: 10px;
	}
	.btn-whats img {
		width: 16px;
	}
	#launch {
		padding-top: 80px;
		background-image: url(../images/fogueteMobile.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.full-service h3 {
		padding: 20px 20px;
		font-size: 28px;
	}

	.modal-dialog {
		margin: 30px;
	}

	#servicesModal .modal-content {
		padding: 2px 0px;
	}
	#experience {
		min-height: 120vh;
	}
	#experience h3 {
		font-size: 27px;
	}
	#experience .description {
		padding: 0 12px;
		padding-top: 81px;
		font-size: 19px;
	}
	#contact .section-title {
		padding: 0 10px;
		margin-top: 25px;
	}
	#contact .section-title p {
		padding: 0 5px;
		margin-top: 50px;
		font-size: 20px;
		text-align: center;
	}
	.contact .ajax-form {
		background-color: #fff;
		font-size: 18px;
	}
}
