/* Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,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:none}

html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');


body{
	background-color: rgba(22, 21, 75, 1);
	max-width: 100vw;
    overflow-x: hidden;
    top: 0;
    left: 0;
	cursor: default;
	font-family: "Barlow";
    font-weight: 300;
    font-style: normal;
    color: rgba(22, 21, 75, 1);
}


::-webkit-scrollbar {
    width: .3em;
    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(255,77,0,.8);
  border-radius:3px;
  outline:none;
}




/*carrousel*/
#carrousel {
  position: relative;
  display: flex;
  align-items: center;
  top: 0vh;
  max-width: 100vw;
  height: 90vh;
  overflow: hidden;
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.9);
  z-index: 81;
}

.slide {
  position: absolute;
  top: 0px;
  left: 0px;
}

.carrousel-picto {
  position: absolute;
  left: 50%;
  bottom: 50px;
  padding: 0px;
  margin: 0px;
  /*remover se tiver mais de um slide*/
  display: none;
}

.carrousel-picto li {
  display: inline-block;
  background-color: rgba(246, 246, 246, .3);
  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(255,77,0,.8);
}
/*carrousel*/

.hero{
	display: flex;
    flex-direction: row;
	align-items:flex-start;
	justify-content: space-around;
	top: 0;
	width: 100vw;
	height: 90vh;
    z-index: 90;
}
#slide1{
    background-image: url('img/bg-folhas.png');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;  
}
.textoSlogan{
    text-transform: none;
    color: rgba(240, 240, 240, 1);
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 92;
    margin-left: -10vw;
}
.textoSlogan h2{
    font-size: 7.2vw;
    line-height: 5vw;
    animation: fadeIn2 6s;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: #d0a134;
    margin-left: -8vw;
    transform: rotate(-9deg);
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan h2 span{
  font-size: 9.2vw;
  line-height: 8vw;
}
.textoSlogan h3{
    font-size: 4.2vw;
    line-height: 3vw;
    animation: fadeIn2 6s;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: #d0a134;
    margin-left: 2vw;
    transform: rotate(-9deg);
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan h1{
    text-decoration: none;
    color: rgba(255,77,0,1);
    font-weight: 600;
    font-size: 2.5vw;
    margin-top: 5vh;
    animation: fadeIn2 8s;
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan a{
  text-decoration: none;
  color: #f8d992;
}

.textoSlogan h2:hover,
.textoSlogan h1:hover{
  padding: 10px 10px 10px 30px;
  color: #b08c36;
  
}

.textoSlogan img {
  width: 14vw;
  height: auto;
  margin-top: 3vh;
  margin-bottom: 7vh;
	transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan img:hover {
	transform: scale(1.15);
}
.hero01Img img{
	min-width: 100vw;
  max-width: 100vw;
  position: absolute;
  left: 0vw;
  top: 0px;
  z-index: 91;
}
.fixedImg{
  
  animation: fadeIn 6s;
  animation-timing-function: ease-out;
}


@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn2 {
  0% {opacity: 0;}
  50% {opacity: 0;}
  100% {opacity: 1;}
  }
@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.futuro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding: 10vh 0px;
  background-image: url('img/bg-folhas2.png');
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; 
}
.gridImg {
  position: absolute;
  width: 90vw;
  top: 55vh;
  left: 5vw;
  z-index: 70;
}

.futuroCont{
  background-color: rgba(255,77,0,1);
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 75vw;
  padding: 30px;
  box-shadow: 16px 16px 18px -2px  rgba(0,0,0,0.6);
  z-index: 85;
}
.futuroTxt{
  width: 65%;
}
.futuroTxt h3{
  font-weight: 700;
  font-size: 1.8vw;
  line-height: 3vw;
}
.futuroTxt p{
  font-weight: 300;
  font-size: 1.5vw;
  line-height: 2.6vw;
}
.futuroTxt p span{
  color: rgba(240, 240, 240, 1);
  font-weight: 600;
  font-size: 1.5vw;
  font-style: italic;
  letter-spacing: 1px;
  transform: scaleX(.85);
}

.futuroTitle h1{
  font-weight: 800;
  font-size: 4.4vw;
  line-height: 4vw;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.futuroTitle h1 span{
  font-size: 4.4rem;
}
.futuroTitle h2{
  font-weight: 400;
  font-size: 4.4vw;
  line-height: 4vw;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}

.futuroTitle h2:hover,
.futuroTitle h1:hover{
  padding: 20px 0px;
  color: rgba(240, 240, 240, 1);
  
}
.retangulo{
  background-color: #a28a5e;
  width: 20vw;
  height: .8vh;
  margin-top: 6vh;
  margin-left: -80vw;
  animation: retAnima 6s infinite;
}
@keyframes retAnima {
  0% {width: 20vw;}
  50% {width: 40vw;}
  100% {width: 20vw;}
}
.acreditamos{
  margin-top: 10vh;
  display: flex;
  align-items:flex-start;
  color: #fafafa;
  width: 84vw;
  z-index: 90;

}
.acreditamosImg img{
  width: 35vw;
  box-shadow: 10px 12px 18px rgba(0, 0, 0, 0.9);
}
.acreditamosTxt{
  background-color: #a28a5e;
  padding: 2vw;
  padding-right: 50vw;
  padding-left: 3vw;
}
.acreditamosTxt img {
  max-width: 35vw;
  padding-bottom: 4vh;
}

.acreditamosTxt h2 {
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.6vw;
  padding-bottom: 2vh;

}
.acreditamosTxt h3 {
  font-weight: 800;
  font-size: 1.2vw;
  line-height: 1.4vw;
  color: rgba(22, 21, 75, 1);
  text-transform: uppercase;
  padding-bottom: 3vh;
}

.acreditamosTxt p{
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.3vw;
}
.retangulo2{
  background-color: #a28a5e;
  width: 100vw;
  height: 40vh;
  margin-top: -67vh;
  margin-left: 0vw;
  z-index: 85;
}

.retangulo3{
  background-color: #a28a5e;
  width: 30vw;
  height: .8vh;
  margin-top: 25vh;
  margin-right: -80vw;
  animation: retAnima2 6s infinite;
}
@keyframes retAnima2 {
  0% {width: 30vw;}
  50% {width: 50vw;}
  100% {width: 30vw;}
}
.diferenciais{
  margin-top: 10vh;
  width: 100vw;
  color: #fafafa;
  background-image: url('img/bg-folhas2.png');
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; 
  
}
.difItens {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 70vw;
  margin-left: 15vw;
  z-index: 195;
}
.difIten {
  background-color:rgba(255,77,0,1);
  border-radius: 50%;
  z-index: 195;
  text-align: center;
  width: 22vw;
  height: 22vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.difIten h2{
  font-weight: 600;
  font-size: 1.4vw;
  line-height: 1.8vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}
.difIten p{
  font-weight: 200;
  font-size: 1.2vw;
  line-height: 1.3vw;
  margin-top: 2vh;
  padding: 0px 23px;
}
.difIten p span{
  font-weight: 600;
}
.icone{
  max-width: 4vw;
  max-height: 4vw;
  margin-top: 2vh;
  padding-bottom: 2vh;
  transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.icone:hover {
	transform: scale(1.15);
}

.divTxt{
  background-color: #fafafa;
  color: rgba(22, 21, 75, 1);
  width: 68vw;
  margin-left: 16vw;
  z-index: 195;
  padding-top: 22vw;
  margin-top: -18vw;
  border-radius: 5vw;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}
.divTxt h1{
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.8vw;
  text-transform: uppercase;
  padding: 2vw;
}
.divTxt p{
  font-weight: 300;
  font-size: 1.4vw;
  line-height: 1.5vw;
  padding: 0px 4vw 3vw 4vw;
}
.entregas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
  text-align: center;
  width: 90vw;
  margin-left: 5vw;
  margin-top: 5vh;
  color:rgba(255,77,0,1);
}
.tipoEntrega{
  background-color: #fafafa;
  padding: 1vw;
  width: 18vw;
  height: 6vw;
  border-radius: 3vw;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
}
.tipoEntrega:hover {
transform: scale(1.25);
background-color:rgba(255,77,0,1);
color: #fafafa;
}
.tipoEntrega h4{
    font-weight: 800;
    font-size: 1vw;
    line-height: 1.8vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}
.tipoEntrega p{
    font-weight: 300;
    font-size: 1.2vw;
    line-height: 1.3vw;
    
}
.justo h4{
  letter-spacing: -0.3px;
}
.imgDestaque {
  max-width: 100vw;
  padding: 5vw;
  height: 100vh;
  background-image: url('img/bg-folhas2.png');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.imgDestaque iframe {
  width: 90vw;
  height: 90vh;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.produtos {
  background-color: rgba(0, 108, 217, 1);
  width: 100vw;
  padding-bottom: 5vh;
  
}
.produtos h1{
  text-align: center;
  color: #fafafa;
  font-weight: 700;
  font-size: 4.5vw;
  line-height: 1.8vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3vw;
  
}
.linhaProd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: 74vw;
  margin-left: 13vw;
  text-align: center;
}
.linhaProd video{
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  z-index: 95;
}
.linhaProd video:hover {
transform: scale(1.15) rotate(-8deg);

}

.linhaProd h3{
  font-weight: 900;
  font-size: 2vw;
  line-height: 1.8vw;
  text-transform: uppercase;
  
  margin-bottom: 15px;
}
.linhaProd p{
  max-width: 20vw;
  color: #fafafa;
  font-weight: 300;
  font-size: 1.4vw;
  line-height: 1.8vw;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.linhaProd a{
  max-width: 20vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 1.8vw;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 10px;
  background-color: rgba(22, 21, 75, 1);
  border-radius: 2vw;
  margin-top: -20px;
  text-transform: uppercase;
  z-index: 100;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
}
.linhaProd a:hover{
  background-color:rgba(255,77,0,1);
  
}
.cestaCBA {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.novaCBA {
  color: #ccc;
  max-width: 100vw;
  
  padding-top: 10vh;
  background-image: url('img/bg-folhas.png');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cbaLine{
  display: flex;
  flex-direction: row;
  margin-left: 10vw;
  margin-top: 5vw;
}
.novaCBA h1 {
  color:rgba(255,77,0,1);
  font-weight: 900;
  font-size: 4.5vw;
  line-height: 4vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3vw;
  
  margin-right: 20px;
}
.novaCBA h1 span{
  color: #fafafa;
}
.cbaLine h1{
  padding: 0px;
  
}
.cbaLine h2{
  font-weight: 700;
  font-size: 2vw;
  text-transform: uppercase;
  text-align: left;
  
}
.cbaLine p{
  max-width: 20vw;
  margin-top: 20px;
  font-weight: 300;
  font-size: 1.4vw;
  line-height: 1.8vw;
  letter-spacing: 1px;
}
.cbaLine img{
  padding: 0px;
  width: 25vw;
  height: auto;
  margin-left: 20px;
  margin-top: -45vh;
  z-index: 600;
  
}
.novaCBA h3 {
  color:rgba(0, 108, 217, 1);
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 4vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6vw;
  
  text-align: center;
}


.contact-section{
	background: #fafafa ;
  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: 60vw;
}
.contatoTxt{
  width: 24vw;
}

.contatoTxt h2 {
  color:rgba(255,77,0,1);
  font-weight: 700;
  font-size: 2vw;
  line-height: 2.4vw;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mrgBot{
  margin-bottom: 3vh;
}
.contatoTxt h3{
  font-weight: 800;
  font-size: 1.5vw;
  line-height: 2.4vw;

}
.contatoTxt a {
  text-decoration: none;
  color: rgba(22, 21, 75, 1);
  margin-bottom: .9vh;
}


/*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: transparent;
  border: none;
  border-bottom: 2px solid #e0e0e0 ;
  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;
}


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(22, 21, 75, 1) 0%, rgba(255,77,0,1) 13%, rgba(255,77,0,.6) 76%);
  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(22, 21, 75, 1) 0%, rgba(255,77,0,1) 13%, rgba(255,77,0,.6) 76%);
  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: rgba(22, 21, 75, 1);
	text-align: left;
	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:50%;
}

.h-captcha {
	margin: 15px;
}

form button {
	background-color: rgba(255,77,0,1);
	color: #fafafa;
	padding: 10px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
  font-weight: 600;
	transition: background-color 0.3s;
}

form button:hover {
	background-color: rgb(203, 63, 2);
}

.footer{
  background-image: url('img/fundoRodape.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 7vw;
  line-height: 1.6vw;
  padding: 2vw;
}
.footer img{
  width: 12vw;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
	transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
}
.footer img:hover {
	transform: scale(1.15);
}

.footer h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2vw;
}
.footer p {
  font-weight: 400;
  font-size: 1.2vw;
}
.footer a {
  font-weight: 800;
  font-size: 1.4vw;
  text-decoration: none;
  color: rgba(22, 21, 75, 1);
  line-height: 1.5;
}

.socialIcons a{
  color: rgba(22, 21, 75, 1);
  text-decoration: none;
  font-size: 2vw;
  padding: .5vh;
}
.copy {
  margin-top: -5vh;
  text-align: center;
}

menu {
  position: fixed;
  right: 3vw;
  top: 3vw;
  z-index: 9999;
  text-decoration: none;
  color: #fff;
  text-align: right;
}
menu a {
  text-decoration: none;
  color: #fff;
  padding: 10px 5px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 1.1vw;
  font-weight: 600;
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
}
.Menu {
  margin-bottom: 10px;
}
.Menu a{
  text-decoration: none;
  color: #fff;
  font-size: 1.4vw;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6);
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  margin-bottom: 15px;
}
menu a:hover,
.Menu a:hover{
  color: rgba(255,77,0,1);
  font-size: 2vw;
}

/*Mensagem Enviada*/
#msgOk{
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url('img/bg-folhas.png');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  
  }
  
  .okCentro{
    background-color: #ebebeb;
    padding: 60px 30px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.81);
  }
  .okCentro svg {
    color: rgba(255,77,0,1);
    
    
  }
  #msgOk h4{
    margin: 0;
    color: rgba(255,77,0,1);
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Barlow";
    font-size: 4vh;
  
  }
  #msgOk p {
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
  }

  /* 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;
}
.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;
  }
}

.desk{
  display: block;
}
.mob {
  display: none;
}
.wide {
  display: none;
}

@media screen and (max-width: 780px) {
  .desk{
    display: none;
  }
  .mob {
    display: block;
  }
body{
  background-color: rgba(255,77,0,1);
}

  .fixedMenu,
  .retangulo2 {
    display: none;
  }
  .textoSlogan{
    padding-left: 15vw;
  }
  .textoSlogan h2{
    display: none;
  }


.textoSlogan h1{
    font-weight: 700;
    font-size: 7vw;
    animation: fadeIn2 4s;
    margin-top: 55vh;
  }
.textoSlogan h3{
   display: none;
  }
.textoSlogan img {
  width: 40vw;
  height: auto;
  margin-top: 3vh;
  margin-bottom: 3vh;
}
.hero01Img img{
	height: 90vh;
  width: 100vw;
}

/**/
.futuro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding: 10vh 0px;
  background-image: url('img/bg-folhas.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.gridImg {
  position: absolute;
  width: 90vw;
  top: 75vh;
  left: 5vw;
  z-index: 70;
}

.futuroCont{
  flex-direction: column-reverse;
  align-items: center;
  padding: 20vw 30px;
  width: 75vw;
}
.futuroTxt{
  width: 90%;
}
.futuroTxt h3{
  font-weight: 700;
  font-size: 3.6vw;
  line-height: 4vw;
  margin-top: 2vh;
}
.futuroTxt p{
  font-weight: 500;
  font-size: 3.3vw;
  line-height: 3.3vw;
}
.futuroTxt p span{
  
  font-weight: 700;
  font-size: 3vw;

}

.futuroTitle h1{
  font-weight: 800;
  font-size: 13vw;
  line-height: 11vw;

}
.futuroTitle h1 span{
  font-size: 30vw;
  
}
.futuroTitle h2{
  font-weight: 400;
  font-size: 15vw;
  line-height: 14vw;
  color: rgba(255,277,250,.8);
}

.futuroTitle h2:hover,
.futuroTitle h1:hover{
  padding: 20px 0px;
  color: rgba(255,77,0,.8);
  
}

.acreditamos{
  margin-top: 5vh;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  background-color: #a28a5e;
  box-shadow: 10px 12px 18px rgba(0, 0, 0, 0.9);
  width: 84vw;
  z-index: 90;

}
.acreditamosImg img{
  width: 75vw;
  margin-top: 2vh;
  box-shadow: 10px 12px 18px rgba(0, 0, 0, 0.9);
}
.acreditamosTxt{
  background-color: #a28a5e;
  padding-right: 0vw;
  padding-left: 0vw;
  padding: 10vw;
}
.acreditamosTxt img {
  max-width: 65vw;
  margin-top: 1vh;
  margin-left: -5vw;
  padding-bottom: 2vh;
}

.acreditamosTxt h2 {
  font-weight: 300;
  font-size: 4.3vw;
  line-height: 5vw;
  padding-bottom: 2vh;

}
.acreditamosTxt h3 {
  font-weight: 800;
  font-size: 4.2vw;
  line-height: 5vw;
  color: rgba(22, 21, 75, 1);
  text-transform: uppercase;
  padding-bottom: 2vh;
}

.acreditamosTxt p{
  font-weight: 300;
  font-size: 3.9vw;
  line-height: 4.2vw;
}

.retangulo3{
  margin-top: 5vh;
  margin-right: 0vw;
}



.diferenciais{
  margin-top: 40vh;
  width: 100vw;
  
}
.difItens {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  margin-left: 0vw;
  
}
.difIten {
  width: 72vw;
  height: 72vw;
  margin: 2vh;
}
.difIten h2{
  font-size: 6vw;
  line-height: 6.7vw;

  
}
.difIten p{
  font-weight: 200;
  font-size: 3vw;
  line-height: 3.4vw;
  margin-top: 2vh;
  padding: 0px 23px;
}
.difIten p span{
  font-weight: 600;
}
.icone{
  max-width: 17vw;
  max-height: 17vw;
  margin-top: 2vh;
  padding-bottom: 2vh;
  transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.icone:hover {
	transform: scale(1.15);
}

.divTxt{
  
  width: 60vw;
  margin-left: 20vw;
  z-index: 195;
  padding-top: 5vw;
  padding-bottom: 210vw;
  margin-top: -320vw;
  border-radius: 5vw;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}
.divTxt h1{
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 1.8vw;
  text-transform: uppercase;
  padding: 2vw;
  margin-bottom: 1vh;
}
.divTxt p{
  font-weight: 300;
  font-size: 4vw;
  line-height: 5vw;
  padding: 0px 4vw 3vw 4vw;
}
.entregas {
  display: none;
}
.imgDestaque{
  margin-top: 30vw;
}


.produtos {
  background-color: rgba(0, 108, 217, 1);
  width: 100vw;
  padding-bottom: 3vh;
  padding-top: 3vh;
  margin-top: 15vh;
  
}
.produtos h1{
  font-size: 10vw;
  line-height: 9.7vw;
  letter-spacing: 3px;
  text-shadow: 2px 1px 0px rgba(51, 51, 51, 0.5);
  padding: 3vw;

}
.linhaProd {
  
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  column-gap: 0px;
  width: 84vw;
  margin-left: 8vw;
  text-align: center;
}
.linhaProd video{
  width: 90vw;
  height: 90vw;
}
.linhaProd video:hover {
transform: scale(1.15) rotate(-8deg);

}

.linhaProd h3{

  font-size: 9vw;
  line-height: auto;
  text-transform: uppercase;
  
  margin-bottom: 25px;
  margin-top: 35px;
}
.linhaProd p{
  max-width: 80vw;
  font-size: 4vw;
  line-height: 5.6vw;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.linhaProd a{
  max-width: 60vw;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.8vw;
  letter-spacing: 3px;

}

.novaCBA {
  color: #ccc;
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow-x: hidden;
  background-image: url('img/bg-folhas.png');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cbaLine{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20vw;
  margin-top: 5vw;
}
.novaCBA h1 {
  font-size: 10vw;
  line-height: 4vw;
  letter-spacing: 3px;
  padding: 3vw;
  margin-right: 0px;
  text-align: right;
}
.novaCBA h1 span{
  font-size: 18vw;
  line-height: 10vw;
}
.cbaLine h1{
  margin-left: -12vw;
  margin-bottom: -10vw;
  
}
.cbaLine h2{
  font-weight: 700;
  font-size: 6vw;

}
.cbaLine p{
  max-width: 60vw;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 4vw;
  line-height: 4.8vw;
  letter-spacing: 1px;
}
.cbaLine img{
  width: 85vw;
  margin-left: 10vw;
  margin-top: 0vh;
  
}
.novaCBA h3 {
  font-weight: 700;
  font-size: 6vw;
  line-height: 7vw;
  letter-spacing: 0px;
  padding: 2vw;
}


.contato{
  flex-direction: column-reverse;
  row-gap: 4vw;
}

.contact-container{
	width: 90vw;
}
.contatoTxt{
  width: 84vw;
  padding-top: 5vh;
}

.contatoTxt h2 {
  font-weight: 700;
  font-size: 8vw;
  line-height: 7.7vw;
}

.mrgBot{
  margin-bottom: 3vh;
}
.contatoTxt h3{
  font-weight: 700;
  font-size: 5.5vw;
  line-height: 6.6vw;

}
.contatoTxt h3 span{
  font-size: 8.5vw;
  
}
.contatoTxt a {
  text-decoration: none;
  color: rgba(22, 21, 75, 1);
  margin-bottom: .9vh;
}

.contatoTxt .socialIcons a{
  color: rgba(22, 21, 75, 1);
  text-decoration: none;
  font-size: 9vw;
  padding: 1vh;
}
.socialIcons {
  margin-top: 10px;
}

/*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: #e9e9e9;
  border: none;
  border-bottom: 2px solid #e0e0e0 ;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  padding-left: 10px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.4s ease-in-out;
}

textarea.materialize-textarea{
  height: 8rem;
  padding-top: 10px;
}

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(22, 21, 75, 1) 0%, rgba(255,77,0,1) 13%, rgba(255,77,0,.6) 76%);
  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(22, 21, 75, 1) 0%, rgba(255,77,0,1) 13%, rgba(255,77,0,.6) 76%);
  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: rgba(22, 21, 75, 1);
	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);
}
textarea::placeholder{
  padding-top: 20px;
}

.linhaForm {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
#zipcode{
  display: none;
}
.linhaForm div{
  flex-grow: 1;
  flex-basis:100%;
}

.h-captcha {
	margin: 15px;
}

form button {
	font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}



.footer{
  background-image: url('img/fundoRodape.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 7vh;
  row-gap: 3vh;
  
}
.footer img{
  width: 45vw;
  height: auto;
  margin-top: 1vh;
  margin-bottom: 0vh;
}


.footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4.2vw;
  line-height: 5.5vw;
}
.footer p {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 4.5vw;
}
.footer a {
  font-weight: 800;
  font-size: 6.2vw;
  text-decoration: none;
  color: rgba(22, 21, 75, 1);
  line-height: 6.9vw;
}

.socialIcons a{
  color: rgba(22, 21, 75, 1);
  text-decoration: none;
  font-size: 9vw;
  padding: .5vh;
  padding-bottom: 5vh;
}
.copy {
  margin-top: -5vh;
  text-align: center;
}

}

@media only screen and (min-width: 1921px){

.desk{
  display: none;
}
.mob {
  display: none;
}
.wide {
  display: block;
}


.textoSlogan{
    text-transform: none;
    color: rgba(240, 240, 240, 1);
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 92;
    margin-left: -10vw;
}
.textoSlogan h2{
    font-size: 5.2vw;
    line-height: 4vw;
    animation: fadeIn2 6s;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: #d0a134;
    margin-left: -8vw;
    transform: rotate(-9deg);
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan h2 span{
  font-size: 7.2vw;
  line-height: 5vw;
}
.textoSlogan h3{
    font-size: 3.2vw;
    line-height: 2vw;
    animation: fadeIn2 6s;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    color: #d0a134;
    margin-left: 0vw;
    transform: rotate(-9deg);
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan h1{
    text-decoration: none;
    color: rgba(255,77,0,1);
    font-weight: 600;
    font-size: 2vw;
    margin-top: 5vh;
    animation: fadeIn2 8s;
    animation-timing-function: ease-out;
    transition: all .6s ease-in-out;
  	-webkit-transition: all .6s ease-in-out;
  	-moz-transition: all .6s ease-in-out;
}
.textoSlogan a{
  text-decoration: none;
  color: #f8d992;
}



.textoSlogan img {
  width: 9vw;
  height: auto;
  margin-top: 3vh;
  margin-bottom: 7vh;
}
.textoSlogan img:hover {
	transform: scale(1.15);
}
.hero01Img img{
	min-width: 100vw;
  max-width: 100vw;
  position: absolute;
  left: 0vw;
  top: 0px;
  z-index: 91;
}
.fixedImg{
  
  animation: fadeIn 6s;
  animation-timing-function: ease-out;
}

}