/*
 Resolutions:
 col-xs-* ---> mobile
 col-sm-* ---> tablet
 col-md-* ---> laptops
 col-lg-* ---> large monitors
 */

.display-flex-center {
    display: flex;
    align-items: center;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
}

/* ------------------------------------------------------------------------------- */
/* Hero
/* ------------------------------------------------------------------------------- */

.hero {
	position: relative;
	z-index: 1;
	padding-bottom: 140px;
	
	/*padding-bottom: 140px; */
	
	padding-bottom: 14px;
	
}

.hero::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background: #00aff0;
}

.hero .hero-header {
	padding: 18px 0;
	margin-bottom: 75px;
	border-bottom: solid 1px #c9d3dd;
}

.hero .hero-header img {
	margin-top: 5px;
}

.hero .hero-header .btn {
	padding-top: 12px;
	padding-bottom: 12px;
	margin: auto;
	width: 75%;
}

.hero .hero-content {
	padding: 40px 0;
}

.hero .hero-content picture::after {
	content: '';
	position: absolute;
	right: -4.7%;
	top: -3%;
	width: 263px;
	height: 263px;
	background: url('../images/hero/simbolo-branco.png') center no-repeat;
	background-size: contain;
}

.hero .hero-content h1 {
	font-family: 'pingpong-bold';
	/*font-size: 45px;*/
	font-size: 2.625rem;
	line-height: 1;
	color: #333;
	
}
 
 
.hero .hero-content p {
	font-family: 'pingpong-medium';
	/* font-size: 22px;
	line-height: 2.5rem;
	color: #333;*/
	font-size: 16px ; 
	line-height: 24px ; 
	color: #7F7F7F ; 
	margin: 25px auto 44px;
	
}

.hero .hero-content .form-register .field-group .btn {
	width: 180px;
	padding: 16px 20px;
}

@media(min-width:786px){
.hero  .img-responsive{
max-width: 650px;
}
 
 
 .hero .hero-content h1 {
	
	padding-top: 76px !important;  
}
 
}


/* ------------------------------------------------------------------------------- */
/* Altered  Content
/* ------------------------------------------------------------------------------- */

.alterned-content {
	background: #f1f4f9;
	padding: 100px 0 90px;
}

.alterned-content .alterned-content-title h2 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #333;
}

.alterned-content .alterned-content-title p {
	font-family: 'pingpong-medium';
	/*font-size: 22px;
	line-height: 26px; */
	font-size: 16px ; 
	line-height: 24px ;
	color: #595959;
	margin: 23px auto 90px;
}

.alterned-content .alterned-content-itens {
	margin-bottom: 100px;
}

.alterned-content .alterned-content-itens h3 {
	font-family: 'pingpong-bold';
	font-size: 27px;
	line-height: 36px;
	color: #2687e9;
}

.alterned-content .alterned-content-itens p {
	font-family: 'pingpong-regular';
	font-size: 18px;
	line-height: 28px;
	color: #595959;
	margin: 26px auto;
}

.alterned-content .alterned-content-itens .btn {
	width: 50%;
}

.alterned-content .alterned-content-itens .alterned-content-itens-image {
	z-index: 1;
}

.alterned-content .alterned-content-itens .alterned-content-itens-image::before {
	content: '';
	position: absolute;
	top: -24%;
	right: -10%;
	width: 163px;
	height: 147px;
	background: url('../images/alterned-content/simbolo.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}

.alterned-content .alterned-content-itens .alterned-content-itens-image-left::before {
	right: unset;
	left: -3%;
}

/* ------------------------------------------------------------------------------- */
/* Testimonial
/* ------------------------------------------------------------------------------- */

.testimonial {
	padding: 0 0 100px 0;
	background: #00aff0;
	position: relative;
}

.testimonial::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #f1f4f9;
}

.testimonial h2 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #00aff0;
}

.testimonial .testimonial-video {
	background: url('../images/testimonial/pattern-vertical.png') left top 85% repeat-x;
	margin-top: 80px;
	margin-bottom: 80px;
	z-index: 1;
}

.testimonial .testimonial-text {
	background: #0066AC;
	padding: 100px 0;
	position: relative;
}

.testimonial .testimonial-text::before {
	content: '';
	position: absolute;
	top: -110px;
	right: -130px;
	width: 165px;
	height: 150px;
	background: url('../images/testimonial/conta-azul-transparente.png') center no-repeat;
	z-index: -1;
}

.testimonial .testimonial-text p {
	font-family: 'pingpong-medium';
	font-size: 31px;
	line-height: 43px;
	color: #FFF;
}

.testimonial .testimonial-text .testimonial-text-author {
	font-family: 'pingpong-bold';
	font-size: 22px;
	line-height: 26px;
	margin-top: 80px;
}

.testimonial .testimonial-text .testimonial-text-author small {
	font-family: 'pingpong-regular';
	font-size: 16px;
}

.testimonial .btn.btn-white {
	width: 20%;
	margin: auto;
	border: solid 1px #c9d3dd;
  	background: #f1f4f9;
	color: #00aff0;
}

/* ------------------------------------------------------------------------------- */
/* Integrations
/* ------------------------------------------------------------------------------- */

.integrations {
	position: relative;
	padding: 100px 0;
}

.integrations::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: #00AFF0;
}

.integrations::after {
	content: "";
	position: absolute;
	bottom: -45px;
	left: 70px;
	width: 360px;
	height: 358px;
	background: url('../images/integrations/pattern-vertical.png') center left repeat-x;
}

.integrations .integration-card-block {
	background: #FFF;
	box-shadow: 0px 8px 12px rgba(155, 155, 155, 0.25);
	border-radius: 20px;
	padding: 70px 0;
	position: relative;
	z-index: 1;
}

.integrations .integration-card-block::before {
	content: "";
	position: absolute;
	top: -170px;
	left: -130px;
	width: 263px;
	height: 238px;
	background: url('../images/integrations/pattern-logo-branco.png') center no-repeat;
}



.integrations h2 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #00AFF0;
	margin: auto;
}

.integrations p {
	font-family: 'pingpong-regular';
	font-size: 22px;
	line-height: 26px;
	color: #595959;
	margin: 50px auto 70px;
}

.integrations .integration-card {
	margin-bottom: 50px;
}

.integrations .integration-card h3 {
	font-family: 'pingpong-medium';
	font-size: 22px;
	line-height: 26px;
	color: #595959;
	margin: 20px auto 0;
}

.integrations .btn {
	display: inline-block;
	width: auto;
	margin-top: 70px;
}

/* ------------------------------------------------------------------------------- */
/* Features
/* ------------------------------------------------------------------------------- */

.features {
	background: #f1f4f9;
	padding: 70px 0;
	position: relative;
}

.features::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: #00aff0;
}

.features h2 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #FFF;
}

.features .features-image {
	z-index: 1;
}

.features .features-image::before {
	content: '';
	position: absolute;
	top: -14%;
	right: -5%;
	width: 163px;
	height: 147px;
	background: url('../images/features/simbolo-branco.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}

.features video {
	margin-bottom: 100px;
}

.features h3 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #00aff0;
}

.features p {
	font-family: 'pingpong-regular';
	font-size: 18px;
	line-height: 28px;
	color: #595959;
}

.features .features-cards {
	margin: 50px auto 115px;
}

.features .features-cards .features-cards-itens {
	padding: 24px 13px 24px 18px;
	border-radius: 6px;
	background: #fff;
}

.features .features-cards .features-cards-itens h4,
.features .features-cards .features-cards-itens h4 a {
	font-family: 'pingpong-bold';
	font-size: 22px;
	line-height: 26px;
	color: #595959;
	margin-bottom: 10px;
}

.features .features-cards .features-cards-itens ul li {
	font-family: 'pingpong-regular';
	font-size: 13px;
	line-height: 18px;
	color: #595959;
	background: url('../images/features/check.png') center left no-repeat;
	padding: 6px 0 6px 22px;
}

.features .btn {
	width: 20%;
	margin: auto;
}

/* ------------------------------------------------------------------------------- */
/* Ebook
/* ------------------------------------------------------------------------------- */

.ebook {
	background: #00aff0;
	padding: 140px 0;
	position: relative;
}

.ebook::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 62%;
	height: 90%;
	background: #FFF;
}

.ebook img {
	margin-left: -15px;
}

.ebook .ebook-content {
	padding-bottom: 100px;
}

.ebook .ebook-content h2 {
	font-family: 'pingpong-bold';
	font-size: 34px;
	line-height: 42px;
	color: #333;
}

.ebook .ebook-content h2 small {
	font-size: 25px;
	line-height: 34px;
	color: #333;
}

.ebook .ebook-content .ebook-form {
	margin-top: 47px;
	padding: 34px;
	border-radius: 8.4px;
	box-shadow: 0 6.7px 10.1px 0 rgba(155, 155, 155, 0.25);
	background-color: #fff;
}

/* ------------------------------------------------------------------------------- */
/* Call Me
/* ------------------------------------------------------------------------------- */

.callme {
	background: #0066ac;
	padding: 100px 0;
}

.callme h2 {
	font-family: 'pingpong-bold';
	font-size: 36px;
	line-height: 44px;
	color: #FFF;
}

.callme p {
	font-family: 'pingpong-bold';
	font-size: 26px;
	line-height: 36px;
	color: #FFF;
	margin: 36px auto 70px;
}

.callme .btn.btn-white {
	color: #00aff0;
	border: solid 1.5px #c9d3dd;
	background: #f1f4f9;
	width: 50%;
	margin: auto;
}
