/*Generadores*/
.a-right {
  text-align: right;
}
.a-left {
  text-align: left;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.m-right {
  margin-right: 20px;
}
.animar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gradiente {
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7b151', endColorstr='#8e6b24', GradientType=0);
}
.btn-ghost {
  display: block;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 2px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin: 15px 0;
  width: 140px;
}
.btn-ghost:hover {
  border-color: #cfcfcf;
  color: #cfcfcf;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1.mediumtitle {
  text-align: center;
  display: block;
  font-size: 19px;
  margin-bottom: 20px;
}
h4 {
  margin-top: 10px;
  font-weight: 400;
  color: #b0b0b0;
}
h1 {
  font-size: 22px;
}
.hdivisor {
  margin: 30px 0 20px;
}
body {
  background: url(images/bg-site.jpg) repeat;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
}
body#landing {
  background: url(images/bg.jpg) fixed;
  background-size: cover;
}
.go {
  padding: 45px 20px 0;
  width: 113px;
  height: 105px;
  float: right;
  display: block;
  opacity: 0.5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  text-align: center;
}
.go:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.land_header {
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7b151', endColorstr='#8e6b24', GradientType=0);
  text-align: center;
  padding: 20px 0;
}
header.land_header a {
  display: block;
  padding-top: 13px;
}
#feat {
  background: url(images/bgfeat.jpg) no-repeat;
  height: 386px;
}
#places {
  background: url(images/bgnoise.jpg);
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#places .floattitle {
  position: relative;
  background: url(images/float-h.png);
  top: -22px;
  padding-top: 10px;
  width: 426px;
  margin: 0 auto;
  height: 42px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
#places .boxicons {
  width: 247px;
  float: left;
  text-align: center;
  font-size: 16px;
}
#places .boxicons img {
  width: 75px;
  margin: 0 auto 10px;
  display: block;
}
#places .tri {
  position: relative;
  bottom: -45px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #e6e6e6 transparent transparent transparent;
}
#feat-page {
  border-bottom: 10px solid #d3d3d3;
  background: url(images/head.jpg);
  margin-bottom: 20px;
  height: 104px;
  color: #FFF;
  padding-top: 59px;
}
#feat-page h1.maintitle {
  font-size: 33px;
}
.container_landing {
  margin: 80px auto 0;
  width: 761px;
}
.container_landing .text {
  margin-bottom: 60px;
  font-size: 29px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
}
.container_landing .box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  float: left;
  opacity: 0.9;
  background: #FFF;
}
.container_landing .box:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_landing .aico {
  margin-right: 43px;
}
header {
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d8d8d8));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7b151', endColorstr='#8e6b24', GradientType=0);
  height: 150px;
  border-bottom: 3px solid #ce1427;
}
header .logo {
  display: block;
  padding-top: 13px;
}
nav {
  background: url(images/noise.gif);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
nav ul.mainnav li {
  display: block;
  float: left;
  font-weight: 700;
}
nav ul.mainnav li a {
  display: block;
  padding: 7px 20px;
  color: #ffffff;
  font-size: 13px;
}
nav ul.mainnav li a:hover {
  background: rgba(250, 250, 250, 0.1);
}
nav ul.mainnav li.activo a {
  background: rgba(250, 250, 250, 0.1);
}
#feat {
  padding-top: 90px;
}
.boxhome {
  width: 420px;
  height: 200px;
  float: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 35px;
  font-size: 16px;
}
.boxhome h1 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
}
.boxhome .line {
  width: 200px;
  height: 2px;
  margin: 20px 0;
  background: #FFF;
}
.boxhome.red {
  background: rgba(206, 20, 39, 0.6);
}
#slider {
  padding: 0 !important;
  width: 490px;
  height: 270px;
  position: relative;
}
.logos {
  margin-top: 30px;
  margin-bottom: 40px;
}
.lead-text {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #b0b0b0;
  margin-bottom: 20px;
}
.content {
  line-height: 26px;
  font-size: 15px;
}
.content p {
  margin-bottom: 20px;
}
.content p strong {
  color: #000;
  font-weight: 700;
}
.content figure {
  position: relative;
  margin-bottom: 10px;
}
.content figure img {
  display: block;
}
.content figure figcaption {
  background: #ce1427;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
  font-style: italic;
  font-size: 14px;
}
.graybox {
  background: #e0e0e0;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.graybox .left {
  width: 260px;
  margin-right: 20px;
  float: left;
  line-height: 32px;
}
.graybox .right {
  float: left;
  width: 660px;
}
ul.list-calidad {
  font-style: italic;
  color: #9f222e;
  font-size: 13px;
}
ul.list-calidad li {
  list-style-image: url(images/ok-list.png);
  float: left;
  width: 315px;
  margin-left: 15px;
  margin-bottom: 10px;
}
ul.services-list {
  position: relative;
}
ul.services-list > li {
  position: relative;
  display: block;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
  cursor: pointer;
}
ul.services-list > li:hover .sh {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
ul.services-list > li .sh {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 40px 0 #000000;
}
ul.services-list > li a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
ul.services-list > li a img {
  display: block;
}
ul.services-list > li a h3 {
  top: 90px;
  left: 0;
  right: 0;
  position: absolute;
  color: #fff;
  font-size: 20px;
}
ul.services-list > li a .oneline {
  top: 110px !important;
}
ul.services-list > li.last {
  margin-right: 0;
}
.boxover {
  display: none;
  overflow: hidden;
  background: rgba(20, 20, 20, 0.93);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 455px;
}
.boxover .inside {
  padding: 20px;
  color: #FFF;
  position: relative;
  font-size: 15px;
}
.boxover .inside div {
  display: none;
}
.boxover .inside div h2 {
  color: #b32832;
  margin: 0 0 23px;
  font-size: 20px;
}
.boxover .inside div p {
  margin-bottom: 20px;
}
.boxover .inside div ul {
  padding-left: 30px;
  margin: 20px 0;
}
.boxover .inside div ul li {
  font-style: italic;
  list-style-type: circle !important;
  float: none;
  clear: both;
  margin-bottom: 10px;
}
.boxover .inside div ul li strong {
  color: #6984ba;
}
.boxover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}
.logobureau {
  position: absolute;
  right: 0;
  top: -101px;
}
.isoblock {
  margin-top: 50px;
}
.mapawrap {
  background: url(images/mapa.jpg);
  width: 100%;
  height: 512px;
  position: relative;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.mapawrap .textmain {
  background: #FFF;
  color: #666;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.mapawrap .textmain a {
  color: #ce1427;
  display: block;
  margin-top: 20px;
}
.mapawrap .textmain a:hover {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mapawrap .textmain h3 {
  font-size: 14px;
}
.mapawrap .place {
  background: url(images/icon.png) no-repeat center;
  position: absolute;
  width: 16px;
  height: 26px;
}
.mapawrap .place .leyenda {
  display: none;
  white-space: nowrap;
  left: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  top: -67px;
  background: #B41E26;
  padding: 2px 10px;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.mapawrap .place .leyenda:after {
  content: "";
  background: url(images/pata.png) no-repeat;
  width: 43px;
  left: -10px;
  height: 32px;
  position: absolute;
  bottom: -32px;
}
.mapawrap .neuquen1 {
  left: 497px;
  top: 217px;
}
.mapawrap .neuquen2 {
  left: 514px;
  top: 207px;
}
.mapawrap .comodoro {
  left: 545px;
  top: 439px;
}
.mapawrap .neuquen3 {
  left: 497px;
  top: 180px;
}
.mapawrap .neuquen4 {
  left: 530px;
  top: 188px;
}
footer {
  font-size: 12px;
  margin-top: 50px;
  background: url(images/bgnoise.jpg);
}
footer .g12 {
  padding-top: 15px;
  position: relative;
  line-height: 45px;
}
footer a {
  color: #ce1427;
}
footer .infinito {
  display: block;
  position: absolute;
  right: 0;
}
#empresa-slider {
  width: 425px;
  height: 330px;
  overflow: hidden;
  margin-left: 55px;
}
/* ==========================================================================
   EXCEPTIONAL MOBILE ELEMENT IN DESKTOP VIEW
   ========================================================================== */
/* ==========================================================================
   Media queries
   ========================================================================== */
/* end @media 755px <> 989px */
