/*
Theme Name: Landing Page Agl Approva
Theme Author: Bring
*/
body {
	padding: 0;
	margin: 0;
	color: #707070;
}
/*=======================================
 helpers
=======================================*/
.bg-cover {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}
.bg-overlay {
	background-color: rgba(22, 22, 22, 0.5);
	position: relative;	
}
.bg-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: inherit;
}
.btn-rounded {
	border-radius: 5rem;
}
.btn-lg {
	font-size: 16px;
	background-color: rgb(0, 90, 170);
	outline: none;
	padding: 20px 42px;
}
.border-bottom-light {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
/*=======================================
 Redefinição de cores
=======================================*/
.brand-bg-primary {
	background-color: #005aaa;
}
.btn-primary {
	background-color: #005aaa;
	border-color: #005aaa;
}
.btn-secondary {
	background-color: #22bf8c;
	border-color: #22bf8c;
}
.btn-success {
	background-color: #22bf8c!important;
	border-color: #22bf8c!important;
}
.brand-text-primary {
	color: #005aaa;
}
.brand-text-secondary {
	color: #22bf8c;
}
/*=======================================
 Header
=======================================*/
.header_style {}
.header_style .navbar { text-align: center; }
.header_style .navbar-brand {
	max-height: 70px;
}

/*=======================================
 Hero section
=======================================*/
.section {
	padding: 70px 0;
}
.hero-section {
	background-image: url('../images/hero.jpg');
	background-attachment: fixed;
	padding: 50px 0;
}
.hero-section .section-content {
	color: #fff;
}
.hero-section .form-control {
	padding: 15px 10px;
	height: auto;
	border: 2px solid #eee;
	font-size: 14px;
	font-weight: 600;
}
.header-icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: inherit;
}
.info {
	padding: 4% 0;
}
.info .title {
	font-size: 18px;
}
.info .icon-box {
	min-width: 50px;
}
.intro-section {
	margin-bottom: 70px;
}
.footer-section {
	margin-top: 50px;
}

.diferenciais {	
	background-image: url('../images/diferenciais.jpg');
	background-attachment: fixed;
}
.diferenciais .list .icon {
	color: #22bf8c;
	margin-right: 10px;
	min-width: 20px;
	text-align: center;
}

.servicos {
	background-color: #005aaa;
	color: #fff;
}
.servicos .bg-image {
	background-image: url('../images/servicos.jpg');
	min-height: 250px;
}
.servicos .info .title {
	font-size: 16px;
}

.cta {
	background-image: url('../images/cta.jpg');
	background-attachment: fixed;
}

/*=======================================
 Obrigado
=======================================*/
.main-obrigado {
	background-color: #22bf8c;
	background-image: url('../images/hero.jpg');
	background-attachment: fixed;
	min-height: calc(100vh - 160px);
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;

	padding: 50px 0;
}
.main-obrigado:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: #22bf8c;
	opacity: .8;
	z-index: -1;
}

@media (min-width: 992px) {
	.main-obrigado .title {
		font-size: 3.5rem;
	}
}