@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,900);

/*
Diseño y desarrollo: Hazlo Web Diseño
Sitio web: www.hazloweb.cl
Teléfono: +56 9 92906820
Correo: contacto@hazloweb.cl
Cliente: Apal Ingenieros
Año: Junio 2014
*/

body {
	color: #2E3444;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 100%;
	margin: 0 auto;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}

a img {
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFF; 
	text-decoration: none;
}

.container {
	width: 100%;
	margin: 0 auto; 
}

.header {
	width: 100%;
	background-color: #FFF;
}

.content {

}

.footer {
	width: 100%;
	float: left;
	color: #FFF;
	background-image: url(../../imagenes/background.jpg);
	background-position: center bottom;
	background-color: #2E3192;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pagina {
	width: 1000px;
	margin: 0 auto;
}

.header-top {
	width: 100%;
	background-image: url(../../imagenes/background.jpg);
	background-position: center top;
	background-color: #2E3192;
	font-size: 70%;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.logo {
	width: 367px;
	float: left;
}

.menu {
	width:633px;
	float: left;
	text-align: right;
	padding-top: 30px;
	text-transform: uppercase;
}

.slideshow {
	width: 100%;
	float: left;
}

.sombra {
	width: 100%;
	height: 40px;
	float: left;
	background-image: url(../../imagenes/sombra.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -4px;
}

.separacion {
	width: 100%;
	height: 50px;
	float:left;
}

.separacion2 {
	width: 100%;
	height: 66px;
	float:left;
}

.item-footer {
	width: 1000px;
	min-height: 20px;
	margin-bottom: 60px;
}

.infofooter-a {
	width: 210px;
	float: left;
	margin-right: 1px;
}

.infofooter {
	width: 380px;
	float: left;
	margin-left: 14px;
}

.titulo {
	font-size: 30px;
	padding-bottom: 20px;
}

.botonfooter {
	font-size: 18px;
	margin-top: 10px;
}

.titulo-pagina {
	width: 100%;
	float: left;
	font-size: 40px;
	text-align: center;
	color: #333;
	padding-top: 50px;
	padding-bottom: 50px;
}

.titulo-pagina-int {
	width: 100%;
	float: left;
	font-size: 40px;
	text-align: left;
	color: #333;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.titulo-pagina-int2 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #333;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.descripcion-servicios {
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.sidebar {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.imgpage {
	width: 100%;
	min-width: 1000px;
	z-index: 1000;
}

.page {
	width: 670px;
	float: left;
}

.logos-empresas {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.logos {
	width: 125px;
	height: 125px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%;
	-moz-filter: grayscale(100%);
	-o-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	filter: gray; 
	-webkit-transition: all .6s ease;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	border: none;
}

.copyright {
	width: 1000px;
	float: left;
	font-size: 10px;
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
}

.txtform {
	width: 100%;
	padding-left: 10px;
}

.input {
	width: 100%;
	height: 40px;
	background-color: #E7E7E7;
	border: none;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 18px;
	padding-left: 4px;
	appearance: none;
	-webkit-appearance:none;
	border-radius: 0px;
}

.input2 {
	width: 100%;
	height: 40px;
	border: none;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 4px;
	appearance: none;
	-webkit-appearance:none;
	border-radius: 0px;
	margin-left: -4px;
}

.select {
	width: 100%;
	height: 41px;
	background-color: #E7E7E7;
	border: none;
	margin-top: 2px;
	margin-bottom: 12px;
	font-size: 18px;
	padding-left: 4px;
	appearance: none;
	-webkit-appearance:none;
	border-radius: 0px;
}

.textarea {
	width: 100%;
	min-height: 200px;
	background-color: #E7E7E7;
	border: none;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	padding-left: 4px;
	appearance: none;
	-webkit-appearance:none;
	border-radius: 0px;
}

.button {
	background-color: #2E3192;
	color: #FFF;
	border: none;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	appearance: none;
	-webkit-appearance:none;
	text-transform: uppercase;
}

.advertencia {
	color: #F00;
}

.proyectos {
	width: 100%;
	text-align: center;
	margin-left: 20px;
}

.item-proyecto {
	width: 300px;
	height: 310px;
	float:left;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.item-imagen {
	padding-top: 20px;
}

.item-img {
	width: 280px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	border: none;
}

.item-nombre {
	margin-top: 10px;
	font-size: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.paginador {
	width: 100%;
	float: left;
	text-align: center;
	color: #2E3192;
	margin-top: 20px;
}

.tsidebar {
	color: #333;
	margin-bottom: 6px;
	font-size: 22px;
}

.item {
	color: #333 !important;
	text-align: center;
}

.if {
	margin-right: 6px;
	top: 20px;
}

.item-staff {
	font-size: 100%;
	text-align: center;
} 

.item-cargo {
	font-size: 100%;
	color: #CCC;
	text-align: center;
}

.item-estudios {
	font-size: 80%;
	text-align: center;
}

.s {
	width: 100%;
	float: left;
	margin-top: 30px;
	height: 1px;
	color: #003;
	background-color: #003;
	border: none;
}

.textomovil {
	font-size: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 16px;
}

.logomovil {
	max-width: 300px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1c1d58;
  border-right: 1px solid #1c1d58;
  border-top: 1px solid #1c1d58;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #2e3192;
  background: -webkit-linear-gradient(#2e3192, #282a7f);
  background: -moz-linear-gradient(#2e3192, #282a7f);
  background: -o-linear-gradient(#2e3192, #282a7f);
  background: -ms-linear-gradient(#2e3192, #282a7f);
  background: linear-gradient(#2e3192, #282a7f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #282a7f;
  background: -webkit-linear-gradient(#282a7f, #22246b);
  background: -moz-linear-gradient(#282a7f, #22246b);
  background: -o-linear-gradient(#282a7f, #22246b);
  background: -ms-linear-gradient(#282a7f, #22246b);
  background: linear-gradient(#282a7f, #22246b);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1c1d58;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #1c1d58;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.menumoviltxt {
	text-transform: uppercase;
}
