body {
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
}
canvas { width: 100%; height: 100%; }


#congrats {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 5px;
	z-index:100;
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-align: center;
}


#info {
	width: 100%;
	padding: 5px;
	z-index:100;
	font-family: 'Montserrat', sans-serif;
	color: white;
	position: fixed;
    bottom: 0;
}


@media (max-width: 767px) {
	#info {
		font-size: 10px;
	}
}



a {
	color: #0080ff;
}
b { color: lightblue }





/*--Nav Bar--*/

.snfDropDownBG{
	background-color: rgba(15,15,15,0.5) !important;
	color: white;
    font-family: 'Montserrat', sans-serif;

}

.dropdown-item{
	color: white!important;
}

.dropdown-item:hover{
	background-color: #cecece;
	color: black!important;
}


.snfNavBarPos {
	width: 100%;
	z-index:200;
	position: fixed;
    top: 0;
}

.SNFBG{
	background-color: rgba(15,15,15,0.9) !important;
    font-family: 'Montserrat', sans-serif;
}

.logoRHE{
	height: 25px;
	width: auto;
}
.logoRHE2{
	height: 20px;
	width: auto;
	margin-left: 15px;
}

.nameSat{
	display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 8px;
}



/*--Display Title--*/
.snfTitle{
	width: 100%;
	z-index:110;
	position: fixed;
	color: white;
	margin-top: 70px;
}

.snfTextTitle{
	font-size: 20px;
	background-color: rgba(15,15,15,0.5) !important;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-radius: 10px;
}


/*--Card Info--*/
.snfCard{
	width: 100%;
	z-index:120;
	position: fixed;
	font-family: 'Montserrat', sans-serif;
	bottom: 40px;
	right: 10px;
	display: none;
	width: 18rem;
}

.close-icon {
  cursor: pointer;
}



@media (min-width: 2000px) {
  	.snfTextTitle{
		font-size: 35px;
	}

	.card-title{
		font-size: 25px !important;
	}

	.card-text{
		font-size: 20px !important;
	}

	.snfCard{
		width: 35rem !important;
		right: 50px !important;
	}


}

@media (min-width: 1500px) and (max-width: 1999px) {
  	.snfTextTitle{
		font-size: 30px;
	}

	.card-title{
		font-size: 20px !important;
	}

	.card-text{
		font-size: 18px !important;
	}

	.snfCard{
		width: 35rem !important;
		right: 35px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px){
	.snfTextTitle{
		font-size: 30px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	.snfTextTitle{
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.snfTextTitle{
		font-size: 20px;
	}

	.snfCard{
		bottom: 65px;
	}

	
}

@media (max-width: 767px) {

	.snfTextTitle{
		font-size: 18px;
	}

	.snfCard{
		bottom: 50px;
	}

	.card-title{
		font-size: 16px !important;
	}

	.card-text{
		font-size: 13px !important;
	}
}


	
	
    

/*--Barra de íconos--*/
.liZF{
	padding: 10px;
}



.reset {
    background-color: #00293f !important;
}

.iconBarIcon{
	max-height: 35px;
	width: auto;
	-webkit-transition-property: width, height; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: width, height;
    transition-duration: 0.5s;
    display: inline !important;
}

.navbar-collapse {
  max-height: 50vh;
  overflow-y: auto;
}






/*--Progress Bar--*/

.snfPogressBar{
	width: 50%;
	z-index:300;
	position: absolute;
    top: 50vh !important;
    right: 25vw !important;
}

.snfTitleProg{
	top: 50vh;
	left: 25vw;
	color: white;
	z-index: 300;
	position: fixed;
}


/*---- Mapa Sokol ----*/


.mapaSokolSize{
  width: 100% !important;
  height: 50vh !important;
}

.mapaSokol{
  width: 100% !important;
  height: 50vh !important;
}



@media (max-width: 767px) {

	.mapaSokol{
	  width: 100% !important;
	  height: 300px !important;
	}
	

}

