/*FONTES*/

@font-face {
	font-family: 'Px Grotesk Regular';
	src: url('../fonts/Px-Grotesk-Regular.ttf');
}

@font-face {
	font-family: 'Px Grotesk Bold';
	src: url('../fonts/Px Grotesk Bold.ttf');
}

body,
html {
	background: #0f0ea0;
	font-family: 'Px Grotesk Regular';
	width: 100%;
	/* Adjust font size */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	overflow-x: hidden;
}


/*HELPERS*/

.tx-green {
	color: #50c850;
}

.tx-light-purple {
	color: #aeaee6;
}

.tx-white {
	color: white;
}

.tx-bold {
	font-family: 'Px Grotesk Bold';
	-webkit-font-smoothing: antialiased;
}

.tx-left {
	float: left;
}

.mt-3 {
	margin-top: 3%;
}

.mt-5 {
	margin-top: 5%;
}

.mt-10 {
	margin-top: 10%;
}

.mt-20 {
	margin-top: 20%;
}

.mt-30 {
	margin-top: 30%;
}

.mb-5 {
	margin-bottom: 5%;
}

.mb-10 {
	margin-bottom: 10%;
}

.mb-15{
	margin-bottom: 15%;
}

.mr-5{
	margin-right: 3%!important;
}

.mr-10{
	margin-right: 10%!important;
}

.mr-23 {
	margin-right: 23%;
}

.ml-4{
	margin-left: -4%!important;
}

.ml-2{
	margin-left: 2%!important;
}

.ml-10{
	margin-left: 10%;
}

.ml-14{
	margin-left: 14%;
}

.ml-28{
	margin-left: 28%;
}

.p-10 {
	padding-top: 10%;
}

.pl-20{
	padding-left: 20%;
}

.pl-14{
	padding-left: 14%;
}

.pl-28{
	padding-left: 28%;
}

.bg-dark-blue {
	background-color: #0f0ea0;
}

.bg-light-blue {
	background-color: #0f0eca;
}

.divider {
	width: 19%;
	background-color: #aeaee6;
	float: left;
	border: #aeaee6 5px solid;
}

.green-divider {
	width: 30%;
	background-color: #50c850;
	border: #50c850 1px solid;
}

.green-divider-foto {
	width: 20%;
	background-color: #50c850;
	border: #50c850 3px solid;
	float: left;
}

.section-name {
	font-size: 56px;
	margin-top: 5%;
}

section p{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.div-width{
	width: 1120px;
	margin: 0 auto;
}

.right{
	float: right;
}

.slick-next:before{
	content: url('../img/right.png')!important;
}

.slick-prev:before{
	content: url('../img/left.png')!important;
}

#exp-section > .slick-next:before{
	content: '';
} 

#exp-section > .slick-prev:before{
	content: '';
}

.iframe-cover{
	height: 1600px;
	width: 100%;
}

/*NAVBAR*/

nav a {
	color: white!important;
}

nav {
	height: 50px;
}

nav li {
	font-size: 12px;
	padding-right: 45px;
	margin-top: 6%;
}

nav ul{
	margin-right: 3%;
}

.navbar-brand {
	margin-top: 12%;
}

.navbar-brand span {
	font-size: 12px;
}

.container-width{
	max-width: 1120px;
}
/*SESSÃO TITULO*/

#title-section {
	padding-top: 12%;
	padding-bottom: 2%;
	height: auto;
}

#title-section h2 {
	text-align: center;
	font-size: 100px;
}

#title-section span {
	font-size: 180px;
	letter-spacing: 45px;
}


/*SESSÃO CAROUSEL*/

.frases h2 {
	text-align: center;
	font-size: 40px;
	line-height: 60px;

}

#carousel-section .slick-initialized .slick-slide {
    display: inline-grid;
    align-items: center;
}

.frases .slick-slide{
	height: 300px;
}

#carousel-section .slick-next{
	right: 50px!important;
	z-index: 21;
	height: auto;
	width: auto;
}

#carousel-section .slick-prev{
	left: 40px!important;
	z-index: 21;
	height: auto;
	width: auto;
}

/*#carousel-section .slick-track{
	display: table;
	width: 100%;
}

#carousel-section .slick-slide{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}*/

/*SESSÃO FOTOS*/
#gallery-mobile{
	display: none;
}
#section-fotos{
	height: 2000px;
}

.cat-fotos {
	list-style-type: none;
	color: white;
	margin-top: 5%;
	font-size: 12px;
}

.cat-fotos li {
	padding-top: 10px;
}

.cover {
	object-fit: cover;
	width: 180px;
	height: 180px;
	margin-left: -16px;
	margin-top: 1%;
	margin-right: 1%;
	padding-left: 20px;
	padding-bottom: 10px;
}

.destaque {
	font-weight: bold;
	
}

#buttons2 a{
	color: #fff;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}

#buttons2 a:hover{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.teste-flavio{
	position: relative;
	top: 20%;
}

.gallery-size{
	width: 280px;
	height: 280px;
	display: inline-block;
}

/*#gallery .slick-next{
	right: -77px!important;
}

#gallery .slick-prev{
	left: -150px!important;
}*/

#gallery{
	width: 800px;
	margin: 0 auto;
}

/*SESSÃO EXPOSIÇÃO*/

.js .slider-single>div:nth-child(1n+2) {
	display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
	display: block
}

.slider-single img {
	width: 800px;
	float: left;
}

.slider-nav {
	width: 800px;
}

.slider-nav img {
	width: 95%;
	margin: 0 auto;
}

.slick-list{
	width: 100%!important;
}

.slider-nav .slick-slide {
	cursor: pointer;
}

#exp-section .slick-next{
	z-index: 21;
	display: none!important;
}

#exp-section .slick-prev{
	z-index: 21;
	display: none!important;
}

.slider-nav .slick-list{
	width: 800px;
	margin-top: -5%!important;
}

/*FOOTER*/

#footer-section p {
	font-size: 15px;
}

#apoio-mobile{
	display: none;
}

/*PAGINA FOTO*/

#section-foto-single p {
	font-size: 12px;
}

.limiter-foto {
	height: 800px;
	width: 800px;
	margin-bottom: 10%;
	margin-top: 5%;
}

.limiter-foto img {
	max-height: 800px;
	float: left;
}

.mobile-icon{
	display: none;
}

/*RESPONSIVE*/

@media (max-width: 1024px) {
	/*HELPERS*/
	.pl-14{
		padding-left: 1%;
	}
	.pl-20{
		padding-left: 8%;
	}
	.pl-28{
		padding-left: 1%;
	}
	.ml-28{
		margin-left: 1%;
	}
	.ml-14{
		margin-left: 1%;
	}
	.div-width{
		width: auto;
	}
	.section-name{
		font-size: 40px;
	}
	.iframe-cover{
		height: 1050px;
	}
	/*NAVBAR*/
	#desktop {
		display: none;
	}
	#mobile {
		display: block;
	}
	nav {
		height: auto;
	}
	.navbar-brand {
		margin-bottom: 2%;
	}
	.navbar-brand img{
		width: 50%;
	}
	.navbar-toggler{
		position: absolute;
		right: 0;
	}
	#sobre p>br{
		display: none;
	}
	#arte p>br{
		display: none;
	}
	/*SESSÃO TITULO*/
	#title-section h2 {
		margin-left: 1%;
		font-size: 62px;
	}
	#title-section span{
		margin-left: 0px;
	}
	/*SESSÃO CARROUSEL*/
	.frases h2{
		font-size: 24px;
		line-height: 30px;
	}
	.frases br{
		display: none;
	}
	#carousel-section .slick-next{
		display: none!important;
	}

	#carousel-section .slick-prev{
		display: none!important;
	}
	/*SESSÃO FOTOS*/
	#gallery{
		display: none;
	}
	#gallery-mobile{
		display: block;
	}
	#section-fotos{
		height: 1250px;
	}
	.cover{
		height: 80px;
		width: 80px;
	}
	.gallery-size{
		height: 100px;
		width: 100px;
	}
	#gallery .slick-next{
		display: none!important;
	}

	#gallery .slick-prev{
		display: none!important;
	}
	/*SESSÃO EXPOSIÇÃO*/
	.slider-nav .slick-slide{
		width: auto!important;
	}
	.slider-nav .slick-list{
		margin-left: 0%;
		padding-right: 5%;
	}
	#slider-nav{
		height: 200px!important;
	}
	.slider-single img{
		width: 400px;
	}
	.slider-nav{
		width: auto;
		margin-bottom: 0%;
	}
	#exp-section .slick-next{
		display: none!important;
	}
	#exp-section .slick-prev{
		display: none!important;
	}
	/*FOOTER*/
	#footer-section img{
		margin-top: 5%;
	}
	.ft-rsp{
		margin-left: 8%!important;
	}
	/*PÁGINA FOTO*/
	.cat-fotos{
		margin-left: 1%;
		margin-bottom: 5%;
	}
	.arrow{
		width: auto;
		margin-top: 50px;
	}
	.limiter-foto{
		max-width: 90%;
		height: 285px;
		margin-top: 15%;
		margin-bottom: 20%;
		margin-left: 5%;
		margin: 10% auto;
	}
	.limiter-foto img{
		max-height: 100%;
	}
	#buttons{
		margin-left: -15%;
	}
	.dsktp-icon{
		display: none;
	}
	.mobile-icon{
		display: block;
		margin-bottom: 10%;
	}
}

@media (min-width: 1900px){
	#gallery .slick-next{
		right: -250px!important;
		z-index: 21;
	}

	#gallery .slick-prev{
		left: -320px!important;
		z-index: 21;
	}
	#exp-section .slick-next{
		right: -250px!important;
		z-index: 21;
	}

	#exp-section .slick-prev{
		left: -320px!important;
		z-index: 21;
	}
}