

body{
    background-color: #ffc300;
}

::-webkit-scrollbar-thumb {
  background-color: #be9200;
  border-radius:3px;
  outline:none;
}


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: #ffc300;
}
#menu a {
    color: #005d25;
}

#menu .feed {
  position: absolute;
  height: 4px;
  width: 0;
  background-color: #ff1339;
  bottom: -9px;
  left: 50%;
}

.botMenu {
    font-size: 2.5vw;
    
}


.descProduto{
    background: #ebd798;
    color: white;
    padding: 10px 10px;
    
    
}


/*Configuração Formulario Email*/
form {
	display: flex;
	flex-direction: column;
  padding: 30px 30px;
  border: 8px dashed #005d25;
}

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,.1);
  border: none;
  color: #393531;
  text-transform: uppercase;
	font-weight: 500;
	font-size: 2vh;
  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,.1);
  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 3px 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;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.h-captcha {
	margin: 15px;
}

.descProduto button, form button {
	background-color: #ff1339;
  width: 90%;
  margin-left: 10px;
	color: #fafafa;
	padding: 10px;
	border: none;
	border-radius: 1px;
	font-size: 16px;
	cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
	transition: background-color 0.3s;
}

.descProduto button:hover, form button:hover {
	background-color: #db0e30;
}


.contatoTxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detalheProduto{
    margin-top: 8vh;
    display: flex;
    flex-direction: row;
    width: 100vw;
    max-width: 100vw;
    height: 92vh;
    overflow-x: hidden;
    justify-content: space-evenly;
    align-items:center;
    padding: 40px 0px;
    column-gap: 0px;
}

.imgProduto img{
    width: 30vw;
    height: auto;
    transition: all 0.8s ease-in-out;
    margin-top: 0vw;
}
.imgProduto p {
  width: 26vw;
  margin-left: 2vw;
	font-family: Roboto;
  font-size: 1.2vw;    
  color: #001d5b;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align:justify;
}

.contact-section{
	background: #ffc300;
    color: #005d25;
  max-width: 100vw;
  padding: 2vw;
}

.contatoTxt h3,.contatoTxt h3 a {
    color: #005d25;
}


.cardNatal h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2.3rem;
  text-align: left;
  color: #ff1339;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
}
.cardNatal img{
  width: 8vw;

}
.flexRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .descProduto {
    padding: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headMob img {
    margin: 0px;
    width: 100vw;
  }
  .contact-container {
    width: 95vw;
  }

  .detalheProduto{
    flex-direction: column;
    height: auto;
    margin-top: 6vh;
    padding: 0px 0px;
  }
  .imgProduto img{
    width: 90vw;
    height: auto;
    transition: all 0.8s ease-in-out;
    margin-top: 0vw;
  }
  .imgProduto p {
  width: 85vw;
  margin-left: 0vw;
  font-size: 5vw;    
  }
  .cardNatal{
    flex-direction: column;
    padding-top: 5vh;
  }
  .cardNatal h2 {
  text-align: center;
  }
  .cardNatal img{
    width: 38vw;
  }
  .flexRow{
    flex-direction: column;
  }
  .contato {
    flex-direction: column;
    row-gap: 4vw;
  }
  .linhaForm{
    flex-direction: column;
    column-gap: 0px;
  }
}