body{
	margin: 0;
	padding: :0;
	overflow-x: hidden;
}
@font-face{
    font-family: 'roboto';
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family: 'trajan';
    src: url(../fonts/TrajanProBold.ttf);
}
a:link{
	text-decoration: none;
}
.divHeader{
	background-color: #D8D9DD;
	width: 100%;
	height: 140px;
}
.relativo{
	position: relative;
}
.absoluto{
	position: absolute;
}
.textoBlanco{
	color: #fff;
}
.anchoHead{
	width: 50%;
	height: 140px;
}
.tabla{
	display: table;
	margin: 0 auto;
	
}
.divFlex{
	display: flex;
}
.fila{
	display: table-row;
}
.dorado{
	color: #AD9D64;
}
.fono{
	font-size: 1.5em;
}
.telefonoHeader{
	margin-bottom: 8px;
	font-family: roboto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.columna{
	display: table-cell;
	vertical-align: middle;
	
}
.anchoHeader{
	width: 50%;
}
.centrado{
	text-align: center;
}
.imgMainLogo{
	width: 35%;
}
/*======= Menu ========*/

.mainMenu{
	width: 50%;
	text-align: center;
	height: 70px;
	background-color:#000;
	position: absolute;
	z-index: 20;
	left: 50%;
	margin-left: -25%;
}
.menuItem{
	width: 20%;
	height: 70px;
}
.menuItem:hover{
	background-color: #666;
	cursor: pointer;
}

.textoMenu{
	color: #fff;
	padding-top: 20px;
}
.blanco{
	color: #fff;
}
.footerKW{
	margin-top: 40px;
	background-color: #000;
	padding-bottom: 20px;
}
.divDireccion{
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}
.imgLogoFooter{
	width: 55%;
}
.divRedes{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
.iconosRedesFooter{
	font-size: 3em;
	color: #fff;
}
.textoFooter{
	color: #fff;
}
.correoFooter{
	color: #fff;
}
.correoFooter:hover{
	color: darkgoldenrod;
}
/*==================== Menu 2 ========================0*/
.divEncabezado{
	width: 100%;
	position: absolute;
	z-index: 22;
	left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
	background-color: rgba(0,0,0,0.4);
	padding-left: 50px;
	padding-top: 10px;
}
.imgLogoHead{
	width: 40%;
}
.menuPrincipal{
	
	z-index: 20;
	text-align: center;
	height: 50px;
	/* background-color: rgba(0,0,0,0.3); */
	color: #fff;
	justify-content:space-around;
	margin-top: 20px;
	/* left: 50%;
	margin-left: -25%; */
}
.selectedMenu{
	background-color: rgba(0,0,0,0.3);
}
.menu{
	margin: 0 auto;
}
.submenuMovil{
	display: none;
}
#btn-menu{
	display: none;
}
.menuPrincipal label{
	cursor: pointer;
	display: none;
}
.menu ul{
	
	display: flex;
	list-style: none;
	padding:0;
}
.menu ul ul{
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.menu a{
	display:block;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
}
.menu a:hover{
	background-color: rgba(0,0,0,0.3);
}
.menu ul li:hover ul{
	display: block;
	position: absolute;
	padding-left: 0;
}
.divLogo{
	z-index: 21;
}
/*================= RESPONSIVE =========================*/
@media only screen and (min-width : 1920px){
	.textoFooter{
		color: #fff;
		font-size: 1.2em;
	}
}

@media (min-width: 1360px) and (max-width: 1399px) {
	.mainMenu{
		width: 50%;
		text-align: center;
		height: 50px;
		background-color:#000;
		position: absolute;
		z-index: 20;
		left: 50%;
		margin-left: -25%;
	}
	.selectedMenu{
		background-color: rgba(0,0,0,0.3);
		/* width: 20%;
		height: 40px; */
	}
	.menuItem{
		width: 20%;
		height: 50px;
	}
	.textoMenu{
		color: #fff;
		font-size: 0.8em;
	}
	.iconosRedesFooter{
		font-size: 2em;
		color: #fff;
	}
	.imgLogoFooter{
		width: 55%;
	}
	.textoFooter{
		color: #fff;
		line-height: 6px;
	}
}

@media (min-width: 1280px) and (max-width: 1359px) {
	.mainMenu{
		width: 50%;
		text-align: center;
		height: 40px;
		background-color:#000;
		position: absolute;
		z-index: 20;
		left: 50%;
		margin-left: -25%;
	}
	.menuItem{
		width: 20%;
		height: 40px;
	}
	.selectedMenu{
		background-color: #666;
		width: 20%;
		height: 40px;
	}
	.textoMenu{
		color: #fff;
		font-size: 0.8em;
	}
	.iconosRedesFooter{
		font-size: 2em;
		color: #fff;
	}
	.imgLogoFooter{
		width: 55%;
	}
	.textoFooter{
		color: #fff;
		line-height: 6px;
	}

}

@media (max-width:768px){
	.divEncabezado{
		width: 100%;
		position: absolute;
		z-index: 22;
		left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		background-color: rgba(0,0,0,0.4);
		padding-left: 0px;
		padding-top: 0px;
	}
	.menuPrincipal{
		height: 50px;
		background-color: #000;
		color: #fff;
		width: 100%;
		margin: 0 ;
		display: flex;
		justify-content:flex-start;
		align-items: center;
	}
	.menuPrincipal label{
		display: block;
	}
	.submenuMovil{
		display: block;
	}
	.submenu{
		display:none
	}
	.menu{
		position: absolute;
		top: 50px;
		left: 0;
		transform: translateX(-100%);
		transition: all 0.3s;
	}
	.menu ul{
		display: block;
		padding-left: 0;
		background-color: #292a2d;
	}
	.menu ul li:hover ul{
		display: none;
		position: static;
	}
	.menu a span{
		position: absolute;
		right: 5px;
	}
	#btn-menu:checked ~ .menu{
		transform: translateX(0%);
	}
	.menuPrincipal label{
		margin-left: 10px;
	}
	.menu ul ul{
		background-color: #292a2d;
	}
	.menu ul ul a:hover{
		background-color: #1e2228;
	}
	.menu ul ul a{
		padding: 10px 40px;
	}
	.menu li{
		border-top: solid 1px #fff;
	}
	.divRedes{
		width: 50%;
		margin: 0 auto;
		text-align: center;
		padding-top: 40px;
	}
	.iconosRedesFooter{
		font-size: 2em;
		color: #fff;
	}
	.divDireccion{
		width: 70%;
		margin: 0 auto;
		margin-top: 30px;
		text-align: center;
	}
	.fila{
		display: block;
	}
	.columna{
		display: block;
		vertical-align: middle;

	}
	
}