width: 50px;width: 50px;width: 50px;width: 50px;/* 
KNOVA FRAMEWORK 2018

REGLAS
- Las clases inician con "k_"
- Las frases se separan con "_" y "-"

CONTENIDO
- Global
- Custom
- Templates

SPECIFICS
- About
- Available
- Carousel
- Carousel Related
- Cart
- Checkout
- Contact
- Detail
- Display
- Filter
- Footer
- Form
- Grid
- Header
- Header Checkout
- Item
- Map
- Search Grid
- Service
- Servuce Faq
- Service Form
- Service Manuals
- Sidenav
- Sidenav Off-Canvas
- sidenav Overlay
- Sidenav Filter
- Sidenav Menu
- Tabs
- User
- User Drop
- User History

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {}

/*---------------------------------------------------------- GLOBAL */

html {
  scroll-behavior: smooth;
}

body {
	background:#000000;
}

body.whitebg {
	background:#FFFFFF;
}

/*---------------------------------------------------------- CUSTOM */

.k_color_knova-bg {background:#AE1304 !important}
.k_color_knova-font {color:#AE1304 !important}

.k_color_knova-link,
.k_color_knova-link:active,
.k_color_knova-link:link,
.k_color_knova-link:focus,
.k_color_knova-link:hover,
.k_color_knova-link:visited {
	color:#AE1304 !important
}

.k_color_darkgray-bg {background:#181818 !important}
.k_color_gray-bg {background:#2B2B2B !important}

/*------------------------------------------------------- TEMPLATES */

.k_text_header {
	font-size:22px;
	line-height:24px;
}

.k_link_underline,
.k_link_underline:active,
.k_link_underline:link,
.k_link_underline:focus,
.k_link_underline:hover,
.k_link_underline:visited {
	display:inline-block;
	color:#000;
	font-size:12px;
	line-height:12px;
	text-decoration:underline;
	letter-spacing:1px;
	margin:0;
	font-weight:bold;
}

.k_container_general {
	padding:30px 10px 60px 10px;
}

.k_columns-50_left {
	text-align:left;
	float:left;
	width:50%;
	padding:2px 0 2px 0;
}

.k_columns-50_right {
	text-align:right;
	float:left;
	width:50%;
	padding:2px 0 2px 0;
}

.k_columns-50_center {
	text-align:center;
	float:left;
	width:50%;
	padding:2px 0 2px 0;
}

.k_columns-icon_left {
	text-align:left;
	float:left;
	width:90%;
	padding:2px 0 2px 0;
}

.k_columns-icon_right {
	text-align:right;
	float:left;
	width:10%;
	padding:2px 0 2px 0;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_container_general {
		padding:30px 0 60px 0;
	}
	
}

/*------------------------------------------------------- SPECIFICS */

/*----------------------------------------------------------- ABOUT */

.k_about_banner {
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/photo/acerca.jpg);
	background-size:cover;
	background-position:center;
}

.k_about_banner-position {
	margin:auto;
	text-align: center;
}

.k_about_banner-title {
	font-size: 75px;
	letter-spacing: 9px;
	color: #FFFFFF;
}

.k_about_padding {
	padding: 0 150px 0 150px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_about_banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.k_about_banner-title {
		font-size: 40px;
		letter-spacing: 5px;
	}
	
	.k_about_padding {
		padding: 0 15px 0 15px;
	}
	
}

/*------------------------------------------------------- AVAILABLE */

.k_available_stores {
	border:1px solid #DDDDDD;
	padding:0 20px 0 20px;
	overflow-y:scroll;
	height:217px;
}

.k_available_store {
	padding:5px 0 5px 0;
	border-bottom:1px solid #DDDDDD;
}

.k_available_store:last-child {
	border-bottom:none;
}

/*------------------------------------------------------- BANNER HOME */

.k_bannerhome_banner {
	overflow: hidden;
	position: relative;
}

.k_bannerhome_button-position {
	width: 90%;
	vertical-align: bottom;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 86%;
}

.k_bannerhome_over {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 700px;
	animation-name: example;
    animation-duration: 0.75s;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	vertical-align: bottom;
}

.k_bannerhome_black,
.k_bannerhome_black:active,
.k_bannerhome_black:hover,
.k_bannerhome_black:link,
.k_bannerhome_black:focus,
.k_bannerhome_black:visited {
	display: block;
	width: 95%;
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.k_bannerhome_red,
.k_bannerhome_red:active,
.k_bannerhome_red:hover,
.k_bannerhome_red:link,
.k_bannerhome_red:focus,
.k_bannerhome_red:visited {
	display: block;
	width: 95%;
	background-color: #AE1304;
	color: #FFFFFF;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

@keyframes example {
  0%   {background-color: rgba(0, 0, 0, 0.0);}
  100% {background-color: rgba(0, 0, 0, 0.3);}
}

div#show2 {
	display: none;
}

div#show1:hover div#show2 {
	display: block;
}

/*-------------------------------------------------------- CAROUSEL */

.k_carousel {
	padding:40px;
}

.k_carousel_content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 30px 0 30px;
}

.k_carousel-4 {
	width: 23.5%;
	margin:0 1% 0 1%;
	height:auto;
	counter-increment: gallery-cell;
	background-color:#000000;
}

.k_carousel_category {
	position:relative;
	flex: 1;
}
.k_carousel_category:hover 
.k_carousel_category-image {
	opacity: 0.30;
    filter: alpha(opacity=30);
}

.k_carousel_category-image {
	width:100%;
	opacity: 0.9;
    filter: alpha(opacity=80);
}

.k_carousel_name {
	width:90%;
	height:140px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-45%;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_carousel {
		padding:20px;
	}
	
	.k_carousel-4 {
		width: 32.333%;
	}
	
	.k_carousel_category:hover 
	.k_carousel_category-image {
		opacity: 0.60;
	}
	
	.k_carousel_option,
	.k_carousel_option:link,
	.k_carousel_option:visited {
		color:#FFFFFF;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_carousel {
		padding:20px 0 20px 0;
	}
	
	.k_carousel-4 {
		width:100%;
	}

}

/*------------------------------------------------ CAROUSEL RELATED */

.k_carousel-related_content {
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 30px 0 30px;
}

.k_carousel-related_item {
	display:block;
	width:100%;
	padding:30px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.k_carousel-related_item img {
	width:100%;
}

.k_carousel-related-4 {
	width: 23.5%;
	margin:0 1% 0 1%;
	height:auto;
	counter-increment: gallery-cell;
	position: relative;
	overflow: hidden;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_carousel-related-4 {
		width: 32.333%;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_carousel-related-4 {
		width:100%;
	}

}

/*------------------------------------------------------------ CART */

.k_cart_table-header {
	font-weight:bold;
	margin-bottom:10px;
}

.k_cart_table-image {
	float:left;
	width:7%;
	margin-right:3%;
}

.k_cart_table-group {
	float:left;
	width:90%;
}

.k_cart_table-codes {
	float:left;
	width:15%;
}

.k_cart_table-description {
	float:left;
	width:40%;
}

.k_cart_table-quantity {
	float:left;
	width:30%;
	text-align:right;
}

.k_cart_table-delete {
	float:left;
	width:15%;
	text-align:right;
}

.k_cart_table-row {
	border-top:1px solid #DDDDDD;
	padding:10px 0 10px 0;
}

.k_cart_table_qtybutton,
.k_cart_table_qtybutton:active,
.k_cart_table_qtybutton:link,
.k_cart_table_qtybutton:focus,
.k_cart_table_qtybutton:hover,
.k_cart_table_qtybutton:visited {
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:top;
	text-align:center;
	line-height:30px;
	border:1px solid #CCCCCC;
	color:#000000;
	background:none;
	font-size:10px;
	margin-top:5px;
}

.k_cart_table_qtyfield {
	display:inline-block;
	width:40px;
	height:30px;
	vertical-align:top;
	border:1px solid #CCCCCC;
	margin:0 -4px 0 -4px;
	text-align:center;
	margin-top:5px;
	font-size:13px;
}

.k_cart_table_icobutton,
.k_cart_table_icobutton:active,
.k_cart_table_icobutton:link,
.k_cart_table_icobutton:focus,
.k_cart_table_icobutton:hover,
.k_cart_table_icobutton:visited {
	margin-top:7px;
	font-size:18px;
	display:inline-block;
	color:#000000;
	vertical-align:top;
}

.k_cart_table_checkbox {
	margin-left:15px;
	position:relative;
	top:13px;
	vertical-align:top;
}

.k_cart_table_button-1,
.k_cart_table_button-1:active,
.k_cart_table_button-1:link,
.k_cart_table_button-1:focus,
.k_cart_table_button-1:hover,
.k_cart_table_button-1:visited {
	display:inline-block;
	border-radius:4px;
	text-align:center;
	padding:5px 20px 5px 20px;
	background:#000000;
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:10px;
}

.k_cart_table_button-2,
.k_cart_table_button-2:active,
.k_cart_table_button-2:link,
.k_cart_table_button-2:focus,
.k_cart_table_button-2:hover,
.k_cart_table_button-2:visited {
	display:inline-block;
	border-radius:4px;
	text-align:center;
	padding:4px 20px 4px 20px;
	background:#FFFFFF;
	color:#000000;
	font-size:13px;
	border:1px solid #000000;
	font-weight:bold;
	margin-bottom:10px;
}

.k_cart_summary_block-1 {
	background:#EEEEEE;
	padding:15px 30px 15px 30px;
}

.k_cart_summary_block-2 {
	background:#DDDDDD;
	padding:15px 30px 30px 30px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {

	.k_cart_table-image {
		width:35%;
		margin-right:5%;
	}
	
	.k_cart_table-group {
		width:60%;
	}
	
	.k_cart_table-codes {
		width:100%;
	}
	
	.k_cart_table-description {
		width:100%;
	}
	
	.k_cart_table-quantity {
		width:100%;
		text-align:left;
	}
	
	.k_cart_table-delete {
		width:100%;
		text-align:left;
	}
	
	.k_cart_table_button-1:link {
		width:32%;
		padding:0;
		height:45px;
		line-height:45px;
	}
	
	.k_cart_table_button-2:link {
		width:32%;
		padding:0;
		height:45px;
		line-height:45px;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_cart_table_button-1:link {
		width:100%;
		padding:0;
		height:45px;
		line-height:45px;
	}
	
	.k_cart_table_button-2:link {
		width:100%;
		padding:0;
		height:45px;
		line-height:45px;
	}

}

/*-------------------------------------------------------- CHECKOUT */

.k_checkout_number {
	display:block;
	width:28px;
	height:28px;
	line-height:24px;
	font-size:16px;
	border-radius:14px;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	text-align:center;
	float:left;
	vertical-align:middle;
}

.k_checkout_selected-number {
	border:1px solid #000000;
	color:#FFFFFF;
	background:#000000;
}

.k_checkout_text {
	vertical-align:middle;
	float:left;
	padding-top:4px;
	margin-left:4px;
	font-size:16px;
	color:#CCCCCC;
}

.k_checkout_selected-text {
	color:#000000;
	font-weight:bold;
}

.k_checkout_form-width {
	padding:0 90px 0 90px;
}

.k_checkout_column-border-right {
	border-right:1px solid #EEEEEE;
	margin-right:-1px;
}

.k_checkout_column-border-left {
	border-left:1px solid #EEEEEE;
}

.k_checkout_blocksum {
	border:1px solid #EEEEEE;
	padding:20px;
}

.k_checkout_item {
	border-bottom:1px solid #EEEEEE;
	padding:5px 0 5px 0;
}

.k_checkout_image {
	width:15%;
	float:left;
	margin-right:5%;
}

.k_checkout_group {
	width:80%;
	float:left;
}

.k_checkout_data {
	width:50%;
	float:left;
	font-size:13px;
}

.k_checkout_subtotal {
	width:50%;
	float:left;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}

/*Laptop (md)*/ 
@media (max-width: 1529px) {
	
	.k_checkout_form-width {
		padding:0 60px 0 60px;
	}
	
}

/*Tablet (xs)*/ 
@media (max-width: 1099px) {

	.k_checkout_number {
		display:block;
		border:1px solid #CCCCCC;
		width:28px !important;
		height:28px !important;
		line-height:24px !important;
		font-size:16px !important;
		border-radius:14px !important;
		color:#CCCCCC;
		text-align:center;
		float:none;
		vertical-align:middle;
		margin-left:auto;
		margin-right:auto;
	}

	.k_checkout_text {
		float:none;
		padding-top:5px;
		margin-left:auto;
		margin-right:auto;
		font-size:12px;
		color:#CCCCCC;
		text-align:center;
		width:100%;
	}

	.k_checkout_selected-number {
		border:1px solid #000000;
		color:#FFFFFF;
		background:#000000;
	}
	
	.k_checkout_selected-text {
		color:#000000;
		font-weight:bold;
	}
	
	.k_checkout_column-border-right {
		border-right:none;
		margin-right:auto;
	}
	
	.k_checkout_column-border-left {
		border-left:none;
	}
	
	.k_checkout_form-width {
		padding:0 0 0 0;
	}
	
	.k_checkout_image {
		width:30%;
		margin-right:5%;
	}
	
	.k_checkout_group {
		width:65%;
	}
	
	.k_checkout_data {
		width:100%;
	}
	
	.k_checkout_subtotal {
		width:100%;
		text-align:left;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
}

/*--------------------------------------------------------- CONTACT */

.k_contact_display {
	height:100vh;
	display:flex;
	flex-direction: column;
}

.k_contact_split-1 {
	flex: 1;
	display: flex;
}

.k_contact_banner {
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/photo/contacto.jpg);
	background-size:cover;
	background-position:center;
}

.k_contact_banner-position {
	margin:auto;
	text-align: center;
}

.k_contact_block,
.k_contact_block:active,
.k_contact_block:link,
.k_contact_block:focus,
.k_contact_block:hover,
.k_contact_block:visited {
	display: block;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	height: 150px;
	color: #FFFFFF;
	border-radius: 4px;
}

.k_contact_mobile-banner {
	display: flex;
	background-image: url(../img/photo/contacto.jpg);
	background-size: cover;
	background-position:center;
	text-align: center;
	padding: 60px 0 60px 0;
}

.k_contact_mobile-op,
.k_contact_mobile-op:active,
.k_contact_mobile-op:link,
.k_contact_mobile-op:focus,
.k_contact_mobile-op:hover,
.k_contact_mobile-op:visited {
	color: #FFFFFF;
	padding: 15px 0 15px 0;
	text-align: center;
	display: block;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {
}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_contact_display {
		height:auto;
		display:block;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	 .k_contact_display {
		height:auto;
		display:block;
	}
	
	.k_contact_split-1 {
		display:block;
		flex:none;
	}
	
	.k_contact_mobile-op,
	.k_contact_mobile-op:active,
	.k_contact_mobile-op:link,
	.k_contact_mobile-op:focus,
	.k_contact_mobile-op:hover,
	.k_contact_mobile-op:visited {
		padding: 10px 0 10px 0;
	}
	
}

/*---------------------------------------------------------- DETAIL */

.k_detail_display {
	margin-top:15px;
}

.k_detail_display-left {
	float:left;
	width:10%;
	margin-right:1%;
}

.k_detail_display-right {
	float:left;
	width:89%;
	border:1px solid #DDDDDD;
	text-align:center;
	border-radius:3px;
}
.k_detail_display-right img {
	max-height:440px;
}

.k_detail_thumbs,
.k_detail_thumbs:active,
.k_detail_thumbs:link,
.k_detail_thumbs:focus,
.k_detail_thumbs:hover,
.k_detail_thumbs:visited {
	width:100%;
	border:1px solid #DDDDDD;
	padding:10px;
	border-radius:3px;
	display:block;
	margin-bottom:10px;
	color:#000000;
	min-height:80px;
	line-height:54px;
	text-align:center;
	letter-spacing:1px;
	font-size:13px;
}
.k_detail_thumbs img {
	width:100%
}

.k_detail_data {
	background:#EEEEEE;
	padding:30px;
}

.k_detail_data-name {
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	margin-bottom:5px;
}

.k_detail_data-price {
	color:#666666;
	font-size:18px;
	letter-spacing:1px;
	margin-bottom:5px;
}

.k_detail_data-item {
	padding:15px 0 15px 0;
	border-bottom:1px solid #CCC;
}

.k_detail_data-item:last-child {
	padding:15px 0 15px 0;
	border-bottom:none;
}

.k_detail_data-item_left {
	float:left;
	width:60%;
}

.k_detail_data-item_right {
	float:left;
	width:40%;
	text-align:right;
}

.k_detail_data-codes {
	color:#666666;
	font-size:13px;
	line-height:13px;
	letter-spacing:1px;
}

.k_detail_data-variant {
	font-size:18px;
	line-height:18px;
}

.k_detail_data_qtybutton,
.k_detail_data_qtybutton:active,
.k_detail_data_qtybutton:link,
.k_detail_data_qtybutton:focus,
.k_detail_data_qtybutton:hover,
.k_detail_data_qtybutton:visited {
	display:inline-block;
	width:30px;
	height:30px;
	vertical-align:top;
	text-align:center;
	line-height:30px;
	border:1px solid #CCCCCC;
	color:#000000;
	background:none;
	font-size:10px;
	margin-top:10px;
}

.k_detail_data_qtyfield {
	display:inline-block;
	width:40px;
	height:30px;
	vertical-align:top;
	border:1px solid #CCCCCC;
	margin:0 -4px 0 -4px;
	text-align:center;
	margin-top:10px;
	font-size:13px;
}

.k_detail_data_button,
.k_detail_data_button:active,
.k_detail_data_button:link,
.k_detail_data_button:focus,
.k_detail_data_button:hover,
.k_detail_data_button:visited {
	display:block;
	height:50px;
	line-height:50px;
	background:#000;
	color:#FFF;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
}

/* structure */
.k_detail_tabs-handle a.open{
   color:#000000;
   border-bottom:5px #000000 solid;
}

.k_detail_tabs-tab:link, 
.k_detail_tabs-tab:visited  {
	display:block;
	width:25%;
	height:40px;
	line-height:40px;
	color:#999999;
	float:left;
	text-decoration:none;
	border-bottom:5px #CCCCCC solid;
	cursor: pointer;
	outline: 0;
	text-align:center;
}
.k_detail_tabs-tab:active,
.k_detail_tabs-tab:focus,
.k_detail_tabs-tab:hover {
	color:#000000;
	border-bottom:5px #000000 solid;
	text-decoration:none;
}

.k_detail_tabs-row {
    border: #FFFFFF 1px solid;
    position:relative;
    overflow:hidden;
}

.k_detail_tabs-row_content {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.k_detail_tabs-row_content.open{
    display:block;
}

.k_detail_xsheader {
	height:30px;
	border-bottom:2px solid #000;
	text-align:center;
	margin-bottom:15px;
}

.k_detail_icon {
	background:#EEEEEE;
	display:inline-block;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	font-size:13px;
	padding:0 10px 0 0;
	border-radius:4px;
	margin-right:5px;
}

.k_detail_icon img {
	height:30px;
	margin-right:10px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_detail_display-left {
		float:left;
		width:7%;
		margin-right:1%;
	}
	
	.k_detail_display-right {
		float:left;
		width:92%;
		border:1px solid #DDDDDD;
		text-align:center;
		border-radius:3px;
	}
	.k_detail_display-right img {
		max-height:440px;
	}
	
	.k_detail_data_button {
		width:30%;
		margin-left:70%;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_detail_display-right {
		float:none;
		width:100%;
		border:none;
	}
	.k_detail_display-right img {
		max-height:none;
		width:100%;
	}
	
	.k_detail_data {
		margin:0 -15px 0 -15px;
		background:#EEEEEE;
		padding:15px;
	}
	
	.k_container_general {
		padding:30px 0 60px 0;
	}
	
	.k_detail_tabs-row {
		position:relative;
		overflow:visible;
		height:auto !important;
	}
	
	.k_detail_tabs-row_content {
		display:block;
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		height:auto;
	}
	
	.k_detail_data_button {
		width:100%;
		margin-left:0;
	}
	
}

/*--------------------------------------------------------- DISPLAY */

.k_display {
	height:100vh;
	display:flex;
	flex-direction: column;
}

.k_display_split-1 {
	flex: 1;
	display: flex;
}

.k_display_split-2 {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.k_display_split-3 {
	flex: 1;
	display: flex;
}

.k_display_banner-1 {
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/demo/display-1.png);
	background-size:cover;
	background-position:center;
}

.k_display_banner-2 {
	background-color:#CCCCCC;
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/demo/display-2.png);
	background-size:cover;
	background-position:center;
}

.k_display_banner-3 {
	background-color:#DDDDDD;
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/demo/display-3.png);
	background-size:cover;
	background-position:center;
}

.k_display_banner-4 {
	background-color:#EEEEEE;
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/demo/display-4.png);
	background-size:cover;
	background-position:center;
}

.k_display_about {
	background:url(../img/photo/acerca.jpg);
	background-size:cover;
	background-position:bottom;
	flex:1;
	background-repeat:no-repeat;
	position:relative;
}

/*Laptop (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs)*/ 
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {

.k_display {
	height:auto;
	display:block;
}

.k_display_split-1 {
	display:block;
	flex:none;
}

.k_display_split-2 {
	display:block;
	flex:none;
}

.k_display_split-3 {
	display:block;
	flex:none;
}

.k_display_banner-1 {
	height:375px;
}

.k_display_banner-2 {
	height:180px;
}

.k_display_banner-3 {
	height:375px;
}

.k_display_banner-4 {
	height:375px;
}

}

/*---------------------------------------------------------- FILTER */

.k_filter {
	color:#FFFFFF;
}

.k_filter_title {
	letter-spacing:1px;
	font-size:20px;
	margin-left:10px;
}

.k_filter_number {
	font-style:italic;
	margin-left:10px;
}

.k_filter_submenu-header,
.k_filter_submenu-header:link,
.k_filter_submenu-header:visited,
.k_filter_submenu-header:active,
.k_filter_submenu-header:focus,
.k_filter_submenu-header:hover {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #666666;
	margin-left:10px;
}

.k_filter_submenu-option,
.k_filter_submenu-option:link,
.k_filter_submenu-option:visited {
	display:block;
	color:#999999;
	padding:8px 0 8px 0;
	font-size:14px;
	line-height:14px;
	margin-left:10px;
}
.k_filter_submenu-option:active,
.k_filter_submenu-option:focus,
.k_filter_submenu-option:hover {
	color:#FFFFFF;
}

.k_filter_plus {
	float:right;
}

.k_filter_option,
.k_filter_option:link,
.k_filter_option:visited,
.k_filter_option:active,
.k_filter_option:focus,
.k_filter_option:hover {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
	border-bottom:1px solid #222222;
	margin-bottom:-1px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_filter_title {
		margin-left:5px;
	}
	
	.k_filter_number {
		margin-left:5px;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {}

/*---------------------------------------------------------- FOOTER */

.k_footer {
	padding:60px 45px 60px 45px;
}

.k_footer_left {
	border-right:1px solid #222222;
	padding-right:60px;
}

.k_footer_right {
	border-left:1px solid #222222;
	padding-left:60px;
	margin-left:-1px;
}

.k_footer_menu {
	display:flex;
}

.k_footer_link div a,
.k_footer_link div a:link,
.k_footer_link div a:visited {
	display:block;
	color:#999999;
	font-size:14px;
	padding:2px 0 2px 0;
}
.k_footer_link div a:active,
.k_footer_link div a:focus, 
.k_footer_link div a:hover {
	color:#FFFFFF;
}

.k_footer_columns{
	justify-content:space-between;
}

.k_footer_header {
	font-size:16px;
	letter-spacing:1px;
	color:#FFFFFF;
}

.k_footer_header-option,
.k_footer_header-option:active,
.k_footer_header-option:link,
.k_footer_header-option:focus,
.k_footer_header-option:hover
.k_footer_header-option:visited {
	font-size:16px !important;
	letter-spacing:1px !important;
	color:#FFFFFF !important;
}

.k_footer_flag {
	height:16px;
	display:inline-block;
	position:relative;
	top:-1px;
	margin-right:3px;
}

.k_footer_social a,
.k_footer_social a:link,
.k_footer_social a:visited {
	display:inline-block;
	color:#CCCCCC;
	font-size:20px;
	padding:5px 15px 15px 0;
}
.k_footer_social a:active,
.k_footer_social a:focus, 
.k_footer_social a:hover {
	color:#FFFFFF;
}

.k_footer_newsletter {
	width:100%;
	position:relative;
	height:26px;
}

.k_footer_newsletter-input {
	width:100%;
	height:32px;
	float:right;
	background:#FFFFFF;
	border:none;
	border-radius:4px;
	padding:10px;
	margin-top:5px;
}

.k_footer_newsletter-icon,
.k_footer_newsletter-icon:active, 
.k_footer_newsletter-icon:focus,
.k_footer_newsletter-icon:hover,
.k_footer_newsletter-icon:link,
.k_footer_newsletter-icon:visited {
	font-size:18px;
	color:#000000;
	position:absolute;
	right:5px;
	top:9px;
	padding-left:10px;
}

.k_footer_legal,
.k_footer_legal:link,
.k_footer_legal:visited {
	display:block;
	color:#999999;
	font-size:14px;
	padding:2px 0 2px 0;
}
.k_footer_legal:active,
.k_footer_legal:focus, 
.k_footer_legal:hover {
	color:#FFFFFF;
}

/*Laptop (md)*/  
@media (max-width: 1529px) {}

/*Tablet (sm)*/ 
@media (max-width: 1099px) {

	.k_footer_left {
		border-right:none;
		padding-right:15px;
	}
	.k_footer_right {
		border-left:none;
		padding-left:15px;
		margin-left:0;
	}
	
	.k_footer_columns{
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.k_footer_column {
		flex-basis:33.333%;
		margin-bottom:30px;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {

	.k_footer {
		padding:30px 0 30px 0;
		text-align:center;
	}
	
	.k_footer_menu {
		display:block;
	}
	
	.k_footer_link div a:link {
		padding:5px 0 5px 0;
	}
	
	.k_footer_newsletter-input {
		height:35px;
	}
	
	.k_footer_newsletter-icon:link {
		top:10px;
		right:10px;
	}
	
	.k_footer_legal:link {
		padding:5px 0 5px 0;
	}

}

/*------------------------------------------------------------ FORM */

.k_form_block {
	padding:30px;
	border:solid 1px #EEEEEE;
}

.k_form_edit-block {
	padding:30px;
	border:solid 1px #EEEEEE;
	position:relative;
	top:-1px;
	margin-bottom:-2px;
	background:#FFFFFF;
}

.k_form_requeriment {
	font-size:inherit;
}

.k_form_wrap {
	position:relative;
}

.k_form_warning {
	position:absolute;
	right:8px;
	top:8px;
	color:#CC0000;
	font-size:18px;
}

.k_form_warning-text {
	color:#CC0000;
	margin-top:-8px;
	margin-bottom:10px;
}

.k_form_field {
	border-radius:4px;
	height:34px;
	line-height:34px;
	border:solid 1px #DDDDDD;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	background:#F6F6F6;
}

.k_form_select {
	border-radius:4px;
	height:34px;
	border:solid 1px #DDDDDD;
	width:100%;
	padding:0 10px 0 10px;
	background:#F6F6F6;
	margin-bottom:10px;
}

.k_form_fieldarea {
	border-radius:4px;
	height:136px;
	line-height:normal;
	border:solid 1px #DDDDDD;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	background:#F6F6F6;
}

.k_form_button,
.k_form_button:active,
.k_form_button:link,
.k_form_button:focus,
.k_form_button:hover,
.k_form_button:visited {
	display:block;
	height:50px;
	line-height:50px;
	background:#000;
	color:#FFF;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
}

.k_form_slim-button,
.k_form_slim-button:active,
.k_form_slim-button:link,
.k_form_slim-button:focus,
.k_form_slim-button:hover,
.k_form_slim-button:visited {
	display:block;
	height:34px;
	line-height:34px;
	background:#000;
	color:#FFF;
	text-align:center;
	border-radius:4px;
	letter-spacing:1px;
}

.k_form_button-2,
.k_form_button-2:link,
.k_form_button-2:visited {
	display:block;
	background:#FFFFFF;
	color:#000000;
	border:2px solid #000000;
	border-radius:6px;
	text-align:center;
	height:50px;
	line-height:46px;
}
.k_form_button-2:active,
.k_form_button-2:focus,
.k_form_button-2:hover {
	color:#FFFFFF;
	background:#000;
}

.k_form_button-slim,
.k_form_button-slim:link,
.k_form_button-slim:visited {
	display:block;
	background:#000000;
	color:#DDDDDD;
	border-radius:6px;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-top:15px;
	font-size:12px;
}
.k_form_button-slim:active,
.k_form_button-slim:focus,
.k_form_button-slim:hover {
	color:#FFFFFF;
}

.k_form_button-field,
.k_form_button-field:link,
.k_form_button-field:visited {
	display:block;
	background:#000000;
	color:#DDDDDD;
	border-radius:6px;
	text-align:center;
	height:34px;
	line-height:34px;
	font-size:12px;
}
.k_form_button-field:active,
.k_form_button-field:focus,
.k_form_button-field:hover {
	color:#FFFFFF;
}

.k_form_button-2-slim,
.k_form_button-2-slim:link,
.k_form_button-2-slim:visited {
	display:block;
	background:#FFFFFF;
	color:#000000;
	border:2px solid #000000;
	border-radius:6px;
	text-align:center;
	height:30px;
	line-height:28px;
	margin-top:15px;
	font-size:12px;
}
.k_form_button-2-slim:active,
.k_form_button-2-slim:focus,
.k_form_button-2-slim:hover {
	color:#FFFFFF;
	background:#000;
}

/*Laptop (md)*/  
@media (max-width: 1529px) {}

/*Tablet (sm)*/ 
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
.k_form_block {
	padding:0;
	border:none;
}

.k_form_edit-block {
	padding-left:0;
	padding-right:0;
	border:none;
}

}

/*------------------------------------------------------------ GRID */

.k_grid_container {
	padding:20px 0 40px 0;
}

.k_grid_title {
	font-size:20px;
	color:#FFFFFF;
	margin-left:10px;
	letter-spacing:1px;
	display:inline-block;
	margin-bottom:10px;
}

.k_grid_views,
.k_grid_views:active,
.k_grid_views:link,
.k_grid_views:focus,
.k_grid_views:hover,
.k_grid_views:visited {
	font-size:20px;
	margin-left:0;
	letter-spacing:1px;
	color:#FFFFFF;
	display:inline-block;
	margin-right:10px;
}

.k_grid_order {
	background: #181818;
	border: 1px solid #333333;
	color: #CCCCCC;
	height: 35px;
	margin-right: 10px;
	padding: 0 20px 0 20px;
}

.k_grid_order2 {
	background: #181818;
	border: 1px solid #333333;
	color: #CCCCCC;
	height: 35px;
}

.k_grid_badge_grid {
	max-width: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.k_grid_badge_search {
	max-width: 90px;
	position: absolute;
	top: 0;
	left: 0;
}

.k_grid_badge_m-search {
	max-width: 60px;
	position: absolute;
	top: -10px;
	left: -15px;
}

.k_grid_item-base {
	background-color:#FFFFFF;
	padding:30px;
}

.k_grid_4-item {
	width:25%;
	padding:10px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.k_grid_4-item img {
	width:100%;
}

.k_grid_3-item {
	width:33.333%;
	padding:10px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.k_grid_3-item img {
	width:100%;
}

.k_grid_data {
	text-align:center;
	padding:10px 0 0 0;
	height:50px;
	font-weight:bold;
}

/*Laptop (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs)*/ 
@media (max-width: 1099px) {
		
	.k_grid_order {
		margin-right: 5px;
	}
	
	.v_grid-category {
		padding:15px 30px 30px 30px;
	}
	
	.k_grid_title {
		margin-left:5px;
	}
	
	.k_grid_views:link {
		margin-right:5px;
	}
	
	.k_grid_4-item {
		width:33.3333%;
		padding:5px;
	}
	
	.k_grid_3-item {
		width:50%;
		padding:5px;
	}
	
	.k_grid_badge_grid {
		max-width: 90px;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	
	.k_grid_badge_search {
		max-width: 80px;
		position: absolute;
	}
	
	.k_grid_item-base {
		padding:10px;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.v_grid-category {
		padding:15px 0 15px 0;
	}
	
	.k_grid_4-item {
		width:50%;
		padding:5px;
	}
	
	.k_grid_3-item {
		width:50%;
		padding:5px;
	}
	
	.k_grid_title {
		margin-left:5px;
	}
	
	.k_grid_views:link {
		margin-left:0;
	}
	
	.k_grid_item-base {
		padding:10px;
	}

}

/*---------------------------------------------------------- HEADER */

.k_header_space {
	height:50px;
}

.k_header {
	height:50px;
	position:fixed;
	top:0;
	width:100%;
	z-index:8888;
}

.k_header_flex {
	display:flex;
}

.k_header_bars {
	display:inline-block;
	vertical-align:top;
	font-size:26px;
	padding:6px 20px 5px 0;
}

.k_header_mobilesearch {
	display:inline-block;
	vertical-align:top;
	font-size:26px;
	padding:6px 20px 5px 0;
}

.k_header_logo {
	display:inline-block;
	vertical-align:top;
	padding:7px 0 7px 0;
}
.k_header_logo img {
	height:36px;
}

.k_header_search-container {
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 0 0 20px;
}

.k_header_search-field {
	height:32px;
	margin:9px 0 0 0;
	border-radius:4px;
	width:200px;
	padding:0 10px 0 35px;
	background-color:rgba(255,255,255,0.2);
	color:#FFFFFF;
	border:1px solid rgba(255,255,255,0.21);
}
.k_header_search-field::placeholder {
	color:rgba(255,255,255,0.65);
}
.k_header_search-field:-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
}
.k_header_search-field::-ms-input-placeholder {
	color:rgba(255,255,255,0.65);
}

.k_header_search-icon {
	position:absolute;
	left:10px;
	top:15px;
	font-size:16px;
}

.k_header_slogan {
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.k_header_slogan img {
	height:18px;
}

.k_header_right {
	height:50px;
	float:right;
	text-align:right;
}

.k_header_right-option {
	display:inline-block;
	font-size:20px;
	padding:11px 0 11px 0;
	position:relative;
	margin-left:10px;
}

.k_header_notification {
	font-size:12px;
	display:inline-block;
	padding:2px 4px 0 4px;
	background:#F00;
	border-radius:3px;
	vertical-align:top;
}

.k_header_promo {
	min-height: 47px;
	background-color: #000000;
	color: #FFFFFF;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 8887;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 7px;
	line-height: 17px;
}

.k_header_promo-white {
	background-color: #FFFFFF;
	color: #000000;
}

.k_header_promo-red {
	background-color:#3E0001;
	color: #FFFFFF;
}

.k_header_promo-gray {
	background-color:#212121;
	color: #FFFFFF;
}

.k_header_promo-link,
.k_header_promo-link:active,
.k_header_promo-link:link,
.k_header_promo-link:hover,
.k_header_promo-link:focus,
.k_header_promo-link:visited {
	color: #AE1304;
	margin-left: 5px;
	font-weight: bold;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_header_flex {
		display:block;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_header_flex {
		display:flex;
	}
	
	.k_header_logo {
		flex:1;
		text-align:center;
	}
	
	.k_header_promo {
		padding-top: 20px;
	}

	.k_header_promo {
		min-height: 45px !important;
		font-size: 14px;
		font-style: italic;
		text-align: center;
		padding-top: 14px;
		padding-bottom: 14px;
		line-height: 16px;
	}
	
}

/*------------------------------------------------- HEADER CHECKOUT */

.k_header-checkoutout_flex {
	display:flex;
}

.k_header-checkout_logo {
	display:inline-block;
	vertical-align:top;
	padding:7px 0 7px 0;
}
.k_header-checkout_logo img {
	height:36px;
}

/*------------------------------------------------------------ ITEM */

.k_align_item-data {
	text-align:center;
	height:90px;
}

.k_item_codes {
	font-size:13px;
	color:#666666;
	letter-spacing:1px;
	margin-bottom:5px;
}

.k_item_name {
	font-size:16px;
	line-height:18px;
	color:#000000;
	margin-bottom:5px;
}

.k_item_price {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

.k_item_line-price {
	font-size:14px;
	text-decoration:line-through;
	color:#666666;
}

/*------------------------------------------------------------- MAP */

.k_map_banner {
	flex: 1;
	display: flex;
	overflow:hidden !important;
	background-image:url(../img/photo/tiendas.jpg);
	background-size:cover;
	background-position:bottom;
	background-repeat: no-repeat;
}

.k_map_banner-position {
	margin:auto;
	text-align: center;
	padding: 30px;
}

.k_map_banner-title {
	font-size: 75px;
	letter-spacing: 9px;
	color: #FFFFFF;
}

.k_map_banner-text {
	font-size: 20px;
	letter-spacing: 5px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.k_map_banner-link,
.k_map_banner-link:active,
.k_map_banner-link:link,
.k_map_banner-link:focus,
.k_map_banner-link:hover,
.k_map_banner-link:visited {
	background: #FFFFFF;
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	font-weight: bold;
}

.p_homecontent_anchor {
	position: relative;
	top: 30px;
	height: 30px;
}

.map {
	display:block;
	width:100%;
	height:100vh;
}

.k_map {
	position:relative;
}

.k_map_locations {
	width:300px;
	height:80vh;
	background:#FFFFFF;
	position:absolute;
	top:10vh;
	left:58px;
	padding:30px;
	overflow:scroll;
	border-radius:2px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.k_map_region,
.k_map_region:link,
.k_map_region:visited {
	display:block;
	color:#666666;
	padding:5px 0 5px 0;
	border-bottom:1px solid #EEEEEE;
}
.k_map_region,
.k_map_region:focus,
.k_map_region:hover {
	color:#000000;
}

.k_map_region:last-child {
	border-bottom:none;
}

.k_map_stores {
	padding:10px 0 10px 0;
	margin-left:10px;
}

.k_map_store,
.k_map_store:link,
.k_map_store:visited {
	display:block;
	color:#666666;
	padding:5px 0 5px 0;
	border-bottom:1px solid #EEEEEE;
}
.k_map_store,
.k_map_store:focus,
.k_map_storen:hover {
	color:#000000;
}

.k_map_details {
	font-size:14px;
	padding:0 0 20px 0;
	background:#FFFFFF;
	position:relative;
	top:-1px;
}

.k_map_selected {
	font-weight:bold;
	color:#AE1304 !important;
}

.k_map_route,
.k_map_route:active,
.k_map_route:link,
.k_map_route:focus,
.k_map_route:hover,
.k_map_route:visited {
	font-weight:bold;
	color:#AE1304;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_map_banner-position {
		margin:auto;
		text-align: center;
		padding: 60px 30px 60px 30px;
	}
	
	.k_map_banner-title {
		font-size: 40px;
		letter-spacing: 5px;
	}

	.k_map_banner-text {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}

	.k_map_banner-link,
	.k_map_banner-link:active,
	.k_map_banner-link:link,
	.k_map_banner-link:focus,
	.k_map_banner-link:hover,
	.k_map_banner-link:visited {
		background: #FFFFFF;
		display: block;
		padding: 10px;
		font-size: 12px;
		letter-spacing: 0;
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}


	.k_map_locations {
		width:100%;
		height:auto;
		background:#FFFFFF;
		position:relative;
		top:auto;
		left:auto;
		padding:30px 15px 30px 15px;
		overflow:auto;
		border-radius:0;
	}
	
	.k_map_region:link {
		padding:10px 0 10px 0;
	}
	
	.k_map_store:link {
		padding:10px 0 10px 0;
	}

}

/*--------------------------------------------------- MOBILE SEARCH */

.k_mobilesearch_floatposition {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 9999;
}

.k_mobilesearch_block {
	color: #FFFFFF;
	background: #000000;
	padding: 15px;
}

.k_mobilesearch_search {
	position:relative;
	text-align:center;
	padding:0;
}

.k_mobilesearch_search-input {
	width:100%;
	height:35px;
	line-height:35px;
	background:#FFFFFF;
	border:none;
	border-radius:4px;
	padding:10px;
	vertical-align:top;
	color: #000000;
}

.k_mobilesearch_search-icon {
	color:#000000;
	font-size:18px;
	position:absolute;
	right:9px;
	top:9px;
}

.k_mobilesearch_results {
	color: #000000;
	background: #FFFFFF;
	min-height: 100px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.k_mobilesearch_results a:last-child {
	border-bottom:none;
}

.k_mobilesearch_results_item,
.k_mobilesearch_results_item:link,
.k_mobilesearch_results_item:active,
.k_mobilesearch_results_item:focus,
.k_mobilesearch_results_item:hover,
.k_mobilesearch_results_item:visited {
	height: 70px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.k_mobilesearch_results_item-image {
	float: left;
	width: 25%;
	height: 70px;
	text-align: center;
	
}

.k_mobilesearch_results_item-image img {
	max-height: 65px;
	margin: auto auto;
}

.k_mobilesearch_results_item-text {
	float: left;
	width: 75%;
	height: 70px;
	padding-top: 7px;
	font-size: 16px;
}

/*----------------------------------------------------------- MODAL */

.k_modal_image {
		width: 100%;
	}

.k_modal_padimage {
	padding: 0 !important;
}

.k_modal_padform {
	padding: 0 !important;
	padding-left: 40px !important;
}

.k_modal_close-1 {
	font-size: 20px;
}

.k_modal_close-box {
	display: none;
}

.k_modal_close-2,
.k_modal_close-2:active,
.k_modal_close-2:link,
.k_modal_close-2:focus,
.k_modal_close-2:hover,
.k_modal_close-2:visited {
	color: #FFFFFF;
	font-size: 30px;
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_modal_padimage {
		padding: 15px !important;
	}

	.k_modal_padform {
		padding: 15px !important;
		padding-left: 15px !important;
	}
	
	.k_modal_margin {
		width: 80%;
		margin-left: 10%;
	}
	
	.k_modal_close-box {
		display: block;
		width: 100%;
		text-align: right;
		padding: 10px;
	}

}

/*----------------------------------------------------- SEARCH GRID */

.k_search-grid {
	display:flex;
	flex-wrap:wrap;
	padding-left:6px;
}

.k_search-grid_item {
	flex-basis:16.666%;
	padding:10px 20px 20px 20px;
	text-align:center;
	border:1px solid #EEEEEE;
	border-top:none;
	border-bottom:none;
	margin:15px -1px 15px 0;
	position: relative;
}

.k_search-grid_item img {
	width:60%;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_search-grid {
		padding-left:4px;
	}
	
	.k_search-grid_item {
		flex-basis:25%;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_search-grid {
		padding-left:2px;
	}
	
	.k_search-grid_item {
		flex-basis:50%;
	}
	
}

/*--------------------------------------------------------- SERVICE */

.k_service_banners {
	display: flex;
	height: 30vh;
}

.k_service_banner-position {
	margin: auto;
	text-align: center;
}

.k_service_banner-subtitle {
	font-size: 20px;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.k_service_banner-title {
	font-size: 50px;
	letter-spacing: 10px;
	color: #FFFFFF;
}

.k_service_container {
	padding:40px 0 80px 0;
}

.k_service_option,
.k_service_option:link,
.k_service_option:visited {
	display: block;
	margin-left: 10px;
	color: #CCCCCC;
	padding: 5px 0 5px 0px;
}
.k_service_option:active,
.k_service_option:focus,
.k_service_option:hover {
	color: #FFFFFF;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_service_banners {
		display: flex;
		height: 25vh;
	}

	.k_service_banner-title {
		font-size: 30px;
		letter-spacing: 5px;
	}

	.k_service_banner-subtitle {
		font-size: 15px;
		letter-spacing: 1px;
	}

}

/*----------------------------------------------------- SERVICE FAQ */

.k_service_banner-faq {
	background-image: url(../img/photo/service_banner.jpg);
	background-size: cover;
	background-position:center;
}

.k_service_question {
	border-bottom:1px solid #444444;
	margin-bottom:-1px;
	padding: 15px 0 15px 0;
	color: #CCCCCC;
}

.k_service_readtext {
	color: #999999;
	line-height: 25px;
}

.k_service_question-main,
.k_service_question-main:active,
.k_service_question-main:link,
.k_service_question-main:focus,
.k_service_question-main:hover,
.k_service_question-main:visited {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_service_question {
		text-align: center;
	}

	.k_service_readtext {
		text-align: center;
	}

}

/*---------------------------------------------------- SERVICE FORM */

.k_service_banner-form {
	background-image: url(../img/photo/service_banner.jpg);
	background-size: cover;
	background-position:center;
}

.k_service_container-form {
	padding:40px 0 80px 0;
}

.k_service_form {
	background: #FFFFFF;
	padding:60px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {

	.k_service_form {
		padding:30px;
	}
	
}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_service_form {
		padding:15px;
		margin: 0 -15px 0 -15px;
	}
	
	.k_service_container-form {
		padding: 0;
	}

}

/*----------------------------------------------------- MANUALES V2 */

.k_manualesv2 {
	hmin-height: 100vh;
}

.k_manualesv2_back {
	background-image:url(../img/photo/manuales.jpg);
	background-size:cover;
	background-position:top;
	background-attachment: fixed;
	padding-bottom: 30px;
}

.k_manualesv2_banner-title {
	font-size: 50px;
	letter-spacing: 5px;
	color: #FFFFFF;
}

.k_manualesv2_search {
	position: relative;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
}

.k_manualesv2_input {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 100%;
	border: 1px solid #FFFFFF;
	padding: 8px 10px 10px 50px;
	margin-top: 30px;
	border-radius: 4px;
	font-size: 17px;
	color: #FFFFFF;
}
.k_manualesv2_input::placeholder {
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.k_manualesv2_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFFFFF;
}
.k_manualesv2_input::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFFFFF;
}

.k_manualesv2_searchicon {
	position: absolute;
	top: 14px;
	left: 15px;
	color: #FFFFFF;
	font-size: 22px;
}

.k_grid_fix {
	min-height: 100vh;
}

.k_grid_5-item {
	width:20%;
	padding:10px;
	box-sizing:border-box;
	float:left;
	position:relative;
}

.k_manualesv2_item-base {
	background-color:#FFFFFF;
	padding:20px;
	height: 430px;
}

.k_manualesv2_sku {
	height: 20px;
	font-weight: bold;
	color: #000000;
}

.k_manualesv2_name {
	height: 70px;
	color: #000000;
	line-height: 18px;
}

.k_manualesv2_image-frame {
	width: 100%;
	height: 160px;
	margin-bottom: 5px;
}

.k_manualesv2_image {
	display: block;
	max-height: 160px;
	margin-left: auto;
	margin-right: auto;
}

.k_manualesv2_manual,
.k_manualesv2_manual:active,
.k_manualesv2_manual:focus,
.k_manualesv2_manual:hover,
.k_manualesv2_manual:link,
.k_manualesv2_manual:visited {
	display: block;
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	border-radius: 4px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	margin-top: 5px;
}

.k_manualesv2_video,
.k_manualesv2_video:active,
.k_manualesv2_video:focus,
.k_manualesv2_video:hover,
.k_manualesv2_video:link,
.k_manualesv2_video:visited {
	display: block;
	width: 100%;
	background: #FFFFFF;
	color: #AE1304;
	border-radius: 4px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	border: #AE1304 1px solid;
	margin-top: 5px;
}

.k_manualesv2_button,
.k_manualesv2_button:active,
.k_manualesv2_button:focus,
.k_manualesv2_button:hover,
.k_manualesv2_button:link,
.k_manualesv2_button:visited {
	display: block;
	width: 100%;
	background: #E5E5E5;
	color: #000000;
	border-radius: 4px;
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	margin-top: 5px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {

	.k_manualesv2_search {
		width: 40%;
	}
	
	.k_manuales_container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_manualesv2_search {
		width: 55%;
	}
	
	.k_grid_5-item {
		width:33.33%;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_manuales_container {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.k_manualesv2_search {
		width: 100%;
	}
	
	.k_grid_5-item {
		width:100%;
	}

}

/*------------------------------------------------- SERVICE MANUALS */

.k_service_banner-manuales {
	background-image: url(../img/photo/service_banner.jpg);
	background-size: cover;
	background-position:center;
}

.k_service-manuals-row,
.k_service-manuals-row:link,
.k_service-manuals-row:visited {
	border-top: 1px solid #444444;
	color: #CCCCCC;
	display: block;
	width: 100%;
	padding: 15px;
}
.k_service-manuals-row:active,
.k_service-manuals-row:focus,
.k_service-manuals-row:hover {
	color: #FFFFFF;
	background: #222222;
}

.k_service-manuals-code {
	float: left;
	width: 30%;
}

.k_service-manuals-name {
	float: left;
	width: 70%;
}

/*--------------------------------------------------------- SIDENAV */

.k_sidenav_close-white,
.k_sidenav_close-white:active,
.k_sidenav_close-white:link,
.k_sidenav_close-white:hover,
.k_sidenav_close-white:focus,
.k_sidenav_close-white:visited {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	padding: 15px 0 30px 30px;
}

.k_sidenav_close-black,
.k_sidenav_close-black:active,
.k_sidenav_close-black:link,
.k_sidenav_close-black:hover,
.k_sidenav_close-black:focus,
.k_sidenav_close-black:visited {
	display: block;
	color: #000000;
	font-size: 20px;
	padding: 15px 0 30px 30px;
}

.sidenav_white {
	background-color: #FFFFFF !important;
}

.sidenav_gray {
	background-color: #EEEEEE !important;
}

#main {
	position:absolute;
    transition: margin-left .5s;
    padding: 0;
	width: 100%; /* Quitar para comprimir */
}

/*---------------------------------------------- SIDENAV OFF-CANVAS */

.sidenav_offcanvas {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position:fixed; /* Stay in place fixed */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav_offcanvas */
	margin: 0;
}


@media screen and (max-height: 450px) {
	
    .sidenav_offcanvas {padding-top: 15px;}
    .sidenav_offcanvas a {font-size: 18px;}
	
}

/*------------------------------------------------- SIDENAV OVERLAY */

.sidenav_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
	z-index: 9999;
}

@media screen and (max-height: 450px) {
  .sidenav_overlay {padding-top: 15px;}
  .sidenav_overlay a {font-size: 18px;}
}

/*-------------------------------------------------- SIDENAV FILTER */

.k_sidenav-filter {
	background:#FFFFFF;
}

.k_sidenav-filter_submenu {
	width: 200px;
	margin: 0 30px 30px 30px;
}

.k_sidenav-filter_submenu-header,
.k_sidenav-filter_submenu-header:link,
.k_sidenav-filter_submenu-header:visited,
.k_sidenav-filter_submenu-header:active,
.k_sidenav-filter_submenu-header:focus,
.k_sidenav-filter_submenu-header:hover {
	display:block;
	color:#000000;
	padding:5px 0 5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #666666;
	margin-left:10px;
}

.k_sidenav-filter_suboption,
.k_sidenav-filter_suboption:link,
.k_sidenav-filter_suboption:visited {
	display:block;
	color:#999999;
	padding:8px 0 8px 0;
	font-size:14px;
	line-height:14px;
	margin-left:10px;
}
.k_sidenav-filter_suboption:active,
.k_sidenav-filter_suboption:focus,
.k_sidenav-filter_suboption:hover {
	color:#000000;
}

.k_sidenav-filter_plus {
	float:right;
}

.k_sidenav-filter_option,
.k_sidenav-filter_option:link,
.k_sidenav-filter_option:visited,
.k_sidenav-filter_option:active,
.k_sidenav-filter_option:focus,
.k_sidenav-filter_option:hover {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
	border-bottom:1px solid #222222;
	margin-bottom:-1px;
}

/*---------------------------------------------------- SIDENAV MENU */

.k_sidenav-menu_panel {
	background:#000000;	
	width: 0;
}

.k_sidenav-menu_padding {
	padding: 0 30px 30px 30px;
}

.k_sidenav-menu_search {
	height:35px;
	position:relative;
	text-align:center;
	padding:0;
}

.k_sidenav-menu_search-input {
	width:100%;
	height:35px;
	line-height:35px;
	background:#FFFFFF;
	border:none;
	border-radius:4px;
	padding:10px;
	vertical-align:top;
}

.k_sidenav-menu_search-icon {
	color:#000000;
	font-size:18px;
	position:absolute;
	right:9px;
	top:9px;
}

.k_sidenav-menu_login {
	padding:20px 0 20px 0;
	border-bottom:1px solid #222222;
}

.k_sidenav-menu_submenu {
	border-bottom:1px solid #222222;
	margin-bottom:-1px;
	display: block;
	width: 200px;
}

.k_sidenav-menu_header,
.k_sidenav-menu_header:link,
.k_sidenav-menu_header:visited,
.k_sidenav-menu_header:active,
.k_sidenav-menu_header:focus,
.k_sidenav-menu_header:hover {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
}

.k_sidenav-menu_suboption,
.k_sidenav-menu_suboption:link,
.k_sidenav-menu_suboption:visited {
	display:block;
	color:#999999;
	padding:5px 0 5px 0;
	overflow: hidden;
}
.k_sidenav-menu_suboption:active,
.k_sidenav-menu_suboption:focus,
.k_sidenav-menu_suboption:hover {
	color:#FFFFFF;
}

.k_sidenav-menu_plus {
	float:right;
}

.k_sidenav-menu_option,
.k_sidenav-menu_option:link,
.k_sidenav-menu_option:visited,
.k_sidenav-menu_option:active,
.k_sidenav-menu_option:focus,
.k_sidenav-menu_option:hover {
	display:block;
	color:#FFFFFF;
	padding:5px 0 5px 0;
	border-bottom:1px solid #222222;
	margin-bottom:-1px;
}

/*------------------------------------------------------------ TABS */

/* structure */
.k_tabs-handle a.open{
   color:#000000;
   font-size:18px;
   font-weight:bold;
}

.k_tabs-tab:link, 
.k_tabs-tab:visited  {
	display:inline-block;
	color:#999999;
	text-decoration:none;
	cursor: pointer;
	outline: 0;
	text-align:center;
	font-size:18px;
}
.k_tabs-tab:active,
.k_tabs-tab:focus,
.k_tabs-tab:hover {
	color:#000000;
	text-decoration:none;
}

.k_tabs-row {
    border: #FFFFFF 1px solid;
    position:relative;
    overflow:hidden;
}

.k_tabs-row_content {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.k_tabs-row_content.open{
    display:block;
}

/*------------------------------------------------------------ USER */

.k_user_dashboard_menu {
	border:1px solid #DDDDDD;
	padding:30px;
}

.k_user_dashboard_options a,
.k_user_dashboard_options a:active,
.k_user_dashboard_options a:link,
.k_user_dashboard_options a:focus,
.k_user_dashboard_options a:hover,
.k_user_dashboard_options a:visited {
	display:block;
	padding:2px 0 2px 0;
	color:#666666;
}

.k_user_dashboard_block,
.k_user_dashboard_block:active,
.k_user_dashboard_block:link,
.k_user_dashboard_block:focus,
.k_user_dashboard_block:hover,
.k_user_dashboard_block:visited {
	text-align:center;
	width:100%;
	display:block;
	border:1px solid #DDDDDD;
	padding:30px;
	color:#000000;
	margin:15px 0 15px 0;
	height:200px;
}

.k_user_address_block {
	width:100%;
	display:block;
	border:1px solid #000000;
	padding:30px;
	color:#000000;
	height:220px;
	background-repeat:repeat-y;
	background-position:left;
	margin-bottom:30px;
	position: relative;
}

.k_user_address_check {
	font-size: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.k_user_block {
	width:100%;
	display:block;
	border:1px solid #DDDDDD;
	padding:30px;
	color:#000000;
	margin:0;
}

.k_user_captured-block {
	width:100%;
	display:block;
	padding:30px;
	color:#000000;
	margin:0;
	background:#EEEEEE;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_user_dashboard_block,
	.k_user_dashboard_block:active,
	.k_user_dashboard_block:link,
	.k_user_dashboard_block:focus,
	.k_user_dashboard_block:hover,
	.k_user_dashboard_block:visited {
		padding:20px;
	}
	
	.k_user_address_block {
		height:auto;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	.k_user_dashboard_block,
	.k_user_dashboard_block:active,
	.k_user_dashboard_block:link,
	.k_user_dashboard_block:focus,
	.k_user_dashboard_block:hover,
	.k_user_dashboard_block:visited {
		height:auto;
	}
	
}

/*------------------------------------------------------ USER DROP */

.k_user-drop_container {
	width:350px;
	background:#FFFFFF;
	padding:30px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {}

/*Phone (xs)*/ 
@media (max-width: 767px) {

	.k_user-drop_container {
		width:100%;
		padding:15px;
	}
	
}

/*---------------------------------------------------- USER HISTORY */

.k_user-history_row {
	border-bottom:1px solid #DDDDDD;
	padding:5px 0 5px 0;
}

.k_user-history_row:last-child {
	border-bottom:none;
}

.k_user-history_order {
	float:left;
	width:16.666%;
}

.k_user-history_date {
	float:left;
	width:16.666%;
}

.k_user-history_payment {
	float:left;
	width:16.666%;
}

.k_user-history_store {
	float:left;
	width:16.666%;
}

.k_user-history_shipping {
	float:left;
	width:16.666%;
	text-align:right;
}

.k_user-history_total {
	float:left;
	width:16.666%;
	text-align:right;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	.k_user-history_order {
		width:100%;
	}
	
	.k_user-history_date {
		width:100%;
	}
	
	.k_user-history_payment {
		width:100%;
	}
	
	.k_user-history_store {
		width:100%;
	}
	
	.k_user-history_shipping {
		width:100%;
		text-align:left;
	}
	
	.k_user-history_total {
		width:100%;
		text-align:left;
	}
	
}

/*Phone (xs)*/ 
@media (max-width: 767px) {}

/*------------------------------------------ HOME VIDEO */

.k_homevimeo_position {
	position: relative;
	height: 97vh;
	overflow: hidden;
}

#k_homevimeo {
	display: block;
	width: 160%;
	min-height: 100%;
	opacity: 0.5;
	position: absolute;
	bottom: 50%;
	margin-bottom: -50%;
}

.k_homevimeo_container {
	padding-top: 50px;
	height: 85%;
	overflow: hidden;
	overflow-y: scroll;
}

.k_homevimeo_search {
	position: relative;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
}

.k_homevimeo_input {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	height: 50px;
	width: 100%;
	border: 1px solid #FFFFFF;
	padding: 8px 10px 10px 50px;
	margin-top: 30px;
	border-radius: 4px;
	font-size: 17px;
	color: #FFFFFF;
}
.k_homevimeo_input::placeholder {
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
.k_homevimeo_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #FFFFFF;
}
.k_homevimeo_input::-ms-input-placeholder { /* Microsoft Edge */
 color: #FFFFFF;
}

.k_homevimeo_searchicon {
	position: absolute;
	top: 14px;
	left: 15px;
	color: #FFFFFF;
	font-size: 22px;
}

.k_homevimeo_item-base {
	background-color:#FFFFFF;
	padding:20px;
	height: 325px;
}

.k_homevimeo_sku {
	height: 20px;
	font-weight: bold;
	color: #000000;
}

.k_homevimeo_price {
	height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
}

.k_homevimeo_name {
	height: 70px;
	color: #000000;
	line-height: 18px;
}

.k_homevimeo_image-frame {
	width: 100%;
	height: 130px;
	margin-bottom: 5px;
}

.k_homevimeo_image {
	display: block;
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;
}

.k_homevimeo_red,
.k_homevimeo_red:active,
.k_homevimeo_red:focus,
.k_homevimeo_red:hover,
.k_homevimeo_red:link,
.k_homevimeo_red:visited {
	display: block;
	width: 100%;
	background: #AE1304;
	color: #FFFFFF;
	border-radius: 4px;
	height: 35px;
	line-height: 34px;
	padding-left: 10px;
	text-align: center;
	margin-top: 5px;
}

.k_homevimeo_black,
.k_homevimeo_black:active,
.k_homevimeo_black:focus,
.k_homevimeo_black:hover,
.k_homevimeo_black:link,
.k_homevimeo_black:visited {
	display: block;
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	border-radius: 4px;
	height: 35px;
	line-height: 34px;
	padding-left: 10px;
	text-align: center;
	margin-top: 5px;
}

.k_homevimeo_menuposition {
	width: 100%;
	position: absolute;
	bottom:60px;
	text-align: center;
	z-index: 9999;
}

.k_homevimeo_option,
.k_homevimeo_option:active,
.k_homevimeo_option:focus,
.k_homevimeo_option:hover,
.k_homevimeo_option:link,
.k_homevimeo_option:visited {
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 35px;
}

.k_homevimeo_option_store {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.k_homevimeo_option_city {
	font-style: italic;
}

.k_homevimeo_arrow {
	color: #FFFFFF;
	display: block;
	margin-top: 30px;
}

.k_homevimeo_arrow-text {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
}

.k_homevimeo_arrow-icon {
	font-size: 25px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {
	
	#k_homevimeo {
		width: 250%;
	}
	
	.k_homevimeo_container {
		padding-top: 60px;
		height: 80%;
		overflow: hidden;
		overflow-y: scroll;
	}

}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {
	
	#k_homevimeo {
		width: 150%;
	}
	
	.k_homevimeo_position {
		height: 50vh;
	}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {
	
	#k_homevimeo {
		width: 260%;
		bottom: 30%;
	}
	
}

/*------------------------------------- TEMPLATE BANNERS */

.k_tb {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.k_tb-full {
	width: 100%;
	height: 1400px;
	position: relative;
	overflow: hidden;
}

.k_tb_image {
	height: 550px;
	width: auto;
	z-index: 100;
}

.k_tb_image-full {
	height: 1400px;
	z-index: 100;
}

.k_tb_fade-top {
	width: 100%;
	height: 550px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-top.png);
	background-repeat: no-repeat;
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_fade-left {
	width: 100%;
	height: 550px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-left.png);
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_fade-left-full {
	width: 100%;
	height: 1400px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-left.png);
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_position-left {
	position: absolute;
	top:0;
	left: 0;
	z-index: 103;
	height: 550px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: left;
}

.k_tb_position-left-full {
	position: absolute;
	top:0;
	left: 0;
	z-index: 103;
	height: 1400px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: left;
}

.k_tb_fade-right {
	width: 100%;
	height: 550px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-right.png);
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_fade-right-full {
	width: 100%;
	height: 1400px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-right.png);
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_position-right {
	position: absolute;
	top:0;
	right: 0;
	z-index: 103;
	height: 550px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: right;
}

.k_tb_position-right-full {
	position: absolute;
	top:0;
	right: 0;
	z-index: 103;
	height: 1400px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: right;
}

.k_tb_fade-center {
	width: 100%;
	height: 550px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-center.png);
	z-index: 102;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_fade-center-full {
	width: 100%;
	height: 1400px;
	background-size:contain;
	background-origin: border-box;
	background-position: top left;
	background-image:url(../img/banners/shadow-center.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_position-center {
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -17.5%;
	z-index: 103;
	height: 550px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: center;
}

.k_tb_position-center-full {
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -17.5%;
	z-index: 103;
	height: 1400px;
	width: 35%;
	display:flex;
	align-items: center;
	text-align: center;
}

.k_tb_block {
	width: 100%;
	margin: 0 5% 0 5%;
}

.k_tb_block-full {
	width: 100%;
	margin: 0 20% 0 20%;
}

.k_tb_title {
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.k_tb_subtitle {
	font-size: 25px;
	color:#777777;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.k_tb_text {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.k_tb_highlight {
	font-size: 25px;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.k_tb_buttons {
	margin: 0 -10px 0 -10px;
}

.k_tb_button-red,
.k_tb_button-red:active,
.k_tb_button-red:focus,
.k_tb_button-red:hover,
.k_tb_button-red:link,
.k_tb_button-red:visited {
	display: inline-block;
	border-radius: 5px;
	background-color:#DC3B3E;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	width: 200px;
	margin: 10px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 2px;
}

.k_tb_button-gray,
.k_tb_button-gray:active,
.k_tb_button-gray:focus,
.k_tb_button-gray:hover,
.k_tb_button-gray:link,
.k_tb_button-gray:visited {
	display: inline-block;
	border-radius: 5px;
	background-color: #444444;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	width: 200px;
	margin: 10px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 2px;
}

/*Lap-Desk (md)*/ 
@media (max-width: 1529px) {

.k_tb-full {
	height: 800px;
}
	
.k_tb_image-full {
	height: 800px;
}
	
.k_tb_position-left {
	width: 40%;
}
	
.k_tb_position-left-full {
	height: 800px;
	width: 50%;
}

.k_tb_position-right {
	width: 40%;
}
	
.k_tb_position-right-full {
	height: 800px;
	width: 50%;
}
	
.k_tb_position-center {
	width: 40%;
}
	
.k_tb_position-center-full {
	height: 800px;
	width: 40%;
}
	
.k_tb_block-full {
	margin: 0 5% 0 5%;
}

}

/*Tablet (xs) ANTES 1229*/
@media (max-width: 1099px) {

.k_tb_position-left {
	width: 55%;
}
	
.k_tb_position-left-full {
	height: 800px;
	width: 55%;
}
	
.k_tb_position-right {
	width: 55%;
}
	
.k_tb_position-right-full {
	width: 55%;
}

.k_tb_position-center {
	width: 55%;
	left: 50%;
	margin-left: -27.5%;
}

.k_tb_position-center-full {
	width: 55%;
	left: 50%;
	margin-left: -27.5%;
}
	
.k_tb_block-full {
	margin: 0 5% 0 5%;
}

}

/*Phone (xs)*/ 
@media (max-width: 767px) {

.k_tb-full {
	height: 550px;
}
	
.k_tb_image {
	height: 550px;
	width: auto;
	z-index: 100;
	position: absolute;
	left: 0;
}

.k_tb_image-full {
	height: 550px;
}

.k_tb_fade-left {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}
	
.k_tb_fade-left-full {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}
	
.k_tb_position-left {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
}

.k_tb_position-left-full {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
	height: 550px;
}
	
.k_tb_fade-right {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}

.k_tb_fade-right-full {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}
	
.k_tb_position-right {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
}

.k_tb_position-right-full {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
	height: 550px;
}

.k_tb_fade-center {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}
	
.k_tb_fade-center-full {
	width: 100%;
	height: 550px;
	background-size:cover;
	background-origin: border-box;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image:url(../img/banners/shadow-bottom.png);
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0;
}
	
.k_tb_position-center {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
	left: 0;
	margin-left: 0;
}
	
.k_tb_position-center-full {
	display:flex;
	align-items:flex-end;
	width: 100%;
	text-align: center;
	padding: 0 15px 30px 15px;
	height: 550px;
	margin-left: -50%;
}
	
.k_tb_block {
	margin-left: 15px;
}
	
.k_tb_block-full {
	margin-left: 15px;
}

.k_tb_title {
	font-size: 30px;
}

.k_tb_subtitle {
	font-size: 20px;
	margin-bottom: 0;
}
	
.k_tb_button-red,
.k_tb_button-red:active,
.k_tb_button-red:focus,
.k_tb_button-red:hover,
.k_tb_button-red:link,
.k_tb_button-red:visited {
	margin-bottom: 30px;
}
	
}
