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.5) !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--*/

.snfBtnCollapse{
	position: fixed;
	z-index: 100;
	margin-top: 80px;
	margin-left: 10px;
    width: 45px;
    background-color: #1c1c1c;
    display: none;
}

.icon-bar {
	position: fixed;
	z-index: 100;
	margin-top: 120px;
	margin-left: 10px;
    width: 45px;
    background-color: #1c1c1c;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 4px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
}

.icon-bar a:hover {
    background-color: #000;
}

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

.iconBarIcon{
	height: 20px;
	width: auto;
	-webkit-transition-property: width, height; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: width, height;
    transition-duration: 0.5s;
}

.iconBarIcon:hover{
	height: 40px;
	width: auto;
}




@media (min-width: 2000px) {
	.reset {
	    height: 40px;
		width: auto;
		font-size: 20px !important;
		
	}

	.icon-bar {
    	width: 90px;
	}

	.iconBarIcon{
		height: 60px;
		width: auto;
	}

	.iconBarIcon:hover{
		height: 120px;
		width: auto;
	}
  	
}





@media (min-width: 1500px) and (max-width: 1999px) {
	.reset {
	    height: 30px;
		width: auto;
		font-size: 15px !important;
		
	}

	.icon-bar {
    	width: 50px;
	}

	.iconBarIcon{
		height: 40px;
		width: auto;
	}

	.iconBarIcon:hover{
		height: 80px;
		width: auto;
	}

}





@media (min-width: 1200px) and (max-width: 1499px){
	.reset {
	    height: 30px;
		width: auto;
		font-size: 13px !important;
		
	}

	.icon-bar {
    	width: 40px;
	}

	.iconBarIcon{
		height: 30px;
		width: auto;
	}

	.iconBarIcon:hover{
		height: 45px;
		width: auto;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {
	.reset {
	    height: 25px;
		width: auto;
		font-size: 11px !important;
		
	}

	.icon-bar {
    	width: 30px;
	}

	.iconBarIcon{
		height: 25px;
		width: auto;
	}

	.iconBarIcon:hover{
		height: 50px;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.snfBtnCollapse{
	    display: block;
	}
}

@media (max-width: 767px) {
	.snfBtnCollapse{
	    display: block;
	}
}




/*--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;
}
