body{
	background: linear-gradient(90deg, rgb(14 35 17) 50%, rgba(0, 0, 0, 1) 100%);
	color: #fff;
}

.topbar{
	font-family: 'Quicksand';
	background-color: #000;
	justify-content: center;
	color: #a1c515;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.topbar a{
	text-decoration: underline;
}
.container {
	font-family: 'Quicksand',sans-serif;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-right{
	color: #fff;
}
a{
	color: #a1c515;
	text-decoration: underline;
}
a:hover{
	color: #a1c515;
}

.movil{
	background:none;
	color: #a1c515;
	border: none;
	text-decoration: underline;
}

/* Header */
.header {
	padding: 10px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.header .header-big {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin:auto;
}

.header .header-inside {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.header-big img, .header-inside img{
	width: 500px;
}

 .header-small {
    font-size: 50px;
    letter-spacing: 3px;
    color: #fff;
    text-align: left;
    margin-left: 60px;
    margin-top: 30px;
	font-family: "Oswald";
    text-transform: uppercase;
}
.header-small:after {
    border-bottom-color: #a1c515 !important;
    content: '';
    display: block;
    position: absolute;
    width: 307px;
    border-bottom: 3px solid;
    margin-top: 18px;
    margin-left: -50px;
    left: 11%;
}

/* Content */
.content {
	text-align: center;
}
.content .section {
	width: 100%;
	float: left;
}
.content .section h2 {
	font-weight: bold;
	font-size: 35px;
}
.content .section > p {
	padding: 10px 25% 10px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.timetable-column-grid{
	background-color: #fff !important;
}

/* Features */
.content .section .features-list {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.content .section .features-list img {
	display: inline-block;	
}
.content .section .features-item {
	float: left;
	width: 100%;
	margin: 5px 0 8px 0;
}
.content .section .features-icon {
	float: left;
    width: 50px;
	height: 50px;
	background: #6699cc;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 25px;
	color: #fff;
}
.content .section .features-icon i {
	margin-top: 13px;
	margin-left: 2px;
}
.content .section .features-icon .fa-dashboard {
	margin-top: 10px;
}
.content .section .features-icon .fa-file-text {
	font-size: 20px;
	margin-left: 4px;
}
.content .section .features-content {
	margin-left: 50px;
	padding-left: 15px;
	text-align: left;
}
.content .section .features-content h3 {
	margin-top: -3px;
	font-size: 22px;
}
.content .section .features-content p {
	color: #666;
	font-size: 14px;
}

/* Usage */
.content .section#usage {
	margin: 20px 0;	
}
.content .section#usage > p {
	margin-bottom: 15px;	
}

/* Monthly View */
.content .section#monthly-view {
	margin-top: 20px;
}
.content .section#monthly-view > p {
	margin-bottom: 0;	
}

/* Weekly View */
.content .section#weekly-view {
	margin-top: 40px;
}
.content .section#weekly-view > p {
	margin-bottom: 0;	
}

/* Code quote */
.code-header {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.code {
	background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
	padding: 10px;
	margin-bottom: 20px;
	color: #5AA4A3;
	text-align: left;
	letter-spacing: 0.5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
}
.code-title {
	color: #f0c674;
}
.code-attribute {
	color: #567BD2;
}
.code-value {
	color: #de935f;
}
.form-login{
	background-color: transparent;
	font-family: "Oswald";
	font-weight: 200;
	border: 0;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.form-login legend{
	background-color: transparent;
	font-family: "Oswald";
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border: none;
	padding-top: 1,5em;
}
.form-control{
	border-radius: 0px;
}

.checkbox{
	min-height: 5px;
}
.btn-enviar{
	font-family: "Oswald";
	background-color: transparent;
	color: #fff;
	border-radius: 0;
	 -webkit-box-shadow: 8px 5px 0px 0px rgb(161 197 21);
-moz-box-shadow: 8px 5px 0px 0px rgb(161 197 21);
box-shadow: 8px 5px 0px 0px rgb(161 197 21); 
border: 1px solid #a1c515;
text-transform: uppercase;
transition: 0.3s;

}

.btn-enviar:hover{
	background-color: #a1c515;
	color: #000;
	border-radius: 0;
	-webkit-box-shadow: 8px 5px 0px 0px rgb(0, 0, 0);
-moz-box-shadow: 8px 5px 0px 0px rgb(0, 0, 0);
box-shadow: 8px 5px 0px 0px rgb(0, 0, 0);
border: none;
text-transform: uppercase;
transition: 0.3s;
}


/* Footer */
.footer {
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 15px;
	font-family: 'Quicksand';
}
.footer:before {
	border-bottom-color: #a1c515 !important;
	content: '';
    display: block;
    position: absolute;
    width: 100px;
    border-bottom: 3px solid;
    margin-left: -50px;
    left: 50%;	
}
.footer .product-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Responsive */
@media (max-width: 767px) {
	.header .header-big {
		font-size: 40px;
        margin-top: 15px;
	}
    .header-small{
        margin-left: 30px !important;
        font-size: 20px;
    }
    .header-big img{
		width: 200px;
		margin: 0;
	}
    .container{padding-left: 0px;padding-right: 0px;}
	.content .section p {
		padding: 10px 0;
		line-height: 24px;
		font-size: 16px;
		color: #666;
	}
	.content .section .features-content h3 {
		margin-bottom: 0;
	}
	.content .section#usage .usage-column {
		padding: 0;
	}
	.content .section .features-item {
		margin: 5px 0 2px 0;
	}
}

@media (max-width: 430px){
	.header .header-big{
		display: flex;
		align-items: center;
		width: 100%;
	}

	.header .header-big img, .header .header-inside img{
		width: 75%;
	}
	.text-right{
		width: 100%;
		text-align: center;
		padding-top: 2em;
	}
}