 @charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #20163F;
}

a img {
	display: block;
	margin: 60px auto 30px auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

/* HEADER */

#header {
	padding: 12px 0;
	height: 80px;
	background: #20163F;
	border-bottom: 1px solid #150E2B;
	/* position: fixed;
	left: 0;
	top: 0;
	right: 0;*/
	transition: all 0.5s;
	z-index: 997;
}

#header.header-fixed {
	background: #000;
	padding: 20px 0;
	height: 72px;
	transition: all 0.5s;
}

#header #logo {
	float: left;
}

.svg {
	display: block;
	margin: 0;
	width: 125px;
}

/* Main menu */

.nav-menu, .nav-menu * {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	padding-top: 6px;
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.menu-has-children a i:before {
	display: block;
	padding-left: 0.5em;
	font-size: 10px;
}

#personal-menu {
	background: #fff;
	padding: 15px 14px 15px 14px;
	border-left: 1px solid #2c3035;
}

#personal-menu a {
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#personal-menu a img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
#header .nav-menu a {
	padding: 12px 8px 12px 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	outline: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#header .nav-menu a:hover {
	color: #FF6A00;
}

#header .nav-menu > li {
	margin-left: 10px;
	padding: 24px 5px 24px 5px;
	margin-top: -19px;
}

#header .nav-menu > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 8px;
	left: 0;
	background-color: #FF6A00;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#header .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#header .nav-menu ul {
	margin: 0 0 0 0;
}

#header .nav-menu ul li {
	background: var(--sixth-color);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .nav-menu ul li:first-child {
	border-top: 0;
}

#header .nav-menu ul li a {
	padding: 10px 20px;
	float: left;
	color: var(--primary-text);
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 100;
}

#header .nav-menu ul li a:hover {
	color: var(--fifth-color);
}

#header .nav-menu ul ul {
	margin: 0;
}


/*INDEX.PHP page content*/

#form {
	padding: 20px 30px;
}

#form .form-control {
    width: 100%;
    padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #382c5e;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
}	

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
/*input:-webkit-autofill:focus, */
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #382c5e;
}


.login-button {
	width: 130px;
	margin-top: 20px;
	padding: 10px 0;
	background: #fff;
	border: none;
	border-radius: 5px;
	color: #382c5e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.login-button:hover {
	background: #8E88A1;
	color: #382c5e;
}


/* DASHBOARD page */

/*--------------------------------------------------------------
# Hero section - homepage
--------------------------------------------------------------*/

#hero {
	background: #fff;
	padding: 75px 0;
}

#hero .section {
	text-align: left;
	margin-bottom: 20px;
}

#hero h3 {
	color: #20163F;
	font-size: 50px;
	font-weight: 800;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	#hero .section .pic1 {
		height: 230px;
	}
}

#hero.section .pic-404 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background-image: var(--image3);*/
	background-repeat: no-repeat;
	height: 477px;
	background-size: 60%;
	background-position: center center;
}

@media (max-width: 768px) {
  #hero .section .pic-404 {
    height: 230px;
  }
}

.content-404 h1, .content-404 h5 {
	text-align: center;
}

.content-404 h1 {
	text-transform: uppercase;
	margin-top: 0;
}


#hero .section h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

@media (max-width: 768px) {
  #hero.section p {
    text-align: center;
  }   
}

#hero .section p {
	color: #FF6A00;
	margin-bottom: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
}

@media (max-width: 768px) {
	#hero .section p {
		text-align: center;
	}
}

#hero .section .member-words p {
	color: #20163F;
	margin: 15px 0 40px 0px;
	line-height: 76px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 76px;
}

@media (max-width: 768px) {
	#hero .section .member-words p {
		font-size: 59px;
		text-align: center;
	}  
}

.tg-btn {
    color: #20163F;
    position: relative;
	border: 1px solid #20163F;
    border-radius: 10px;
    font-weight: 700;
    padding: 0.66rem 1.5rem 0.66rem 1.5rem;
    margin: 20px auto;
}

.tg-btn:hover {
    color: #fff;
    background: #20163F;
	border: 1px solid #20163F;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#hero .section a i {
	margin-left: 7px; 
}

/*--------------------------------------------------------------
# Options section - homepage
--------------------------------------------------------------*/

#options {
	background: #f7f7f7;
	color: #20163F;
	background-size: cover;
	padding: 40px 0 40px 0;
	font-family: 'Montserrat', sans-serif;
}

#options h3 {
	color: #20163F;
	font-size: 50px;
	font-weight: 800;
	padding-bottom: 30px;
}

#options .section p {
	color: #ff6a00;
	font-weight: 500;
	margin-bottom: 2px;
	font-size: 30px;
	text-align: center;
}


#options .box-silver {
	padding: 20px 20px 20px 20px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 12px;
	/*border: 2px solid #20163F;*/
}

#options .box-silver .icon1 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background-image: var(--icon1);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	height: 105px;
	background-size: 30%;
	padding-left: 100%;
}

#options .box-gold .icon2 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background-image: var(--icon2);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	height: 105px;
	background-size: 30%;
	padding-left: 100%;
}

#options .box-platinum .icon3 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background-image: var(--icon3);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 12px;
	height: 105px;
	background-size: 30%;
	padding-left: 100%;
}

#options .box-silver h4 a, #choose .box-platinum h4 a{
	color: #20163F;
}

#options .box-silver h4 a:hover, #choose .box-platinum h4 a:hover{
	color: #20163F;
}

#options .box-silver h6 a, #choose .box-platinum h6 a{
	color: #20163F;
	font-size: 16px;
}

#options .box-silver h6 a:hover, #choose .box-platinum h6 a:hover{
	color: #20163F;
}

#options ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#options ul li .price-value{
	font-weight: 700;
	font-size: 63px;
}

#options ul li .interval{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#options .section ul li p{
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	color: #20163F;
}

/*#options ul li.purchase-button a{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 50px;
  transition: 0.2s;
  margin: 20px 10px 0 0;
  color: #4b4b4b;
  background: #ebcb80;
}*/

/*#options ul li.purchase-button a:hover{
  background: var(--primary-text);
}*/

#options .box-gold {
	padding: 20px 20px 20px 20px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 12px;
	/*border: 2px solid #20163F;*/
}

#options .box-gold h4 {
	color: #20163F;
}

#options .box-gold ul li{
	color: #20163F;
}

/*#options .box-gold ul li.purchase-button a{
  transition: 0.2s;
  background: var(--primary-color);
  color: #20163F;
  display: inline-block;

}

#options .box-gold ul li.purchase-button a:hover{
  background: var(--primary-text);
  color: #20163F;
}*/

#options .box-platinum {
	padding: 20px 20px 20px 20px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	background: #fff;
	border-radius: 12px;
	/*border: 2px solid #20163F;*/
}

#options h4.title {
	font-weight: 700;
	color: #20163F;
	font-size: 23px;
	margin: 20px 0;
	text-transform: uppercase;
	line-height: 8px;
}

.box-silver h6.title {
	font-weight: 700;
	color: #20163F;
	font-size: 16px;
	margin: 20px 0;
	text-transform: uppercase;
	line-height: 8px;
}

#options .description {
	font-size: 14px;
	line-height: 24px;
}

p.number {
	font-weight: 900 !important;
	font-size: 70px !important;
}

/*--------------------------------------------------------------
# RENTING section - homepage
--------------------------------------------------------------*/
#renting {
	background-image: url("../graphics/purple-car.jpg"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 540px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#renting a.renting-btn {
	display: block;
	width: 300px;
	margin: 230px auto;
	vertical-align: middle;
	text-align: center;
    color: #ff6a00;
	border: 2px solid #ff6a00;
    border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
    font-weight: 700;
    padding: 0.66rem 1.5rem 0.66rem 1.5rem;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.renting-btn:hover {
    color: #fff !important;
    background: #ff6a00;
	border: 2px solid #ff6a00;
	text-decoration: none;
}

/* FOOTER */

.footer-top {
	background: #20163F;
	padding: 0;
	border-bottom: 1px solid #090712;
}

.footer-top .svg {
	display: block;
	margin: 15px 0;
	width: 125px;
}

@media (max-width: 768px) {
	.footer-top .svg {
		display: block;
		margin: 15px auto;
		width: 125px;
	}
}

.footer-top .intro-stats {
    display: flex;
	list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
	.footer-top .col-lg-6.col-md-3:first-child {
		border-bottom: 1px solid #090712;
	}
}

.footer-top .intro-stats li {
	border-left: 1px solid #090712;
    padding: 25px 22px 25px 67px;
    position: relative;
    cursor: default;
}

@media (max-width: 768px) {
	.footer-top .intro-stats li {
		border-left: none;
	}
}

.footer-top ul li i {
	display: inline-flex;
	font-size: 22px;
    color: #8E88A1;
    background: #393057;
    position: absolute;
	top: 22px;
    left: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 3px;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11,11,11, 0.15);
    transition: 0.3s;
}

.footer-top .intro-stats li strong {
    color: #FF6A00;
    font-size: 21px;
    margin-left: 20px;
	line-height: 10px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.footer-top .intro-stats li span {
	display: block;
    color: #8E88A1;
    font-size: 18px;
    line-height: 20px;
	margin-left: 20px;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.footer-middle {
	background: #191231;
	padding: 0;
}

@media (max-width: 768px) {
	.footer-middle h5 {
	color: #8E88A1;
	text-align: center;
	}
}

.footer-middle h5 {
	color: #FF6A00;
	text-align: left;
}

@media (max-width: 768px) {
	.footer-middle h5 {
		text-align: center;
		font-size: 25px;
	}
}

.footer-middle nav {
	margin: 40px 0;
}

.footer-middle nav ul {
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.footer-middle nav ul {
		text-align: center;
	}
}

.footer-middle nav ul li {
	display: block;
	list-style: none;
}

.footer-middle nav ul li a {
	text-decoration: none;
	color: #8E88A1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.footer-middle nav ul li a{
		font-size: 20px;
	}
}

.footer-middle p {
	color: #8E88A1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

footer.login-pages {
	background: #0E0A1B;
	padding: 0;
}

footer.login-pages p {
	color: #8E88A1;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 25px 0;
}

@media (max-width: 768px) {
	footer.login-pages p {
		text-align: center;
	}
}

footer.index-page {
	background: none;
	padding: 0;
}

footer.index-page p {
	color: #8E88A1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
