/* General Style */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  color: #fff;
  background: #333;
  overflow: hidden;
}

.pt-page {
  background: transparent !important;
}

.myVideo {
  position: fixed;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;

  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.desk-video {
  display: block;
}

.mob-video {
  display: none;
}

.content-anim {
  width: 100%;
  height: 100vh;
}

.content-anim .player {
  width: 100%;
  height: 100%;
}

.navigation {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.navigation-right {
  float: right;
  margin-right: 30px;
  background: transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.navigation-left {
  margin-left: 30px;
  float: left;
  background: transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-left i,
.navigation-right i {
  width: 50px;
  height: 50px;
}

.navigation-left:hover .cls-1 {
  fill: #ec2024;
}

.navigation-right:hover .cls-1 {
  fill: #f6921e;
}

.button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100vh;
  width: calc(100vh * 1.77);
}

/*--*/
a.button-testimonial img {
  width: 85%;
}

/*VIDEOS*/
.content-anim.wrap-sup-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-anim.wrap-sup-video .wrap-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  height: 100vh;
  width: calc(100vh * 1.77);
}

.content-anim.wrap-sup-video .wrap-video.right {
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  padding-top: 8vh;
  padding-bottom: 12vh;
}

.content-anim.wrap-sup-video .wrap-video.new {
  justify-content: flex-start;
  padding-top: 33vh;
  padding-bottom: 4vh;
}

.content-anim.wrap-sup-video .wrap-video.down {
  justify-content: flex-start;
  padding-bottom: 4vh;
  padding-top: 50vh;
}

.content-anim.wrap-sup-video .wrap-video.left {
  justify-content: flex-start;
}

.space {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  div#pt-main {
    overflow: hidden;
  }

  .desk-video {
    display: none !important;
  }

  .mob-video {
    display: block;
  }

  .navigation {
    top: 4%;
  }

  .navigation-right {
    margin-right: 10px;
    margin-left: 10px;
  }

  .seccion-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seccion-head img.img-logo {
    height: 65px;
    margin-left: 10px;
  }

  .seccion-head .navigation {
    position: initial;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .pt-page.pt-page-16 {
    background: white !important;
  }

  /*NEW*/
  div#pt-main {
    overflow-y: visible;
  }

  .myVideo {
    height: calc(100vw * 1.77);
  }

  .content-anim {
    height: calc(100vw * 1.77);
  }

  /*NEW PREMIUM MOB*/
  .pt-page-2 .content-anim {
    margin-top: 20px;
  }

  .pt-page-3 .content-anim.wrap-sup-video .wrap-video.left {
    align-items: flex-start;
  }

  .pt-page-3 .wrap-1 {
    height: 56vw !important;
    width: 100% !important;
    margin-top: 75px !important;
    padding: 5px;
  }

  .pt-page-3 .wrap-2 {
    height: 100% !important;
    width: 100% !important;
  }

  /*.banners .pt-page-10 .content-anim.wrap-sup-video .wrap-video.new*/
  .premium .pt-page-8 .content-anim.wrap-sup-video .wrap-video.new,
  .pro .pt-page-7 .content-anim.wrap-sup-video .wrap-video.new {
    padding-top: 30vh;
    padding-top: 62%;
    width: 100%;
  }

  /*.banners .pt-page-10 .wrap-1 */
  .premium .pt-page-8 .wrap-1,
  .pro .pt-page-7 .wrap-1 {
    width: 45% !important;
    height: 61vw !important;
  }

  /* .banners .pt-page-12 .content-anim.wrap-sup-video .wrap-video.down */
  .premium .pt-page-10 .content-anim.wrap-sup-video .wrap-video.down,
  .pro .pt-page-9 .content-anim.wrap-sup-video .wrap-video.down {
    justify-content: flex-start;
    padding-bottom: 4vh;
    padding-top: 72%;
  }

  /*.banners .pt-page-12 .wrap-1*/
  .premium .pt-page-10 .wrap-1,
  .pro .pt-page-9 .wrap-1 {
    height: 24vh !important;
    width: 100%;
  }

  /* .banners .pt-page-12 .wrap-2 */
  .premium .pt-page-10 .wrap-2,
  .pro .pt-page-9 .wrap-2 {
    width: 100% !important;
  }

  input#paginateNumber {
    width: 50px !important;
  }

  .paginate {
    top: 16px;
  }

  .seccion-head img.img-logo {
    opacity: 0;
  }

  /*---------------*/

  .pt-page {
    height: calc(100vw * 1.77) !important;
  }

  .button-section {
    height: calc(100vw * 1.77);
  }
}

/* @media screen and (min-width: 1366px) and (orientation: landscape) {
  .button-section {
    width: 100%;
  }
} */
/*# sourceMappingURL=test.css.map */