@font-face {
	font-family: PlayingCardsDEMO;
	src: url(../font/PlayingCardsDEMO.ttf)
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: PlayingCardsDEMO, Roboto Condensed, Helvetica, sans-serif;
	text-transform: uppercase;
}
html {
    scroll-behavior: smooth;
}
body {
    border: 0;
    background-color: #fff;
	background-image: url('../svg/body.svg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
    font-family: Roboto Condensed, Helvetica, sans-serif;
    font-size: 1em;
	overflow-x: hidden;
    overflow-y: auto;
}
header {
	/*background-image: url('../svg/tce-minimal-logo.svg'), url('../svg/selo-70-anos.svg'), url('../svg/bandeira-mato-grosso.svg');
	background-position: 40px 90%, 160px bottom, 95% center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100px, 90px, 60px;*/
	background-image: url('../svg/bandeira-mato-grosso.svg');
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 60px;
	min-height: 150px;
	height: 15vh;
	width: 100%;
	transition: all .3s linear;
}
h1 {
	color: #243766;
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}
h1.title {
	font-size: 5rem;
	margin: 3rem;
	text-align: center;
}
p {
	color: #b2b2b2;
	font-size: 2rem;
	text-align: justify;
}
img {
	max-width: 100%;
}
ul, ol {
	list-style: none;
}
a, a:hover {
	color: #243766;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table, td {
}
td {
	padding: 10px 20px;
	font-size: 2rem;
}
tr:nth-child(odd){
	background-color: #fff8;
}
tr:nth-child(even){
	background-color: #fff3;
}
tr:first-child {
	background-color: #69842f;
	color: #fff;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wrapper {
	background-image: url('../svg/header-redux.svg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 100vh;
	padding-bottom: 150px;
}
.logo-tce {
	position: absolute;
	top: 5%;
	left: 5%;
	background-image: url('../svg/tce-minimal-logo.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	width: 100px;
	transition: all .3s linear;
	z-index: 1;
}
.logo-70-anos-in, .logo-70-anos-out {
	position: absolute;
	top: 5%;
	left: 15%;
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	transition: all .3s linear;
	z-index: 1;
}
.logo-70-anos-in {
	background-image: url('../svg/selo-70-anos-in.svg');
	background-size: 90px;
	z-index: 3;
}
.logo-70-anos-out {
	background-image: url('../svg/selo-70-anos-out.svg');
	background-size: 90px;
	animation: spin 60s infinite linear;
	z-index: 2;
}
.logo {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	background-image: url('../svg/logo-otc-2023.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
	width: 300px;
	transition: all .3s linear;
	z-index: 8;
}
.mascot, .mascot-hand, .mascot-tail, .mascot-eye, .mascot-close-eye {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-top: -150px;
	margin-left: -50px;
	background-image: url('../svg/mascot-sep-body.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
	width: 300px;
	transition: all .3s linear;
	z-index: 10;
}
.mascot-hand {
	background-image: url('../svg/mascot-sep-hand.svg');
	transform-origin: 70% 100%;
	animation: poke 8s linear infinite;
	z-index: 11;
}
.mascot-tail {
	background-image: url('../svg/mascot-sep-tail.svg');
	transform-origin: 50% 80%;
	animation: tail-move 5.5s alternate infinite ease-in;
	z-index: 9;
}
.mascot-eye {
	background-image: url('../svg/mascot-sep-eye.svg');
	transform-origin: 50% 50%;
	z-index: 8;
}
.mascot-close-eye {
	background-image: url('../svg/mascot-sep-close-eye.svg');
	transform-origin: 50% 50%;
	transform: translateY(-12%);
	animation: close-eyes 10s linear infinite;
	z-index: 9;
}
.circle {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-top: -190px;
	margin-left: -290px;
	background-image: url('../svg/circle-simple.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 380px;
	width: 380px;
	transition: all .3s linear;
	animation: spin 240s infinite linear;
	z-index: 1;
}
section {
	display: flex;
	min-height: 120px;
}
section article {
	flex: 0 0 70vw;
	order: 2;
}
section nav {
	order: 1;
}
section aside {
	order: 3;
}
section nav, section aside {
	flex: 0 0 15vw !important;
}
.fisrt-section {
	margin-top: 20vw;
}
.category {
	margin-top: 5vw;
}
.categorys {
	text-align: center;
}
.cat {
	color: #243766;
}
.links {
	display: none;
}
.links article {
	color: #b2b2b2;
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
}
.links article span {
	color: #243766;
	text-transform: uppercase;
}
.event article {
	flex: 0 0 5vw;
}
.event nav, .event aside {
	flex: 0 0 32vw !important;
}
.event nav {
	margin-left: 15vw;
}
.event aside {
	margin-right: 15vw;
}
.event ul li {
	background-color: #fff;
	box-shadow: 0 10px 7px #0003;
	color: #243766;
	font-size: 2.5rem;
	margin: 10px 0;
	text-transform: uppercase;
}
.event ul li a {
	border-bottom: 5px solid #91af47;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	transition: all .3s linear;
}
.event ul li a:hover {
	border-bottom: 5px solid #08f;
}
.divisor {
	background-image: url('../svg/divisor.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	margin: 10px 0 50px 0;
}
.television .tv {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../svg/tv.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 650px;
}
.television .tv .inner-tv {
	background-color: #000;
	width: 560px;
	height: 315px;
	margin-top: 8vw;
	margin-left: .5vw;
}
.television .tv #title-video {
	color: #103468;
	display: none;
	font-size: 1.2rem;
	width: 100%;
}
.video-frame {
	width: 560px;
	height: 315px;
}
.slide-video {
	background-color: #efffb2;
	border-radius: 5.5px;
	height: 180px;
	width: 70vw;
	padding: 15px 10px;
	overflow-x: scroll !important;
	overflow-y: hidden !important;	
}
.slide-video ul {
	width: max-content;
}
.slide-video ul li {
	background-color: #000;
	display: inline-block;
	width: 225px;
	min-height: 75px;
	margin: 0 2.5px;
	vertical-align: top;
}
.slide-video ul li a {
	background-color: #000;
	border-bottom: 5px solid transparent;
	color: #fff !important;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	transition: all .2s linear;
}
.slide-video ul li a:hover {
	border-bottom: 5px solid #87b539;
}
.slide-video ul li a span {
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: .8rem;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: initial;
}
.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}
.slider {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px #0008;
	padding: 10px 10px 4px 10px;
	width: 70%;
}
.slider .item {
	min-height: 80px;
	padding: 0 2.5px;
}
.slider .item img {
	background-color: #000;
}
.nanogallery2 {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px #0008;
	padding: 10px 10px 4px 10px;
	width: 70%;
	margin: 0 auto;
}
.slick-prev:before {
	content: url('../svg/arrow-left.svg');
}
.slick-next:before {
	content: url('../svg/arrow-right.svg');
}
.menu {
	margin-top: 20vw;
}
.menu ul li {
	border-bottom: 0;
	display: inline-block;
	padding: 0;
}
.menu ul li a {
	border-bottom: 5px solid #91af47;
	padding: 10px 20px;
	background-color: #fff;
	transition: all .3s linear;
}
.menu ul li a:hover {
	border-bottom: 5px solid #08f;
	color: #243766;
	text-decoration: none;
}
.scroller {
    overflow-y: scroll;
    scrollbar-color: #08f transparent;
    scrollbar-width: thin;
}
.scroller::-webkit-scrollbar {
    width: 5px;
}
.scroller::-webkit-scrollbar-track {
    background: transparent;
}
.scroller::-webkit-scrollbar-thumb {
    background: #08f;
}
/* media queries */
@media screen and (max-width: 1000px){
	header {
		/*background-position: 20px 12%, 100px 10%, 95% 10%;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 60px, 50px, 60px;*/
		background-position: 95% 12%;
		background-repeat: no-repeat;
		background-size: 60px;
		min-height: 120px;
		height: 15vh;
		width: 100%;
	}
	.logo-tce {
		top: 0;
		left: 5px;
		background-size: 80px;
	}
	.logo-70-anos-in, .logo-70-anos-out {
		top: 0;
		left: 90px;
		background-size: 70px;
	}
	.logo {
		top: 13%;
		margin-top: -75px;
		margin-left: -100px;
		height: 150px;
		width: 150px;
	}
	.mascot, .mascot-hand, .mascot-tail, .mascot-eye, .mascot-close-eye {
		top: 13%;
		margin-top: -75px;
		margin-left: 0px;
		height: 150px;
		width: 150px;
	}
	.circle {
		top: 13%;
		margin-top: -95px;
		margin-left: -120px;
		height: 190px;
		width: 190px;	
	}
	.television .tv {
		background-size: 600px;
		/*min-width: 600px;*/
	}
	.television .tv .inner-tv {
		width: 480px;
		height: 213px;
	}
	.video-frame {
		width: 480px;
		height: 213px;
	}
}
@media screen and (max-width: 600px){
	.television .tv {
		background-size: 480px;
		/*min-width: 480px;*/
	}
	.television .tv .inner-tv {
		width: 320px;
		height: 180px;
	}
	.video-frame {
		width: 320px;
		height: 180px;
	}
	.links {
		display: block;
	}
}
@media (max-width: 480px) {
	section article {
		flex: 0 0 85vw;
		order: 2;
	}
	section nav, section aside {
		flex: 0 0 5vw !important;
	}
	.television .tv {
		background-size: 310px;
		/*min-width: 310px;*/
	}
	.television .tv .inner-tv {
		width: 260px;
		height: 121px;
	}
	.video-frame {
		width: 260px;
		height: 121px;
	}
	.event nav {
		flex: 0 0 85vw !important;
		margin-left: 5vw;
	}
	.event aside {
		display: none;
	}
	.circle {
		display: none;
	}
}
@media (max-width: 280px) {

}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes bar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
}
@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@keyframes tail-move {
    from {
        transform:rotate(-5deg);
    }
    to {
        transform:rotate(5deg);
    }
}
@keyframes grow-up {
	0%   {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
@keyframes close-eyes {
	0%, 2%	{ 
		transform: translateY(-12%);
	}
	2%, 4%	{ 
		transform: translateY(0); 
	}
	4%, 100%	{ 
		transform: translateY(-12%); 
	}
}
@keyframes poke {
	0%, 1%	{ 
		transform: scale(1);
	}
	1%, 2%	{ 
		transform: scale(1.2);
	}
	2%, 3%	{ 
		transform: scale(1);
	}
	3%, 4%	{ 
		transform: scale(1.2);
	}
	4%, 5%	{ 
		transform: scale(1);
	}
	5%, 100%	{ 
		transform: scale(1); 
	}
}