.header-secondary-about {
	position: relative;
    width: 100%;
	height: 60vh;
	overflow: hidden;
  }
  .video-mockup{
	position: relative;
	width: 100%;
	top: 0;
  }
  .about_video-stopmotion {
	  width: 100%;
	  transform: translateY(-100px);
  }

  .monitor_container {
	  position: relative;
	  height: 50vh;
	  min-height: 400px;
	  max-height: 600px;
	  width: 100%;
	  background-image: url(../assets/monitor.png);
	  background-position: top;
	  background-size: 100%;
	  background-repeat: no-repeat;

  }
  .monitor {
	position: absolute;
	  width: 100%;
  }
  .team {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  border-radius: 10px;
	  overflow: hidden;
  }
  .team video {
	position: absolute;
	top: 0;
	width: 100%;
}
.team_container {
	background-color: #f2733b;
	background-image: url(../assets/bg-orange.png);
	background-repeat: no-repeat;
}
.team_container video {
	width: 100%;
}
#About-manifest{
	margin-bottom: 7rem;
}
  .about-manifest-img-container{ 
    width: 100%;
    height: 150px;
    background-image: url(../assets/img/nos_v2-35b-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
  }
.about-manifest-title{
	display: inline-block;
	padding: 0.2rem 1rem;
	background-color: #f2733b;
	color: white;
}
/* Book */
.about-manifest {
	height: 60vh;
}
.bb-custom-wrapper {
	width: 100%;
	height: 90%;
	min-height: 340px;
	position: relative;
	box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.534);
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	background-image: url(../assets/LA-TEXTURA-oscurecer.png);
	background-position: center;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: solid 0.25px #0000001c;
}
.bb-custom-firstpage h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}
.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}
.bb-custom-firstpage {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	float: left;
	height: 100%;
	background-image: url(../assets/LA-TEXTURA-oscurecer.png);
	background-position: center;
}
.bb-custom-firstpage p,
.bb-custom-side p {
	padding: 8%;
	font-size: 0.8rem;
	/* font-weight: 300; */
}

.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper > nav {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	/* position: fixed; */
	bottom: 20px;
	z-index: 996;
	text-align: center;
}

.bb-custom-wrapper > nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #f2733b;
	text-decoration: none;
}
.cover-arrow-next{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 40px;
	height: 40px;
	background-color: #f2733b;
	z-index: 997;
}
.cover-arrow-prev{
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	width: 40px;
	height: 40px;
	background-color: #f2733b;
	z-index: 997;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	font-family: 'arrows';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	line-height: 40px;
	/* display: block; */
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}
.bg-white{
	background-color: #fcf2fa;

}
.bonusH1Container{
	min-width: 300px;
}
.bonusH1Container h1{
	/* display: inline-block; */
	width: fit-content;
	color: white;
	background-color: #2157db;
	padding: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.bonusImgContainer {
	min-width: 300px;
	max-width: 400px;
}
.bonusImgContainer img{
	width: 100%;
}
.btnReloaded:focus{
	box-shadow: none !important;
}
.btnReloaded:active{
	transform: rotate(180deg);
}
@media screen and (max-width: 61.75em){
	.bb-custom-side {
		font-size: 70%;
	}
}

@media screen and (max-width: 33em){
	.bb-custom-side {
		font-size: 60%;
	}
}
