html {
	min-height: 100%;
}
body {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	min-height: 100%;
}
input {
	background: transparent;
	border: 1px solid #666;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px 15px;
}
label {
	font-weight: 700;
	font-size: 18px;
}
.mart-10 {
	margin-top: 10px;
}
.no-padding {
	padding: 0;
}
.white {
	color: #fff;
}
.full {
	width: 100%;
}
.no-padding {
	padding: 0;
}
.aten {
	color: #000;
	background: #fff;
	padding: 5px;
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.logo {
	width: 100%;
	max-width: 350px;
	float: left;
	z-index: 999;
}
.content {
	width: 100%;
	height: 100%;
	background-image: url(../images/fondo-moto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-bottom: 30px;
}
.form {
	padding: 10px 20px;
	background: rgba(255,255,255,.8);
}
.title-r {
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	background: #d62f34;
	padding: 7px 0px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
.btn {
	background: #c8050b;
	border: 1px solid #c8050b;
	color: #fff;
	padding: 7px 0px;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	transition: .4s;
}
.btn:hover,.btn:focus,.btn:active {
	background: #fff;
	color: #c8050b;
	transition: .4s;
}
.legal {
	font-size: 14px;
}
.icon {
	width: 30px;
	height: auto;
	margin:0px 10px;
	border-radius: 50%;
	transform: rotate(0deg);
	transition: .4s;
}
.icon:hover {
	transform: rotate(340deg);
	background: #fff;
	transition: .4s;
}
.footer {
	z-index: 999;
	background: #000;
	width: 100%;
	padding: 30px 0px;
	color: #fff;
	float: left;
	width: 100%;
}
.line {
	width: 100%;
	height: 2px;
	background: #666;
	margin-top: 25px;
	float: left;
}
.title {
	background: #c8050b;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	float: left;
}
.info {
	margin-top: 30px;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 0px 20px 10px;
}
.icon-info {
	width: 100%;
	max-width: 50px;
}
.title-info {
	margin: 0;
	color: #fff000;
	font-size: 18px;
}
.flecha {
	list-style-image: url('../images/flecha.png');
}
.right {
	float: right;
}
.tkp {
	padding: 20px 0px;
	background: rgba(0,0,0,.6);
}
.title-tkp {
	text-align: center;
	color: #fff000;
	font-size: 65px;
	margin: 0;
	font-weight: 700;
}
.subtitle-tkp {
	text-align: center;
	color: #fff000;
	font-size: 45px;
	font-weight: 700;
}
@media (max-width: 1444px) {
	label {
		font-weight: 400;
		font-size: 16px;
	}
	.aten {
		margin-bottom: 10px;
		float: left;
	}
	.white {
		float: left;
	}
}
@media (max-width: 950px) {
	.title-tkp {
		font-size: 25px;
		padding: 10px;
		font-weight: 400;
		margin-top: 10px;
	}
	.subtitle-tkp {
		font-size: 20px;
		font-weight: 400;
	}
}
#video {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
#header {
	background: rgba(0,0,0,0.8);
    height: 150px;
    width: 100%;
    top: 0;
    z-index: 10;
    position: absolute;
}
.height-inherit {
	height: inherit;
}
.logo-t {
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 768px) and (min-width: 576px){
	.logo-t {
		max-height: 50%;
	}
}
@media (max-width: 575px){
	.logo-t {
		max-height: 40%;
	}
	#icons {
		float: none;
	}
}
.font22 {
	font-size: 22px;
}
.nomargintop {
	margin-top: 0;
}
.bottommargin-sm {
	margin-bottom: 30px;
}
.uppercase {
	text-transform: uppercase;
}
.border-left {
	border-left: 2px solid;
    padding-left: 20px;
    margin-left: 10px;
}
.border-top {
	border-top: 1px solid;
    padding-top: 0px;
    margin-top: 5px;
}
#gallery {
	color: white;
	background-color: #1e1e1e;
	width: 100%;
	height: auto;
	padding: 30px;
	text-align: center;
}
@media (max-width: 991px){
	p.right {
		float: none;
		text-align: center;
		border-left: none;
	}
	.center-on-sm {
		text-align: center !important;
	}
	.bottommargin-sm {
		margin-bottom: 20px;
	}
	.aten {
		float: none;
	}
}
.red {
	color: #ec2024;
}
.rl {
    color: #ec2024;
    letter-spacing: -5px;
}
ul#valores > li {
	border-right: 2px solid red;
    padding-right: 20px;
    margin-right: 10px;
}
ul#valores > li:last-child {
	border-right: none;
}
.font15 {
	font-size: 15px;
}
.about {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-image: url('../images/background-moto-1.jpg');
	padding: 30px 100px 180px 100px;
}
.about-brand {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-image: url('../images/background-moto-2.jpg');
	padding: 10px;
}
.text-bg {
	max-width: 600px;
	text-align: center;
    margin: 0 auto;
}
.text-brand-bg {
	max-width: 500px;
	text-align: center;
    margin: 0 auto;
}