
/****************************************************************************************************************************************************/

/** 0 - Geral **/
body{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-rendering: optimizeLegibility !important;
}
a:focus{
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
:focus {
	outline: 0;
}
.clear{
	clear: both;
}
@media (min-width: 992px){
	.container{
		width: 960px;
	}
}
@media(max-width: 991px){
	.container{
		width: 100% !important;
	}
}
/** FIM - Geral **/

/****************************************************************************************************************************************************/

/* Header */

header{
	width: 100%;
	background: transparent;
}
header nav .navbar-right a{
	font-size: 14px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
header .navbar{
	transition: 0.5s;
	padding: 30px;
	margin-bottom: 0px;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.navbar-brand img{
	width: 180px;
}
.navbar-brand{
	height: auto;
	padding: 0px;
}
.navbar-nav li a:hover{
	background-color: transparent;
}
.navbar-nav li a:hover:after {
    width: 100%;
    transition: 0.2s;
}
@media (min-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
}
@media (max-width: 991px) { 
	.navbar-header{ 
		float: none; 
	} 
	.navbar-left,.navbar-right{ 
		float: none !important; 
	} 
	.navbar-toggle{ 
		display: block;
		background-color: #fff; 
	} 
	.navbar-toggle .icon-bar{
		background: #FF1549;
		color: #FF1549;
	}
	.navbar-collapse{ 
		border-top: 1px solid transparent; 
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); 
	} 
	.navbar-fixed-top{ 
		top: 0; 
		border-width: 0 0 1px; 
	} 
	.navbar-collapse.collapse{ 
		display: none!important; 
	} 
	.navbar-nav{ 
		float: none!important; 
		margin-top: 7.5px;    
		background: #fff;
		border-radius: 5px;
	} 
	.navbar-nav>li{ 
		float: none; 
	} 
	.navbar-nav>li>a{ 
		padding-top: 10px; 
		padding-bottom: 10px; 
	} 
	.collapse.in{ 
		display:block !important; 
	} 
	header nav .navbar-right a{
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		color: #FF1549;
	}
	header nav .navbar-right a:hover{
		color: #FF1549;
	}
}
/* Fim Header */

/****************************************************************************************************************************************************/

/* Conceito */

#conceito{
	background-image: url(../imagens-sparks/backgroundSparks_5-min.png);
    background-size: cover;
    background-position: top center;
	background-repeat: no-repeat;
	padding-top: 110px;
}
#conceito .row{
	display: flex;
	align-items: center;
	justify-content: center;
}
#conceito .col-md-6:nth-child(1) img{
	float: right;
}
#conceito h1{
	font-size: 70px;
	font-weight: 700;
	max-width: 300px;
	line-height: 120%;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#bt-veja{
	text-align: center;
	background-color: #fff;
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 18px 20px;
    border-radius: 28px;
    max-width: 245px;
    color: #FF1549;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
	border: 3px solid #FF1549;
	font-size: 20px;
}
#bt-veja:hover{
    font-weight: 800;
	transition: 0.2s;
}
.mobile{
	display: none;
}
@media(max-width: 767px){
	#conceito .row{
		display: block;
		display: block;
		align-items: initial;
		justify-content: initial;
	}
	#conceito .col-md-6:nth-child(1){
		display: none;
	}
	.mobile{
		display: block;
	}
	#conceito h1{
		font-size: 50px;
		text-align: center;
	}
	#conceito img{
		max-width: 150px;
		margin: auto;
		margin-top: 25px;
	}
}
/* Fim - Conceito */

/****************************************************************************************************************************************************/

/* Experiencias */
#home-experiencias{
	margin: auto;
	background-color: #fff;
	max-width: 1920px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#home-experiencias h2{
	font-size: 30px;
	font-weight: 700;
	color: #FF1549;
	text-align: center;
	padding-bottom: 40px;
}
#home-experiencias .experiencias{
	/* padding-left: 80px;
	padding-right: 80px; */
	position: relative;
}
#home-experiencias .experiencias .item{
	min-height: 300px;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
}
#home-experiencias .experiencias a{
	color: #fff;
}
#home-experiencias .experiencias a:hover{
	color: #fff;
}
#home-experiencias .cont{
	position: absolute;
	text-align: center;
}
#home-experiencias .cont-img{
	width: 90px;
	height: 90px;
	margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#home-experiencias .experiencias img{
	width: auto;
	margin: auto;
	max-width: 80px;
}
#home-experiencias .item h3{
	font-size: 25px;
	color: #fff;
	margin: 0px;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	margin: auto;
	margin-top: 40px;
}

#home-experiencias .item {
	background: no-repeat center center;
	background-size: cover;
}

#home-experiencias .item:hover:before{
	opacity: 0;
	transition: 0.2s;
}

#home-experiencias .item::before {
	background-color: rgb(240, 14, 46);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: darken;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

#home-experiencias .item::after {
	background-color: rgb(25, 37, 80);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

#home-experiencias .owl-nav{
	top: 0;
	margin-top: 0;
}
#home-experiencias .owl-prev{
	min-height: 290px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
	color: #FF1549;
	position: absolute;
	top: 0;
	left: 0;
}
#home-experiencias .owl-next{
	min-height: 290px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
	color: #FF1549;
	position: absolute;
	top: 0;
	right: 0;
}
#home-experiencias .owl-prev:hover{
	background: transparent;
}
#home-experiencias .owl-next{
	background: transparent
}
#home-experiencias .owl-dots{
	margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	border: 2px solid #FF1549;
    background: #FF1549;
    width: 15px;
	height: 15px;
	transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span{
	border: 2px solid #FF1549;
    background: #fff;
    width: 15px;
    height: 15px;
	transition: 0.2s;
}
/* Fim - Experiencias */

/****************************************************************************************************************************************************/

/* Footer */
footer{
	padding-top: 35px;
	color: #fff;
	background-color: #292929;
}
footer img{
	margin: auto;
}
footer ul{
	margin: 0px;
}
footer .redesSociais{
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0;
}
footer .redesSociais a{
	color: #A5A5A5;
	font-size: 22px;
	padding: 2.5px;
}
footer .redesSociais li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
footer .redesSociais i{
	font-size: 17px;
	color: #fff;
}
footer .redesSociais i:hover{
	color: #FF3A66;
	transition: 0.2s;
}
footer h3{
	font-size: 12px;
	font-weight: 700;
	margin-top: 0;
}
footer p{
	font-size: 12px;
	font-weight: 400;
}
footer #mapa-site{
	list-style: none;
	font-size: 12px;
	padding: 0;
}
footer #mapa-site a{
	color: #fff;
}
footer #mapa-site a:hover{
	color: #FF3A66;
	transition: 0.2s;
}
footer #direitos{
	text-align: right;
}
footer #direitos img{
	display: initial;
}
footer #txt-direitos{
	margin-top: 5px;
	padding: 15px;
}
footer #txt-direitos p{
	text-align: center;
	font-size: 13px;
	margin: 0;
}
@media(max-width: 991px){
	footer{
		text-align: center;
	}
	footer #direitos {
		margin-top: 25px;
		text-align: center;
	}
	footer h3{
		margin-top: 15px;
	}
}
@media(max-width: 767px){
	footer .redesSociais .fa{
		font-size: 25px;
	}
}
/* Fim - Footer */

/****************************************************************************************************************************************************/

/*Page Experiencias*/
#interna-experiencias{
	padding-top: 110px;
	padding-bottom: 50px;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	
    display: flex;
    align-items: flex-end;
    justify-content: center;
	/* background: rgba(255,21,72,1);
    background: -moz-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(255,21,72,1)), color-stop(100%, rgba(255,136,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1548', endColorstr='#ff8800', GradientType=1 ); */
}
#interna-experiencias::before {
    background-color: rgb(25, 37, 80);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: exclusion;
    position: absolute;
    top: 0;
    left: 0;
}
#interna-experiencias .container{
	position: absolute;
}
#interna-experiencias blockquote {
    margin: auto;
    padding-left: 120px;
    background-image: url(../imagens-sparks/quote.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 80px;
    font-size: 25px;
    border: 0;
	margin-left: 0;
	margin-right: 0;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
	float: right;
	color: #fff;
	text-align: right;
}
#interna-experiencias blockquote p{
    margin-bottom: 0;
}
#interna-experiencias blockquote cite {
	font-weight: 700;
	font-size: 20px;
	text-shadow: transparent;
}
#interna-experiencias h1{
	font-size: 70px;
	font-weight: 800;
}
#interna-experiencias h2{
	text-align: center;
	font-size: 30;
	font-weight: 800;
	margin-top: 70px; 
}
.texto p{
	font-size: 18px;
	font-weight: 400;
}
#chamada{
	text-align: center;
	color: #FF1549;
	margin-bottom: 25px;
	font-weight: 700;
}
.subexp .cont{
	position: absolute;
	text-align: center;
}
.subexp{
    min-height: 300px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
}
.subexp::before {
	opacity: 1;
    background-color: rgb(240, 14, 46);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    left: 0;
}
.subexp.soon::before {
	opacity: 1;
    background-color: rgb(255, 255, 255);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: hue;
    position: absolute;
    top: 0;
    left: 0;
}
.subexp::after {
	opacity: 1;
    background-color: rgb(25, 37, 80);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    left: 0;
}
.subexp:hover:before{
	opacity: 0;
	transition: 0.2s;
}
.subexp.soon h3{
    font-weight: 700;
    text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
.subexp img{
	max-width: 80px;
}
#cont-subexp a{
	color: #FFF;
}
#cont-subexp a:hover{
	color: #FFF;
}
#minhas-experiencias{
	color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fdfdfd;
}
#minhas-experiencias h2{
	text-align: center;
	color: #ff1549;
	margin-bottom: 30px;
}
.quadro-exp{
	text-align: center;
	margin-top: 30px;
}
.img-exp{
	border-radius: 0px;
	padding-bottom: 30px;
	min-height: 415px;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a7a7;
}
.img-exp h3{
	font-size: 28px;
    color: #ff1549;
    margin: 0;
	padding: 15px;
	font-weight: 800;
}
.img-exp p{
	padding-left: 20px;
	padding-right: 20px;
	color: #292929;
	text-align: left;
}
.img-exp p:last-child{
	padding-bottom: 20px;
}
.img-exp a{
	color: #fff;
    font-weight: 700;
}
.bt-mais{
	margin-top: 30px;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
#minhas-experiencias img{
	max-width: 100px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#minhas-experiencias h1{
	color: #FF1549;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.veja-mais{
	font-size: 12px;
    padding: 8px 25px;
    border-radius: 20px;
    color: #ff1549 !important;
    font-weight: 700 !important;
    bottom: 0;
    margin: auto;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
	border: 3px solid #FF1549;
	margin-top: 20px;
}
.veja-mais:hover{
	background-color: #FF1549;
	color: #fff !important;
	transition: 0.2s;
}
@media(max-width: 767px){
	#interna-experiencias h1{
		font-size: 40px;
		text-align: center;
	}
	.texto p{
		column-count: 1;
	}
}
/*Fim - Page Experiencias*/

/*Page Sobre*/
#interna-sobre{
	padding-top: 110px;
	padding-bottom: 50px;
	background: rgba(255,21,72,1);
    background: -moz-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(255,21,72,1)), color-stop(100%, rgba(255,136,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1548', endColorstr='#ff8800', GradientType=1 );
}
#interna-sobre h1{
	font-size: 70px;
	font-weight: 800;
	max-width: 660px;
}
#interna-sobre p{
	-webkit-column-count: 1;
    -moz-column-count: 1;
	column-count: 1;
	font-size: 18px;
	font-weight: 400;
}
#sobre-sparks{
    margin-top: 80px;
	color: #292929;
	font-size: 16px;
	line-height: 120%;
}
#sobre-sparks .colore{
	color: #FF1549;
}
#sobre-sparks #cont-pilares{
	display: flex;
    align-items: center;
	justify-content: center;
	
}
#sobre-sparks #sec-1 p{    
	text-align: left;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
}
#sobre-sparks #cont-pilares .colore{
	color: #fff;
}
#sobre-sparks #cont-pilares h2{
	text-align: right;
    font-size: 37px;
    line-height: 120%;
    font-weight: 800;
}
#sobre-sparks #cont-pilares #pilares{
	padding: 0;
	list-style: none;
	padding-left: 20px;
}
#sobre-sparks #cont-pilares #pilares h3{
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 800;
}
#sobre-sparks #cont-pilares #pilares h3 span{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
#sobre-sparks #cont-pilares #pilares p{
	margin-top: 5px;
	text-align: left;
	font-weight: 400;
}

#sobre-sparks #sec-2{
	background-color: #FF1549;
    padding-top: 100px;
    color: #fff;
    padding-bottom: 70px;
    margin-top: 80px;
}
#sobre-sparks .col-md-8{
	max-width: 770px;
}
#sobre-sparks #sec-2 img{
	max-width: 550px;
    width: 100%;
    position: absolute;
    margin-top: -160px;
}
#sobre-sparks #sec-2 h2{
	font-weight: 700;
}
#sobre-sparks #sec-2 p{
	font-size: 18px;
    line-height: 120%;
}

#sobre-sparks blockquote{
	max-width: 660px;
	margin: auto;
	padding-left: 60px;
	background-image:  url(../imagens-sparks/barra.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 16px;
	border: 0;
	margin-top: 40px;
}
#sobre-sparks blockquote cite{
	color: #FF1549;
	font-weight: 700;
}
#sobre-sparks #sec-under3{
	background-image: url(../imagens-sparks/bg-raio.jpg);
	padding-top: 50px;
}
#sobre-sparks #sec-3 ul{
	max-width: 750px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	position: relative;    
    padding: 40px;
	padding-left: 80px;
	padding-bottom: 20px;
    color: #FF1549;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
}
#sobre-sparks #sec-3 ul li{
	margin-bottom: 20px;
}
#sobre-sparks #sec-3 li::before{
    font-size: 35px;
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 45px;
}

#sobre-sparks #manifesto{
	font-size: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#sobre-sparks #manifesto .row{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#sobre-sparks #manifesto h2{
	color: #FF1549;
	font-weight: 700;
	font-size: 60px;
	line-height: 48px;
	margin: 0;
}
#sobre-sparks #manifesto ul{
	text-align: right;
	list-style: none;
	font-weight: 400;
	padding: 0;
}
#sobre-sparks #manifesto li{
	padding-bottom: 15px;
}

#sobre-sparks #sec-5{
	color: #FF1549;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#sobre-sparks #sec-5 p{
	font-size: 26px;
	color: #6a6a6a;
}
#sobre-sparks #sec-5 h2{
	font-weight: 700;
}
@media(max-width: 1441px){
	#sobre-sparks #sec-3 p{
		max-width: 800px;
		margin: auto;
		margin-bottom: 10px;
	}
}
@media(max-width: 991px){
	#sobre-sparks .col-md-8{
		max-width: 100%;
	}
	#sobre-sparks #sec-2 img{
		max-width: 250px;
		width: 100%;
		position: initial;
		margin: auto;
		margin-top: -115px;
	}
	#sobre-sparks #sec-2{
		text-align: center;
	}
	#sobre-sparks #sec-2 p{
		text-align: center;
		margin: auto;
		margin-bottom: 10px;
	}
	#sobre-sparks #manifesto .row{
		display: block;
	}
}
@media(max-width: 767px){
	#interna-sobre h1{
		font-size: 40px;
	}
	#interna-experiencias h1{
		font-size: 40px;
		text-align: center;
	}
	#interna-experiencias p{
		column-count: 1;
	}
	#sobre-sparks #sec-1 h2{
		font-size: 25px;
		text-align: center;
	}
	#sobre-sparks #cont-pilares{
		display: block;
	}
	#sobre-sparks #cont-pilares #pilares h3{
		text-align: center;
	}
	#sobre-sparks #cont-pilares #pilares p{
		text-align: center;
	}
	#sobre-sparks #manifesto ul{
		text-align: center;
	}
	#sobre-sparks #manifesto h2{
		text-align: center;
	}
	#sobre-sparks #sec-5 p{
		line-height: 120%;
	}
	#sobre-sparks #manifesto .row{
		display: block;
	}
}
/*Fim - Page Sobre*/

/* Page Contato */
#contato{
	padding-top: 110px;
	padding-bottom: 50px;
	background: rgba(255,21,72,1);
    background: -moz-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(255,21,72,1)), color-stop(100%, rgba(255,136,0,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1548', endColorstr='#ff8800', GradientType=1 );
}
#contato .container{
	max-width: 800px;
}
#contato h1{
	font-size: 35px;
	font-weight: 800;
}
#contato .col-md-6:nth-child(1){
	padding-right: 7.5px;
}
#contato .col-md-6:nth-child(2){
	padding-left: 7.5px;
}
#contato input{
	font-family: 'Open Sans', sans-serif;
	color:#060606;
	height: 50px;
	font-weight: 300;
	padding: 15px;
	border: 0;
	width: 100%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#contato textarea{
	font-family: 'Open Sans', sans-serif;
	color:#060606;
	height: 200px;
	font-weight: 300;
	padding: 15px;
	border: 0;
	width: 100%;
	resize: none;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#contato div.wpcf7 .ajax-loader{
	position: absolute;
}
#contato input[type="submit"]{
	max-width: 200px;
	background-color: #fff;
	color: #FF1549;
	border: 3px solid #FF1549;
	text-transform: uppercase;
	transition: 0.2s;
	padding-left: 0px;
	font-weight: 700;
	border-radius: 50px;
    float: right;
}
#contato input[type="submit"]:hover{
	background-color: #FF1549;
	transition: 0.2s;
	color: #fff;
}
@media(max-width: 991px){
	#contato .col-md-6:nth-child(1){
		padding-right: 15px;
	}
	#contato .col-md-6:nth-child(2){
		padding-left: 15px;
	}
}
/* Fim Page Contato */

/*Single Experiencia*/
#contentExperiencias .container{
	padding-top: 20px;
}
#cont-exp{
	z-index: 9999;
	margin: auto;
	padding-top: 110px;
}
#introExperiencias{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: grey;
	position: relative;
}
#introExperiencias .container{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#introExperiencias .container::after {
	background-color: rgb(25, 37, 80);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	left: 0;
}
#introExperiencias .container::before {
	background-color: rgb(25, 37, 80);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: exclusion;
	position: absolute;
	top: 0;
	left: 0;
}
#introExperiencias h1{
	margin-top: 0px;
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#introExperiencias p{
	max-width: 700px;
	font-size: 21px;
	color: #fff;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#introExperiencias a{
	background-color: #FF1549;
	border: 3px solid #FF1549;
	display: block;
	max-width: 170px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border-radius: 28px;
	font-weight: 700;
	margin-top: 25px;
}
#introExperiencias a:hover{
	background-color: #FF1549;
	color: #fff;
	transition: 0.2s;
}
/* Como Funciona */
#comoFuncionaExp{
	padding: 30px 0px;
	color: #fff;
	text-align: center;
	background: rgba(255,21,72,1);
	background: -moz-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(255,21,72,1)), color-stop(100%, rgba(255,136,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: linear-gradient(135deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1548', endColorstr='#ff8800', GradientType=1 );
}
#comoFuncionaExp h3{
	margin: 0px;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
}
/* Conteudo das Experiencias do the content */
#contentExperiencias{
	margin-bottom: 50px;
    margin-top: 50px;
    color: #000;
}
#contentExperiencias h2{
	margin: 0px;
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 30px;
}
#contentExperiencias p{
	font-size: 18px;
	line-height: 170%;
	font-weight: 300;
}
.ctaExperiencias{
    background-color: #fff;
    border: 3px solid #FF1549;
    display: block;
    max-width: 350px;
    padding: 25px;
    margin-left: 0px;
    color: #FF1549;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    margin-top: 40px;
}
.ctaExperiencias:hover{
	background-color: #FF1549;
	color: #fff;
	transition: 0.2s;
}
#contentExperiencias .woocommerce-product-details__short-description{
	display: none;
}
#contentExperiencias .posted_in{
	display: none;
}
#contentExperiencias .woocommerce-grouped-product-list-item{
	margin-top: 15px;
}
#contentExperiencias .single_add_to_cart_button{
	background-color: #fff;
    border: 3px solid #FF1549;
    display: block;
    max-width: 350px;
    padding: 25px;
    margin-left: 0px;
    color: #FF1549;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    margin-top: 40px;
}
#contentExperiencias .single_add_to_cart_button:hover{
	background-color: #FF1549;
    border: 3px solid #FF1549;
    color: #fff;
}
@media(max-width: 767px){
	#introExperiencias{
		padding-top: 80px;
	}
	#comoFuncionaExp h3{
		font-size: 25px;
	}
}
/*Fim - Single Experiencia*/

/*Pagamento*/

#interna-pagamento h1{
	text-align: center;
    font-weight: 800;
    padding-bottom: 20px;
}

/* Carrinho */
#interna-pagamento{
	padding-top: 110px;
}
#interna-pagamento h1, #interna-pagamento h2{
	color: #FF1549;
}
#interna-pagamento table{
	padding: 20px;
	background-color: #fff;
	color: #000;
}
#interna-pagamento .cart_totals{
	float: none;
} 
#interna-pagamento .checkout-button{
    background-color: #fff;
    border: 3px solid #FF1549;
    display: block;
    max-width: 350px;
    padding: 25px;
    margin-left: 0px;
    color: #FF1549;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    margin-top: 40px;
}
#interna-pagamento .checkout-button:hover{
	background-color: #FF1549;
	color: #fff;
	transition: 0.2s;
}
#interna-pagamento .shop_table{
	font-size: 15px;
} 
#interna-pagamento .shop_table a{
	color: #000;
}
#interna-pagamento .shop_table th{
	color: #000;
}
#interna-pagamento .product-thumbnail img{
	max-width: 150px;
	border-radius: 5px;
}
#interna-pagamento .woocommerce a.remove{
	opacity: 0.5;
}

/* Finalizar compra */
#interna-pagamento .col-1{
	background-color: #fff;
    color: #000;
    padding: 25px;
    border-radius: 5px;
}
#interna-pagamento .col-2{
	background-color: #fff;
    color: #000;
    padding: 25px;
    border-radius: 5px;
}
#interna-pagamento .col-1 input{
	height: 40px;
}
#interna-pagamento .col-1 select{
	height: 40px;
}
#interna-pagamento .woocommerce-checkout input{
	padding: 5px;
}
#interna-pagamento #payment{
	background-color: #fff;
    color: #000;
}
#interna-pagamento #payment input{
	height: 30px;
}
#interna-pagamento #payment select{
	height: 30px;
}
#interna-pagamento .payment_box{
	background-color: #fff;
}
#interna-pagamento #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
.woocommerce-form__label .woocommerce-form__input{
	height: 30px;
}
.woocommerce-terms-and-conditions-checkbox-text{
	margin-left: 26px;
}
.woocommerce-checkout #payment div.form-row{
	padding: 4px;
    float: left;
    position: relative;
}
.woo-additional fieldset abbr{
	position: absolute;
	right: 0;
}
.woocommerce #payment #place_order{
    background-color: #fff;
    border: 3px solid #FF1549;
    display: block;
    max-width: 350px;
    padding: 25px;
    margin-left: 0px;
    color: #FF1549;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    margin: auto;
	margin-top: 40px;    
	clear: both;
    float: none;
    width: 100%;
}
.woocommerce #payment #place_order:hover{
	background-color: #FF1549;
	color: #fff;
	transition: 0.2s;
}
.woocommerce-checkout #payment div.payment_box{
	background-color: #FF1549;
}
.woocommerce-checkout #payment div.payment_box label{
	color: #fff;
}
#payment div.payment_box span.help{
	color:#fff !important;
}
.woo-additional-terms fieldset{
    float: left;
    position: relative;
    padding-right: 10px;
}
.woo-additional-terms abbr{
	position: absolute;
    right: 0;
}
/*Página pós pagamento*/
.woocommerce .woocommerce-order{
	color: #000;
}
.woocommerce ul.order_details{
	color: #000;
}
.woocommerce-customer-details address{
	color: #000;
}
.woocommerce-table .wc-item-meta{
	display: none;
}
.woocommerce-notice{
	font-size: 18px;
}
.woocommerce ul.order_details{
	padding: 0;
}
.woocommerce a.button.alt{
	background-color: #fff;
    border: 3px solid #ff1549;
    color: #ff1549;
}
.woocommerce a.button.alt:hover{
	background-color: #ff1549;
	color: #fff;
	transition: 0.2s;
}
.order-again{
	display: none;
}
.woocommerce-order-details{
	display: none;
}
.woocommerce-customer-details{
	display: none;
}
.woocommerce-thankyou-order-received{
	display: none;
}
.download-remaining{
	display: none;
}
.download-expires{
	display: none;
}
/* Fim - Pagamento */

#page404{
	background-image: url('../images/404fundo.jpeg');
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
#page404 .container{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#page404 h2{
	font-size: 80px;
	color: #fff;
    font-family: 'Rhinos rocks', sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}
#page404 a{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-decoration: underline;
	text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Beneficios */
#beneficiosHomeSparks{
	text-align: center;
	padding: 60px 0px;
	color: #000;
	background: rgba(255,21,72,1);
	background: -moz-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(50%, rgba(255,21,72,1)), color-stop(100%, rgba(255,136,0,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	background: linear-gradient(135deg, rgba(255,21,72,1) 50%, rgba(255,136,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1548', endColorstr='#ff8800', GradientType=1 );
}
#beneficiosHomeSparks img{
	margin: auto;
}
#beneficiosHomeSparks h2{
	margin-top: 0px;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 5px;
}
#beneficiosHomeSparks p.subBeneficiosTitle{
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 18px;
	padding: 0px;
}
#beneficiosHomeSparks .row{
	margin-top: 55px;
}
#beneficiosHomeSparks .col-md-4 .iconsBeneficios{
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	width: 85px;
	height: 85px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 25px;
	background-color: #fff;
}
#beneficiosHomeSparks h3{
	color: #fff;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
#beneficiosHomeSparks p{
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	color: #fff;
	text-align: left;
}
@media(max-width: 991px){
	#beneficiosHomeSpark .col-md-4{
		margin-bottom: 25px;
	}
	#beneficiosHomeSparks p{
		max-width: 500px;
		margin: auto;
	}
}
@media(max-width: 767px){
	#beneficiosHomeSparks .col-md-4{
		margin-top: 15px;
	}
}
/* Depoimentos */
#depoimentosContatoSparks{
	background-image: url(../imagens-sparks/bg-raio.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 80px 0px;
}
.depoimentosSparks{
	display: none;
	margin-bottom: 100px;
}
.depoimentosSparks h2{
	font-size: 30px;
	font-weight: 700;
	margin-top: 0px;
}
.depoimentosSparks .col-md-4.col-md-offset-1{
	margin-left: 4.15%;
}
.depoimentosSparks .barraTituloSpark{
	border-bottom: 8px solid #fff;
	width: 70px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.depoimentosSparks p{
	font-size: 16px;
	line-height: 170%;
	font-weight: 300;
}
.cardDepoimentosSparks{
	min-height: 250px;
	background-color: #FF1549;
	padding: 40px;
	border-radius: 14px;
	margin-left: 40px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.cardDepoimentosSparks .row{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardDepoimentosSparks .imgThumbDep{
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-left: -75px;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.cardDepoimentosSparks p{
	font-size: 16px;
	line-height: 170%;
	font-weight: 300;
}
.cardDepoimentosSparks h4{
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 5px;
}
.cardDepoimentosSparks h5{
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 300;
	margin-top: 0px;
	text-transform: uppercase;
}
.cardDepoimentos .owl-nav{
	display: none;
}
.cardDepoimentos .owl-dots{
	margin-top: 30px;
}
@media(max-width: 991px){
	.cardDepoimentosSparks{
		max-width: 600px;
    	margin: auto;
	}
}
@media(max-width: 767px){
	.cardDepoimentosSparks .row{
		display: block;
		align-items: initial;
		justify-content: initial;
	}
	.cardDepoimentosSparks .imgThumbDep{
		margin: auto;
	}
}

/* Contato Sec */
#depoimentosContatoSparks .contatoSparks{
	text-align: center;
}
.contatoSparks h3{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 33px;
	font-weight: 800;
}
.contatoSparks h6{
	font-size: 25px;
	font-weight: 700;
}
.contatoSparks hr{
	border-top: 6px solid #FF3A66;
	width: 130px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 18px;
}
.contatoSparks p{
	margin-top: 10px;
	font-size: 18px;
	line-height: 170%;
	font-weight: 400;
}
.contatoSparks a{
	background-color: #fff;
	width: 100%;
	display: block;
	margin-top: 30px;
	padding: 18px 20px;
	border-radius: 28px;
	max-width: 350px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	border: 3px solid #fff;
}
.contatoSparks .ctaEscola{
	background-color: #FF1549;
	color: #fff;
	border: 0;
	float: right;
} 
.contatoSparks .ctaParceiros{
	color: #FF1549;
	margin-top: 30px;
	border: solid 3px #FF1549;
	background: #fff;
}
.contatoSparks .owl-dot .active{
	background-color: #FF1549;
}
@media(max-width: 767px){
	.contatoSparks .ctaEscola{
		float: none;
	}
	.contatoSparks a{
		font-size: 20px;
	}
}


/*Login*/
.um-field-c{
	display: none;
}
.um-right{
	display: none;
}
.um-col-alt-b{
	display: none;
}
.um-left{
	width: 100%;	
}
.um input[type=submit].um-button{
	color: #FF1549 !important;
    border: 3px solid #FF1549 !important;
    background-color: #fff !important;
    font-weight: 700 !important;
}
.um input[type=submit].um-button:hover{
	color: #FFF !important;
	background-color: #FF1549 !important;
	transition: 0.2s;
}

/*Fim Login*/
		