body, html {
    overflow-x: hidden;
}
body {
	font-family: "PT Sans", sans-serif !important;
}

.container-fluid {
	padding-left: 32px;
	padding-right: 32px;
}

.hero-home {
	position: relative;
	background-color: #575578;
	height: 100vh;
}

.midia_video {
	position: relative;
	height: 100%;
}

.corpo-main1 {
	position: absolute;
	left: 16px;
	bottom: 20px;
}

.video_conteudo {
	height: 100%;
	position: relative;
}

#thumbnail, .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

#youtube-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.lista-home {
    background-color: #575578;
}

.titulo-1 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 186px;
    line-height: 190px;
    color: #FFFFFF;
}

.video-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    z-index: 999;
}

#titulo_hero {
    position: absolute;
    bottom: 40px;
}

.video-btns button {
	background-color: transparent;
    border: none;
}

.video-btns span {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 30px;
}

#fake-footer {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
	height: 80px;
}

#thumbnail_2 {
    height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 80px;
}

.card-notavel .bloco-1 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 240px;
}

/* CAPA - imagem frontal */
.capa-notavel {
  position: relative;
  z-index: 2;
  filter: grayscale(1);
  height: 235px;
  width: 90%;
  object-fit: cover;
  margin: auto;
  margin-top: 20px;
  transition: all 0.4s ease;
}

/* COLAGEM - imagem do fundo */
.colagem-1 {
  position: absolute;
  margin: auto;
  z-index: 1;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

/* EFEITO HOVER */
.card-notavel .bloco-1:hover .capa-notavel {
  height: 200px;
  filter: none;
}

.card-notavel .bloco-1:hover .colagem-1 {
  opacity: 1;
}

.bloco-2 h3 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 41px;
    color: #FFFFFF;
	z-index: 5;
    position: absolute;
    bottom: 10px;
	transition: bottom 0.4s ease;
}
.bloco-2 p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
	padding-top: 20px;
    width: 90%;
    opacity: 0;
	transition: opacity 0.4s ease;
}
.bloco-2 {
    position: relative;
    height: 70px;
}

.card-notavel .bloco-1:hover ~ .bloco-2 h3 {
  bottom: 55px;
}

.card-notavel .bloco-1:hover ~ .bloco-2 p {
  opacity: 1;
}


.btn-1 {
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px 10px 10px;
  background: #FFFFFF;
  border: 2px solid #000000;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.btn-1:hover, .hovered {
  transform: translate(7px, -7px);
  box-shadow: -7px 7px 0 #000000;
}




.btn-2 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 20px;
    gap: 4px;
    border: 1px solid #FFFFFF;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.btn-2:hover {
  background-color: #575578;
  transform: translate(7px, -7px);
  box-shadow: -7px 7px 0 #fff;
}



.faixa-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 90px;
}
.faixa-1 img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.oque-home {
    background-color: #AE5138;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.img-oque {
    position: absolute;
    top: 0;
    right: 0;
}

.img-oque span {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 3;
}


.titulo-2 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    color: #FFFFFF;
}

.texto-1 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-home {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.titulo-4 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 41px;
    color: #FFFFFF;
}

.texto-2 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.btn-3 {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    background: #000000;
    width: max-content;
}

#abrir-mob {
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    border: none;
}


.redes {
	list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
	padding: 0px;
	margin: 0px;
}

.redes li {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.redes li a {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.redes i {
    font-size: 28px;
}

#menu-content {
    background-color: #000;
    position: fixed;
    top: 0px;
    left: -100%; /* escondido à esquerda */
    z-index: 9999;
    width: 100%;
	height: 100vh;
    transition: left 0.4s ease;
}

.flutua-logo {
    position: absolute;
    bottom: 5%;
    right: 16px;
}

.topo-menu {
    height: 220px;
    padding: 16px;
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.topo-menu span {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: block;
}

#fechar-mob {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
}

.menu-principal {
    list-style: none;
	position: relative;
    display: flex;
	flex-direction: column;
    gap: 20px;
	padding: 0px;
	margin: 0px;
}

.menu-principal li {
	position: relative;
}

.menu-principal li a {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    color: #FFFFFF;
}

.menu-principal li:hover > a {
    text-decoration: underline;
}

.cont-menu {
    padding: 40px 20px;
}

.bloco-menu span {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
	display: block;
}

.bloco-menu p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.bloco-menu a {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #AE5138;
}

.menu-principal li ul {
	display: flex;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    flex-direction: row;
    list-style: none;
    transform: translateY(-10px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s ease;
}

.menu-principal li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    max-height: 200px;
}

.menu-principal ul li a {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
	padding: 13px 10px;
    display: block;
}

.menu-principal ul li a:hover {
    background: #AE5138;
	border-radius: 4px;
	text-decoration: none;
}

.main-sobre {
    background-color: #201E89;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
	height: 100vh;
}

.titulo-1s {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    color: #FFFFFF;
}

.texto-1s {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.capa-historia-n {
    position: relative;
}

.capa-historia-n img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.capa-historia-n h3 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.hist-1 {
    width: 100px;
    height: 25px;
    background-color: #575578;
    position: absolute;
    left: 0px;
    bottom: 60px;
}


.hist-3 {
    width: 100px;
    height: 25px;
    background-color: #92675C;
    position: absolute;
    left: 0px;
    bottom: 60px;
}

.hist-2 {
    width: 60px;
    height: 25px;
    background-color: #4E6630;
    position: absolute;
    right: 0px;
    bottom: 60px;
}


.hist-4 {
    width: 25px;
    height: 100px;
    background-color: #AE5138;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



.hero-notavel {
    height: 100vh;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}


.titulo_notavel {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 186px;
    line-height: 190px;
    color: #FFFFFF;
}

.menu-notavel {
    position: fixed;
    z-index: 999999;
    left: 0;
    bottom: 0;
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 50%, rgb(0 0 0 / 76%) 80%, rgb(0 0 0 / 76%) 100%);
    height: 100px;
    align-items: end;
	overflow-x: auto;
}

.menu-notavel li a {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    background-color: transparent;
    border-radius: 50px;
	white-space: nowrap;
}


.menu-notavel li a:hover {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    background-color: rgb(255 255 255 / 18%);
    border-radius: 50px;
}
    
.menu-notavel li a.ativo{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #AE5138;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 50px;
}


.componente_01 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.box-texto-1 {
    background-color: #000;
    padding: 25px;
    position: absolute;
    z-index: 5;
    right: 10%;
    width: 560px;
    bottom: 30%;
}
.titulo-cont {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: normal;
    color: #FFFFFF;
}
.texto-cont p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.texto-cont-2 p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
}

.legenda-01 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 90px;
    z-index: 3;
}


.componente_02 {
	position: relative;
    height: 100vh;
	background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
}

.titulo-cont-2 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    color: #FFFFFF;
}

.titulo-cont-2 b {
    background-color: #000;
	padding: 8px;
}

.titulo-cont b {
    background-color: #000;
	padding: 8px;
}

.gale-foto-1 img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.componente_03 {
	position: relative;
    height: 100vh;
}

.full-side-foto-1 {
	/*position: relative;*/
}

.full-side-foto-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
	object-fit: cover;
	right: -20px;
}

.componente_11 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-texto-2 {
    background-color: #000;
    padding: 25px;
    position: absolute;
    z-index: 5;
    left: 5%;
    width: 55%;
    bottom: 10%;
}

.componente_04 {
	position: relative;
    height: 100vh;
}

.componente_05 {
	position: relative;
    height: 100vh;
}

.titulo-cont-3 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.rolagem_principal {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
	scroll-behavior: auto;
}

.lg_d {
	width: 100vw;
}

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

/* === Efeitos === */
.reveal.from-right {
  transform: translateX(80px);
}

.reveal.from-left {
  transform: translateX(-80px);
}

.reveal.fade-up {
  transform: translateY(40px);
}

/* Quando visível */
.reveal.show {
  opacity: 1;
  transform: translate(0, 0);
}

.componente_10 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.componente_09 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top right;
}

.componente_06 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.owl-galeria1 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.owl-galeria1.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-galeria1 button.owl-next {
    right: -10px;
}
.owl-galeria1 button.owl-prev {
    left: -20px;
}

.owl-galeria1.owl-theme .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s;
}
.owl-galeria1.owl-theme .owl-dot span:hover {
	background-color: #AE5138;
}
.owl-galeria1.owl-theme .owl-dot.active span {
    background-color: #AE5138;
	width: 18px;
    height: 10px;
	border-radius: 6px;
}

.componente_08 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
}

.componente_07 {
	position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 90% 30%;
}

.main-detalhes {
    padding-top: 120px;
}

.titulo-detalhes-1 {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs button {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
	border-bottom: 3px solid transparent;
}

.nav-tabs button:hover {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
	border: none;
	border-bottom: 3px solid #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border: none;
   border-bottom: 3px solid #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
	border-bottom: 3px solid #fff;
}

.nav-tabs {
	border: none;
	border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.conteudo_coluna p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.fundo_galed {
    padding: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.storie_card {
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.storie_card img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outras_t {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
}

.largura_div_1 {
    width: max-content;
}	




@media (min-width: 1600px) {
	.capa-notavel {
    	width: auto;
	}
}

@media (min-width: 1900px) {
	.lg_d {
		width: 100vw;
		padding-left: 15%;
		padding-right: 15%;
		overflow: hidden;
	}
	
	.componente_04 .lg_d{
		padding-left: 0;
		padding-right: 0;
	}
	
	.full-side-foto-1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    right: -20px;
    width: 50vw;
    margin-right: calc(-50vw + 50%);
    max-width: 50vw;
	}
	.legenda-01 {
    right: -35%;
	}
}

.video-inside-m {
    height: 70vh;
}

@media (max-width: 767px) {
	
.video-inside-m {
    height: 30vh;
}	
		
.componente_06 {
    background-size: 100% 120px;
}
	
.container-fluid {
	padding-left: 16px;
	padding-right: 16px;
}	

.titulo-1s {
    font-size: 36px;
    line-height: 41px;
}	
	
.main-sobre {
    background-position: -2% 0%;
    min-height: 100vh;
	height: auto;
    padding-top: 90px;
	padding-bottom: 80px;
}
	
.topo-menu span {
    font-size: 24px;
    line-height: 54px;
}
.topo-menu {
    height: 85px;
    padding: 16px;
    position: relative;
    background-position: 50% 0%;
    background-size: 260%;
    background-repeat: no-repeat;
}
	
.menu-principal li a {
    font-size: 24px;
    line-height: 100%;
}
	
.bloco-menu span {
    font-size: 24px;
    line-height: 100%;
	margin-bottom: 15px;
}
	
.bloco-menu p, .bloco-menu a {
    font-size: 12px;
    line-height: 16px;
}
	
#menu-content {
    min-height: 100vh;
}
	
.menu-principal ul li a {
    font-size: 12px;
    line-height: 20px;
}
	
.menu-principal li ul {
    flex-wrap: wrap;
}
	
.video-btns span {
    margin-left: 0;
}	
	
.titulo-1 {
    font-size: 86px;
    line-height: 78px;
    word-break: break-all;
}	
	
.thumbnail_2 {
    height: 80px;
    width: 100%;
    object-fit: fill;
    object-position: bottom;
    margin-bottom: 80px;
}
	
.faixa-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 90px;
}	

.faixa-1 img {
    height: auto;
    object-fit: contain;
    width: 100%;
}
	
.img-oque {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
	margin-bottom: 40px;
}
	
.img-oque img {
    margin: auto;
    width: 90%;
}	

.titulo-2 {
    font-size: 32px;
    line-height: 42px;
}
	
.oque-home {
    padding-top: 0;
}
	
.titulo-4 {
    font-size: 32px;
    line-height: 41px;
}
	
.btn-3 {
    width: 100%;
	margin-bottom: 15px;
}
	
.footer-home {
    text-align: center;
}
	
.titulo-detalhes-1 {
    font-size: 42px;
    line-height: 46px;
	hyphens: auto;
}
	
.nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}	
	
	
.nav-tabs .nav-link {
    white-space: nowrap !important;
}
	
.owl-galeria1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
	
.fundo_galed {
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.rola_storie {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
	
.storie_card {
    height: 300px;
}
	
.rolagem_principal {
    display: block;
    flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: auto;
}
	
.hero-notavel {
    height: 100vh;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}	
	
.titulo_notavel {
    font-size: 55px;
    line-height: 62px;
	white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}	
	
.reveal.from-right,
.reveal.from-left,
.reveal.fade-up,
.reveal {
  opacity: 1;
  transform: translate(0, 0);
}	

.lg_d {
    width: 100%;
}
	
.box-texto-1 {
    background-color: #000;
    padding: 25px;
    position: relative;
    z-index: 5;
    right: 0;
    width: 100%;
    bottom: 0;
    margin-top: -30px;
}
	
.componente_01 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
	
	
.componente_01, .componente_02, .componente_05, .componente_06, .componente_07, .componente_08, .componente_09, .componente_10, .componente_12 {
    height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	min-height: 100vh;
}
	
.componente_04 {
    height: auto;
	min-height: 100vh;
}
	
.video-btns {
    top: 35%;
}
	
.componente_03 {
    height: auto;
	padding-bottom: 0px;
	padding-top: 40px;
	min-height: 100vh;
}
	
.componente_11 {
    height: auto;
	padding-bottom: 40px;
	padding-top: 600px;
	min-height: 100vh;
}
	
.menu-notavel {
    margin-bottom: -40px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0, 2) 100%);
}
	
.titulo-cont {
    font-family: 'Gravitas One';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
	white-space: normal;
    overflow-wrap: break-word;
    word-break: break-all;
}
	
.texto-cont p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
	
.largura_div_1 {
    width: 100%;
}
	
.legenda-01 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 3;
}
	
.titulo-cont-2 {
    font-size: 32px;
    line-height: 38px;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
	text-align: center;
	hyphens: auto;
}
	
.box-texto-2 {
    background-color: #000;
    padding: 25px;
    position: relative;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 10%;
    text-align: center;
}
	
.full-side-foto-1 {
    /*position: relative;*/
    height: 480px;
    padding: 0;
    margin-top: 50px;
}
	
.full-side-foto-1 img {
	top: 0;
    left: 0;
	right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: 100vw;
}
	
	
	
.texto-cont-2 p {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: center;
}
	
.titulo-cont-3 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}	

.componente_10 {
    padding-top: 120px;
}
	
.componente_09 {
    background-size: contain;
    background-position: bottom;
}
	
.componente_06 {
    padding-top: 90px;
}	
	
.componente_08 {
    padding-bottom: 90px;
}
	
.componente_07 {
    background-size: contain;
    background-position: 100% 80%;
    padding-bottom: 100px;
}	
	
	
	
	
}


