@font-face {
  font-family: Questrial;
  src: url(font/Questrial-Regular.ttf)
}

@font-face {
  font-family: TTNorms-Bold;
  src: url(font/TTNorms-Bold.otf)
}

@font-face {
  font-family: TTNorms;
  src: url(font/TTNorms-Regular.otf)
}

@font-face {
  font-family: TTNorms-Black;
  src: url(font/TTNorms-Black.otf)
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html{

  font-size: 1px;
  

}

body{

  background-image: url('img/fundo.png');
  background-size: cover; /* Ajusta o tamanho da imagem para cobrir todo o elemento */
  background-position: center; /* Centraliza a imagem no elemento */
  background-attachment: fixed; 
	height: 100vh;
	width: 100vw;
}

header{

	position: fixed;
  z-index: 5;
	width: 100vw;
  height: 60px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	justify-content:space-evenly;
	align-items: center;

	font-family: "Questrial", sans-serif; 
	padding-top: 10px;
  padding-bottom: 10px;
	transition: 0.2s ease;
  box-sizing: border-box;

 
}

header.fixed{
	padding-top: 5px;
  align-items: center;
  color: #fff;
  background:#E8E7E7;
  margin-bottom: 100px;
  transition: 0.7s;
}

.cont_header{
  
 display: flex;
 align-items: center;
 height: 60px;

}
#logo img

{ 
  height: 65px;

}



#menusuperior a{
  display: flex;
  align-items: center;
font-size: 16rem;
 margin-right: 40px;
 color: black;
 text-decoration: none;
 height: 60px;

}

.pag{

  width: 100vw;
  height: 100vh;


}

#home{

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: ease ;
 
  }
  

  #esquerdo{
  
          padding-left: 50px;
          height: fit-content;
          width: 35%;
          
             
      }

#esquerdo  p{

text-align: left;
font-family: "TTNorms", sans-serif; 
font-size: 40rem;
letter-spacing: -1.0px;


}

.esq{

 display: flex;
 flex-direction: row;
 justify-items: center;
 justify-content: center;
 width: 390px;
}

.esq button{

		text-decoration: none;
		margin-top: 20px;
		background: none;
		border: none;
		width: 150px;
		padding-top: 30px;

   margin-right: 20px;
    


}

.esq button a{
 
    font-family: Questrial, sans-serif;
    font-size: 16rem;

    padding-top: 20px;
	  text-decoration: none;
	  color: black;
}

.esq #qrcode img{
  

  margin-bottom: 10px;
}

.esq #whatsapp img{
  width: 56px;
  height: 52px;
  border: #44D62C solid 1px;
  border-radius: 100%;
  background-color: #44D62C;
  margin-bottom: 15px;
}

.destacado{
  font-size:5vw;
	color: #8B0D0D;
	font-family: TTNorms-Black;

}

#botao{
  
  width: 450px;
  
}

#esquerdo #botao 
a{

	text-decoration: none;
	color: black;
	background-color:#FF910F;
	border-radius: 50px;
	font-family: "TTNorms", sans-serif; 
  font-size: 16px;
  padding:  10 100 10 100;


}

#esquerdo #botao a:hover{
  background-color: orange;

}

#direito img{

  position: relative;
  top: 0;
  right: 0;
  bottom: -56px;

}

#produtos{
 border: #2a0e79 solid;
 height: 900px;


}
#container{ /* Use this to position the entire tab module */

  background-color: #880000;
  display: flex;
  flex-direction: row;
  height: fit-content;
  font-size: 16px;

  
}

.tab-container {
  
	position: relative; /* It's important to keep this position relative and the absolute positions in this file the same */
	width: 100%;
	z-index: 0;
  height:100vh;
  margin-top: 70px;

}



#pg{
padding: 70px;
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
background-color: #E8E7E7;
border-radius: 10px;

}


.tab-buttons {
  display: flex;
  gap: 6px;
}

.tab-btn {
  width: 100%;
  border: none;
  color: #dfdfdf;
font-size: 14px;
  cursor: pointer;
  transition: background-color .3s ease;
}



.tab-btn:hover {
  background-color: #790000;
}


.content {
  display: none;
}

.content.show {
padding: 70px;
display: flex;
background-color: #2a0e79;
border-radius: 10px;
}


#catalogo #cat_content{

background-image: url(img/fundo_catalogo.png);
display: flex;
z-index: 2;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
gap: 30px;
flex-wrap: wrap;
width: 100%;
padding-top: 30px;


}

.cat_btn{
  
 background: linear-gradient(180deg, #CD1C28,#9B101A);
 height: 180px;
 width: 330px;
 font-size: 16px;
 color: #E8E7E7;

}

.cat_btn img {

margin-top: 30px;
margin-left: 20px;
width: 70px;
height: 70px;
border-radius: 5px;

}

#cat_content a{
   
  text-decoration: none;
  border: #640202 1px solid;
 

}

#cat_content a:hover{
   
  text-decoration: none;
  border: #dd0d30 1px solid;
  

}

.cat_btn p{
 font-size: 14px;
 margin-left: 20px;
}

.cat_btn p span{
 font-weight: bold;
 font-size: 20px;

}

#caixa_de_contato{
    position: relative;
    z-index: 3;
    margin-bottom: -100px;
    background-color: #F2F4F3;
    font-size: 14px;
    width: 350px;
    height: 450px;
    border-radius: 5px;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    
    
}

#caixa_de_contato span  {

  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 3vh;
  

}

#caixa_de_contato label{

all: unset;

color: #505050;


}

#caixa_de_contato input {
 
  background-color: none;
  all: unset;
  border-bottom: #7c7c7c solid 1px;
  margin-bottom: 15px;
  width: 95%;
  
}

textarea{
  all: unset;
  border: #707070 solid 1px;
  width: 95%;
  height: 120px;
  overflow-x:none
}

#caixa_de_contato button{
  all: unset;
  position: relative;
  float: right;
  margin-right: -25px;
  top: 30px;
  padding: 10px;
  background-color: #111111;
  color: #fff;
  cursor:pointer;
  
}

#rodape{
 
  background-color: rgba(25, 25, 25, 1);
  color: #E8E7E7;
  font-size: 80px;
  height: 200px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content:left;
  gap: 50px;

  

}

#rodape section{
font-family: 'Poppins',sans-serif;
width: fit-content;
height: 150px;
font-size: 14px;
padding: 10px;
color: #B6B5B3;
margin-bottom: 0;
line-height: 20px;


}

.rede{

  height: 25px;
 margin-right: 5px;
 margin-top: 15px;
}


 @media screen and (max-width: 1124px) /* Estilos para telas pequenas */ {
  
 

  #home{

  
     height: fit-content;
     margin-bottom: 20px;
     justify-content: center;
  
  }

  #esquerdo{
     display: flex;
     flex-direction: column;
     padding: 0;
     align-items: center;
     text-align: center;
     margin-top: 160px;
     width: 100%;
   

      }

 #esquerdo  p{
  
    text-align: center;
    font-family: "TTNorms", sans-serif; 

    letter-spacing: -2.0px;
   
    


}


.destacado{
  font-size: 9vw;
	color:  #8B0D0D;
  

}

#esquerdo #botao a{

	text-decoration: none;
	color: black;
	font-family: "TTNorms", sans-serif; 
  font-size: 16rem;
  padding:  10 100 10 100;


}  
  

.esq{

  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  width: 390px;
 }
 
 .esq button{
 
     text-decoration: none;
     margin-top: 20px;
     background: none;
     border: none;
     width: 150px;
     padding-top: 30px;
 
 
 }
 
 .esq button a{
  font-family: Questrial, sans-serif;
   font-size: 16rem;
   text-decoration: none;
   color: black;
   padding-top: 20px;
 }

 .esq button img{


  padding-bottom: 10px;

 }

 #direito2 img{

  position: relative;
  top: 0;
  right: 0;
  bottom: -56px;

}

#direito{

 display: none;


}

.cat_btn{
  
  background: linear-gradient(180deg, #CD1C28,#9B101A);
  height: 180px;
  width: 330px;
  font-size: 16px;
  color: #E8E7E7;
 
 }

#caixa_de_contato{
 width: 75%;
margin-bottom: 30px;
}

#rodape{
padding: 20px;
 display: flex;

 flex-direction: column;
 justify-content: center;

 align-items: center;
flex-wrap: wrap;



}

#rodape section{
width: 200px;
 word-break: break-all;


}

 }
