@font-face {
  font-family: 'DIN Alternate Bold';
  font-style: normal;
  font-weight: normal;
  src: local('DIN Alternate Bold'), url('fonts/DINAlternate-Bold.woff') format('woff');
  }
body{
  font-family: 'Barlow', sans-serif;
}
.container {
  max-width: 960px;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
  font-weight: bold;
  text-transform: uppercase;
}
.no-gutter{
  margin: 0;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
.special-cover {
	background-attachment: scroll;
	background-color: rgba(0,0,0,0.7);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
  height: 100vh;
  padding-top: 6vh;
	width: 100%;
}
.no-padding{
padding:0;
}
.container-fluid.no-padding{
  overflow: hidden;
}
.close {
	float: right;
	font-size: 1.5rem;
	line-height: 1;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	z-index: 30;
	top: 98px;
	right: 5%;
	position: absolute;
	background: #fff;
	border-radius: 50px;
	padding: 4px 10px;
	font-weight: 100;
}

.special-cover .wrap-video {
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	width: auto;
	transform: translateX(-50%) translateY(-50%);
  z-index: -100;
  transition: all ease-in-out 550ms;
}
.tocando .wrap-video {
	opacity: 0;
}
.btn-video {
	background: transparent;
	border: none;
	transition: all ease-in-out 250ms;
}
.videoCollection .btn-video:hover {
  transform: scale(1.2);
}
.video-item .btn-video:hover ~ img, .video-item .btn-video:hover ~ .video-overlay {
  transform: scale(1.2);
  }
.video-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
.videoCollection.tocando {
	background: #000;
}
.videoCollection.tocando .cover-wrapper {
	display: none;
}
.cover-wrapper h2{
  font-family: 'DIN Alternate Bold';
  color: #fff;
  margin-top: 10%;
  font-weight: 600;
  opacity: 0.6;
  text-shadow: 0px 0px 10px #000;
}
.hero-video {
  height: 95vh;
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 1px #000 inset;
}
.video-item {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.video-item > img {
	width: 100%;
	transition: all ease-in-out 250ms;
	z-index: 0;
	object-fit: cover;
}
.ear {
  letter-spacing: 0.3em;
}
.video-item .btn-video {
	position: absolute;
	z-index: 2;
	transition: all ease-in-out 250ms;
	cursor: pointer;
	display: flex;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.video-item.aberto{
  padding:56.25% 0 0 0;position:relative;
}
#osjobs .row{
  max-height: 430px;
}
.btn-default {
	background: #e65451;
	color: #fff;
	text-transform: uppercase;
}
.video-content {
  width: 100%;
  position: absolute;
  color: #fff;
  bottom: 10%;
  left: 5%;
  z-index: 2;
}
.video-content h2 {
  font-family: 'DIN Alternate Bold';
  font-size: 2.5em;
  font-weight: 700;
  color: #e65451;
}
.slide-content .display {
  margin-left: -1em;
  font-weight: 700;
}
.slide-content .sub {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-left: -2em;
}
.slide-image img{
  width: 100%;
}
.btn-primary {
  background: #8f3021;
  border-color: #8f3021;
}
.bg-red{
  background: #E65451;
}
.bg-grey{
  background: #9B9B9B;
}
.bg-red-forte{
  background: #FF644C;
}
.slide-content {
	color: #4A4A4A;
}
.display {
	font-size: 3.5em;
}
footer{
  background: #fff;
}
.titulo-1 {
  font-family: 'DIN Alternate Bold';
  font-weight: 500;
  font-size: 64px;
  color: #F7CCCB;
  letter-spacing: -1.49px;
  text-align: left;
  line-height: 72px;
  text-align: right;
  font-weight: 700;
}
.card-title {
	margin-bottom: .75rem;
	font-size: 1.1em;
}
.bg-red h3 {
	font-size: 1.75rem;
	font-weight: bold;
	font-family: 'din alternate';
}
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.display-1{
  font-family: 'DIN Alternate Bold';
}
/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
.overflow-hidden { overflow: hidden; }
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}


@media (max-width: 33.9em) { 
  .special-cover {
    border-top: 20px solid hotpink;
    background-attachment: scroll;
    background-color: rgba(0,0,0,0.7);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    height: 70vh;
    width: 100%;
  }
  .video-content h2 {
    font-family: 'DIN Alternate Bold';
    font-size: 1.5em;
    font-weight: 700;
    color: #e65451;
  }
  #osjobs .row{

  }
  .video-item {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 230px;
}
.special-cover .btn-video img {
    width: 100%;
  }
  .title-block img {
    width: 100%;
  }
  .titulo-1 {
    font-weight: 500;
    font-size: 54px;
    color: #F7CCCB;
    letter-spacing: -1.49px;
    text-align: left;
    line-height: 72px;
    text-align: right;
    font-weight: 700;
    text-align: center;
  }
  .slide-content .display {
    margin-left: 0;
    font-weight: 700;
    font-size: 2.5em;
  }
  .slide-content .sub {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-left: 0;
  }
}