/*
 Documento CSS da LP 20% de Desconto
 Criador: Lucas Milanez
 Data: 26/03/2019

 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

/* ------------------------------------------------------------------------------- */
/*  Typography
/* ------------------------------------------------------------------------------- */

body {
	font-family: 'pingpong-regular';
	position: relative;
	overflow-x: hidden;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* ------------------------------ */
/* Header
/* ------------------------------ */

header {
	padding: 27px 0;
}

header img {
	margin-top: 10px;
}

header .btn {
	width: auto;
	display: inline-block;
	background: #2687E9;
	padding: 12px 16px;
	
	font-family: 'pingpong-regular';
	font-size: 14px;
	color: #FFF;
	line-height: normal;
}

/* ------------------------------ */
/* Hero
/* ------------------------------ */

.hero {
	background: 
		linear-gradient(90deg, #192BC2 0%, #2687E9 50.73%, #00AFF0 100%),
		#134EA7;
	padding: 80px 0;
}

.hero .container {
	position: relative;
}

.hero .container::before {
	position: absolute;
	top: -5%;
	right: -45%;
	width: 1045px;
	height: 468px;
	background: url(../images/vendedor.png) right center no-repeat;
}

.hero h1 {
	font-family: 'pingpong-bold';
	color: #FFF;
	font-size: 54px;
	line-height: 1; /* 118.519% */
}

.hero p {
	font-family: 'pingpong-regular';
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	margin: 27px auto 50px;
}

.hero .form-check-label,
.hero .form-check-label a {
	color: #FFF;
}

/* ------------------------------ */
/* Slide
/* ------------------------------ */

.slide {
	padding: 80px 0 100px;
}

.slide .row:first-child {
	margin-bottom: 70px;
}

.slide h2 {
	color: #2687E9;
	font-family: 'pingpong-medium';
	font-size: 40px;
	line-height: 55px;
	padding: 0 15%;
}

.slide h2 strong {
	font-family: 'pingpong-bold';
}

.slide p {
	color: #595959;
	font-family: 'pingpong-regular';
	font-size: 26px;
	line-height: 40px;
	padding: 0 15%;
	margin-bottom: 60px;
}

.slide p strong {
	font-family: 'pingpong-medium';
}

.slide .btn {
	display: inline-block;
	width: auto;
	margin-left: 15%;
}

/* ------------------------------ */
/* Bridge NF
/* ------------------------------ */

.bridge-nf {
	background: #F1F4F9;
	padding: 100px 0;
}

.bridge-nf .bridge-nf-content {
	padding-left: 5%;
}

.bridge-nf h2 {
	color: #2687E9;
	font-family: 'pingpong-medium';
	font-size: 40px;
	line-height: 50px;
}

.bridge-nf p {
	color: #595959;
	font-family: 'pingpong-regular';
	font-size: 28px;
	line-height: 40px;
	margin: 60px auto;
}

.bridge-nf .btn {
	display: inline-block;
	width: auto;
}

/* ------------------------------ */
/* Bridge Finance Control
/* ------------------------------ */

.bridge-finance-control {
	background: #2687E9;
	padding: 115px 0;
}

.bridge-finance-control .bridge-finance-control-content {
	padding-right: 7%;
}

.bridge-finance-control h2 {
	color: #FFF;
	font-family: 'pingpong-medium';
	font-size: 40px;
	line-height: 55px;
}

.bridge-finance-control p {
	color: #FFF;
	font-family: 'pingpong-regular';
	font-size: 30px;
	line-height: 40px;
	margin: 50px auto;
}

.bridge-finance-control .btn {
	display: inline-block;
	width: auto;
}

/* ------------------------------ */
/* Bridge Acc
/* ------------------------------ */

.bridge-acc {
	background: #F1F4F9;
	padding: 65px 0;
}

.bridge-acc .slide-carousel {
	margin-bottom: 100px;
}

.bridge-acc .slide-carousel .slick-dots {
	width: auto;
}

.bridge-acc h2 {
	color: #192BC2;
	font-family: 'pingpong-medium';
	font-size: 40px;
	line-height: 50px;
	margin-top: 60px;
}

.bridge-acc p {
	color: #595959;
	font-family: 'pingpong-regular';
	font-size: 30px;
	line-height: 40px;
	margin-top: 60px;
}

.bridge-acc .btn {
	display: inline-block;
	width: auto;
}

/* ------------------------------ */
/* FAQ
/* ------------------------------ */

.faq h3 {
	font-family: 'pingpong-medium';
	font-size: 36px;
	color: #333;
	line-height: 44px;
}

.faq h4 {
	font-size: 18px;
	color: #333;
	line-height: 28px;
}

.faq .panel-collapse {
	background: #F1F4F9;
	padding: 20px;
}

.faq p {
	font-size: 16px;
	color: #595959;
	line-height: 24px;
}