@charset "utf-8";

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

a.lkLoad {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	line-height: 52px;
	overflow: hidden;
	background: #151949;
}

a.lkLoad:hover {
	background: #3d76ac;
}

.topoPage {
	background: url(../images/topo-nd-18.jpg) no-repeat center top;
	background-size: cover;
	padding: 45px 0 120px;
}

.topoPage:before {
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 20;
	height: 42px;
	width: 23px;
	margin-left: -11.5px;
	background: url(../images/icon-scroll.png) no-repeat 0 0;
}

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

.topoPage .navBar {
	background: #FFF;
	padding: 15px;
	padding-bottom: 15px;
	margin-bottom: 60px;
	position: relative;
	box-shadow: 10px 13px 50px 0 rgba(172, 172, 172, 0.15);
	border-radius: 8px;
    position: relative;
}

.topoPage .logo {
	height: auto;
    left: 20px;
    overflow: hidden;
    max-width: 200px;
}

.topoPage .navigation {
	width: auto;
	height: auto;
	background: none;
	margin: 0;
}

.topoPage .navigation .nav-menus-wrapper {
	display: none;
}

.topoPage .navigation .nav-toggle {
	right: 0;
	top: 0;
	margin: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	background: #151949;
	color: #FFF;
	font-size: 23px;
	padding: 0;
	position: relative;
}

.topoPage .navigation .nav-toggle:hover {
	background: #3d76ac;
}

.topoPage .navigation .nav-toggle:before {
	display: none;
}

.topoPage .navigation .nav-menus-wrapper-close-button {
	color: #000;
}

.topoPage .navigation .nav-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	color: #253F3F;
	text-decoration: none;
}

.topoPage .navigation .nav-menu>li>a:hover,
.topoPage .navigation .nav-menu>li:hover>a,
.topoPage .navigation .nav-menu>li.active>a,
.topoPage .navigation .nav-menu>li.focus>a {
	color: #3d76ac;
}

.topoPage h1 {
	font-size: 30px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 15px;
}

.topoPage h1 strong {
	font-weight: 700;
	display: block;
}

.topoPage p {
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
}

#seminario {
	background: #F9F9F9;
	padding-top: 55px;
	margin-bottom: 80px;
}

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

#seminario h2,
#edicoes h2,
#conteudos h2,
.patrocinadores h2 {
	font-size: 30px;
	color: #253F3F;
	font-weight: 700;
	z-index: 11;
	margin-bottom: 5px;
}

#seminario h3 {
	font-size: 16px;
	color: #018774;
	font-weight: 500;
	margin-bottom: 15px;
}

#seminario p,
#temas p,
#edicoes p,
#conteudos p,
.curadoria p,
.patrocinadores p {
	font-size: 14px;
	color: #545D5E;
	margin-bottom: 20px;
	line-height: 24px;
}

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

.programacao,
#conteudos {
	margin-bottom: 80px;
}

.programacao .box {
	background: #F9F9F9;
	padding: 30px;
	margin-bottom: 40px;
}

.programacao h2 {
	font-size: 30px;
	color: #253F3F;
	font-weight: 400;
	margin-bottom: 20px;
}

.programacao h2 strong {
	font-size: 32px;
	font-weight: 700;
	display: block;
}

.programacao p {
	font-size: 14px;
	color: #545D5E;
	line-height: 24px;
	margin-bottom: 20px;
}

.programacao .datas {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.programacao .legenda {
	width: 100%;
	margin: 30px auto 0;
	padding: 0 10px;
	color: #003B48;
}

.programacao .legenda li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1;
    min-height: 45px;
}

.programacao .legenda li .dia {
    position: absolute;
    left: 0;
	font-size: 12px;
	border-radius: 50%;
	padding: 0;
	margin-right: 5px;
	line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.programacao .datas .ui-datepicker-header {
	
}


.programacao .datas .ui-datepicker-header {
	margin-bottom: 15px;
	padding: 0 10px;
}

.programacao .datas .ui-datepicker-prev {
	width: 28px;
	height: 28px;
	background: url(../images/arrow-left-slide.png) no-repeat 0 0;
	border-radius: 50%;
	display: block;
	text-indent: -5000em;
	float: left;
	cursor: pointer;
}

.programacao .datas .ui-datepicker-next {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: url(../images/arrow-right-slide.png) no-repeat 0 0;
	border-radius: 50%;
	display: block;
	text-indent: -5000em;
	float: right;
	cursor: pointer;
}

.programacao .datas .ui-datepicker-title {
	font-size: 18px;
	font-weight: 600;
	padding: 0 35px;
	text-align: center;
}


.programacao .datas table {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.programacao .datas table thead {
	width: 100%;
	font-size: 11px;
	font-weight: 500 !important;
	color: #b2b2b2;
	text-transform: uppercase;
}

.programacao .datas table th {
	font-weight: 500 !important;
}

.programacao .datas table a,
.programacao .datas .ui-state-disabled .ui-state-default {
	color: #c2c8c9;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #FFF;
	margin: 5px auto;
}

.programacao .datas table .edicoes a,
.programacao .datas table .edicoes .ui-state-default,
.programacao .legenda li .dia.edicoes {
	color: #FFF;
	background: #222E66;
}

.programacao .datas table .seminarios a,
.programacao .datas table .seminarios .ui-state-default,
.programacao .legenda li .dia.seminarios {
	color: #FFF;
	background: #FFA502;
}

.programacao .datas table .videocasts a,
.programacao .datas table .videocasts .ui-state-default,
.programacao .legenda li .dia.videocasts {
	color: #FFF;
	background: #8e0010;
}

.programacao .datas table .multiplo a,
.programacao .datas table .multiplo .ui-state-default,
.programacao .legenda li .dia.multiplo {
	color: #FFF;
	background: #000;
}

#temas {
	overflow: hidden;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

#temas:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(44.13deg, #437DAE 0%, #182051 55.12%, #3168A8 100%);
	z-index: 0;
	height: 380px;
}

#temas h2 {
	font-size: 30px;
	color: #253F3F;
	font-weight: 700;
	margin-bottom: 20px;
}

#temas .patrocinio {
	margin-top: 40px;
}

#temas .patrocinio img {
	margin-left: 15px;
}

#temas .patrocinio h4 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-bottom: 4px;
}

#temas .patrocinio p {
	font-size: 12px;
	line-height: normal;
}

#temas .control button {
	width: 62px;
	height: 62px;
	background-color: #FFF;
	margin: 0 15px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.2s linear;
    cursor: pointer;
    z-index: 1;
}

#temas .control button:hover {
	background-color: #e7e7e7;
	transition: all 0.2s linear;
}

#slideVideocast {
	margin-top: 40px;
}

#slideVideocast .slick-list {
	padding-bottom: 25px;
}

#slideVideocast .slick-track,
#slideEdicoes .slick-track {
	display: flex;
}

#slideVideocast .frame {
	margin-left: 10px;
	margin-right: 10px;
}

#slideVideocast .item {
	display: flex;
    margin-bottom: 10px;	
}

#slideVideocast .item:last-child {
    margin-bottom: 0;
}

#slideVideocast .item .box {
	background: #FFF;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 10px 15px 0 rgba(93, 93, 93, 0.15);
	padding-bottom: 60px;
	margin: 0 auto;
	width: 100%;
}

#slideVideocast .item .embed-responsive::before{
    padding-top: 70%;
}

#slideVideocast .item .embed-responsive .embed-responsive-item{
    object-fit: cover;
}

#slideVideocast .item.item-edicoes .embed-responsive .embed-responsive-item{
    object-position: top center;
}

#slideVideocast .item .resumo {
	padding: 20px 20px 0;
}

#slideVideocast .item h3 {
	font-size: 20px;
	font-weight: 400;
	color: #253F3F;
	margin-bottom: 5px;
}

#slideVideocast .item p {
	font-size: 14px;
	line-height: 24px;
	color: #545D5E;
	margin-bottom: 0;
}

#slideVideocast .item a.lkMore {
	left: 25px;
	bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #545D5E;
	text-decoration: none;
}

#slideVideocast .item a.lkMore:hover {
	color: #84bf41;
}

#slideVideocast .item a.lkMore img {
	margin-left: 10px;
	transition: all 0.2s linear;
}

#slideVideocast .item a.lkMore:hover img {
	margin-left: 15px;
	transition: all 0.2s linear;
}

#edicoes {
	padding: 50px 0 35px;
	background: #F9F9F9;
	margin-bottom: 80px;
}


#edicoes .control button {
	width: 52px;
	height: 52px;
	background-color: #FFF;
	margin: 0 15px;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.2s linear;
}

#edicoes .control button:hover {
	background-color: #e7e7e7;
	transition: all 0.2s linear;
}

#slideEdicoes .item {
	height: auto !important;
	padding: 0 15px;
}

#slideEdicoes .item img {
	border-radius: 15px;
	margin: 0 auto 20px;
	box-shadow: 0 10px 15px 0 rgba(93, 93, 93, 0.1);
}

#slideEdicoes .item h3 {
	font-size: 18px;
	font-weight: 700;
	color: #253F3F;
	margin-bottom: 10px;
}

#slideEdicoes .item p {
	font-size: 13px;
	color: #545D5E;
	line-height: 22px;
	margin: 0;
}

.curadoria {
	margin-bottom: 80px;
}

.curadoria:before {
	content: " ";
	display: block;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	position: absolute;
	height: 305px;
	background: url(../images/bg-pattern.jpg) repeat center center;
}

.curadoria img {
	margin: 0 auto 40px;
}

.curadoria h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #253F3F;
}

.curadoria h2 strong {
	font-size: 30px;
	font-weight: 700;
	display: block;
}

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

ul.listaPosts li .data {
	margin: 30px 25px 10px;
	font-size: 16px;
	color: #646464;
}

ul.listaPosts li .img-link::before{
    padding-top: 70%;
}

ul.listaPosts li .img-link img{
    object-fit: cover;
}

ul.listaPosts li h3 {
	margin: 0 25px;
	font-size: 20px;
	font-weight: 400;
	color: #253F3F;
}

ul.listaPosts li h3 a {
	color: #253F3F;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #3d76ac;
}

ul.listaPosts li a.lkMore {
	left: 20px;
	bottom: 30px;
}

ul.listaPosts li a.lkMore:hover {
	left: 25px;
}

ul.listaPosts  .site-button .site-bt{
    min-width: initial;
    width: 50px;
    height: 50px;

}

ul.listaPosts .site-button .button-icon{
    margin: 0;
}

.patrocinadores {
	margin-bottom: 100px;
}

.patrocinadores ul {
	margin-top: 20px
}

.patrocinadores ul li {
	padding: 10px;
	margin: 0 8px 30px;
	height: 90px;
	width: 44%;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 30px 0 rgba(172, 172, 172, 0.15);
}

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

.fancybox-type-iframe .fancybox-inner{
    padding-top: 56.2%; /* (9/16 * 100%) -- your aspect ratio in percents */
    height: 0 !important;
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
}

@media only screen and (min-width : 480px) {
	.patrocinadores ul li {
		width: 43%;
		max-width: 300px;
		margin: 0 15px 30px;
	}
}

@media only screen and (min-width : 576px) {
	.topoPage {
		min-height: 623px;
	}

	.topoPage .navigation .nav-toggle {
		width: 47px;
		height: 47px;
		line-height: 47px;
	}

	.curadoria:before {
		height: 405px;
		border-radius: 230px;
	}
}

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

	.topoPage h1,
	#seminario h2,
	#temas h2,
	#edicoes h2,
	#conteudos h2,
	.curadoria h2 strong,
	.patrocinadores h2 {
		font-size: 36px;
	}

	#seminario,
	#edicoes,
	.programacao,
	.curadoria {
		margin-bottom: 120px;
	}

	#seminario .box {
		margin-top: 0;
	}

	#seminario h2 {
		margin: 20px 0 60px;
	}

	.programacao h2 {
		font-size: 32px;
	}

	.programacao h2 strong {
		font-size: 36px;
	}

	#temas {
		margin-bottom: 120px;
		padding-top: 75px;
	}

	#temas:before {
		left: 44%;
		top: 0;
		height: auto;
		border-radius: 500px 0 0 500px;
	}

	#temas .patrocinio img {
		margin-left: 0;
	}

	#slideVideocast {
		margin-top: 0;
	}

	#slideVideocast .colTxt {
		width: 39%;
	}

	#slideVideocast .colCards {
		width: 61%;
		padding-left: 30px;
	}

    #slideEdicoes .item{
        max-width: 300px;
    }

	.curadoria img {
		margin: 0;
	}

	.curadoria h2 {
		margin-top: 50px;
	}

	.patrocinadores ul li {
		width: 29%;
	}

	ul.listaPosts li {
		margin-left: 0;
		margin-left: 1.375%;
        margin-right: 1.375%;
		width: 31.5%;
	}

	
}

@media only screen and (min-width : 992px) {
    .topoPage{
        padding-top: 60px;
    }
	.topoPage .navBar {
		padding-right: 40px;
        margin-bottom: 60px;
	}

	.topoPage .navigation .nav-menus-wrapper {
		display: block;
	}

	.topoPage .navigation .nav-menu>li {
		margin-left: 20px;
	}

	.topoPage .navigation .nav-menu>li:first-child {
		margin-left: 0;
	}

	.topoPage .navigation .nav-menu>li>a {
		padding: 0;
		height: auto;
	}

    .topoPage .logo {
		max-width: 200px;
	}

    .topoPage .intro-description{
        max-width: 800px;
    }

    .topoPage p {
        font-size: 19px;
     
    }

	.topoPage h1,
	#seminario h2,
	#temas h2,
	#edicoes h2,
	#conteudos h2,
	.programacao h2 strong,
	.curadoria h2 strong,
	.patrocinadores h2 {
		font-size: 40px;
	}

	.programacao .box {
		max-width: 370px;
		padding: 30px 35px;
	}

	.programacao .datas {
		max-width: initial;
	}

	.programacao .legenda {
		padding: 0 15px;
	}

	.programacao .datas table {
		font-size: 22px;
	}

	.programacao .datas table thead {
		font-size: 16px;
	}

	.programacao .datas table a,
	.programacao .datas .ui-state-disabled .ui-state-default {
		width: 74px;
		height: 74px;
		line-height: 74px;
		margin: 5px auto;
		background: #F6F6F6;
	}

    
	.programacao .datas .ui-datepicker-header {
		margin-bottom: 25px;
		padding: 0 18px;
	}

	.programacao .datas .ui-datepicker-title {
		font-size: 22px;
	}

	#temas:before {
		left: 46%;
	}

	#slideVideocast .item h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}

    #slideEdicoes .item{
        max-width: 230px;
    }

	.curadoria .box {
		max-width: 470px;
	}

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

@media only screen and (min-width : 1200px) {
	.topoPage .navigation .nav-menu>li {
		margin-left: 40px;
	}

	ul.listaPosts {
		padding: 0 10px;
	}

	#slideVideocast .colTxt {
		width: 30%;
	}

	#slideVideocast .colCards {
		width: 70%;
	}

	#slideVideocast .item {
		width: 32%;
        margin-left: 0.66%;
        margin-right: 0.66%;
        margin-bottom: 0;
	}

	#slideVideocast .item .box {
		padding-bottom: 80px;
	}

	#slideVideocast .item .resumo {
		padding: 25px 25x 0;
	}

	#slideVideocast .item a.lkMore {
		bottom: 30px;
	}
}

@media only screen and (min-width : 1400px) {
    main .container{
        max-width: 1320px;
    }
    
	#seminario h2 {
		padding-right: 30px;
	}

	#temas:before {
		left: 42%;
	}

	#slideVideocast .colTxt {
		width: 25%;
	}

	#slideVideocast .colCards {
		width: 75%;
		padding-left: 50px;
	}

	.curadoria img {
		margin-left: -20px;
	}

	ul.listaPosts {
		padding: 0;
	}
}