

body,
html {
  margin: 0;
  height: 100%;
  font-family: 'Rubik', sans-serif;
}
.bg-container {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .link-ventures {
    height: 22px;
  }

  .bg-container {
    background-image: url("../img/bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .center-content img {
    margin-top: 20px;
  width: 80%;
  }

  .touch {
    width: 150px !important;
  }
}

/***/
#main-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
#main-video video {
  position: absolute;
  top: 35%;
  left: 35%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-35%) translateY(-50%);
}
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
}

.txt-slider1 {
  /*
  height: 100vh;
  text-align: center;
  padding-top: 30%;
  */
}
.img-logo {
  width: 14rem;
}


.link-home {
  color: #ffffff;
  margin-top: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;

}

.link-home img {
  /**width: 180px;**/
}

.body-ventures {
background: url('../img/Website_BG_Image.jpg');

overflow: hidden;
}


.link-home a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
}

#main-img {
  background-color: url('/dist/img/ArretVentures.png') no-repeat center center fixed;
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-main {
  color: #ffffff;
  word-spacing: 1.5px;
  letter-spacing: 1px;
  text-align: left;
}

.text-main span {
font-weight: 500;
}

.mail-su {
  text-decoration: none;
  color: #ffffff;
}

.mail-su:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.link-ventures {
  height: 25px;
}