/*
    Objetivo: novo tema de tentativa para aprimorar a capitação de leads.

    Theme Name: Epics product Theme
    Version: 1.0
    Developer: Rafael Nascimento
*/
body{
	font-weight: 200 !important;
	line-height: 1.8em !important;
	font-family: "Montserrat", sans-serif;
}

a:hover, a:active, a:visited, a:focus{color: inherit;text-decoration: none;}
p{color: inherit;}
hr{width: 100%}
num{font-weight: 700;}
.animated{
	opacity: 0;
}

#mask{display: none !important;}

/* Estilo de titulos */
.title{
	line-height: initial;
	font-weight: initial !important;
	text-transform: initial !important;
}

.title small{
	font-size: 17px;
	opacity: 0.5;
	font-weight: 200;
	display: block !important;
	margin-bottom: 7px !important;
	font-family: "Montserrat", sans-serif !important;
}

.txt-light{font-weight: 200 !important;}
.txt-strong{font-weight: 400 !important;}
/* -- */

/* Estilo de vitrine */

.vitrine{
	overflow: hidden;
	position: relative;
}

.vitrine.h-box{min-height: calc(100vh - 240px);}
.vitrine.h-full{min-height: 100vh;}

.vitrine .logo{
	width: 100%;
	max-width: 250px;
}

.vitrine .video{
	width: 100%;
	max-width: 800px;
	margin-bottom: -90px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
}

.vitrine.select{background-color: #01c1a1;}
.vitrine.play{background-color: #644870;}
.vitrine.site{background-color: #01c1a1;}
.vitrine{background-color: #000;}
.vitrine *{position: relative;}
.vitrine .title{line-height: 1.3em;}
.vitrine .h4{display: inline-block;letter-spacing: 5px;}
.vitrine svg{fill: #fff;vertical-align: middle;width: 45px;}
.vitrine .logo{block: inline-block;margin-bottom: 30px;}
.vitrine iframe{
	position: relative;
	right: 0; 
	*top: -60px;
	left: 0;
	bottom: 0;
	*min-width: 100%; 
	*min-height: 100%;
	*width: auto; 
	*height: auto;
}

.set-down{
	left: 0;
	bottom: 15px;
	width: 100%;
	position: absolute;
}

.set-down span{
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	padding-top: 11px;
	border-radius: 50px;
	border: 2px solid #ffffff1a;
	font-family: 'FontAwesome';
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.set-down span:hover{
	cursor: pointer;
	animation-name: none;
	border: 2px solid #ffffff;
}

.set-down span:before{
    content: "\f107";
}

@keyframes example {
    0 {border-color: #ffffff1a;}
    50% {border-color: #ffffff3d;}
    100% {border-color: #ffffff1a;}
}

.box-center{
	top: 50%;
	left: 15px;
	right: 15px;
	position: absolute;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 767px){
	.box-center{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		transform: translate(0, 0);
	}
}

.box{
	float: left;
	width: 100%;
	padding: 20px;
	border-radius: 4px;
	background-color: white;
}
.box.pg-45{padding: 45px;}
.box.pg-60{padding: 60px;}

.post-img{
	width: 100%;
	float: left;
	overflow: hidden;
	max-height: 240px;
}

#fila{
	width: 100%;
	float: left;
	z-index: 10;
	margin-bottom: 15px;
	position: relative;
}
.fila{
	z-index: 10;
	float: right;
	height: 51px;
	padding: 7px 0;
	position: relative;
	vertical-align: bottom;
	background-size: auto 88%;
	background-repeat: repeat-x;
	background-position: center right;
	background-image: url(../../assets/img/icons/fila2.svg);

	-webkit-animation-name: flash;
	animation-name: flash;

	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

@-webkit-keyframes flash {
  0% {opacity: 1;}
  50%{opacity: 0.5;}
  100%{opacity: 1;}
}

@keyframes flash {
  0% {opacity: 1;}
  50%{opacity: 0.5;}
  100%{opacity: 1;}
}

/* -- */

/* Estilo de lista com icones */
.list-box .media-heading{margin-bottom: 20px;}
.list-box .media-left,
.list-box .media>.pull-left{padding-right: 30px;}
.list-box svg{width: 50px;}
/* -- */

.box-shadow-list .media-left svg{width: 65px;margin-right: 20px;}
.box-shadow-list .media-body h4{margin-bottom: 20px;}

.fill-white svg{fill: #ffffff;}
.fill-select svg{fill: #01c1a1;}
.fill-play svg{fill: #644870;}
.fill-site svg{fill: #3ed172;}
.fill-epics svg{fill: #9e9e9e;}

.svg-xs svg{max-width: 40px;}
.svg-sm svg{max-width: 70px;}
.svg-md svg{max-width: 120px;}

ul.list-style{padding-left: 25px;}
ul.list-style li{
	display: block;
	margin-bottom: 20px;
}

ul.list-style li::before {
	content: "\f00c";
	color: #000;
	font-size: 5px;
	width: 10px;
	height: 10px;
	float: left;
	line-height: 11px;
	margin-left: -22px;
	margin-top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
}


ul.list-style.li-select li::before{color: #01c1a1;}
ul.list-style.li-play li::before{color: #644870;}
ul.list-style.li-site li::before{color: #3ed172;}
ul.list-style.li-epics li::before{color: #9e9e9e;}

/* -- */

/* Listagem de Depoimentos */
.photographer {
	padding: 30px;
	text-align: left;
	background: #fff;
	margin-bottom: 15px;
	border: 2px solid #f9f9f9;
}

.photographer img{
	display: inline-block !important;
	max-width: 60px;
	margin-right: 10px;
	box-shadow: 0px 9px 18px rgba(53, 52, 78, 0.23);
}

.photographer h4{
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 25px;
}

.photographer p{font-size: 14px;}
/* -- */

/* Custom de estilo dos Botões */
.btn{
	color: #fff !important;
	letter-spacing: 0.5px;
	border: 1px solid transparent;
	vertical-align: top;
	padding: 15px 25px;
	font-weight: 300 !important;
	transition: all 0.2s ease;
	max-width: 100%;
	word-break: normal;
	white-space: inherit;
}

.btn:hover{color: #fff;}
.btn.btn-light{
	color: #000;
	background-color: #fff;
	box-shadow: 0px 8px 30px 0px rgba(0,0,0, 0.04);
}

.btn.btn-light:hover{box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.15);}

.btn.btn-link{
	padding: 0;
	float: right;
	font-size: 12px;
	margin-top: 15px;
	line-height: 13px;
	letter-spacing: 1px;
	color: #000 !important;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.btn-select, .btn-select:focus{background-color: #01c1a1 !important; box-shadow: 0px 8px 30px 0px rgba(10, 220, 184, 0.35);}
.btn-play, .btn-play:focus{background-color: #644870 !important;box-shadow: 0px 8px 30px 0px rgba(100, 72, 112, 0.35);}
.btn-site, .btn-site:focus{background-color: #3ed073 !important;box-shadow: 0px 8px 30px 0px rgba(58, 220, 89, 0.35);}
.btn-epics, .btn-epics:focus{background-color: #000 !important;box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.22);}

.btn-select:hover{box-shadow: 0px 10px 35px 0px rgba(15, 177, 149, 0.55);background-color: #18D2B0 !important;color: #fff!important;}
.btn-play:hover{box-shadow: 0px 10px 35px 0px rgba(100, 72, 112, 0.7);background-color: #573d63 !important;color: #fff!important;}
.btn-site:hover{box-shadow: 0px 10px 35px 0px rgba(58, 220, 89, 0.7);background-color: #47d67b !important;color: #fff!important;}
.btn-epics:hover{box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.25);background-color: #333 !important;color: #fff!important;}

.btn-select.invert{background-color: #fff!important;color: #01c1a1!important;box-shadow: 0px 8px 30px 0px rgba(15, 177, 149, 0.22);}
.btn-play.invert{background-color: #fff!important;color: #644870!important;box-shadow: 0px 8px 30px 0px rgba(100, 72, 112, 0.5);}
.btn-site.invert{background-color: #fff!important;color: #3ed073!important;box-shadow: 0px 8px 30px 0px rgba(58, 220, 89, 0.5);}
.btn-epics.invert{background-color: #fff!important;color: #000!important;box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.22);}

.btn-select.border{background-color: transparent !important;color: #01c1a1!important;box-shadow: 0 0 0;border: 1px solid #01c1a1;}
.btn-play.border{background-color: transparent !important;color: #644870!important;box-shadow: 0 0 0;border: 1px solid #644870;}
.btn-site.border{background-color: transparent !important;color: #3ed073!important;box-shadow: 0 0 0;border: 1px solid #3ed073;}
.btn-epics.border{background-color: transparent !important;color: #000000!important;box-shadow: 0 0 0;border: 1px solid #000000;}

.btn-select.border:hover{box-shadow: 0 0 0;background-color: #18D2B0 !important;color: #fff!important;}
.btn-play.border:hover{box-shadow: 0 0 0;background-color: #573d63 !important;color: #fff!important;}
.btn-site.border:hover{box-shadow: 0 0 0;background-color: #47d67b !important;color: #fff!important;}
.btn-epics.border:hover{box-shadow: 0 0 0;background-color: #333 !important;color: #fff!important;}

.btn-select.text{background-color: transparent !important;color: #01c1a1!important;box-shadow: 0 0 0;}
.btn-play.text{background-color: transparent !important;color: #644870!important;box-shadow: 0 0 0;}
.btn-site.text{background-color: transparent !important;color: #3ed073!important;box-shadow: 0 0 0;}
.btn-epics.text{background-color: transparent !important;color: #000000!important;box-shadow: 0 0 0;}

.btn-select.text:hover{border: 1px solid #01c1a1;}
.btn-play.text:hover{border: 1px solid #644870;}
.btn-site.text:hover{border: 1px solid #3ed073;}
.btn-epics.text:hover{border: 1px solid #000000;}

.form-epics:focus{
	outline: 0;
	border-color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

.link-select,
.link-play,
.link-site,
.link-epics{
	font-weight: 400;letter-spacing: 2px;
}

.link-select,
.color-select{color: #01c1a1 !important;}
.link-play,
.color-play{color: #644870 !important;}
.link-site,
.color-site{color: #3ed073 !important;}
.link-epics,
.color-epics{color: #000000 !important;}
.link-white,
.color-white{color: #ffffff !important;}
/* -- */

.form-control, .form-control:focus{
	height: 49px;
	padding: 2px 20px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
}

.form-control::-webkit-input-placeholder{color: #b1b1b1;font-style: italic;}
.form-control::-moz-placeholder{color: #b1b1b1;font-style: italic;}
.form-control:-ms-input-placeholder{color: #b1b1b1;font-style: italic;}
.form-control:-moz-placeholder{color: #b1b1b1;font-style: italic;}

.form-control.no-bd{border: 0;}

.input-more-button{
	float: left;
	width: 100%;
	display: block;
	position: relative;
}

.input-more-button input.form-control{
	width: calc(100% - 183px);
	margin-right: 15px;
	float: left;
	display: inline-block;
}

.input-more-button button.btn{
	width: 167px;
	float: left;
	display: inline-block;
}

@media only screen and (max-width: 540px){
	.input-more-button input.form-control{
		width: 100%;
		float: left;
		margin-right: 0;
		display: inline-block;
	}

	.input-more-button button.btn{
		width: 100%;
		float: left;
		margin-top: 10px;
		display: inline-block;
	}
}


/* Estilo de background */
.bg-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	*background-attachment: fixed;
	position: relative;
}

.bg-image .overlay{
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.45);
}

.bg-line{
	background-image: url('../img/novo/fundo_linha.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
}

.bg-flow{
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/novo/fundo.png);
}

.bg-gradient{
	background: #f1f3fc; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#f1f3fc, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f1f3fc, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f1f3fc, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f1f3fc, #fff); /* Standard syntax */
}

.bg-gradient-inverse{
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #f1f3fc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f1f3fc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f1f3fc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f1f3fc); /* Standard syntax */
}

.box-shadow{box-shadow: 0px 20px 20px -25px rgba(0, 0, 0, 0.21);transition: all 0.2s ease;}
.box-shadow:hover{box-shadow: 0px 40px 70px -55px rgba(0, 0, 0, 0.42);}

.bg-shadow{background-color: #26292e;}
.bg-select{background-color: #18D2B0;}
.bg-play{background-color: #644870;}
.bg-site{background-color: #01c1a1;}
.bg-epics{background-color: #191919 !important;}

.select .overlay{
	*background-color: rgba(2, 193, 161, 0.75);
}

.video-top{
	display: block;
	width: 100%;
	max-width: 850px;
	position: relative;
	margin: -120px  auto 0;
	box-shadow: 0 45px 30px -35px rgba(0, 0, 0, 0.20);
}
/* -- */

/* Slide show de telas de produtos */
#slideScreen .carousel-inner {overflow: hidden;}
#slideScreen .carousel-inner .item {
	opacity: 1;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

#slideScreen .carousel-inner .item img{display: block;margin: 0 auto;}
#slideScreen .carousel-indicators li {border: 1px solid #01c1a1;}
#slideScreen .carousel-indicators li.active {background-color: #01c1a1;}
/* -- */

/* Duvidas Frequentes */
.panel,
.panel-group .panel>.panel-heading+.panel-collapse .panel-body,
.panel-default>.panel-heading,
.panel-group .panel>.panel-heading a{
	border: 0;
	padding: 5px 5px 5px 0;
	box-shadow: 0 0 0;
	background: transparent;
	border-radius: 10px;
	color: #8e959c;
	font-weight: 400;
	display: block;
	transition: all 0.2s ease;
}
.panel-group .panel>.panel-heading a p{width: calc(100% - 60px);display: inline-block;vertical-align: middle;margin: 0;}
.panel-group .panel > .panel-heading a:before{display: none;}
.panel-group .panel > .panel-heading a.collapsed{background-color: transparent;}
.panel-group .panel > .panel-heading a.collapsed:hover, .panel-group .panel > .panel-heading a:hover{background: transparent;}
.panel-group .panel > .panel-heading+.panel-collapse .panel-body{padding-left: 60px;font-weight: 300;font-family: "Open Sans", sans-serif;}
.panel-group .panel > .panel-heading a i{
	display: inline-block;
	color: darkgrey;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	text-align: center;
	line-height: 27px;
	background: #e4e6ea;
	border-radius: 50px;
	vertical-align: middle;
}
/* -- */

/* Listagem de produtos */
.list-product{
	position: relative;
	overflow: hidden;
}
.list-product p{
	line-height: 23px;
}
.list-product .product-desc{
	position: relative;
	z-index: 100;
}
.list-product .product-desc img.brand{
	max-height: 45px;
	margin-bottom: 30px;
	position: relative;
}
.list-product img.bottom{
	bottom: 0;
	max-height: 100%;
	max-width: 55%;
	z-index: 0;
	position: absolute;
	left: 0; 
}
.list-product img.middle{
	max-width: 50%;
	top: 50%;
	max-height: 80%;
	z-index: 0;
	position: absolute; 
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}
.list-product.left-pos img{right: 0;}
.list-product.right-pos img{left: 0;}

.more-icon{
	margin: 0 auto;
	display: block;
	width: 70px;
	color: #383838;
	border-radius: 50%;
	font-size: 35px;
	height: 70px;
	text-align: center;
	padding: 12px 0;
	background-color: rgba(255, 255, 255, 0.64);
	position: relative;
}
.more-icon:after{
	content: " ";
	top: -11px;
	left: -11px;
	right: -10px;
	bottom: -11px;
	border-radius: 50%;
	position: absolute;
	border: 2px solid #f1f3fc;
}

.get-lead{
	left: 0;
	right: 0;
	opacity: 0;
	bottom: -10px;
	z-index: -1;
	position: fixed;
	text-align: center;
	padding: 10px 15px 3px;
	background-color: #fff;	
	transition: all 0.2s ease;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
.get-lead .form-group{margin: 0;}

.get-lead.active{
	bottom: 0;
	opacity: 1;
	z-index: 1000000000;
}

/* Rodape */
.footer{
	margin: 0;
	padding: 0;
	color: #333333;
	margin-bottom: -15px;
	background-image: none;
	background-color: #1b1b1b;
}

.footer a{
	color: rgba(255, 255, 255, 0.2);
	font-weight: 200;
	transition: all 0.2s ease;
}
.footer a:hover{text-decoration: none;opacity: 0.6}

.footer ul{
	margin: 0;
	padding-top: 7px;
	padding-left: 12px;
}

.footer ul li{
	margin: 0 60px 20px 0;
}
.footer p{color: rgba(255, 255, 255, 0.7);}

.footer hr{opacity: 0.1;}
.footer ul li a{color: rgba(255, 255, 255, 0.7);}
.footer .social {margin: 11px 0;}
.footer .social a{
	color: rgba(255, 255, 255, 0.7);
	opacity: 0.35;
	font-size: 23px;
	margin-right: 20px;
	margin-top: 10px;
	display: inline-block;
}

@media (max-width: 576px){
	.footer ul{
		float: left;
		width: 100%;
		display: block;
	}

	.footer ul li{
		margin: 0 auto 40px;
		display: block;
		text-align: left;
	}
}

.photographer h4.media-heading a{
	color: #333;
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
}

.photographer h4.media-heading a:hover{
	color: #666;
}

.epics-garantia{
	background: #e4cc7f;
}

@media(max-width: 861px){
	.epics-garantia .text-left, .epics-garantia .text-right{
		float: none;
		margin: 0 auto;
		display: block;
		position: relative;
		text-align: center !important;
	}	
}

/* Mosaico */
#mosaico-post .mosaico-item{
    float: left;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

#mosaico-post .mosaico-item img{
    opacity: 0;
    visibility: hidden;
}

#mosaico-post .mosaico-depoimento{
    background-color: #fff;
    border-radius: 5px;
}

#mosaico-post .mosaico-depoimento img{
    opacity: 1;
    visibility: visible;
}

#mosaico-post .mosaico-video:after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    content: " ";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

#mosaico-post .mosaico-video .mosaico-desc small{
    display: block;
    margin-top: 15px;
    color: white;
}
#mosaico-post .mosaico-video .mosaico-desc{
	color: #fff;
	left: 30px;
	bottom: 10px;
	z-index: 100;
	font-size: 21px;
	position: absolute;
	max-width: 290px;
	width: 100%;
	font-weight: 300;
	padding-left: 70px;
}
#mosaico-post .mosaico-video .mosaico-desc:after{
    content: " ";
    width: 70px;
    border-radius: 70px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    z-index: 100;
    background-position: center center;
}

.mosaico-close{
	float: right;
	margin: 15px;
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 1000;
	background-color: #e2e2e2 !important;
	opacity: 1;
	color: #2d2d2d;
	padding: 10px !important;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-shadow: none;
	transition: all 0.2s ease;
}
.mosaico-close:hover{
	color: #fff;
	opacity: 1;
	background-color: gray !important;
}
/* FIM mosaico */

#formCadastroCompreGanhe .parsley-errors-list {
    padding: 15px 0 0 0;
    margin: 0;
}