/* Default */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Custom */

body{
	font-family: "Inter", "sans-serif";
}

.container{
	max-width: 1140px;
}

.bg-default{
	background: url(../images/background.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #07300b;
}

.bg-default-typ{
	background-image: url(../images/background-typ.jpg);
}

.text-danger{
	color: #f24119 !important;
}


.header-page{
	white-space: normal;
	padding-top: 10px;
	padding-bottom: 13px;
}

.intro-text{
	text-shadow: #051742 2px 2px 4px;
}

.wrap-form{
	background: rgba(0, 0, 0, 0.4) !important;
	position: relative;
	z-index: 1;
	border: 2px solid #a82532;
}

.img-form{
	position: relative;
	z-index: 2;
}


/* Font Size */

.display-2 {
	font-size: 3.5rem;
}

/* PV */

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

.fixed-bar{
	background-color: #2b2f34;
	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
}

@keyframes color {
  0% {
	background-color: #2b2f34;
  }
  50% {
	background-color: #505c66;
  }
  100 {
	background-color: #2b2f34;
  }
}

.pagina-vendas{
	padding-top: 50px;
}

.pagina-vendas .container{
	max-width: 1040px;
}

.bg-yellow{
	background: #ffff3b;
}

.bg-blue{
	background: #3f6aad;
}

.headline-video{
	border-radius: 7px 7px 0px 0px;
	line-height: 1;
	padding: 5px 5px 10px 5px;
}

.headline-video i{
	position: relative;
	top: 3px;
}

.headline{
	font-size: 64px;
	line-height: 0.9;
	letter-spacing: -1px;
	font-weight: 700;
}

.sub-headline{
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: -1px;
	font-weight: 700;
}

.card .sub-headline{
	font-size: 21px;
}

.wrap-video{
	background: url(../images/background-video.jpg) top center no-repeat;
	background-size: cover;
}

.videoWrapper{
	box-shadow: 0px 4px 43px 0px rgba(0, 0,0,0.6) !important;
}

.arguments i{
	position: relative;
	top: 3px;
}

.arguments span{
	font-weight: 500;
}

.card-included{
	border-width: 3px;
	box-shadow: 0px 0px 20px 0px rgb(25, 135, 84, 0.2);
}

.included-icon{
	line-height: 1;
}

.included-icon i{
	font-size: 55px;
}

.ratings{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/background-ratings.jpg) top center no-repeat;
}

.testimonial-card{
	border: 0;
	box-shadow: 0px 0px 20px 0px rgb(25, 135, 84, 0.2);	
}

.testimonial-card .user-avatar{
	margin-top: -30px;
}

.card-feature{
	border-width: 2px;
}

.with-arrow-left,
.with-arrow-right{
	position: relative;
}

.with-arrow-left:before,
.with-arrow-right:before{
	position: absolute;
	width: 69px;
	height: 204px;
	content: ' ';
	background-size: 100% 100%;
	top: -60px;
	opacity: 0.3;
}

.with-arrow-left:before{
	left: -80px;
	background-image: url(../images/arrow-left.png);
}

.with-arrow-right:before{
	right: -30px;
	background-image: url(../images/arrow-right.png);
}

.wrap-container-typ{
	margin: 0 auto;
	max-width: 900px;
	box-shadow: 0px 4px 43px 0px rgba(0, 0,0,0.3) !important;
}

.card-prices{
	box-shadow: 0px 4px 43px 0px rgba(0, 0,0,0.3) !important;	
}

.wrap-container-typ p{
	line-height: 1.6;
}

@media (max-width: 840px) {
	.bg-default{
		background: url(../images/background-mobile.jpg);
	}

	.header-logo{
		max-width: 100px;
	}

	.display-2{
		font-size: 34px;
	}
 
	.lead{
		font-size: 16px;
	}

	.wrap-form{
		top: 0;
	}

	.headline{
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: -1px;
		font-weight: 700;
	}

	.pre-headline{
		font-size: 13px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}



@media (max-width: 460px) {
	.main-title{
		font-size: 29px;
		text-transform: uppercase;
	}

	.headline{
		font-size: 25px;
		margin-bottom: 15px;
	}

	.sub-headline{
		font-size: 24px;
	}

	.video-player .container{
		padding: 0;
	}

	.video-player .headline-video{
		font-size: 12px;
	}

	ul{
		padding: 0;
	}

	ul .mb30{
		margin-bottom: 5px;
	}

	.card-feature h2{
		font-size: 18px;
	}
}