@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,600,700,800);

body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

header {
	min-height: 400px;
}

header .caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	width: 50% !important;
	border-radius: 0 10px 10px 0;
	text-align: center;
	margin: 0 auto !important;
}

header .caption h3 {
	font-weight: 600;
	letter-spacing: -1.5px;
	text-transform: uppercase;
}

header .caption h5 {
	font-weight: 600;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.top {
	background-color: #B71C1C !important
}

/* ============= section css ============= */
section {
	padding: 20px 0;
	min-height: 100px;
}

section#nosotros {
	background-color: #218EF9;
}

h1.bg {
	background: url(../img/bg-titulos.png) no-repeat center;
	width: 100%;
	height: 125px;
	padding: 30px 0 0;
	margin: -20px 0 40px;
	margin-bottom: 30px !important;
	font-size: 55px;
}

h1.bg2 {
	background: url(../img/bg-titulos-2.png) no-repeat center;
	width: 100%;
	height: 125px;
	padding: 30px 0 0;
	margin: -20px 0 40px;
	margin-bottom: 30px !important;
	font-size: 55px;
}

h1.titulos {
	font-weight: 600;
	letter-spacing: -1.5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

h1.titulos-nombre {
	font-weight: 600;
	letter-spacing: -1.5px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 43px;
}

h3.titulos-h3 {
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 0;
	font-size: 39px;
}

section#nosotros .img-1 {
	margin-bottom: -20px;
}

section#nosotros .box-1 {
	margin-top: 30px;
}

section#nosotros-2 {
	background-color: #e0b130;
	height: auto;
}

section#nosotros-2 .box-2 {
	margin-top: 20px;
}

section#nosotros-2 .img-2 {
	margin-bottom: -20px;
	margin-top: -20px;
}

section#galeria {
	background-color: #980404;
}

section#galeria .ul-galeria li {
	float: left;
	margin: 5px;
}

section#contacto {}

section#contacto #map-canvas {
	height: 400px;
	margin-top: 25px;
}

section#contacto input[type="button"] {
	border: none !important;
	background: none;
}

input[type="text"], input[type="email"], input[type="tel"] {
	background: #fff !important;
	color: #000;
}

section#contacto input[type="reset"] {
	border: none !important;
	background: none;
}

.img-center {
	margin: 0 auto !important;
}

/* ============= section css ============= */
.footer {
	background-color: #000;
	min-height: 200px;
}

footer {
	margin-top: 0 !important;
	background-color: #b71c1c !important;
}

nav {
	height: auto !important;
	background: #e0b130 !important;
}

nav ul {
	width: 300px;
}

nav ul li {
	padding: 0px !important;
	line-height: normal;
}

nav a:hover {
	background: #b18306 !important;
}


nav a {
	font-size: 16pt !important;
	width: 100%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	transition: all .25s ease-in-out;
}

.social img {
	width: 50px;
	box-sizing: border-box !important;
	transition: all 0.2s ease-in-out;
}

.social img:hover {
	width: 60px;
}

@media screen and (max-width: 992px) {
	#contacto {
		text-align: center;
	}

	#banner {
		text-align: center !important;
	}

	#banner .text-magin-top {
		margin-top: 0 !important;
	}

	#banner img {
		margin: 0 auto;
	}

	.img-1 {
		margin: 0 auto !important;
		text-align: center;
		margin-bottom: -20px !important;
	}

	.img-2 {
		margin: 0 auto !important;
		text-align: center;
	}

	footer div {
		text-align: center !important;
	}

	.brand-logo img {
		width: 100%;
	}

	.top h5 {
		font-size: 17pt;
	}

	section#nosotros .box-1 {
		margin-top: -10px;
	}

}

@media screen and (max-width: 768px) {
	.pless-cel {
		padding: 0px !important;
	}

	.top h5 {
		font-size: 13pt;
	}

	nav ul {
		width: 100% !important;
	}

	h2 {
		font-size: 2.5rem;
	}

	.txt-mio {
		text-align: left;
		font-size: 16px !important;
	}

	.footer-copyright {
		line-height: 30px !important;
		height: auto !important;
	}

	.footer-copyright .left,
	.footer-copyright .right {
		text-align: center !important;
		float: none !important;
	}


}

@media screen and (max-width: 481px) {
	header .caption {
		background-color: rgba(0, 0, 0, 0.7);
		padding: 20px;
		border-radius: 0 !important;
	}

	.slider .slides li .caption {
		width: 100% !important;
	}

	.box-1-img {
		margin: 0 auto;
	}

	h1.titulos {
		font-weight: 600;
		letter-spacing: -1.5px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 2.5rem !important;
	}

	h1.titulos-nombre {
		font-weight: 600;
		letter-spacing: -1.5px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 43px;
	}

	h3.titulos-h3 {
		font-weight: 400;
		letter-spacing: 2px;
		margin-top: 0;
		font-size: 39px;
	}
}