
/* Novas Cores para Atualizar
*
* Vermelho #5a212e
* PRETO #261E1E

Azul piscina
*/

:root {
    --color-primary: rgb(0,42,255);
    --color-primary-text: #fff;
    --bg-footer: rgb(153,204,255);
}

.bgBody{
	background-color: rgb(230,242,255);
}

.bgEfeito{
	background-image: url(../img/bg.png);
	color: var(--color-primary);
}

.bg-colorverde{
	background-color: var(--color-primary) !important;
}
.bg-colorblack{
	background-color: #261E1E !important;
}
.bg-colorblack{
	background-color: #261E1E !important;
}
.fg-colorverde{
	color: #261E1E !important
}
.fg-colorAmarelo{
	color: #FFF210 !important
}
.bd-patrocinadores{
	border-top: 2px #666 solid;
	border-bottom: 2px #666 solid;
	clear: inherit;
}
.button.inscricao{
	border-color: #40121d;
	background-color: var(--color-primary);
	color: #fff;
}
.button.inscricao:hover{
	color: var(--color-primary);
	background-color: #fff;
	border-color: none;
}

/* slick css */

  .slick-slide .image{
    padding: 10px;
  }
  
  .slick-slider img:hover{
    box-shadow: 0 0 10px #333;
  }

	.box-patrocinio{
		background: #fff;
		color: #004b2a;
		border-top: 2px #333 solid;
		border-bottom: 2px #333 solid;
		padding-left: 2%;
		padding-right: 2%;
	}

.imgCorrida{
	background-image: url(../img/imgCorrida.png);
	background-repeat: no-repeat;
	background-position: 97% 50%; 	
}
.imgObjetivo{
	background-image: url(../img/imgObjetivo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 55%	
}
.imgPP{
	background: url(../img/imgProgramacao.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 55%
}
.contentPC{
	background: url(../img/percurso-19-corrida-para-luz.jpg);
	background-size: cover;
}
.imgProjeto{
	background-image: url(../img/imgProjeto.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 97% 50%;
}

.imgLogoPF{
	background-image: url(../img/imgLogoPF.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 97% 50%;
}
.imgPF{
	padding: 15px
}
.imageEfeitoOverley{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	overflow: hidden;
	font-size: .875rem;
	line-height: 1rem;
	padding: 2em;
	background-color: rgba(27, 161, 226, 0.7);
	color: #ffffff;
	text-align: center;
	border-radius: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	.img-container:hover .imageEfeitoOverley{
		opacity: 1;
	}
	
	.modalGaleriaImg{
		 position: fixed;
		 font-family: Arial, Helvetica, sans-serif;
		 top: 0;
		 right: 0;
		 bottom: 0;
		 left: 0;
		 background: rgba(0,0,0,0.95);
		 z-index: 99999;
		 opacity:0;
		 -webkit-transition: opacity 400ms ease-in;
		 -moz-transition: opacity 400ms ease-in;
		 transition: opacity 400ms ease-in;
		 pointer-events: none;
	}
	.modalGaleriaImg:target{
		opacity: 1;
		pointer-events: auto;
	}
	.modalGaleriaImg > div {
		width: 62%;
		position: relative;
		margin: 4% auto;
		padding: 10px;
		border-radius: 10px;
		background: rgba(0,0,0,.95);
	}
	.closeModal {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}
	.closeModal:hover{
		background: #fff;
		color: #000;
		text-decoration: none;
		transition: background .4s;
	}
	
	.closeModal:after {
		content: "\d7";
	}
	
	.imgGaleria{
		max-height: 400px;
	}
	.imgGaleriaP{
		width: 23.633333%;
		float: left;
		margin: .6%;
		box-shadow: 0 0 4px #000;
	}
	.imgGaleriaP:hover{
		padding: 2px;
		border:2px #fff solid;
	}
	.imgTotal{
		position: absolute;
	}
	.butAnterior{
		position: absolute;
		top:48%;
		left: -6%
	}
	.butProximo{
		position: absolute;
		top:48%;
		right: -6%;
	}
	div.butAnterior{
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 40px;
	}
	div.butProximo{
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 40px;
	}
	div.butAnterior:hover{
		color: #fff;
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
	}
	div.butProximo:hover{
		color: #fff;
		text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
	}
	
	div.btVoltar{
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 1000;
	}
	div.btTutorial{
		position: fixed;
		top: 15px;
		left: 15px;
		z-index: 1000;
		animation-name: animTutorial;
		animation-duration: 7s;
		animation-iteration-count: infinite;	
	}

	.animTutorial{
		background-color: #0050ef;
		animation-name: animTutorial;
		animation-duration: 7s;
		animation-iteration-count: infinite;
		color: #fff;

	}

	@-webkit-keyframes animTutorial {
		0%{background-color: #0050ef;}
		25%{background-color: #0e3990;}
		50%{background-color: #0050ef;}
		75%{background-color: #0e3990;}
		100%{background-color: #0050ef;}
	}
	
	.login-cadastro{
		background-image: url(../img/login-cadastro.jpg);
	}
	
	.customShortcut{
		width: 290px; height: 200px; font-size: 30px;
	}
	.shortcut .caption{
		height: 100px;
		line-height: 1.2em;
		text-align: center;
	}
	.shortcut .icon{
		font-size: 75px;
		width: 75px;
		height: 80px;
	}
	.login-form {
            width: 430px;
            height: auto;
            top: 45%;
            margin-top: -160px;
        }
    .app-bar{    	
		background-color: #0a0808;
    }
    .colorAzulDeg{    	
    	background-image: linear-gradient(45deg, #261E1E 0%, #000 100%);
    }
    .conteudoPrimary{
			margin-top: 52px;			
		} 

	.alturaSlide{
            height: 169px;
       }

	.btnInscricoes{
		position: absolute;		
		z-index: 1000;
		/* height: 100px !important; */
		font-size: 45px !important;
		font-weight: bolder;
		padding: 17px 47px !important;	
	}	

    @media screen and (min-width: 300px) {
    	.conteudoPrimary{
			margin-top: 52px;			
		}    
        .alturaSlide{
            height: 125px !important;
        }
        .btnInscricoes{        	       	
        	height: 25px !important;
        	font-size: 12px !important;
        	padding: 4px 9px !important;
        	line-height: 9px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 30%);
		}
		.btnTop {
			left: 30%;
			top: 18px;
			transform: translate(-50%, 0);
		}
		.owl-carousel .owl-item img {
			height: 50px;
		}
    
    }

    @media screen and (min-width: 360px) {
    	.conteudoPrimary{
			margin-top: 52px;			
		}    
        .alturaSlide{
            height: 135px !important;
        }

        .btnInscricoes{        	        	
        	height: 46px !important;
        	font-size: 16px !important;
        	padding: 10px 14px !important;
        	line-height: 24px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 10%);
		}
		.btnTop {
			left: 30%;
			top: 18px;
			transform: translate(-50%, 0);
		}
		.owl-carousel .owl-item img {
			height: 60px;
		}
    
    }
       
	@media screen and (min-width: 576px) {
    	.conteudoPrimary{
			margin-top: 52px;			
		}    
        .alturaSlide{
            height: 230px !important;
        }

        .btnInscricoes{        	      	
        	height: 49px !important;
        	font-size: 18px !important;
        	padding: 13px 19px !important;
        	line-height: 24px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 30%);
		}
		.btnTop {
			top: 50px;
			left: 15%;
		}
		.owl-carousel .owl-item img {
			height: 80px;
		}
    
    }

    @media screen and (min-width: 768px) {
    	.conteudoPrimary{
			margin-top: 52px;			
		}    
        .alturaSlide{
            height: 302px !important;
        }
        .btnInscricoes{        	      	
        	height: 60px !important;
        	font-size: 26px !important;
        	padding: 15px 24px !important;
        	line-height: 24px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 30%);
		}
		.btnTop {
			left: 15%;
			top: 50px;
			transform: translate(-50%, 0);
		}
		.owl-carousel .owl-item img {
			height: 80px;
		}
    
    }

    @media screen and (min-width: 992px) {
    	.conteudoPrimary{
			margin-top: 52px;			
		}    
        .alturaSlide{
            height: 335px !important;
        }
        .btnInscricoes{        	    	
        	height: 85px !important;
        	font-size: 37px !important;
        	padding: 16px 33px !important;
        	line-height: 50px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 30%);
		}
		.btnTop {
			top: 50px;
		}
		.owl-carousel .owl-item img {
			height: 100px;
		}
    
    }
    @media screen and (min-width: 1200px) {
    	.conteudoPrimary{
			margin-top: 75px;			
		}
        .alturaSlide{
            height: 410px !important;
        }
        .btnInscricoes{        	        	
        	height: 90px !important;
        	font-size: 45px !important;
        	padding: 17px 35px !important;
        	line-height: 53px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 30%);
		}
		.btnTop {
			top: 50px;
		}
		.owl-carousel .owl-item img {
			height: 100px;
		}
    
    }

    @media screen and (min-width: 1300px) {
    	.conteudoPrimary{
			margin-top: 75px;			
		}
        .alturaSlide{
            height: 450px !important;
        }
        .btnInscricoes{        	       	
        	height: 90px !important;
        	font-size: 45px !important;
        	padding: 17px 35px !important;
        	line-height: 53px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 50%);
		}
		.btnTop {
			top: 50px;
		}
		.owl-carousel .owl-item img {
			height: 105px;
		}
    }   
    @media screen and (min-width: 1440px) {
    	
    	.conteudoPrimary{
			margin-top: 75px;			
		}
        .alturaSlide{
            height: 480px !important;
        }
        .btnInscricoes{        	 	
        	height: 100px !important;
        	font-size: 50px !important;
        	padding: 17px 47px !important;
        	line-height: 53px !important;        	
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 50%);
		}
		.btnTop {
			top: 50px;
		}
		.owl-carousel .owl-item img {
			height: 110px;
		}
    
    }
    @media screen and (min-width: 1600px) {
    	
    	.conteudoPrimary{
			margin-top: 75px;			
		}
        .alturaSlide{
            height: 585px !important;
        }
        .btnInscricoes{        	       	
        	height: 100px !important;
        	font-size: 50px !important;
        	padding: 17px 47px !important;
        	line-height: 53px !important;
        }
		.btnBottom {
			left: 25%;
			top: 60%;
			transform: translate(-50%, 50%);
		}
		.btnTop {
			top: 50px;
		}
		.owl-carousel .owl-item img {
			height: 120px;
		}
    
    }
    
    .inicarInsc{
        height: 200px;
        line-height: 33px;
        text-align: center;
    }
    .link-desenvolvedor{
    	color: #261E1E;
    	text-decoration: none;
    	font-weight: bolder;
    	border: 1px #261E1E solid;
    	padding: 10px
    }
    .link-desenvolvedor:hover{
    	background-color: #261E1E;
    	border: 1px #261E1E solid;
    	text-decoration: none;
    	padding: 10px;
    	color: var(--bg-footer);
    }

 	.pagination .page-item.active {
	  background-color: #e4e4e4;
	}

	/*INFOBOX*/

.info-box {
  position: fixed;
  background-color: #ffffff;
  color: #1d1d1d;
  border: 1px solid #dfdfdf;
  display: block;
  z-index: 1050;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}
.info-box .closer {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: inherit;
  color: inherit;
  z-index: 1;
}
.info-box .closer::before {
  display: block;
  content: "\00d7";
  font-size: 24px;
  margin-top: -4px;
}
.info-box .info-box-content {
  padding: 20px;
  z-index: 0;
}
.info-box.success {
  background-color: #60a917;
  color: #ffffff;
  border-color: #86e22a;
}
.info-box.info {
  background-color: #1ba1e2;
  color: #ffffff;
  border-color: #5ebdec;
}
.info-box.warning {
  background-color: #fa6800;
  color: #ffffff;
  border-color: #ff9447;
}
.info-box.alert {
  background-color: #CE352C;
  color: #ffffff;
  border-color: #df6e68;
}

.media-player.light .controls .info-box,
.media-player.light .controls .volume {
  background-color: inherit;
  color: #1d1d1d;
}

.media-player .info-box {
  position: relative;
  width: auto;
  display: block;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background: rgba(34, 34, 34, 0.5);
  color: #ffffff;
  padding: 0.625rem;
  font-size: 0.6875rem;
  text-align: center;
  height: 36px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  border: none;
}

.media-player .controls > button:hover,
.media-player .info-box:hover,
.media-player .volume:hover {
  color: #ffffff;
}
.media-player .controls > button.active,
.media-player .info-box.active,
.media-player .volume.active {
  background-color: rgba(111, 111, 111, 0.5);
}

.media-player .controls > button,
.media-player .info-box,
.media-player .volume {
  background-color: inherit;
  color: #555555;
  -ms-flex-negative: 0;
}
 
/*CSS MODAL*/

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 765px;
	position: relative;
	margin: 8% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;	
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; text-decoration: none}

.bg-grayWhite {

    background-color: #ededed !important;

}
.trofeu{
	position: absolute;
	top:37%;
}



/* Menu */

.logoMenu{
	margin-left: 20px;
    border-radius: 10px;
    padding: 0 8px;
}

/* MenuMetro */

        .app-bar-wrapper, .app-bar {
            background-color: var(--color-primary);
            color: var(--color-primary-text); 
        }
        .app-bar .brand {
            background-color: none;            
        }
        .app-bar-search {
            background-color: #3F4447!important;
            color: #bbbbbb!important;
            width: 200px!important;
        }
        .tabs ul li {
            background-color: #f8f8f8 ;
            white-space: nowrap;
            font-size: 14px;
        }
        .tabs ul li.active {
            border-top: 2px solid orange;
        }
        table {
            font-size: 14px;
        }
        table td [class*=mif-] {
            margin: 0 4px;
        }
        code {
            background-color: #F7F7F7;
            cursor: pointer;
        }
        code:hover {
            background-color: #ededed;
        }
        #hero {
            background-color: #ffffff!important;
        }
        .tabs {
            min-height: auto;
        }
        @media all and (min-width: 768px) {
            #hero {
                border-bottom: 1px solid #dfdfdf ;
                background-color:#f8f8f8 !important ;
            }
            .tabs {
                top: 2px;
            }
        }
        .tabs li {
            background-color: #f8f8f8!important; ;
        }
        .tabs li.active {
            background-color: #ffffff!important; ;
        }
	.galCampeao{
		text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 5px #000;
	}
	.bg-pretoLogo{
		background-color: var(--color-primary) !important;
	}

	.link{
		color: #797979 !important;
		font-weight: bold !important;
	}

	.efeitolinha{
		border-bottom: 1px solid #333;
	}

	.ajustTitle{
		margin: 0 auto;
		max-width: 600px;
		border-top: 2px solid #fff;
		padding-top: 10px
	}

.ajustCorrida{
	margin: 0 auto;
	max-width: 800px;
	padding-top: 45px;
	text-align: justify;
}

.contentBlog{
	margin-top: 50px;
	height: 50px;
}
.bgEfeitoPost{
	height: 500px;
	background: radial-gradient(circle, rgba(0,0,0,0.26234243697478987) 0%, rgba(0,0,0,0.5480567226890756) 35%, rgba(0,0,0,0.7469362745098039) 100%);
}
.textTitleBlog{
	text-align: left;
	text-shadow: 0 0 10px #000, 0 0 40px #000;
}


footer{
    background: var(--bg-footer);
}