@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Coda|Graduate|Roboto+Condensed);
/*
font-family: 'Graduate', cursive; = h1 menús footer y header
font-family: 'Coda', cursive; = h3 encabezados
font-family: 'Roboto Condensed', sans-serif; = h5 textos
font-family: 'Jura', sans-serif;
*/

* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

body {
	overflow-x: hidden;
	-webkit-box-shadow: 0px 0px #000000;
	box-shadow: 0px 0px #000000;
}

.orange {
	color: #FF6600;
}
.orangeCent {
	color: #FF6600;
	text-align: center;
}
.hoverorange:hover {
	color: #FF6600;
}
ul ol li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
h1 {
	font-family: 'Graduate', cursive;
	color: #000000;
	font-size: 15px;
	font-weight: lighter;
	
}
h2 {
	margin-bottom: 30px;
	font-family: 'Coda', cursive;
	color: #ff6600;
	font-size: 23px;
	font-weight: lighter;
}
h3 {
	width: auto;
	margin: 20px 0px 0px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ff6600;
	font-size: 19px;
	font-weight: lighter;
	float: right;
}

h4 {
	margin: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
	color: #ff6600;
	
}

h5{
	margin: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: lighter;
	color: #868686;
	font-size: 15px;
}

.formatTitles{
	margin-bottom: 10px;
	border-bottom: thin solid #FF6600;
	text-transform: uppercase;	
		
}
p {
	margin: 20px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #606060;
	font-size: 18px;
	text-align: justify !important;	
}
h1:hover {
	color:#FFE500;
}

footer h1:hover{
	color:#ff6600;
}

#encabezado {
	width: 100%;
	height: 59px;
	background-color: #FF6600;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	-webkit-box-shadow: 0px -3px 8px;
	box-shadow: 0px -3px 8px;
	top: 0px;
	margin-bottom: -95px;
}
#logo .size {
	width: 250px;
	height: 59px;
	position: absolute;
	left: -250px;
	z-index: 2000;
	background-image: url("../img/home/kinhma-logo.svg");
	
}


.retardo {
	transform:translate(250px,0);
	-webkit-transform: translate(250px,0); /** Chrome & Safari **/
    -o-transform: translate(250px,0); /** Opera **/
    -moz-transform: translate(250px,0); /** Firefox **/
	
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out; /** Chrome & Safari **/
    -moz-transition: all 0.3s ease-out; /** Firefox **/
    -o-transition: all 0.3s ease-out; /** Opera **/
}


h2, p {
	text-shadow: 0 1px 0 #fff;
}
a {
	color: black;
	text-decoration: none;
}
/* You don't need the above styles, they are demo-specific ----------- */
#menu-wrap {
	position: absolute;
	top: 30%;
	right: 0%;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	margin-top: 3px;
	margin-bottom: 60px;
	position: relative;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#selected {
	border-bottom: thin solid #ff6600;
	position: relative;
	color: #FFE500;
}
#menu li {
	float: left;
	border-right: thin dotted #252525;
	position: relative;
	
}
#menu a {
	
	float: left;
	padding: 5px 10px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
}

#menu li a{
	width: 110px;
	}

#menu li:hover > a {
	color: #fafafa;
}
* html #menu li a:hover { /* IE6 only */
	color: #fafafa;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #ff6600;
	background-image: -moz-linear-gradient(#04acec, #0186ba);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(270deg, rgba(255,102,0,1.00) 0%, rgba(104,26,0,1.00) 100%);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(180deg, rgba(255,102,0,1.00) 0%, rgba(104,26,0,1.00) 100%);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #ff6600;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #ff6600;
	border-bottom-color: transparent;
}
.langCont{
	width: 50px;
	display: block;
}
.language{
	font-size: 20px;
	width: 20px !important;
	color: black;
}

.language:hover{
	color: #FFE500;
}


/* Mobile */
#menu-trigger {
	display: none;
}
.triangulo-equilatero-bottom {
     display: none;
}

 .backtoup{
	display: none;
	font-size: 30px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 100;
	color: #ff6600;
	background: rgba(255,255,255,0.80);
	border-radius: 20px;
}
/* HEADER Tablets en horizonal y escritorios normales 
   ------------------------------------------------------------------------- */

@media screen and (max-width : 693px ) {

#menu-wrap {
	width: 50px;
	background-color: #FF6600;
	position: absolute;
	right: -80%;
	top: 0%;
}
#encabezado {
	width: 100%;
	height: 59px;
	background-color: #FF6600;
	margin-bottom: -100px !important;
}

/* nav-wrap */
#menu-wrap {
	position: relative;
}
#menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* menu icon */
#menu-trigger {
	display: block; /* show menu icon */
	position: absolute;
	top: 0px;
	left:35px;
	font-family: 'Graduate', cursive;
	height: 50px;
	width: 50px;
	cursor: pointer;
	color: #000000;
	font-weight: lighter;
	background-image: url(../img/icons/menu.svg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
/* main nav */
.triangulo{
     width: 0;
     height: 0;
     border-right: 	8px solid transparent;
     border-top: 	8px solid transparent;
     border-left: 	8px solid transparent;
     border-bottom: 	8px solid rgba(6,6,6,0.80);
	margin: -15px 15px 10px auto;
}
#menu {
	display: none;
	position: absolute;
	top: 55px !important;
	left: -80px;
	width: 160px;
	z-index: 1;
	background-color: #1A1A1A;
	-moz-box-shadow: none;
	-webkit-box-shadow: inset 1px 1px 0px #000000;
	box-shadow: inset 1px 1px 0px #000000;
	height: auto;
	border-radius: 8px;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
}

#menu ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
#menu li h1{
		margin: 10px 5px;
		color: #ff6600
	}
#menu ul ul {
	margin: 0 0 0 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	
}
#menu li {
	position: static;
	display: block;
	float: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: thin solid rgba(111,111,111,0.50);
	border-collapse: separate;
}
#menu ul li {
	margin-left: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}
#menu a {
	display: block;
	float: none;
	padding: 0;
	color: #fff;
}
#menu a:hover {
	color: #fafafa;
}
#menu ul a {
	padding: 0;
	width: auto;
}
#menu ul a:hover {
	background: none;
}
#menu ul li:first-child a:after, #menu ul ul li:first-child a:after {
	border: 0;
}
/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
	.icon-es-en, .icon-en-es {
	color: #ff6600 !important;
	text-align: center !important;
	
	}
	
	
	.langCont{
		margin: 0px auto !important;
		padding: 10px;
		border-bottom-style: inherit !important;
}

}

/* END HEADER Tablets en horizonal y escritorios normales 
   ------------------------------------------------------------------------- */
/*=====================================End Menu=====================================================
=============================================================================================*/


/*=====================================STAR FOOTER=====================================================
=============================================================================================*/

.listfooter li ul {
	text-decoration: none;
	list-style-type: none;
}
.h1f {
	font-family: 'Graduate', cursive;
	color: #868686;
	font-size: 20px;
	font-weight: lighter;
	margin-top: -1px;
	text-decoration: none;
}
.listfooter li h5 {
	line-height: 15px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
#wrapperF {
	width: 100%;
	overflow: hidden;
	background-color: #333333;
	background-image: -webkit-linear-gradient(90deg, rgba(154,154,154,1.00) 0%, rgba(227,227,227,1.00) 100%);
	background-image: linear-gradient(0deg, rgba(154,154,154,1.00) 0%, rgba(227,227,227,1.00) 100%);
	height: 150px;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
}
#footer ul {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
}
#wrapmenu {
	width: 704px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.footerFloat {
	width: 160px;
	float: left;
	border-right: thin solid #FF6600;
	height: 100px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
#movlifoo {
	position: relative;
	left: 4px;
	list-style-type: none;
}
.iconcontactf {
	width: 149px;
	height: 35px;
	position: relative;
	bottom: -19px;
}
.copyrigth {
	width: 100%;
	height: 30px;
	background-color: #000000;
	position: relative;
	bottom: 0px;
}
.logo-mark{
	width: 150px;
	height: 80px;
	margin-left: -20px;
	background-image: url(../img/icons/logo-mark.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 90px;
}

.selected {
	color: #ff6600 !important;
}

/*================================END FOOTER==================================*/
/*=================================Star RESPONSIVE===========================*/	
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */

@media screen and (max-width: 860px) {
#footer {
	max-width: 600px;
}
#wrapmenu {
	/* Trancisiones */
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#wrapmenu {
	-webkit-transform: scale(0.9);   /* Efecto de zoom */
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.8s;   /* Trancisiones */
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
}
#wrapmenu {
	margin-left: 0%;
}
	
}

@media (max-width: 768px) {
.footerFloat {
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapperF {
	height: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrapmenu {
	width: 400px;
	position: relative;
	margin-left: 15%;
}
#wrapmenu {
	/* Trancisiones */
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#wrapmenu {
	-webkit-transform: scale(1);   /* Efecto de zoom */
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.8s;   /* Trancisiones */
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
}
#footer {
	max-width: 600px;
}
	}

@media (max-width : 600px ) {
#wrapmenu {
	width: 400px;
	position: relative;
	margin-left: 10%;
}
#wrapperF {
	width: 100%;
	height: 250px;
}
}

@media (max-width: 480px) {
#wrapmenu {
	width: 400px;
	position: relative;
	margin-left: 2%;
}
#wrapperF {
	width: 100%;
}
}

@media (max-width: 320px) {
#wrapmenu {
	width: 320px;
	position: relative;
	margin-left: 5%;
}
#wrapperF {
	width: 100%;
	height: 500px;
}
}
