@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap");
* {
  font-family: 'Montserrat', sans-serif;
  outline: none;
}

body {
  background-color: #fbf7f3;
}

/* Header */
.dg-whatsapp {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px;
  z-index: 9999999999;
}

.dg-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 705px;
  background-image: url("../img/topo.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .dg-header {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 705px;
    background-position: 15%;
  }
}

.dg-header-chamada {
  margin-top: 235px;
}

.dg-header-chamada h1 {
  line-height: 1.5;
  color: #fff;
  font-size: 34px;
  font-weight: normal;
}

.dg-header-chamada h1 strong {
  color: #7ca43d;
  font-weight: bolder;
}

.dg-header-chamada h2 {
  line-height: 1.5;
  color: #fff;
  font-size: 34px;
  margin-top: -20px;
  font-weight: normal;
}

.dg-header-chamada h3 {
  line-height: 1;
  color: #fff;
  font-size: 34px;
  margin-top: -20px;
  font-weight: normal;
  float: right;
}

@media (max-width: 991px) {
  .dg-header-chamada {
    margin-top: 235px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 120px;
  }
  .dg-header-chamada h3 {
    float: none;
  }
}

/* Form */
.dg-header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.062);
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  padding: 27px;
  width: 755px;
  height: 300px;
  margin-top: 203px;
  margin-left: 50px;
}

.dg-header-form input {
  color: #fff;
}

@media (max-width: 991px) {
  .dg-header-form {
    width: 270px;
    height: 450px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.dg-header-form-label {
  margin-bottom: 20px;
}

.dg-header-form-input {
  padding-left: 20px;
  border-radius: 10px;
  border: 0 none;
  height: 50px;
  width: 297px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #5b5047;
}

@media (max-width: 991px) {
  .dg-header-form-input {
    width: 250px;
    height: 50px;
  }
}

.dg-header-form-label {
  margin-left: 0px;
}

.dg-header-form-input-assunto {
  display: inline;
  padding-left: 20px;
  border-radius: 10px;
  border: 0 none;
  height: 135px;
  width: 400px;
  margin-top: 8px;
  margin-left: 15px;
  margin-bottom: 18px;
  background-color: #5b5047;
}

@media (max-width: 991px) {
  .dg-header-form-input-assunto {
    width: 250px;
    height: 105px;
    margin-top: 8px;
    margin-left: 0px;
  }
}

.dg-header-form-btn {
  background-color: #7ca43d;
  color: #fff;
  width: 420px;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  margin-top: 16px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .dg-header-form-btn {
    width: 270px;
    height: 50px;
    margin-top: 16px;
    margin-left: 0px;
  }
}

.dg-header-form-chamada {
  font-size: 21px;
  font-weight: normal;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .dg-header-form-chamada {
    text-shadow: 0.1em 0.1em 0.2em black;
  }
}

/* Chamada dos Copos Personalizados */
.dg-main-copos {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.1;
}

@media (max-width: 991px) {
  .dg-main-copos {
    margin-top: 300px;
    display: block;
    text-align: center;
    line-height: 1;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.dg-main-copos-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: 12%;
  margin-top: -175px;
}

@media (max-width: 991px) {
  .dg-main-copos-img {
    display: none;
  }
}

.dg-main-seta-img {
  position: absolute;
  top: 820px;
  left: 650px;
}

@media (max-width: 991px) {
  .dg-main-seta-img {
    display: none;
  }
}

.dg-main-copos-chamada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5b5047;
  font-size: 30px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dg-main-copos-chamada h2 {
  font-weight: normal;
}

@media (max-width: 991px) {
  .dg-main-copos-chamada {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 25px;
  }
}

.dg-main-copos-orcamento {
  color: #7ca43d;
  margin-top: -25px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dg-main-copos-orcamento h3 {
  font-weight: normal;
}

@media (max-width: 991px) {
  .dg-main-copos-orcamento {
    margin-left: 10%;
    margin-right: 10%;
  }
}

/* Destaques */
.dg-main-dobra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 680px;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .dg-main-dobra {
    display: block;
    text-align: center;
    margin-left: 0;
    height: 600px;
  }
}

.dg-main-dobra-destaque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 350px;
  margin-top: 250px;
}

@media (max-width: 991px) {
  .dg-main-dobra-destaque {
    margin-top: 40px;
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.dg-destaque {
  background: rgba(85, 76, 62, 0.445);
  border: 1px solid #a79f8f;
  color: #fff;
  font-size: 25px;
  padding: 20px 40px 20px 40px;
  border-radius: 50px;
  margin: 20px 20px 48px 20px;
}

.dg-destaque .dg-icon {
  color: #6ea31b;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .dg-destaque {
    display: inline-block;
    text-align: center;
    width: 200px;
    margin-top: 250px;
    margin-bottom: 0;
    padding: 10px 20px 10px 20px;
  }
}

@media (max-width: 822px) {
  .dg-destaque {
    margin-top: 100px;
  }
}

@media (max-width: 822px) {
  .dg-destaque {
    margin-top: 50px;
  }
}

.dg-main-dobra-txt {
  font-size: 25px;
  font-weight: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 25px 0px 10px 200px;
}

@media (max-width: 991px) {
  .dg-main-dobra-txt {
    margin-top: 40px;
    display: block;
    text-align: center;
    margin: 0px;
  }
}

.dg-txt-faturamento {
  font-size: 30px;
  font-weight: normal;
  margin-left: 300px;
}

@media (max-width: 991px) {
  .dg-txt-faturamento {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 50px;
  }
}

.dg-txt-dias {
  font-weight: 600;
}

@media (max-width: 991px) {
  .dg-txt-dias {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.dg-txt-sem {
  font-size: 35px;
  margin-left: 380px;
}

@media (max-width: 991px) {
  .dg-txt-sem {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.dg-txt-quantidade {
  font-weight: bold;
}

@media (max-width: 991px) {
  .dg-txt-quantidade {
    border: slid 1px;
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

.dg-txt-caixa {
  font-size: 18px;
  margin-left: 700px;
}

@media (max-width: 991px) {
  .dg-txt-caixa {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

/* Texto sobre o copo e imagem a direita */
.dg-main-copo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 2%;
  color: #726861;
  font-weight: normal;
}

@media (max-width: 991px) {
  .dg-main-copo {
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.dg-copo-conteudo {
  line-height: 1.7;
  color: #726861;
  font-size: 18px;
  width: 830px;
}

.dg-copo-conteudo span {
  font-size: 18px;
  font-weight: 600px;
}

@media (max-width: 991px) {
  .dg-copo-conteudo {
    margin-top: 40px;
    display: inline;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.dg-copo-titulo {
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
}

@media (max-width: 991px) {
  .dg-copo-titulo {
    display: inline;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
  }
}

.dg-copo-strong1 {
  color: #5b5047;
}

.dg-copo-biodegradaveis {
  color: #6ea31b;
}

.dg-copo-txt {
  color: #726861;
  font-size: 18px;
}

.dg-copo-img {
  float: right;
}

@media (max-width: 991px) {
  .dg-copo-img {
    float: none;
    margin-bottom: 130px;
  }
  .dg-copo-img img {
    width: 300px;
  }
}

/* Restaurante e Lanchonete */
.dg-main-banner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 880px;
  margin-top: -400px;
  background-image: url("../img/bannercopo.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .dg-main-banner2 {
    display: block;
    text-align: center;
    margin-left: 0;
    height: 820px;
    margin-bottom: 0px;
  }
}

.dg-main-banner2-txt {
  margin-left: 40%;
  margin-top: 500px;
  width: 2220px;
  color: #f9f5f1;
}

@media (max-width: 991px) {
  .dg-main-banner2-txt {
    display: inline;
    text-align: center;
    width: 0;
    margin-top: 500px;
  }
}

.dg-banner2-lanchonete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f9f5f1;
  font-size: 38px;
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .dg-banner2-lanchonete {
    display: inline;
    text-align: center;
    width: 0;
  }
}

.dg-banner2-restaurante {
  color: #6ea21c;
}

@media (max-width: 991px) {
  .dg-banner2-restaurante {
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-top: 450px;
  }
}

@media (max-width: 720px) {
  .dg-banner2-restaurante {
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-top: 350px;
  }
}

.dg-banner2-txt {
  font-size: 24px;
  color: #fff;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .dg-banner2-txt {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
}

/* Galeria de Copos */
.dg-main-galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

@media (max-width: 991px) {
  .dg-main-galeria {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
}

.dg-main-galeria-chamada {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #726861;
}

@media (max-width: 991px) {
  .dg-main-galeria-chamada {
    display: block;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.dg-chamada-titulo {
  font-size: 35px;
}

.dg-galeria-chamada-s2 {
  color: #7ca43d;
}

.dg-chamada-copos {
  font-size: 25px;
  color: #726861;
}

@media (max-width: 991px) {
  .dg-chamada-copos {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
}

.dg-chamada-potes {
  font-size: 25px;
  color: #726861;
}

@media (max-width: 991px) {
  .dg-chamada-potes {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
}

.dg-main-galeria-fotos {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  margin: auto;
}

@media (max-width: 991px) {
  .dg-main-galeria-fotos {
    display: inline;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

.trans {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top ul {
  list-style: none;
  width: 1300px;
  max-width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top ul li {
  position: relative;
  float: left;
  margin: 5px;
  overflow: hidden;
}

@media (max-width: 1290px) {
  .top ul li {
    float: none;
  }
}

.top ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  color: white;
  opacity: 0.4;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.top ul li:hover::before {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.top ul li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
  /* Transition */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.lightbox:target {
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}

.lightbox:target img {
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* Chamada do cara de Óculos */
.dg-main-banner-rapaz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/fundo_rapaz.png");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .dg-main-banner-rapaz {
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .dg-main-banner-rapaz img {
    width: 80%;
  }
}

.dg-main-rapaz-txt {
  display: block;
  font-size: 30px;
  color: #8a7661;
  margin-top: 200px;
  margin-left: 100px;
  width: 760px;
}

@media (max-width: 991px) {
  .dg-main-rapaz-txt {
    display: inline;
    text-align: center;
    width: 0px;
  }
}

.dg-main-rapaz-txt-s2 {
  color: #403227;
}

.dg-main-rapaz-txt-s1 {
  color: #7ca43d;
}

/* Slide de Marcas */
.dg-main-marcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  color: #403227;
  margin: 100px 0px 100px 0px;
}

.dg-main-marcas-chamada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  color: #403227;
  margin: 50px 0px 50px 0px;
}

.dg-marcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
}

.dg-main-marca {
  margin-bottom: 50px;
}

.dg-main-marca img {
  width: 70%;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
  background-color: #7ca43d;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
}

.slick-dots button {
  text-indent: -999999px;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background-color: #403227;
}

.dg-SetasMarcas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -200px;
  margin-left: 7%;
  margin-right: 7%;
}

.dg-right {
  font-size: 25px;
  color: #bcc3cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dg-left {
  font-size: 25px;
  color: #bcc3cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Footer */
.dg-footer {
  margin-top: 150px;
  height: 180px;
  background-image: url("../img/footer.png");
}

@media (max-width: 991px) {
  .dg-footer {
    display: block;
    text-align: center;
    margin-left: 0px;
  }
}

.dg-footer-redesociais {
  float: right;
  font-size: 23px;
  color: #3b4a5d;
  line-height: 0.5;
  margin-top: 100px;
  margin-right: 400px;
}

.dg-footer-redesociais a {
  color: #7ca43d;
  text-decoration: none;
  font-size: 40px;
}

@media (max-width: 991px) {
  .dg-footer-redesociais {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    float: left;
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 20px;
    line-height: 1;
  }
}

.dg-footer-redesociais .dg-redesocial-negrito {
  font-weight: bold;
}

@media (max-width: 991px) {
  .dg-logo-whats-desktop {
    display: none;
  }
}

@media (min-width: 991px) {
  .dg-logo-whats-mobile {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */