/* reset */
html, body, div, span,
*, *::before, *::after,
object, iframe,
h1, h2, h3, h4, p, a, img,
strong, cite, ul, li, form, embed,
header, section, footer,
audio, video	{ font-size: 100%; font: inherit; margin: 0; padding: 0; box-sizing: border-box; }
ul				{ list-style: none; }
body			{ color: #ffffff; font: normal 16px/24px "Basetica-Light"; background: #0d0d0d; }
h1				{ font: bold 140px/120px "Minion Pro"; letter-spacing: -6px; position: relative; z-index: 1; }
h1 b            { color: #eb008b; }
h2				{ font: normal 60px/60px "Basetica-Regular"; letter-spacing: -1px; }
h3				{ font: bold 48px/44px "Minion Pro"; letter-spacing: -1px; color: #eb008b; }
h4				{ font: normal 26px/34px "Basetica-Medium"; }
a				{ color: #ffffff; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); }
p, span         { letter-spacing: 0px; }

/* transition */
a,
header,
.fixar_menu,
.esconder_menu,
nav,
nav ul li a::after,
header #menu ul li a::after,
.button_mob::before,
section#planos .precos .planos_menu li,
section#planos .precos .planos_menu li.active::after,
section#planos .precos .planos .botao::before,
section#professor .blog::before,
footer#subir .title h1,
footer#subir .title h1::before {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}



/* header */
header {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

header #logo {
	width: 200px;
	height: 90px;
	position: absolute;
	top: 40px;
	left: 40px;
}
header #logo i {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0) url(../img/logo.svg) no-repeat center center;
	background-size: auto 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header #menu {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
header #menu ul li {
	display: block;
}
header #menu ul li a {
	font: normal 36px/48px "Basetica-Regular";
	position: relative;
}
header #menu ul li a::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 3px;
}
header #menu ul li a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #eb008b;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 1;
}
header #menu ul li a:hover::after {
	width: 100%;
}
header #menu ul li a:hover {
	color: #eb008b;
}

header #menu .social {
	margin: 20px 0 0 0;
}
header #menu .social a.youtube,
header #menu .social a.instagram {
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header #menu .social a:hover.youtube,
header #menu .social a:hover.instagram {
	border: 1px solid #eb008b;
}
header #menu .social a.youtube {
	background: url(../img/icon_youtube.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
header #menu .social a.instagram {
	background: url(../img/icon_instagram.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram.svg) no-repeat center center;
	background-size: cover;
}
header #menu .social a:hover.youtube {
	background: url(../img/icon_youtube_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube_green.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
header #menu .social a:hover.instagram {
	background: url(../img/icon_instagram_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram_green.svg) no-repeat center center;
	background-size: cover;
}



nav {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 11;
}
.menu_mobile {
	font: normal 18px/40px "Basetica-Medium";
    letter-spacing: 1px;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 11;
}

nav #menu_logo {
	width: 200px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
}
nav #menu_logo i {
	width: 100%;
	height: 100%;
	background: url(../img/logo.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/logo.svg) no-repeat center center;
	background-size: auto 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

nav ul {
	width: 100%;
    height: 100vh;
	background: #0d0d0d;
	position: fixed;
	top: 0;
	left: 0;
	padding: 150px 20px 20px 20px;
	display: none;
}
nav ul li {
	display: block;
}
nav ul li a {
	font: normal 40px/52px "Basetica-Regular";
	position: relative;
}
nav ul li a::before {
	content: "";
	width: 100%;
	height: 4px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 4px;
}
nav ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #eb008b;
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 1;
}
nav ul li a:hover::after {
	width: 100%;
}
nav ul li a:hover {
	color: #eb008b;
}

nav .social {
	margin: 40px 0 0 0;
}
nav .social a.youtube,
nav .social a.instagram {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
nav .social a:hover.youtube,
nav .social a:hover.instagram {
	border: 1px solid #eb008b;
}
nav .social a.youtube {
	background: url(../img/icon_youtube.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
nav .social a.instagram {
	background: url(../img/icon_instagram.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram.svg) no-repeat center center;
	background-size: cover;
}
nav .social a:hover.youtube {
	background: url(../img/icon_youtube_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube_green.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
nav .social a:hover.instagram {
	background: url(../img/icon_instagram_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram_green.svg) no-repeat center center;
	background-size: cover;
}



canvas {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}



main {
	width: 100%;
	display: grid;
}
main .content {
	width: calc(100% - 240px);
	float: right;
	position: relative;
	padding: 0 90px;
}



section#humanschool {
	width: 100%;
	height: 100vh;
	margin: 0 0 120px 0;
}

section#humanschool .button,
.button_mob {
	background: #33d951;
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 20;
	-webkit-border-radius: 30px;
			border-radius: 30px;
}
.button_mob {
	position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    display: none;
}
section#humanschool .button a.login,
.button_mob a.login {
	color: #0d0d0d;
	font: normal 16px/60px "Basetica-Medium";
	background: url(../img/icon_login.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_login.svg) no-repeat left center;
	background-size: auto 60px;
	padding: 0 20px 0 55px;
	display: block;
}
section#humanschool .button a.login i,
.button_mob a.login i {
	font-family: "Basetica-Italic";
}


section#humanschool .title p {
	font: bold 48px/60px "Minion Pro";
	text-transform: uppercase;
	margin: 180px 0 0 0;
}
section#humanschool .title h1 {
	margin: 20px 0;
}
section#humanschool .title h1 span {
	color: #eb008b;
	letter-spacing: -6px;
}

section#humanschool .selo img {
	width: auto;
	height: 120px;
	display: block;
}

section#humanschool .text p {
	font: normal 18px/22px "Basetica-Regular";
	text-transform: uppercase;
	display: block;
	margin: 40px 0;
}
section#humanschool .text p b {
	font: bold 18px/22px "Basetica-Medium";
}

section#humanschool .description {
	width: 400px;
	position: absolute;
	right: 60px;
	bottom: 60px;
}
section#humanschool .description span {
	font: normal 16px/24px "Basetica-Light";
	display: block;
}



section#sobre {
	width: 100%;
	margin: 120px 0;
	display: inline-block;
}

section#sobre .title {
	position: absolute;
	top: -80px;
	margin: 0 0 0 60px;
}

section#sobre .imagem {
	width: calc(100% + 40px);
}
section#sobre .imagem img {
	width: 100%;
	height: auto;
	display: block;
}

section#sobre .text {
	width: calc(100% - 240px);
	margin: 120px 0 0 0;
	padding: 0 120px;
}
section#sobre .text h3 {
	margin: 0 0 40px 0;
	display: block;
}
section#sobre .text p {
	margin: 0 0 20px 0;
	display: block;
}
section#sobre .text p:last-child {
	margin: 0;
}
section#sobre .text span.signature {
	float: right;
	margin: 40px 0 0 0;
}



section#parceria {
	width: 100%;
	margin: 60px 0 180px 0;
	display: inline-block;
}

section#parceria .text {
	width: calc(100% - 240px);
	margin: 0;
	padding: 0 120px;
}
section#parceria .text img {
	width: 100%;
	height: auto;
	display: block;
}
section#parceria img.mob {
	width: 100%;
	height: auto;
	display: none;
}



section#como {
	width: 100%;
	margin: 120px 0 0 0;
	display: inline-block;
}

section#como .title {
	position: absolute;
	top: -80px;
	margin: 0 0 0 60px;
}

section#como .imagem {
	width: calc(100% + 320px);
	position: relative;
	left: -280px;
}
section#como .imagem img {
	width: 100%;
	height: auto;
	display: block;
}
section#como .imagem a.play {
	position: absolute;
	right: 40px;
	bottom: 60px;
}
section#como .imagem a.play h2 {
	color: #ffffff;
	position: relative;
}
section#como .imagem a.play h2::after {
	content: "";
	width: 100%;
	height: 5px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
section#como .imagem a.play h2::before {
	content: "";
	width: 80px;
	height: 80px;
	background: url(../img/icon_play.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_play.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -5px;
	left: -90px;
}

section#como .text {
	width: calc(100% - 240px);
	margin: 120px 0 0 0;
	padding: 0 120px;
}
section#como .text h3 {
	margin: 0 0 20px 0;
	display: block;
}
section#como .text p {
	margin: 0 0 20px 0;
	display: block;
}
section#como .text p:last-child {
	margin: 0;
}
section#como .text h1 {
	margin: 120px 0 60px 0;
	display: block;
}

section#como .steps {
	width: calc(100% + 40px);
	height: 440px;
	position: relative;
	margin: 0;
	overflow: hidden;
}
section#como .steps .lista {
	width: calc(100% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	user-select: none;
}
section#como .steps .flickity-enabled:focus { outline: none; }
section#como .steps .flickity-viewport {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
section#como .steps .flickity-slider {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
section#como .steps .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
			tap-highlight-color: transparent;
	-webkit-user-select: none;
			user-select: none;
}
section#como .steps .flickity-enabled.is-draggable .flickity-viewport {
	cursor: -webkit-grab;
	cursor: grab;
}
section#como .steps .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
section#como .steps .lista li {
	width: 440px;
	height: 100%;
	position: relative;
	float: left;
}
section#como .steps .lista li h3 {
	max-width: 380px;
	margin: 20px 0;
	position: relative;
	display: block;
}
section#como .steps .lista li h3::before {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -100px;
	left: 0;
}
section#como .steps .lista li:last-child {
	margin: 0 0 0 40px;
}
/*
section#como .steps .lista li:nth-child(1) h3::before {
	background: url(../img/icon_plans.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_plans.svg) no-repeat left center;
	background-size: auto 100%;
}
section#como .steps .lista li:nth-child(2) h3::before {
	background: url(../img/icon_payment.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_payment.svg) no-repeat left center;
	background-size: auto 100%;
}
section#como .steps .lista li:nth-child(3) h3::before {
	background: url(../img/icon_member.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_member.svg) no-repeat left center;
	background-size: auto 100%;
}
section#como .steps .lista li:nth-child(4) h3::before {
	background: url(../img/icon_class.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_class.svg) no-repeat left center;
	background-size: auto 100%;
}
section#como .steps .lista li:nth-child(5) h3::before {
	background: url(../img/icon_theory.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_theory.svg) no-repeat left center;
	background-size: auto 100%;
}
section#como .steps .lista li:nth-child(6) h3::before {
	background: url(../img/icon_live.png) no-repeat left center;
	background: rgba(0,0,0,0) url(../img/icon_live.svg) no-repeat left center;
	background-size: auto 100%;
}*/
section#como .steps .lista li p {
	max-width: 360px;
	display: block;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
	display: inline-block;
	width: 8px !important;
	height: 8px !important;
	margin: 0 20px 0 0 !important;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0.2;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}



section#disci {
	width: 100%;
	margin: 180px 0 0 0;
	display: inline-block;
}

section#disci .title {
	position: absolute;
	top: -80px;
	margin: 0 0 0 120px;
}

section#disci .steps {
	width: calc(100% + 40px);
	height: 360px;
	position: relative;
	margin: 120px 0 0 0;
	overflow: hidden;
}
section#disci .steps .lista {
	width: calc(100% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	user-select: none;
}
section#disci .steps .flickity-enabled:focus { outline: none; }
section#disci .steps .flickity-viewport {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
section#disci .steps .flickity-slider {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
section#disci .steps .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
			tap-highlight-color: transparent;
	-webkit-user-select: none;
			user-select: none;
}
section#disci .steps .flickity-enabled.is-draggable .flickity-viewport {
	cursor: -webkit-grab;
	cursor: grab;
}
section#disci .steps .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
section#disci .steps .lista li {
	width: 440px;
	height: 100%;
	position: relative;
	float: left;
}
section#disci .steps .lista li h3 {
	max-width: 380px;
	margin: 20px 0;
	position: relative;
	display: block;
}
section#disci .steps .lista li h3::before {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -100px;
	left: 0;
}
section#disci .steps .lista li:last-child {
	margin: 0 0 0 40px;
}
section#disci .steps .lista li p {
	max-width: 360px;
	display: block;
}



section#professor {
	width: 100%;
	margin: 180px 0 0 0;
	position: relative;
	display: inline-block;
}

section#professor .title {
	margin: 0 0 0 120px;
}
section#professor .title h4 {
	margin: 0 0 15px 0;
}

section#professor .imagem {
	width: 360px;
	float: right;
	margin: -210px 240px 0 0;
}
section#professor .imagem img {
	width: 100%;
	height: auto;
	display: block;
}

section#professor .left {
	width: 300px;
	position: absolute;
	top: 28%;
	left: 40px;
}
section#professor .left img {
	width: 100%;
	height: auto;
	display: block;
}

section#professor .text {
	width: calc(100% - 240px);
	margin: 60px 0 0 0;
	padding: 0 0 0 120px;
	float: right;
}
section#professor .text ul {
	width: 100%;
	border-top: 1px solid #ffffff;
	margin: 40px 0 0 0;
	padding: 40px 60px 0 180px;
}
section#professor .text ul li {
	letter-spacing: 1px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}
section#professor .text ul li:last-child {
	margin: 0;
}
section#professor .text ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -18px;
}

section#professor .steps {
	width: calc(100% + 40px);
	float: left;
	height: 720px;
	position: relative;
	margin: 120px 0 0 0;
	display: inline-block;
	overflow: hidden;
}
section#professor .steps .lista {
	width: calc(100% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	user-select: none;
}
section#professor .steps .flickity-enabled:focus { outline: none; }
section#professor .steps .flickity-viewport {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
section#professor .steps .flickity-slider {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
section#professor .steps .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
			tap-highlight-color: transparent;
	-webkit-user-select: none;
			user-select: none;
}
section#professor .steps .flickity-enabled.is-draggable .flickity-viewport {
	cursor: -webkit-grab;
	cursor: grab;
}
section#professor .steps .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
section#professor .steps .lista li {
	width: 440px;
	height: 100%;
	position: relative;
	float: left;
}
section#professor .steps .lista li h3 {
	max-width: 380px;
	margin: 20px 0 10px 0;
	position: relative;
	display: block;
}
section#professor .steps .lista li h3::before {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -100px;
	left: 0;
}
section#professor .steps .lista li:last-child {
	margin: 0;
}
section#professor .steps .lista li img {
	width: 360px;
	height: auto;
	display: block;
}

section#professor .steps .lista li img.icon {
	width: 25px;
	height: 25px;
	display: block;
}



section#planos {
	width: 100%;
	margin: 240px 0;
	position: relative;
	display: inline-block;
}

section#planos .title {
	position: absolute;
	top: -80px;
	left: 100px;
}

section#planos .imagem {
	width: calc(100% - 320px);
	position: absolute;
	top: 0;
}
section#planos .imagem img {
	width: 100%;
	height: auto;
	display: block;
}

section#planos .precos {
	width: 600px;
	color: #0d0d0d;
	background: #eb008b;
	float: right;
	position: relative;
	margin: 240px 0 0 0;
	padding: 60px;
	z-index: 11;
}
section#planos .precos .planos_menu .selo img {
	width: auto;
	height: 50px;
}
section#planos .precos .planos_menu {
	position: absolute;
	top: 60px;
	left: 60px;
}
section#planos .precos .planos_menu li {
	position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
	cursor: pointer;
}
section#planos .precos .planos_menu li:last-child {
	margin: 0;
}
section#planos .precos .planos {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 60px 0 0 0;
}
section#planos .precos .planos h2 {
	font: normal 90px/90px "Basetica-Medium";
}
section#planos .precos .planos h2 b {
	font-size: 60px;
	position: relative;
	top: -20px;
}
section#planos .precos .planos p {
	font: normal 16px/24px "Basetica-Regular";
}
section#planos .precos .planos ul {
	margin: 20px 0 0 0;
}
section#planos .precos .planos ul li {
	background: url(../img/icon_check.png) no-repeat 0 5px;
	background: rgba(0,0,0,0) url(../img/icon_check.svg) no-repeat 0 3px;
	background-size: 13px auto;
	font: normal 13px/16px "Basetica-Regular";
	text-transform: uppercase;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}
section#planos .precos .planos ul li:last-child {
	margin: 0;
}
section#planos .precos .planos ul li.not {
	background: url(../img/icon_not.png) no-repeat 0 5px;
	background: rgba(0,0,0,0) url(../img/icon_not.svg) no-repeat 0 5px;
	background-size: 9px auto;
	opacity: .5;
}
section#planos .precos .planos .botao {
	width: 100%;
	background: #ffffff;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 20px 0 0 0;
}
section#planos .precos .planos .botao::before {
	content: "";
	width: 0;
	height: 100%;
	background: #0d0d0d;
	position: absolute;
	top: 0;
	left: 0;
}
section#planos .precos .planos .botao:hover::before {
	width: 100%;
}
section#planos .precos .planos .botao a.sign {
	color: #0d0d0d;
	font: normal 20px/90px "Basetica-Medium";
	text-transform: uppercase;
	position: relative;
	display: block;
	z-index: 1;
}
section#planos .precos .planos .botao:hover a.sign {
	color: #ffffff;
}
section#planos .precos .planos span.info {
	font: normal 9px/20px "Basetica-Regular";
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin: 20px 0 0 0;
}
section#planos .precos .planos .planos_content {
	width: 100%;
	height: 100%;
	left: 0;
	transform: translateX(0);
	transition: transform .5s ease-in-out;
}
section#planos .precos .planos .planos_content .plano {
	width: 100%;
	position: absolute;
	top: 0;
}
section#planos .precos .planos .planos_content .plano:not(.default) {
	left: 100%;
}



section#contatos {
	width: 100%;
	margin: 240px 0 0 0;
	display: inline-block;
}

section#contatos .title {
	width: calc(100% - 180px);
	text-align: center;
	float: right;
	margin: 0 0 60px 0;
}

section#contatos .questions .category {
	width: calc(100% - 180px);
	text-align: center;
	float: right;
}
section#contatos .faq {
	padding: 0 0 120px 0;
}
section#contatos .faq li {
	margin: 30px 0;
}
section#contatos .faq .question {
	font-size: 20px;
	line-height: 30px;
	display: inline-flex;
	cursor: pointer;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}
section#contatos .faq .more {
	width: 30px;
	height: 30px;
	background: url(../img/arrow_down.svg) no-repeat center center;
	background-size: auto 6px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 0 15px;
	-webkit-transition: transform .5s ease;
			transition: transform .5s ease;
}
section#contatos .faq .more.collapsed {
	-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
}
section#contatos .faq .answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease, padding .5s ease;
}
section#contatos .faq li.active .answer {
	max-height: 240px !important;
	padding: 10px 0 30px 0;
	transition: max-height .5s ease, padding 0.5s ease;
}

section#contatos .infos {
	width: calc(100% - 180px);
	height: 200px;
	background: #ffffff;
	color: #0d0d0d;
	float: right;
	position: relative;
	padding: 60px 0;
}
section#contatos .infos::before {
	content: "";
	width: 1px;
	height: 60%;
	background: #0d0d0d;
	position: absolute;
	top: 20%;
	left: 50%;
	opacity: .1;
}
section#contatos .infos .left,
section#contatos .infos .right {
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
}
section#contatos .infos .left h3 {
	font: normal 32px/50px "Basetica-Medium";
	letter-spacing: -1px;
}
section#contatos .infos .left a {
	color: #0d0d0d;
}
section#contatos .infos .right a {
	font: normal 36px/50px "Basetica-Medium";
	color: #eb008b;
	display: inline-block;
	vertical-align: top;
}
section#contatos .infos .right a.youtube,
section#contatos .infos .right a.instagram {
	width: 30px;
	height: 56px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	filter: invert(100%);
}
section#contatos .infos .right a.youtube {
	background: url(../img/icon_youtube_.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube.svg) no-repeat center center;
	background-size: cover;
}
section#contatos .infos .right a.instagram {
	background: url(../img/icon_instagram.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
section#contatos .infos .left,
section#contatos .infos .right {
    width: 100%;
}
section#contatos .infos::before {
	display: none;
}



footer#subir {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

footer#subir .title h1::after {
	content: "";
	width: 100%;
	height: 12px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: -8px;
}
footer#subir .title h1::before {
	content: "";
	width: 0;
	height: 12px;
	background: #eb008b;
	position: absolute;
	left: 0;
	bottom: -8px;
	z-index: 1;
}
footer#subir .title h1:hover::before {
	width: 100%;
}
footer#subir .title h1:hover {
	color: #eb008b;
}

footer#subir p {
	font: normal 9px/20px "Basetica-Light";
	text-transform: uppercase;
	position: absolute;
	right: 40px;
	bottom: 40px;
}



section#form {
	width: 100%;
	margin: 0;
}

section#form .content {
    width: 100%;
    padding: 0 120px;
}
section#form .logo-compre {
    margin: 60px 0 0 0;
}
section#form .logo-compre img {
	width: auto;
    height: 200px;
    display: block;
    margin: 0 auto;
}
section#form .title p {
	text-align: center;
	color: #ffffff !important;
	font: bold 40px/48px "Minion Pro" !important;
	text-transform: uppercase !important;
	margin: 60px 0 30px 0 !important;
}

section#form .formulario {
	margin: 0 auto;
    width: 600px;
}
.btn-success {
    color: #fff !important;
    background-color: #eb008b !important;
    border-color: #eb008b !important;
}
.form-control,
.btn {
    height: 50px !important;
    padding: 8px 20px !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 8px !important;
}
.btn {
    font-size: 18px !important;
    text-transform: uppercase !important;
}

section#form .social {
	width: 130px;
    margin: 60px auto 0 auto;
}
section#form .social a.youtube,
section#form .social a.instagram {
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
section#form .social a:hover.youtube,
section#form .social a:hover.instagram {
	border: 1px solid #eb008b;
}
section#form .social a.youtube {
	background: url(../img/icon_youtube.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
section#form .social a.instagram {
	background: url(../img/icon_instagram.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram.svg) no-repeat center center;
	background-size: cover;
}
section#form .social a:hover.youtube {
	background: url(../img/icon_youtube_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_youtube_green.svg) no-repeat center center;
	background-size: cover;
	margin: 0 10px 0 0;
}
section#form .social a:hover.instagram {
	background: url(../img/icon_instagram_green.png) no-repeat center center;
	background: rgba(0,0,0,0) url(../img/icon_instagram_green.svg) no-repeat center center;
	background-size: cover;
}