body
{
	background: #585858 !important;
}

*
{
	outline: none !important;
}

img
{
	width: 100%;
	outline: 0;
	display: block;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p
{
	font-weight: 300 !important;
}
.h4
{
	line-height: 1.5em !important;
}

/* blocks */
.wrapper
{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	display: table;
	border: 0;
	outline: 0;
}






/* helpers */
.no-padding
{
	padding: 0;
}
.no-margin
{
	margin: 0;
}
.padding-xs
{
	padding: 5px;
}
.padding-sm
{
	padding: 10px;
}
.padding-md
{
	padding: 20px;
}
.padding-lg
{
	padding: 40px;
}




/* colors */
.bg-green
{
	background: #149A4A;
	color: white;
}
.text-green
{
	color: #149A4A;
}
.bg-med-green
{
	background: #229C0C;
	color: white;
}
.bg-dark-green
{
	background: #0B2F2F;
	color: white;
}
.bg-white
{
	background: #fff;
	color: #585858;
}
.bg-gray
{
	background: #F1EFEF;
	color: #149A4A;
}
.bg-blue
{
	background: #DDEAFE;
	color: #585858;
}
.bg-blue-alt
{
	background: #0C51BD;
	color: #fff;
}
.bg-orange
{
	background: #ED6D30;
	color: #fff;
}
.text-orange
{
	color: #ED6D30;
}
.bg-dark
{
	background: #585858;
}
.bg-med-blue
{
	background: #0653B2;
	color: white;
}
.bg-dark-blue
{
	background: #13479B;
	color: white;
}
.bg-dark-blue-alt
{
	background: #101E64;
	color: white;
}



header,
.navbar
{
	position: relative;
	width: 100%;
	background: white;
	z-index: 1000;
	-webkit-box-shadow: 0 8px 20px -6px rgba(0,0,0,.7);
	-moz-box-shadow: 0 8px 20px -6px rgba(0,0,0,.7);
	box-shadow: 0 8px 20px -6px rgba(0,0,0,.7);
}
.languages
{
	display: inline-block;
	font-size: .9em;
	text-align: right;
}

.set-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000 !important;
}
.animated {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}




header .top-bar
{
	background: #ED6D2F;
	padding: 6px 0;
}
header .top-bar a,
.navbar-header a,
.navbar-header a:hover
{
	color: white;
	text-decoration: none !important;
	font-weight: 300;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 3px;
	line-height: 2em;
}
header .top-bar a span,
.navbar-header a span
{
	font-size: 2em;
	display: inline-block;
	vertical-align: bottom;
}
.navbar-header a,
.navbar-header a:hover,
.navbar-header a:active
{
	position: relative;
	float: right;
	padding: 5px 2px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
}


header #logo
{
	padding: 20px 0;
}



nav#menu
{
	margin: 0;
	padding: 0 0;
	display: inline-block;
	width: 100%;
}
nav#menu ul.nav{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
nav#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav#menu ul > li {
	float:left;
}
nav#menu > ul > li > a
{
	border-right: 1px solid #8A898A;
	padding: 90px 10px 20px;
	text-transform: uppercase;
	font-weight: 300;
	background: white;
	position: relative;
	color: rgba(127, 127, 127, 1);
	letter-spacing: .005em;
	text-decoration: none;
	font-size: 1em;
	line-height: 0.7em;
	text-align: center;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
nav#menu > ul > li > a:hover,
nav#menu > ul > li > a:active,
nav#menu > ul > li > a:focus
{
	background: #ED6D2F;
	color: white;
}
nav#menu > ul > li:last-child > a
{
	border-right: 0;
}
nav#menu > ul > li > a:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 109, 47, 0);
	border-top-color: white;
	border-width: 15px;
	margin-left: -15px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
nav#menu > ul > li > a:hover:after
{
	border-top-color: #ED6D2F;
}
nav#menu > ul > li > ul > li > a {
	text-decoration: none;
	padding: 5px 0 10px;
	display:block;
	font-size: 1em;
	line-height: 1em;
	color: rgba(127, 127, 127, 1);
	border-bottom: 1px solid #8A898A;
	letter-spacing: .005em;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
nav#menu > ul > li > ul > li > a:hover
{
	color: #ED6D2F;
}
nav#menu > ul > li > ul > li:last-child > a {
	border-bottom: 0px solid #8A898A;
}
nav#menu li ul {
	display: none;
	position: absolute;
	background: rgba(255,255,255,.85);
	padding: 35px 0 0;
	margin: 0;
	min-width: 120px;
	max-width: 250px;
	width: 100%;
}
nav#menu li ul li
{
	padding: 5px 10px;
	margin: 0;
	width: 100%;
}
nav#menu li ul li a
{
	margin-right: 0;
	font-size: .8em;
	line-height: 0.9em;
	padding: 0 0 3px;
}
nav#menu li:hover > ul {
	display: block;
}



ul.list-k li
{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.3em;
}
ul.list-k li strong
{
	font-size: 1.5em;
	padding-right: 10px;
}



.list-orange-bullet li
{
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 0 25px !important;
}
.list-orange-bullet li:before
{
	position: absolute;
	left: 4px;
	content: '  ';
	width: 11px;
	height: 21px;
	background: url(../images/productos/bullet.png) no-repeat;
	display: block;
}



.arrow-green
{
	position: relative !important;

}
.arrow-green:after
{
	border-top: 50px solid #149A4A;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}




.arrow-med-green
{
	position: relative !important;

}
.arrow-med-green:after
{
	border-top: 50px solid #229C0C;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}




.arrow-orange
{
	position: relative !important;
}
.arrow-orange:after
{
	border-top: 50px solid #ED6D30;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}



.arrow-white
{
	position: relative !important;
}
.arrow-white:after
{
	border-top: 50px solid #fff;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 500 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}



.arrow-gray
{
	position: relative !important;

}
.arrow-gray:after
{
	border-top: 50px solid #F1EFEF;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 500 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}



.arrow-blue
{
	position: relative !important;
}
.arrow-blue:after
{
	border-top: 50px solid #DDEAFE;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 500 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}



.arrow-blue-alt
{
	position: relative !important;
}
.arrow-blue-alt:after
{
	border-top: 50px solid #0C51BD;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 500 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
}



.arrow-dark-blue
{
	position: relative !important;
	padding: 0;
	margin: 0;
}
.arrow-dark-blue:after
{
	border-top: 50px solid #13479B;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
}


.arrow-dark-blue-alt
{
	position: relative !important;
	padding: 0;
	margin: 0;
}
.arrow-dark-blue-alt:after
{
	border-top: 50px solid #101E64;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
}



.arrow-dark-green
{
	position: relative !important;
	padding: 0;
	margin: 0;
}
.arrow-dark-green:after
{
	border-top: 50px solid #0B2F2F;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
}




.arrow-med-blue
{
	position: relative !important;
	padding: 0;
	margin: 0;
}
.arrow-med-blue:after
{
	border-top: 50px solid #0653B2;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	width:0;
	height:0;
	z-index: 600 !important;
	content:"";
	display:block;
	position:absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
}



.arrow-left-white {
	position: relative;
	background: #fff;
	border: 1px solid #fff;
}
.arrow-left-white:after, .arrow-left-white:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-left-white:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
.arrow-left-white:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 21px;
	margin-top: -21px;
}



.arrow-left-blue {
	position: relative;
	background: #DDEAFE;
	border: 1px solid #DDEAFE;
}
.arrow-left-blue:after, .arrow-left-blue:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-left-blue:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #DDEAFE;
	border-width: 20px;
	margin-top: -20px;
}
.arrow-left-blue:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #DDEAFE;
	border-width: 21px;
	margin-top: -21px;
}



.arrow-left-orange {
	position: relative;
	background: #ED6D30;
	border: 1px solid #ED6D30;
}
.arrow-left-orange:after, .arrow-left-orange:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-left-orange:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ED6D30;
	border-width: 20px;
	margin-top: -20px;
}
.arrow-left-orange:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ED6D30;
	border-width: 21px;
	margin-top: -21px;
}












@media (max-width: 991px) {
	body
	{
		padding-top: 20px !important;
	}
}














