@charset "utf-8";


/* ====== DEFAULT ====== */
a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.inscricao {
	bottom: 2px;
	left: 0;
	right: 0;
	z-index: 120;
}

.inscricao a {
	background: #FFF;
	font-size: 12px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	height: 74px;
	margin: 0 1px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.14);
	overflow: hidden;
	line-height: 17px;
	border-radius: 12px;
	padding-right: 5px;
}

.inscricao a img {
	margin-right: 10px;
}

.inscricao a:hover {
	color: #c51c5d;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 70px 0 200px;
	margin-bottom: 40px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: url(../images/mask-topo.png) no-repeat center bottom;
}

.topoPage img {
	margin: 0 auto 35px;
	max-width: 280px;
	height: auto;
}

.topoPage h1 {
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
}

.topoPage p {
	font-size: 16px;
	color: #FFF;
	line-height: 28px
}

.titleSection {
	margin-bottom: 32px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #26255f;
	margin-bottom: 10px;
}

.titleSection p {
	font-size: 16px;
	color: #848484;
	line-height: 26px;
}

a.lkLoad {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	background: #F49D00;
}

a.lkLoad:hover {
	background: #53459A;
}

.video {
	padding-bottom: 75px;
	background: url(../images/bg-video.png) no-repeat right bottom;
	background-size: 290px;
}

.palestrantes {
	padding-top: 120px;
	margin-top: -75px;
}

.palestrantes .foto img{
    object-fit: cover;
}

.palestrantes .destaque {
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	margin: 0 auto 40px;
	width: 100%;
	max-width: 530px;
}

.palestrantes .destaque img {
	max-width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	margin: 30px auto 0;
}

.palestrantes .destaque .bio {
	padding: 25px;
}

.palestrantes .destaque h3 {
	font-size: 22px;
	font-weight: 700;
	color: #27255F;
	margin-bottom: 10px;
}

.palestrantes .destaque p,
#slidePalestrantes .item p {
	font-size: 14px;
	color: #464463;
	line-height: 24px;
}

.palestrantes .mediadora {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 25px;
	border-radius: 10px;
	background: #C41C5C;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.palestrantes .mediadora .foto {
	margin: 0 auto 15px;
}

.palestrantes .mediadora h3 {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
}

.palestrantes .mediadora p {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
}

#slidePalestrantes {
	padding: 0 30px;
}

#slidePalestrantes .slick-track {
	display: flex;
}

#slidePalestrantes .item {
	height: auto !important;
	margin: 5px 12px 40px;
	padding: 25px 20px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(93, 93, 93, 0.07);
}

#slidePalestrantes .item .foto {
	margin: 0 auto 15px;
    max-width: 125px;
    max-height: 125px;
}

#slidePalestrantes .item .foto img{
    object-fit: cover;
}

#slidePalestrantes .item h3 {
	font-size: 18px;
	font-weight: 700;
	color: #27255F;
	margin-bottom: 10px;
}

#slidePalestrantes .slick-prev {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 30;
	background-color: #53459a;
	background-image: url(../images/arrow-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -5000em;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
}

#slidePalestrantes .slick-next {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 30;
	background-color: #53459a;
	background-image: url(../images/arrow-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -5000em;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
}

#slidePalestrantes .slick-prev:hover,
#slidePalestrantes .slick-next:hover {
	background-color: #c51c5d;
}

.galeria {
	padding: 120px 0 60px;
	background: url(../images/bg-galeria.png) no-repeat right bottom;
	background-size: 250px;
}

.galeria .titleSection p {
	color: #000;
}

#thumbs {
	padding: 0 30px;
	margin-top: 30px;
}

#thumbs .item {
	margin: 0 15px;
}

#thumbs .item img {
	margin: 0 auto;
	border-radius: 8px;
}

#thumbs .slick-prev {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 30;
	background-color: #f49d00;
	background-image: url(../images/arrow-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -5000em;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
}

#thumbs .slick-next {
	border: none;
	outline: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 30;
	background-color: #f49d00;
	background-image: url(../images/arrow-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -5000em;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	padding: 0;
}

#thumbs .slick-prev:hover,
#thumbs .slick-next:hover {
	background-color: #c51c5d;
}

.bgConteudos {
	background: url(../images/bg-conteudos.png) no-repeat left bottom;
	margin-bottom: 110px;
}

.conteudos {
	margin-bottom: 120px;
}

.conteudos ul li {
	width: 100%;
	max-width: 324px;
	overflow: hidden;
	margin: 0 auto 30px;
	padding-bottom: 85px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.conteudos ul li .data {
	font-size: 14px;
	color: #455A64;
	margin: 15px 25px 10px;
}

.conteudos ul li h3 {
	font-size: 18px;
	color: #27255F;
	font-weight: 600;
	margin: 0 25px;
	line-height: 26px;
}

.conteudos ul li h3 a {
	color: #27255F;
	text-decoration: none;
}

.conteudos ul li h3 a:hover {
	color: #53459a;
}

.conteudos ul li a.lkMore {
	padding: 8px 15px;
	border-radius: 8px;
	background: #01A9A2;
	left: 25px;
	bottom: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}

.conteudos ul li a.lkMore:hover {
	background: #53459a;
}

.eventos ul li {
	width: 100%;
	max-width: 272px;
	overflow: hidden;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.eventos ul li.addBtn {
	padding-bottom: 90px;
}

.eventos ul li .foto {
	margin-bottom: 25px;
}

.eventos ul li .foto:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/mask-evento.png) no-repeat center bottom;
	z-index: 10;
	height: 29px;
}

.eventos ul li .info {
	z-index: 15;
	top: 15px;
	left: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.eventos ul li .info span {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 8px center;
	line-height: 27px;
	border-radius: 15px;
	padding: 0 12px 0 35px;
}

.eventos ul li .info span.data {
	background-image: url(../images/icone-calendario.png);
	margin-bottom: 10px;
}

.eventos ul li .info span.horario {
	background-image: url(../images/icone-horario.png);
}

.eventos ul li h3 {
	font-size: 18px;
	color: #27255F;
	font-weight: 700;
	margin: 0 20px 5px;
}

.eventos ul li p {
	font-size: 14px;
	color: #464463;
	margin: 0 15px;
	line-height: 24px;
}

.eventos ul li a.lkMore {
	border-radius: 8px;
	background: #ABD237;
	left: 50%;
	bottom: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	width: 120px;
	margin-left: -60px;
	padding: 8px 5px;
}

.eventos ul li a.lkMore:hover {
	background: #53459a;
}

.curadoria {
	min-height: 840px;
	margin-bottom: 40px;
	background: url(../images/bg-curadoria.png) no-repeat center bottom;
}

.curadoria .colFoto img {
	margin: 0 auto 25px;
}

.curadoria h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
}

.curadoria h2 strong {
	font-size: 32px;
	font-weight: 700;
}

.curadoria p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 20px;
}

.curadoria .box {
	overflow: hidden;
	margin-top: 25px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	padding: 30px;
}

.curadoria .box p:last-child {
	margin-bottom: 0;
}

.fotos {
	margin-bottom: 110px;
	background: url(../images/bg-fotos.png) no-repeat right center;
	background-size: 200px;
}

.fotos .filtro {
	margin-bottom: 30px
}

.fotos .filtro li {
	margin: 0 10px 10px;
}

.fotos .filtro a.nav-link {
	background: #CFD8DF;
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	line-height: 36px;
	padding: 0 15px;
	border-radius: 8px;
}

.fotos .filtro a.nav-link:hover,
.fotos .filtro a.nav-link.active {
	background: #01A9A2;
}

.fotos img {
	border-radius: 10px;
}

.fotos .foto a:after,
.fotos .grid a:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15.5px 0 0 -15.5px;
	background: url(../images/icon-zoom.png) no-repeat 0 0;
}

.fotos .lkMore{
    max-width: 300px;
    
}

.galeriaMob .slick-dots,
.galeriaDesk .slick-dots {
	width: 100%;
	text-align: center;
	margin-top: 35px;
}

.galeriaMob .slick-dots li,
.galeriaDesk .slick-dots li {
	display: inline-block;
	margin: 0 8px;
	height: 16px;
}

.galeriaMob .slick-dots li button,
.galeriaDesk .slick-dots li button {
	border: none;
	border-radius: 8px;
	outline: none;
	background: #D8D8D8;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -5000em;
	transition: all 0.2s linear;
}

.galeriaMob .slick-dots li.slick-active button,
.galeriaDesk .slick-dots li.slick-active button {
	width: 44px;
	background: #FEBC11;
	transition: all 0.2s linear;
}

#galeriaContent .grid .grid-item{
    transition: opacity 0.3s, visibility 0.3s;
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0 10px;
    padding-bottom: 20px;
}

#galeriaContent .grid .grid-item img{
    display: block;
    width: 100%;
}

.bgFooter {
	background: url(../images/bg-footer.png) no-repeat left center;
	margin-bottom: 80px;
}

.download {
	margin-bottom: 100px;
}

.download img {
	margin: 0 auto 30px;
}

.download h2 {
	font-size: 32px;
	font-weight: 700;
	color: #26255f;
	margin-bottom: 10px;
}

.download p {
	font-size: 16px;
	color: #838383;
	line-height: 26px;
	margin-bottom: 20px;
}

.download a.lkDownload {
	font-size: 14px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	padding: 15px 30px;
	background: #F49D00;
	border-radius: 8px;
}

.download a.lkDownload:hover {
	background: #53459A;
}

.patrocinadores ul li {
	margin: 0 10px 30px;
	width: 44%;
	border-radius: 5px;
	overflow: hidden;
}

.patrocinadores ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.conteudos .site-button{
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;;
}

.conteudos .site-button a{
    min-width: initial;
    background-color: #f39d00;
}

.conteudos .site-button .button-icon{
    margin:0;
}

@media only screen and (min-width : 480px) {
	.inscricao {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}

	.inscricao a {
		font-size: 13px;
		margin: 0 5px;
	}

	.video {
		background-size: 360px;
	}

	.patrocinadores ul li {
		width: 43%;
		max-width: 200px;
		margin: 0 15px 30px;
	}
}

@media only screen and (min-width : 576px) {
	.video {
		background-size: 390px;
	}

	.palestrantes .destaque {
		max-width: 720px;
	}

	.palestrantes .destaque .foto {
		width: 230px;
		overflow: hidden;
	}

	.palestrantes .destaque .foto:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		bottom: 0;
		width: 167px;
		background: url(../images/mask-destaque.png) no-repeat right center;
	}

	.palestrantes .destaque img {
		max-width: 100%;
		height: 100%;
		border-radius: 0;
		margin: 0;
	}

	.palestrantes .destaque .bio {
		width: 280px;
	}

	.palestrantes .mediadora .foto{
		margin: 0 25px 0 0;
        min-width: 105px;
	}

    .palestrantes .mediadora .foto img{
        max-width: 175px;
    }
    

	.conteudos ul li {
		width: 45%;
		margin-left: 0;
		margin-right: 0;
	}

	.eventos ul li {
		width: 44%;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (min-width : 768px) {
	.inscricao {
		left: 15px;
		right: inherit;
		bottom: inherit;
		top: 120px;
		width: 210px;
	}

	.inscricao a {
		margin: 0 0 3px;
	}

	.inscricao a:first-child {
		border-radius: 12px 12px 0 0;
	}

	.inscricao a:last-child {
		border-radius: 0 0 12px 12px;
	}

	.topoPage {
		min-height: 600px;
		background-size: initial;
	}

	.titleSection h2 {
		font-size: 42px;
	}

	.video {
		background-size: 490px;
	}

	.palestrantes .titleSection h2,
	.eventos .titleSection h2 {
		font-size: 32px;
	}

	.palestrantes .destaque .foto {
		max-width: initial;
		width: 230px;
	}

	.palestrantes .destaque .bio {
		width: 460px;
	}

	.galeria {
		background-size: 390px;
	}

	.conteudos ul li {
		width: 48%;
	}

	.curadoria h2 strong {
		font-size: 40px;
	}

	.fotos {
		background-size: 330px;
	}

	.download img {
		margin: 0;
	}

	.patrocinadores ul li {
		width: 29%;
	}

    #galeriaContent .grid .grid-item{
        width: 25%;
    }
}

@media only screen and (min-width : 992px) {

    .inscricao {
		top: 180px;
	}

	.video {
		background-size: 540px;
	}

	.palestrantes {
		background: url(../images/bg-palestrantes.png) no-repeat -310px 0;
	}

	.palestrantes .destaque .bio {
		width: 490px;
	}

	#slideGaleria {
		width: 78%;
	}

	#thumbs {
		width: 20%;
		padding: 70px 0;
		margin: 0;
	}

	#thumbs .item {
		margin: 15px 0;
	}

	#thumbs .slick-prev {
		width: 50px;
		height: 50px;
		left: 50%;
		top: 0;
		margin: 0 0 0 -25px;
		background-image: url(../images/arrow-up.png);
	}

	#thumbs .slick-next {
		width: 50px;
		height: 50px;
		left: 50%;
		top: inherit;
		bottom: 0;
		margin: 0 0 0 -25px;
		background-image: url(../images/arrow-down.png);
	}

	.conteudos ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	.conteudos ul li:nth-child(4n+0) {
		margin-right: 0;
	}

	.bgConteudos {
		background-size: 380px;
	}

	.curadoria {
		padding-top: 130px;
		background-position: center top;
	}

	.curadoria .colFoto img {
		margin: 0;
	}

	.curadoria .colTxt {
		padding-top: 55px;
	}

	.fotos {
		background-size: 410px;
	}

	.galeriaDesk .slick-track {
		display: flex;
	}

	.galeriaDesk .grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(7, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}

	.galeriaDesk .grid a:nth-child(1) {
		grid-area: 1 / 1 / 5 / 9;
	}

	.galeriaDesk .grid a:nth-child(2) {
		grid-area: 1 / 9 / 3 / 11;
	}

	.galeriaDesk .grid a:nth-child(3) {
		grid-area: 1 / 11 / 3 / 13;
	}

	.galeriaDesk .grid a:nth-child(4) {
		grid-area: 3 / 9 / 5 / 13;
	}

	.galeriaDesk .grid a:nth-child(5) {
		grid-area: 5 / 1 / 8 / 13;
	}

	.galeriaDesk .grid img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.patrocinadores ul li {
		width: 16.5%;
	}
}

@media only screen and (min-width : 1200px) {
	.video {
		background-size: initial;
	}

	.palestrantes {
		background-position: -260px 0;
	}

	.galeria {
		background-size: 440px;
	}

	#slideGaleria {
		width: 76%;
	}

	#thumbs {
		width: 22%;
	}

	.eventos .listaEventos {
		max-width: 1520px;
	}

	.eventos ul li {
		width: 17.4%;
	}

	.bgConteudos {
		background-size: initial;
		background-position: -250px bottom;
	}

	.fotos {
		background-size: initial;
		background-position: right 80px;
	}
}

@media only screen and (min-width : 1400px) {
    main .container{
        max-width: 1320px;
    }

	.palestrantes {
		background-position: -150px 0;
	}

	#slidePalestrantes {
		padding: 0;
	}

	.galeria {
		background-size: 520px;
	}

	.galeria .baseGaleria {
		padding: 0 30px;
	}

	#slideGaleria {
		width: 925px;
	}

	#thumbs {
		width: 300px;
	}

	.bgConteudos {
		background-position: -150px bottom;
	}
}

@media only screen and (min-width : 1660px) {
	.palestrantes {
		background-position: 0 0;
	}

	.galeria {
		background-position: right center;
		background-size: 550px;
	}

	.bgConteudos {
		background-position: 0 bottom;
	}
}

@media only screen and (min-width : 1780px) {
	.galeria {
		background-size: 620px;
	}
}

@media only screen and (min-width : 1920px) {
	.galeria {
		background-position: right top;
		background-size: initial;
	}
}