* {
	margin: 0px;
	padding: 0px;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}

body {
	min-height: 1300px;
}

hr {
	height: 2px;
	background-color:#040661;
	margin: 20px auto;
}

#header {
	width: 100%;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F2F4F4;
	color: #ff0000;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

#header li {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	padding-left: 30px;
	border-left: 2px solid #062f73;
}

#header li:last-child{
	border-right: 2px solid #062f73;
	padding-right: 30px;
}

#header a {
	text-decoration: none;
	color: #fcae24;
}

#cabecera {
	width: 1250px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

#cabecera img {
	margin: 0px 50px;
}

#mainbanner {
	width: 100%;
	height: 600px;
	background-image: url(../images/main.jpg);
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#textbanner {
	width: 500px;
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 5px black;
	top: 30%;
	left: 10%;
	transform: translate(-10%, -50%);
	text-transform: uppercase;
}

#article {
	width: 1250px;
	margin: 0px auto;
}

#textarticle{
	width: 585px;
	padding: 20px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: justify;
}
	
#textarticle h2 {
	color: #00094e;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#mision h2 {
	color: #00094e;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
}

#vision h2 {
	color: #00094e;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
}

#valores h2 {
	color: #00094e;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 20px;
}

#imgarticle {
	width: 625px;
	height: 500px;
	background-image: url(../images/premezclado.jpg);
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
}

#article2 {
	clear: both;
	width: 100%;
	height: 300px;
	background-image: url(../images/concreto.jpg);
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}

#textarticle2 {
	width: 1210px;
	height: 200px;
	margin: 0px auto;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	text-shadow: 5px 5px 5px black;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
}

#imgarticle3 {
	width: 625px;
	height: 500px;
	background-image: url(../images/sotmi.png);
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
}

#textarticle3 {
	width: 585px;
	padding: 20px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: justify;
}

#textarticle3 li {
	list-style-image: url(../images/list.png);
	margin-left: 20px;
}

#textarticle3 h2 {
	color: #00094e;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#mvv {
	width: 100%;
	height: 350px;
	padding-top: 80px;
	display: flex;
	justify-content: center;
	background-color: #fcae24;
}

#mision {
	width: 370px;
	height: 180px;
	box-shadow: 5px 5px 5px black;
	font-family: arial, sans-serif;
	text-align:justify;
	color: #fff;
	display: block;
	float: left;
	padding: 15px;
	background-color: #062f73;
	margin: 17px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#vision {
	width: 370px;
	height: 180px;
	box-shadow: 5px 5px 5px black;
	font-family: arial, sans-serif;
	text-align:justify;
	color: #fff;
	display: block;
	float: left;
	padding: 15px;
	background-color: #062f73;
	margin: 16px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#valores {
	width: 370px;
	height: 180px;
	box-shadow: 5px 5px 5px black;
	font-family: arial, sans-serif;
	text-align:justify;
	color: #fff;
	display: block;
	float:left;
	padding: 15px;
	background-color: #062f73;
	margin: 17px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#mision h2 {
	color: #fcae24;
}

#vision h2 {
	color: #fcae24;
}

#valores h2 {
	color: #fcae24;
}

#valores li {
	list-style-image: url(../images/list.png);
	margin-left: 20px;
}

#servicios {
	clear: both;
	width: 1200px;
	margin: 50px auto;
	padding: 50px;
	font-family: arial, sans-serif;
	text-align: justify;
}

#servicios h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	margin-bottom: 30px;
}

#servicios h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	margin-bottom: 20px;
}

#servicios li {
	list-style-image: url(../images/list.png);
	margin-top: 10px;
	margin-left: 100px;
}

#ubicacion {
	clear: both;
	padding-top: 5px;
}

#ubicacion h2 {
	color: #00094e;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
}

#boton {
	width: 150px;
	border: 2px solid #062f73;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

#nav {
	clear: both;
	width: 1250px;
	height: 150px;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	color: gray;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

#nav ul{
	margin: 0px auto;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
	border-left: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
}

#nav li:last-child{
	border-right: 1px solid black;
}

#nav a {
	text-decoration: none;
	color: gray;
}

#footer {
	width: 100%;
	height: 200px;
	font-family: arial, sans-serif;
	color: white;
	background-color: #040661;
}

#ubicafoot {
	width: 377px;
	min-height: 130px;
	float: left;
	padding: 20px;
}

#contactofoot {
	width: 377px;
	min-height: 130px;
	float: left;
	padding: 20px;
}

#horario {
	width: 376px;
	min-height: 130px;
	float: left;
	padding: 20px;
}

#designed {
	clear: both;
	width: 1250px;
	height: 20px;
	margin: 0px auto;
	padding-top: 6px;
	text-align: center;
	font-size: 15px;
}

#designed a {
	text-decoration: none;
	color: white;
}

.actual {
	font-size: 32px;
	font-weight: bold;
	color: #062f73 !important;
	text-shadow: 1px 1px 5px black;
}

.actual a {
	color: #062f73 !important;
}

.activa {
	font-size: 28px;
	font-weight: bold;
	color: #040661 !important;
	text-shadow: 0px 0px 5px black;
}

.activa a {
	color: #040661 !important;
}

.foottitle {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-shadow: 5px 5px 5px black;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.testing {
	clear: both;
	position: fixed;
	bottom: 30px;
	right: 30px;
	filter: drop-shadow(0px 0px 10px black);
	z-index: 9999;
}

.testing:hover .btn_whatsapp {
	display: block;
	position: fixed;
	bottom: -10px;
	right: -10px;
	filter: drop-shadow(0px 0px 10px black);
	z-index: 9999;
}

.btn_whatsapp {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 250px;
	filter: drop-shadow(0px 0px 10px black);
	z-index: 9999;
}

.marcas {
	display: block;
	text-align: center;
	margin: 50px auto;
}

form {
	width: 400px;
	margin: auto;
	padding: 10px 25px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}

form h2 {
	color: #00094e;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
}

input, textarea {
	width: 100%;
	margin-bottom: 12px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
	background-color: #e4f6fe;
}

textarea {
	min-height: 130px;
	max-height: 200px;
	max-width: 100%;
}