/* #005980 */

@font-face {
    font-family: 'din_alternatebold';
    src: url('din_alternate_bold-webfont.woff2') format('woff2'),
         url('din_alternate_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('din-bold-webfont.woff2') format('woff2'),
         url('din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinlight';
    src: url('dinlight-webfont.woff2') format('woff2'),
         url('dinlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinmedium';
    src: url('din-medium-webfont.woff2') format('woff2'),
         url('din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


#top_menu {float: left;margin-right: 4px;}

#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 40px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: rgb(237 237 237 / 80%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  line-height: normal;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}




.nav-item {margin: 2px 4px;}


a, button {cursor: pointer;}
[data-toggle~="collapse"] {
    cursor: pointer;
    position: relative;
}

.btn, .btn-link {
	cursor: pointer;
		white-space: normal !important;
    word-wrap: break-word !important;
}


img.logo {height: 50px; margin: .5rem; position: relative; left:60px;}


body, p {
	font-family: dinlight;
}


h1,h2,h3,h4,h5 {
font-family: dinmedium;
}

button {
	font-family: dinmedium;
}

button.btn {display: block; width: 100%;}

#saber .card {border-bottom: 5px solid rgb(0 153 204 / 20%); }

/*	div.row {margin: 0px;}*/

.sub-menu ul li {list-style: none; text-align: center;}

#saber .card {border-bottom: 5px solid rgb(0 153 204 / 20%); }

#first .card {margin-bottom: 10px;}

#first button {padding: .375rem .5rem;}

a.todo {margin-right: 2rem;}



#saber .card {margin-bottom: 10px;}
#section3 .card {margin-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,.125); }
#regras .card {margin-bottom: 10px;}

video {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

a:hover, .btn:hover {text-decoration: none;box-shadow: none;}

.btn.focus, .btn:focus {box-shadow: none;text-decoration: none;}

.btn-link {color: #333;}

a {color: #005980;}
a:hover {color: #333;}

.collapsed .arrow {
		background: url(../imagens/seta_baixo.png) 0 0 no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		top: 12px;
		position: relative;
		right: 0px;
		background-size: 100%;
		float: right;
	}
	.btn-link .arrow {
		background: url(../imagens/seta_cima.png) 0 0 no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		top: 12px;
		position: relative;
		right: 0px;
		background-size: 100%;
		float: right;
	}

#first .btn-link.collapsed .arrow {
		background: url(../imagens/seta_baixo.png) 0 0 no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		top: 12px !important;
		position: relative;
		right: 0px !important;
		background-size: 100%;
		float: right;
	}

#first #heading3 > h5 > button .arrow {
	top: 0px;
}


section {max-width: 100%; overflow: hidden;}

#accordion button span.number { border-radius: 50%; background: #005980;color: white; padding: 6px 8px; margin-right:4px ;}

#imagegrid div {margin: 0px; padding: 0px;}


#imagegrid .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#imagegrid .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.img-responsive {
	width: 100%;
}

#imagegrid img {object-fit: fill; } 

#imagegrid > div > div > div.img-wrapper {}

#imagegrid > div > div > div.img-wrapper > img {
	transition: transform .5s ease;
}

#imagegrid > div > div > div.img-wrapper:hover img {
  transform: scale(1.5);
  cursor: pointer;
}

/*
#imagegrid > div > div > div.img-wrapper > #text-wrapper {
	transition: transform .5s ease;
}
*/
#text-wrapper {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: center;
	top: 0;
	cursor: pointer;
	padding-top: 4rem !important;
}

#imagegrid > div > div > div.img-wrapper:hover #text-wrapper {
  /*transform: translate(0px, -100%);
  transition: top ease 1s;*/
  top: -100%;
    z-index: 9;
    position: relative;
    background: rgba(250, 250, 250, .6);
    height: 300px;
    text-align: center;
}

#videosBottom .img-wrapper {max-height: 300px; overflow: hidden;}
#videosBottom {padding: 15px;}


.wrapper{
	width:90%; margin: 2rem auto;
}

.panel-heading {
	padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
	color:#555;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
	 background: url('../imagens/seta_baixo') no-repeat;
	 float: right;
	 transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

/* #saber, #saber .card-body {background: rgb(66 159 255 / 20%);} */

#regras, #regras .card-body, #saber, #saber .card-body {background: #E6E6E6;}
#universo {background: #E6E6E6;}

#regras .card-header { background: #005980; }
#regras .card-header a {color: white;}
#regras .card-header > a > h5 > i {
	float: right;
}

#saber {padding-top: 2rem; padding-bottom: 2rem;}

#saber #accordionEx {margin: 3rem auto; width: 90%;}
#saber button {display: block; width: 100%; text-align: left; padding: 12px 6px; background: #005980; color: #fff; font-size: 1.2rem; position: relative;}
#saber button i {float: right;position: absolute; right: 12px; top: 33%;}

#saber .card-header > a > h5 > i {
	float: right;
}

#saber .card-header { background: #005980; }
#saber .card-header a {color: white;}


[data-toggle="collapse"] .fa:after {  
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:after {
  content: "\f078";
}

a.collapsed span:after {
	 background: url('../imagens/seta_baixo.png') no-repeat;
	 float: right;

}

a > span.arrow {
	 background: url(../imagens/seta_cima.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 7px;
    position: relative;
    right: 0px;
    background-size: 100%;
    float: right;
}
a.collapsed > h5 > span.arrow {
	 background: url(../imagens/seta_baixo.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 7px;
    position: relative;
    right: 0px;
    background-size: 100%;
    float: right;
}

.dates {}
.dates img {margin: 4rem auto; display: block;;}


#section3 .card-header{
background: transparent;
}

#collapse3 > div > div > div > a

a.todo {font-weight: 800;}
button.btn {text-align: left;}

.btn-link:hover {color: #333;}


.collapse > div > div > div > a {font-weight: 800; font-size: 1.3rem;}

#section3 .wrapper {width: 90%;}


a {font-weight: 700;}




.faq-entries {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

ol.faq-entries .faq-item {
    padding-left: 0;
    margin: 0;
    counter-increment: step-counter;	
}
.faq-entries .faq-question {
	margin-bottom: 1rem;
	/* margin-left: 1rem; */
    cursor: pointer;
    position: relative;
    background-color: #FFF;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 2px;
    padding: 0.5rem;
	/* padding-left: 1rem; */
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.panel {
	display: none;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
    padding-bottom: 1rem;
}




div.accordion > span.arrow.up{
	 background: url(../imagens/seta_cima.png) 0 0 no-repeat;
	  width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    float: right;

}

.arrow {position: absolute; top: 20px; right: 10px;}



div.accordion > span.arrow.down{
	 background: url(../imagens/seta_baixo.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    float: right;
}

.accordion  span.number { border-radius: 50%; background: #005980;color: white; padding: 2px 5px; margin-right:4px ; display: inline-block; float: left; font-size: 12px; position: relative; top: 6px;}

.faq-question i {float: right; position: absolute; top: 10px; right: 10px; color: #005980;}
#saber .faq-question i {color: #fff;}

#section3 .faq-question { color: #fff;  background: #005980;}
#section3 .faq-question i {color: #fff;}

#saber .faq-question { color: #fff;  background: #005980;}

/*#regras .faq-question { color: #fff;  background: #005980;}*/


#footer a {font-size: 14px; color: #fff; margin: 0px;}
/*#footer a i {margin: 0 12px;}*/
#footer a i {margin: 0 14px;font-size:20px;margin-bottom:0.5em;margin-top:1.5em;}
#footer img.logos {max-width:90px;max-height:40px;margin-right:5em;margin-top:1.5em; position: relative; left:30px;}



body > div > div.header > div > nav > button {float: right; display: block;}

a#goUP{
	float: right; margin:0 2rem; color: white; position: relative; bottom: 80px; font-size: 2rem; z-index: 9999; right: 20px;
}




div.notesContainerDiv {
    padding: 2px;
    position:relative;
    min-height:100%;
    line-height: 20px;
}

div.notesContainerDiv:hover {
    background-color: #FFFFE1;
    cursor: pointer;
}

.btnDone {
    
    background: -moz-linear-gradient(
        top,
        #318a2c 0%,
        #1f4d22);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#318a2c),
        to(#1f4d22));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #faf5f8;
    -moz-box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}

.btnCancel {
    background: -moz-linear-gradient(
        top,
        #ed3d3d 0%,
        #993232);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ed3d3d),
        to(#993232));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #faf5f8;
    -moz-box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    box-shadow:
        1px 2px 3px rgba(000,000,000,0.4),
        inset 0px 0px 0px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}

iframe {width: 100%;}


/* MOBILE  */

@media screen and (min-width: 500px) {
	.mobile_menu { display: none; }
}

@media only all and (max-width: 47.938rem) {
    iframe {width: 100%; height: auto;}
	#menuToggle {
		top: 15px;
		left: 10px;
	}
	.accordion span.number {top: 0px;}
	#imagegrid, img.atletas {display: none;}
	.faq-question {padding-right: 2.2rem !important; font-size: .9rem !important;}
	#todo > ol > li:nth-child(2) > div.faq-question > span.arrow {top: 12px !important;}
	a.todo { margin-right: 1rem; }
	.arrow {top: 20px !important;}
	img.logo {left: 10px !important;}
	a#goUP {bottom: 80px !important; left: -20px;}
    #topBar > h4 {padding: 0 30px;}
}



@media(max-width:1311px) {

#footer a {font-size: 14px; color: #fff; margin: 0px; }
#footer a i {margin: 0 14px;font-size:20px;margin-bottom:0.5em;margin-top:1.5em;}
#footer img.logos {max-width:80px;max-height:40px;margin-right:4em;margin-top:1.5em;}

}

@media(max-width:1098px) {
#footer a {font-size: 14px; color: #fff; margin: 0px;}
	#footer a i {margin: 0 12px;font-size:18px;margin-bottom:0.5em;margin-top:2em;}
	#footer img.logos {max-width:60px;max-height:40px;margin-top:1.5em;margin-right:3em;}
	video#bgvid {height:100%;}
	
}


@media(max-width:992px) {
	a.btn {margin-top: 2px;}
	.wrapper {
		width:95%;
		margin-top: 1rem;
	}
	button.btn {padding: 0px;}
	section.separador > div > h4 > i {margin-right: 2rem !important;}
	#section3 .card-header {padding: .75rem 0.5rem;}
	#section3 .card-header h5 {font-size: 1rem;}
	section#first .btn-link h5 {padding-top: 4px; margin: 4px;}
	#videosBottom .img-wrapper {margin: .5rem;}
	#saber > div > ol > li:nth-child(1) > div.faq-question > i {top: 10px !important;}
	#todo > ol > li:nth-child(1) > div.faq-question > span.arrow {top: 17px !important;}
	#todo > ol > li:nth-child(3) > div.faq-question > span.arrow {top: 22px !important;}
	#section3 > div > div > div > ol > li:nth-child(4) > div.faq-question > span {top: 22px !important;}
	
	#footer a {font-size: 14px; color: #fff; margin: 0px;}
	#footer a i {margin: 0 12px;font-size:18px;margin-bottom:0.5em;margin-top:2em;}
	#footer img.logos {max-width:50px;max-height:40px;margin-top:1.5em;margin-right:3em;}
}

@media(max-width:778px) {
#footer a {font-size: 14px; color: #fff; margin: 0px;}
#footer a i {margin: 0 12px;font-size:18px;margin-bottom:0.5em;margin-top:2em;}
#footer img.logos {max-width:50px;max-height:40px;margin-top:1.5em;margin-right:2em;}
}

@media (max-width: 660px) {
#footer a {font-size: 14px; color: #fff; margin: 0px;}
#footer a i {margin: 0 12px;font-size:18px;margin-bottom:0.5em;margin-top:1.5em;}
#footer img.logos {max-width:50px;max-height:40px;margin-top:0.8em;margin-right:1.5em;left:10px;}
}

@media (max-width: 300px) {
#footer a {font-size: 14px; color: #fff; margin: 0px;}
#footer a i {margin: 0 12px;font-size:15px;margin-bottom:0.5em;margin-top:1.5em;}
#footer img.logos {max-width:40px;max-height:20px;margin-top:0.8em;margin-right:1.5em;left:10px;}
}





/* 2340x1080 pixels at 476ppi 
@media only screen 
	and (device-width: 375px) 
	and (device-height: 812px) 
	and (-webkit-device-pixel-ratio: 3) {
		#saber .card-header a h5 {background: red;}
	}
*/