/* Reset */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,500,700|Montserrat:400,700,900|Roboto:900,700,500,400,300,200|Roboto+Condensed:700,400,300|Anton");

html,body,div,span,object,iframe,h2,h3,h4,h5,h6,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#fff;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:}

h1{ display: none;}

html {
  scroll-behavior: smooth;
}

body{
  background: #eceff1 ;
	max-width: 100vw;
  overflow-x: hidden;
  top: 0;
  left: 0;
	cursor: default;
	font-family: Roboto; 
}

::-webkit-scrollbar {
    width: .5em;
    background-color: rgba(0,199,0,0);
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0);
}
 
::-webkit-scrollbar-thumb {
  background-color: rgba(0,255,0,.8);
  border-radius:3px;
  outline:none;
}


.hero{
	display: flex;
  flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100vw;
	height: 88vh;
  background-color: #ffffff;
  z-index: 90;
}

.video-container {
  position: absolute;
  width: 100vw;
  height: 88vh;
  filter: opacity(1);
  overflow: hidden;
  
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -20;
}
.frase2{
  z-index: 55;
}
.frase2 img{
	max-width: 40vw;
	max-height: 40vh;
}
.textoBase{
	max-width: 45vw;
  z-index: 55;
}
.textoBase p{
	font-size: 2.6vh;
	letter-spacing: 2px;
	line-height: 3vh;
  color: white;
  background-color: #32323286;
  padding: 10px 30px;
	font-family: 'Roboto';
	font-weight: 200;
	margin-bottom: 2vh;
  box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.6);
}

/*carrousel*/
#carrousel {
  position: relative;
  display: flex;
  align-items: center;
  top: 12vh;
  max-width: 100vw;
  height: 88vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0px;
  left: 0px;
}

.carrousel-picto {
  position: absolute;
  left: 50%;
  bottom: 50px;
  padding: 0px;
  margin: 0px;
  /*ligar quando tiver mais de um slide*/
  display: none;
}

.carrousel-picto li {
  display: inline-block;
  background-color: rgba(246, 246, 246, .4);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 6px;
  cursor: pointer;
}
.carrousel-picto span {
  display: block;
  color: transparent;
}
.carrousel-picto li:hover,
.carrousel-picto li.active {
  background-color: rgba(0, 255, 0, .8);
}


/*carrousel*/



.banner22 {
  background: #424141;
  background-image: url("img/NatalBanner.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.stickerTexto {
  width: 30vh;
  height: 30vh;
  background-color: rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 60vw ;
  margin-top: -50vh;
  box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.6);
  transition: all 0.3s ease-in-out;
}
.stickerTexto:hover {
  scale: 1.15;
  rotate: 9deg;
}

.stickerTexto h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 800;
  font-size: 2.5vh;
  line-height: 2.9vh;
  color: #fafafa;
}
.stickerTexto a {
  margin-top: 1.2vh;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 2.1vh;
  color: rgba(0,255,0,1);

}

  
nav{
  position: fixed;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12vh;
  width: 100vw;
  transition: all 0.3s ease-in-out; 
  box-shadow: 4px 4px 6px -2px  rgba(0,0,0,0.4);
  background: linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(244,244,244,1) 100%);
}



#menu{
  display: flex;
  align-items: center;
  height: 8vh;
}

#menu a{
 text-decoration: none;
 text-transform: uppercase;
 color: #242424;
 padding: 1rem;
 font-weight: 600; 
}


.anim-menu {

  transition: all 0.3s ease-in-out;
}

#menu li:hover .feed {
  display: block;
  width: 100%;
  margin-left: -50%;

}

#menu li {
  position: relative;
}

#menu .feed {
  position: absolute;
  height: 3px;
  width: 0;
  background-color: rgba(0,255,0,1);
  bottom: -9px;
  left: 50%;
}

.logoImg {
	position: relative;
	left: 5vw;
  margin-right: 40vw;
  height: 100%;
	display: flex;
  align-items: center;
	justify-content: left;
	animation: logoEnter 2s;
  	animation-timing-function: ease-out;
}

@keyframes logoEnter {
	0% {opacity: 0;}
  100% {opacity: 1;}
}
.logoImg img {
	max-height: 6vh;
	transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.logoImg img:hover {
	transform: scale(1.05);
}








.pilar{
  z-index: 97;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 7vh;
  
}
.pilar1{
  margin-top: 0vh;
  margin-bottom: 0vh;

}
.pilares{
  max-width: 50vw;
}
.pilares p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 4vh;
  color: rgba(0,0,0,.8);
  font-family: 'Roboto';
  font-weight: 300;
}
.pilares p span {
  font-weight: 600;
  font-size: 1.6rem;
}
.tituloStyle h2 {
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 5rem;
  text-align: right;
  color: #57534e;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
}
.tituloStyle h2:hover {
  letter-spacing: 5px;
  
}

.pilar2{
 
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 18vh;
}
.pilar2 p {
  color: #4b4845;
}
.pilar2 h2{
  text-align: left;
  color: rgba(0,255,0,1);
  line-height: 5.5rem;
  
}

.fundob {
  background-color: rgba(36, 36, 36, 1);
}
.fundob p {
  color: #f4f4f4;
}

/* cubo 3d */
.container2 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 50vw;
  min-height: 59vh;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 80vw;
  
}

.cube--wrapper {
  width: 30vw;
  height: 30vw;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 18s ease infinite;
  transform: translateZ(-50px) rotateY(0deg);
  
}

.cube--face {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url("img/basecaixa1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.cube--face img{
  width: 30vw;
  height: 30vw;
}

.cube--front {
  transform: rotateY(0deg) translateZ(15vw);
}
.cube--left {
  transform: rotateY(-90deg) translateZ(15vw);
}
.cube--back {
  transform: rotateY(180deg) translateZ(15vw);
}
.cube--right {
  transform: rotateY(90deg) translateZ(15vw);
}
.cube--top {
  transform: rotateX(90deg) translateZ(14vw);
}

.cube--bottom {
  transform: rotateX(-90deg) translateZ(15vw);
}

@keyframes rotate {
  0%,
  100% {
    transform: translateZ(-3VW) rotateY(0deg);
  }
  20% {
    transform: translateZ(-3VW) rotateX(90deg);
  }
  35% {
    transform: translateZ(-3VW) rotateX(-90deg);
  }
  50% {
    transform: translateZ(-3VW) rotateY(-180deg);
  }
  65% {
    transform: translateZ(-3VW) rotateY(-90deg);
  }
  80% {
    transform: translateZ(-3VW) rotateY(90deg);
  }
}
.tituloCubo{
  margin-top: 5vh;
}
.tituloCubo h2{
  text-align: center;
  color: rgba(36, 36, 36, 1);
}
.tituloCubo2{
  margin-top: 3vh;
  margin-bottom: 6vh;
}
.tituloCubo2 h2{
  text-align: center;
  color: rgba(36, 36, 36, 1);
  font-size: 2.6rem;
}

.videoFab{
  width: 100vw;
  background-color: #cacaca;
  display: flex;
  align-items: center;
  padding-top: 5vh;
  margin-bottom: -5px;
  border-bottom: none;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.22);
}
.videoImg img{
  max-width: 40vw;
  max-height: 40vw;
  margin-right: 5vw;
}

.videoFrame iframe{
  box-shadow: 0 14px 8px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}





.banner1 {
  width: 100vw;
  background-color: rgba(36, 36, 36, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
}

.banner1 h2{
  font-family: Roboto;
  font-size: 5vh;
  text-transform: uppercase;
  color: rgb(0, 255, 0);
  font-weight: 700;
}
.banner1 h4 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 4vh;
  color: #fcfcfc;
  font-family: 'Roboto';
  font-weight: 300;
}

.tiposLog{
  margin-top: 3vw;
  display: flex;
  flex-direction: row;
  column-gap: 2vw;
}

.tiposLog div{
  width: 21vw;
}

.tiposLog img{
  width: 10vw;
  margin-left: 5.5vw;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
}
.tiposLog img:hover {
  transform: scale(1.15) rotate(8deg);
}

.textoLog{
  display: flex;
  flex-direction: column;
  justify-content: center;
 background-color: #545454; 
 color: #fafafa;
 padding: 30px;
 margin-top: -30px;
 width: 100%;
 height: 20vw;
 box-shadow: 0 14px 8px rgba(0, 0, 0, 0.1);
}
.textoLog h3{
  margin-top: 5px;
  font-family: Roboto;
  font-size: 3vh;
  text-transform: uppercase;
  color: rgb(0, 255, 0);
  font-weight: 700;
  
}

.textoLog p {
  font-size: 1.2rem;
  color: rgba(240,240,240,.8);
  font-family: 'Roboto';
  font-weight: 300;
}

.insta{
  width: 100vw;
  height: auto;
  z-index: -3;
  overflow: hidden;
  margin: 0px;
}

.tituloStyle2 h2 {
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 5rem;
  text-align: center;
  color: rgb(0, 255, 0);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
}


.banner2 {
  width: 100vw;
  height: 40vh;
  z-index: 4;
  margin-bottom: -50px;
  background-image: url("img/fundobanner.gif");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner2 h2{
    font-family: Roboto;
    font-size: 8vh;
    text-transform: uppercase;
    color: rgba(0, 255, 0, .9) ;
    font-weight: 700;
    -webkit-text-shadow: 3px 3px 5px rgba(0,0,0,.8);
    -moz-text-shadow: 3px 3px 5px rgba(0,0,0,.8);
    text-shadow: 3px 3px 5px rgba(0,0,0,.8);
}


#typing{
  margin-left:60px;
}

#cursor{
  position: absolute;
}

.hidden{
  display: none;
}



.contact-section{
	background: rgba(0, 255, 0, .9) ;
  max-width: 100vw;
  padding: 4vw;
}
.contato{
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 4vw;
}

.contact-container{
	width: 50vw;
}
.contatoTxt{
  width: 34vw;
}
.contatoTxt img{
  width: 28vw;
  height: auto;
  margin-bottom: 3vh;
}

.contatoTxt h3 {
  color:#282725;
  font-weight: 700;
  font-size: 3vw;
  line-height: 3.6vw;
  letter-spacing: 1px;
  
}
.mrgBot{
  margin-bottom: 3vh;
}
.contatoTxt p{
  font-weight: 300;
  font-size: 1.5vw;
  line-height: 2.4vw;
  margin-top: 3vh;
}
.contatoTxt p span{
  font-weight: 600;
}
.contatoTxt h3 a {
  text-decoration: none;
  color: #282725;
}
.contatoTxt .socialIcons{
  margin-top: 3vh;
}
.contatoTxt .socialIcons a{
  color: #282725;
  text-decoration: none;
  font-size: 3vw;
  padding: .5vh;
}

.buttonsWhats2 {
  margin-top: 10px;
}
  
.buttonsWhats2 a{
  text-decoration: none;
  color: #fafafa;
}

.buttonsWhats2 button {
	background-color: rgba(68,64,60,1);
	color: #fafafa;
	padding: 10px;
	border: none;
	border-radius: 1px;
	font-size: 16px;
	cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
	transition: background-color 0.3s;
  margin: 6px;
}

.buttonsWhats2 button:hover {
	background-color: rgb(53, 50, 47);
}



/*Configuração Formulario Email*/
form {
	display: flex;
	flex-direction: column;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: rgba(244,244,244,.2);
  border: none;
  border-bottom: 2px solid #44403c;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.4s ease-in-out;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: rgba(244,244,244,.2);
  height: 3rem;
  line-height: 2rem;
  
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #44403c transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #44403c transparent;
  top: 35%;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #393531;
	text-align: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2vh;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: rgb(20, 184, 20);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


textarea.materialize-textarea {
  height: 7rem;
  line-height: 2rem;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]) {
  
  border-width: 0px 0px 5px 0px;
  border-image: linear-gradient(90deg, rgba(68,64,60,0.8) 40%, rgba(68,64,60,0.4) 100%);
  border-image-slice: 9;
  border-style: solid;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0);
}
textarea.materialize-textarea:focus:not([readonly])
{
  border-width: 0px 3px 5px 0px;
  border-image: linear-gradient(90deg, rgba(68,64,60,0.8) 40%, rgba(68,64,60,0.4) 100%);
  border-image-slice: 9;
  border-style: solid;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0);
}

input::placeholder, 
textarea::placeholder {
	margin-bottom: 5px;
	color: #393531;
	text-align: left;
  padding-left: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2vh;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.linhaForm {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
.linhaForm div{
  flex-grow: 1;
  flex-basis:48%;
}
.colunaform{
  margin-right: 20px;
}
.h-captcha {
	margin: 15px;
}

form button {
	background-color: rgba(68,64,60,1);
	color: #fafafa;
	padding: 10px;
	border: none;
	border-radius: 1px;
	font-size: 16px;
	cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
	transition: background-color 0.3s;
}

form button:hover {
	background-color: rgb(53, 50, 47);
}


.copy{
  margin-top: 15vh;
  margin-bottom: -5vh;
  text-align: center;
}
.copy h4{
  font-weight: 600;
}
.copy h5{
  font-weight: 300;
}

.mobile{
  display: none;
}
.desk{
  display: block;
}

@media (max-width: 768px) {

.desk{
  display: none;
}

.mobile{
  display: block;
}

  .hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    top: 0;
    width: 100vw;
    height: 88vh;
    background-color: #000000;
    z-index: 90;
  }
  
  #carrousel {
    top: 0px;
  }
  
  .video-container iframe {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 350%;
    height: 350%;
    transform: translate(-50%, -70%);
    pointer-events: none;
    z-index: -20;
  }

  .frase2 img{
    margin-top: 10vh;
    max-width: 85vw;
    max-height: auto;
  }
  .textoBase{
    max-width: 80vw;
    z-index: 55;
  }
  .textoBase p{
    font-size: 1.8vh;

  }
#topo{
  display: none;
}

  .pilar{
    flex-direction: column;  
  }
.reverse{
  flex-direction: column-reverse;
}

  .pilares{
    max-width: 95vw;
  }
  .pilares p {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 4vh;
    color: rgba(0,0,0,.8);
    font-family: 'Roboto';
    font-weight: 300;
  }
  .pilares p span {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .tituloStyle h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1rem;
  }
  .tituloStyle h2:hover {
    transform: translate(0px, 0px);
    letter-spacing: 5px;
    
  }
  
  .pilar2{
   
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 4vh;
  }

  .pilar2 h2{
    text-align: left;
    color: rgba(0,255,0,1);
    line-height: 2rem;

  }
  .tituloCubo h2{
    font-size: 1.2rem;
  }
  
.videoFab{
  display: none;
}



/* cubo 3d */
.container2 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 90vw;
  min-height: 59vh;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 80vw;
  
}

.cube--wrapper {
  width: 50vw;
  height: 50vw;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate 18s ease infinite;
  transform: translateZ(-50px) rotateY(0deg);
  
}

.cube--face {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url("img/basecaixa1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.cube--face img{
  width: 50vw;
  height: 50vw;
}

.cube--front {
  transform: rotateY(0deg) translateZ(25VW);
}
.cube--left {
  transform: rotateY(-90deg) translateZ(25VW);
}
.cube--back {
  transform: rotateY(180deg) translateZ(25VW);
}
.cube--right {
  transform: rotateY(90deg) translateZ(25VW);
}
.cube--top {
  transform: rotateX(90deg) translateZ(22VW);
}

.cube--bottom {
  transform: rotateX(-90deg) translateZ(25VW);
}

.insta{
  max-height: 48vh;
  z-index: -3;
  overflow: hidden;
}


.banner1 {
  width: 100vw;
  color: rgb(214,211,209);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  row-gap: 5vw;
}

.banner1 h2{
  font-family: Roboto;
  font-size: 5vh;
  text-transform: uppercase;
  color: rgb(0, 255, 0);
  font-weight: 700;
  
}
.banner1 h4 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 4vh;
  font-family: 'Roboto';
  font-weight: 300;
}

.tiposLog{
  margin-top: 5vw;
  display: flex;
  flex-direction: column;
  column-gap: 2vw;
}

.tiposLog div{
  width: 80vw;
  height: auto;
}

.tiposLog img{
  width: 20vw;
  margin-left: 5.5vw;

}


.textoLog{
  display: flex;
  flex-direction: column;
  justify-content: center;
 padding: 30px;
 margin-top: -30px;
 width: 100%;
 height: 20vw;
}
.textoLog h3{
  margin-top: 5px;
  font-family: Roboto;
  font-size: 2.7vh;
  text-transform: uppercase;
  font-weight: 700;
}

.textoLog p {
  font-size: 1rem;
  font-family: 'Roboto';
  font-weight: 300;
}


.tituloStyle2 h2 {
  font-size:1.2rem;
  letter-spacing: 2px;
  line-height: 2rem;

}


.logoImg {
	position: relative;
	top: 5vh;
	left: 0vw;
	margin-left: 0vw;
	margin-bottom: 5vh;
	display: flex;
	justify-content: center;
	width: 100vw;
	animation: logoEnter 3s;
  	animation-timing-function: ease-out;
}

@keyframes logoEnter {
	0% {top: -300px;}
    60%   {top: -300px;}
    70%  {top: 45px;}
    80% {top: 15px;}
    90%  {top: 42px;}
    100% {top: 5vh;}
}
.logoImg img {
	max-width: 75vw;
	max-height: 22vh;
	transform: rotate(0deg);
	transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.logoImg img:hover {
	transform: scale(1.05);
}
.favBtn{
	display: none;
}


.contato{
  flex-direction: column-reverse;
  row-gap: 4vw;
}




.contact-container{
	width: 90vw;
}
.contatoTxt{
  width: 84vw;
  padding-top: 5vh;
}

.contatoTxt img{
  width: 78vw;
  height: auto;
  margin-bottom: 3vh;
}


.contatoTxt p{
  font-weight: 300;
  font-size: 5vw;
  line-height: 6vw;
  margin-top: 3vh;
}
.contatoTxt p span{
  font-weight: 600;
}


.contatoTxt h3 {
  font-weight: 900;
  font-size: 10vw;
  line-height: 9vw;
}

.mrgBot{
  margin-bottom: 3vh;
}
.contatoTxt h4{
  font-weight: 800;
  font-size: 5.5vw;
  line-height: 5.4vw;

}
.contatoTxt h4 span{
  font-size: 8.5vw;
}
.contatoTxt a {
  text-decoration: none;

  margin-bottom: .9vh;
}

.contatoTxt .socialIcons a{

  text-decoration: none;
  font-size: 11vw;
  padding: .5vh;
}

/*Configuração Formulario Email*/
form {
	display: flex;
	flex-direction: column;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {

  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.4s ease-in-out;
}

textarea.materialize-textarea{
  height: 9rem;
}



input::placeholder, 
textarea::placeholder {
	margin-bottom: 5px;
	text-align: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2vh;
  padding-left: 5vw;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
}

.linhaForm {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}

.linhaForm div{
  flex-grow: 1;
  flex-basis:100%;
}

.h-captcha {
	margin: 15px;
}

form button {
	font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}

.copy{
  margin-top: 15vh;
  margin-bottom: 2vh;
  text-align: center;
}
.copy h4{
  font-weight: 600;
}
.copy h5{
  font-weight: 300;
}
.tt01 {
  margin-bottom: 4vh;
}
.tt01 h2{
  font-size: 1.7rem;
}

.fundob .tituloStyle {
 margin-bottom: 4vh;
}

.fundob p {
  color: #f4f4f4;
}

.tituloCubo h2{
  font-size: 1rem;
}
.tituloCubo2 h2{
  font-size: 1rem;
}
}

/*Carrosel Produtos*/


.testimonials {
	position: relative;
	padding-top: 80px;
  margin-top: 10vh;
}
.testimonials:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ddd;
}
.item{
	background-color: #cacaca;
	
}
#customers-testimonials .item-details {
	background-color: #545454;
	color: #fff;
	padding: 20px 10px;
	text-align: left;
}

#customers-testimonials .item-details h6 {
	font-family: Roboto;
    font-size: 2.4vh;
    line-height: 4vh;
    text-transform: uppercase;
    color: rgb(0, 255, 0);
    font-weight: 900;
    letter-spacing: 2px;
	margin: 0 0 15px;
	
}
#customers-testimonials .item-details p a{
	text-decoration: none;
	color: rgba(44, 42, 42, 0.9);
	font-size: 1.7vh;
}
#customers-testimonials .item-details p span {
	background-color: rgba(0,255,0,1);
	padding: 6px;
	border: none;
	border-radius: 1px;
	float: right;
}
#customers-testimonials .item-details p {
	font-family: Roboto;
    font-size: 2vh;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}



#customers-testimonials .item {
	text-align: center;
	padding: 20px;
	margin-bottom: 80px;
}
 
.img-responsive{
	transition: all .5s ease-in-out;
	margin-bottom: -25px;
}
.img-responsive:hover{
	transform: scale(1.3) translate(0px, -35px);
	
}


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
}




.owl-carousel .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 30px;
	background: #545454;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	color: rgb(74, 213, 4);
	text-align: center;
	font-family: "Montserrat", sans-serif;
  	font-weight: 900;
  	text-shadow: 3px 3px 3px rgba(0,0,0,.7);
  	transition: all .6s ease-in-out;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.4);

}

.owl-carousel .owl-prev {
	left: -70px;
}
.owl-carousel .owl-next {
	right: -70px;
}

@media (max-width: 768px) {


	
.testimonials {
	position: relative;
	padding-top: 10px;
	margin-top: 30px;
}
.testimonials:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #ddd;
}

#customers-testimonials .item-details {
	background-color: #333333;
	color: #fff;
	padding: 20px 10px;
	text-align: left;
}

#customers-testimonials .item-details h6 {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 18px;
	
}
#customers-testimonials .item-details h6 span {
	color: rgba(0,255,0,1);
	float: right;
	padding-right: 10px;
}
#customers-testimonials .item-details p {
	font-size: 14px;
}



#customers-testimonials .item {
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: -70px;
}
 
.img-responsive{
	transition: all .5s ease-in-out;
	margin-bottom: -15px;
}
.img-responsive:hover{
	transform: scale(1.3) translate(0px, -35px);
	
}


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
}




.owl-carousel .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
display: none;
}



}

/*ChatWhatsAPP*/

/* whatsapp button*/
.whatssBtn a{
  text-decoration: none;
}

.whatsapp-main {
    display: inline-block;
    position: fixed;
    bottom: 4vh;
    z-index: 9999999;
    left: auto;
    right: 6vh;
    
  }



  
  .whatsapp-wrapper {
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.6);
    /*   display: none; flex on pop */
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: #44403c;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0vh;
    left: auto;
    right: 6vh;
    margin-right: 20px;
  }
  .close_whatsapp {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .close_whatsapp::before {
    transform: rotate(45deg);
  }
  .close_whatsapp::after {
    transform: rotate(-45deg);
  }
  .close_whatsapp::before,
  .close_whatsapp::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(217, 217, 217);
    display: flex;
    display: block;
    border-radius: 2px;
  }
  .whatsapp-header {
    background: #44403c;
    color: rgb(74, 213, 4);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
  }
  
  .whatsapp-name {
    font-size: 1.2rem;
    color: rgb(217, 217, 217);
  }
  
  .header-info {
    margin-left: 16px;
    margin-right: 16px;
  }
  .support-avatar {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
  }
  
  .support-avatar::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
  }
  .avatar-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .avatar-img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("img/logoicon.png");
  }
  .avatar-img::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
  }
  
  
  .whatsapp-background {
    padding: 20px 20px 20px 10px;
    background-color: #393531;
    position: relative;
    overflow: auto;
    max-height: 382px;
  }
  .whatsapp-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("img/whatsapp.png");
  }
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  .loading-animation {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    /*   opacity: 0; */
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  }
  .dot-pulse {
    position: relative;
    left: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
    box-shadow: 9999px 0 0 -5px #cbcbcb;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
  }
  
  .dot-pulse::before,
  .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
  }
  
  .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
  }
  
  .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s;
  }
  
  @keyframes dotPulseBefore {
    0% {
      box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
    30% {
      box-shadow: 9984px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
      box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
  }
  
  @keyframes dotPulse {
    0% {
      box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
    30% {
      box-shadow: 9999px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
      box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
  }
  
  @keyframes dotPulseAfter {
    0% {
      box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
    30% {
      box-shadow: 10014px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
      box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
  }
  .wloader {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
  }
  /* .dots1 {
    background-color: rgb(158, 157, 162);
    animation-name: dotOne;
  }
  .dots2 {
    animation-name: dotTwo;
  }
  .dots3 {
    animation-name: dotThree;
  } */
  .whatsapp-message-wrapper {
    display: none;
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    /*   opacity: 1; */
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    /*   margin-left: -54px; */
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-message-wrapper::before {
    position: absolute;
    background-image: url("https://i.ibb.co/hRLp4rM/chat-edge.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
  }
  .chat-body-wrapper {
    width: 100% !important;
  }
  .whatsapp-chat-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
  }
  .whatsapp-chat-message {
    font-size: 14px;
    line-height: 19px;
  
    margin-top: 4px;
    color: rgb(17, 17, 17);
  }
  .whatsapp-chat-message p {
    margin: 0px;
  }
  .whatsapp-message-container {
    box-sizing: border-box !important;
    outline: none !important;
  }
  .whatsapp-chat-time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
  }
  .whatsapp-btn {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.6);
    overflow: hidden;
    appearance: none;
  }
  .whatsapp-btn::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
  }
  .whatsapp-send-icon-small {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
  }
  .chat-button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
  }
  
  /* whatsapp pop-up button */
  .whatsapp-popup-button {
    height: 64px;
    box-shadow: 6px 6px 8px -2px  rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(14, 193, 47);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
  }
  .whatsapp-popup-button::before,
  .whatsapp-popup-button::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(14, 193, 47);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
  }
  
  .whatsapp-notify {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
  }
  @keyframes showhide {
    from {
      transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  .hide-whatsapp {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show-whatsapp {
    display: flex;
    animation-name: showchat;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  /**/

  @media (max-width: 768px) {
    .whatsapp-main {
      display: inline-block;
      position: fixed;
      bottom: 3vh;
      z-index: 9999999;
      left: auto;
      right: 1vh;
      
    }
    .whatsapp-wrapper {
      right: 0vh;
    }
  }

  /*CookiePopUp*/

  /* COOKIE POPUP STYLES */

.cookie-popup {
    font-size: 0.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: -6.25rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 0.9375rem;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
    line-height: 150%;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: 999999;
  }

  @media (max-width: 768px) {
    .cookie-popup{
      display: none;
    }
  }


  .cookie-popup--short {
    right: none;
    width: 21.875rem;
  }
  .cookie-popup--dark {
    background: #333333;
    color: #fff;
  }
  .cookie-popup--not-accepted {
    opacity: 1;
    animation: cookie-popup-in 0.5s ease forwards;
  }
  .cookie-popup--accepted {
    opacity: 0;
  }
  .cookie-popup a {
    color: skyblue;
    text-decoration: none;
  }
  .cookie-popup a:visited {
    color: skyblue;
    text-decoration: none;
  }
  .cookie-popup-actions {
    flex: 1;
    text-align: right;
  }
  .cookie-popup-actions button {
    color: rgb(74, 213, 4);
    border: none;
    background: none;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0;
    cursor: pointer;
  }

  
  @keyframes cookie-popup-in {
    from {
      bottom: -6.25rem;
    }
    to {
      bottom: 1.25rem;
    }
  }
  

  /*Pagina Produtos*/

  .detalheProduto{
    margin-top: 20vh;
    display: flex;
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    column-gap: 0px;
}
.imgProduto img{
    width: 40vw;
    height: auto;
    transition: all 0.8s ease-in-out;
    margin-top: -10vw;
}
.imgProduto img:hover{
    transform: scale(1.2);
}

.descProduto{
    background: #545454;
    color: white;
    padding: 40px 40px;
    
}
.descProduto a{
    text-decoration: none;
}
.descProduto h2{
    font-family: Roboto;
    font-size: 4.5vh;
    line-height: 4vh;
    text-transform: uppercase;
    color: rgb(0, 255, 0);
    font-weight: 900;
    letter-spacing: 2px;
}
.descProduto h3{
    font-family: Roboto;
    font-size: 2.5vh;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
}
.descProduto h3 span{
    color: rgb(0, 255, 0);
}

.composicao ul {
    list-style: square inside;
}
.composicao ul li {
    font-size: 2vh;
  letter-spacing: 2px;
  line-height: 3vh;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto';
  font-weight: 300;
}
.composicao ul li span {
    font-weight: 900;
    font-size: 2.5vh;
}

.descProduto button {
	background-color: rgba(0,255,0,1);
	padding: 10px;
	border: none;
	border-radius: 1px;
	font-size: 16px;
	cursor: pointer;
    text-transform: uppercase;
	transition: background-color 0.3s;
    margin-top: 25px;
    margin-left: 15vw;
}

.descProduto button:hover {
	background-color: rgb(4, 184, 4);
}

.descProduto button a{
    text-decoration: none;
    color: rgba(44, 42, 42, 0.9);
    font-family: 'Roboto';
    font-weight: 900;
    letter-spacing: 2px;
}

.mob{
    display: none;
}

.listP{
    max-height: 20vw;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .mob{
        display: block;
    }
    .headMob img{
        width: 85vw;
        margin: 7.5vw;
        margin-bottom: -20vh;
    }
    .detalheProduto{
        display: flex;
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
        justify-content: center;
        align-items: center;
        padding: 0px;
        column-gap: 0px;
    }
    .imgProduto img{
        width: 90vw;
        height: auto;
        transition: all 0.8s ease-in-out;
        margin-top: -10vw;
        z-index: 99;
    }
    .descProduto{
        margin-top: 0vw;
        z-index: 70;
    }
    .descProduto h2{
        font-size: 11vw;
        line-height: 9vw;
    }
    .descProduto h3{
        font-size: 6vw;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .composicao ul li {
        letter-spacing: 0.5px;
    }
    .descProduto button {
        margin-left: 0px;
    }
    .listP{
        max-height: 60vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
}