input {
    -webkit-appearance: none;
}

input {
  border-radius: 0;
}


#triangulo-para-cima {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 3000px solid transparent;
    border-bottom: 150px solid #000;
    background-color: #FFD600;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,input,a, select{
  font-family:'kuat-medium';!important;
}

footer .container{
  color: #fff;
}
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: var(--font-size);
  scroll-behavior: smooth;
}


body {
  background: url(../images/bg.png);
  display: grid;
  overflow: hidden;
  justify-content: center;
  grid-template-columns: 100%;
  padding-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
li {
  color: #000;
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer a, footer input, footer li{
  color: #fff;
}

.container {
  padding-right: var(--std-side-padding);
  padding-left: var(--std-side-padding);
  position: relative;
  width: 100%;
  max-width: var(--std-max-width);
  margin: auto;
}

#embalagens .esquerda{
float: left;
width: 30%;
}
#embalagens .direita{
float: left;
width: 70%;
}

#menu,
#banner-principal,
#banner-medio,
#copos,
#embalagens,
#marcas,
#regulamento,
#contato {
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#menu {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: url(../images/bg.png);
}


#menu .container div:nth-child(2) {
  padding-top: 1.3rem;
}

#menu .container a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
}

#banner-principal {
    margin-top: 80px;
}


#banner-medio {
    margin-top: 0px;
}

#banner-principal img, #banner-medio img {
  width: 100%;
  height: auto;
}

#banner-principal .container, #banner-medio .container {
  position: absolute;
  top: var(--bp-top);
  left: var(--bp-left);
  transform: translateX(var(--bp-translate-x));
  z-index: var(--bp-z-index);
  padding-top: var(--bp-vertical-padding);
  padding-bottom: var(--bp-vertical-padding);
}

#copos .container {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  text-align: center;
}

#copos .container img {
  margin: -23rem auto 0;
  display: block;
}

#copos .container h1 {
  text-indent: 3rem;
  
  color: #000;
  font-size: 3.75rem;
  max-width: 90%;
  margin: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-weight: 200;
}

#embalagens .container {
  /*display: grid;*/
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 6rem;
}

#embalagens .container div{
  height: 100%;
}

#embalagens .container div h2,
#embalagens .container div  p {
  text-align: right;
  
  color: #000;
}

#embalagens .container div h2 {
  font-weight: 300;
  font-size: 6.6rem;
  margin-bottom: 0;
  padding-top: 3rem;
  line-height: 0px;
  line-height: 2.3rem;
  
}

#embalagens .container div p {
    font-size: 1.5rem;
    margin-left: 7.2rem;
    margin-top: 4rem;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    line-height: 36px;
}
/*
#embalagens .container div  {
  display: flex;
  justify-content: flex-start;
}*/

#embalagens .container div img {
  display: block;
  margin: 0 auto;
}

#embalagens .container div img.garrafa {
    margin-top: -134px;
}

#marcas .container {
  padding-bottom: 6rem;
}

#marcas .container h2 {
    
    color: #000;
    font-size: 1.75rem;
    text-transform: uppercase;
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}

#marcas .container .marcas {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.marcas img {
    margin: 0 10px;
}

#regulamento .container {
  padding-bottom: 10px;
  padding-top: 6rem;
  text-align: center;
}

#regulamento .container h2 {
  color: #fff;
  text-align: center;
  font-weight: ;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 4rem;
  padding-bottom: 1rem;
}

.link-regulamento {
  border: 0;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.7rem 2rem;
  background-color: #000;
  margin: 10px;
}

#lojas-participantes .link-regulamento {
    border: 0;
    
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0.7rem 2rem;
    background-color: #fcbc00;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    opacity: 0.7;
}

#lojas-participantes .link-regulamento:hover, #lojas-participantes .link-regulamento.ativo {
    opacity: 1;
}

#regulamento .container p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

#contato {
    padding-top: 6rem;
    padding-bottom: 0;
}

#contato .container {
  max-width: 55rem;
}

#contato .container h2 {
  text-align: center;
  
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 6rem;
  padding-top: 0;
  padding-bottom: 1rem;
  color: #fff;
}

#contato .container form {
  display: grid;
  grid-template-columns: auto 18.5rem;
  grid-template-areas: "campos campos" "mensagem mensagem";
}

#contato .container form div.campos {
  grid-area: campos;
  padding: 1rem;
  padding-bottom: 0;
}

#contato .container form div.campos label {
  font-size: 2.1rem;
  color: #000;
  line-height: 2.5rem;
  
  text-transform: uppercase;
}

#contato .container form div.campos input {
  width: 100%;
  height: 3.2rem;
  border: solid #000 2px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 100;
  
  padding-right: 1rem;
  padding-left: 1rem;
}

#contato .container form div.campos input:last-child {
  margin-bottom: 0;
}

#contato .container form div.imagem {
  display: none;
  grid-area: imagem;
  padding: 1rem 1rem 0;
}

#contato .container form div.imagem h3 {
  
  font-size: 2.1rem;
  color: #000;
  max-width: 18rem;
  text-align: center;
  margin: 0 auto 1rem;
  line-height: 3.135rem;
}

#contato .container form div.imagem h3 a {
  color: #000;
  text-decoration: none;
}

#contato .container form div.imagem img {
  width: 100%;
  max-width: 18rem;
  margin: 2rem auto 0;
  display: block;
}

#contato .container form div.mensagem {
  grid-area: mensagem;
  padding: 1rem;
  padding-top: 1rem;
}

#contato .container form div.mensagem label {
  text-transform: uppercase;
  font-size: 2.1rem;
  color: #000;
  margin-bottom: 0;
  line-height: 2.5rem;
  
}

#contato .container form div.mensagem textarea {
  width: 100%;
  height: 21.875rem;
  border: solid #000 2px;
  margin-top: 0.5rem;
  font-size: 1.5rem;
  
  font-weight: 100;
  padding-right: 1rem;
  padding-left: 1rem;
}

#contato .container form div.mensagem input[type=submit] {
  min-height: 3.5rem;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.5rem;
  border: 0;
  font-size: 2.1rem;
  
  padding: 0.2rem 2.1rem;
  letter-spacing: 1.2px;
}






#lojas-participantes {
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 0px;
  padding-top: 0px;
  background-attachment: inherit;
  background-size: 100% 700px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1000;
}


#lojas-participantes #overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black background with opacity */
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#lojas-participantes .container {
  min-height: 6rem;
  max-width: 55.15em;
}

#lojas-participantes .container h2 {
  text-align: center;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.background-baixo {
  width: 100%;
  height: 300px;
  float: left;
  background-position: left bottom;
  background-size: 100% 100%;
}

#lojas-participantes .container .lojas-filtradas {
  display: none;
}

#lojas-participantes .container .filtro form {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}

#lojas-participantes .container .filtro form h3 {
  
  color: #fff;
  text-transform: uppercase;
}


#lojas-participantes .container .filtro form select {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  padding: 0.7rem 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

#lojas-participantes .container .filtro form select:disabled {
  background-color: #fff;
  color: #fff;
}

#lojas-participantes .container .filtro form button {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 0.6rem 1.5rem;
  color: #fff;
  
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#lojas-participantes .container .filtro form button:disabled {
  background-color: #fff;
  color: #fff;
}

#lojas-participantes .container .lojas-filtradas,
#lojas-participantes .container .lojas,
#lojas-participantes .container .lojas-ecom {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
}

#lojas-participantes .container .lojas-filtradas article,
#lojas-participantes .container .lojas article,
#lojas-participantes .container .lojas-ecom article {
  padding-left: 2rem;
  padding-bottom: 3rem;
}

#lojas-participantes .container .lojas-filtradas article h3,
#lojas-participantes .container .lojas article h3,
#lojas-participantes .container .lojas-ecom article h3 {
  color: #fff;
  
  text-transform: uppercase;
}

#lojas-participantes .container .lojas-filtradas article p,
#lojas-participantes .container .lojas article p,
#lojas-participantes .container .lojas-ecom article p {
  margin: 0;
  color: #fff;
}

#lojas-participantes .container .lojas-filtradas article a,
#lojas-participantes .container .lojas article a,
#lojas-participantes .container .lojas-ecom article a{
    color: #fff;
    text-decoration: navajowhite;
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
    float: left;
}

h3 {
    font-weight: bold !important;
}

#lojas-participantes .container .lojas-filtradas article.primeiro,
#lojas-participantes .container .lojas article.primeiro,
#lojas-participantes .container .lojas-ecom article:nth-child(odd) {
  text-align: right;
  border-right: 5px solid #fff;
  padding-right: 2rem;
}

#lojas-participantes .container .lojas-filtradas article.primeiro a,
#lojas-participantes .container .lojas article.primeiro a,
#lojas-participantes .container .lojas-ecom article:nth-child(odd) a{
    color: #fff;
    text-decoration: navajowhite;
    border: 1px solid;
    padding: 10px;
    margin-top: 10px;
    float: right;
}

.lojas-ecom .article{
  display: block;
}



.popup {
    background-color: rgba(29,30,28,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.popup2 {
    background-color: rgba(29,30,28,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    display: none;
}

.popup3 {
    background-color: rgba(29,30,28,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001;
    display: none;
}

.pergunta div {
    display: inline;
    padding: 11px;
    background-color: #666;
    margin: 7px;
    color: #fff;
    cursor: pointer;
}

.pergunta {
    margin: 20px;
}

.pergunta div:hover {
    opacity: 0.7;
}


.year-popup {
    margin: 20px auto;
    width: 600px;
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
}


.box-popup {
    margin: 20px auto;
    width: 600px;
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
}

.ciente {
    background-color: gray;
    border: 0;
    padding: 7px;
    color: #fff;
    cursor: pointer;
}





@media screen and (max-width: 1401px) {

  #banner-principal {
    margin-top: 75px;
}


  .container {
    max-width: 77.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  #banner-principal .container img {
    width: 15.625rem;
    height: auto;
  }

  #copos .container img {
    height: 40rem;
    margin: -11rem auto 0;
  }
}

@media screen and (max-width: 1025px) {
  #banner-principal .container img {
    margin-left: 3rem;
  }

  #copos .container img {
    height: 30rem;
    margin: -6rem auto 0;
  }

  #copos .container h1 {
    font-size: 3rem;
    padding-top: 3rem;
  }

  #embalagens .container div:first-child h2 {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 26px;
  }

  #embalagens .container div:first-child p {
    font-size: 1.51rem;
  }

  #embalagens .container div:nth-child(2) img {
    width: 100%;
    max-width: 20.625rem;
  }

  #regulamento .container {
    padding-top: 3rem;
  }

  #regulamento .container h2 {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2rem;
  }

  #contato .container {
    max-width: 50.5rem;
  }

  #contato .container h2 {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2rem;
  }

  #contato .container form {
    grid-template-columns: auto;
  }

  #contato .container form div.campos {
    padding-bottom: 0;
  }

  #contato .container form div.campos label {
    font-size: 1.525rem;
    color: #000;
    line-height: 2.5rem;
    
    text-transform: uppercase;
  }

  #contato .container form div.campos input {
    width: 100%;
    height: 2.5rem;
    border: solid #000 2px;
    margin-top: 0.5rem;
  }

  #contato .container form div.imagem {
    padding-bottom: 0;
  }

  #contato .container form div.imagem h3 {
    
    font-size: 2.125rem;
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 3.135rem;
  }

  #contato .container form div.imagem img {
    max-width: 15.5rem;
    width: auto;
  }

  #contato .container form div.mensagem {
    grid-area: mensagem;
    padding: 1rem;
    padding-top: 0;
  }

  #contato .container form div.mensagem label {
    text-transform: uppercase;
    font-size: 1.525rem;
    color: #000;
    margin-bottom: 0;
    line-height: 2.5rem;
    
  }

  #contato .container form div.mensagem textarea {
    width: 99%;
    height: 7.875rem;
    border: solid #000 2px;
    margin-top: 0.5rem;
  }

  #contato .container form div.mensagem input[type=submit] {
    height: auto;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-top: 1.5rem;
    border: 0;
    font-size: 1.525rem;
    
    padding: 1.1rem 2.1rem;
    letter-spacing: 1.2px;
  }

#lojas-participantes {
  background-size: 100% auto;
  background-position: top;
}
  .box-popup {
    width: 100%;
}
}

@media screen and (max-width: 769px) {

#lojas-participantes .container h2 {
  text-align: center;
  
  font-size: 26px;
  line-height: 4rem;
  text-transform: uppercase;
  margin-top: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.background-baixo {
  background: url(../images/bg2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  width: 100%;
  height: 100px;
  float: left;
  background-position: left bottom;
  background-size: 100% 100%;
}

  .year-popup {
    width: 95%;
}

  .container {
    max-width: 38rem;
  }

  #banner-principal .container {
    padding-top: 3rem;
  }

  #banner-principal .container img {
    width: 10rem;
  }

  #copos .container img {
    height: 20rem;
  }

  #copos .container h1 {
    font-size: 2.4rem;
  }

  #embalagens {
    padding-bottom: 4rem;
  }

  #embalagens .container {
    grid-template-columns: 1fr;
  }

  #embalagens .container div:first-child h2 {
    text-align: center;
  }

  #embalagens .container div:first-child p {
    text-align: center;
    margin-left: 0;
  }

  #embalagens .container div:nth-child(2) img {
    display: block;
    margin: auto;
  }

  #marcas .container h2 {
    text-align: center;
  }

  #marcas .container .marcas {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }

  #contato .container {
    max-width: 38rem;
  }
  .marcas {
      float: left;
      width: 100%;
  }
  .box-popup {
    width: 95%;
  }

  body #contato .container {
    max-width: 90%;
}

  body #embalagens {
    padding: 0;
  }

  body #embalagens .container div img.garrafa {
    margin-top: -79px;
    width: 90px;
}

  body #marcas .container .marcas {
    display: block;
  }

  body #marcas .container h2{
    width: 100%;
  }

body .marcas img {
    margin: 10px 35px;
    float: left;
    width: 85px;
}

  body #embalagens .container div h2 {
    font-size: 26px;
    line-height: 3.3rem;
    width: 100%;
  }

  body #embalagens .container {
    padding-bottom: 50px;
}
  #embalagens .container div p {
    margin-left: 0;
}
body .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 90%;
}
body #embalagens .container div h2 {
    text-align: center;
}
body #embalagens .container div p {
    font-size: 1.5rem;
    margin-top: 10px;
}

#embalagens .esquerda, #embalagens .direita{
float: left;
width: 100%;
}

}

@media screen and (max-width: 601px) {
  .container {
    max-width: 30rem;
  }
  .box-popup {
    width: 95%;
}

  #banner-principal .container img {
    margin-left: 0;
  }

  #banner-principal .container h1 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }

  #copos .container img {
    height: 17rem;
    margin: -2rem auto 0;
  }

  #marcas .container .marcas {
    grid-template-columns: repeat(3, 1fr);
  }

  #contato .container {
    max-width: 25rem;
  }

  #contato .container form {
    grid-template-columns: 1fr;
    grid-template-areas: "campos" "mensagem" "imagem";
  }

  #contato .container form div.imagem {
    padding-top: 4rem;
  }

  #contato .container form div.imagem h3 {
    font-size: 2.9rem;
    text-align: center;
  }

  #contato .container form div.imagem img {
    max-width: 80%;
    display: block;
    margin: auto;
  }

  #lojas-participantes .container .lojas-filtradas,
  #lojas-participantes .container .lojas {
    grid-template-columns: 1fr;
  }

  #lojas-participantes .container .lojas-filtradas article h3,
  #lojas-participantes .container .lojas article h3,
  #lojas-participantes .container .lojas-online article h3  {
    text-align: center;
  }

  #lojas-participantes .container .lojas-filtradas article p,
  #lojas-participantes .container .lojas article p,
  #lojas-participantes .container .lojas-online article p {
    text-align: center;
  }

  #lojas-participantes .container .lojas-filtradas article:nth-child(odd),
  #lojas-participantes .container .lojas article:nth-child(odd),
  #lojas-participantes .container .lojas-online article:nth-child(odd) {
    border: none;
    text-align: center;
  }

  body article {
    min-height: 400px;
  }
}

@media screen and (max-width: 420px) {
  .container {
    max-width: 16rem;
  }

  #banner-principal .container {
    padding-top: 1rem;
  }

  #banner-principal .container img {
    width: 8rem;
  }

  #copos .container img {
    height: 12rem;
  }

  #copos .container h1 {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
    text-indent: initial;
  }

  #embalagens .container div:first-child h2 {
    line-height: 1.4rem;
    font-size: 1.4rem;
  }

  #embalagens .container div:first-child p {
    font-size: 1.1rem;
  }

  #marcas .container h2 {
    font-size: 1.5rem;
  }

  #marcas .container .marcas {
    grid-template-columns: repeat(2, 1fr);
  }

  #regulamento .container {
    padding-bottom: 6rem;
  }

  #regulamento .container h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  article {
    min-height: 370px;
}

#regulamento .container a {
    font-size: 0.8rem;
}

#lojas-participantes .link-regulamento {
    font-size: 1rem;
    }

  #regulamento .container p {
    font-size: 1.1rem;
  }

  #contato .container {
    max-width: 15rem;
  }

  #contato .container h2 {
    font-size: 2.5rem;
  }

  #contato .container form div.imagem h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  #contato .container form div.mensagem {
    padding-top: 1.5rem;
  }

  #contato .container form div.mensagem input[type=submit] {
    padding: 0rem 2.1rem;
    display: block;
    margin: 1.5rem auto 0;
  }

  #lojas-participantes .container h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  #lojas-participantes .container .filtro form select,
  #lojas-participantes .container .filtro form button {
    width: 80%;
    font-size: inherit;
  }

  #lojas-participantes .container .lojas-filtradas article,
  #lojas-participantes .container .lojas article {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 375px) {
  #banner-principal .container img {
    width: 6rem;
  }

  #copos .container img {
    height: 9rem;
    margin: -1rem auto 0;
  }

  #copos .container h1 {
    font-size: 1.3rem;
  }

  #embalagens .container div:first-child p {
    font-size: 1rem;
  }

  #embalagens .container div:nth-child(2) img {
    width: 70%;
  }
}

