/* 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; outline: none; }
ul				{ list-style: none; }

/* body */
body {
	background: #ffffff;
	font: normal 18px/26px "Poppins";
	color: #190648;
}

/* title */
h1 { font: normal 72px/68px "Lavish"; }
h1 span { font: normal 60px/60px "Poppins"; }

/* transition */
a,
.icon_inscrever img,
.icon_instagram img,
section#premiacao .text ul li {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

.container {
	width: 1440px;
	margin: 0 auto;
	padding: 0 60px;
}

/* header */
header {
	width: 100%;
    height: 125px;
	display: inline-block;
	position: absolute;
	z-index: 100;
}
header:after {
	content: "";
	width: 1440px;
	height: 1px;
	background: #FFFFFF;
	background: linear-gradient(145deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

header #menu {
	width: 100%;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo {
	position: relative;
}
header .logo img {
	width: auto;
	height: 70px;
	display: block;
}

header nav {
    float: right;
}
header nav ul li {
	float: left;
	margin: 0 45px 0 0;
	position: relative;
}
header nav ul li:last-child {
	margin: 0;
}
header nav ul li a {
	color: #ffffff;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

header nav ul li .button_pink {
	width: auto;
	height: 60px;
	background: #ff1492;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px;
}
header nav ul li .button_pink:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}

.icon_instagram {
	position: fixed;
	right: 65px;
	bottom: 170px;
	z-index: 10;
	-webkit-border-radius: 60px;
			border-radius: 60px;
	transform: translatey(0px);
	animation: pulse 1.25s infinite;
	box-shadow: 0 0 0 0 #ff1492;
	-webkit-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing2 1s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}
@keyframes pulsing2 {
	to {
		box-shadow: 0 0 0 10px rgba(255, 20, 146, 0);
	}
}
.icon_instagram img {
	width: 60px;
	height: auto;
	display: block;
}
.icon_instagram:hover img {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}
.icon_inscrever {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	-webkit-border-radius: 60px;
			border-radius: 60px;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #00ffcc;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}
@keyframes pulsing {
	to {
		box-shadow: 0 0 0 15px rgba(0, 255, 204, 0);
	}
}
.icon_inscrever img {
	width: 110px;
	height: auto;
	display: block;
}
.icon_inscrever:hover img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}



section#featured {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_topo.jpg) no-repeat top center;
	background-size: cover;
	color: #ffffff;
	display: flex;
    align-items: center;
	position: relative;
}

section#featured h1 {
	margin: 90px 0 30px 0;
}
section#featured h1 span {
	font-size: 60px;
	line-height: 60px;
}

section#featured .button_green {
	width: auto;
	height: 60px;
	background: #00ffcc;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px;
}
section#featured .button_green:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}

section#featured .text {
	width: 50%;
	float: left;
	padding: 0 60px;
}



section#ecocia {
	width: 100%;
	display: inline-block;
	padding: 160px 0;
	position: relative;
}
section#ecocia:before {
	content: "";
	width: 660px;
	height: 460px;
	background: url(../img/pattern_effect_ecocia.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
section#ecocia:after {
	content: "";
	width: 450px;
	height: 780px;
	background: url(../img/pattern_effect_palestra.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	bottom: -240px;
	left: 0;
	z-index: -1;
}

section#ecocia .text,
section#ecocia .image {
	width: 50%;
	float: left;
}

section#ecocia .text {
	padding: 0 60px 0 0;
}
section#ecocia .text p {
	font-size: 26px;
	line-height: 32px;
	margin: 30px 0 5px 0;
}
section#ecocia .text img {
	width: auto;
	height: 68px;
	display: block;
	margin: 0 0 30px 0;
}
section#ecocia .text .button_pink {
	width: auto;
	height: 60px;
	background: #ff1492;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px;
}
section#ecocia .text .button_pink:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}

section#ecocia .image img {
	width: 630px;
	height: auto;
	display: block;
	float: right;
	padding: 0 0 0 0;
}



section#palestra {
	width: 1320px;
	height: 700px;
	background: url(../img/bg_palestra.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	padding: 90px 0;
}

section#palestra .text {
	width: 720px;
	margin: 0 auto;
}
section#palestra .text p {
	margin: 30px 0;
}
section#palestra .text p b {
	font-weight: bold;
}
section#palestra .button_green {
	width: auto;
	height: 60px;
	background: #00ffcc;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px;
}
section#palestra .button_green:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



section#palestrante {
	width: 100%;
	display: inline-block;
	padding: 160px 0;
	position: relative;
}
section#palestrante:after {
	content: "";
	width: 400px;
	height: 780px;
	background: url(../img/pattern_effect_palestrante.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: -1;
}

section#palestrante .text,
section#palestrante .image {
	width: 50%;
	float: left;
}

section#palestrante .text {
	padding: 0 60px;
}
section#palestrante .text p {
	margin: 30px 0 0 0;
}
section#palestrante .text img {
	width: auto;
	height: 68px;
	display: block;
	margin: 0 0 30px 0;
}

section#palestrante .image img {
	width: 630px;
	height: auto;
	display: block;
	float: left;
}



section#evento {
	width: 100%;
	background: #190648 url(../img/pattern_effect_evento.png) no-repeat left bottom;
	color: #ffffff;
	display: inline-block;
	padding: 120px 0;
}
section#evento .container {
 	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section#evento .title,
section#evento .text {
	width: 30%;
	float: left;
}

section#evento .title h1 {
	display: inline-block;
	position: relative;
}
section#evento .title h1:after {
	content: "";
	width: 100%;
	height: 30px;
	background: url(../img/icon_bar.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -50px;
}

section#evento .text {
	width: 70%;
	padding: 0 0 0 60px;
}
section#evento .text p b {
	font-weight: bold;
}

section#evento .button_pink {
	width: auto;
	height: 60px;
	background: #ff1492;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
    margin: 40px 0 0 0;
	padding: 0 40px;
}
section#evento .button_pink:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



section#premiacao {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 120px 0;
	position: relative;
}
section#premiacao:after {
	content: "";
	width: 388px;
	height: 945px;
	background: url(../img/pattern_effect_premiacao.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -1;
}

section#premiacao .container {
 	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#premiacao .text h1 {
	max-width: 840px;
	margin: auto;
}
section#premiacao .text p {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 10px 0 40px 0;
}

section#premiacao .text ul li {
	width: 240px;
	height: 70px;
	background: #190648;
	clip-path: polygon(0% 15%, 0 0, 15% 0%, 92% 0%, 96% 10%, 100% 20%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 8% 100%, 0% 80%);
	color: #ffffff;
	font-size: 22px;
	line-height: 70px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 10px;
	padding: 0 20px;
	cursor: pointer;
}
section#premiacao .text ul li.big {
	width: 320px;
}
section#premiacao .text ul li:hover {
	background: #ff1492;
	color: #180929;
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}



section#confraternizacao {
	width: 100%;
	display: inline-block;
	padding: 60px 0 160px 0;
	position: relative;
}

section#confraternizacao .text,
section#confraternizacao .image {
	width: 50%;
	float: left;
}

section#confraternizacao .text {
	padding: 0 60px 0 0;
}
section#confraternizacao .text p {
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 20px 0;
}
section#confraternizacao .text img {
	width: auto;
	height: 68px;
	display: block;
	margin: 0 0 30px 0;
}
section#confraternizacao .text .button_pink {
	width: auto;
	height: 60px;
	background: #ff1492;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 16px/60px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px;
}
section#confraternizacao .text .button_pink:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}

section#confraternizacao .image img {
	width: 630px;
	height: auto;
	display: block;
	float: right;
	padding: 0 0 0 0;
}



section#partners {
	width: 100%;
	height: 720px;
	background: #190648 url(../img/pattern_effect_partners.png) no-repeat center center;
	background-size: cover;
	display: flex;
    align-items: center;
	position: relative;
}
section#partners:after {
	content: "";
	width: 1px;
	height: 300px;
	background: #FFFFFF;
	background: linear-gradient(145deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

section#partners .left,
section#partners .right {
	width: 50%;
	float: left;
}

section#partners .left img {
	width: auto;
	height: 440px;
	display: block;
	margin: auto;
}
section#partners .right img {
	width: auto;
	height: 360px;
	display: block;
	margin: 40px auto 0 auto;
}



footer {
	width: 100%;
	background: #000000;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 120px 0 20px 0;
}
footer .text p {
	font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

footer .button_pink {
	width: auto;
	height: 80px;
	background: #ff1492 url(../img/icon_wpp.svg) no-repeat 30px 50%;
	background-size: auto 40px;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font: normal 24px/80px "Poppins";
	text-transform: uppercase;
	color: #180929;
	display: inline-block;
	padding: 0 40px 0 80px;
}
footer .button_pink span {
	font-size: 40px;
}
footer .button_pink:hover {
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
}

footer .copyright {
	position: relative;
	margin: 120px 0 0 0;
	padding: 20px 0 0 0;
}
footer .copyright:after {
	content: "";
	width: 1440px;
	height: 1px;
	background: #FFFFFF;
	background: linear-gradient(145deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

footer .copyright img {
	width: auto;
	height: 60px;
	display: block;
	margin: 0 auto 10px auto;
}

footer .copyright p {
	font: normal 12px/40px "Poppins";
	text-transform: uppercase;
	display: inline-block;
}
footer .copyright a {
	color: #ffffff;
	font-weight: bold;
}
