/*general-reset*/
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
  outline: none;
}
a img,
:link img,
:visited img {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
}
textarea {
  resize: none;
}
.clear {
  clear: both;
  outline: none;
  float: none !important;
}
/*end_general-reset*/
.font_family_regular {
  font-family: 'Gotham-Medium';
}
.font_family_bold {
  font-family: 'Gotham-Bold';
}
.font_family_book {
  font-family: 'Gotham-Book';
}
.font_family_light {
  font-family: 'Gotham-Light';
}
body {
  font-family: 'Gotham-Medium';
}
a {
  color: #ffffff;
  font-family: 'Gotham-Bold';
  font-size: 15px;
}
h2 {
  font-family: 'Gotham-Light';
  font-size: 50px;
  line-height: 80px;
  color: #4fbeec;
  text-transform: uppercase;
}
h2 span {
  color: #6d6e71;
}
h3 {
  font-family: 'Gotham-Book';
  font-size: 25px;
  line-height: 40px;
  color: #4fbeec;
  margin-bottom: 5px;
}
h3 span {
  color: #6d6e71;
}
h4 {
  font-family: 'Gotham-Book';
  font-size: 14px;
  line-height: 24px;
  color: #4fbdec;
  text-transform: uppercase;
}
h5 {
  font-family: 'Gotham-Book';
  font-size: 16px;
  line-height: 40px;
  color: #4fbdec;
  text-transform: uppercase;
}
p {
  font-family: 'Gotham-Book';
  font-size: 13px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #6d6e71;
}
p span {
  font-family: 'Gotham-Bold';
}
ul.listado li {
  color: #6d6e71;
  font-size: 13px;
  line-height: 26px;
  font-family: 'Gotham-Book';
}
ul.listado li:before {
  content: '•';
  margin-right: 3px;
  color: #4fbdec;
  font-family: 'Gotham-Bold';
  font-size: 12px;
}
.no-margin {
  margin-right: 0 !important;
}
.wrapper {
  width: 940px;
  margin: 0 auto;
}
.contenedor {
  width: 730px;
  margin: 0 auto;
}
.header {
  background: #181817;
  width: 100%;
  height: 100px;
  font-family: 'Gotham-Bold';
}
.header .logo {
  width: 220px;
  float: left;
  margin-top: 18px;
}
.header .top_menu {
  width: 680px;
  float: right;
  text-align: right;
  color: #ffffff;
  margin-top: 26px;
}
.header .top_menu .lang {
  margin-top: 8px;
}
.header .top_menu .lang a {
  font-size: 11px;
  margin-left: 5px;
}
.header .top_menu .lang a.active {
  color: #4fbdec;
}
.header .top_menu .menu {
  margin-top: 15px;
}
.header .top_menu .menu ul li {
  float: right;
  margin-right: 20px;
  /*
					&.disabled {
						cursor: default !important;
						a { opacity: 0.3;
							&:hover {
								color:@colorBlanco;
								opacity: 0.3;
							}

						}
					}

					a { text-transform: uppercase; font-size: 15px;
						&:hover {color:@colorCeleste; }
					}*/
}
.header .top_menu .menu ul li a {
  display: inline-block;
  background: url(../img/sprite.png);
  height: 20px;
}
.header .top_menu .menu ul li a.contacto {
  background-position: -213px -361px;
  width: 92px;
}
.header .top_menu .menu ul li a.contacto:hover {
  background-position: -213px -381px;
}
.header .top_menu .menu ul li a.proyectos_menu {
  background-position: -97px -361px;
  width: 97px;
}
.header .top_menu .menu ul li a.proyectos_menu:hover {
  background-position: -97px -381px;
}
.header .top_menu .menu ul li a.empresa {
  background-position: 0 -361px;
  width: 75px;
}
.header .top_menu .menu ul li a.empresa:hover {
  background-position: 0 -381px;
}
#slides .slides-pagination {
  width: 940px;
  margin: 0 auto;
  position: relative;
  bottom: 30px;
  text-align: right;
  right: 20px;
}
#slides .slides-pagination a {
  font-size: 0px !important;
  background: url(../img/sprite.png) 1px -247px no-repeat !important;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: none;
  border-radius: 0px;
}
#slides .slides-pagination a.current {
  background-position: -22px -247px !important;
}
.proyectos {
  width: 100%;
  background: #78c8ec;
  padding-top: 22px;
  padding-bottom: 48px;
}
.proyectos a {
  text-transform: uppercase;
}
.proyectos .proyectos_container {
  width: 780px;
  margin: 0 auto;
}
.proyectos .proyectos_container .proyecto {
  height: 145px;
  float: left;
  background: url(../img/sprite.png) no-repeat;
  margin-right: 29px;
}
.proyectos .proyectos_container .proyecto.edificios_vivienda {
  background-position: 0 9px;
  width: 126px;
}
.proyectos .proyectos_container .proyecto.edificios_vivienda.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.edificios_altura {
  background-position: -147px 9px;
  width: 95px;
}
.proyectos .proyectos_container .proyecto.edificios_altura.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.edificios_industriales {
  background-position: -280px 9px;
  width: 93px;
}
.proyectos .proyectos_container .proyecto.edificios_industriales.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.puertos {
  background-position: -405px 9px;
  width: 100px;
}
.proyectos .proyectos_container .proyecto.puertos.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.celdas {
  background-position: -534px 9px;
  width: 104px;
  opacity: 0.2;
}
.proyectos .proyectos_container .proyecto.celdas.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.puentes {
  background-position: -657px 9px;
  width: 111px;
}
.proyectos .proyectos_container .proyecto.puentes.active {
  opacity: 1;
}
.proyectos .proyectos_container .proyecto.last {
  margin-right: 0px;
}
.footer {
  background: #181817;
  padding-top: 35px;
  /*padding-bottom: 80px;*/
}
.footer .wrapper {
  position: relative;
  left: 20px;
}
.footer .logo_bottom {
  width: 50px ;
  height: 60px ;
  background: url(../img/sprite.png) 0px -153px no-repeat;
  margin-bottom: 20px;
}
.footer p {
  font-family: 'Gotham-Medium';
  line-height: 25px;
  color: #ffffff;
}
.footer p.contacto {
  color: #4fbdec;
  text-transform: uppercase;
}
.footer .copyright {
  margin-top: 15px;
}
.footer .copyright .derechos {
  width: 400px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Gotham-Bold';
}
.footer .copyright .altillo {
  width: 120px;
  height: 15px;
  background: url(../img/sprite.png) -3px -222px no-repeat;
  display: block;
  float: right;
  position: relative;
  right: 20px;
  cursor: pointer;
}
/* EMPRESA */
.contenedor.seccion_empresa,
.contenedor.seccion_empresa2 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.contenedor.seccion_empresa h2,
.contenedor.seccion_empresa2 h2 {
  margin-bottom: 12px;
}
.contenedor.seccion_empresa h3,
.contenedor.seccion_empresa2 h3 {
  margin-top: 80px;
}
.contenedor.seccion_empresa a.vermas,
.contenedor.seccion_empresa2 a.vermas {
  color: #4fbdec;
  font-size: 13px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
}
.contenedor.seccion_empresa h5,
.contenedor.seccion_empresa2 h5 {
  margin-top: 28px;
}
.contenedor.seccion_empresa2 {
  padding-top: 0px !important;
}
.contenedor.seccion_empresa2 h3 {
  margin-top: 40px;
}
/* PROYECTTOS */
.seccion_proyectos .contenedor {
  padding-top: 30px;
}
.seccion_proyectos .proyectos {
  padding-top: 9px;
  padding-bottom: 15px;
}
.seccion_proyectos .proyectos .proyecto {
  opacity: 0.5;
}
.seccion_proyectos .header_proyectos {
  margin-bottom: 25px;
}
.seccion_proyectos .header_proyectos .logo_proyecto {
  background: url(../img/sprite.png) no-repeat;
  float: left;
  margin-right: 12px;
}
.seccion_proyectos .header_proyectos .logo_proyecto.viviendas {
  background-position: -20px -275px;
  width: 90px;
  height: 65px;
}
.seccion_proyectos .header_proyectos .logo_proyecto.industriales {
  background-position: -286px -259px;
  width: 85px;
  height: 79px;
}
.seccion_proyectos .header_proyectos .logo_proyecto.puertos {
  background-position: -408px -275px;
  width: 98px;
  height: 65px;
}
.seccion_proyectos .header_proyectos .logo_proyecto.puentes {
  background-position: -656px -275px;
  width: 112px;
  height: 65px;
}
.seccion_proyectos .header_proyectos .logo_proyecto.altura {
  background-position: -159px -247px;
  width: 75px;
  height: 96px;
}
.seccion_proyectos .header_proyectos .titulo_proyecto {
  width: 400px;
  float: left;
  font-family: 'Gotham-Book';
  color: #4fbdec;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.seccion_proyectos .header_proyectos .titulo_proyecto.puertos {
  margin-top: 14px;
}
.seccion_proyectos .header_proyectos .titulo_proyecto.puentes {
  margin-top: 16px;
}
.seccion_proyectos .header_proyectos .titulo_proyecto.altura {
  margin-top: 16px;
}
.seccion_proyectos .indice_historial_proyectos {
  margin-bottom: 35px;
  margin-top: 25px;
}
.seccion_proyectos .indice_historial_proyectos p.intro_proyectos {
  font-size: 13px;
  line-height: 27px;
  font-family: 'Gotham-Book';
}
.seccion_proyectos .indice_historial_proyectos p.titulo {
  font-size: 13px;
  color: #4fbdec;
  font-family: 'Gotham-Bold';
}
.seccion_proyectos .indice_historial_proyectos .indice a {
  color: #b3b3b3;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #b3b3b3;
  line-height: 11px;
  height: 11px;
  font-size: 13px;
  font-family: 'Gotham-Medium';
}
.seccion_proyectos .indice_historial_proyectos .indice a.first {
  padding-left: 0px;
}
.seccion_proyectos .indice_historial_proyectos .indice a.last {
  border: none;
  padding-right: 0px;
}
.seccion_proyectos .indice_historial_proyectos .indice a.active {
  color: #6d6e71;
  cursor: default;
}
.seccion_proyectos .historial_proyecto .periodo_container {
  display: none;
  padding-bottom: 50px;
}
.seccion_proyectos .historial_proyecto .periodo_container.active {
  display: block;
}
.seccion_proyectos .historial_proyecto .periodo_container .titulo {
  font-family: 'Gotham-Medium';
  color: #4fbdec;
  text-transform: uppercase;
}
.seccion_proyectos .historial_proyecto .periodo_container .contenedor_individual {
  margin-bottom: 27px;
  width: 47%;
  float: left;
  margin-right: 35px;
  min-height: 83px;
}
.seccion_proyectos .historial_proyecto .periodo_container .contenedor_individual .titulo_individual {
  font-family: 'Gotham-Bold';
  font-size: 13px;
  line-height: 19px;
  color: #6d6e71;
}
.seccion_proyectos .historial_proyecto .periodo_container .contenedor_individual .info_individual {
  font-family: 'Gotham-Book';
  line-height: 19px;
}
.seccion_contacto {
  padding-top: 27px;
  padding-bottom: 100px;
}
.seccion_contacto .formato_inputs {
  background: #4fbdec;
  border: none;
  color: #ffffff;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  width: 320px;
}
.seccion_contacto .column_left,
.seccion_contacto .column_right {
  margin-top: 20px;
}
.seccion_contacto .column_right {
  float: right;
  width: 40%;
}
.seccion_contacto .column_right img {
  margin-bottom: 10px;
}
.seccion_contacto .column_right p {
  font-size: 14px;
}
.seccion_contacto .column_left {
  float: left;
  width: 50%;
  position: relative;
  min-height: 480px;
}
.seccion_contacto .column_left label {
  color: #6d6e71;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 25px;
  display: inline-block;
}
.seccion_contacto .column_left input {
  height: 32px;
  background: #4fbdec;
  border: none;
  color: #ffffff;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  width: 320px;
  margin-bottom: 21px;
}
.seccion_contacto .column_left textarea {
  height: 164px;
  background: #4fbdec;
  border: none;
  color: #ffffff;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  width: 320px;
}
.seccion_contacto .column_left a.enviar {
  font-size: 33px;
  line-height: 55px;
  color: #4fbeec;
  font-family: 'Gotham-Light';
  display: inline-block;
  float: right;
  margin-right: 16px;
}
.seccion_contacto .column_left .error_div {
  float: right;
  width: 9px;
  color: red;
  margin-top: 3px;
  display: none;
}
.seccion_contacto .column_left .ajax_loader {
  position: absolute;
  top: 440px;
  right: 179px;
  opacity: 0;
}
.seccion_contacto .column_left .txt {
  font-size: 20px;
  line-height: 25px;
  color: #4fbeec;
  font-family: 'Gotham-Book';
}
/* Sticky Footer */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -310px;
}
/* Set the fixed height of the footer here */
#push {
  height: 310px;
}
#footer {
  height: 275px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
