/*
Template Name: Businzz | Multipurpose Business Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Classes
-- Homepage
-- About Page
-- Blog 
-- Contact Page
-- Footer
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

/* Body */
body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	color: #1588FC;
}
.business-nav  a.nav-link {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #ffffff !important;
}

/* Custom Classes */
.btn-lg {
	border-radius: 3px;
	font-size: 14px;
	padding: 12px 24px;
}
.btn-primary {
	background-color: #1588FC !important;
	border-color: #1588FC !important;
	color: #fff;
}
.btn-primary:hover {
	background-color: #007DFB !important;
	border-color: #007DFB !important;
	color: #fff;
}
.btn-outline-primary {
	border-color: #1588FC !important;
	color: #1588FC;
}
.btn-outline-primary:hover {
	background-color: #007DFB !important;
	border-color: #007DFB !important;
	color: #fff;
}
.text-primary {
	color: #1588FC !important;
}
.bg-primary {
	background-color: #1588FC !important;
}

/* Homepage */
.bg-homepage {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/chapas.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.icon {
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-button {
	left: 44%;
	top: 38%;
}
.people-img {
	width: 60px;
	height: 60px;
	object-fit: cover;

}
.some-insight-video {
	margin-bottom: -18rem;
}
.some-insight-video-play-button {
	left: 46%;
}
.build-something-together {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/build-something-together.jpeg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -10rem;
}
.box:hover {
	background-color: #dd0e0e65;
	border-color: #dd0e0e !important;
	color: #fff;
	transition: ease .5s;
}
.box:hover i {
	color: #fff !important;
}

/* About Page */
.bg-about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-about.jpeg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
.design:hover .overlay {
	opacity: 0.9 !important;
	transition: ease .5s;
}

/* Blog */
.credit-profile-img {
	width: 40px;
}
.posted-profile {
	width: 22px;
}

/* Contact Page */
.bg-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/build-something-together.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Footer */
.footer-icon {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-link{
	color: #dc3545;
}

.nav-pills .nav-link.active{
	background-color: #dc3545;
}


ul.botoesFormatos {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}

ul.botoesFormatos li {
	width: 29%;
	font-size: 14px
}

ul.botoesFormatos,
ul.botoesMateriais {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none
}