@import url("https://fonts.googleapis.com/css?family=PT+Sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:600");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  font-smooth: always;
  padding: 0;
  margin: 0;
  background-color: #181818;
  height: 100%;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

header {
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
  position: relative;
  text-align: center;
  background: transparent; }
  header .header-container {
    width: 850px;
    margin: 0 auto;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0; }
    @media (max-width: 920px) {
      header .header-container {
        width: 100%; } }
    header .header-container .welo-logo {
      position: relative;
      float: left;
      height: 40px;
      margin: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      overflow: hidden;
      left: -5px; }
      header .header-container .welo-logo img {
        height: 100%; }
      @media (max-width: 640px) {
        header .header-container .welo-logo {
          left: 0px;
          margin: 5px 5px 5px 10px; } }
    header .header-container .header-text {
      float: left;
      margin: 6px 0px 5px -3px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden;
      font-size: 16px;
      color: #ffffff;
      line-height: 49px;
      position: relative;
      font-family: "Rubik", sans-serif;
      text-align: left;
      text-transform: uppercase;
      display: none; }
      @media (max-width: 640px) {
        header .header-container .header-text {
          display: none; } }
    header .header-container .header-social-share-btn {
      height: 45px;
      float: right;
      margin: 12px 0px; }
      header .header-container .header-social-share-btn img {
        height: 100%; }
      header .header-container .header-social-share-btn.disable {
        opacity: 0.15;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
        filter: alpha(opacity=15);
        cursor: default; }
    header .header-container #header-social-share-btn-google-play {
      margin-right: 5px; }
      @media (max-width: 300px) {
        header .header-container #header-social-share-btn-google-play {
          display: none; } }

.social-share-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center; }
  .social-share-buttons a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    float: right;
    overflow: hidden;
    margin-left: 8px;
    text-decoration: none;
    color: #BCBCBC;
    border: 2px solid #BCBCBC; }
    @media (max-width: 640px) {
      .social-share-buttons a {
        margin: 8px;
        width: 50px;
        height: 50px;
        font-size: 25px;
        line-height: 48px; } }
    @media (max-width: 350px) {
      .social-share-buttons a {
        margin: 0px 8px;
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 43px; } }
    .social-share-buttons a:hover {
      color: black;
      background-color: #BCBCBC; }
    .social-share-buttons a.whatsapp {
      display: none; }
      .social-share-buttons a.whatsapp.show-share {
        display: inline-block; }
    .social-share-buttons a.embed {
      line-height: 44px;
      display: none; }
      .social-share-buttons a.embed.show-share {
        display: inline-block; }
  @media (max-width: 640px) {
    .social-share-buttons {
      width: 100%; } }
  .social-share-buttons .social-share-buttons-wrapper {
    display: inline-block; }
    @media (max-width: 640px) {
      .social-share-buttons .social-share-buttons-wrapper {
        margin: auto; } }

.social-share-text {
  color: #BCBCBC;
  font-family: "Rubik", sans-serif; }

.video-container {
  position: relative;
  width: 850px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-top: 0; }
  @media (max-width: 920px) {
    .video-container {
      width: 100%;
      margin-top: 0px; } }
  .video-container .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: 450px;
    height: 0;
    padding-top: 56.25%;
    /*@media (max-width: 790px) {
			height: 525px;
		}
	
		@media (max-width: 740px) {
			height: 450px;
		}*/ }
    @media (max-width: 600px) {
      .video-container .video-wrapper {
        height: 450px; } }
    @media (max-width: 590px) {
      .video-container .video-wrapper {
        height: 443px; } }
    @media (max-width: 580px) {
      .video-container .video-wrapper {
        height: 435px; } }
    @media (max-width: 570px) {
      .video-container .video-wrapper {
        height: 428px; } }
    @media (max-width: 560px) {
      .video-container .video-wrapper {
        height: 420px; } }
    @media (max-width: 550px) {
      .video-container .video-wrapper {
        height: 413px; } }
    @media (max-width: 540px) {
      .video-container .video-wrapper {
        height: 405px; } }
    @media (max-width: 530px) {
      .video-container .video-wrapper {
        height: 398px; } }
    @media (max-width: 520px) {
      .video-container .video-wrapper {
        height: 390px; } }
    @media (max-width: 510px) {
      .video-container .video-wrapper {
        height: 383px; } }
    @media (max-width: 500px) {
      .video-container .video-wrapper {
        height: 375px; } }
    @media (max-width: 490px) {
      .video-container .video-wrapper {
        height: 368px; } }
    @media (max-width: 480px) {
      .video-container .video-wrapper {
        height: 360px; } }
    @media (max-width: 470px) {
      .video-container .video-wrapper {
        height: 353px; } }
    @media (max-width: 460px) {
      .video-container .video-wrapper {
        height: 345px; } }
    @media (max-width: 450px) {
      .video-container .video-wrapper {
        height: 338px; } }
    @media (max-width: 440px) {
      .video-container .video-wrapper {
        height: 330px; } }
    @media (max-width: 430px) {
      .video-container .video-wrapper {
        height: 323px; } }
    @media (max-width: 420px) {
      .video-container .video-wrapper {
        height: 315px; } }
    @media (max-width: 410px) {
      .video-container .video-wrapper {
        height: 308px; } }
    @media (max-width: 400px) {
      .video-container .video-wrapper {
        height: 300px; } }
    @media (max-width: 390px) {
      .video-container .video-wrapper {
        height: 293px; } }
    @media (max-width: 380px) {
      .video-container .video-wrapper {
        height: 285px; } }
    @media (max-width: 370px) {
      .video-container .video-wrapper {
        height: 278px; } }
    @media (max-width: 360px) {
      .video-container .video-wrapper {
        height: 270px; } }
    @media (max-width: 350px) {
      .video-container .video-wrapper {
        height: 263px; } }
    @media (max-width: 340px) {
      .video-container .video-wrapper {
        height: 255px; } }
    @media (max-width: 330px) {
      .video-container .video-wrapper {
        height: 248px; } }
    @media (max-width: 320px) {
      .video-container .video-wrapper {
        height: 240px; } }
    @media (max-width: 310px) {
      .video-container .video-wrapper {
        height: 233px; } }
    @media (max-width: 300px) {
      .video-container .video-wrapper {
        height: 225px; } }
    @media (max-width: 290px) {
      .video-container .video-wrapper {
        height: 218px; } }
    @media (max-width: 280px) {
      .video-container .video-wrapper {
        height: 210px; } }
    @media (max-width: 270px) {
      .video-container .video-wrapper {
        height: 203px; } }
    @media (max-width: 260px) {
      .video-container .video-wrapper {
        height: 195px; } }
    @media (max-width: 250px) {
      .video-container .video-wrapper {
        height: 188px; } }
    @media (max-width: 240px) {
      .video-container .video-wrapper {
        height: 180px; } }
    @media (max-width: 230px) {
      .video-container .video-wrapper {
        height: 173px; } }
    @media (max-width: 220px) {
      .video-container .video-wrapper {
        height: 165px; } }
    @media (max-width: 210px) {
      .video-container .video-wrapper {
        height: 158px; } }
    @media (max-width: 200px) {
      .video-container .video-wrapper {
        height: 150px; } }
    .video-container .video-wrapper .video-player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black; }
  .video-container .video-info {
    width: 100%;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 15px; }
    @media (max-width: 640px) {
      .video-container .video-info {
        font-size: 13px;
        justify-content: center;
        flex-direction: column; } }
    @media (max-width: 350px) {
      .video-container .video-info {
        font-size: 12px;
        justify-content: center;
        flex-direction: column; } }
