@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Akrobat ExtraBold";
  src: url("../fontes/Akrobat-ExtraBold.woff");
}
@font-face {
  font-family: "Existence Light";
  src: url("../fontes/Existence-Light-webfont.woff");
}


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scrollbar-color: #fbba00 #000000;
	scroll-behavior: smooth;
}
body {
	background-color: #fbba00;
}


.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    overflow: hidden;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 7.5px 25px 7.5px 25px;
  border-radius: 60px;
  font-family: "Akrobat ExtraBold", sans-serif;
  font-size: 21pt;
  border: 1px solid #000000;	
}

#myBtn:hover {
  background-color: #fbba00;
  color: #000000;
  transition: 0.2s;
}

.bkg-video {
  margin: -5px;	
  position: relative;	
  width: 100%;
  height: 100%;
  object-fit: cover;		
}
.comp {	
  position: relative;	
  width: 100%;
  height: 100%;
  object-fit: cover;		
}

.gif {
    position: absolute;
	top: 10px;
    right: 30px;	
}

.gif-button {
	position: relative;
	float: left;
	width: 70px;
    height: 70px;
	z-index: 1;
	margin:-30px;
}
 
.gif-button img{
	width: 100%;
    height: 100%;
    object-fit: contain;	
}

.geral { 
 position: sticky;
 display: block;	
 top: 0;
 height: 60px;
 margin-top: 25px;	
}

.logo-topo {
  position: absolute;
  margin-left: 1.5vw;
  width: 150px;
  fill: #000000;
}

.menu-redes {
  position: absolute;
  right: 0;
  top: 0;
}

.redes-btn{
  height: 30px;
  width: 30px;
  margin-right: 1vw;
  fill: #000000;
}

.redes-btn a:hover {
  fill: #ffffff;	
}

.categorias {	
}

.onde {
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
    font-family: "Akrobat ExtraBold", sans-serif;
	display: flex;
    overflow: auto;
	flex-wrap: wrap;
	padding: 30px;
}

.btt-onde {
	text-decoration: none;
	width: auto;
	justify-content: center;
	align-content: center;
}

.button-onde {
	text-align: center;
    color: #000000;
	padding: 7px 25px 7.5px 25px;
	position: relative;
	display: block;
	font-family: "open-sans", sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color: #fbba00;
	border: 1px solid #000000;
	white-space: nowrap;
	margin: 0.5vw;
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none;
}

.button-onde:hover {
	background-color: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.produtos-menu {
    position: relative;
	display: block;
	margin: 30px;	
}

.menu-pdt {
	width: 100%;
	height: auto;
	justify-content: center;
    font-family: "Akrobat ExtraBold", sans-serif;
	margin-bottom: 10px;
	display: flex;
    overflow: auto;
	flex-wrap: wrap;
}

.btt-classes {
	text-decoration: none;
	width: auto;
	margin-bottom: 2.5px;
	justify-content: center;
	align-content: center;
}

.button-value {
	text-align: center;
    color: #ffffff;
	padding: 7px 25px 7.5px 25px;
	position: relative;
	display: block;
	font-family: "Akrobat ExtraBold", sans-serif;
	font-size: 32pt;
	background-color: #000000;
	border: 1px solid #000000;
	white-space: nowrap;
	margin: 0.5vw;
    border-radius: 60px;
    cursor: pointer;
}

.button-value:hover {
	background-color: #fbba00;
	color: #000000;
	transition: 0.2s;
}

.imagem {
    position: absolute;
}

.img-button {
	position: relative;
	float: left;
	margin-left: -10px;
	margin-right: -30px;
	width: 80px;
    height: 80px;
	z-index: 1;
}
 
.img-button img{
	width: 100%;
    height: 100%;
    object-fit: contain;	
}

.cartoes-pdt {
	width: 100%;
	height: auto;
    font-family: "Akrobat ExtraBold", sans-serif;
	display: flex;
    overflow: auto;
	flex-wrap: wrap;
	padding: 15px;
	margin-bottom: 60px;
}

.cartao {
	position: relative;
	width: 200px;
	height: 280px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	justify-content: center;
	
}

.interior { 
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.cartao:hover .interior {
    transform: rotateY(180deg);
}

.frente, .verso {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.frente {
	background-color: #fbba00;
    border: 1px solid #000000;
    border-radius: 20px;	
}

.verso {
    background-color: #000000;
    color: white;
    border-radius: 20px;	
    transform: rotateY(180deg);
    justify-content: center;
    align-items: center;
}

.nom {
	left: 50%;
	transform: translate(-50%);
	text-align: center;
    color: #ffffff;
	padding: 5px 18px 5.5px 18px;
	position: absolute;
	display: block;
	font-family: "Akrobat ExtraBold", sans-serif;
	font-size: 21pt;
	background-color: #000000;
	border: 1px solid #000000;
	white-space: nowrap;
    border-radius: 60px;
    cursor: pointer;
}

.cab {
	position: relative;
	justify-content: center;
    align-items: center;
	margin-bottom: 15px;
	margin-top: 20px;
}

.nom2 {
	display: inline-block; 
	text-align: center;
    color: #000000;
	padding: 4px 15px 4.5px 15px;
	position: relative;
	font-family: "Akrobat ExtraBold", sans-serif;
	font-size: 18pt;
	background-color: #fbba00;
	white-space: nowrap;
    border-radius: 60px;
    cursor: pointer;
}

.img {
	justify-content: center;
	position: relative;
	width: 200px;
    height: 166,66px;
}

.desc {
	font-family: 'Existence Light', sans-serif;
	font-size: 11pt;
	text-align: center;
	margin: 5px;
}

.desc2 {
	color: #ffffff;
	position: relative;
	font-family: 'Existence Light', sans-serif;
	font-size: 11pt;
	text-align: center;
	margin: 7px;
}

.desc3 {
	color: #fbba00;
	position: relative;
	font-family: 'open-sans', sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 7px;
}

.img img{
	width: 100%;
    height: 100%;
    object-fit: contain;	
}

.catalogo {
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
    font-family: "Akrobat ExtraBold", sans-serif;
	margin-bottom: 10px;
	display: flex;
    overflow: auto;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.btt-catalogo {
	text-decoration: none;
	width: auto;
	margin-bottom: 2.5px;
	justify-content: center;
	align-content: center;
}

.desc-cat {
	margin: 0 0 30px 0;
	position: relative;
    overflow: auto;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.desc-cat video{
}

.txt-cat {
	display: flex;
	position: relative;
	background-color: #000000;
	padding: 45px 30px;
	text-decoration: none;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin: 0;
}

.fundo {
	display: inline;
	background-color: #fbba00;
	padding: 7px 25px 7.5px 25px;
	border-radius: 60px;
}

.txt-cat h1{
	text-align: center;
    color: #000000;
	font-family: "Akrobat ExtraBold", sans-serif;
	font-size: 32pt;
	white-space: nowrap; 
	margin: 10px;
}

.txt-cat h2{
	color: #fbba00;
	font-family: 'Existence Light', sans-serif;
	font-size: 12pt;
	text-align: center;
	margin: 5px;
	margin-bottom: 15px;
}

.txt-cat p{
	text-align: center;
	font-family: "open-sans", sans-serif;
    font-size: 10pt;	
	color:#FFFFFF;
}

.button-cat {
	text-align: center;
    color: #000000;
	padding: 7px 25px 7.5px 25px;
	position: relative;
	display: block;
	font-family: "open-sans", sans-serif;
	font-size: 12pt;
	font-weight: 400;
	background-color: #fbba00;
	border: 1px solid #000000;
	white-space: nowrap;
	margin: 0.5vw;
    border-radius: 60px;
    cursor: pointer;
    text-decoration: underline;
}

.button-cat:hover {
	background-color: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.botao-ctt {
  display: block;
  max-width: 100%;
  overflow: hidden;
  z-index: 99;	
}

.botao-ctt :hover{
   fill: #FFFFFF;
   color: #FFFFFF;
   border-color: #FFFFFF;
}

.btn-ctt {
  background-color: #fbba00;	
  position: fixed;
  bottom: 20px;
  left: 30px;
  border: solid 1px #000000;
  border-radius: 30px;
  margin-right: 0px;
  margin-top: 5px;	
  padding: 15px;	
  align-items: center;
  display: inline-flex;
}

.btn-ctt svg {
   fill: #000000;
   height: 25px;		
}

.rodape { 	
    position: relative;
    left: 0;
    bottom: 0;	
    width: 100%;
    background-color: #000000;	
}

.logo-rodape svg{
   position: relative;
   margin: 40px 30px 15px 30px;
   width: 170px;
   fill: #fbba00;
}

.txt-rodape {
	width: 100%;
	display: flex;
	position: relative;
	background-color: #000000;
	padding: 15px 30px;
	text-decoration: none;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.txt-rodape p{
	text-align: left;
	font-family: "open-sans", sans-serif;
    font-size: 10pt;	
	color:#FFFFFF;
}

.txt-end {
	width: 100%;
	display: flex;
	position: relative;
	background-color: #000000;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding-bottom: 45px;
}

.txt-end p{
	text-align: left;
	font-family: "open-sans", sans-serif;
    font-size: 8pt;	
	color:#FFFFFF;
}


.logo-rodape2 svg{
	margin-left: 30px;
    position: relative;
    width: 120px;
    fill: #ffffff;
}

.ondef {
	position: relative;
	width: 100%;
	height: auto;
    font-family: "Akrobat ExtraBold", sans-serif;
	display: flex;
    overflow: auto;
	flex-wrap: wrap;
	padding: 30px;
}

.btt-ondef {
	margin-right: 15px;
	text-decoration: none;
}

.button-ondef {
	text-align: center;
    color: #fbba00;
	padding: 7px 25px 7.5px 25px;
	position: relative;
	display: block;
	font-family: "open-sans", sans-serif;
	font-size: 10pt;
	font-weight: 400;
	background-color: #000000;
	border: 1px solid #fbba00;
	white-space: nowrap;
    border-radius: 60px;
    cursor: pointer;
    text-decoration: none;
	margin: 15px 0px 20px 0px;
}

.button-ondef:hover {
	background-color: #fbba00;
	color: #000000;
	transition: 0.2s;
}

.menu-redes2 {
    position: relative;
    padding: 15px 30px;
}

.redes-btn2 {
    height: 30px;
    width: 30px;
    fill: #fbba00;
}

.redes-btn2 a{
    fill: #fbba00;
}

.redes-btn2 a:hover {
    fill: #ffffff;	
}

.ttl {
	color: #ffffff;
	padding: 7px 25px 1px 30px;
	position: relative;
	display: block;
	font-family: "open-sans", sans-serif;
	font-size: 12pt;
	font-weight: 600;
	white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.ctt {
    color: #fbba00;
	padding: 2px 25px 2px 30px;
	position: relative;
	display: block;
	font-family: "open-sans", sans-serif;
	font-size: 10pt;
	font-weight: 400;
	white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.ctt:hover{
	color: #ffffff;
}

.ctt-sec {
	display: block;
}


/* CSS Document */

