/* * Main CSS * */
/* reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* variables */
body {
  font-family: 'ProximaNova-Regular';
  background: #333333;
  color: white; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.clear {
  clear: both; }

.clear20 {
  height: 20px;
  clear: both; }

/* * * LOADER * * */
.loaderWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100; }
  .loaderWrap .logoWrap {
    opacity: 0; }
    .loaderWrap .logoWrap .logoIco {
      width: 80px;
      height: 80px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -40px 0 0 -40px; }
      .loaderWrap .logoWrap .logoIco img {
        width: 100%;
        height: auto; }
    .loaderWrap .logoWrap .logoTxt {
      width: 212px;
      height: 36px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 65px 0 0 -106px; }

/* * * * * */
/* MODAL */
.modalOverlay {
  position: fixed;
  z-index: 150;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  display: none; }
  .modalOverlay .closerModal {
    outline: none;
    width: 90px;
    height: 90px;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 50%;
    background: transparent;
    border: 1px solid transparent;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .modalOverlay .closerModal {
        width: 90px;
        height: 220px;
        background: black;
        padding: 20px 30px 20px 10px;
        top: -86px;
        right: -24px; } }
    @media screen and (max-width: 680px) {
      .modalOverlay .closerModal {
        top: -90px;
        right: -30px;
        transform: scale(0.5) rotate(-45deg); } }
  .modalOverlay .mediaKitModal {
    display: nones;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 160%;
    transform: translateX(-50%) translateY(-50%);
    background: black; }
    @media screen and (max-width: 768px) {
      .modalOverlay .mediaKitModal {
        width: 100%;
        height: 100%; } }
    .modalOverlay .mediaKitModal .imgWrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: scroll; }
      .modalOverlay .mediaKitModal .imgWrapper img {
        width: 99%;
        height: auto;
        margin: 0.5% auto;
        display: block; }
      .modalOverlay .mediaKitModal .imgWrapper iframe {
        width: 99%;
        height: 99%;
        margin: 0.5% auto;
        display: block; }

/* Menu */
.contentHeader {
  height: 70px;
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 75; }
  .contentHeader .contentBgHeader {
    background: white;
    height: 0px;
    position: absolute;
    width: 100%; }
  .contentHeader .menuMov .contLogo a {
    display: block;
    width: 260px;
    height: 70px; }
    .contentHeader .menuMov .contLogo a .logoBg {
      background: url(../img/Logo.png) center center no-repeat;
      width: 260px;
      height: 70px; }
  .contentHeader .menuMov .menuTrggr {
    display: none;
    width: 40px;
    height: 40px;
    margin: 12px;
    float: right;
    cursor: pointer; }
    .contentHeader .menuMov .menuTrggr span {
      background: #666;
      display: block;
      width: 40px;
      height: 6px;
      margin: 16px 0; }
      .contentHeader .menuMov .menuTrggr span:before {
        content: "";
        position: absolute;
        background: #666;
        display: block;
        width: 40px;
        height: 6px;
        margin: 14px 0; }
      .contentHeader .menuMov .menuTrggr span:after {
        content: "";
        position: absolute;
        background: #666;
        display: block;
        width: 40px;
        height: 6px;
        margin: -14px 0; }
  .contentHeader .menuMov .menu .menuList {
    float: right;
    margin: 27px 20px; }
    @media screen and (max-width: 1024px) {
      .contentHeader .menuMov .menu .menuList {
        margin: 27px 0px; } }
    .contentHeader .menuMov .menu .menuList .itemHead {
      display: inline-block;
      margin: 0 15px; }
      @media screen and (max-width: 1024px) {
        .contentHeader .menuMov .menu .menuList .itemHead {
          margin: 0 8px; } }
      .contentHeader .menuMov .menu .menuList .itemHead a {
        text-decoration: none;
        color: white; }
  .contentHeader .menuMov .menu a.closeMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none; }
  .contentHeader .menuMov .menu a.logoMenu {
    display: none;
    width: 250px;
    text-align: center;
    margin: 90px 0 10px -125px;
    position: absolute;
    left: 50%; }

@media screen and (max-width: 992px) {
  .contentHeader {
    background: white; }
    .contentHeader .menuMov .menuTrggr {
      display: block; }
    .contentHeader .menuMov .contLogo a .logoBg {
      background: url(../img/Logo2.png) center center no-repeat;
      width: 210px;
      background-size: contain; }
    .contentHeader .menuMov nav.menu {
      position: fixed;
      width: 100%;
      height: 100%;
      background: black;
      top: 0;
      right: 0;
      right: -100%;
      opacity: 0; }
      .contentHeader .menuMov nav.menu .menuList {
        float: none;
        width: 90%;
        height: 570px;
        top: 50%;
        left: 50%;
        position: relative;
        margin: -265px 0 0 -45%; }
        .contentHeader .menuMov nav.menu .menuList .itemHead {
          display: block;
          margin: 0;
          text-align: center;
          padding: 60px 0;
          font-size: 20px;
          border-bottom: 2px solid transparent;
          border-image: linear-gradient(to left, transparent 0%, white 50%, transparent 100%);
          border-image-slice: 1; }
          .contentHeader .menuMov nav.menu .menuList .itemHead:last-child {
            border: none; }
      .contentHeader .menuMov nav.menu a.closeMenu {
        display: block; }
      .contentHeader .menuMov nav.menu a.logoMenu {
        display: block; } }
@media screen and (max-width: 735px) {
  .contentHeader .menuMov nav.menu a.logoMenu {
    margin: 30px 0 10px -125px; }
  .contentHeader .menuMov nav.menu .menuList {
    height: 265px;
    margin: -100px 0 0 -45%; }
    .contentHeader .menuMov nav.menu .menuList .itemHead {
      padding: 20px 0; }
  .contentHeader .menuMov nav.menu a.closeMenu {
    display: block; }
  .contentHeader .menuMov nav.menu a.logoMenu {
    display: block; } }
@media screen and (max-width: 480px) {
  .contentHeader .menuMov .menuTrggr {
    width: 30px;
    height: 35px;
    margin: 15px 0; }
    .contentHeader .menuMov .menuTrggr span {
      width: 30px;
      height: 4px; }
      .contentHeader .menuMov .menuTrggr span:before {
        width: 30px;
        height: 4px;
        margin: 10px 0; }
      .contentHeader .menuMov .menuTrggr span:after {
        width: 30px;
        height: 4px;
        margin: -10px 0; } }
@media screen and (max-width: 330px) {
  .contentHeader .menuMov .contLogo a .logoBg {
    width: 160px; } }
/* contact FOOT */
.contactFoot {
  position: relative;
  margin: 0px 0 0 0;
  z-index: 2;
  background: #1E1E1E; }
  .contactFoot .separaContOrange {
    display: block;
    width: 100%;
    height: 5px;
    background: #EEA61F;
    position: relative; }
  .contactFoot .textConta {
    font-family: 'ProximaNova-Regular';
    font-size: 45px;
    line-height: 12px;
    margin-top: 43px;
    text-align: center; }
    .contactFoot .textConta .iconCont {
      width: 45px; }
  .contactFoot h6.TextMinCo {
    text-align: center;
    margin: 30px 0 50px 0; }

@media screen and (max-width: 768px) {
  .contactFoot .textConta {
    font-size: 35px; }
    .contactFoot .textConta .iconCont {
      width: 35px; } }
.Contacto {
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: none; }
  .Contacto .contactWrap {
    position: absolute;
    z-index: 50;
    width: 100%; }
    .Contacto .contactWrap h1 {
      font-family: 'ProximaNova-Regular';
      text-align: center;
      color: #ffffff;
      font-size: 70px;
      margin: 9% 0 0 0; }
    .Contacto .contactWrap p {
      text-align: center;
      margin: 15px 0 0 0; }
    .Contacto .contactWrap .step {
      width: 370px;
      margin: 40px auto 90px auto; }
      .Contacto .contactWrap .step .topStep a {
        text-decoration: none;
        color: #ffffff;
        display: block;
        font-family: 'ProximaNova-Regular';
        font-size: 12px;
        float: left; }
      .Contacto .contactWrap .step .topStep .stepnum {
        float: right; }
      .Contacto .contactWrap .step .midStep {
        clear: both;
        padding: 10px 0 0 0; }
        .Contacto .contactWrap .step .midStep input.DataTex {
          outline: none;
          background: transparent;
          border-color: #fff #269ACA #fff #fff;
          border-top-style: solid;
          border-right-style: solid;
          border-bottom-style: solid;
          border-left-style: solid;
          color: #fff;
          font-family: 'ProximaNova-Regular';
          font-size: 20px;
          float: left;
          height: 53px;
          padding: 10px;
          width: 300px; }
        .Contacto .contactWrap .step .midStep .BtnSend {
          background: #269AC8 url(../img/next.png) no-repeat 40% 50%;
          border: #269ACA 2px;
          color: #fff;
          font-family: 'ProximaNova-Regular';
          font-size: 20px;
          height: 53px;
          width: 70px;
          position: relative;
          float: left; }
      .Contacto .contactWrap .step.step1 {
        display: block; }
      .Contacto .contactWrap .step.step2 {
        display: none; }
      .Contacto .contactWrap .step.step3 {
        display: none; }
      .Contacto .contactWrap .step.step4 {
        display: none; }
    .Contacto .contactWrap .contactSm {
      display: none;
      padding: 10px; }
      .Contacto .contactWrap .contactSm .infOfi {
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        width: 330px;
        padding: 20px;
        margin: 15px auto 0px auto; }
        .Contacto .contactWrap .contactSm .infOfi .textoBold {
          font-family: 'ProximaNova-Semibold';
          font-size: 25px;
          z-index: 9;
          position: relative;
          margin: 0 0 5px 0; }
        .Contacto .contactWrap .contactSm .infOfi .textoNorm {
          font-family: 'ProximaNova-Regular';
          font-size: 19px;
          position: relative;
          z-index: 9;
          margin: 0 0 5px 0; }
    .Contacto .contactWrap .closer {
      outline: none;
      width: 90px;
      height: 90px;
      position: fixed;
      z-index: 1000;
      right: 0;
      top: 50%;
      background: transparent;
      border: 1px solid transparent;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .Contacto div#shell {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .Contacto div#shell div {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0 !important; }
      .Contacto div#shell div.imgPar1 {
        background: url(../img/BgCont01.png) center center;
        background-size: cover; }
      .Contacto div#shell div.imgPar2 {
        background: url(../img/BgCont02.png) center center;
        background-size: cover; }
      .Contacto div#shell div.imgPar3 {
        background: url(../img/BgCont03.png) center center;
        background-size: cover; }

@media screen and (max-width: 768px) {
  .Contacto {
    background: url("../img/contact_respons.jpg") center center no-repeat;
    z-index: 100;
    background-size: cover; }
    .Contacto div#shell {
      display: none; }
    .Contacto .contactWrap h1 {
      font-family: 'ProximaNova-Regular';
      text-align: center;
      color: #ffffff;
      font-size: 45px;
      margin: 80px 0 0 0; }
    .Contacto .contactWrap .closer {
      width: 90px;
      height: 90px;
      background: black;
      padding: 20px 30px 20px 10px;
      top: -20px;
      right: -20px; }
      .Contacto .contactWrap .closer .CloserBtn {
        width: 100%;
        height: auto; }
    .Contacto .contactWrap .step {
      width: 350px;
      margin: 40px auto; }
      .Contacto .contactWrap .step .midStep input.DataTex {
        width: 280px; }
    .Contacto .contactWrap .contactSm {
      display: block; } }
@media screen and (max-width: 390px) {
  .Contacto .contactWrap h1 {
    font-family: 'ProximaNova-Regular';
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin: 70px 0 0 0; }
  .Contacto .contactWrap p {
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 14px;
    padding: 0 21px; }
  .Contacto .contactWrap .step {
    width: 290px;
    margin: 30px auto 0 auto; }
    .Contacto .contactWrap .step .midStep input.DataTex {
      width: 220px; }
  .Contacto .contactWrap .contactSm .infOfi {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    width: 290px;
    padding: 10px 20px;
    margin: 7px auto 0px auto; }
    .Contacto .contactWrap .contactSm .infOfi .textoBold {
      font-size: 20px; }
    .Contacto .contactWrap .contactSm .infOfi .textoNorm {
      font-size: 14px; } }
.mailMssg {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .mailMssg .mailMssgOver {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; }
    .mailMssg .mailMssgOver .closeMail {
      outline: none;
      width: 90px;
      height: 90px;
      position: fixed;
      z-index: 1000;
      right: 0;
      top: 50%;
      background: transparent;
      border: 1px solid transparent;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mailMssg .mailMssgOver .mailMssgTxt {
      width: 600px;
      height: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -150px 0 0 -300px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 10px;
      text-align: center;
      padding: 80px 30px; }
      .mailMssg .mailMssgOver .mailMssgTxt h1 {
        font-size: 35px;
        margin: 0 0 30px 0; }
      .mailMssg .mailMssgOver .mailMssgTxt p {
        font-size: 18px;
        margin: 0 0 20px 0; }

@media screen and (max-width: 768px) {
  .mailMssg .mailMssgOver .closeMail {
    top: -65px;
    background: black;
    right: -15px;
    height: 200px; }
  .mailMssg .mailMssgOver .mailMssgTxt {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    padding: 45px 30px; }
    .mailMssg .mailMssgOver .mailMssgTxt h1 {
      font-size: 35px;
      margin: 0 0 30px 0; }
    .mailMssg .mailMssgOver .mailMssgTxt p {
      font-size: 18px;
      margin: 0 0 20px 0; } }
/* clients */
.clientsCont {
  position: relative;
  margin: 0px 0 0 0;
  z-index: 2;
  background: #545554;
  padding: 0 0 30px 0; }
  .clientsCont h1 {
    color: white;
    font-size: 45px;
    text-align: center;
    padding: 90px 0 110px 0;
    opacity: 0; }
  .clientsCont .logoSlide {
    display: none; }
    .clientsCont .logoSlide .bx-wrapper .bx-viewport {
      background: transparent;
      border: none;
      box-shadow: none; }
      .clientsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
        left: 50%;
        position: relative;
        margin: 0 0 0 -25%; }
  .clientsCont .logoGrid {
    display: block;
    width: 80%;
    margin: 0 10%; }
    .clientsCont .logoGrid img.scaleLogo {
      width: 100%;
      height: auto;
      margin: 0 0 30px 0;
      opacity: 0; }
  @media screen and (max-width: 992px) {
    .clientsCont h1 {
      font-size: 45px;
      padding: 30px 0 30px 0;
      margin: 0 0 20px 0; }
    .clientsCont .logoSlide {
      display: block; }
    .clientsCont .logoGrid {
      display: none; } }
  @media screen and (max-width: 500px) {
    .clientsCont h1 {
      font-size: 25px; }
    .clientsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
      left: 50%;
      position: relative;
      margin: 0 0 0 -40%; } }
  @media screen and (max-width: 330px) {
    .clientsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
      margin: 10px 0 0 -30%;
      max-width: 60%; } }

@media screen and (max-width: 480px) {
  .clientsCont .logoSlide .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 220px !important;
    margin: auto; }
    .clientsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
      margin: -10px 0 0 -41%;
      max-width: 90%; } }
/* Platforms */
.platsCont {
  position: relative;
  margin: -60px 0 0 0;
  z-index: 2;
  background: #DFE0E2;
  padding: 0 0 30px 0; }
  .platsCont h1 {
    color: white;
    font-size: 45px;
    text-align: center;
    padding: 90px 0 110px 0;
    color: #909082;
    opacity: 0; }
  .platsCont .logoSlide {
    display: none; }
    .platsCont .logoSlide .bx-wrapper .bx-viewport {
      background: transparent;
      border: none;
      box-shadow: none; }
      .platsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
        left: 50%;
        position: relative;
        margin: 0 0 0 -25%; }
  .platsCont .logoGrid {
    display: block;
    width: 80%;
    margin: 0 10%; }
    .platsCont .logoGrid img.scaleLogo {
      width: 100%;
      height: auto;
      margin: 0 0 30px 0;
      opacity: 0; }
  @media screen and (max-width: 992px) {
    .platsCont h1 {
      font-size: 45px;
      padding: 30px 0 30px 0;
      margin: 0 0 20px 0; }
    .platsCont .logoSlide {
      display: block; }
    .platsCont .logoGrid {
      display: none; } }
  @media screen and (max-width: 500px) {
    .platsCont h1 {
      font-size: 25px; }
    .platsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
      left: 50%;
      position: relative;
      margin: 0 0 0 -40%; } }

@media screen and (max-width: 480px) {
  .platsCont .logoSlide .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 220px !important;
    margin: auto; }
    .platsCont .logoSlide .bx-wrapper .bx-viewport img.imgGaleLog {
      margin: -10px 0 0 -41%;
      max-width: 90%; } }
/* HOT FIXES */
/* This used to work for parent element of button divs */
/* But it is not enough now, below dont hide play button parent div */
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

/* INNERS */
/* * INNER HOME CSS * */
.mainWrapperhome .contHome_1 {
  position: relative;
  height: 900px;
  z-index: 1; }
  .mainWrapperhome .contHome_1 .videoWrap {
    position: absolute;
    width: 100%;
    height: 900px;
    overflow: hidden;
    z-index: 1; }
    .mainWrapperhome .contHome_1 .videoWrap .videoOverlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .mainWrapperhome .contHome_1 .videoWrap video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url(../img/bgVideo.jpg) no-repeat;
      background-size: cover; }
  .mainWrapperhome .contHome_1 .videoInfo {
    position: absolute;
    z-index: 5;
    width: 50%;
    bottom: 225px;
    left: 220px; }
    .mainWrapperhome .contHome_1 .videoInfo h1 {
      font-family: "ProximaNova-Semibold";
      color: #ffffff;
      font-size: 70px;
      line-height: 65px;
      margin: 0 0 25px 0; }
    .mainWrapperhome .contHome_1 .videoInfo p {
      width: 80%;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff; }
      .mainWrapperhome .contHome_1 .videoInfo p .highlight {
        color: #EFA619; }
.mainWrapperhome .contHome_2 {
  position: relative;
  height: 780px;
  margin: -125px 0 0 0;
  z-index: 3;
  background: white; }
  .mainWrapperhome .contHome_2 .row {
    margin-right: 0px;
    margin-left: 0px; }
    .mainWrapperhome .contHome_2 .row .col-lg-12, .mainWrapperhome .contHome_2 .row .col-md-6, .mainWrapperhome .contHome_2 .row .col-xs-6 {
      padding-right: 0px;
      padding-left: 0px; }
  .mainWrapperhome .contHome_2 .titularServ {
    text-align: center;
    height: 125px;
    padding: 35px;
    background: white; }
    .mainWrapperhome .contHome_2 .titularServ .SubTitEver {
      color: #909090;
      font-size: 45px; }
  .mainWrapperhome .contHome_2 .sevItems .contImg {
    height: 650px;
    width: 100%;
    overflow: hidden;
    background: #000; }
    .mainWrapperhome .contHome_2 .sevItems .contImg img {
      width: 100px; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1 {
      background: url(../img/ser_01BN.jpg) no-repeat center center; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1:hover {
        background: url(../img/ser_01.jpg) center center no-repeat; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2 {
      background: url(../img/ser_02BN.jpg) no-repeat center center; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2:hover {
        background: url(../img/ser_02.jpg) center center no-repeat; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3 {
      background: url(../img/ser_03BN.jpg) no-repeat center center; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3:hover {
        background: url(../img/ser_03.jpg) center center no-repeat; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4 {
      background: url(../img/ser_04BN.jpg) no-repeat center center; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4:hover {
        background: url(../img/ser_04.jpg) center center no-repeat; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5 {
      background: url(../img/ser_05BN.jpg) no-repeat center center; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5:hover {
        background: url(../img/ser_05.jpg) center center no-repeat; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerA {
      background-size: 170%; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerA:hover {
        background-size: 180%; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerB {
      background-size: 255%; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerB:hover {
        background-size: 265%; }
    .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon {
      width: 100%;
      text-align: center;
      height: 240px;
      position: absolute;
      top: 74%;
      left: 50%;
      margin: -65px 0 0 -50%;
      padding: 10px 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon h3 {
        font-family: 'ProximaNova-Regular';
        color: #ffffff;
        margin: 0;
        font-size: 24px; }
    .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer:hover .floatIcon {
      width: 100%;
      text-align: center;
      height: 240px;
      position: absolute;
      top: 74%;
      left: 0;
      margin-left: 0;
      background: -moz-linear-gradient(top, transparent 0%, black 100%);
      background: -webkit-linear-gradient(top, transparent 0%, black 100%);
      background: linear-gradient(to bottom, transparent 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
  .mainWrapperhome .contHome_2 .separaContOrange {
    display: block;
    width: 100%;
    height: 5px;
    background: #EEA61F;
    position: relative; }
.mainWrapperhome .contHome_3 {
  position: relative;
  height: 810px;
  width: 100%;
  margin: 0px 0 0 0;
  z-index: 2;
  top: -200px;
  overflow: hidden; }
  .mainWrapperhome .contHome_3 .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0px;
    background: #000000; }
  .mainWrapperhome .contHome_3 .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    top: 0;
    z-index: 1; }
    .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg {
      height: 810px;
      position: relative;
      z-index: 1; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg.SlideImg_1 {
        background: url("../img/bgBene01.jpg") no-repeat;
        background-position: left center;
        background-size: cover; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg.SlideImg_2 {
        background: url("../img/bgBene02.jpg") no-repeat;
        background-position: left center;
        background-size: cover; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg.SlideImg_3 {
        background: url("../img/bgBene03.jpg") no-repeat;
        background-position: left center;
        background-size: cover; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg.SlideImg_4 {
        background: url("../img/bgBene04.jpg") no-repeat;
        background-position: left center;
        background-size: cover; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg.SlideImg_5 {
        background: url("../img/bgBene05.jpg") no-repeat;
        background-position: left center;
        background-size: cover; }
    .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
      position: absolute;
      z-index: 5;
      top: 390px;
      left: 200px;
      font-size: 50px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt .txtYllw {
        color: #EFA619; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt i {
        font-size: 16px;
        margin: 0 0 20px 0;
        display: none; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span {
        display: block;
        float: left;
        margin: 0 20px 0 0px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(2) {
          color: #EFA619;
          font-size: 149px;
          line-height: 0.7; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(3) {
          font-size: 50px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(4) {
          color: #EFA619;
          font-size: 149px;
          line-height: 0.7; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(5) {
          font-size: 80px;
          padding: 10px 0; }
  .mainWrapperhome .contHome_3 .titleSlide {
    position: absolute;
    z-index: 2;
    margin: 70px 200px; }
    .mainWrapperhome .contHome_3 .titleSlide h1 {
      color: #ffffff;
      font-size: 45px;
      line-height: 65px; }
  .mainWrapperhome .contHome_3 .homeSlide_1Contols {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    width: 1190px;
    left: 50%;
    margin: 0 0 0 -595px; }
    .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a {
      display: inline-block;
      margin: 0 38px;
      font-size: 19px;
      padding: 10px 0px;
      cursor: pointer;
      color: white;
      text-decoration: none; }
      .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a.active {
        border-bottom: solid 2px #EFA619; }
.mainWrapperhome .contHome_4 {
  position: relative;
  min-height: 700px;
  margin: 0px 0 0 0;
  z-index: 2;
  background: white; }
  .mainWrapperhome .contHome_4 h1 {
    color: #909090;
    font-size: 45px;
    text-align: center;
    padding: 90px 0 110px 0;
    opacity: 0; }
  .mainWrapperhome .contHome_4 .venWrap .contHome4Item {
    opacity: 0;
    top: 300px; }
  .mainWrapperhome .contHome_4 .venWrap .venTxt {
    text-align: center; }
    .mainWrapperhome .contHome_4 .venWrap .venTxt h4 {
      font-size: 18px;
      display: block;
      height: 40px;
      width: 190px;
      margin: 0 auto 10px auto; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4.title1 {
        color: #675A94; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4.title2 {
        color: #94C03A; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4.title3 {
        color: #2694C4; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4.title4 {
        color: #EFA619; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4.title5 {
        color: #CB2532; }
    .mainWrapperhome .contHome_4 .venWrap .venTxt p {
      color: #909090; }
  .mainWrapperhome .contHome_4 .venWrap .venImg {
    width: 200px;
    margin: 15px auto 15px auto;
    height: 250px;
    background: url(../img/iconsCore.png) no-repeat;
    background-size: cover; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg1 {
      background-position: 0 0; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
      background-position: 0px -260px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
      background-position: 0 -520px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
      background-position: 0 -765px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
      background-position: 0 -1030px; }
  .mainWrapperhome .contHome_4 .venWrap .separaItems {
    display: none;
    clear: both;
    padding: 30px 0; }
    .mainWrapperhome .contHome_4 .venWrap .separaItems .bar {
      width: 35%;
      height: 2px;
      left: 12%;
      position: relative;
      background: #D6D6D5;
      float: left; }
    .mainWrapperhome .contHome_4 .venWrap .separaItems .dot {
      width: 5px;
      height: 5px;
      background: #D6D6D5;
      position: relative;
      float: left;
      padding: 5px;
      left: 12%;
      top: -11px;
      border: solid 6px #ffffff;
      border-radius: 50%; }

/* *  media queries * */
.mainWrapperhome {
  /* contHome_1 * */
  /* contHome_2 * */
  /* contHome_3 * */
  /* contHome_4 * */ }
  @media screen and (max-width: 1280px) {
    .mainWrapperhome .contHome_1 .videoInfo {
      left: 80px; }
      .mainWrapperhome .contHome_1 .videoInfo h1 {
        font-size: 57px; }
      .mainWrapperhome .contHome_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperhome .contHome_1 .videoInfo {
      width: 70%; } }
  @media screen and (max-width: 480px) {
    .mainWrapperhome .contHome_1 .videoInfo {
      left: 30px;
      width: 75%; }
      .mainWrapperhome .contHome_1 .videoInfo h1 {
        font-size: 47px;
        line-height: 1; }
      .mainWrapperhome .contHome_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperhome .contHome_1 .videoInfo h1 {
      font-size: 35px; }
    .mainWrapperhome .contHome_1 .videoInfo p {
      font-size: 16px; } }
  @media screen and (max-width: 1650px) {
    .mainWrapperhome .contHome_2 {
      height: 680px; }
      .mainWrapperhome .contHome_2 .sevItems .contImg {
        height: 550px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon {
          height: 210px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer:hover .floatIcon {
          height: 210px; }
      .mainWrapperhome .contHome_2 .sevItems.hoverImSerA {
        background-size: 170%; }
        .mainWrapperhome .contHome_2 .sevItems.hoverImSerA:hover {
          background-size: 180%; }
      .mainWrapperhome .contHome_2 .sevItems.hoverImSerB {
        background-size: 255%; }
        .mainWrapperhome .contHome_2 .sevItems.hoverImSerB:hover {
          background-size: 265%; } }
  @media screen and (max-width: 1380px) {
    .mainWrapperhome .contHome_2 {
      height: 610px; }
      .mainWrapperhome .contHome_2 .sevItems .contImg {
        height: 480px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon {
          height: 190px; }
      .mainWrapperhome .contHome_2 .sevItems.hoverImSerA {
        background-size: 170%; }
        .mainWrapperhome .contHome_2 .sevItems.hoverImSerA:hover {
          background-size: 175%; }
      .mainWrapperhome .contHome_2 .sevItems.hoverImSerB {
        background-size: 255%; }
        .mainWrapperhome .contHome_2 .sevItems.hoverImSerB:hover {
          background-size: 265%; }
      .mainWrapperhome .contHome_2 .sevItems.hoverImSer:hover .floatIcon {
        width: 100%;
        text-align: center;
        height: 190px; } }
  @media screen and (max-width: 1280px) {
    .mainWrapperhome .contHome_2 {
      height: 600px; }
      .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer:hover .floatIcon {
        height: 190px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperhome .contHome_2 {
      height: 960px; }
      .mainWrapperhome .contHome_2 .titularServ {
        text-align: center;
        height: 320px;
        padding: 133px 35px;
        background: white; }
      .mainWrapperhome .contHome_2 .sevItems .contImg {
        height: 320px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerA {
          background-size: cover !important; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerA:hover {
            background-size: cover !important; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerB {
          background-size: cover !important; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSerB:hover {
            background-size: cover !important; }
        .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon {
          top: 77%;
          height: 140px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer:hover .floatIcon {
          top: 77%;
          height: 140px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1:hover {
          background: url(../img/ser_01.jpg) center center no-repeat; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1 .floatIcon, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer1:hover .floatIcon {
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2:hover {
          background: url(../img/ser_02.jpg) center center no-repeat; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2 .floatIcon, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer2:hover .floatIcon {
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3:hover {
          background: url(../img/ser_03.jpg) center center no-repeat; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3 .floatIcon, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer3:hover .floatIcon {
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4:hover {
          background: url(../img/ser_04.jpg) center center no-repeat; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4 .floatIcon, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer4:hover .floatIcon {
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5:hover {
          background: url(../img/ser_05.jpg) center center no-repeat; }
          .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5 .floatIcon, .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer5:hover .floatIcon {
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); } }
  @media screen and (max-width: 768px) {
    .mainWrapperhome .contHome_2 {
      height: 900px; }
      .mainWrapperhome .contHome_2 .titularServ {
        height: 300px;
        padding: 133px 0; }
        .mainWrapperhome .contHome_2 .titularServ .SubTitEver {
          font-size: 35px; }
      .mainWrapperhome .contHome_2 .sevItems .contImg {
        height: 300px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperhome .contHome_2 {
      height: 750px; }
      .mainWrapperhome .contHome_2 .titularServ {
        height: 250px;
        padding: 114px 0; }
        .mainWrapperhome .contHome_2 .titularServ .SubTitEver {
          font-size: 25px; }
      .mainWrapperhome .contHome_2 .sevItems .contImg {
        height: 250px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg img {
          width: 70px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg .floatIcon {
          height: 123px; }
        .mainWrapperhome .contHome_2 .sevItems .contImg.hoverImSer:hover .floatIcon {
          height: 123px; } }
  @media screen and (max-width: 1650px) {
    .mainWrapperhome .contHome_3 {
      height: 680px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
        top: 310px;
        font-size: 45px; } }
  @media screen and (max-width: 1380px) {
    .mainWrapperhome .contHome_3 .titleSlide {
      margin: 70px 100px; }
    .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
      left: 100px;
      font-size: 40px; }
    .mainWrapperhome .contHome_3 .homeSlide_1Contols {
      width: 910px;
      margin: 0 0 0 -455px; }
      .mainWrapperhome .contHome_3 .homeSlide_1Contols ol.menuSlide_lg li {
        margin: 0 8px;
        font-size: 18px; }
      .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a {
        margin: 0 15px;
        font-size: 18px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperhome .contHome_3 {
      height: 680px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg {
        height: 680px; }
      .mainWrapperhome .contHome_3 .titleSlide {
        margin: 70px 80px; }
        .mainWrapperhome .contHome_3 .titleSlide h1 {
          font-size: 45px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
        left: 80px;
        font-size: 35px;
        top: 340px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(2) {
          font-size: 100px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(3) {
          font-size: 35px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(4) {
          font-size: 100px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(5) {
          font-size: 70px;
          padding: 0px 0; } }
  @media screen and (max-width: 990px) {
    .mainWrapperhome .contHome_3 .homeSlide_1Contols {
      width: 300px;
      margin: 0 0 0 -150px; }
      .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a {
        width: 20px;
        height: 20px;
        background: white;
        display: inline-block;
        border-radius: 50%;
        opacity: 0.5;
        cursor: pointer;
        font-size: 0px;
        border: none;
        padding: 0;
        margin: 0 18px; }
        .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a.active {
          opacity: 1;
          border: none; } }
  @media screen and (max-width: 768px) {
    .mainWrapperhome .contHome_3 {
      height: 560px; }
      .mainWrapperhome .contHome_3 .titleSlide {
        margin: 180px 30px; }
        .mainWrapperhome .contHome_3 .titleSlide h1 {
          font-size: 35px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideImg {
        height: 560px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
        left: 30px;
        font-size: 30px;
        top: 280px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt i {
          display: block; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(2) {
          font-size: 70px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(3) {
          font-size: 25px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(4) {
          font-size: 70px; }
        .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(5) {
          font-size: 50px;
          padding: 0px 0; } }
  @media screen and (max-width: 480px) {
    .mainWrapperhome .contHome_3 .homeSlide_1Contols {
      width: 300px;
      margin: 0 0 0 -175px; }
      .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide {
        width: 270px;
        margin: 0px 0 0 33px; }
        .mainWrapperhome .contHome_3 .homeSlide_1Contols div.menuSlide a {
          padding: 0;
          margin: 0 15px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperhome .contHome_3 .titleSlide {
      margin: 70px 30px; }
      .mainWrapperhome .contHome_3 .titleSlide h1 {
        font-size: 30px; }
    .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt {
      top: 200px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(2) {
        font-size: 62px;
        margin: 0 10px 0 0px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(3) {
        font-size: 20px;
        margin: 0 10px 0 0px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(4) {
        font-size: 62px;
        margin: 0 10px 0 0px; }
      .mainWrapperhome .contHome_3 .bx-wrapper .SlideTxt.SlideTxt1 span:nth-child(5) {
        font-size: 40px;
        padding: 2px 0; } }
  @media screen and (max-width: 1380px) {
    .mainWrapperhome .contHome_4 .venWrap .venImg {
      width: 170px;
      height: 200px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
        background-position: 0px -220px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
        background-position: 0 -440px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
        background-position: 0 -655px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
        background-position: 0 -880px; }
    .mainWrapperhome .contHome_4 .venWrap .venTxt h4 {
      font-size: 15px;
      width: 100%; } }
  @media screen and (max-width: 1280px) {
    .mainWrapperhome .contHome_4 .venWrap .venImg {
      width: 170px;
      height: 200px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
        background-position: 0px -220px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
        background-position: 0 -440px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
        background-position: 0 -655px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
        background-position: 0 -880px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperhome .contHome_4 .venWrap .venImg {
      width: 140px;
      height: 165px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
        background-position: 0px -183px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
        background-position: 0px -362px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
        background-position: 0 -542px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
        background-position: 0 -720px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperhome .contHome_4 .venWrap .separaItems {
      display: block; }
    .mainWrapperhome .contHome_4 .venWrap .venTxt {
      text-align: left;
      width: 50%;
      float: left;
      padding: 30px 0 0 20px; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt h4 {
        font-size: 20px;
        width: 100%;
        margin: 0 0 5px 0;
        height: auto; }
      .mainWrapperhome .contHome_4 .venWrap .venTxt p {
        font-size: 18px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg {
      float: left;
      margin: 0;
      background-position: center center;
      width: 50%;
      background: url(../img/icons_Color.png) no-repeat; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg1 {
        background-position: center -50px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
        background-position: 0px -305px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
        background-position: 0px -570px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
        background-position: 0 -830px; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
        background-position: 0px -1090px; }
    .mainWrapperhome .contHome_4 h1 {
      color: white;
      font-size: 45px;
      padding: 30px 0 30px 0;
      background: #909092;
      margin: 0 0 50px 0; }
      .mainWrapperhome .contHome_4 h1:before {
        content: "";
        width: 30px;
        height: 30px;
        background: #909092;
        position: absolute;
        left: 50%;
        margin: 60px 0 0 -15px;
        transform: rotate(45deg); } }
  @media screen and (max-width: 768px) {
    .mainWrapperhome .contHome_4 h1 {
      font-size: 25px; }
      .mainWrapperhome .contHome_4 h1:before {
        margin: 40px 0 0 -15px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperhome .contHome_4 .venWrap .venImg {
      background: url(../img/icons_Color.png) no-repeat;
      background-size: cover; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg1 {
        background-position: center -20px;
        background-size: cover; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
        background-position: 0px -225px;
        background-size: cover; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
        background-position: 0px -440px;
        background-size: cover; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
        background-position: 0 -640px;
        background-size: cover; }
      .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
        background-position: 0px -865px;
        background-size: cover; } }
  @media screen and (max-width: 395px) {
    .mainWrapperhome .contHome_4 .venWrap .venTxt h4 {
      font-size: 16px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg2 {
      background-position: 0px -155px;
      width: 145px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg3 {
      background-position: 0px -330px;
      width: 145px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg4 {
      background-position: 0 -490px;
      width: 145px; }
    .mainWrapperhome .contHome_4 .venWrap .venImg.venImg5 {
      background-position: 0px -675px;
      width: 145px; } }

.mainWrapperAcerca .contAcerca_1 {
  position: relative;
  height: 900px;
  z-index: 1; }
  .mainWrapperAcerca .contAcerca_1 .videoWrap {
    position: absolute;
    width: 100%;
    height: 900px;
    overflow: hidden;
    z-index: 1; }
    .mainWrapperAcerca .contAcerca_1 .videoWrap .videoOverlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .mainWrapperAcerca .contAcerca_1 .videoWrap video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url(../img/bgVideo.jpg) no-repeat;
      background-size: cover; }
  .mainWrapperAcerca .contAcerca_1 .videoInfo {
    position: absolute;
    z-index: 5;
    width: 50%;
    bottom: 225px;
    left: 220px; }
    .mainWrapperAcerca .contAcerca_1 .videoInfo h1 {
      font-family: "ProximaNova-Semibold";
      color: #ffffff;
      font-size: 70px;
      line-height: 65px;
      margin: 0 0 25px 0; }
    .mainWrapperAcerca .contAcerca_1 .videoInfo p {
      width: 80%;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo p .highlight {
        color: #EFA619; }
.mainWrapperAcerca .contAcerca_2 {
  position: relative;
  min-height: 570px;
  padding: 0 0 30px 0;
  z-index: 3;
  background: white;
  color: #909090;
  overflow: hidden; }
  .mainWrapperAcerca .contAcerca_2 h1 {
    font-size: 45px;
    padding: 0% 10% 0 10%;
    margin: 180px 0 10px 0;
    opacity: 0; }
  .mainWrapperAcerca .contAcerca_2 h2 {
    font-size: 18px;
    padding: 0% 10% 0 10%;
    opacity: 0;
    line-height: 1.3; }
    .mainWrapperAcerca .contAcerca_2 h2 .highlight {
      color: #EFA619; }
  .mainWrapperAcerca .contAcerca_2 img {
    width: 100%;
    height: auto; }
  .mainWrapperAcerca .contAcerca_2 .imgWrap {
    position: relative;
    width: 400px;
    height: 370px;
    margin: auto; }
    .mainWrapperAcerca .contAcerca_2 .imgWrap .imgHelix {
      position: absolute;
      top: -400px;
      z-index: 5; }
    .mainWrapperAcerca .contAcerca_2 .imgWrap .imgHelixSombra {
      position: absolute;
      top: 320px;
      z-index: 1;
      opacity: 0; }
.mainWrapperAcerca .contAcerca_3 {
  position: relative;
  z-index: 1;
  top: -330px; }
  .mainWrapperAcerca .contAcerca_3 .imgWrap {
    background: url("../img/sobreNosImg.jpg") center center no-repeat;
    background-size: cover;
    height: 800px; }
  .mainWrapperAcerca .contAcerca_3 .txtWrap {
    position: absolute;
    bottom: 120px;
    width: 70%;
    left: 200px; }
    .mainWrapperAcerca .contAcerca_3 .txtWrap h1 {
      font-size: 45px;
      color: #ffffff;
      opacity: 0; }
    .mainWrapperAcerca .contAcerca_3 .txtWrap p {
      color: #ffffff;
      font-family: "ProximaNova-Regular";
      font-size: 20px;
      margin: 15px 0 0 0;
      opacity: 0; }
      .mainWrapperAcerca .contAcerca_3 .txtWrap p .highlight {
        color: white; }

/* *  media queries * */
.mainWrapperAcerca {
  /* contAcerca_1 * */
  /* contAcerca_2 * */
  /* contAcerca_3 * */ }
  @media screen and (max-width: 1280px) {
    .mainWrapperAcerca .contAcerca_1 .videoInfo {
      left: 80px;
      width: 75%; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo h1 {
        font-size: 57px; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperAcerca .contAcerca_1 .videoInfo {
      width: 70%;
      bottom: 225px;
      left: 50px; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo h1 {
        font-size: 45px;
        margin: 0 0 0px 0; } }
  @media screen and (max-width: 480px) {
    .mainWrapperAcerca .contAcerca_1 .videoInfo {
      left: 30px;
      width: 75%; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo h1 {
        font-size: 47px;
        line-height: 1; }
      .mainWrapperAcerca .contAcerca_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperAcerca .contAcerca_1 .videoInfo h1 {
      font-size: 35px; }
    .mainWrapperAcerca .contAcerca_1 .videoInfo p {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperAcerca .contAcerca_2 h1 {
      margin: 100px 0 10px 0; } }
  @media screen and (max-width: 990px) {
    .mainWrapperAcerca .contAcerca_2 h1 {
      font-size: 35px;
      padding: 0% 10% 0 10%;
      margin: 110px 0 0 0; }
    .mainWrapperAcerca .contAcerca_2 .imgWrap {
      position: relative;
      width: 220px;
      height: 200px;
      margin: auto; } }
  @media screen and (max-width: 480px) {
    .mainWrapperAcerca .contAcerca_2 h1 {
      font-size: 25px;
      margin: 110px 0 10px 0; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperAcerca .contAcerca_3 {
      height: 600px; }
      .mainWrapperAcerca .contAcerca_3 .imgWrap {
        height: 600px; }
      .mainWrapperAcerca .contAcerca_3 .txtWrap {
        bottom: -10px;
        left: 110px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperAcerca .contAcerca_3 .txtWrap {
      width: 80%;
      left: 60px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperAcerca .contAcerca_3 {
      height: 530px;
      top: 0px; }
      .mainWrapperAcerca .contAcerca_3 .imgWrap {
        background: url("../img/sobreNosImg.jpg") center center no-repeat;
        background-size: cover;
        height: 530px; }
      .mainWrapperAcerca .contAcerca_3 .txtWrap {
        bottom: 70px; }
        .mainWrapperAcerca .contAcerca_3 .txtWrap p {
          color: #ffffff;
          font-family: "ProximaNova-Regular";
          font-size: 16px;
          margin: 15px 0 0 0; } }
  @media screen and (max-width: 480px) {
    .mainWrapperAcerca .contAcerca_3 .txtWrap {
      bottom: -80px; }
      .mainWrapperAcerca .contAcerca_3 .txtWrap h1 {
        font-size: 25px; } }
  @media screen and (max-width: 330px) {
    .mainWrapperAcerca .contAcerca_3 .txtWrap {
      bottom: -130px;
      left: 40px; } }

.mainWrapperServ .contserv_1 {
  position: relative;
  height: 900px;
  z-index: 1; }
  .mainWrapperServ .contserv_1 .videoWrap {
    position: absolute;
    width: 100%;
    height: 900px;
    overflow: hidden;
    z-index: 1; }
    .mainWrapperServ .contserv_1 .videoWrap .videoOverlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .mainWrapperServ .contserv_1 .videoWrap video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url(../img/bgVideo.jpg) no-repeat;
      background-size: cover; }
  .mainWrapperServ .contserv_1 .videoInfo {
    position: absolute;
    z-index: 5;
    width: 70%;
    bottom: 225px;
    left: 220px; }
    .mainWrapperServ .contserv_1 .videoInfo h1 {
      font-family: "ProximaNova-Semibold";
      color: #ffffff;
      font-size: 70px;
      line-height: 65px;
      margin: 0 0 25px 0; }
    .mainWrapperServ .contserv_1 .videoInfo p {
      width: 80%;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff; }
      .mainWrapperServ .contserv_1 .videoInfo p .highlight {
        color: #EFA619; }
.mainWrapperServ .contserv_2 {
  position: relative;
  background: white;
  z-index: 1;
  height: 750px; }
  .mainWrapperServ .contserv_2 h1 {
    color: #909090;
    font-size: 55px;
    text-align: center;
    font-family: "ProximaNova-Semibold";
    padding: 90px 0 110px 0;
    opacity: 0; }
  .mainWrapperServ .contserv_2 .contGraf {
    width: 1110px;
    height: 410px;
    margin: 50px 0 0 -555px;
    position: relative;
    transform: scale(0.8);
    left: 50%;
    /* * * * */
    /* * * * */
    /* * * * */ }
    .mainWrapperServ .contserv_2 .contGraf .imgBaseGraf {
      position: absolute;
      float: left; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit1a {
      z-index: 1;
      top: -270px;
      left: 50px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit2a {
      z-index: 2;
      top: -275px;
      left: 65px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit3a {
      z-index: 3;
      top: -350px;
      left: 70px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit4a {
      z-index: 4;
      top: -330px;
      left: 370px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit5a {
      z-index: 5;
      top: -255px;
      left: 257px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit6 {
      z-index: 6;
      top: 225px;
      left: 495px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit7 {
      z-index: 7;
      top: 270px;
      left: 210px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit8 {
      z-index: 8;
      left: 320px;
      top: 200;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit9 {
      z-index: 9;
      left: 630px;
      top: -200px;
      opacity: 0; }
    .mainWrapperServ .contserv_2 .contGraf .zPosit10 {
      z-index: 10;
      left: 780px;
      top: -260px;
      opacity: 0; }
.mainWrapperServ .contserv_3 {
  position: relative;
  height: 4500px;
  z-index: 1;
  overflow: hidden; }
  .mainWrapperServ .contserv_3 h1.servTtl {
    color: #ffffff;
    font-size: 70px;
    line-height: 65px;
    position: absolute;
    z-index: 5;
    right: 25%;
    top: 0;
    margin: 428px -175px 0 0px;
    text-shadow: 0 0 8px #666; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr {
    width: 100%;
    height: 900px;
    position: absolute; }
    .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt {
      background: rgba(0, 0, 0, 0.7);
      width: 50%;
      height: 100%;
      position: absolute; }
      .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ {
        width: 360px;
        height: 360px;
        position: relative;
        margin: -180px 0 0 -180px;
        top: 50%;
        left: 50%;
        text-align: center; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ .anchoIcon {
          width: 60%;
          height: auto; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ h1 {
          font-family: 'ProximaNova-Regular';
          text-align: center;
          font-size: 50px;
          position: relative;
          margin: 0;
          right: 0;
          top: 0; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ p {
          font-size: 19px;
          width: 100%;
          margin: 15px auto 0 auto;
          line-height: 1.2; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3a {
    background: url("../img/BgServ01.jpg") center center no-repeat;
    background-size: cover; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3b {
    background: url("../img/BgServ02.jpg") center center no-repeat;
    background-size: cover;
    top: 900px; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3c {
    background: url("../img/BgServ03.jpg") center center no-repeat;
    background-size: cover;
    top: -900px; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3d {
    background: url("../img/BgServ04.jpg") center center no-repeat;
    background-size: cover;
    top: 900px; }
  .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3e {
    background: url("../img/BgServ05.jpg") center center no-repeat;
    background-size: cover;
    top: -900px; }
.mainWrapperServ .contserv_4 {
  position: relative;
  min-height: 820px;
  z-index: 1;
  background: url(../img/bgPatern.png) repeat 0 0 #5D5D5D;
  background-size: 15%; }
  .mainWrapperServ .contserv_4 h1 {
    color: #ffffff;
    font-size: 45px;
    width: 360px; }
    .mainWrapperServ .contserv_4 h1.embudoTtlsm {
      display: none; }
  .mainWrapperServ .contserv_4 .contTxt {
    padding: 130px 40px 0px 40px; }
    .mainWrapperServ .contserv_4 .contTxt .js_txtcontserv_4 {
      opacity: 0; }
    .mainWrapperServ .contserv_4 .contTxt h1 {
      color: #ffffff;
      font-size: 45px;
      opacity: 0; }
      .mainWrapperServ .contserv_4 .contTxt h1.embudoTtllg {
        display: block; }
    .mainWrapperServ .contserv_4 .contTxt p {
      font-family: 'ProximaNova-Regular';
      color: #ffffff;
      font-size: 16px;
      margin: 10px 0 0px 0; }
    .mainWrapperServ .contserv_4 .contTxt h5 {
      font-size: 40px;
      color: #ffffff;
      margin: 50px 0 30px 0;
      width: 250px; }
    .mainWrapperServ .contserv_4 .contTxt .border {
      font-size: 20px;
      width: 300px;
      margin: 25px 0;
      height: 35px;
      padding: 0 0px 0 20px;
      border-left: 3px solid; }
      .mainWrapperServ .contserv_4 .contTxt .border.red {
        border-color: #CB2532; }
      .mainWrapperServ .contserv_4 .contTxt .border.yellow {
        border-color: #EFA613; }
      .mainWrapperServ .contserv_4 .contTxt .border.green {
        border-color: #94C032; }
      .mainWrapperServ .contserv_4 .contTxt .border.blue {
        border-color: #2694C4; }
  .mainWrapperServ .contserv_4 .contImg {
    transform: scale(0.8);
    margin: 60px 0 0 -170px; }
    .mainWrapperServ .contserv_4 .contImg .embGraf5 {
      position: absolute;
      top: 0px;
      z-index: 5;
      left: -300px;
      opacity: 0; }
      .mainWrapperServ .contserv_4 .contImg .embGraf5:after {
        content: "ALTA";
        position: absolute;
        margin: 183px 0px 0px -420px;
        font-size: 30px; }
    .mainWrapperServ .contserv_4 .contImg .embGraf4 {
      position: absolute;
      top: 190px;
      z-index: 4;
      left: -300px;
      opacity: 0; }
    .mainWrapperServ .contserv_4 .contImg .embGraf3 {
      position: absolute;
      top: 350px;
      z-index: 3;
      left: -300px;
      opacity: 0; }
      .mainWrapperServ .contserv_4 .contImg .embGraf3:after {
        content: "MEDIA";
        position: absolute;
        margin: 170px 0px 0px -420px;
        font-size: 30px; }
    .mainWrapperServ .contserv_4 .contImg .embGraf2 {
      position: absolute;
      top: 530px;
      z-index: 2;
      left: -300px;
      opacity: 0; }
    .mainWrapperServ .contserv_4 .contImg .embGraf1 {
      position: absolute;
      top: 670px;
      z-index: 1;
      left: -300px;
      opacity: 0; }
      .mainWrapperServ .contserv_4 .contImg .embGraf1:after {
        content: "BAJA";
        position: absolute;
        margin: 153px 0px 0px -420px;
        font-size: 30px; }

/* *  media queries * */
.mainWrapperServ {
  /* contserv_1 */
  /* contserv_2 */
  /* contserv_3 */
  /* contserv_4 */ }
  @media screen and (max-width: 1280px) {
    .mainWrapperServ .contserv_1 .videoInfo {
      left: 80px; }
      .mainWrapperServ .contserv_1 .videoInfo h1 {
        font-size: 57px; }
      .mainWrapperServ .contserv_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperServ .contserv_1 {
      height: 700px; }
      .mainWrapperServ .contserv_1 .videoInfo {
        width: 70%;
        bottom: 225px;
        left: 50px; }
        .mainWrapperServ .contserv_1 .videoInfo h1 {
          font-size: 45px;
          margin: 0 0 0px 0;
          line-height: 45px; } }
  @media screen and (max-width: 640px) {
    .mainWrapperServ .contserv_1 .videoInfo {
      left: 30px;
      width: 75%; }
      .mainWrapperServ .contserv_1 .videoInfo h1 {
        font-size: 35px;
        line-height: 1; }
      .mainWrapperServ .contserv_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 480px) {
    .mainWrapperServ .contserv_1 .videoInfo {
      bottom: 95px; } }
  @media screen and (max-width: 395px) {
    .mainWrapperServ .contserv_1 .videoInfo h1 {
      font-size: 30px; }
    .mainWrapperServ .contserv_1 .videoInfo p {
      font-size: 16px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperServ .contserv_2 {
      height: 590px; }
      .mainWrapperServ .contserv_2 h1 {
        font-size: 45px;
        padding: 30px 0 30px 0;
        margin: 0 0 50px 0; }
      .mainWrapperServ .contserv_2 .contGraf {
        margin: 50px 0 0 -555px;
        transform: scale(0.6); } }
  @media screen and (max-width: 480px) {
    .mainWrapperServ .contserv_2 {
      height: 430px;
      overflow: hidden; }
      .mainWrapperServ .contserv_2 h1 {
        font-size: 25px;
        padding: 30px 20px 30px 20px; }
      .mainWrapperServ .contserv_2 .contGraf {
        margin: -100px 0 0 -555px;
        transform: scale(0.34); } }
  @media screen and (max-width: 1280px) {
    .mainWrapperServ .contserv_3 {
      height: 3250px; }
      .mainWrapperServ .contserv_3 .contserv_3innr {
        height: 750px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperServ .contserv_3 {
      height: 3550px; }
      .mainWrapperServ .contserv_3 h1.servTtl {
        font-size: 50px;
        margin: 400px -135px 0 0px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperServ .contserv_3 {
      height: 2400px; }
      .mainWrapperServ .contserv_3 h1.servTtl {
        margin: 38px -135px 0 0px; }
      .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3a, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3b, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3c, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3d {
        background-size: cover;
        background-position: 70% 50%; }
      .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr {
        height: 880px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3b {
          top: 880px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3c {
          top: -1100px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3d {
          top: 880px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3e {
          top: -1100px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ {
          width: 260px;
          height: 260px;
          margin: 130px 0 0 -130px;
          top: 0px; }
          .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ .anchoIcon {
            width: 40%;
            height: auto; }
          .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ h1 {
            font-size: 35px; } }
  @media screen and (max-width: 680px) {
    .mainWrapperServ .contserv_3 {
      height: 2150px; }
      .mainWrapperServ .contserv_3 h1.servTtl {
        margin: 0;
        text-align: center;
        width: 100%;
        top: 0;
        right: 0; }
      .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr {
        height: 430px;
        position: relative;
        border-bottom: 3px solid #FFC629; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3b, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3c, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3d, .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr.contserv_3e {
          top: 0; } }
  @media screen and (max-width: 480px) {
    .mainWrapperServ .contserv_3 {
      height: 1650px; }
      .mainWrapperServ .contserv_3 h1.servTtl {
        font-size: 35px;
        margin: 0;
        top: 0;
        right: 0;
        left: 0;
        text-shadow: 0 0 15px #666;
        text-align: center; }
      .mainWrapperServ .contserv_3 .contserv_3innr {
        background-position: center center; }
        .mainWrapperServ .contserv_3 .contserv_3innr .contServTxt {
          background: rgba(0, 0, 0, 0.7);
          width: 100%;
          height: 50%;
          position: absolute;
          bottom: 0; }
      .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr {
        height: 330px; }
        .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ {
          width: 180px;
          height: 180px;
          margin: 110px 0 0 -90px; }
          .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ p {
            font-size: 11px; }
          .mainWrapperServ .contserv_3 .contserv_3innrWrap .contserv_3innr .contServTxt .iconServ h1 {
            font-size: 25px; } }
  @media screen and (max-width: 1280px) {
    .mainWrapperServ .contserv_4 .contImg {
      transform: scale(0.65);
      margin: 100px 0 0 -170px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperServ .contserv_4 .contTxt .border {
      font-size: 18px;
      margin: 15px 0;
      width: 270px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperServ .contserv_4 h1 {
      padding: 30px 0 0px 0;
      margin: 0 0 50px 0;
      width: 100%;
      text-align: center; }
      .mainWrapperServ .contserv_4 h1.embudoTtlsm {
        display: block;
        font-size: 45px; }
    .mainWrapperServ .contserv_4 .contImg {
      transform: scale(0.45);
      margin: -230px 0 0 -400px;
      width: 800px;
      height: 930px;
      position: absolute;
      left: 50%; }
    .mainWrapperServ .contserv_4 .contTxt {
      padding: 500px 40px 0px 40px; }
      .mainWrapperServ .contserv_4 .contTxt h1 {
        font-size: 35px;
        width: 100%; }
        .mainWrapperServ .contserv_4 .contTxt h1.embudoTtllg {
          display: none; }
      .mainWrapperServ .contserv_4 .contTxt h5 {
        font-size: 28px;
        margin: 40px 0 30px 0;
        width: 100%; }
      .mainWrapperServ .contserv_4 .contTxt .border {
        font-size: 16px;
        margin: 15px 0;
        width: 270px; } }
  @media screen and (max-width: 640px) {
    .mainWrapperServ .contsert_4 h1.embudoTtlsm {
      font-size: 25px; } }
  @media screen and (max-width: 480px) {
    .mainWrapperServ .contserv_4 h1.embudoTtlsm {
      display: block;
      font-size: 35px; }
    .mainWrapperServ .contserv_4 .contImg {
      transform: scale(0.3);
      margin: -330px 0 0 -400px; }
    .mainWrapperServ .contserv_4 .contTxt {
      padding: 280px 40px 0px 40px; }
      .mainWrapperServ .contserv_4 .contTxt .border {
        font-size: 15px;
        margin: 15px 0;
        width: 230px; } }

.mainWrapperPlat .contPlat_1 {
  position: relative;
  height: 900px;
  z-index: 1; }
  .mainWrapperPlat .contPlat_1 .videoWrap {
    position: absolute;
    width: 100%;
    height: 900px;
    overflow: hidden;
    z-index: 1; }
    .mainWrapperPlat .contPlat_1 .videoWrap .videoOverlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5; }
    .mainWrapperPlat .contPlat_1 .videoWrap video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 1;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: url(../img/bgVideo.jpg) no-repeat;
      background-size: cover; }
  .mainWrapperPlat .contPlat_1 .videoInfo {
    position: absolute;
    z-index: 5;
    width: 50%;
    bottom: 225px;
    left: 220px; }
    .mainWrapperPlat .contPlat_1 .videoInfo h1 {
      font-family: "ProximaNova-Semibold";
      color: #ffffff;
      font-size: 70px;
      line-height: 65px;
      margin: 0 0 25px 0; }
      .mainWrapperPlat .contPlat_1 .videoInfo h1 span {
        color: #EFA619; }
    .mainWrapperPlat .contPlat_1 .videoInfo p {
      width: 80%;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff; }
      .mainWrapperPlat .contPlat_1 .videoInfo p .highlight {
        color: #EFA619; }
.mainWrapperPlat .contPlat_2 {
  position: relative;
  min-height: 730px;
  z-index: 1;
  background: white; }
  .mainWrapperPlat .contPlat_2 h1 {
    color: #909090;
    font-size: 45px;
    text-align: center;
    padding: 90px 0 110px 0;
    opacity: 0; }
  .mainWrapperPlat .contPlat_2 .contInfo {
    width: 1000px;
    margin: auto;
    text-align: center; }
    .mainWrapperPlat .contPlat_2 .contInfo .js_contInfoContPlat_2a {
      opacity: 0; }
    .mainWrapperPlat .contPlat_2 .contInfo .js_contInfoContPlat_2b {
      opacity: 0; }
    .mainWrapperPlat .contPlat_2 .contInfo .js_contInfoContPlat_2c {
      opacity: 0; }
    .mainWrapperPlat .contPlat_2 .contInfo img {
      width: 95%;
      height: auto; }
    .mainWrapperPlat .contPlat_2 .contInfo h2 {
      color: #2694C4;
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .mainWrapperPlat .contPlat_2 .contInfo h4 {
      font-family: 'ProximaNova-Regular';
      font-size: 18px;
      color: #333;
      margin-bottom: 10px; }
.mainWrapperPlat .contPlat_3 {
  position: relative;
  min-height: 820px;
  max-height: 820px;
  z-index: 1;
  background: url(../img/fondoPlat02.jpg) no-repeat center center;
  background-size: cover; }
  .mainWrapperPlat .contPlat_3 .ipadPlat {
    margin: 720px 0 0 170px;
    width: 530px; }
    .mainWrapperPlat .contPlat_3 .ipadPlat img {
      width: 100%;
      height: auto; }
  .mainWrapperPlat .contPlat_3 .contTxt {
    padding: 170px 20px 0px 20px; }
    .mainWrapperPlat .contPlat_3 .contTxt h1 {
      color: #ffffff;
      font-size: 45px; }
    .mainWrapperPlat .contPlat_3 .contTxt p {
      font-family: 'ProximaNova-Regular';
      color: #ffffff;
      font-size: 20px;
      margin: 10px 0 0px 0; }
    .mainWrapperPlat .contPlat_3 .contTxt .bullWrap {
      margin: 60px 0 0 0; }
    .mainWrapperPlat .contPlat_3 .contTxt .ttlcontTxt_plt_3 {
      opacity: 0; }
    .mainWrapperPlat .contPlat_3 .contTxt .contTxt_plt_3 {
      opacity: 0; }
.mainWrapperPlat .contPlat_4 {
  position: relative;
  min-height: 1100px;
  z-index: 1;
  background: white; }
  .mainWrapperPlat .contPlat_4 h1 {
    color: #909090;
    font-size: 45px;
    text-align: center;
    padding: 90px 0 110px 0;
    opacity: 0; }
  .mainWrapperPlat .contPlat_4 .devicesWrap {
    background: url("../img/compSpri.jpg") no-repeat;
    width: 680px;
    height: 350px;
    background-size: cover;
    margin: auto;
    background-position: center top;
    opacity: 0;
    /*&.devicesWrap1 {
    	background-position: center -1042px;
    }
    &.devicesWrap2 {
    	background-position: center -693px;
    }
    &.devicesWrap3 {
    	background-position: center -345px;
    }
    &.devicesWrap4 {
    	background-position: center -4px;
    }*/ }
  .mainWrapperPlat .contPlat_4 .deviceItem {
    text-align: center;
    width: 1000px;
    margin: 60px auto;
    opacity: 0; }
    .mainWrapperPlat .contPlat_4 .deviceItem h2 {
      color: #909082;
      font-size: 30px;
      font-family: 'ProximaNova-Regular';
      margin-bottom: 20px; }
      .mainWrapperPlat .contPlat_4 .deviceItem h2.blue {
        border-bottom: solid 2px #02BBEE; }
      .mainWrapperPlat .contPlat_4 .deviceItem h2.yellow {
        border-bottom: solid 2px #FFB03B; }
      .mainWrapperPlat .contPlat_4 .deviceItem h2.green {
        border-bottom: solid 2px #83C352; }
    .mainWrapperPlat .contPlat_4 .deviceItem h4 {
      font-size: 18px;
      font-family: 'ProximaNova-Regular';
      color: #333;
      margin-top: 10px;
      margin-bottom: 10px; }

/* *  media queries * */
.mainWrapperPlat {
  /* contPlat_1 */
  /* contPlat_2 */
  /* contPlat_3 */
  /* contPlat_4 */ }
  @media screen and (max-width: 1280px) {
    .mainWrapperPlat .contPlat_1 .videoInfo {
      left: 80px; }
      .mainWrapperPlat .contPlat_1 .videoInfo h1 {
        font-size: 57px; }
      .mainWrapperPlat .contPlat_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperPlat .contPlat_1 .videoInfo {
      left: 30px;
      width: 75%; }
      .mainWrapperPlat .contPlat_1 .videoInfo h1 {
        font-size: 35px;
        line-height: 1; }
      .mainWrapperPlat .contPlat_1 .videoInfo p {
        width: 100%;
        font-size: 18px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperPlat .contPlat_2 {
      min-height: 590px; }
      .mainWrapperPlat .contPlat_2 h1 {
        font-size: 45px;
        padding: 30px 0 30px 0;
        margin: 0 0 50px 0; }
      .mainWrapperPlat .contPlat_2 .contInfo {
        width: 100%;
        margin: auto;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .mainWrapperPlat .contPlat_2 .contInfo {
      width: 80%;
      margin: auto;
      text-align: center; }
      .mainWrapperPlat .contPlat_2 .contInfo img {
        margin: 30px 0 0 0; }
      .mainWrapperPlat .contPlat_2 .contInfo h2 {
        font-size: 18px; } }
  @media screen and (max-width: 640px) {
    .mainWrapperPlat .contPlat_2 .contInfo img {
      width: 55%; } }
  @media screen and (max-width: 480px) {
    .mainWrapperPlat .contPlat_2 {
      min-height: 1100px; }
      .mainWrapperPlat .contPlat_2 h1 {
        font-size: 25px;
        margin: 0 0 0px 0; } }
  @media screen and (max-width: 395px) {
    .mainWrapperPlat .contPlat_2 {
      min-height: 970px; } }
  @media screen and (max-width: 1440px) {
    .mainWrapperPlat .contPlat_3 .ipadPlat {
      width: 420px;
      margin: 720px 0 0 100px; } }
  @media screen and (max-width: 1280px) {
    .mainWrapperPlat .contPlat_3 .ipadPlat {
      margin: 720px 0 0 100px; } }
  @media screen and (max-width: 1024px) {
    .mainWrapperPlat .contPlat_3 .ipadPlat {
      margin: 720px 0 0 20px; } }
  @media screen and (max-width: 990px) {
    .mainWrapperPlat .contPlat_3 {
      min-height: 820px;
      max-height: 8820px; }
      .mainWrapperPlat .contPlat_3 .ipadPlat {
        margin: 150px 0 0 -25%;
        width: 50%;
        left: 50%;
        position: relative;
        opacity: 0; }
      .mainWrapperPlat .contPlat_3 .contTxt {
        padding: 10px 20px 50px 20px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperPlat .contPlat_3 .contTxt h1 {
      font-size: 35px; }
    .mainWrapperPlat .contPlat_3 .contTxt .bullWrap {
      margin: 30px 0 0 0; } }
  @media screen and (max-width: 480px) {
    .mainWrapperPlat .contPlat_3 .contTxt {
      padding: 10px 10px 50px 10px; }
      .mainWrapperPlat .contPlat_3 .contTxt h1 {
        font-size: 25px; }
      .mainWrapperPlat .contPlat_3 .contTxt p {
        font-size: 18px; }
      .mainWrapperPlat .contPlat_3 .contTxt .bullWrap p {
        font-size: 16px; } }
  @media screen and (max-width: 330px) {
    .mainWrapperPlat .contPlat_3 .contTxt {
      padding: 10px 0px 50px 0px; }
      .mainWrapperPlat .contPlat_3 .contTxt .bullWrap {
        margin: 30px 0 0 0; }
        .mainWrapperPlat .contPlat_3 .contTxt .bullWrap p {
          font-size: 16px;
          margin: 15px 0 0px 0; } }
  @media screen and (max-width: 990px) {
    .mainWrapperPlat .contPlat_4 h1 {
      font-size: 45px;
      padding: 30px 0 30px 0;
      margin: 0 0 50px 0; }
    .mainWrapperPlat .contPlat_4 .deviceItem {
      text-align: center;
      width: 100%;
      margin: 40px auto; }
      .mainWrapperPlat .contPlat_4 .deviceItem h2 {
        font-size: 25px;
        font-family: 'ProximaNova-Regular';
        margin-bottom: 20px;
        margin-top: 35px; } }
  @media screen and (max-width: 768px) {
    .mainWrapperPlat .contPlat_4 .deviceItem {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
      .mainWrapperPlat .contPlat_4 .deviceItem h2 {
        font-size: 20px;
        font-family: 'ProximaNova-Regular';
        margin-bottom: 20px;
        margin-top: 35px; }
    .mainWrapperPlat .contPlat_4 .devicesWrap {
      background: url("../img/compSpri.jpg") no-repeat;
      width: 580px;
      height: 300px;
      background-position: center top;
      background-size: cover;
      /*&.devicesWrap1 {
      	background-position: center -893px;
      }
      &.devicesWrap2 {
      	background-position: center -596px;
      }
      &.devicesWrap3 {
      	background-position: center -299px;
      }
      &.devicesWrap4 {
      	background-position: center -4px;
      }*/ } }
  @media screen and (max-width: 640px) {
    .mainWrapperPlat .devicesWrap {
      background: url("../img/compSpri.jpg") no-repeat;
      width: 480px;
      height: 250px;
      background-size: cover;
      /*&.devicesWrap1 {
      	background-position: center -893px;
      }
      &.devicesWrap2 {
      	background-position: center -596px;
      }
      &.devicesWrap3 {
      	background-position: center -299px;
      }
      &.devicesWrap4 {
      	background-position: center -4px;
      }*/ } }
  @media screen and (max-width: 480px) {
    .mainWrapperPlat .contPlat_4 {
      min-height: 1280px; }
      .mainWrapperPlat .contPlat_4 h1 {
        font-size: 25px;
        margin: 0px 30px; }
      .mainWrapperPlat .contPlat_4 .devicesWrap {
        background: url("../img/compSpri.jpg") no-repeat;
        width: 300px;
        height: 153px;
        background-position: center 0px;
        background-size: cover; } }
  @media screen and (max-width: 395px) {
    .mainWrapperPlat .contPlat_4 {
      min-height: 1400px; } }
  @media screen and (max-width: 330px) {
    .mainWrapperPlat .contPlat_4 .contPlat_4 {
      min-height: 1380px; } }

/* * * * * */
.triggerHome {
  display: none; }

.triggerAcerca {
  display: none; }

.triggerServ {
  display: none; }

.triggerPlat {
  display: none; }

.trigger {
  position: absolute;
  z-index: 200;
  right: 10px;
  font-size: 0;
  font-family: monospace;
  color: darkturquoise;
  /* * general * */
  /* * home * */
  /* * Acerca * */
  /* * Serv * */
  /* * PLAT * */ }
  .trigger.trigger0 {
    top: 700px; }
  .trigger.triggerHome1 {
    top: 500px; }
  .trigger.triggerHome2 {
    top: 1200px; }
  .trigger.triggerHome4 {
    top: 2000px; }
  .trigger.triggerHome5 {
    top: 2740px; }
  .trigger.triggerAcerca1 {
    top: 500px; }
  .trigger.triggerAcerca2 {
    top: 600px; }
  .trigger.triggerAcerca3 {
    top: 890px; }
  .trigger.triggerAcerca3a {
    top: 1000px; }
  .trigger.triggerAcerca4 {
    top: 1700px; }
  .trigger.triggerServ1 {
    top: 500px; }
  .trigger.triggerServ2 {
    top: 580px; }
  .trigger.triggerServ3 {
    top: 1300px; }
  .trigger.triggerServ3a {
    top: 1900px; }
  .trigger.triggerServ3b {
    top: 2800px; }
  .trigger.triggerServ3c {
    top: 3600px; }
  .trigger.triggerServ3d {
    top: 4500px; }
  .trigger.triggerServ4 {
    top: 5600px; }
  .trigger.triggerPlat1 {
    top: 500px; }
  .trigger.triggerPlat2 {
    top: 650px; }
  .trigger.triggerPlat3 {
    top: 1040px; }
  .trigger.triggerPlat4 {
    top: 2000px; }
  .trigger.triggerPlat4a {
    top: 2200px;
    display: none; }
  .trigger.triggerPlat4b {
    top: 2350px;
    display: none; }
  .trigger.triggerPlat4c {
    top: 2500px;
    display: none; }
  .trigger.triggerPlat4d {
    top: 2650px;
    display: none; }
  .trigger.triggerPlat5 {
    top: 3200px; }

@media screen and (max-width: 1650px) {
  .trigger {
    /* * ACERCA * */
    /* * SERV * */ }
    .trigger.triggerAcerca4 {
      top: 1900px; }
    .trigger.triggerServ4 {
      top: 5650px; } }
@media screen and (max-width: 1440px) {
  .trigger {
    /* * HOME * */ }
    .trigger.triggerHome4 {
      top: 1780px; } }
@media screen and (max-width: 1280px) {
  .trigger {
    /* * HOME * */
    /* * SERV * */ }
    .trigger.triggerHome2 {
      top: 1090px; }
    .trigger.triggerHome5 {
      top: 2640px; }
    .trigger.triggerServ3a {
      top: 1690px; }
    .trigger.triggerServ3b {
      top: 2320px; }
    .trigger.triggerServ3c {
      top: 2930px; }
    .trigger.triggerServ3d {
      top: 3560px; }
    .trigger.triggerServ4 {
      top: 4490px; } }
@media screen and (max-width: 1024px) {
  .trigger {
    /* * HOME * */
    /* * ACERCA * */ }
    .trigger.triggerHome4 {
      top: 2150px; }
    .trigger.triggerHome5 {
      top: 2970px; }
    .trigger.triggerAcerca3 {
      top: 800px; }
    .trigger.triggerAcerca4 {
      top: 1610px; } }
@media screen and (max-width: 920px) {
  .trigger {
    /* * HOME * */ }
    .trigger.triggerHome2 {
      top: 1480px; }
    .trigger.triggerHome5 {
      top: 3350px; } }
@media screen and (max-width: 768px) {
  .trigger {
    /* * HOME * */
    /* * ACERCA * */
    /* * PLAT * */
    /* * SERV * */ }
    .trigger.triggerHome2 {
      top: 1300px; }
    .trigger.triggerHome4 {
      top: 1890px; }
    .trigger.triggerHome5 {
      top: 3170px; }
    .trigger.triggerAcerca4 {
      top: 1490px; }
    .trigger.triggerPlat5 {
      top: 3030px; }
    .trigger.triggerServ2 {
      top: 550px; }
    .trigger.triggerServ3 {
      top: 900px; }
    .trigger.triggerServ3a {
      top: 1300px; }
    .trigger.triggerServ3b {
      top: 1700px; }
    .trigger.triggerServ3c {
      top: 2100px; }
    .trigger.triggerServ3d {
      top: 2500px; }
    .trigger.triggerServ4 {
      top: 3050px; } }
@media screen and (max-width: 680px) {
  .trigger.triggerServ3a {
    top: 1340px; }
  .trigger.triggerServ3b {
    top: 1770px; }
  .trigger.triggerServ3c {
    top: 2200px; }
  .trigger.triggerServ3d {
    top: 2640px; }
  .trigger.triggerServ4 {
    top: 2960px; } }
@media screen and (max-width: 640px) {
  .trigger {
    /* * PLAT * */
    /* * SERV * */ }
    .trigger.triggerPlat3 {
      top: 1800px; }
    .trigger.triggerPlat4 {
      top: 2600px; }
    .trigger.triggerPlat5 {
      top: 4070px; }
    .trigger.triggerServ2 {
      top: 460px; } }
@media screen and (max-width: 480px) {
  .trigger {
    /* * PLAT * */
    /* * PLAT * */
    /* * SERV * */ }
    .trigger.triggerPlat3 {
      top: 1600px; }
    .trigger.triggerPlat4 {
      top: 2370px; }
    .trigger.triggerPlat5 {
      top: 3530px; }
    .trigger.triggerServ2 {
      top: 480px; }
    .trigger.triggerServ3 {
      top: 740px; }
    .trigger.triggerServ2 {
      top: 340px; }
    .trigger.triggerServ3a {
      top: 1100px; }
    .trigger.triggerServ3b {
      top: 1420px; }
    .trigger.triggerServ3c {
      top: 1753px; }
    .trigger.triggerServ3d {
      top: 2070px; }
    .trigger.triggerServ4 {
      top: 2420px; } }
@media screen and (max-width: 395px) {
  .trigger {
    /* * HOME * */
    /* * *PLAT * */ }
    .trigger.triggerHome2 {
      top: 1200px; }
    .trigger.triggerHome4 {
      top: 1700px; }
    .trigger.triggerHome5 {
      top: 3050px; }
    .trigger.triggerPlat3 {
      top: 1410px; }
    .trigger.triggerPlat4 {
      top: 2280px; }
    .trigger.triggerPlat5 {
      top: 3460px; } }
