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

#floripa-350 {
	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;
}

.text-gradient {
	background: #A466A9;
	background: linear-gradient(to right, #A466A9 0%, #3f3090 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a.lkLoad {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	overflow: hidden;
}

a.lkLoad:hover {
	opacity: 0.8;
}

.modal-backdrop {
	background: linear-gradient(to right, #A466A9 0%, #3f3090 100%);
}

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

.modal .close {
	float: right;
	display: block;
	text-indent: -5000em;
	width: 36px;
	height: 36px;
	background: url(../images/bt-close.png) no-repeat 0 0;
	opacity: 1;
	cursor: pointer;
	margin: 0 -15px -15px 0;
	z-index: 40;
	position: relative;
	cursor: pointer;
}

.modal .modal-body {
	padding-top: 35px;
	padding-bottom: 35px;
}

.modal .modal-dialog>h2 {
	text-align: center;
	color: #FFF;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 10px;
}

.modal .modal-body p,
.modal .modal-body ul {
	font-size: 16px;
	color: #464463;
	margin-bottom: 20px;
	line-height: 28px;
}

.modal .modal-body ul li:before {
	content: "•";
	display: inline-block;
	margin-right: 6px;
	color: #BF74B0;
}

.modal .modal-body h2.text-gradient {
	font-weight: 700;
	margin-bottom: 30px;
}

.modal .modal-body h2:not(.text-gradient) {
	font-size: 30px;
	color: #53459A;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h3 {
	font-size: 26px;
	color: #53459A;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h4 {
	font-size: 22px;
	color: #53459A;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body h5,
.modal .modal-body h6 {
	font-size: 18px;
	color: #53459A;
	font-weight: 700;
	margin-bottom: 15px;
}

.modal .modal-body p strong,
.modal .modal-body p a,
.modal .modal-body ul strong,
.modal .modal-body ul a {
	color: #53459A !important;
}

header {
	padding-top: 20px;
	padding-bottom: 20px;
}

header .logo {
	margin-bottom: 20px;
}

header a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear;
}

header a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear;
}

header a.lkND {
	font-size: 10px;
	color: #53459a;
	font-weight: 500;
	padding-top: 8px;
}

header a.lkND:hover {
	text-decoration: underline;
}

header a.lkND img {
	margin-left: 4px;
	margin-top: -8px;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	padding: 100px 0 80px;
	margin-bottom: 75px;
}

.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 img {
	margin: 0 auto;
}

.topoPage img.floripa {
	margin-bottom: 100px;
}

.patrocinadores {
	margin-bottom: 90px;
}

.patrocinadores .title {
	margin-bottom: 60px;
}

.patrocinadores h5 {
	font-size: 16px;
	font-weight: 400;
	color: #BF74B0;
	margin-bottom: 25px;
}

.patrocinadores ul li {
	margin: 0 10px 20px;
	width: 43.5%;
	max-width: 165px;
}

.title h1,
.title h2 {
	font-size: 24px;
	font-weight: 400;
}

.title h1 strong,
.title h2 strong {
	font-weight: 700;
	font-size: 34px;
}

.introSection {
	margin-bottom: 35px;
}

.introSection h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 5px;
}

.introSection p,
.title p {
	font-size: 20px;
	font-weight: 300;
	color: #464463;
}


.historia {
	margin-bottom: 110px;
}

.historia h2 {
	color: #FFF;
	margin-bottom: 30px;
}

.historia .boxTimeline {
	background: #FFF;
	border-radius: 28px;
	height: 480px;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.historia .boxTimeline::-webkit-scrollbar {
	display: none;
}

.historia .timeline {
	margin: 20px auto 0;
	position: relative;
	width: 100%;
	max-width: 380px;
}

.historia .timeline:after {
	content: " ";
	position: absolute;
	width: 6px;
	background-color: #82C097;
	top: 50px;
	bottom: 0;
	left: 14px;
	margin-left: -3px;
}

.historia .item {
	padding-left: 30px;
	position: relative;
	width: 100%;
	max-width: 380px;
}

.historia .item:nth-child(even) {
	left: 0%;
}

.historia .item:after {
	content: " ";
	position: absolute;
	width: 28px;
	height: 28px;
	left: 0;
	background-color: #82C097;
	top: 27px;
	border-radius: 50%;
	z-index: 1;
}

.historia .item .content {
	position: relative;
	padding-bottom: 30px;
}

.historia .item h3 {
	font-size: 24px;
	font-weight: 700;
	color: #53459A;
	padding: 0 10px 0 25px;
}

.historia .item p {
	font-size: 14px;
	color: #53459A;
	padding: 0 10px 0 25px;
}

.historia .item a {
	display: block;
	position: relative;
	width: 100%;
	max-width: 300px;
	height: 163px;
	margin: 0 auto;
	overflow: hidden;
}

.historia .item a img {
	position: relative;
	width: 100%;
	height: 189px;
	object-fit: cover;
}

.historia .item a:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/mask-right-timeline.png) no-repeat 0 0;
	background-size: cover;
}

.historia .item a:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 5;
	width: 31px;
	height: 31px;
	top: 13px;
	right: 17px;
	background: url(../images/icon-zoom.png) no-repeat 0 0;
}

.historia .btns {
	margin-top: 25px;
}

.historia .btns button {
	width: 54px;
	height: 54px;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -5000em;
	background: url(../images/arrow-scroll-vert.png) no-repeat 0 0;
	margin: 0 10px;
	display: block;
}

.historia .btns button#downClick {
	background-position: -54px 0;
}

.historia .btns button:active {
	opacity: 0.7;
}

.conselho {
	margin-bottom: 80px;
}

.conselho .bg {
	width: 100%;
	background: url(../images/bg-curadores.jpg) no-repeat center 70px;
}

.conselho ul li {
	padding: 25px 20px;
	margin: 0 auto 30px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.conselho ul li img {
	margin: 0 auto 20px;
}

.conselho ul li h4 {
	font-size: 18px;
	font-weight: 700;
	color: #7291CA;
	margin-bottom: 5px;
}

.conselho ul li span {
	font-size: 14px;
	color: #4E4E4E;
	margin-bottom: 12px;
}

.conselho ul li p {
	font-size: 14px;
	color: #464463;
}


.explore {
	margin-bottom: 120px;
}

.explore .explore-slide .slick-list{
    padding: 0!important;
}

.explore .periodo {
	margin-bottom: 50px;
}

.explore .periodo .ano {
	margin: 0 10px;
	background: #3f2f8f;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	line-height: 80px;
	border-radius: 50px;
	text-align: center;
	width: 60%;
}

.explore .periodo .btnPrev {
	border: none;
	outline: none;
	display: block;
	width: 54px;
	height: 54px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #3f2f8f;
	text-indent: -5000em;
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.explore .periodo .btnNext {
	border: none;
	outline: none;
	display: block;
	width: 54px;
	height: 54px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #3f2f8f;
	text-indent: -5000em;
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-position: -54px 0;
}

.explore .periodo .btnNext.slick-disabled{
    background-color: #786db0;
}

.explore .periodo .btnPrev:hover,
.explore .periodo .btnNext:hover {
	background-color: #febc11;
}

.explore .control {
	width: 100%;
	background: url(../images/bg-explore.png) no-repeat center center;
	background-size: contain;
	margin-bottom: 40px;
}

.explore .control .boxAlign {
	border-radius: 20px;
}

.explore .control img {
	border-radius: 20px;
}

.explore .control .periodo-prev {
	border: none;
	outline: none;
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	left: 25px;
	top: 50%;
	margin-top: -27px;
	z-index: 30;
	background-image: url(../images/arrow-white.png);
	background-color: #bf74b0;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
}

.explore .control .periodo-next {
	border: none;
	outline: none;
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	right: 25px;
	top: 50%;
	margin-top: -27px;
	z-index: 30;
	background-image: url(../images/arrow-white.png);
	background-color: #bf74b0;
	background-repeat: no-repeat;
	background-position: -54px 0;
	position: absolute;
}

.explore .control .periodo-prev:hover,
.explore .control .periodo-next:hover {
	background-color: #3f3090;
}

.explore .boxTxt {
	margin-bottom: 40px;
	text-align: center;
}

.explore .boxTxt p {
	font-size: 16px;
	color: #464463;
	margin-bottom: 22px;
	line-height: 30px;
}

.slidePosts .slick-dots {
	width: 100%;
	text-align: center;
}

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

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

.slidePosts .slick-dots li.slick-active button {
	width: 44px;
	background: #FFC629;
	transition: all 0.2s linear;
}

.slidePosts .slick-track {
	display: flex;
	padding-bottom: 30px;
}

.slidePosts .post {
	overflow: visible;
	margin: 0  0 30px 0;
	height: auto !important;
	
}

.slidePosts .post .box-post{
    background: #FFF;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
	border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(93, 93, 93, 0.07);
    overflow: hidden;
}
.slidePosts .post .img-link{
    position: relative;
    padding-bottom: 80%;
    height: 0;
    display: block;
    width: 100%;
}

.slidePosts .post .wp-post-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    object-fit: cover;
}

.slidePosts .post .data {
	font-size: 16px;
	color: #BF74B0;
	margin: 30px 25px 10px;
}

.slidePosts .post h3 {
	font-size: 20px;
	color: #53459A;
	line-height: 30px;
	margin: 0 25px;
}

.slidePosts .post h3 a {
	text-decoration: none;
	color: #53459A;
}

.slidePosts .post h3 a:hover {
	text-decoration: none;
	color: #BF74B0;
}

.slidePosts .post a.lkMore {
	left: 25px;
	bottom: 30px;
}

.slidePosts .post a.lkMore:hover {
	left: 35px;
}

.slidePosts .site-button{
    text-align: center;
    display: block;
    width: 100%;
}

.slidePosts .site-button .site-bt{
    background-color: #82C097;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    
}

.calendario {
	margin-bottom: 65px;
}

#slideEventos {
	padding: 0 40px;
}

#slideEventos .slick-list {
	padding: 10px 0 0;
}

#slideEventos .slick-track {
	display: flex;
    padding: 20px 0;
}

#slideEventos .slick-slide {
	margin: 10px;

}

#slideEventos .item {
	margin-bottom: 24px;
	padding: 25px;
	background: #FFF;
	box-shadow: 0 8px 12px 0 rgba(93, 93, 93, 0.2);
	text-align: center;
}

#slideEventos .item .dia {
	font-size: 20px;
	font-weight: 700;
	color: #BF74B0;
	text-align: center;
	line-height: 30px;
}

#slideEventos .item.past .dia {
    color: #666;
}

#slideEventos .item .dia span {
	font-size: 40px;
	display: block;
}

#slideEventos .item h3 {
	font-size: 16px;
	font-weight: 500;
	color: #464463;
	margin-bottom: 12px;
}

#slideEventos .item p {
	font-size: 14px;
	color: #0C4998;
}

#slideEventos .item.past p{
    color: #666;
}

#slideEventos .item p strong {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

#slideEventos .slick-prev {
	border: none;
	outline: none;
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	left: -10px;
	top: 50%;
	margin-top: -37px;
	z-index: 30;
	background-image: url(../images/arrow-white.png);
	background-color: #82C097;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}

#slideEventos .slick-next {
	border: none;
	outline: none;
	display: block;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	right: -10px;
	top: 50%;
	margin-top: -37px;
	z-index: 30;
	background-image: url(../images/arrow-white.png);
	background-color: #82C097;
	background-repeat: no-repeat;
	background-position: -54px 0;
	position: absolute;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}

#slideEventos .slick-prev:hover,
#slideEventos .slick-next:hover {
	background-color: #3f3090;
}

#slideEventos .slick-prev.slick-disabled,
#slideEventos .slick-next.slick-disabled {
	opacity: 0.4;
}

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

.galeria img {
	border-radius: 10px;
    width: 100%;
}

.galeria .grid{
    width: 100%;
    display: block;
}

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

.hidden{
    width: 0px!important;
    height: 0px!important;
    overflow: hidden!important;
    opacity: 0!important;
    visibility: 0!important;
    margin: 0!important;
    padding:0!important;
}
.galeria .grid .grid-item: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;
}



.homenagem,
.legado {
	margin-bottom: 120px;
}

.homenagem ul li {
    transition: opacity 0.3s, visibility 0.3s;
	background: #FFF;
	border-radius: 5px;
	margin: 0 auto 30px;
	padding: 30px 30px 65px;
	overflow: hidden;
	width: 100%;
	max-width: 265px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

.homenagem ul li img {
	margin: 0 auto 10px;
}

.homenagem ul li h3 {
	font-size: 20px;
	font-weight: 600;
	color: #4E4E4E;
}

.homenagem ul li a.lkMore {
	width: 127px;
	height: 46px;
	bottom: 0;
	left: 50%;
	margin-left: -63.5px;
	filter: grayscale(100%);
	opacity: 0.2;
}

.homenagem ul li a.lkMore:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.homenagem ul li a.lkMore img {
	margin: 0;
}

.novidades {
	margin-bottom: 75px;
}

footer {
	background: #53459A;
	padding: 80px 0 50px;
}

footer img {
	margin: 0 auto 40px;
}

footer img.mashh {
	filter: brightness(0) invert(1);
}

@media only screen and (min-width : 410px) {
	.historia .item:after {
		top: 32px;
	}

	.historia .item a {
		max-width: 347px;
		height: 189px;
	}

	
}

@media only screen and (min-width : 576px) {
	header .logo {
		margin-bottom: 0;
	}

	.introSection h2 {
		font-size: 40px;
	}

	.conselho ul li {
		margin-left: 0;
		margin-right: 0;
		width: 46%;
		max-width: 265px;
	}

    .explore .periodo .ano {
		font-size: 28px;
		width: 70%;
		max-width: 500px;
		margin: 0 20px;
	}

	#slideEventos {
		padding: 0 50px;
	}

	#slideEventos .item {
		text-align: left;
	}

	#slideEventos .item .dia {
		margin-right: 15px;
		padding-top: 5px;
	}

	.galeria {
		background-size: 1000px;
	}

	.homenagem ul li {
		margin-left: 15px;
		margin-right: 15px;
		width: 43%;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		padding: 165px 0 0;
		height: 658px;
	}

	.topoPage img.floripa {
		margin-bottom: 120px;
	}

	.title h1,
	.title h2 {
		font-size: 28px;
	}

	.title h1 strong,
	.title h2 strong {
		font-size: 54px;
	}

	.historia .timeline {
		max-width: 750px;
	}

	.historia .timeline:after {
		left: 50%;
	}

	.historia .item {
		width: 50%;
		margin-top: -100px;
	}

	.historia .item:first-child {
		margin-top: 0;
	}

	.historia .item:after {
		top: 27px;
	}

	.historia .item:nth-child(odd) {
		padding-left: 0;
		padding-right: 30px;
	}

	.historia .item:nth-child(odd):after {
		left: inherit;
		right: -14px;
	}

	.historia .item:nth-child(odd) a:before {
		background: url(../images/mask-left-timeline.png) no-repeat 0 0;
		background-size: cover;
	}

	.historia .item:nth-child(odd) a:after {
		right: inherit;
		left: 17px;
	}

	.historia .item:nth-child(even) {
		left: 50%;
	}

	.historia .item:nth-child(even):after {
		left: -14px;
	}

	.historia .item .content {
		padding-bottom: 0px;
	}

	.historia .item a {
		max-width: 315px;
		height: 172px;
	}

	.historia .item:nth-child(odd) h3,
	.historia .item:nth-child(odd) p {
		padding: 0 25px 0 10px;
	}

	.explore .control img {
		border-radius: 30px;
	}

	.explore .boxTxt {
		text-align: left;
	}

	.galeria {
		background-size: initial;
	}
}

@media only screen and (min-width : 992px) {
	.historia .item {
		margin-top: -115px;
		padding-left: 15px;
	}

	.historia .item:nth-child(odd) {
		padding-right: 15px;
	}

	.historia .item:after {
		top: 32px;
	}

	.historia .item a {
		max-width: 347px;
		height: 189px;
	}

    .galeria .grid .grid-item { 
        width: 33.3333%;
    }

	.conselho ul li {
		width: 24%;
	}

	.explore .boxTxt {
		padding: 0 50px;
	}
}

@media only screen and (min-width : 1200px) {
	.conselho ul li {
		width: 23%;
	}

	.explore .boxTxt {
		padding: 0 70px;
	}

	.homenagem ul li {
		margin-left: 0;
		margin-right: 2%;
		width: 23.5%;
	}

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

@media only screen and (min-width : 1280px) {
	.explore .control {
		background-position: center 120px;
		background-size: initial;
	}

	.explore .control .periodo-prev {
		left: -50px;
	}

	.explore .control .periodo-next {
		right: -50px;
	}

	.explore .control .boxFoto {
		padding: 0 15px;
	}

	#slideEventos {
		padding: 0;
	}

	#slideEventos .slick-slide {
		margin: 0 15px;
	}

	#slideEventos .slick-prev {
		left: -65px;
	}

	#slideEventos .slick-next {
		right: -65px;
	}

	#slideEventos .item {
		padding: 35px 25px;
	}

	#slideEventos .item .dia {
		font-size: 28px;
		line-height: 42px;
	}

	#slideEventos .item .dia span {
		font-size: 60px;
	}
}