@charset "utf-8";

/* ====== RESET ====== */
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

/* ====== 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;
}

.modal-backdrop {
	background-color: #302374;
}

.modal-backdrop.show {
	opacity: 0.9;
}

.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: 50px 0;
	margin-bottom: 85px;
	min-height: 600px;
}

.topoPage:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: -50px;
	background: url(../images/element-before-topo.png) no-repeat 0 0;
	background-size: cover;
	width: 150px;
	height: 92px;
}

.topoPage:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: -40px;
	background: url(../images/element-after-topo.png) no-repeat 0 0;
	background-size: cover;
	width: 150px;
	height: 75px;
}

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

.topoPage h1 {
	font-size: 32px;
	font-weight: 700;
	color: var(--bs-white);
	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: #838383;
	line-height: 26px;
}

.participe {
	margin-bottom: 80px;
}

.ctaLG {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	padding: 15px 35px;
	border-radius: 8px;
	background-color: #00A9A3;
	margin-top: 20px;
}

.ctaLG:hover {
	background-color: #F89F20;
}

.eventos {
	margin-bottom: 120px;
}

.eventos.proximosEventos {
	background: #FAFAFA url(../images/bg-proximos-eventos.png) no-repeat center center;
	padding: 55px 0;
	margin-bottom: 65px;
}

.proximosEventos .destaque {
	overflow: hidden;
	background: var(--bs-white) url(../images/bg-evento-destaque.png) no-repeat right top;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 30px 30px 45px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.proximosEventos .destaque .foto {
	max-width: 200px;
	height: auto;
	margin: 0 auto 30px;
}

.proximosEventos .destaque h4 {
	font-size: 18px;
	font-weight: 700;
	color: #961849;
	background-color: #F89F20;
	padding: 6px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.proximosEventos .destaque h3 {
	font-size: 36px;
	font-weight: 700;
	color: #27255F;
	margin-bottom: 20px;
}

.proximosEventos .destaque p {
	font-size: 14px;
	color: #464463;
	line-height: 24px;
	margin-bottom: 20px;
}

.proximosEventos .destaque span.data {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 27px;
	background: url(../images/icone-calendario.png) no-repeat left center;
	margin: 0 30px 15px 0;
	padding-left: 30px;
}

.proximosEventos .destaque span.horario {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 27px;
	background: url(../images/icone-horario.png) no-repeat left center;
	margin-bottom: 15px;
	padding-left: 30px;
}

.proximosEventos .destaque address {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 24px;
	background: url(../images/icone-endereco.png) no-repeat left top;
	margin-bottom: 10px;
	padding-left: 30px;
	min-height: 24px;
}

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

a.lkLoad:hover {
	background: #961849;
}

.galeria {
	margin-bottom: 100px;
}

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

#slideGaleria h3 {
	font-size: 24px;
	font-weight: 700;
	color: #27255F;
	margin-top: 20px;
}

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

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

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

#thumbs .item h4 {
	font-size: 16px;
	font-weight: 700;
	color: #27255F;
	margin-top: 10px;
}

#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: #00A9A3;
}

.bgConteudos {
	background-color: #FAFAFA;
	margin-bottom: 110px;
	padding: 45px 0;
}

.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: #F89F20;
}

.conteudos .site-button{
    width: 100%;
    text-align: center;
}

.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: 40px;
}

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

.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: #00A9A3;
	left: 50%;
	bottom: 30px;
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	width: 120px;
	margin-left: -60px;
	padding: 8px 5px;
}

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

.fotos {
	margin-bottom: 110px;
}

.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 ul:not(.nav) li {
	width: 48%;
	margin-bottom: 30px;
}

.fotos ul:not(.nav) a {
	width: 100%;
	height: 100%;
}

.fotos ul:not(.nav) 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 ul:not(.nav) a img {
	width: 100%;
	height: auto;
}

.patrocinadores {
	margin-bottom: 75px;
}

.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%;
}

.modal .btFechar {
	width: 50px;
	height: 50px;
	left: inherit;
	right: inherit;
	background: url(../images/bt-close.png) no-repeat 0 0;
	text-indent: -5000em;
	opacity: 1;
	cursor: pointer;
	margin-bottom: 25px;
}

#modalEvento .modal-content {
	background: none !important;
	border-radius: 0 !important;
}

#modalEvento .modal-body {
	padding: 0 !important;
}

#modalEvento .boxModal {
	background-color: var(--bs-white);
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

#modalEvento .colTxt {
	padding: 30px;
}

#modalEvento h2 {
	font-size: 32px;
	color: #27255F;
	font-weight: 700;
	margin-bottom: 20px;
}

#modalEvento p {
	font-size: 14px;
	color: #464463;
	line-height: 24px;
	margin-bottom: 20px;
}

#modalEvento hr {
	border-color: #E7E7E7;
	margin: 15px 0;
	opacity: 1;
}

#modalEvento span.data {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 27px;
	background: url(../images/icone-calendario.png) no-repeat left center;
	padding-left: 30px;
}

#modalEvento span.horario {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 27px;
	background: url(../images/icone-horario.png) no-repeat left center;
	padding-left: 30px;
}

#modalEvento address {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 24px;
	background: url(../images/icone-endereco.png) no-repeat left top;
	padding-left: 30px;
	min-height: 24px;
}

.anteriores .boxLinks {
	background-color: var(--bs-white);
	height: 70px;
	border-radius: 40px;
	padding: 20px 0;
	margin: 30px auto 0;
	max-width: 480px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.15);
}

.anteriores .boxLinks a {
	color: var(--bs-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	position: relative;
	text-decoration: none;
	border-right: 2px solid #cbcbcb;
	padding: 0 20px;
}

.anteriores .boxLinks a:last-child {
	border-right: none;
}

.anteriores .boxLinks a:hover {
	color: #df0070;
} 

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

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

	.topoPage h1 {
		font-size: 36px;
	}

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

@media only screen and (min-width : 576px) {
	.conteudos ul li {
		width: 45%;
		margin-left: 0;
		margin-right: 0;
	}

	.eventos:not(.proximosEventos) 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: 70px;
		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;
	}

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

	.proximosEventos .titleSection h2,
	.conteudos .titleSection h2,
	.eventos .titleSection h2,
	.galeria .titleSection h2 {
		font-size: 32px;
	}

	.eventos.proximosEventos ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 0;
	}
	.eventos.proximosEventos ul li img {
		aspect-ratio: 1.5 / 1;
    	object-fit: cover;
	}

	.conteudos ul li {
		width: 48%;
	}

	.fotos ul:not(.nav) li {
		width: 31%;
		margin-right: 3.4%;
	}

	.fotos ul:not(.nav) li:nth-child(3n+0) {
		margin-right: 0;
	}

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

@media only screen and (min-width : 992px) {
	.topoPage:before {
		bottom: -60px;
		width: 220px;
		height: 135px;
	}

	.topoPage:after {
		bottom: -50px;
		width: 220px;
		height: 111px;
	}

	.proximosEventos .destaque {
		padding: 0 0 45px 0;
	}

	.proximosEventos .destaque .foto {
		margin: -20px -20px 0 0;
		max-width: 300px;
	}

	.proximosEventos .destaque .info {
		padding: 45px 0 0 40px;
		width: calc(100% - 320px);
	}

	#modalEvento .boxModal {
		max-width: 840px;
	}

	#modalEvento .colImg {
		width: 380px;
	}

	#modalEvento .colTxt {
		width: calc(100% - 380px);
		padding: 40px;
	}

	#slideGaleria {
		width: 75%;
	}

	#thumbs {
		width: 23%;
		padding: 30px 0;
		margin: 0;
	}

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

	#thumbs .item h4 {
		overflow: hidden;
		height: 58px;
	}

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

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

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

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

	.fotos ul:not(.nav) li,
	.fotos ul:not(.nav) li:nth-child(3n+0) {
		width: 23%;
		margin-right: 2.6%;
	}

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

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

@media only screen and (min-width : 1200px) {
	.proximosEventos .destaque .foto {
		max-width: 370px;
	}

	.proximosEventos .destaque .info {
		width: calc(100% - 390px);
	}

	#slideGaleria {
		width: 76%;
	}

	#thumbs {
		width: 22%;
	}

	.eventos ul li {
		width: 17.4%;
	}
}

@media only screen and (min-width : 1400px) {
	.topoPage:before {
		bottom: -80px;
		width: 300px;
		height: 184px;
	}

	.topoPage:after {
		bottom: -70px;
		width: 300px;
		height: 151px;
	}

	.proximosEventos .titleSection {
		padding: 0 50px;
	}

	.proximosEventos .destaque h3 {
		font-size: 48px;
	}

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

	#slideGaleria {
		width: 870px;
	}

	#thumbs {
		width: 270px;
	}

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

	.eventos:not(.proximosEventos) ul li {
		width: 17.7%;
	}

	.fotos ul:not(.nav) li,
	.fotos ul:not(.nav) li:nth-child(3n+0) {
		width: 23.5%;
		margin-right: 2%;
	}
}

@media only screen and (min-width : 1660px) {
	.topoPage:before {
		bottom: -118px;
		width: 392px;
		height: 240px;
	}

	.topoPage:after {
		bottom: -96px;
		width: 392px;
		height: 197px;
	}
}
.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;
	}
}