/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/*################################
							     #
	General							     
							     #
/*###############################*/
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-ExtraLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-ExtraLight.woff2") format("woff2"), url("../fonts/BentonSans-ExtraLight.woff") format("woff"), url("../fonts/BentonSans-ExtraLight.ttf") format("truetype"), url("../fonts/BentonSans-ExtraLight.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 100;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Light.woff2") format("woff2"), url("../fonts/BentonSans-Light.woff") format("woff"), url("../fonts/BentonSans-Light.ttf") format("truetype"), url("../fonts/BentonSans-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 200;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Book.woff2") format("woff2"), url("../fonts/BentonSans-Book.woff") format("woff"), url("../fonts/BentonSans-Book.ttf") format("truetype"), url("../fonts/BentonSans-Book.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Medium.woff2") format("woff2"), url("../fonts/BentonSans-Medium.woff") format("woff"), url("../fonts/BentonSans-Medium.ttf") format("truetype"), url("../fonts/BentonSans-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Medium.woff2") format("woff2"), url("../fonts/BentonSans-Medium.woff") format("woff"), url("../fonts/BentonSans-Medium.ttf") format("truetype"), url("../fonts/BentonSans-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 500;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Bold.woff2") format("woff2"), url("../fonts/BentonSans-Bold.woff") format("woff"), url("../fonts/BentonSans-Bold.ttf") format("truetype"), url("../fonts/BentonSans-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 600;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Bold.woff2") format("woff2"), url("../fonts/BentonSans-Bold.woff") format("woff"), url("../fonts/BentonSans-Bold.ttf") format("truetype"), url("../fonts/BentonSans-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSans-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans-Black.woff2") format("woff2"), url("../fonts/BentonSans-Black.woff") format("woff"), url("../fonts/BentonSans-Black.ttf") format("truetype"), url("../fonts/BentonSans-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 800;
}
@font-face {
  font-family: 'BentonSans';
  src: url("../fonts/BentonSansComp-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BentonSansComp-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSansComp-Black.woff2") format("woff2"), url("../fonts/BentonSansComp-Black.woff") format("woff"), url("../fonts/BentonSansComp-Black.ttf") format("truetype"), url("../fonts/BentonSansComp-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 900;
}
/* g4icons */
@font-face {
  font-family: "modern-pictograms";
  src: url("../fonts/ModernPictograms.eot");
  src: url("../fonts/ModernPictograms.eot?#iefix") format("embedded-opentype"), url("../fonts/ModernPictograms.woff") format("woff"), url("../fonts/ModernPictograms.ttf") format("truetype"), url("../fonts/ModernPictograms.svg#1461775991") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "modern-pictograms" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "modern-pictograms" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-image.icon-mkt:before {
  content: "\36";
  font-size: 170px;
  color: #3399FF;
  position: relative;
  top: -10px;
  line-height: 1;
}

.services .service .service-image.icon-s-cart {
  background-image: url(../images/sprite.png);
  background-position: -120px 0px;
  width: 120px;
  height: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .services .service .service-image.icon-s-cart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
.services .service .service-image.icon-dart {
  background-image: url(../images/sprite.png);
  background-position: 0px -120px;
  width: 120px;
  height: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .services .service .service-image.icon-dart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
.services .service .service-image.icon-support {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 120px;
  height: 120px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .services .service .service-image.icon-support {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}

.g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
  background-image: url(../images/sprite.png);
  background-position: -240px -82px;
  width: 82px;
  height: 82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
.g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
  background-image: url(../images/sprite.png);
  background-position: -120px -120px;
  width: 82px;
  height: 82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
.g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
  background-image: url(../images/sprite.png);
  background-position: -240px 0px;
  width: 82px;
  height: 82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}

@media only screen and (max-width: 1599px) and (min-width: 480px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
    background-image: url(../images/sprite.png);
    background-position: -240px -164px;
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1599px) and (min-width: 480px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 480px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
    background-image: url(../images/sprite.png);
    background-position: 0px -240px;
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1599px) and (min-width: 480px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 480px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
    background-image: url(../images/sprite.png);
    background-position: -54px -240px;
    width: 54px;
    height: 54px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1599px) and (min-width: 480px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
    background-image: url(../images/sprite.png);
    background-position: -202px -120px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-width: 320px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-s-cart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
    background-image: url(../images/sprite.png);
    background-position: -294px -189px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-width: 320px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-dart {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
    background-image: url(../images/sprite.png);
    background-position: -294px -164px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-width: 320px) and (min-resolution: 192dpi) {
  .g4a-e5o-slider-container .g4a-e5o-slider-icons .g4a-icon-slide i.icon-support {
    background-image: url(../images/sprite-2x.png);
    background-size: 322px 294px;
  }
}

.top-menu-item a.yellow {
  color: #A3BED8;
}
.top-menu-item a.active {
  color: #A3BED8;
}

.author {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.date {
  display: inline-block;
}

.top-menu-item a, .top-menu-item div, .top-menu-item > span {
  overflow: hidden;
  padding: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
}
.top-menu-item a span, .top-menu-item div span, .top-menu-item > span span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-menu-item a span:before, .top-menu-item div span:before, .top-menu-item > span span:before {
  position: absolute;
  top: 100%;
  text-align: left;
  content: attr(data-hover);
  font-weight: 500;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top-menu-item a:hover span, .top-menu-item div:hover span, .top-menu-item > span:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.new-button-contact {
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #3399FF;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 100;
  border: none;
  outline: none;
  float: right;
  margin-top: 50px;
}

.blog-top-single {
  position: relative;
}

.post-content-top .container.container-breadcrumb {
  top: 0;
  height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.custom-breadcrumb {
  margin-top: 85px;
  font-size: 14px;
  font-weight: 300;
}
.custom-breadcrumb span {
  color: #a3a3a3;
}
.custom-breadcrumb a {
  color: #3399FF;
}
.custom-breadcrumb.blog {
  margin-top: 60px;
}
.custom-breadcrumb.single-blog {
  position: absolute;
  z-index: 3;
  top: 0;
  text-shadow: 2px 2px 4px #090909;
}
.custom-breadcrumb.single-blog span, .custom-breadcrumb.single-blog a {
  color: #fff;
}
.custom-breadcrumb.contacto {
  margin-top: 0;
  margin-bottom: 20px;
}
.custom-breadcrumb.single {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
}
.custom-breadcrumb.single span, .custom-breadcrumb.single a {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .custom-breadcrumb.single-blog {
    top: -420px;
  }

  .top-menu-item a, .top-menu-item div, .top-menu-item > span {
    height: 16px;
  }
}
/*################################
							     #
	General							     
							     #
/*###############################*/
/*################################
							     #
	Services							     
							     #
/*###############################*/
.background-services {
  background-size: cover;
  background-repeat: no-repeat;
  height: 788px;
}
.background-services .main-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  position: relative;
  margin-top: 20px;
}
.background-services .main-content div {
  text-align: center;
}
.background-services .main-content div:first-child {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}
.background-services .main-content div:first-child span {
  font-weight: 500;
}
.background-services .main-content div:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.3;
  color: #838483;
}

.services .service {
  margin-bottom: 100px;
  display: table;
  width: 100%;
}
.services .service .service-image {
  position: relative;
  height: 170px;
}
.services .service .service-image.icon-s-cart {
  font-size: 170px;
  margin-bottom: 35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services .service .service-image.icon-s-cart.bkg-yellow {
  color: #3399FF;
}
.services .service .service-image.icon-dart {
  font-size: 170px;
  margin-bottom: 35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services .service .service-image.icon-dart.bkg-yellow {
  color: #3399FF;
}
.services .service .service-image.icon-support {
  font-size: 170px;
  margin-bottom: 35px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services .service .service-image.icon-support.bkg-yellow {
  color: #3399FF;
}
.services .service .service-text-container {
  text-align: center;
}
.services .service .service-text-container .service-text {
  min-height: 110px;
  overflow: hidden;
}
.services .service .service-text-container .service-text .title-service {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.services .service .service-text-container .service-text p {
  font-size: 16px;
  color: #a3a3a3;
  margin: 0;
  font-weight: 300;
}
.services .service .service-button-container {
  text-align: center;
  margin: auto;
}
.services .service .service-button-container .service-button-subcontainer .bottom-button-contact {
  text-transform: uppercase;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #3399FF;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 300;
  font-size: 14px;
}

.bottom-contact-container-table {
  display: table;
  height: 350px;
}
.bottom-contact-container-table .bottom-contact-container-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.bottom-contact {
  background-color: #f1f1f1;
}
.bottom-contact .bottom-contact-text {
  font-size: 40px;
  color: #434343;
  line-height: 1.1;
  text-align: center;
  font-weight: 100;
}
.bottom-contact .bottom-button-container {
  text-align: center;
}
.bottom-contact .bottom-button-container .bottom-button-contact {
  text-transform: uppercase;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #3399FF;
  color: #fff;
  padding: 15px 40px;
  border-radius: 20px;
  font-weight: 100;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .background-services {
    height: 488px;
  }
  .background-services .main-content div:nth-child(2) {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 981px) {
  .container.services > div > div:first-child .services .service-button-container {
    height: auto;
  }
  .container.services > div > div:nth-child(2) .services .service-button-container {
    height: auto;
  }
  .container.services > div > div:last-child .services {
    margin-bottom: 83px;
  }
  .container.services > div > div:last-child .services .service-button-container {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .background-services {
    height: 388px;
  }
  .background-services .main-content div:first-child {
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 1.1;
  }
  .background-services .main-content div:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
  }

  .bottom-contact .bottom-contact-text {
    font-size: 24px;
  }

  .service-image {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .services .service .service-image {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .background-services {
    height: 320px;
  }
  .background-services .main-content div:first-child {
    letter-spacing: 0px;
  }
  .background-services .main-content div:nth-child(2) {
    font-weight: 300;
    margin: 10px 0;
  }

  .services .service .service-image.iconus-s-cart {
    font-size: 120px;
    line-height: 1;
  }
  .services .service .service-image.iconus-dart {
    font-size: 125px;
    line-height: 1;
  }
  .services .service .service-image.iconus-support {
    font-size: 115px;
    line-height: 1;
  }
  .services .service .service-button-container .service-button-subcontainer .bottom-button-contact {
    font-size: 12px;
    padding: 15px 10px;
  }

  .container.services > div > div:first-child .services .service-text-container {
    height: auto;
  }
  .container.services > div > div:nth-child(2) .services .service-text-container {
    height: auto;
  }
  .container.services > div > div:last-child .services .service-text-container {
    height: auto;
  }
}
@media only screen and (max-width: 360px) {
  .background-services {
    height: 320px;
  }
  .background-services .main-content div:first-child {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.1;
  }
  .background-services .main-content div:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
  }
}
/*################################
							     #
	Services							     
							     #
/*###############################*/
/*################################
							     #
	Quienes somos							     
							     #
/*###############################*/
.clear {
  clear: both;
}

.who-we-are-presentation {
  margin-top: 30px;
}
.who-we-are-presentation h1 {
  font-size: 50px;
  font-weight: 300;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 5px;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
}
.who-we-are-presentation h1 span {
  font-weight: 500;
}
.who-we-are-presentation p {
  font-size: 18px;
  font-weight: 300;
  color: #838483;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.who-we-are-presentation p span {
  font-weight: 500;
}

.background-who-we-are {
  background-size: cover;
  background-repeat: no-repeat;
  height: 1062px;
  margin: 70px 0 100px;
}

.who-we-are-middle h2, .more-prepared h2 {
  font-size: 50px;
  font-weight: 300;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.who-we-are-middle h2 span, .more-prepared h2 span {
  font-weight: 500;
}
.who-we-are-middle p, .more-prepared p {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

.image-brand-container {
  height: 150px;
  text-align: center;
}
.image-brand-container .image-brand-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.image-brand-container img {
  max-width: calc(100% - 4px);
}

.more-prepared {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .background-who-we-are {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .image-brand-container {
    margin: 30px 0;
    height: 140px;
  }

  .who-we-are-presentation h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .who-we-are-presentation p {
    font-size: 16px;
    line-height: 1.3;
  }

  .who-we-are-middle h2, .more-prepared h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .who-we-are-middle p, .more-prepared p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 480px) {
  .background-who-we-are {
    height: 200px;
    margin: 35px 0 50px;
  }

  .more-prepared {
    margin-top: 50px;
  }

  .image-brand-container {
    margin: 10px 0;
  }
}
/*################################
							     #
	Quienes somos							     
							     #
/*###############################*/
/*################################
							     #
	Portafolio							     
							     #
/*###############################*/
.proyect-presentation {
  margin-top: 30px;
}
.proyect-presentation h1 {
  font-size: 50px;
  font-weight: 300;
  color: #a3a3a3;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 5px;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
}
.proyect-presentation h1 span {
  font-weight: 500;
}

.successfull-case {
  overflow: hidden;
  margin-top: 15px;
}
.successfull-case .background-proyect {
  background-repeat: no-repeat;
  width: 55%;
  background-size: 100% auto;
  padding-bottom: 45%;
  position: relative;
  left: 5%;
  float: left;
}
.successfull-case .text-proyect {
  float: left;
  width: 35%;
  vertical-align: top;
  position: relative;
  left: 5%;
  padding: 0 20px;
  font-weight: 300;
}
.successfull-case .text-proyect .proyect-main-title {
  font-size: 20px;
  color: #3399FF;
  text-transform: uppercase;
}
.successfull-case .text-proyect h2 {
  font-size: 40px;
  color: #a3a3a3;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
.successfull-case .text-proyect p {
  font-size: 20px;
}
.successfull-case .successfull-button-container {
  overflow: hidden;
}
.successfull-case .successfull-button-container > div {
  float: left;
  width: 50%;
}
.successfull-case .successfull-button-container .successfull-button {
  text-align: center;
  display: inline-block;
  padding: 8px 25px;
  border: 2px solid #3399FF;
  color: #000;
  border-radius: 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
.successfull-case .successfull-button-container .successfull-button-all {
  text-align: center;
  color: #000;
  font-size: 20px;
  display: inline-block;
  padding: 8px 25px;
  line-height: 1;
  font-weight: 300;
}

.proyect-middle-text-content {
  margin-bottom: 100px;
  text-align: center;
}
.proyect-middle-text-content .proyect-middle-text {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  color: #838483;
  font-weight: 300;
}
.proyect-middle-text-content .proyect-button-contact {
  background-color: #3399FF;
  color: #fff;
  height: 50px;
  padding: 0 39px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
}

.proyects .container-single .container-single-hide {
  display: none;
}
.proyects .container-single .container-single-hide.container-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.proyect-single-background {
  background-position: 0 25%;
  -webkit-transition: background-position .5s ease-in;
  transition: background-position .5s ease-in;
  height: 420px;
  background-size: cover;
  background-position: 0 25%;
  position: relative;
}
.proyect-single-background.animated {
  background-position: 0 60%;
  height: 600px;
}
.proyect-single-background:hover .proyect-single-background-black {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.proyect-single-background .proyect-single-background-black {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.proyect-single-background .proyect-single-parent {
  height: 100%;
  width: 100%;
  display: table;
}
.proyect-single-background .proyect-single-parent .proyect-single-subparent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.proyect-single-background .proyect-single-parent .proyect-single-subparent .proyect-single-title {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  line-height: 1;
}
.proyect-single-background .proyect-single-parent .proyect-single-subparent .proyect-button-contact2 {
  background-color: #3399FF;
  padding: 4px;
  display: inline-block;
  border-radius: 30px;
  margin-top: 15px;
}
.proyect-single-background .proyect-single-parent .proyect-single-subparent .proyect-button-contact2 .proyect-single-link {
  color: #fff;
  font-size: 14px;
  background-color: #3399FF;
  border-radius: 30px;
  padding: 2px 15px;
  border: 1px solid #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.post-listing {
  margin-bottom: 275px;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  position: relative;
  -webkit-animation: rotateit 1.3s linear infinite;
  animation: rotateit 1.3s linear infinite;
}

@-webkit-keyframes rotateit {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes rotateit {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.spinner.circles div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 35px;
  left: 45px;
}

.spinner.circles div:nth-child(1) {
  -webkit-transform: rotate(0deg) translate(0, -17px) scale(0.7);
  transform: rotate(0deg) translate(0, -17px) scale(0.7);
}

.spinner.circles div:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(0, -17px) scale(0.6);
  transform: rotate(45deg) translate(0, -17px) scale(0.6);
  opacity: 0.7;
}

.spinner.circles div:nth-child(3) {
  -webkit-transform: rotate(90deg) translate(0, -17px) scale(0.55);
  transform: rotate(90deg) translate(0, -17px) scale(0.55);
  opacity: 0.6;
}

.spinner.circles div:nth-child(4) {
  -webkit-transform: rotate(135deg) translate(0, -17px) scale(0.45);
  transform: rotate(135deg) translate(0, -17px) scale(0.45);
  opacity: 0.5;
}

.spinner.circles div:nth-child(5) {
  -webkit-transform: rotate(180deg) translate(0, -17px) scale(0.35);
  transform: rotate(180deg) translate(0, -17px) scale(0.35);
  opacity: 0.4;
}

.spinner.circles div:nth-child(6) {
  -webkit-transform: rotate(225deg) translate(0, -17px) scale(0.25);
  transform: rotate(225deg) translate(0, -17px) scale(0.25);
  opacity: 0.3;
}

.spinner.circles div:nth-child(7) {
  -webkit-transform: rotate(270deg) translate(0, -17px) scale(0.15);
  transform: rotate(270deg) translate(0, -17px) scale(0.15);
  opacity: 0.2;
}

.spinner.circles div:nth-child(8) {
  -webkit-transform: rotate(315deg) translate(0, -17px) scale(0.05);
  transform: rotate(315deg) translate(0, -17px) scale(0.05);
  opacity: 0.1;
}

@media only screen and (min-width: 1200px) {
  .successfull-case .text-proyect {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .successfull-case .text-proyect .proyect-main-title {
    font-size: 20px;
  }
  .successfull-case .text-proyect h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  .successfull-case .text-proyect p {
    font-size: 16px;
  }

  .proyect-middle-text-content .proyect-middle-text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .successfull-case .background-proyect {
    width: 50%;
  }
  .successfull-case .text-proyect {
    margin-top: 0;
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .successfull-button-container {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .proyect-presentation {
    margin-top: 20px;
  }
  .proyect-presentation h1 {
    font-size: 30px;
  }

  .successfull-case {
    overflow: hidden;
    margin-top: 15px;
  }
  .successfull-case .background-proyect {
    width: 95%;
    margin: 0 2.5%;
    left: 0%;
    padding-bottom: 75%;
  }
  .successfull-case .text-proyect {
    width: 100%;
    left: 0%;
    text-align: center;
  }

  .proyect-single-background {
    height: 270px;
  }
  .proyect-single-background .proyect-single-parent .proyect-single-subparent .proyect-single-title {
    font-size: 30px;
  }

  .proyect-middle-text-content {
    margin: 25px 0;
  }
}
@media only screen and (max-width: 480px) {
  .proyect-presentation {
    margin-top: 100px;
  }
  .proyect-presentation h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .successfull-case .text-proyect .proyect-main-title {
    font-size: 20px;
  }
  .successfull-case .text-proyect h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  .successfull-case .text-proyect p {
    font-size: 14px;
  }
  .successfull-case .successfull-button-container > div {
    width: 100%;
    margin: 10px 0;
  }

  .proyect-middle-text-content {
    margin: 30px 0;
  }
  .proyect-middle-text-content .proyect-middle-text {
    font-size: 16px;
  }
}
/*################################
							     #
	Portafolio							     
							     #
/*###############################*/
/*################################
							     #
	Formularios de contacto							     
							     #
/*###############################*/
#crmWebToEntityForm {
  padding-bottom: 100px;
}
#crmWebToEntityForm .g4a-button {
  float: right;
  margin-top: 50px;
}
#crmWebToEntityForm.general {
  padding-bottom: 0;
}

.custom-input {
  margin-top: 50px;
}
.custom-input.general {
  margin-top: 30px;
}
.custom-input.first {
  margin-top: 0px;
}
.custom-input.select {
  padding-bottom: 20px;
}
.custom-input.focus-show input, .custom-input.focus-show textarea {
  border-bottom: 2px solid #3399FF;
}
.custom-input.focus-show label {
  bottom: 0;
}
.custom-input input, .custom-input textarea {
  border: none;
  display: block;
  width: 100%;
  background: #eee;
  border-bottom: 2px solid #a5a5a5;
  position: relative;
  z-index: 1;
  background: transparent;
  outline: none;
  font-weight: 300;
  font-size: 16px;
  color: #838483;
}
.custom-input textarea {
  height: 25px;
  resize: none;
}
.custom-input label {
  color: #838483;
  position: relative;
  bottom: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  font-weight: 300;
  font-size: 16px;
}
.custom-input label span {
  color: #ff0000;
}
.custom-input select {
  position: relative;
  top: 20px;
  display: inline-block;
}

.form-error-label {
  margin-top: 20px;
  color: #ff0000;
  position: absolute;
}

.contact-zoho {
  background-color: #e8e8e8;
}

.captcha {
  margin-top: 20px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .custom-input.first {
    margin-top: 30px;
  }

  .captcha.general {
    margin-bottom: 80px;
  }
}
/*################################
							     #
	Formularios de contacto							     
							     #
/*###############################*/
/*################################
							     #
	Footer							     
							     #
/*###############################*/
.footer-services, .footer-policies {
  text-align: center;
}
.footer-services div, .footer-policies div {
  margin: 0 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer-container-top .title, .footer-container-top .desc, .footer-container-top .phone {
    text-align: center;
    display: block;
    float: none;
    margin: 10px 0;
  }

  .footer-services div, .footer-policies div {
    text-align: center;
  }
}
/*################################
							     #
	Footer						     
							     #
/*###############################*/
