/* VARIABLES ========================================================================== */
/* MIXINS ========================================================================== */
/*
flexbox(flex)
flex-direction(column)
flex-justify(center)
flex-align(center)
*/
/* FORMATTING ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #fff;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 140%;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #f9f9f9;
}
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
form input,
form textarea {
  outline: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
/* SNIPPETS  ========================================================================== */
.col1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.col1:before,
.col1:after {
  content: '';
  display: table;
}
.col1:after {
  clear: both;
}
.col1:last-child {
  margin-right: 0%;
}
.col2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2:before,
.col2:after {
  content: '';
  display: table;
}
.col2:after {
  clear: both;
}
.col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2:first-child {
    margin-left: auto;
  }
  .col2:last-child {
    margin-right: auto;
  }
}
.col3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3:before,
.col3:after {
  content: '';
  display: table;
}
.col3:after {
  clear: both;
}
.col3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col3:first-child {
    margin-left: auto;
  }
  .col3:last-child {
    margin-right: auto;
  }
}
.col2-3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3:before,
.col2-3:after {
  content: '';
  display: table;
}
.col2-3:after {
  clear: both;
}
.col2-3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2-3:first-child {
    margin-left: auto;
  }
  .col2-3:last-child {
    margin-right: auto;
  }
}
.col4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4:before,
.col4:after {
  content: '';
  display: table;
}
.col4:after {
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4:before,
  .col4:after {
    content: '';
    display: table;
  }
  .col4:after {
    clear: both;
  }
  .col4:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .col4:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .col4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col4:first-child {
    margin-left: auto;
  }
  .col4:last-child {
    margin-right: auto;
  }
}
.col4-5 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4-5:before,
.col4-5:after {
  content: '';
  display: table;
}
.col4-5:after {
  clear: both;
}
.col4-5:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4-5 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col4-5:first-child {
    margin-left: auto;
  }
  .col4-5:last-child {
    margin-right: auto;
  }
}
.col5 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.col5:before,
.col5:after {
  content: '';
  display: table;
}
.col5:after {
  clear: both;
}
.col5:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col5 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col5:first-child {
    margin-left: auto;
  }
  .col5:last-child {
    margin-right: auto;
  }
}
.col6 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6:before,
.col6:after {
  content: '';
  display: table;
}
.col6:after {
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8:before,
.col8:after {
  content: '';
  display: table;
}
.col8:after {
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2:before,
.span2:after {
  content: '';
  display: table;
}
.span2:after {
  clear: both;
}
.span3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3:before,
.span3:after {
  content: '';
  display: table;
}
.span3:after {
  clear: both;
}
.span4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4:before,
.span4:after {
  content: '';
  display: table;
}
.span4:after {
  clear: both;
}
.floater,
.row,
.col1 {
  float: left;
  width: 100%;
  position: relative;
}
.content-center {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center:before,
.content-center:after {
  content: '';
  display: table;
}
.content-center:after {
  clear: both;
}
.sprite {
  background-image: url("../../images/sprite.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 150px 2500px !important;
}
.no-svg .sprite {
  background-image: url("../../images/sprite.png") !important;
  background-repeat: no-repeat !important;
  background-size: 150px 2500px !important;
}
.sprite-cover {
  background-image: url("../../images/cover-sprite.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 420px 720px !important;
}
.no-svg .sprite-cover {
  background-image: url("../../images/cover-sprite.png") !important;
  background-repeat: no-repeat !important;
  background-size: 420px 720px !important;
}
.showDesk {
  display: block !important;
}
.hideDesk {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .hideTab {
    display: none !important;
  }
}
.showTab {
  display: none;
}
@media only screen and (max-width: 800px) {
  .showTab {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .hideMob {
    display: none !important;
  }
}
.showMob {
  display: none;
}
@media only screen and (max-width: 600px) {
  .showMob {
    display: block !important;
  }
}
.mailto:after {
  content: '@global-lis.com';
}
/* Error 404 ========================================================================== */
#errorBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 300px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #errorBox {
    width: 90%;
  }
}
#errorBox .errorlogo {
  margin: 0 auto;
  display: block;
}
#errorBox h1 {
  font-size: 60px;
  margin-bottom: 0px;
  color: #0ff;
}
#errorBox h2 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #f9f9f9;
}
#errorBox p {
  color: #f9f9f9;
}
#errorBox a {
  background: #0ff;
  color: #fff;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  font-size: 1.2rem;
}
#errorBox a:hover {
  color: negro;
}
/* TEXT  ========================================================================== */
h1 {
  font-size: BiggerFont;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 0.5px;
}
h2 {
  font-size: BigFont;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1rem;
}
p {
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: -0.3px;
}
hr {
  border: none;
  border-top: #ececec 1px solid;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active {
  color: inherit;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* KEYFRAMES ========================================================================== */
/* FORM ========================================================================== */
/*VALIDATION*/
:focus {
  outline: 0px none transparent;
}
:required {
  background: #fff;
}
textarea:required {
  background: #fff;
}
:required:valid {
  border: none;
  border: #11ed35 1px solid;
}
:focus:required:invalid {
  border: none;
  border: #ef3360 1px solid;
}
:-moz-ui-invalid,
:invalid,
:-moz-submit-invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:focus,
input:focus {
  border: #666 1px solid;
}
/*PLACEHOLDER*/
::-webkit-input-placeholder {
  color: #a2aaad;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #a2aaad;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #a2aaad;
}
:focus::-moz-placeholder {
  color: #a2aaad;
}
.formLoad {
  display: none;
}
header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #f9f9f9;
  -webkit-transition: background 0.3s, height 0.3s;
  -moz-transition: background 0.3s, height 0.3s;
  -o-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
}
header .content-center {
  height: 100%;
  background-color: #f9f9f9;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
header .content-center #logo {
  width: 190px;
  float: left;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  header .content-center #logo {
    width: 160px;
  }
}
header .content-center #logo a {
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .content-center #logo a img {
  width: 190px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media only screen and (max-width: 600px) {
  header .content-center #logo a img {
    width: 160px;
  }
}
header .content-center #menu {
  height: 100%;
  float: right;
  width: calc(100% - 190px);
}
@media only screen and (max-width: 600px) {
  header .content-center #menu {
    width: calc(100% - 160px);
  }
}
header .content-center #menu #menuIcon {
  display: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  height: 100%;
  width: 80px;
  float: right;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #menuIcon {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
header .content-center #menu #menuIcon #nav-toggle {
  position: relative;
  height: 100%;
  width: 80px;
  text-align: right;
  line-height: 60px;
  display: block;
  color: #000;
  font-size: 1.3rem;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #menuIcon #nav-toggle {
    height: 60px;
  }
}
header .content-center #menu #menuIcon #nav-toggle span {
  height: 2px;
  width: 26px;
  background: #000;
  position: absolute;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-right: 30px;
  right: 20px;
  top: 47%;
}
header .content-center #menu #menuIcon #nav-toggle span:before,
header .content-center #menu #menuIcon #nav-toggle span:after {
  height: 2px;
  width: 26px;
  background: #000;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .content-center #menu #menuIcon #nav-toggle span:before {
  top: -7px;
}
header .content-center #menu #menuIcon #nav-toggle span:after {
  bottom: -7px;
}
header .content-center #menu #menuIcon #nav-toggle.activo span {
  background-color: transparent !important;
}
header .content-center #menu #menuIcon #nav-toggle.activo span:after,
header .content-center #menu #menuIcon #nav-toggle.activo span:before {
  top: 0;
}
header .content-center #menu #menuIcon #nav-toggle.activo span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .content-center #menu #menuIcon #nav-toggle.activo span:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  top: 7px;
}
header .content-center #menu #mainMenu {
  height: 100%;
  width: auto;
  float: right;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu {
    position: fixed;
    height: auto;
    width: 100%;
    background: #f3c863;
    top: -100%;
    right: 0;
    -webkit-transition: top 1.2s;
    -moz-transition: top 1.2s;
    -o-transition: top 1.2s;
    transition: top 1.2s;
    z-index: -1;
  }
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu.openMenu {
    top: 80px;
    -webkit-transition: top 0.7s;
    -moz-transition: top 0.7s;
    -o-transition: top 0.7s;
    transition: top 0.7s;
  }
}
header .content-center #menu #mainMenu li {
  height: 100%;
  display: block;
  float: left;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li {
    height: 60px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f1be48;
  }
}
header .content-center #menu #mainMenu li a {
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  font-weight: 600;
  color: #797e82;
  letter-spacing: 0.8px;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li a {
    color: #fff;
    font-size: 1.6rem;
  }
}
header .content-center #menu #mainMenu li a:hover {
  color: #000;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li a:hover {
    color: #fff;
  }
}
header .content-center #menu #mainMenu li a.active {
  color: #000;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li a.active {
    color: #fff;
  }
}
@media only screen and (min-width: 800px) {
  header .content-center #menu #mainMenu li:last-child a {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li:last-child {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  header .content-center #menu #mainMenu li:first-child a {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 800px) {
  header .content-center #menu #mainMenu li:first-child {
    display: block;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  header .content-center #menu #mainMenu li {
    height: 16.666666%;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  header .content-center #menu #mainMenu {
    width: 100%;
    height: calc(100% - 80px);
  }
}
header.headScroll {
  background: #000;
  -webkit-transition: background 0.3s, height 0.3s;
  -moz-transition: background 0.3s, height 0.3s;
  -o-transition: background 0.3s, height 0.3s;
  transition: background 0.3s, height 0.3s;
  height: 60px;
}
header.headScroll .content-center {
  background-color: #000;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
header.headScroll #logo {
  width: 140px;
}
header.headScroll #logo img {
  width: 100%;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
header.headScroll #menu {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 600px) {
  header.headScroll #menu #mainMenu {
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 800px) {
  header.headScroll #menu #mainMenu.openMenu {
    top: 60px;
  }
}
header.headScroll #menu #mainMenu li a {
  color: #fff;
}
header.headScroll #menu #mainMenu li a.active {
  color: #f1be48;
}
header.headScroll #menu #mainMenu li a:hover {
  color: #f1be48;
}
@media only screen and (max-width: 800px) {
  header.headScroll #menu #mainMenu li a {
    color: #fff;
  }
  header.headScroll #menu #mainMenu li a.active,
  header.headScroll #menu #mainMenu li a:hover {
    background-color: #f2c151;
    color: #fff;
  }
}
header.headScroll #menu #menuIcon {
  color: #fff;
}
header.headScroll #menu #menuIcon #nav-toggle {
  color: #fff;
}
header.headScroll #menu #menuIcon #nav-toggle span {
  background: #fff;
}
header.headScroll #menu #menuIcon #nav-toggle span:before,
header.headScroll #menu #menuIcon #nav-toggle span:after {
  background: #fff;
}
section {
  position: relative;
  width: 100%;
}
section h2 {
  color: #a2aaad;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 40px;
}
section h2 span {
  font-weight: 800;
  font-size: 2.4rem;
  display: block;
  text-transform: uppercase;
}
section h2 span em {
  color: #f1be48;
  font-style: normal;
}
section p {
  color: #797e82;
  margin: 25px 0;
}
section .btn {
  background: #f1be48;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 1.2rem;
  display: inline-block;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 600px) {
  section .btn {
    width: 100%;
    text-align: center;
  }
}
section .btn:hover {
  background: #000;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #fff;
}
section h3 {
  font-weight: 600;
  color: #a2aaad;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
section h3 span {
  color: #f1be48;
}
section h4 {
  color: #797e82;
  font-size: 1.7rem;
  text-align: center;
}
#nosotros:after,
#servicios:after,
#contacto:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff9d7;
  position: absolute;
  top: -2px;
  content: '';
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
}
#nosotros:after {
  border-top: 20px solid #1e81e2;
}
#servicios:after {
  border-top: 20px solid #fff;
}
#contacto:after {
  border-top: 20px solid #f9f9f9;
}
#inicio {
  background: #f9f9f9;
  height: 580px /*calc(100% - 300px)*/;
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  #inicio {
    background: #f9f9f9 url("../../images/cover-lap.svg") no-repeat center bottom/cover;
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  #inicio {
    background: #f9f9f9 url("../../images/cover-tab.svg") no-repeat center bottom/cover;
  }
}
@media only screen and (max-width: 400px) {
  #inicio {
    background: #f9f9f9 url("../../images/cover-mob.svg") no-repeat center bottom/cover;
  }
}
@media only screen and (max-width: 800px) {
  #inicio {
    background-size: cover;
  }
}
#inicio .topBox {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  max-width: 440px;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 20px;
}
#inicio .topBox h1 {
  font-size: 3.3rem;
  color: #f1be48;
}
@media only screen and (max-width: 800px) {
  #inicio .topBox h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .topBox h1 {
    margin: 0 auto;
    max-width: 280px;
  }
}
#inicio .cielo {
  height: calc(100% - 130px);
  width: 100%;
  position: absolute;
}
#inicio .cielo .avion,
#inicio .cielo .sol,
#inicio .cielo .nube-1,
#inicio .cielo .nube-2,
#inicio .cielo .nube-3,
#inicio .cielo .nube-4 {
  position: absolute;
  top: 100px;
  left: 0;
}
#inicio .cielo .avion {
  left: 10%;
  top: 120px !important;
}
#inicio .cielo .nube-1 {
  left: 20%;
  top: 100px;
  z-index: 2;
  width: 88px;
  height: 36px;
  background-position: left -581px;
/*animation nubesiz 10s 1s ease-out backwards infinite*/
}
#inicio .cielo .sol {
  left: 25%;
  top: 140px;
  width: 24px;
  height: 24px;
  background-position: right -32px;
}
#inicio .cielo .nube-2 {
  left: 23%;
  top: 170px;
  z-index: 2;
  width: 125px;
  height: 38px;
  background-position: right -573px;
/*animation nubesiz 7s 5s ease-out backwards infinite*/
}
#inicio .cielo .nube-3 {
  right: 20%;
  left: auto;
  width: 110px;
  height: 45px;
  background-position: left -653px;
/*animation nubesde 10s 3s ease-out backwards infinite*/
}
#inicio .cielo .nube-4 {
  right: 10%;
  left: auto;
  top: 150px;
  width: 90px;
  height: 50px;
  background-position: right -653px;
/*animation nubesde 7s 2s ease-out backwards infinite*/
}
#inicio .cielo .avion {
  width: 160px;
  height: 100px;
  background-position: left 0px;
  left: 12%;
  top: 110px;
  z-index: 1;
  bottom: 100px;
/*animation avion 15s .5s ease-out forwards*/
}
#inicio .ciudad {
  height: calc(100% - 130px);
  width: 100%;
  border-bottom: 2px solid #f1be48;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/il-fondo-01.svg") no-repeat bottom left, url("../../images/il-fondo-02.svg") no-repeat bottom right;
}
#inicio .ciudad .camion {
  position: absolute;
  bottom: -5px;
  right: 4%;
  width: 140px;
  height: 65px;
  background-position: left -352px;
/*animation camion 10s 3s ease-out forwards */
}
#inicio .ciudad .tren {
  position: absolute;
  left: 10%;
  bottom: -5px;
  width: 196px;
  height: 51px;
  background-position: left -489px;
/*animation tren 8s 4s ease-out forwards*/
}
#inicio .ciudad .tren .humo {
  right: 23px;
  position: absolute;
  top: -30px;
  width: 32px;
  height: 36px;
  background-position: left -446px;
/*animation humo 5s 2s ease-out forwards infinite*/
}
#inicio .agua {
  background: #1e81e2 url("../../images/il-onda.svg") repeat-x center;
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
}
#inicio .agua .barco {
  height: 115px;
  width: 270px;
  position: absolute;
  bottom: 0;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: left -133px;
}
#inicio .agua .ola {
  position: absolute;
  z-index: 2;
  height: 45px;
  width: 420px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  background-position: left -270px;
/*animation ola 5s ease-out backwards infinite*/
}
@media only screen and (max-width: 1050px) {
  #inicio .animation {
    display: none;
  }
}
.segunda {
  background: #f9f9f9 url("../../images/cover.jpg") no-repeat center/cover !important;
}
.segunda .content-center {
  position: relative;
}
.segunda .content-center .topBox {
  background: rgba(0,0,0,0.3) none repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  right: auto !important;
  margin: auto;
  max-width: 440px;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 200px !important;
  width: 100%;
  z-index: 10;
}
.segunda .content-center .topBox h1,
.segunda .content-center .topBox p {
  color: #fff !important;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  .segunda .content-center .topBox {
    right: 0 !important;
    top: 140px !important;
    background: rgba(0,0,0,0.6) none repeat;
  }
}
#nosotros {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
#nosotros .content-center {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
}
@media only screen and (max-width: 800px) {
  #nosotros .content-center {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  #nosotros {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#nosotros .acerca,
#nosotros .ilustracion {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#nosotros .acerca:before,
#nosotros .ilustracion:before,
#nosotros .acerca:after,
#nosotros .ilustracion:after {
  content: '';
  display: table;
}
#nosotros .acerca:after,
#nosotros .ilustracion:after {
  clear: both;
}
#nosotros .acerca:last-child,
#nosotros .ilustracion:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #nosotros .acerca,
  #nosotros .ilustracion {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #nosotros .acerca:first-child,
  #nosotros .ilustracion:first-child {
    margin-left: auto;
  }
  #nosotros .acerca:last-child,
  #nosotros .ilustracion:last-child {
    margin-right: auto;
  }
}
#nosotros .acerca h2 span em {
  display: block;
}
#nosotros .acerca p .btn {
  margin-top: 30px;
}
#nosotros .ilustracion {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#nosotros .ilustracion img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
#servicios {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #servicios {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#servicios h2 {
  text-align: center;
}
#servicios .close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #f1be48;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-left: 20px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 75px;
  background-position: center -124px;
  cursor: pointer;
  z-index: 300;
  display: none;
}
#servicios .close:hover {
  background-color: #fcf4bb;
}
@media only screen and (max-width: 600px) {
  #servicios .close {
    border-top: 0;
    border-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 48px;
    background-position: center -119px;
    width: 50px;
  }
}
@media only screen and (min-width: 400px) {
  #servicios .close.close2 {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  #servicios .close.close2 {
    bottom: 1px;
    top: auto;
  }
}
#servicios #grid {
  font-weight: 600;
}
#servicios #grid .servicio {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  height: 100px;
  background: #fff;
  margin-bottom: 30px;
}
#servicios #grid .servicio:before,
#servicios #grid .servicio:after {
  content: '';
  display: table;
}
#servicios #grid .servicio:after {
  clear: both;
}
#servicios #grid .servicio:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
#servicios #grid .servicio:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 1050px) {
  #servicios #grid .servicio {
    height: 130px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #servicios #grid .servicio:before,
  #servicios #grid .servicio:after {
    content: '';
    display: table;
  }
  #servicios #grid .servicio:after {
    clear: both;
  }
  #servicios #grid .servicio:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  #servicios #grid .servicio:nth-child(3n+1) {
    clear: none;
  }
  #servicios #grid .servicio:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #servicios #grid .servicio:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  #servicios #grid .servicio {
    height: 120px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #servicios #grid .servicio {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    margin-bottom: 10px;
  }
  #servicios #grid .servicio:first-child {
    margin-left: auto;
  }
  #servicios #grid .servicio:last-child {
    margin-right: auto;
  }
}
#servicios #grid .servicio a {
  display: block;
  height: 100%;
  color: #a2aaad;
  font-size: 2.1rem;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
@media only screen and (max-width: 1050px) {
  #servicios #grid .servicio a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  #servicios #grid .servicio a {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 600px) {
  #servicios #grid .servicio a {
    font-size: 1.7rem;
  }
}
#servicios #grid .servicio a .title,
#servicios #grid .servicio a .img {
  float: left;
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
#servicios #grid .servicio a .title {
  width: 60%;
}
#servicios #grid .servicio a .title span {
  line-height: 120%;
  display: block;
}
#servicios #grid .servicio a .title span em {
  color: #f1be48;
  display: block;
  font-style: normal;
}
#servicios #grid .servicio a .title span em small {
  display: block;
  font-size: 50%;
  line-height: 90%;
  margin-top: 5px;
}
@media only screen and (max-width: 800px) {
  #servicios #grid .servicio a .title span em small {
    font-size: 70%;
  }
}
#servicios #grid .servicio a .img {
  width: 40%;
  background: url("../../images/servicios.svg") no-repeat center;
}
#servicios #grid .servicio a .img img {
  display: block;
}
#servicios #grid .servicio a:hover {
  background: #000;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#servicios #grid .servicio a:hover .title span {
  color: #fff;
}
#servicios #grid .servicio a:hover .img {
  background: url("../../images/servicios.svg") no-repeat center;
}
#servicios #grid .servicio#servicio-5 span em,
#servicios #grid .servicio#servicio-6 span em {
  font-size: 80%;
}
#servicios #content .infoData {
  opacity: 0;
  position: absolute;
/*right -100%*/
  top: 0;
  background: #f9f9f9;
  height: 100%;
  width: 100%;
  -webkit-transition: right 0.3s, opacity 0.5s;
  -moz-transition: right 0.3s, opacity 0.5s;
  -o-transition: right 0.3s, opacity 0.5s;
  transition: right 0.3s, opacity 0.5s;
  z-index: -1;
  padding: 20px;
  right: 0;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData .col2 {
    float: left;
  }
}
#servicios #content .infoData .content-center {
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #servicios #content .infoData .content-center {
    padding: 0;
  }
}
#servicios #content .infoData .content-center .container {
  height: auto;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData .content-center .container .floater:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #servicios #content .infoData .content-center .container {
    padding: 0;
    width: 100%;
  }
}
#servicios #content .infoData.opened {
/*right 0*/
  opacity: 1;
  -webkit-transition: right 0.3s, opacity 0.5s;
  -moz-transition: right 0.3s, opacity 0.5s;
  -o-transition: right 0.3s, opacity 0.5s;
  transition: right 0.3s, opacity 0.5s;
  z-index: 2;
}
#servicios #content .infoData h3 {
  text-transform: capitalize;
  text-align: center;
  margin-top: 0;
  line-height: 120%;
}
@media only screen and (max-width: 600px) {
  #servicios #content .infoData h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#servicios #content .infoData .list {
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData .list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #servicios #content .infoData .list {
    margin-bottom: 0px;
  }
}
#servicios #content .infoData .list h4 {
  text-align: center;
}
#servicios #content .infoData .list >ul {
  font-size: 1.6rem;
  color: #797e82;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData .list >ul {
    font-size: 1.5rem;
  }
}
#servicios #content .infoData .list >ul >li {
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  text-align: center !important;
}
#servicios #content .infoData .list >ul >li ul li {
  font-size: 1.4rem;
  color: #a2aaad;
  margin: 5px 0;
  text-align: center !important;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData .list >ul >li ul li {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData#servicio-2 .list {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    width: 47%;
  }
  #servicios #content .infoData#servicio-2 .list:before,
  #servicios #content .infoData#servicio-2 .list:after {
    content: '';
    display: table;
  }
  #servicios #content .infoData#servicio-2 .list:after {
    clear: both;
  }
  #servicios #content .infoData#servicio-2 .list:last-child {
    margin-right: 0%;
  }
  #servicios #content .infoData#servicio-2 .list:nth-child(2) {
    margin-right: 0;
  }
  #servicios #content .infoData#servicio-2 .list:last-child {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicios #content .infoData#servicio-2 .list:last-child:first-child {
    margin-left: auto;
  }
  #servicios #content .infoData#servicio-2 .list:last-child:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  #servicios #content .infoData#servicio-2 .list {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicios #content .infoData#servicio-2:first-child {
    margin-left: auto;
  }
  #servicios #content .infoData#servicio-2:last-child {
    margin-right: auto;
  }
}
#servicios #content .infoData#servicio-3 ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
#servicios #content .infoData#servicio-3 ul li:before,
#servicios #content .infoData#servicio-3 ul li:after {
  content: '';
  display: table;
}
#servicios #content .infoData#servicio-3 ul li:after {
  clear: both;
}
#servicios #content .infoData#servicio-3 ul li:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData#servicio-3 ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicios #content .infoData#servicio-3 ul li:first-child {
    margin-left: auto;
  }
  #servicios #content .infoData#servicio-3 ul li:last-child {
    margin-right: auto;
  }
}
#servicios #content .infoData#servicio-3 ul li:first-child {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#servicios #content .infoData#servicio-3 ul li:first-child:first-child {
  margin-left: auto;
}
#servicios #content .infoData#servicio-3 ul li:first-child:last-child {
  margin-right: auto;
}
#servicios #content .infoData#servicio-3 ul li:first-child ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#servicios #content .infoData#servicio-3 ul li:first-child ul li:before,
#servicios #content .infoData#servicio-3 ul li:first-child ul li:after {
  content: '';
  display: table;
}
#servicios #content .infoData#servicio-3 ul li:first-child ul li:after {
  clear: both;
}
#servicios #content .infoData#servicio-3 ul li:first-child ul li:last-child {
  margin-right: 0%;
}
#servicios #content .infoData#servicio-5 ul li,
#servicios #content .infoData#servicio-8 ul li,
#servicios #content .infoData#servicio-9 ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
#servicios #content .infoData#servicio-5 ul li:before,
#servicios #content .infoData#servicio-8 ul li:before,
#servicios #content .infoData#servicio-9 ul li:before,
#servicios #content .infoData#servicio-5 ul li:after,
#servicios #content .infoData#servicio-8 ul li:after,
#servicios #content .infoData#servicio-9 ul li:after {
  content: '';
  display: table;
}
#servicios #content .infoData#servicio-5 ul li:after,
#servicios #content .infoData#servicio-8 ul li:after,
#servicios #content .infoData#servicio-9 ul li:after {
  clear: both;
}
#servicios #content .infoData#servicio-5 ul li:nth-child(3n),
#servicios #content .infoData#servicio-8 ul li:nth-child(3n),
#servicios #content .infoData#servicio-9 ul li:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
#servicios #content .infoData#servicio-5 ul li:nth-child(3n+1),
#servicios #content .infoData#servicio-8 ul li:nth-child(3n+1),
#servicios #content .infoData#servicio-9 ul li:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData#servicio-5 ul li,
  #servicios #content .infoData#servicio-8 ul li,
  #servicios #content .infoData#servicio-9 ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicios #content .infoData#servicio-5 ul li:first-child,
  #servicios #content .infoData#servicio-8 ul li:first-child,
  #servicios #content .infoData#servicio-9 ul li:first-child {
    margin-left: auto;
  }
  #servicios #content .infoData#servicio-5 ul li:last-child,
  #servicios #content .infoData#servicio-8 ul li:last-child,
  #servicios #content .infoData#servicio-9 ul li:last-child {
    margin-right: auto;
  }
}
#servicios #content .infoData#servicio-7 ul li,
#servicios #content .infoData#servicio-6 ul li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#servicios #content .infoData#servicio-7 ul li:before,
#servicios #content .infoData#servicio-6 ul li:before,
#servicios #content .infoData#servicio-7 ul li:after,
#servicios #content .infoData#servicio-6 ul li:after {
  content: '';
  display: table;
}
#servicios #content .infoData#servicio-7 ul li:after,
#servicios #content .infoData#servicio-6 ul li:after {
  clear: both;
}
#servicios #content .infoData#servicio-7 ul li:nth-child(2n),
#servicios #content .infoData#servicio-6 ul li:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
#servicios #content .infoData#servicio-7 ul li:nth-child(2n+1),
#servicios #content .infoData#servicio-6 ul li:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #servicios #content .infoData#servicio-7 ul li,
  #servicios #content .infoData#servicio-6 ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #servicios #content .infoData#servicio-7 ul li:first-child,
  #servicios #content .infoData#servicio-6 ul li:first-child {
    margin-left: auto;
  }
  #servicios #content .infoData#servicio-7 ul li:last-child,
  #servicios #content .infoData#servicio-6 ul li:last-child {
    margin-right: auto;
  }
}
#servicios .infoNavigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 30px;
  top: 20px;
  bottom: none;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  max-width: 1600px;
}
@media only screen and (min-width: 400px) {
  #servicios .infoNavigation.navigation2 {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  #servicios .infoNavigation {
    bottom: auto;
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #f1be48;
    border-bottom: 1px solid #f1be48;
    top: 0;
  }
  #servicios .infoNavigation.navigation2 {
    bottom: 0;
    top: auto;
  }
}
#servicios .infoNavigation .arrow {
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #f1be48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 20px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 600px) {
  #servicios .infoNavigation .arrow {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 48px;
    width: 60px;
    border-top: 0;
    border-bottom: 0;
  }
}
#servicios .infoNavigation .arrow:hover {
  background-color: #fcf4bb;
}
#servicios .infoNavigation .arrow.left {
  float: left;
  background-position: center 9px;
}
@media only screen and (max-width: 600px) {
  #servicios .infoNavigation .arrow.left {
    margin-left: 0;
    background-position: center 14px;
    border-left: 0;
  }
}
#servicios .infoNavigation .arrow.right {
  float: right;
  background-position: center -61px;
}
@media only screen and (max-width: 600px) {
  #servicios .infoNavigation .arrow.right {
    margin-right: 0;
    background-position: center -55px;
    border-right: 0;
  }
}
#contacto {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  #contacto {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#contacto h2 {
  text-align: center;
}
#contacto ul {
  margin-bottom: 20px;
}
#contacto ul .type {
  color: #f1be48;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
#contacto ul li {
  color: #a2aaad;
  font-size: 1.9rem;
  margin-bottom: 20px;
  font-weight: 700;
}
#contacto ul.direccion {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
  #contacto ul.direccion {
    margin-bottom: 0;
  }
}
#contacto ul.direccion li {
  font-size: 1.4rem;
  max-width: 400px;
  margin-bottom: 15px;
}
#contacto .form {
  background: #f9f9f9;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #contacto .form {
    padding: 20px;
  }
}
#contacto .form form input,
#contacto .form form textarea {
  background: #fff;
  padding: 0 15px;
  border: 0;
  margin-bottom: 20px;
  line-height: 40px;
  height: 40px;
}
#contacto .form form input:focus,
#contacto .form form textarea:focus {
  background: #fcf4bb;
}
#contacto .form form input.error-form,
#contacto .form form textarea.error-form {
  background: #fcc;
}
#contacto .form form input.submited,
#contacto .form form textarea.submited {
  pointer-events: none;
  opacity: 0.8;
}
#contacto .form form textarea {
  resize: none;
  height: 220px;
  line-height: 120%;
  padding: 15px;
}
@media only screen and (max-width: 600px) {
  #contacto .form form textarea {
    height: 150px;
  }
}
#contacto .form form label {
  display: block;
  line-height: 40px;
  font-size: 1.2rem;
  color: #797e82;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#contacto .form form input[type=submit] {
  width: auto;
  float: right;
  background: #f1be48;
}
@media only screen and (max-width: 600px) {
  #contacto .form form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}
#contacto .form form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
#contacto .form .sent {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  opacity: 0;
  bottom: -100%;
  left: 0;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contacto .form .sent p {
  text-align: center;
  font-size: 2rem;
  padding: 20px;
  color: #f1be48;
}
#contacto .form .sent p span {
  color: #a2aaad;
  display: block;
}
#contacto .form .sent.success {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}
footer {
  height: 65px;
  background: #797e82;
  color: #fff;
  font-size: 1.1rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  footer {
    height: auto;
  }
}
footer .content-center {
  height: 100%;
}
footer #menuBtm,
footer #rights {
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  footer #menuBtm,
  footer #rights {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer #menuBtm:first-child,
  footer #rights:first-child {
    margin-left: auto;
  }
  footer #menuBtm:last-child,
  footer #rights:last-child {
    margin-right: auto;
  }
}
footer #menuBtm {
  float: right;
}
footer #menuBtm ul li {
  display: inline-block;
  margin: 0 10px;
}
footer #menuBtm ul li a {
  color: #fff;
}
footer #rights {
  float: left;
}
@media only screen and (max-width: 800px) {
  footer #rights {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer #rights img {
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  footer #rights img {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  footer #rights span {
    display: block;
  }
}
#politicadeprivacidad {
  position: fixed;
  height: calc(100% - 60px);
  bottom: -100%;
  width: 100%;
  color: #000;
  right: 0;
  z-index: 300;
  background-color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#politicadeprivacidad.opened {
  bottom: 0px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#politicadeprivacidad .container {
  padding: 20px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
#politicadeprivacidad .container h2 {
  color: #a2aaad;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}
#politicadeprivacidad .container p {
  font-size: 1.4rem;
  line-height: 180%;
  color: #797e82;
}
#politicadeprivacidad .container .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-position: center -124px;
  border: 1px solid #f1be48;
}
#politicadeprivacidad .container .close:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  #politicadeprivacidad .container .close {
    opacity: 1;
  }
}
#politicadeprivacidad .container .ok a {
  background: arenaOscuro;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  max-width: 120px;
  display: block;
  padding: 10px;
}
/* 404 */
#errorBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 300px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #errorBox {
    width: 90%;
  }
}
#errorBox .errorlogo {
  margin: 0 auto;
  display: block;
}
#errorBox h1 {
  font-size: 60px;
  margin-bottom: 0px;
  color: #f1be48;
}
#errorBox h2 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #797e82;
}
#errorBox p {
  color: #797e82;
}
#errorBox a {
  background: #f1be48;
  color: #fff;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  font-size: 1.2rem;
}
#errorBox a:hover {
  color: negro;
}
/* HEIGHT ========================================================================== */
/*@media screen and (max-height: 700px)
				

@media screen and (max-height: 700px) and (max-width: 800px)*/
/* iEXPLORER +10 ========================================================================== */
.ie11 {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.headScroll #logo img {
    width: 140px;
    height: auto;
  }
  .ie11 {
    display: block;
  }
}
@-moz-keyframes ola {
  0% {
    left: 0px;
  }
  50% {
    left: 150px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes ola {
  0% {
    left: 0px;
  }
  50% {
    left: 150px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes ola {
  0% {
    left: 0px;
  }
  50% {
    left: 150px;
  }
  100% {
    left: 0px;
  }
}
@keyframes ola {
  0% {
    left: 0px;
  }
  50% {
    left: 150px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes avion {
  0% {
    left: -15%;
    bottom: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 50%;
    bottom: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes avion {
  0% {
    left: -15%;
    bottom: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 50%;
    bottom: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-o-keyframes avion {
  0% {
    left: -15%;
    bottom: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 50%;
    bottom: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes avion {
  0% {
    left: -15%;
    bottom: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 50%;
    bottom: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-moz-keyframes camion {
  0% {
    right: -20%;
  }
  100% {
    right: 110%;
  }
}
@-webkit-keyframes camion {
  0% {
    right: -20%;
  }
  100% {
    right: 110%;
  }
}
@-o-keyframes camion {
  0% {
    right: -20%;
  }
  100% {
    right: 110%;
  }
}
@keyframes camion {
  0% {
    right: -20%;
  }
  100% {
    right: 110%;
  }
}
@-moz-keyframes tren {
  0% {
    left: -20%;
  }
  100% {
    left: 110%;
  }
}
@-webkit-keyframes tren {
  0% {
    left: -20%;
  }
  100% {
    left: 110%;
  }
}
@-o-keyframes tren {
  0% {
    left: -20%;
  }
  100% {
    left: 110%;
  }
}
@keyframes tren {
  0% {
    left: -20%;
  }
  100% {
    left: 110%;
  }
}
@-moz-keyframes humo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes humo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes humo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes humo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes nubesiz {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes nubesiz {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 0px;
  }
}
@-o-keyframes nubesiz {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes nubesiz {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes nubesde {
  0% {
    margin-right: 0px;
  }
  50% {
    margin-right: 40px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes nubesde {
  0% {
    margin-right: 0px;
  }
  50% {
    margin-right: 40px;
  }
  100% {
    margin-right: 0px;
  }
}
@-o-keyframes nubesde {
  0% {
    margin-right: 0px;
  }
  50% {
    margin-right: 40px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes nubesde {
  0% {
    margin-right: 0px;
  }
  50% {
    margin-right: 40px;
  }
  100% {
    margin-right: 0px;
  }
}
