/* -GOOGLE FONTS- */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');
@
/* -FONTS-USE- */
/*
font-family: 'Fira Sans Condensed', Georgia, serif;
/*


/* -MIGUELEZ GENERAL STYLES- */
::selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-moz-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-o-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

::-webkit-selection {
	background: rgba(154, 115, 51, 1);
	color: rgba(244, 242, 242, 1);
}

body {
	height: 100%;
	font-size: 16px;
	font-family: 'Fira Sans Condensed', Georgia, serif;
	letter-spacing: 0.5pt;
	color: #232222;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

html, body {
	height: 100%;
}

section {
	padding: 100px 0px;
}

footer{
	padding: 0px;
}

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

img, embed, object, video {
	max-width: 100%;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a:hover, a:focus {
	text-decoration: none;
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}

a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a:focus, button:focus, input:focus, textarea:focus  {
	outline: none;
}

a:focus, button:focus, input:focus, textarea:focus, .submit-style:focus {
	outline: none;
}

button {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
}

.no-padding {
	padding: 0;
}

.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.intro-icon {
	width: 100%;
	max-width: 140px;
	position: relative;
	display: initial;
	padding: 5px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.intro-logo {
	width: 100%;
	max-width: 490px;
	position: relative;
	display: initial;
	padding: 5px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.about-img {
	width: 100%;
	max-width: 570px;
	max-height: 488px;
	position: relative;
	padding: 5px 0px;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.footer-wrapper {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news, .footer-content {
	padding: 35px 0px;
	margin: 0px auto;
	position: relative;
	display: flex;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news h5 {
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .5pt;
	padding-right: 25px;
	margin: 0px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news {
	width: 1100px;
	display: flex;
	position: relative;
	margin: 0px auto;
}


.footer-news form {
	max-width: 550px;
	display: flex;
	position: relative;
	margin: 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news input, .footer-news button {
	position: relative;
	display: inline-block;
	margin: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news input {
	max-width: 550px;
	height: 45px;
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: #999999;
	padding: 10px;
	background: #FFFFFF;
	border: solid 1px #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-news button {
	height: 45px;
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .5pt;
	padding: 10px;
	background: #9A7333;
	border: solid 1px #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand {
	padding: 25px 15px 25px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-logo {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand p {
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 1pt;
	color: #FFFFFF;
	padding: 20px 0px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social ul, .footer-menu ul {
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social li {
	margin: 15px 0px;
	padding: 0px 15px 0px 0px;
	display: inline-block;
	text-decoration: none;
}

.footer-brand_social li a {
	color: #FFFFFF;
	padding: 10px;
	font-size: 22px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-brand_social li a:hover {
	color: #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-menu, .footer-contacto {
	padding: 25px 0px 25px 15px;
	margin: 0px auto;
	position: relative;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-menu h6, .footer-contacto h6 {
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 18px;
	color: #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-menu li {
	display: block;
	text-decoration: none;
	margin: 8px 0px;
	text-transform: uppercase;
}

.footer-menu li a, .footer-contacto li a {
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5pt;
	line-height: 12px;
	color: #FFFFFF;
	padding: 3px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-contacto li {
	display: block;
	text-decoration: none;
	margin: 8px 0px;
}

/*Menú*/
#header {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0px;
  background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header .header-content {
	margin: 0px auto;
	padding: 25px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header .logo {
	width: 100%;
	max-width: 250px;
  max-height: 127px;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact{
	float: right;
}

.contact ul li {
	display: inline-block;
	background-color: #004876;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.contact li:first-child {
	background-color: #76777a;
	color: #fff;
}

.navigation .contact li a {
  color: #ffffff!important;
}

.navigation .contact li span{
	color: #76777a;
}

#header .navigation ul li a {
	font-family: 'Fira Sans Condensed', Georgia, serif;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .5pt;
	color: #76777a;
	text-align: center;
	padding: 10px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#header .navigation ul li a:hover, #header .navigation ul li a.active {
	color: #9A7333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#header.fixed {
	top: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.navigation.open {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.navigation {
	float: right;
}

.navigation li {
	display: inline-block;
}

.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 70px;
	text-indent: 100%;
	top: 58px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-toggle:before, .nav-toggle:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.nav-toggle:before {
	background-color: #1C1C1C;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.nav-toggle:after {
	background-color: #2E2A25;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.nav-toggle span {
	background-color: #FFFFFF;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before, .nav-toggle span:after {
	background-color: #FFFFFF;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #FFFFFF;
}

.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}


/* -MAX WIDHT 1200px- */
@media screen and (max-width: 1200px) {
	#header .navigation ul li a {
		font-size: 12px;
		padding: 0px 10px;
	}

	#header .header-content {
		padding: 25px 35px;
	}
}


/* -MAX WIDHT 1024px- */
@media screen and (max-width: 1024px) {
	#header .header-content {
		width: 90%;
		padding: 30px;
	}

	#header .logo, #header .logo2 {
		width: 130px;
		top: 18%;
	}

	#header .navigation ul li a {
		color: #2E2A25;
		font-size: 28pt;
	}

	#header.fixed .header-content {
		padding: 30px;
	}

	.nav-toggle {
		display: block;
	}

	.navigation {
		position: fixed;
		background-color: #F4F2F2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}

	.navigation .primary-nav {
		position: relative;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navigation li {
		display: block;
		margin-bottom: 25px;
	}

	.navigation a {
		display: block;
		font-size: 30px;
		margin: 0;
		text-align: center;
	}
}

/* -MAX WIDHT 768px- */
@media screen and (max-width: 768px) {
	#header .header-content {
		width: 80%;
	}

	#header .logo {
		width: 130px;
		top: 0%;
	}

	.nav-toggle {
		right: 70px;
		top: 38px;
	}
}

/* -MAX WIDHT 480px- */
@media screen and (max-width: 480px) {
	#header .header-content {
		width: 95%;
	}

	.nav-toggle {
		right: 30px;
		top: 38px;
	}
}
