/* 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 {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  font-weight: 300;
  line-height: 140%;
  font-size: 1.4rem;
  width: 100%;
  background: #fff;
  color: #000;
}
body.overflow {
  overflow: hidden;
  position: fixed;
}
@media only screen and (max-width: 800px) {
  body.overflow {
    overflow: auto;
    position: relative;
  }
}
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: 'Poppins', sans-serif;
}
::selection {
  background: #39588d;
  color: #000;
}
::-moz-selection {
  background: #39588d;
  color: #000;
}
/* SNIPPETS  ========================================================================== */
.col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2::after {
  content: '';
  display: table;
  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 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3::after {
  content: '';
  display: table;
  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 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3::after {
  content: '';
  display: table;
  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 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4::after {
  content: '';
  display: table;
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4::after {
    content: '';
    display: table;
    clear: both;
  }
  .col4:last-child {
    margin-right: 0%;
  }
}
@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;
  }
}
.col3-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3-4::after {
  content: '';
  display: table;
  clear: both;
}
.col3-4:last-child {
  margin-right: 0%;
}
.col6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6::after {
  content: '';
  display: table;
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8::after {
  content: '';
  display: table;
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2:first-child {
    margin-left: auto;
  }
  .span2:last-child {
    margin-right: auto;
  }
}
.span3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span3:first-child {
    margin-left: auto;
  }
  .span3:last-child {
    margin-right: auto;
  }
}
.span2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2-3:first-child {
    margin-left: auto;
  }
  .span2-3:last-child {
    margin-right: auto;
  }
}
.span4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4::after {
  content: '';
  display: table;
  clear: both;
}
.floater {
  float: left;
  width: 100%;
  position: relative;
}
.content-center {
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center::after {
  content: '';
  display: table;
  clear: both;
}
.showDesk {
  display: block;
}
.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: '@helivion.com';
}
.sprite {
  background-image: url("../../images/sprite.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 250px 2500px !important;
}
.no-svg .sprite {
  background-image: url("../../images/sprite.png") !important;
  background-repeat: no-repeat !important;
  background-size: 250px 2500px !important;
}
/* TYPE  ========================================================================== */
h2,
h3 {
  font-weight: 300;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0.2px;
  font-family: 'Varela Round', sans-serif;
}
h2 span,
h3 span {
  letter-spacing: 2px;
  display: block;
  line-height: 150%;
  font-size: 1.8rem;
}
h2 {
  font-size: 4.2rem;
  color: #000;
}
@media only screen and (max-width: 1050px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 2.8rem;
  }
}
h2 span {
  color: #39588d;
}
h3 {
  font-size: 3.6rem;
  color: #39588d;
}
@media only screen and (max-width: 1050px) {
  h3 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 2.6rem;
  }
}
h3 span {
  color: #b8b8b8;
}
@media only screen and (max-width: 600px) {
  h3 span {
    font-size: 1.6rem;
  }
}
p {
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: 300;
}
p strong,
p a {
  font-weight: 500;
  color: #39588d;
}
hr {
  border: none;
  border-top: #fbfbfb 1px solid;
}
a {
  text-decoration: none;
  color: #39588d;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #4266a3;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: 300;
}
.btn {
  padding: 15px 25px;
  padding-right: 35px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  line-height: 100%;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #39588d;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  position: relative;
}
.btn:hover {
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn:after,
.btn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 1px;
  width: 30px;
  background: #39588d;
}
.btn:before {
  right: 0px;
}
.btn:after {
  right: -30px;
}
.btn.btn-blanco {
  background: #fff;
  color: #39588d;
}
.btn.btn-blanco:hover {
  background: #39588d;
  color: #fff;
}
.btn.btn-blanco:hover:before {
  background: #fff;
}
.btn.btn-dorado {
  background: #39588d;
  color: #fff;
}
.btn.btn-dorado:hover {
  background: #4266a3;
}
.btn.btn-cafe {
  background: #000;
  color: #39588d;
}
.btn.btn-cafe:hover {
  background: #39588d;
  color: #000;
}
.btn.btn-cafe:hover:before {
  background: #000;
}
/* FORM ========================================================================== */
::-webkit-input-placeholder {
  color: #959ca8;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #959ca8;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #959ca8;
}
:focus::-moz-placeholder {
  color: #959ca8;
}
/* Error 404 ========================================================================== */
.errorPage {
  background-color: #fff;
}
#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: #39588d;
  text-shadow: none;
}
#errorBox h2 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}
#errorBox p {
  color: #000;
}
#errorBox a {
  background: #39588d;
  color: #fff;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#errorBox a:hover {
  background: #436297;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* GLOBAL ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 120px;
  background: #fff;
  -webkit-transition: height 0.3s, background 0.3s;
  -moz-transition: height 0.3s, background 0.3s;
  -o-transition: height 0.3s, background 0.3s;
  transition: height 0.3s, background 0.3s;
}
header:before {
  content: '';
  background: #39588d;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
}
header .content-center {
  position: relative;
  height: 100%;
}
header .content-center #logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 220px;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  header .content-center #logo {
    width: 140px;
  }
}
header .content-center #logo a {
  height: 100%;
  display: block;
  position: relative;
}
header .content-center #logo a img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header .content-center #logo a img.logo-top {
  height: 60px;
  width: 203px;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  header .content-center #logo a img.logo-top {
    width: 140px;
    height: 41px;
  }
}
header .content-center #logo a img.logo-scroll {
  height: 30px;
  width: 26px;
  opacity: 0;
  z-index: 5;
}
header .content-center #mainMenu {
  height: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  header .content-center #mainMenu {
    display: none;
  }
}
header .content-center #mainMenu ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .content-center #mainMenu ul li {
  float: left;
  width: calc(17.5% - 55px) /* 220px logo */;
  height: 100%;
  display: table;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li {
    width: calc(17.5% - 35px) /* 160px logo */;
  }
}
header .content-center #mainMenu ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
header .content-center #mainMenu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6386c0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .content-center #mainMenu ul li a.active,
header .content-center #mainMenu ul li a:hover {
  color: #39588d;
}
header .content-center #mainMenu ul li a.active:after,
header .content-center #mainMenu ul li a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1050px) {
  header .content-center #mainMenu ul li a {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li a {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
header .content-center #mainMenu ul li:first-child {
  display: none;
}
header .content-center #mainMenu ul li:nth-child(4) {
  margin-right: 110px /* half logo */;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li:nth-child(4) {
    margin-right: 70px /* half logo */;
  }
}
header .content-center #mainMenu ul li:nth-child(5) {
  margin-left: 110px /* half logo */;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li:nth-child(5) {
    margin-left: 70px /* half logo */;
  }
}
header.scroll-down {
  height: 60px;
  background: #fbfbfb;
  -webkit-transition: height 0.3s, background 0.3s;
  -moz-transition: height 0.3s, background 0.3s;
  -o-transition: height 0.3s, background 0.3s;
  transition: height 0.3s, background 0.3s;
}
header.scroll-down #logo a img.logo-top {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
header.scroll-down #logo a img.logo-scroll {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#currentSection {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 20px;
  height: 160px;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  #currentSection {
    display: none;
  }
}
#currentSection .sprite {
  width: 17px;
  height: 57px;
  display: block;
  background-position: center 0px;
}
#currentSection nav {
  height: 100%;
  width: 100%;
}
#currentSection nav ul {
  position: relative;
  height: calc(90% - 60px);
}
#currentSection nav ul li {
  position: absolute;
  left: -35px;
  bottom: 0;
  opacity: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 2px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 90px;
  text-align: right;
}
#currentSection nav ul li.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section {
  float: left;
  width: 100%;
  position: relative;
}
section .intro {
  float: left;
  width: 100%;
}
section .intro .col2-3 {
  width: calc(97% - 440px);
}
@media only screen and (max-width: 1050px) {
  section .intro .col2-3 {
    width: calc(97% - 400px);
  }
}
@media only screen and (max-width: 800px) {
  section .intro .col2-3 {
    width: 100%;
  }
}
section .intro .col3 {
  width: 440px;
}
@media only screen and (max-width: 1050px) {
  section .intro .col3 {
    width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  section .intro .col3 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  section .intro h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  section .intro p {
    max-width: 440px;
    margin: 20px auto;
    text-align: center;
  }
}
section .intro ul {
  border-bottom: 1px solid #39588d;
  padding: 20px 0;
  display: table;
}
@media only screen and (max-width: 800px) {
  section .intro ul {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
  }
}
section .intro ul li {
  margin-bottom: 5px;
}
section .cta-bar {
  padding: 50px 0;
}
section .cta-bar p {
  max-width: 350px;
  float: right;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  section .cta-bar p {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
section .cta-bar .btn {
  width: auto;
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  section .cta-bar .btn {
    float: none;
    margin: 10px auto 0 auto;
    max-width: 300px;
  }
}
section .cta-bar.cta-blanco {
  border-top: 1px solid #39588d;
  border-bottom: 1px solid #39588d;
  background: #fbfbfb;
  -moz-box-shadow: inset 0px 15px 0px 0px #fff, inset 0px -15px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 15px 0px 0px #fff, inset 0px -15px 0px 0px #fff;
  box-shadow: inset 0px 15px 0px 0px #fff, inset 0px -15px 0px 0px #fff;
}
section .cta-bar.cta-cafe {
  background: #000;
}
section .cta-bar.cta-cafe p {
  color: #fff;
}
main {
  margin-top: 120px;
}
/* CONTENT ========================================================================== */
#inicio {
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 800px) {
  #inicio {
    padding: 0 0 100px 0;
  }
}
@media only screen and (max-width: 600px) {
  #inicio {
    padding: 0 0 70px 0;
  }
}
@media only screen and (max-width: 400px) {
  #inicio {
    padding: 0px 0 50px 0;
  }
}
#inicio .content-center {
  position: relative;
}
@media only screen and (max-width: 600px) {
  #inicio .content-center {
    padding: 0;
  }
}
#inicio .content-center .wrap {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 240px;
}
@media only screen and (max-width: 1050px) {
  #inicio .content-center .wrap {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .content-center .wrap {
    padding: 0 20px 270px 20px;
    background: url("../../images/avion2.png") bottom left no-repeat;
  }
}
#inicio .content-center .wrap h1 {
  color: #39588d;
  font-style: italic;
  font-size: 6.2rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
#inicio .content-center .wrap h1 span {
  font-weight: 400;
}
@media only screen and (max-width: 1050px) {
  #inicio .content-center .wrap h1 {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .wrap h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .content-center .wrap h1 {
    font-size: 4rem;
  }
}
#inicio .content-center .wrap p {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#inicio .content-center .wrap .btn {
  max-width: 250px;
  margin: 0 auto 100px auto;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .wrap .btn {
    margin: 0 auto 70px auto;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .content-center .wrap .btn {
    margin: 0 auto 50px auto;
  }
}
#inicio .content-center .wrap img {
  position: absolute;
  max-width: 950px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  #inicio .content-center .wrap img {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1200px) {
  #inicio .content-center .wrap img {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1000px) {
  #inicio .content-center .wrap img {
    max-width: 700px;
  }
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .wrap img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .content-center .wrap img {
    display: none;
  }
}
#inicio .content-center .down-arrow {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .down-arrow {
    bottom: -60px;
  }
}
@media only screen and (max-width: 600px) {
  #inicio .content-center .down-arrow {
    bottom: -30px;
  }
}
@media only screen and (max-width: 400px) {
  #inicio .content-center .down-arrow {
    bottom: -10px;
  }
}
#inicio .content-center .down-arrow a {
  color: #39588d;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}
#inicio .content-center .down-arrow a:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  background: #39588d;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .down-arrow a:after {
    height: 80px;
  }
}
@media only screen and (max-width: 800px) {
  #inicio .content-center .down-arrow a:after {
    height: 60px;
  }
}
/* CONTENT ========================================================================== */
#acerca,
#servicios,
#aeronaves,
#contacto {
  padding-top: 100px;
}
@media only screen and (max-width: 800px) {
  #acerca,
  #servicios,
  #aeronaves,
  #contacto {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  #acerca,
  #servicios,
  #aeronaves,
  #contacto {
    padding-top: 60px;
  }
}
#acerca .intro,
#servicios .intro,
#aeronaves .intro,
#contacto .intro {
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  #acerca .intro,
  #servicios .intro,
  #aeronaves .intro,
  #contacto .intro {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  #acerca .intro,
  #servicios .intro,
  #aeronaves .intro,
  #contacto .intro {
    padding-bottom: 60px;
  }
}
#nosotros #acerca {
  background: #fbfbfb;
}
#nosotros .content {
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  #nosotros .content {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  #nosotros .content {
    padding-bottom: 60px;
  }
}
#nosotros .content .text {
  width: calc(100% - 820px);
  float: left;
  margin-left: 120px;
  margin-right: 60px;
  max-width: 400px;
  position: relative;
}
#nosotros .content .text p a {
  float: right;
  max-width: 350px;
  margin-top: 60px;
}
@media only screen and (max-width: 800px) {
  #nosotros .content .text p a {
    float: none;
    margin: 60px auto 30px auto;
  }
}
#nosotros .content .text ul {
  margin-bottom: 60px;
}
#nosotros .content .text ul li {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#nosotros .content .text ul li span {
  font-style: italic;
}
@media only screen and (max-width: 1440px) {
  #nosotros .content .text {
    margin-left: 80px;
    width: calc(100% - 640px);
  }
}
@media only screen and (max-width: 1050px) {
  #nosotros .content .text {
    margin-left: 0;
    margin-right: 20px;
    width: calc(100% - 470px);
  }
}
@media only screen and (max-width: 800px) {
  #nosotros .content .text {
    width: 100%;
    max-width: 100%;
  }
}
#nosotros .content .pic {
  float: right;
  width: 640px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  #nosotros .content .pic {
    width: 500px;
  }
}
@media only screen and (max-width: 1050px) {
  #nosotros .content .pic {
    width: 450px;
  }
}
@media only screen and (max-width: 800px) {
  #nosotros .content .pic {
    width: 100%;
  }
}
#nosotros .content .pic figure {
  background: #fff;
  border: 1px solid #39588d;
  max-width: 260px;
  min-height: 330px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 600px) {
  #nosotros .content .pic figure {
    min-height: 250px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 400px) {
  #nosotros .content .pic figure {
    min-height: 180px;
    max-width: 200px;
  }
}
#nosotros .content .pic figure img {
  position: absolute;
  max-width: 600px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#nosotros #seguridad {
  padding: 100px 0 150px 0;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 600px) {
  #nosotros #seguridad {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 600px) {
  #nosotros #seguridad {
    background: #fbfbfb url("../../images/bg-clouds.png") no-repeat center top/cover;
  }
}
#nosotros #seguridad .intro h3 {
  color: #000;
  text-align: center;
}
#nosotros #seguridad .intro p {
  text-align: center;
}
#nosotros #seguridad .slider-text {
  margin-top: 100px;
}
#nosotros #seguridad .slider-text li {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#nosotros #seguridad .slider-text li .number {
  display: block;
  color: #39588d;
  text-align: center;
  font-size: 4.8rem;
  line-height: 100%;
}
#nosotros #seguridad .slider-text li h4 {
  color: #39588d;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1.6px;
  text-align: center;
}
#nosotros #seguridad .slider-text li p {
  max-width: 540px;
  margin: 20px auto;
  text-align: center;
}
#nosotros #seguridad .slider-text li.slick-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#nosotros #seguridad .slider-text .slick-arrow {
  padding: 0;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #39588d;
  background: #fff;
  text-indent: -9000px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  outline: none;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad .slider-text .slick-arrow {
    bottom: auto;
  }
}
#nosotros #seguridad .slider-text .slick-arrow:after {
  content: '';
  display: block;
  width: 90px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#nosotros #seguridad .slider-text .slick-prev {
  left: 0;
}
#nosotros #seguridad .slider-text .slick-prev:after {
  left: 30px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  background-image: url("../../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad .slider-text .slick-prev:after {
    left: 20px;
  }
}
#nosotros #seguridad .slider-text .slick-prev:hover:after {
  left: 20px;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad .slider-text .slick-prev:hover:after {
    left: 20px;
  }
}
#nosotros #seguridad .slider-text .slick-next {
  right: 0;
}
#nosotros #seguridad .slider-text .slick-next:after {
  right: 30px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  background-image: url("../../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad .slider-text .slick-next:after {
    right: 20px;
  }
}
#nosotros #seguridad .slider-text .slick-next:hover:after {
  right: 20px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
@media only screen and (max-width: 800px) {
  #nosotros #seguridad .slider-text .slick-next:hover:after {
    right: 20px;
  }
}
#nosotros #seguridad .fullscreen-bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.25;
}
@media only screen and (max-width: 600px) {
  #nosotros #seguridad .fullscreen-bg .bgMob {
    background-image: url("../../video/preview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#nosotros #seguridad .fullscreen-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  #nosotros #seguridad .fullscreen-bg video {
    display: none;
  }
}
#nosotros #seguridad .fullscreen-bg:after,
#nosotros #seguridad .fullscreen-bg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  left: 0;
  top: 0;
}
#nosotros #seguridad .fullscreen-bg:before {
  background: #000;
  z-index: 1;
  mix-blend-mode: color;
}
#nosotros #seguridad .fullscreen-bg:after {
  background: #fff;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #nosotros #seguridad .fullscreen-bg::before,
  #nosotros #seguridad .fullscreen-bg::after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullscreen-bg::after,
  .fullscreen-bg::before {
    opacity: 0.6;
  }
  .fullscreen-bg video {
    height: auto;
  }
  .fullscreen-bg {
    overflow: hidden;
  }
}
#servicios,
#taller,
#diamond-aircraft,
#diamond-aircraft-text {
  background: #fff;
}
#servicios .service-list,
#taller .service-list,
#diamond-aircraft .service-list,
#diamond-aircraft-text .service-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #39588d;
}
#servicios .service-list .span2,
#taller .service-list .span2,
#diamond-aircraft .service-list .span2,
#diamond-aircraft-text .service-list .span2 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#servicios .service-list .span2 .wrap,
#taller .service-list .span2 .wrap,
#diamond-aircraft .service-list .span2 .wrap,
#diamond-aircraft-text .service-list .span2 .wrap {
  padding: 100px 20px;
  margin: 0 auto;
  max-width: 440px;
}
@media only screen and (max-width: 800px) {
  #servicios .service-list .span2 .wrap,
  #taller .service-list .span2 .wrap,
  #diamond-aircraft .service-list .span2 .wrap,
  #diamond-aircraft-text .service-list .span2 .wrap {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 600px) {
  #servicios .service-list .span2 .wrap,
  #taller .service-list .span2 .wrap,
  #diamond-aircraft .service-list .span2 .wrap,
  #diamond-aircraft-text .service-list .span2 .wrap {
    padding: 40px 20px;
  }
}
#servicios .service-list .span2 .wrap h3,
#taller .service-list .span2 .wrap h3,
#diamond-aircraft .service-list .span2 .wrap h3,
#diamond-aircraft-text .service-list .span2 .wrap h3 {
  margin-bottom: 70px;
  text-align: center;
}
#servicios .service-list .span2 .wrap h3 ul li,
#taller .service-list .span2 .wrap h3 ul li,
#diamond-aircraft .service-list .span2 .wrap h3 ul li,
#diamond-aircraft-text .service-list .span2 .wrap h3 ul li {
  margin-bottom: 5px;
  display: block;
}
#servicios .service-list .span2.pic,
#taller .service-list .span2.pic,
#diamond-aircraft .service-list .span2.pic,
#diamond-aircraft-text .service-list .span2.pic {
  background: #000 no-repeat center/cover;
  min-height: 400px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #servicios .service-list .span2.pic,
  #taller .service-list .span2.pic,
  #diamond-aircraft .service-list .span2.pic,
  #diamond-aircraft-text .service-list .span2.pic {
    min-height: 300px;
  }
}
#servicios .service-list .span2.pic-1,
#taller .service-list .span2.pic-1,
#diamond-aircraft .service-list .span2.pic-1,
#diamond-aircraft-text .service-list .span2.pic-1 {
  background-image: url("../../images/select-flyer.jpg");
  background-position: center top;
}
#servicios .service-list .span2.pic-2,
#taller .service-list .span2.pic-2,
#diamond-aircraft .service-list .span2.pic-2,
#diamond-aircraft-text .service-list .span2.pic-2 {
  background-image: url("../../images/administracion-aeronaves.jpg");
  background-size: center left;
}
#servicios .service-list .span2.pic-3,
#taller .service-list .span2.pic-3,
#diamond-aircraft .service-list .span2.pic-3,
#diamond-aircraft-text .service-list .span2.pic-3 {
  background-image: url("../../images/taller-mantenimiento.jpg");
  background-size: center left;
}
#servicios .service-list .span2.pic-4,
#taller .service-list .span2.pic-4,
#diamond-aircraft .service-list .span2.pic-4,
#diamond-aircraft-text .service-list .span2.pic-4 {
  background-image: url("../../images/diamond-aircraft.jpg");
  background-size: center left;
}
#aeronaves #tabsNav {
  background: #fbfbfb;
  margin-bottom: 40px;
  min-height: 60px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabsNav {
    margin-bottom: 20px;
  }
}
#aeronaves #tabsNav ul {
  margin: 0 auto;
  display: table;
  overflow: hidden;
  height: 60px;
}
@media only screen and (max-width: 1050px) {
  #aeronaves #tabsNav ul {
    width: 100%;
  }
}
#aeronaves #tabsNav ul .tabnav {
  display: block;
  float: left;
  padding: 20px 10px;
  font-size: 1.5rem;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #fbfbfb;
  cursor: pointer;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}
@media only screen and (max-width: 1050px) {
  #aeronaves #tabsNav ul .tabnav {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    border-bottom: 0px solid #fbfbfb;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    padding: 10px;
    font-size: 1.5rem;
  }
  #aeronaves #tabsNav ul .tabnav::after {
    content: '';
    display: table;
    clear: both;
  }
  #aeronaves #tabsNav ul .tabnav:nth-child(n) {
    float: left;
    clear: none;
  }
  #aeronaves #tabsNav ul .tabnav:nth-child(3n) {
    float: right;
  }
  #aeronaves #tabsNav ul .tabnav:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabsNav ul .tabnav {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 600px) {
  #aeronaves #tabsNav ul .tabnav {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 400px) {
  #aeronaves #tabsNav ul .tabnav {
    font-size: 1.1rem;
    padding: 10px 5px;
  }
}
#aeronaves #tabsNav ul .tabnav.active,
#aeronaves #tabsNav ul .tabnav:hover {
  border-bottom: 1px solid #39588d;
  color: #39588d;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}
@media only screen and (max-width: 1050px) {
  #aeronaves #tabsNav ul .tabnav.active,
  #aeronaves #tabsNav ul .tabnav:hover {
    background: #39588d;
    color: #fff;
    border-bottom: 0px solid #39588d;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
}
#aeronaves #tabs .tab {
  display: none;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  position: relative;
}
#aeronaves #tabs .tab .content-top {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#aeronaves #tabs .tab .content-top >div {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  width: calc(50% - 20px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 60px 20px;
  position: relative;
}
#aeronaves #tabs .tab .content-top >div::after {
  content: '';
  display: table;
  clear: both;
}
#aeronaves #tabs .tab .content-top >div:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top >div {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px;
  }
  #aeronaves #tabs .tab .content-top >div:first-child {
    margin-left: auto;
  }
  #aeronaves #tabs .tab .content-top >div:last-child {
    margin-right: auto;
  }
}
#aeronaves #tabs .tab .content-top .info {
  background: #d9d9d9;
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info {
    margin-right: 0;
  }
}
#aeronaves #tabs .tab .content-top .info .wrap {
  float: right;
  max-width: 600px;
  width: 100%;
  margin-right: 100px;
  -webkit-transition: margin 0.3s 0.2s, opacity 0.3s;
  -moz-transition: margin 0.3s 0.2s, opacity 0.3s;
  -o-transition: margin 0.3s 0.2s, opacity 0.3s;
  transition: margin 0.3s 0.2s, opacity 0.3s;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info .wrap {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}
#aeronaves #tabs .tab .content-top .info .wrap h3 {
  color: #000;
  font-size: 4rem;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info .wrap h3 {
    font-weight: 2.6rem;
  }
}
#aeronaves #tabs .tab .content-top .info .wrap ul {
  margin-top: 45px;
  overflow: hidden;
}
#aeronaves #tabs .tab .content-top .info .wrap ul li {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info .wrap ul {
    margin-top: 20px;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li {
    font-size: 1.6rem;
    margin-bottom: 10px;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li::after {
    content: '';
    display: table;
    clear: both;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #aeronaves #tabs .tab .content-top .info .wrap ul li {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li::after {
    content: '';
    display: table;
    clear: both;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #aeronaves #tabs .tab .content-top .info .wrap ul li:nth-child(2n + 1) {
    clear: both;
  }
}
#aeronaves #tabs .tab .content-top .info .current {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  height: 21px;
  display: none;
}
#aeronaves #tabs .tab .content-top .info .current .text,
#aeronaves #tabs .tab .content-top .info .current .sprite {
  display: block;
  float: left;
}
#aeronaves #tabs .tab .content-top .info .current .text {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
#aeronaves #tabs .tab .content-top .info .current .sprite {
  width: 57px;
  height: 17px;
  background-position: center -647px;
  margin-left: 30px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info .current .sprite {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .info .current {
    position: static;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
    height: 27px;
  }
}
#aeronaves #tabs .tab .content-top .pic {
  background: #000 no-repeat center/cover;
  margin-left: 20px;
  min-height: 200px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-top .pic {
    margin-left: 0;
    margin-top: 20px;
  }
}
#aeronaves #tabs .tab .content-bottom {
  margin-top: 40px;
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab .content-bottom {
    margin-top: 20px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #aeronaves #tabs .tab .content-bottom {
    height: 210px;
  }
}
#aeronaves #tabs .tab .content-bottom:after,
#aeronaves #tabs .tab .content-bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  z-index: 0;
}
#aeronaves #tabs .tab .content-bottom:before {
  top: 0;
  background: #39588d url("../../images/aeronaves/gold-foil.jpg") center;
}
#aeronaves #tabs .tab .content-bottom:after {
  bottom: 0;
  background: #eee;
}
#aeronaves #tabs .tab .content-bottom .modelo-container {
  width: 100%;
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#aeronaves #tabs .tab .content-bottom .modelo-container img {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: 500px;
  opacity: 0;
  -webkit-transition: margin 0.3s 0.2s, opacity 0.3s;
  -moz-transition: margin 0.3s 0.2s, opacity 0.3s;
  -o-transition: margin 0.3s 0.2s, opacity 0.3s;
  transition: margin 0.3s 0.2s, opacity 0.3s;
  padding: 0 20px;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab {
    opacity: 1;
    z-index: -1;
  }
}
#aeronaves #tabs .tab.active {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
#aeronaves #tabs .tab.active .content-top .info .wrap {
  margin-right: 0;
  -webkit-transition: margin 0.3s 0.2s, opacity 0.3s;
  -moz-transition: margin 0.3s 0.2s, opacity 0.3s;
  -o-transition: margin 0.3s 0.2s, opacity 0.3s;
  transition: margin 0.3s 0.2s, opacity 0.3s;
}
#aeronaves #tabs .tab.active .content-bottom .modelo-container img {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: margin 0.3s 0.2s, opacity 0.3s;
  -moz-transition: margin 0.3s 0.2s, opacity 0.3s;
  -o-transition: margin 0.3s 0.2s, opacity 0.3s;
  transition: margin 0.3s 0.2s, opacity 0.3s;
}
@media only screen and (max-width: 800px) {
  #aeronaves #tabs .tab.active {
    z-index: 1;
  }
}
#contacto .contact-info {
  padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
  #contacto .contact-info {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  #contacto .contact-info {
    padding-bottom: 60px;
  }
}
#contacto .contact-info p {
  max-width: 250px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #contacto .contact-info p {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #contacto .contact-info ul {
    margin: 0 auto;
    max-width: 400px;
  }
}
#contacto .contact-info ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
#contacto .contact-info ul li .col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  font-style: italic;
  font-weight: 500;
}
#contacto .contact-info ul li .col3::after {
  content: '';
  display: table;
  clear: both;
}
#contacto .contact-info ul li .col3:last-child {
  margin-right: 0%;
}
#contacto .contact-info ul li .col2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
#contacto .contact-info ul li .col2-3::after {
  content: '';
  display: table;
  clear: both;
}
#contacto .contact-info ul li .col2-3:last-child {
  margin-right: 0%;
}
#contacto .contact-info ul li .col2-3 a {
  color: #000;
}
#contacto .contact-info >.col3 {
  position: relative;
}
@media only screen and (max-width: 800px) {
  #contacto .contact-info >.col3:first-child {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contacto .contact-info >.col3:first-child:first-child {
    margin-left: auto;
  }
  #contacto .contact-info >.col3:first-child:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 800px) {
  #contacto .contact-info >.col3:nth-child(2),
  #contacto .contact-info >.col3:last-child {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #contacto .contact-info >.col3:nth-child(2)::after,
  #contacto .contact-info >.col3:last-child::after {
    content: '';
    display: table;
    clear: both;
  }
  #contacto .contact-info >.col3:nth-child(2):last-child,
  #contacto .contact-info >.col3:last-child:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  #contacto .contact-info >.col3:nth-child(2),
  #contacto .contact-info >.col3:last-child {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contacto .contact-info >.col3:nth-child(2):first-child,
  #contacto .contact-info >.col3:last-child:first-child {
    margin-left: auto;
  }
  #contacto .contact-info >.col3:nth-child(2):last-child,
  #contacto .contact-info >.col3:last-child:last-child {
    margin-right: auto;
  }
}
.form {
  padding: 100px 0px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .form {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 600px) {
  .form {
    padding: 40px 0px;
  }
}
.form form {
  overflow: hidden;
  margin: 0 auto;
  display: table;
  max-width: 620px;
}
.form form .col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 45%;
  margin-left: 0%;
  margin-right: 10%;
}
.form form .col2::after {
  content: '';
  display: table;
  clear: both;
}
.form form .col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .form form .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form form .col2:first-child {
    margin-left: auto;
  }
  .form form .col2:last-child {
    margin-right: auto;
  }
}
.form form h3 {
  text-align: center;
  margin-bottom: 30px;
}
.form form .forminput {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 10px;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid #39588d;
  color: #000;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .form form .forminput {
    margin-bottom: 20px;
    background-color: #fbfbfb;
  }
}
.form form .forminput:focus {
  background-color: #e9eef6;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.form form .forminput.error-form {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f33;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.form form .forminput.submited {
  pointer-events: none;
  opacity: 0.5;
}
.form form .forminput#campo,
.form form .forminput#campo2 {
  display: none;
}
.form form textarea {
  resize: none;
  height: 150px !important;
  line-height: 100% !important;
  padding-top: 20px !important;
}
.form form select {
  background: #fff url("../../images/arrow-select.svg") no-repeat 95% 20px;
}
.form form input[type=submit] {
  max-width: 230px;
  margin: 0 auto;
  float: right;
  appearance: none;
}
@media only screen and (max-width: 600px) {
  .form form input[type=submit] {
    max-width: 100%;
    float: none;
  }
}
.form .sent {
  display: none;
  background: #39588d;
  height: 100%;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.form .sent .sent-container {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.form .sent .sent-container h2,
.form .sent .sent-container h3 {
  display: block;
  text-align: center;
}
.form .sent .sent-container h3:after {
  display: none;
}
#servicios a {
  text-decoration: underline;
}
#servicios .btn {
  text-decoration: none;
}
#taller {
  background-color: #39588d;
}
#taller h3,
#taller p,
#taller ul li {
  color: #fff;
}
#taller h3 span {
  color: #ccc;
}
#diamond-aircraft-text {
  background: #e6e6e6;
  padding-bottom: 50px;
}
#diamond-aircraft-text iframe {
  width: calc(100% - 40px);
  height: 400px;
  display: block;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 800px) {
  #diamond-aircraft-text iframe {
    margin-top: 0;
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  #diamond-aircraft-text iframe {
    height: 300px;
  }
}
#diamond-aircraft-text .btn {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  #diamond-aircraft-text .btn {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#diamond-aircraft-text .wrap {
  max-width: 600px !important;
}
#diamond-aircraft {
  background: #e6e6e6;
}
#diamond-aircraft .service-list .span2 {
  width: 100%;
}
#diamond-aircraft .service-list .span2 .wrap {
  max-width: 1200px;
  padding-bottom: 10px;
}
#diamond-aircraft .service-list .span2 .wrap img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 70px;
  margin-top: -60px;
}
@media only screen and (max-width: 600px) {
  #diamond-aircraft .service-list .span2 .wrap img {
    margin-bottom: 30px;
  }
}
#escuela {
  padding: 60px 0 0 0;
  background-color: #e9eef6;
}
#escuela h2,
#escuela p {
  text-align: center;
}
#escuela .pic {
  margin: 0 auto;
  background: url("../../images/escuela-aviacion.jpg") no-repeat center top/cover;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 600px) {
  #escuela .pic {
    height: 400px;
  }
}
#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background: #fbfbfb;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 800px) {
  #loader {
    display: none;
  }
}
#loader .img {
  max-width: 900px;
  position: relative;
  width: 100%;
  height: 70px;
}
#loader .img img {
  display: block;
  margin: 0 auto;
}
#loader .img:after {
  position: absolute;
  background: #fbfbfb;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  content: '';
  display: block;
  opacity: 1;
  -webkit-animation: loading 3s 1 forwards ease-out;
  -moz-animation: loading 3s 1 forwards ease-out;
  -o-animation: loading 3s 1 forwards ease-out;
  animation: loading 3s 1 forwards ease-out;
}
.linea-dorada {
  width: 1px;
  height: 600px;
  position: absolute;
  z-index: 1;
  background: #39588d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 800px) {
  .linea-dorada {
    display: none;
  }
}
#acerca {
  position: relative;
  overflow: hidden;
}
#acerca .linea-dorada {
  right: 200px;
  bottom: -90px;
}
#servicios {
  overflow: hidden;
}
#servicios .linea-dorada {
  left: 70px;
  top: -90px;
}
#aeronaves {
  overflow: hidden;
}
#aeronaves .linea-dorada {
  left: 30px;
  top: -90px;
}
#contacto {
  overflow: hidden;
}
#contacto .linea-dorada {
  right: 100px;
  bottom: -90px;
}
#taller {
  overflow: hidden;
}
#diamond-aircraft {
  overflow: hidden;
}
/* Footer ========================================================================== */
footer {
  background: url("../../images/bottom-bg.jpg") no-repeat center top/cover;
  height: 170px;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 20px 0;
    height: auto;
  }
}
footer .content-center {
  position: relative;
  height: 100%;
}
footer .content-center >div {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  footer .content-center >div {
    display: block;
    height: auto;
  }
}
footer .content-center .logo {
  float: left;
}
@media only screen and (max-width: 600px) {
  footer .content-center .logo {
    float: none;
  }
}
footer .content-center .logo img {
  width: 50px;
  height: 59px;
  display: block;
}
@media only screen and (max-width: 600px) {
  footer .content-center .logo img {
    margin: 0 auto;
    width: 35px;
    height: 41px;
  }
}
footer .content-center .rights {
  float: left;
  margin-left: 60px;
}
@media only screen and (max-width: 600px) {
  footer .content-center .rights {
    float: none;
    margin-left: 0;
  }
}
footer .content-center .rights p {
  color: #39588d;
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  footer .content-center .rights p {
    text-align: center;
  }
}
footer .content-center .rights p a {
  display: block;
}
footer .content-center .social {
  float: right;
}
@media only screen and (max-width: 600px) {
  footer .content-center .social {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  footer .content-center .social ul {
    display: table;
    margin: 0 auto;
  }
}
footer .content-center .social ul li {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0 30px;
}
footer .content-center .social ul li a {
  display: block;
  height: 100%;
}
footer .content-center .social ul li.facebook {
  background: url("../../images/facebook.png") no-repeat center/cover;
}
footer .content-center .social ul li.instagram {
  background: url("../../images/instagram.png") no-repeat center/cover;
  margin-right: 20px;
}
#politicadeprivacidad,
#cotizador {
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  background: #fff;
  right: 0;
  z-index: 3000;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#politicadeprivacidad .container,
#cotizador .container {
  padding: 20px;
  padding-bottom: 120px;
  height: 100%;
  width: 100%;
  position: relative;
}
#politicadeprivacidad .container h3,
#cotizador .container h3 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #39588d;
  font-weight: 700;
  font-size: 2.7rem;
}
@media only screen and (max-width: 600px) {
  #politicadeprivacidad .container h3,
  #cotizador .container h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #politicadeprivacidad .container h3,
  #cotizador .container h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  #politicadeprivacidad .container h3,
  #cotizador .container h3 {
    font-size: 1.7rem;
  }
}
#politicadeprivacidad .container p,
#cotizador .container p {
  font-size: 1.4rem;
  color: #fff;
}
#cotizador .form {
  padding: 0px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #cotizador .form {
    padding: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #cotizador .form {
    padding: 0px;
  }
}
#cotizador .form .ok {
  float: right;
  max-width: 200px;
  cursor: pointer;
}
.overlayPrivacidad,
.overlayCotizador {
  width: 0%;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2000;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  background: #39588d;
}
.overlayPrivacidad.open,
.overlayCotizador.open {
  width: 100%;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
@-moz-keyframes loading {
  0% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 40%;
  }
  90% {
    width: 20%;
  }
  100% {
    width: 0%;
    opacity: 0.7;
  }
}
@-webkit-keyframes loading {
  0% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 40%;
  }
  90% {
    width: 20%;
  }
  100% {
    width: 0%;
    opacity: 0.7;
  }
}
@-o-keyframes loading {
  0% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 40%;
  }
  90% {
    width: 20%;
  }
  100% {
    width: 0%;
    opacity: 0.7;
  }
}
@keyframes loading {
  0% {
    width: 100%;
    opacity: 1;
  }
  70% {
    width: 40%;
  }
  90% {
    width: 20%;
  }
  100% {
    width: 0%;
    opacity: 0.7;
  }
}
