
body{
	background:linear-gradient(180deg, rgba(16, 0, 40, 0.8), rgba(255, 0, 150, 0.0)), url("../../img/bg.jpg") ;
	background-size: cover ;
	background-repeat: no-repeat ;
	background-attachment: fixed ;
	background-position: center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	overflow-x: hidden ;
	height: auto ;

}

html{
	

	overflow-x: hidden !important;
	height: auto !important;
}

#page-container {
	position: relative;
	min-height: 100vh;
	max-height: 100%;
}

#content-wrap {
	padding-bottom: 2.5rem;    /* Footer height */
}


@media screen and (max-width: 768px) {

	#page-container {
		position: relative;
		min-height: 200vw;
		max-height: 200vw;
	}

	body{
		background:linear-gradient(180deg, rgba(16, 0, 40, 0.8), rgba(255, 0, 150, 0.0)), url("../../img/bg-phone.jpg") ;
		background-size: cover ;
		background-repeat: no-repeat ;
		/* background-attachment: fixed ;*/ 
		background-position: center ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-attachment: scroll;
		overflow-x: hidden ;
		height: auto ;

	}

/*	html{
		background:linear-gradient(180deg, rgba(16, 0, 40, 0.8), rgba(255, 0, 150, 0.0)), url("../img/bg-phone.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	}*/
}

.logo{
	max-width: 150px;
	margin-left: 50px;
	position: relative;
}

.custom-nav{
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.navbar-brand-custom {
	float:none;
}

.navbar-toggler-custom{
	color: red;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.message-block {
	background: #dfece7 none repeat scroll 0 0;
	border: 1px solid #dfece7;
	border-radius: 2px;
	color: #1f2121;
}


.chat-text::after, .chat-text::before {

	border-color: transparent #dfece7 transparent transparent;

}
.chat-text::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent #d2d6de transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: medium;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 15px;
	width: 0;
}

.chat-text::after {
	border-width: 5px;
	margin-top: -5px;
}

.chat-text {
	background: #d2d6de none repeat scroll 0 0;
	border: 1px solid #d2d6de;
	border-radius: 5px;
	color: #444;
	margin: 5px 0 0 10px;
	padding: 5px 10px;
	position: relative;
}


.chat-text-inverse {
	width: auto;
	text-align: right;
	background: #757575 none repeat scroll 0 0;
	border: 1px solid #757575;
	border-radius: 2px;
	color: #1f2121;
}

.chat-text-inverse::after, .chat-text-inverse::before {

	border-color: transparent #757575 transparent transparent;

}
.chat-text-inverse::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent #757575 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: medium;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 15px;
	width: 0;
	transform: scaleX(-1);

}
.chat-text-inverse::after {
	border-width: 5px;
	margin-top: -5px;

}
.chat-text-inverse {
	background: #757575 none repeat scroll 0 0;
	border: 1px solid #757575;
	border-radius: 2px;
	color: #1f2121;

}
.chat-text-inverse {
	background: #757575 none repeat scroll 0 0;
	border: 1px solid #757575;
	border-radius: 5px;
	color: #f5f5f5;
	margin: 5px 0 0 10px;
	padding: 5px 10px;
	position: relative;
}

.btn-place{
	margin: 0 0 0 0;

}


.btn-info{
	background: #ffbc00 !important;
	color: #18042C !important;
	border-color: rgba(230, 176, 25, 0.6) !important;
}

.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(24, 4, 44, 0.6) !important;
}

.btn-place .button-size{
	min-width: 100%;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #18042C;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #ffbc00;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #18042C;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #ffbc00;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #ffbc00;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #18042C;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #ffbc00;
		border-left-color: transparent;
	}
}





a:active{
	color: #BFB741;
}







.footer {
	position: absolute;
	background: #100028;
	opacity: 0.8;
	color: #f5f5f5;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 0px;
	
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;

}


.footer a{
	color: #FFD700 !important;
}

.footer a:active{
	color: #BFB741;
}

.navbar-toggler-icon{
	color: #FFD700 !important;
}




/* Header */
nav{
	display: inline-block;
	text-align: right;
	padding: 28px 0;
}

.header__logo{
	padding: 30px 0;
}

.header__container {
	max-width: 1170px !important;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

.header__nav__social {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}

.header__nav__social:before {
	position: absolute;
	left: 0;
	top: 4px;
	height: 13px;
	width: 1px;
	background: rgba(225, 225, 225, 0.8);
	content: "";
}

.header__nav__social a {
	list-style: none;
	color: #ffbc00;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.header__nav__social a:hover {
	color: #e6b019;
}


.header__nav__option{
	padding-top: 10px;

}

.header__hr{
	min-height: 2px !important;
	border: none;
	width: 100%;
	margin-top:  -20px;
	color: #e6b019;
	background-color: #e6b019;
}


.header__nav__menu{
	width: 100%;
}


.header__nav__menu a{
	font-size: 15px;
	font-family: "Play", sans-serif;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	position: relative;
	padding: 6px 0;
	text-decoration: none;
}

.header__nav__menu ul li a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	top: 100%;
	left: 0;
	background: #ffbc00;
	transition: transform 0.5s;
	transform: rotateY(90deg);

}
ul li a:hover {
	transform: scale(1);
	color: #95a5a6;
}
ul li a:hover::after {
	transform: rotate(0deg);

}

.nav__item{
	font-size: 1.2em;
	display: inline-block;
	margin-left: -10%;
	left: 0;
	top: 0;
}

.header__logo__img{
	width: 150px;
	margin-top: -15px;
}

/* Fim Header */




/* Menu */
@media screen and (max-width: 968px) {

	header{
		z-index: 1000;
		position: relative;
		top: 0;
		width: 100%;
		height: 80px;
		font-family: "Josefin Sans", sans-serif;
		-webkit-font-smoothing: antialiased;

	}

	nav{

		display: block;
		left: 100px;
		text-align: center;
	}
	.mobile-menu ,.header__nav__social{

	}

	.header__logo{
		margin-left: 35%;
		padding: 25px 0;
	}


	.header__container {
		max-width: 1200% !important;
		/*min-width: 500%;*/
		width: 100%;
		height: 90px;

	}

	.header__nav__social {
		text-align: center;
		left: 33%;
		margin-top: -40px;			
	}

	.header__nav__social:before {
		content: none;
	}

	.header__nav__social a {
		list-style: none;
		margin-bottom: 10px;
		color: #ffbc00;
		display: block;
		margin-right: 10px;
		position: relative;
	}

	.social__item{
		font-size: 20px;
	}

	.header__nav__social a:hover {
		color: #e6b019;
	}


	.header__nav__social a:act {
		color: #e6b019;
	}


	.header__nav__option{
		padding-top: 0px;
		margin-left: -120%;
		width: 100% !important;
		background: #100028;
		transition: 1s;
		position: inherit;
	}


	.show{
		margin-left: 0% !important; 
		position:absolute;
		right:0;
		left:0;

	}

	.header__hr{
		min-height: 2px !important;
		border: none;
		width: 100%;
		margin-top:  -20px;
		color: #e6b019;
		background-color: #e6b019;
	}


	.header__nav__menu{
		width: 100%;
		margin-top: 0px;
	}


	.header__nav__menu a{
		font-size: 20px;
		font-family: "Play", sans-serif;
		color: #ffffff;
		display: block;
		text-transform: uppercase;
		position: relative;
		padding: 6px 0;
		text-decoration: none;
	}

	.header__nav__menu ul li a::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 3px;
		top: 100%;
		left: 0;
		background: #ffbc00;
		transition: transform 0.5s;
		transform: rotateY(90deg);

	}
	ul li a:hover {
		transform: scale(1);
		color: #95a5a6;
	}
	ul li a:hover::after {
		transform: rotate(0deg);

	}

	.nav__item{
		font-size: 1.2em;
		display: block;
	}

	.header__logo__img{
		width: 100px;
	}



	/* Important styles */
	#toggle {
		display: block;
		width: 28px;
		height: 30px;
		position: absolute;
		bottom: 15%;
		right: 0;
		float: right;
		margin-top: 0px;
		margin-right: 10px;
	}


	#toggle span:after,
	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	#toggle span:after{
		top: 9px;
	}
	#toggle span {
		position: relative;
		display: block;
	}

	#toggle span,
	#toggle span:after,
	#toggle span:before {
		width: 100%;
		height: 5px;
		background-color: #e6b019;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}

	/* on activation */
	#toggle.on span {
		background-color: transparent;
	}
	#toggle.on span:before {
		transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
		transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu {
		opacity: 1;
		visibility: visible;
	}

	/* menu appearance*/
	#menu {
		position: relative;
		color: #999;
		width: 200px;
		padding: 10px;
		margin: auto;
		font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
		text-align: center;
		border-radius: 4px;
		background: white;
		box-shadow: 0 1px 8px rgba(0,0,0,0.05);
		/* just for this demo */
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s;
	}
	#menu:after {
		position: absolute;
		top: -15px;
		left: 95px;
		content: "";
		display: block;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid white;
	}
	ul, li, li a {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	li a {
		padding: 5px;
		color: #888;
		text-decoration: none;
		transition: all .2s;
	}
	li a:hover,
	li a:focus {

		color: #fff;
	}


	/* demo styles */
	body { margin-top: 3em;  color: #555; font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif; }
	p, p a { font-size: 12px;text-align: center; color: #888; }



}


@media screen and (min-width: 100px) and  (max-width: 2024px){
	.bottom-d{
		margin-bottom: 80px;
	}
}