/* 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";
}

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

.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(240, 2, 2, 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: 800px;
	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: #000;
	}

	.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) {
	.headline-lp{
		font-size: 36px;
	}

	.sub-headline-lp{
		font-size: 20px;
	}

	.sub-headline-lp-2{
		font-size: 17px;
	}

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

	.sub-headline-2{
		font-size: 16px;
	}

	.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;
	}
}

.wrap-thumbnail{
	position: relative;
}

.cpl-video.blocked .wrap-thumbnail:after{
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../images/lock.png);
	content: ' ';
	background-size: 100%;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
	opacity: 0.8;
}

.cpl-video.watching .wrap-thumbnail:after{
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../images/play.png);
	content: ' ';
	background-size: 100%;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
}

.wrap-thumbnail .video-thumbnail{
	border: 2px solid #ffaa46;
}

.cpl-video.watching .video-thumbnail{
	box-shadow: 0px 0px 12px #fff;
	border-width: 3px;
}

.cpl-video.blocked{
	cursor: not-allowed;
}

.cpl-video.blocked .video-thumbnail{
	opacity: 0.3;
}


.cpl-video{
	cursor: pointer;
}

@media (max-width: 640px) {
	.main-title{
		font-size: 22px;
	}

	.support-text{
		font-size: 13px;
	}

	.cpl-video.watching .wrap-thumbnail:after{
		margin-top: -22px;
	}

	.cpl-video.blocked .wrap-thumbnail:after{
		margin-top: -21px;
	}

	.page-title{
		font-size: 16px;
	}
}

/**
	VIDEOS 
**/

.wrap-header{
	background: url('../images/background-black.jpg');
	background-size: cover;
	background-position: top center;
}


.video-container{
	width: 100%;
    position: relative;
}

.video-wrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-video-player{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.2;
}

.play-button{
    width: 250px;
   	height: 250px;
}

.pause-button{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
    position: absolute;
    opacity: 0;
}

.play-button{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
    position: absolute;
}

.play-button-wrapper{
	width: 288px;
	height: 161px;	
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -144px;
	margin-top: -80px;
	text-align: center;
	background: rgba(0,0,0,0.7);
	animation: pulse 1s ease infinite;
	cursor: pointer;
}

.play-button-wrapper:hover{
	background: rgba(0,0,0,0.9);
}

.play-button-action{
	background: url('../images/video-play-button.png');
	content: ' ';
	width: 130px;
	height: 92px;
	background-size: 100%;
	margin: 20px auto 0;
}

@keyframes pulse { 
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

.play-button-label{
	font-weight: bold;
	margin-top: 10px;
	color: #FFF;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-blocker{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.video-controls{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.video-label{
	font-size: 12px;
	line-height: 12px;
	display: block;
}

/* VSL */

.background-1{
	background: url('../images/background-1.jpg');
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #030e25;
}

.background-2{
	background: #030e25;
	color: #FFF;
}

/* Copy */

.copy-text{
	padding: 50px;
}

.copy-text h2{
	font-size: 28px;
	font-weight: bold;
}

.copy-text p,
.copy-text span{
	font-family: Arial;
	line-height: 44px;
	font-size: 24px;
	color: #013d79;
}

.copy-text .features p,
.copy-text .features span{
	font-size: 16px;
	line-height: 1.5;
}

.copy-text .features h2{
	font-size: 22px;
}

.copy-text span{
	width: auto !important;
	height: auto !important;
}

.copy-text p{
	margin-bottom: 25px !important;
	margin-right: 0 !important;
}

.copy-text p img{
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}

.copy-text .dashed{
	border: 4px dashed red;
}

.copy-text li{
	white-space: normal !important;
}

.copy-text table{
	width: 100% !important;
}

.copy-text p a{
	text-decoration: underline;
}

.toolbar{
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
}

.toolbar .label{
	font-size: 16px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 15px;
}

.tick{
	width: 175px;
	margin-top: 15px;
}

.tick-label{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	position: relative;
	top: 2px;
}

.pv{
	padding-top: 65px;
}

.tick-credits{
	display: none;
}

.tick-group{
	margin-right: 10px;
	text-align: center;
}

.tick-group:last-child{
	margin-right: 0;
}

@media (max-width: 1024px) {
	.copy-text.container{
		padding: 15px;
	}

	.copy-text p,
	.copy-text span{
		font-size: 18px !important;
		line-height: 1.6 !important;
	}

	.toolbar .label{
		font-size: 14px;
	}

	.tick{
		width: 180px;
		margin: 0 auto;
	}
}

