.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: 'Poligon Regular', sans-serif;
  color: #dc587c;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: -2px;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 45px;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Poligon Regular', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.das-flores-2 {
  padding-top: 40px;
}

.container.projetos {
  max-width: 960px;
  min-height: 800px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
}

.container.premiacoes {
  padding-top: 40px;
}

.container.premiacoes.todas {
  padding-bottom: 40px;
}

.container.nossos-cafes {
  max-width: 960px;
  min-height: 800px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
}

.container.galerias {
  max-width: 960px;
  min-height: 500px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.3);
}

.container.gal-mel {
  max-width: 960px;
  min-height: 0px;
  padding: 30px 0px;
  background-color: #fff;
}

.container.home {
  padding-top: 0px;
}

.container.prod-mel {
  max-width: 960px;
}

.container.premios {
  max-width: 900px;
  padding-top: 110px;
}

.container.who {
  margin-top: -15px;
  padding-top: 0px;
}

.container.contato {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1040px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.gal {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.gal.int {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.container.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cli {
  padding-top: 150px;
  padding-bottom: 60px;
}

.container.cli.int {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.container.clip {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.clip.int {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 0px;
  padding: 10px 20px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #e4e4e4 #e4e4e4 #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 100;
}

.text-field:hover {
  border-color: #e3e6eb #e3e6eb #fff;
}

.text-field:active {
  border-color: #43464d #43464d #fff;
}

.text-field:focus {
  border-color: #43464d #43464d #fff;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.textarea {
  height: 130px;
  max-height: 130px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.pl-section-2 {
  margin-right: 30px;
  margin-left: 30px;
}

.pl-section-2.footer {
  min-height: 525px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3e3e3e;
}

.pl-section-2.flores {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-section-2.flores-bg {
  position: static;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pl-section-2.projetos {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section-2.cafes {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section-2.origem {
  min-height: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: #246681;
}

.pl-section-2.parallax {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/bg-top-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nc-inicio-top {
  max-height: none;
  min-height: 520px;
  background-image: url('../images/inicio.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nc-paragragh-inicio {
  max-width: 960px;
  margin: 30px auto;
}

.nc-paragragh-inicio._2 {
  margin-top: 0px;
}

.grid {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.nova-cintra {
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.das-flores {
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.proj-sust-grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.nossos-cafes-grid {
  grid-column-gap: 35px;
  -ms-grid-columns: 2.75fr 1fr;
  grid-template-columns: 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.galerias-grid {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.prod-mel {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.caracteristicas {
  -ms-grid-columns: 2.25fr;
  grid-template-columns: 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nc-contatos-footer {
  margin-bottom: 45px;
  color: #fff;
  font-weight: 500;
}

.logo-footer {
  width: 140px;
  margin-top: 40px;
}

.submit-btn {
  padding-right: 0px;
  float: right;
  background-color: transparent;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.heading.red {
  color: #c0272d;
}

.heading.red.proj-sust {
  margin-bottom: 20px;
}

.heading.red.proj-sust._2 {
  max-width: 960px;
  margin: 0px auto 20px;
}

.heading.red.proj-sust._2._3 {
  margin-top: 30px;
}

.heading.red.galeria {
  margin-bottom: 20px;
}

.heading.red.caract {
  margin-bottom: 20px;
}

.heading.black {
  color: #000;
}

.heading.black.proj-sust {
  margin-bottom: 20px;
}

.heading.black.galeria {
  margin-bottom: 20px;
}

.footer-text {
  font-family: Roboto;
  color: hsla(0, 0%, 100%, 0.34);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.nc-top-bar {
  position: static;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.logo-top {
  width: 140px;
  padding-top: 40px;
  float: left;
  background-color: #c0272d;
}

.logo-top-2 {
  width: 140px;
}

.nc-section-top-bar {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.nc-top-bar-2 {
  position: static;
  display: none;
  width: auto;
  height: 45px;
  padding: 10px 15px;
  float: right;
  background-color: #c0272d;
}

.heading-3 {
  float: right;
  font-family: Roboto;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.float-left {
  float: left;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.social-icon-link.footer {
  padding: 0px;
}

.social-icon-link.ig {
  padding-top: 0px;
  padding-left: 0px;
}

.social-icon-link.face {
  padding-top: 0px;
}

.float-right {
  float: right;
}

.float-right.phone {
  margin-right: 20px;
}

.float-right.social {
  margin-right: 20px;
}

.img-float-right {
  margin-right: 5px;
  float: right;
}

.nc-section-menu-choice {
  position: relative;
  left: 0%;
  top: 447px;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.menu-choice {
  position: static;
  display: block;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 63px;
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
}

.nc-menu-choices {
  position: static;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.menu-choice-div {
  position: static;
  display: block;
  margin-right: 160px;
  margin-left: 160px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-choice-div._2 {
  margin-right: 185px;
  margin-left: 185px;
}

.nc-cafes-top {
  max-height: none;
  min-height: 520px;
  background-image: url('../images/cafes.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.menu-choice-div-2 {
  position: static;
  display: block;
  width: 259px;
  height: 250px;
  margin-right: 85px;
  margin-left: 85px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/cafe-verde.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.menu-choice-div-2._2 {
  margin-right: 185px;
  margin-left: 185px;
}

.menu-choice-div-3 {
  position: static;
  display: block;
  margin-right: 172px;
  margin-left: 172px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-choice-div-3._2 {
  width: 259px;
  height: 250px;
  margin-right: 85px;
  margin-left: 85px;
  background-image: url('../images/cafe-torrado.png');
  background-position: 50% -2px;
  background-size: auto;
  background-repeat: no-repeat;
}

.nc-section-menu-choice-2 {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 308px;
}

.menu-choice-div-4 {
  position: absolute;
  left: -50%;
  right: -50%;
  z-index: 999;
  display: block;
  width: 309px;
  height: 45px;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/acesse-loja.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-choice-div-4._2 {
  margin-right: 185px;
  margin-left: 185px;
}

.pl-cafes-top-2 {
  height: 100vh;
  max-height: none;
  min-height: 400px;
  background-image: url('../images/textura-top.svg'), url('../images/bg-top.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, fixed;
}

.pl-cafes-top-2.gal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 50, 65, 0.7)), to(rgba(16, 50, 65, 0.7))), url('../images/galeria.jpg');
  background-image: linear-gradient(180deg, rgba(16, 50, 65, 0.7), rgba(16, 50, 65, 0.7)), url('../images/galeria.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.slider {
  min-height: 400px;
}

.mask {
  min-height: 400px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  background-image: url('../images/nova-cintra-1.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/nova-cintra-2.jpg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-nav {
  font-size: 10px;
}

.pl-section-menu {
  height: 50px;
  background-color: #c0272d;
}

.pl-section-menu.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.pl-menu-bar {
  position: static;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.menu-link {
  height: 50px;
  margin-right: 25px;
  text-decoration: none;
}

.menu-link-txt {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.brand {
  display: none;
}

.pl-navbar {
  display: none;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #246681;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.pl-container-navbar {
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.nc-nav-menu {
  float: none;
}

.nav-link {
  margin-right: 15px;
  padding: 0px 5px;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #981f25;
  color: #fff;
}

.nav-link:focus {
  background-color: #c1252d;
}

.nav-link.w--current {
  color: #fff;
}

.menu-text-bar {
  display: none;
}

.nova-cintra-col-1._2 {
  padding-top: 72px;
  padding-right: 10px;
}

.nova-cintra-col-1._3 {
  padding-top: 124px;
  padding-right: 10px;
}

.nova-cintra-col-1._4 {
  padding-top: 190px;
}

.lateral-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.lateral-text._2 {
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  color: #c0272d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.lateral-text._3 {
  margin-top: 0px;
  font-family: 'Roboto Condensed';
  color: #c0272d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.lateral-text._3 {
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.lateral-text.mel {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.lateral-text.mel._2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.img-top-circle {
  border-radius: 150px;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.59);
}

.grao-1 {
  position: static;
  margin-left: -56px;
  padding-top: 65px;
  padding-right: 0px;
  padding-left: 0px;
}

.grao-2 {
  position: static;
  margin-top: 15px;
  margin-right: -25px;
  float: right;
}

.grao-2.das-flores {
  position: absolute;
  margin-right: 0px;
  margin-left: 903px;
}

.action-showmenu {
  position: absolute;
  left: 0px;
  top: 400px;
  margin-top: 0px;
}

.action-showmenu._2 {
  position: absolute;
  left: auto;
  top: auto;
}

.grid-2 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.premiacoes {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.infos-div {
  text-align: center;
}

.image {
  display: inline-block;
}

.infos-nc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
}

.content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.content.galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nc-origem {
  width: 300px;
  height: auto;
  margin-right: 150px;
  padding: 30px;
  float: right;
  background-color: #c0272d;
}

.origem-txt {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.origem-tit {
  margin-bottom: 30px;
}

.mapa-origem {
  height: 455px;
  min-height: 0px;
}

.flores {
  position: absolute;
  margin-top: -65px;
  margin-left: -109px;
}

.grid-3 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.grid-3.proj-sust {
  grid-auto-flow: row;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-proj-sust {
  width: 130px;
}

.folhas-proj {
  position: absolute;
  margin-top: -102px;
  margin-left: 660px;
  float: right;
}

.gal-proj {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-gal:hover {
  opacity: 0.8;
}

.txt-proj-sust {
  margin-bottom: 40px;
  padding-top: 10px;
}

.proj-sust-col-1._2 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.infos-prem {
  margin-top: 5px;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.infos-prem._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed';
  color: #1a1b1f;
  font-weight: 100;
  text-transform: none;
}

.text-span {
  color: #c0272d;
}

.infos-div-prem {
  margin-bottom: 40px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.call-action {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.call-action-btn {
  background-color: #c0272d;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  font-family: 'Roboto Condensed';
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.call-action-btn:hover {
  background-color: #981f25;
  color: #fff;
}

.call-action-btn.caracteristicas {
  width: 189px;
  margin-top: 10px;
}

.pl-section-menu-2 {
  position: relative;
  z-index: 999;
  height: 50px;
  background-color: #c0272d;
}

.pl-section-menu-2.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
}

.grao-1-prem {
  position: absolute;
  margin-left: -33px;
}

.grao-2-prem {
  position: absolute;
  margin-left: 983px;
}

.nossos-cafes-col._2 {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.gal-cafes {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tipos-cafes {
  display: inline-block;
  border-radius: 100px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.31);
}

.div-tipos-cafes {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.tipos-cafes-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.tipos-cafes-text._2 {
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  color: #c0272d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.tipos-cafes-text._3 {
  margin-top: 0px;
  font-family: 'Roboto Condensed';
  color: #c0272d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.tipos-cafes-text._1 {
  margin-top: 13px;
  font-family: 'Roboto Condensed';
  color: #c0272d;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.gal-cafes-tipos {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tipos-cafes-2 {
  display: inline-block;
  border-radius: 0px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.31);
}

.galeria-fotos {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gotop-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 39px;
  height: 39px;
  margin-right: auto;
  margin-bottom: 53px;
  margin-left: auto;
  border-radius: 20px;
  background-image: url('../images/gotop_1gotop.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.5);
}

.gotop-div.ml {
  background-image: url('../images/gotop-2_1gotop-2.jpg');
}

.gotop-div.home {
  position: relative;
  margin-bottom: -39px;
}

.gotop-link {
  width: 39px;
  height: 39px;
}

.action-gotop {
  position: absolute;
  left: 0px;
  top: auto;
  margin-top: -403px;
}

.action-gotop.clipp {
  margin-top: 500px;
}

.anchor {
  position: absolute;
  margin-top: 0px;
}

.anchor._4 {
  margin-top: -50px;
}

.anchor._5 {
  margin-top: -50px;
}

.anchor._6 {
  margin-top: -50px;
}

.anchor._7 {
  margin-top: -50px;
}

.anchor._10 {
  margin-top: -210px;
}

.anchor._12 {
  margin-top: -50px;
}

.anchor._13 {
  margin-top: -50px;
}

.anchor._14 {
  margin-top: -50px;
}

.anchor._1 {
  margin-top: -300px;
}

.anchor._2 {
  margin-top: 0px;
}

.anchor._3 {
  margin-top: -105px;
}

.anchor._4 {
  margin-top: -100px;
}

.anchor._5 {
  margin-top: -80px;
}

.anchor._0 {
  margin-top: 0px;
}

.anchor._6 {
  margin-top: 0px;
}

.anchor._6 {
  margin-top: 0px;
}

.anchor.gal {
  margin-top: -110px;
}

.action-showmenu-2 {
  position: absolute;
  margin-top: 0px;
}

.action-showmenu-2._2 {
  margin-top: -75px;
}

.action-showmenu-2._4 {
  margin-top: -50px;
}

.action-showmenu-2._5 {
  margin-top: -50px;
}

.action-showmenu-2.galeria {
  margin-top: -75px;
}

.ml-section-top-bar {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.ml-top-bar {
  position: static;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.logo-top-ml {
  width: 140px;
  padding-top: 40px;
  float: left;
  background-color: #f7af3b;
}

.nc-top-bar-2-ml {
  position: static;
  display: none;
  width: auto;
  height: 45px;
  padding: 10px 15px;
  float: right;
  background-color: #000;
}

.logo-top-2-ml {
  width: 140px;
}

.ml-section-menu {
  height: 50px;
  background-color: #c0272d;
}

.ml-section-menu.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 100%;
  background-color: #000;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.ml-section-menu-2 {
  position: relative;
  z-index: 999;
  height: 50px;
  background-color: #000;
}

.ml-section-menu-2.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
}

.ml-menu-bar {
  position: static;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-link-ml {
  margin-right: 15px;
  padding: 0px 5px;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link-ml:hover {
  background-color: #f7af3b;
  color: #fff;
}

.nav-link-ml:focus {
  background-color: #000;
}

.nav-link-ml.w--current {
  color: #fff;
}

.mel-top-2 {
  max-height: none;
  min-height: 400px;
}

.slide-ml {
  background-image: url('../images/mel.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.action-showmenu-ml {
  position: absolute;
  left: 0px;
  top: auto;
  margin-top: 0px;
}

.ml-section {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 230px;
  padding-left: 30px;
  background-color: #ffd835;
  background-image: url('../images/honey-top.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.ml-section.footer {
  min-height: 525px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3e3e3e;
}

.ml-section.flores {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml-section.flores-bg {
  position: static;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml-section.projetos {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ml-section.cafes {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ml-section.produtos {
  padding-top: 110px;
  padding-bottom: 50px;
  background-image: url('../images/honey-bottom.jpg');
  background-position: 50% 0%;
}

.mel {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mel-div {
  position: absolute;
  z-index: 9999;
  margin-top: 95px;
  margin-right: auto;
  margin-left: 464px;
  float: right;
  text-align: right;
}

.mel-div-2 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.abelha-1 {
  position: absolute;
  margin-top: -158px;
  margin-left: 119px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.abelha-3 {
  position: absolute;
  margin-top: -149px;
  margin-left: -63px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.abelha-2 {
  margin-left: 124px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.abelha-4 {
  position: absolute;
  margin-top: -32px;
  margin-left: 214px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ml-cintra-col-1._2 {
  padding-top: 72px;
  padding-right: 10px;
}

.ml-cintra-col-1._3 {
  padding-top: 124px;
  padding-right: 10px;
}

.ml-cintra-col-1._4 {
  padding-top: 190px;
}

.ml-cintra-col-2._2 {
  padding-top: 72px;
  padding-right: 10px;
}

.ml-cintra-col-2._3 {
  padding-top: 124px;
  padding-right: 10px;
}

.ml-cintra-col-2._4 {
  padding-top: 190px;
}

.ml-cintra-col-3._2 {
  padding-top: 72px;
  padding-right: 10px;
}

.ml-cintra-col-3._3 {
  padding-top: 124px;
  padding-right: 10px;
}

.ml-cintra-col-3._4 {
  padding-top: 190px;
}

.mel-nova-cintra-col-1 {
  text-align: center;
}

.mel-nova-cintra-col-1._2 {
  padding-top: 72px;
  padding-right: 10px;
}

.mel-nova-cintra-col-1._3 {
  padding-top: 124px;
  padding-right: 10px;
}

.mel-nova-cintra-col-1._4 {
  padding-top: 190px;
}

.img-mel {
  display: inline-block;
}

.call-action-btn-2 {
  padding-top: 11px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #000;
  -webkit-transition: color 400ms ease-in, opacity 400ms ease-in, background-color 400ms ease-in;
  transition: color 400ms ease-in, opacity 400ms ease-in, background-color 400ms ease-in;
  font-family: 'Roboto Condensed';
  color: #ffd835;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.call-action-btn-2:hover {
  background-color: #fff;
  color: #000;
}

.call-action-btn-2.caracteristicas {
  width: 189px;
  margin-top: 10px;
}

.clear {
  height: 1px;
}

.loader {
  position: fixed;
  left: 0px;
  top: auto;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/loader.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block {
  background-image: none;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #246681;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.tt-404 {
  margin-top: 20px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tt-404-2 {
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.link-div {
  margin-top: 20px;
  float: none;
}

.link2 {
  position: static;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  float: none;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.link2:hover {
  text-decoration: none;
}

.link2-seta {
  height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 6px;
}

.logo-404 {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.arrow-back {
  margin-top: 9px;
  float: left;
  -webkit-transform: rotate(89deg);
  -ms-transform: rotate(89deg);
  transform: rotate(89deg);
  color: #fff;
}

.credits {
  height: 13px;
}

.creditos-div {
  width: 100%;
  margin-top: -8px;
  padding-bottom: 3px;
  text-align: center;
}

.pl-nav-menu {
  float: none;
}

.pl-cafes-top-bg-1 {
  position: fixed;
  z-index: 26;
  display: block;
  width: 100%;
  height: 233px;
  max-height: none;
  min-height: 400px;
  background-image: url('../images/bg-top-01.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.main {
  overflow: hidden;
}

.pl-menu-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 28;
  display: none;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pl-menu-item-div {
  display: inline-block;
  min-width: 80px;
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pl-menu-item-div.logo {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pl-logo-top.fixed {
  height: 45px;
  margin-top: 2px;
}

.pl-menu-txt {
  -webkit-transition: text-shadow 300ms ease-in;
  transition: text-shadow 300ms ease-in;
  font-family: 'Poligon Medium', sans-serif;
  color: #fff;
  font-size: 18px;
}

.pl-menu-txt:hover {
  padding-top: 0px;
  border: 1px none #000;
  text-decoration: none;
  text-shadow: 1px 1px 6px #dc587c, 3px 3px 5px #dc587c;
}

.link-menu-item {
  color: #fff;
  text-decoration: none;
}

.pl-fixed-navbar {
  position: fixed;
  z-index: 29;
  width: 100%;
}

.pl-nav-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Poligon Medium', sans-serif;
  color: #fff;
  font-size: 18px;
}

.pl-nav-link:hover {
  color: #fff;
}

.container-2 {
  max-width: 1140px;
}

.pl-placa {
  position: absolute;
  width: 375px;
  height: 327px;
  margin-top: -290px;
  background-image: url('../images/placa-sitio-daniella.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pl-grid-origem {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -ms-grid-columns: 0.5fr 0.75fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pl-imgs-origem {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  border-radius: 100px;
}

.pl-imgs-origem._2 {
  display: inline-block;
  float: none;
}

.pl-imgs-origem-div {
  border-radius: 0px;
  text-align: center;
}

.pl-imgs-origem-div._2 {
  position: absolute;
  width: 100%;
  margin-top: -32px;
}

.pl-section {
  margin-right: 30px;
  margin-left: 30px;
}

.pl-section.footer {
  min-height: 525px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3e3e3e;
}

.pl-section.flores {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-section.flores-bg {
  position: static;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pl-section.projetos {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section.cafes {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 30px;
}

.pl-section.origem {
  min-height: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-color: #246681;
}

.pl-section.parallax {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/bg-top-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pl-section.premios {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #dc587c;
  background-image: url('../images/textura-top-3.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section.who {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/textura-top-4.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section.galeria {
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 102, 129, 0.7)), to(rgba(36, 102, 129, 0.7))), url('../images/bg-fotos.jpg');
  background-image: linear-gradient(180deg, rgba(36, 102, 129, 0.7), rgba(36, 102, 129, 0.7)), url('../images/bg-fotos.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pl-section.contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-top-4.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pl-section.galeria-pag {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/textura-top-4.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: fixed;
}

.pl-section.clipping {
  display: block;
  min-height: 700px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/textura-top-4.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: fixed;
}

.pl-section.clipping-pag {
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  background-image: url('../images/textura-top-4.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: fixed;
}

.pl-grid-cafes {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pl-cafes-div._2 {
  text-align: center;
}

.cafes-img._1 {
  display: inline-block;
  width: 50%;
  margin-top: -386px;
  margin-left: 2px;
}

.cafes-img._2 {
  display: inline-block;
  width: 80%;
  margin-top: -14px;
}

.cafes-img._3 {
  position: absolute;
  z-index: 1;
  display: block;
  width: 200px;
  margin-top: -165px;
  margin-left: 170px;
}

.cafes-img._4 {
  position: absolute;
  z-index: 1;
  width: 90px;
  margin-top: 11px;
  margin-left: 248px;
  float: right;
  text-align: left;
}

.cafes-img._5 {
  position: absolute;
  z-index: 1;
  width: 115px;
  margin-top: -207px;
}

.pl-cafes-img {
  width: 230px;
}

.pl-cafes-top-bg-2 {
  position: fixed;
  top: auto;
  z-index: 27;
  display: none;
  width: 100%;
  height: 110px;
  max-height: none;
  background-color: #246681;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.heading-4 {
  line-height: 52px;
}

.pl-p-cafes {
  color: #246681;
}

.pl-cafes-item {
  margin-bottom: 10px;
  padding: 11px;
  background-color: #dc587c;
}

.pl-cafes-tit {
  margin-bottom: 35px;
}

.pl-cafes-item-1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
}

.pl-cafes-item-1._2 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
}

.pl-section-3 {
  margin-right: 30px;
  margin-left: 30px;
}

.pl-section-3.footer {
  min-height: 525px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #3e3e3e;
}

.pl-section-3.flores {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-section-3.flores-bg {
  position: static;
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/das-flores-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pl-section-3.projetos {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section-3.cafes {
  min-height: 477px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px 30px 30px;
  background-image: url('../images/bg-red.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pl-section-3.origem {
  min-height: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-color: #246681;
}

.pl-section-3.parallax {
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/textura-top-2.svg'), url('../images/bg-top-3.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.pl-ficha-div {
  width: 330px;
  margin-right: auto;
  margin-left: auto;
}

.pl-tl-ficha {
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  line-height: 43px;
}

.pl-ficha-item {
  margin-bottom: 10px;
  padding: 11px;
  clear: both;
  background-color: #dc587c;
}

.pl-ficha-item-half {
  width: 50%;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  background-color: transparent;
}

.pl-ficha-item-half._1 {
  padding-right: 10px;
  background-color: transparent;
}

.pl-grid-premios {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pl-premio-data {
  margin-bottom: 5px;
  font-family: 'Poligon Bold Link', sans-serif;
  color: #246681;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}

.pl-grid-who {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pl-container-who {
  padding: 40px;
  background-color: #dc587c;
}

.pl-tit-who {
  margin-bottom: 30px;
  font-family: 'Poligon Light', sans-serif;
  color: #246681;
}

.pl-p-who {
  font-size: 20px;
  line-height: 23px;
}

.pl-p-who-2 {
  margin-bottom: 30px;
  padding-top: 40px;
  padding-right: 10px;
  color: #246681;
}

.pl-p-who-2._2 {
  padding-right: 0px;
  padding-left: 10px;
}

.action-showmenu-bg {
  position: absolute;
  left: 0px;
  top: 400px;
  margin-top: 0px;
}

.action-showmenu-bg._2 {
  top: 400px;
}

.action-showmenu-bg._3 {
  left: auto;
  top: auto;
}

.pl-imgs-who {
  margin-top: 30px;
  text-align: center;
}

.pl-imgs-who-2 {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 100%;
}

.slider-2 {
  height: 100vh;
  padding-top: 110px;
  background-color: #276882;
}

.slide-3 {
  background-image: url('../images/galeria.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-4 {
  background-image: url('../images/galeria-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-nav-2 {
  display: none;
}

.action-showmenu-2-bg {
  position: absolute;
  margin-top: 0px;
}

.action-showmenu-2-bg._2 {
  margin-top: -75px;
}

.action-showmenu-2-bg._4 {
  margin-top: -50px;
}

.action-showmenu-2-bg._5 {
  margin-top: -50px;
}

.action-showmenu-3 {
  position: absolute;
  margin-top: 0px;
}

.action-showmenu-3._2 {
  margin-top: -75px;
}

.action-showmenu-3._4 {
  margin-top: -50px;
}

.action-showmenu-3._5 {
  margin-top: -50px;
}

.action-showmenu-3.galeria {
  margin-top: -75px;
}

.action-showmenu-4 {
  position: absolute;
  margin-top: 0px;
}

.action-showmenu-4._2 {
  margin-top: -75px;
}

.action-showmenu-4._4 {
  margin-top: -50px;
}

.action-showmenu-4._5 {
  margin-top: -50px;
}

.action-showmenu-4.galeria {
  margin-top: -75px;
}

.action-showmenu-5 {
  position: absolute;
  margin-top: 0px;
}

.action-showmenu-5._2 {
  margin-top: -75px;
}

.action-showmenu-5._4 {
  margin-top: -50px;
}

.action-showmenu-5._5 {
  margin-top: -50px;
}

.action-showmenu-5.galeria {
  margin-top: -75px;
}

.left-arrow-2 {
  margin-top: 110px;
}

.right-arrow-2 {
  margin-top: 110px;
}

.pl-slider {
  display: none;
  height: 100vh;
  padding-top: 0px;
  background-color: #276882;
}

.pl-grid-contato {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  padding-right: 0px;
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Poligon Light', sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.msg {
  min-height: 130px;
}

.pl-btn-form {
  padding-right: 0px;
  padding-bottom: 9px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Poligon Light Link', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}

.pl-btn-form:active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.pl-form-contato {
  text-align: right;
}

.paragraph {
  font-weight: 400;
}

.paragraph.contato {
  font-family: 'Poligon Light', sans-serif;
}

.pl-credito {
  margin-bottom: 0px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.pl-credito-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  clear: none;
  text-align: center;
}

.pl-tl-contato {
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  line-height: 43px;
}

.pl-tit-contato-div {
  width: 100%;
}

.text-span-2 {
  font-family: 'Poligon Light Link', sans-serif;
}

.gsb2 {
  height: 13px;
  opacity: 0.5;
}

.pl-who-img-1 {
  min-height: 345px;
  background-image: url('../images/imgs-who-1.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-who-img-2 {
  min-height: 345px;
  background-image: url('../images/imgs-who-2.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-who-img-3 {
  min-height: 345px;
  background-image: url('../images/imgs-who-3.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pl-gotop {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 9px;
  border-right: 1px solid rgba(36, 102, 129, 0.5);
  border-bottom: 1px solid rgba(36, 102, 129, 0.5);
  background-color: #fff;
  background-image: url('../images/gotop.svg');
  background-position: 10% 45%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.pl-gotop-text {
  margin-top: 1px;
  margin-left: 30px;
  font-family: 'Poligon Light', sans-serif;
  color: #246681;
  font-size: 14px;
}

.pl-gotop-link {
  text-decoration: none;
}

.pl-social-bar {
  position: fixed;
  z-index: 30;
  display: block;
  width: 100%;
}

.pl-social-bar.container._2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1045px;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pl-social-bar.container._2.footer {
  padding-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pl-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pl-social-icon {
  height: 20px;
}

.pl-social-icon.footer {
  height: 30px;
}

.pl-social-link {
  margin-left: 7px;
}

.pl-social-link.footer {
  margin-right: 7px;
  margin-left: 0px;
}

.pl-loading-txt {
  margin-top: 85px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

.grid-galerias {
  padding: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.galeria-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}

.galeria-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gal-item-image {
  border-radius: 200px;
  box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0.1);
}

.tl-gal {
  position: absolute;
  max-width: 200px;
  margin-bottom: 0px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.galeria-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gal-item-overlay {
  position: relative;
  border-radius: 200px;
}

.gal-image-div {
  border-radius: 200px;
  background-image: url('../images/gal-item-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.gal-image-div:hover {
  background-image: url('../images/gal-item-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.tl-galeria-pg {
  margin-bottom: 35px;
  font-family: 'Poligon Bold', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.p-gal {
  margin-bottom: 0px;
  font-family: 'Poligon Light', sans-serif;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.txt-gal-div {
  max-width: 800px;
  text-align: center;
}

.goto-gal {
  position: static;
  width: 80px;
  height: 70px;
  margin-top: 0px;
  background-image: url('../images/social-35-white.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.goto-gal-link {
  margin-top: 30px;
}

.grid-fotos {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fotos-galeria {
  position: static;
  display: inline-block;
  width: 33%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-color: transparent;
  background-image: url('../images/more.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.pl-goback {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 0px solid rgba(36, 102, 129, 0.5);
  border-bottom: 0px solid rgba(36, 102, 129, 0.5);
  background-color: #246681;
  background-image: url('../images/goback-w.svg');
  background-position: 15% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.goback-div {
  position: static;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 20px;
  clear: none;
  text-align: center;
}

.pl-goback-text {
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 6px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 14px;
}

.legenda-div {
  position: static;
  min-height: 30px;
  margin-top: 0px;
  padding: 5px;
  border: 0px none #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.legenda-gal {
  margin-bottom: 0px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.pl-tl-galerias {
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  line-height: 43px;
  text-align: center;
}

.image-2 {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.image-2:hover {
  background-image: none;
  opacity: 0.3;
}

.pl-menu-div-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 28;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pl-menu-item-div-2 {
  display: inline-block;
  min-width: auto;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pl-menu-item-div-2.logo {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pl-cafes-top-bg-3 {
  position: fixed;
  top: auto;
  z-index: 27;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  max-height: none;
  background-color: #246681;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.pl-tl-clipping {
  font-family: 'Poligon Light', sans-serif;
  color: #246681;
  line-height: 43px;
  text-align: center;
}

.clipping-item-image {
  border-radius: 200px;
  box-shadow: 0 0 0 10px #eff0f0;
}

.pl-p-clipping {
  color: #246681;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
}

.pl-tit-clipp {
  margin-bottom: 5px;
  font-family: 'Poligon Light', sans-serif;
  color: #246681;
  font-size: 45px;
  text-align: left;
}

.pl-clipp-item-1 {
  margin-bottom: 0px;
  color: #246681;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  letter-spacing: 1px;
}

.pl-clipp-item-1._2 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
}

.div-data-clipp {
  margin-bottom: 30px;
}

.video-container {
  margin-bottom: 20px;
}

.video-div {
  height: 300px;
}

.tl-clipp {
  position: absolute;
  max-width: 200px;
  margin-bottom: 0px;
  font-family: 'Poligon Light', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px #000, 1px 1px 6px #000;
}

.tl-clipp:hover {
  white-space: normal;
}

.back-lk {
  position: static;
  display: inline-block;
  margin-bottom: 10px;
  float: none;
  clear: none;
  font-family: 'Poligon Regular', sans-serif;
  color: #246681;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.back-lk:hover {
  color: #246681;
}

.back-lk._2 {
  margin-top: 30px;
}

html.w-mod-js *[data-ix="hide-fixed-menu"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="gotop-hide"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-in-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="fade-in-fade-out"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-fade-out-left"] {
  opacity: 0;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="fade-in-fade-out-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-500px, 0px);
  -ms-transform: translate(-500px, 0px);
  transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="fade-in-out-bottom-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-out-bottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-out-bottom-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container.footer {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .container.gal {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.gal.int {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.cli {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.cli.int {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.clip {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.clip.int {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .nc-inicio-top {
    min-height: 420px;
    background-size: auto 420px;
  }

  .grid {
    justify-items: center;
    grid-column-gap: 16px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nc-div-contatos {
    width: 100%;
    text-align: center;
  }

  .nc-contatos-footer {
    text-align: center;
  }

  .logo-footer {
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    text-align: center;
  }

  .heading.red {
    text-align: left;
  }

  .heading.black {
    text-align: left;
  }

  .heading-2 {
    text-align: center;
  }

  .logo-top-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-3 {
    text-align: center;
  }

  .nc-section-menu-choice {
    top: 347px;
  }

  .menu-choice-div {
    margin-right: 110px;
    margin-left: 110px;
  }

  .menu-choice-div._2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .nc-cafes-top {
    min-height: 420px;
    background-size: auto 420px;
  }

  .menu-choice-div-2 {
    width: 209px;
    height: 200px;
    margin-right: 50px;
    margin-left: 50px;
    background-size: cover;
  }

  .menu-choice-div-2._2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .menu-choice-div-3 {
    margin-right: 140px;
    margin-left: 140px;
  }

  .menu-choice-div-3._2 {
    width: 209px;
    height: 200px;
    margin-right: 50px;
    margin-left: 50px;
    background-size: cover;
  }

  .nc-section-menu-choice-2 {
    top: 0px;
    min-height: 250px;
  }

  .menu-choice-div-4 {
    width: 206px;
    height: 30px;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-choice-div-4._2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .pl-cafes-top-2 {
    min-height: 400px;
  }

  .pl-cafes-top-2.gal {
    min-height: 500px;
  }

  .pl-menu-bar {
    position: static;
    z-index: 99999;
  }

  .pl-navbar {
    display: block;
    background-color: transparent;
    box-shadow: none;
  }

  .pl-container-navbar {
    margin-right: auto;
    margin-left: auto;
  }

  .nc-nav-menu {
    background-color: #981f25;
  }

  .nc-nav-menu.mel {
    background-color: #000;
  }

  .icon {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 42px;
  }

  .icon:active {
    color: #fff;
  }

  .icon:focus {
    color: #fff;
  }

  .menu-button {
    display: none;
    height: 40px;
  }

  .menu-button-2 {
    padding: 5px;
  }

  .menu-button-2.w--open {
    background-color: #981f25;
    color: #fff;
  }

  .menu-button-2.mel {
    float: left;
  }

  .menu-button-2.mel.w--open {
    background-color: #f7af3b;
  }

  .menu-text-bar {
    display: block;
    margin-right: 10px;
    float: right;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .menu-text-bar.mel {
    margin-left: 10px;
    float: left;
  }

  .grao-1 {
    margin-left: -30px;
  }

  .grao-2.das-flores {
    margin-top: -47px;
    margin-left: 72%;
  }

  .nc-origem {
    margin-right: 100px;
  }

  .flores {
    margin-left: -27px;
  }

  .folhas-proj {
    margin-left: 388px;
  }

  .grao-1-prem {
    margin-top: -27px;
    margin-left: -57px;
  }

  .grao-2-prem {
    margin-top: -50px;
    margin-left: 611px;
  }

  .nossos-cafes-col._2 {
    padding-bottom: 0px;
  }

  .gal-cafes {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-tipos-cafes._2 {
    margin-bottom: 30px;
  }

  .gal-cafes-tipos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .anchor {
    margin-top: -50px;
  }

  .anchor._2 {
    margin-top: 0px;
  }

  .anchor._3 {
    margin-top: 0px;
  }

  .anchor._4 {
    margin-top: -48px;
  }

  .anchor._6 {
    margin-top: -48px;
  }

  .anchor._7 {
    margin-top: -48px;
  }

  .anchor._8 {
    margin-top: -48px;
  }

  .anchor._11 {
    margin-top: 0px;
  }

  .anchor._1 {
    margin-top: -300px;
  }

  .anchor._2 {
    margin-top: 85px;
  }

  .anchor._3 {
    margin-top: -105px;
  }

  .anchor._4 {
    margin-top: -100px;
  }

  .anchor._5 {
    margin-top: -80px;
  }

  .anchor._0 {
    margin-top: 0px;
  }

  .anchor._6 {
    margin-top: 0px;
  }

  .anchor._6 {
    margin-top: 0px;
  }

  .anchor.gal {
    margin-top: -110px;
  }

  .action-showmenu-2 {
    margin-top: 0px;
  }

  .logo-top-2-ml {
    margin-right: auto;
    margin-left: auto;
  }

  .mel-top-2 {
    min-height: 400px;
  }

  .mel-div {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 478px;
    height: 610px;
    margin-right: 20px;
    margin-left: 0px;
    text-align: right;
  }

  .mel-div-2 {
    display: block;
  }

  .abelha-1 {
    margin-top: -114px;
    margin-left: 8px;
  }

  .abelha-3 {
    margin-top: -374px;
    margin-left: -11px;
  }

  .abelha-2 {
    margin-top: 30px;
    margin-left: 67px;
  }

  .abelha-4 {
    margin-top: 10px;
    margin-left: 102px;
  }

  .clear {
    width: 0.001px;
    height: 0.001px;
    clear: both;
  }

  .loader {
    z-index: 99999;
    display: none;
  }

  .pl-nav-menu {
    background-color: #981f25;
  }

  .pl-nav-menu.mel {
    background-color: #000;
  }

  .pl-cafes-top-bg-1 {
    min-height: 0px;
  }

  .pl-menu-item-div {
    min-width: 70px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .pl-menu-item-div.logo {
    margin-right: 20px;
    margin-left: 20px;
  }

  .pl-logo-top.fixed {
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .pl-menu-txt {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .pl-fixed-navbar {
    display: block;
  }

  .pl-menu-icon {
    font-family: 'Poligon Light', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
  }

  .pl-menu-button.w--open {
    background-color: #205b74;
  }

  .nav-menu {
    background-color: #205b74;
  }

  .pl-placa {
    width: 375px;
    height: 280px;
    margin-top: -250px;
    margin-left: -30px;
    background-image: url('../images/placa-sitio-daniella.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pl-imgs-origem {
    display: inline-block;
    float: none;
  }

  .pl-imgs-origem._2 {
    display: block;
    margin-right: auto;
    margin-bottom: -26px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
  }

  .pl-imgs-origem-div._2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .pl-section.galeria {
    height: auto;
  }

  .pl-section.clipping {
    height: auto;
  }

  .cafes-img._1 {
    padding-bottom: 2px;
  }

  .cafes-img._3 {
    width: 150px;
    margin-top: -111px;
    margin-left: 86px;
  }

  .cafes-img._4 {
    margin-left: 137px;
  }

  .cafes-img._5 {
    width: 90px;
    margin-top: -96px;
  }

  .pl-cafes-top-bg-2 {
    display: none;
    height: 85px;
    min-height: 0px;
  }

  .action-showmenu-2-bg {
    margin-top: 0px;
  }

  .action-showmenu-3 {
    margin-top: 0px;
  }

  .action-showmenu-4 {
    margin-top: 0px;
  }

  .action-showmenu-5 {
    margin-top: 0px;
  }

  .pl-who-img-3 {
    background-position: 20% 0%;
  }

  .pl-social-bar {
    display: none;
  }

  .pl-social-bar.container._2 {
    padding-right: 25px;
  }

  .pl-social-bar.container._2.portrait {
    padding: 10px 0px 20px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pl-social-bar.container._2.footer {
    padding-left: 0px;
  }

  .pl-social-bar.portrait {
    position: static;
    display: block;
  }

  .pl-social-icon.portrait {
    height: 25px;
  }

  .grid-galerias {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tl-gal {
    max-width: 160px;
    font-size: 20px;
    line-height: 23px;
  }

  .tl-galeria-pg {
    font-size: 40px;
    line-height: 45px;
  }

  .txt-gal-div {
    max-width: 600px;
  }

  .fotos-galeria {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pl-menu-div-2 {
    display: none;
  }

  .pl-menu-item-div-2 {
    min-width: 70px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .pl-menu-item-div-2.logo {
    margin-right: 20px;
    margin-left: 20px;
  }

  .brand-2 {
    padding-left: 10px;
  }

  .pl-cafes-top-bg-3 {
    height: 85px;
    min-height: 0px;
  }

  .tl-clipp {
    max-width: 270px;
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .container.contato {
    height: auto;
    min-height: 600px;
    padding-bottom: 0px;
  }

  .container.gal.int {
    padding-top: 20px;
  }

  .container.galeria {
    height: auto;
    padding: 150px 20px 100px;
  }

  .container.cli.int {
    padding-top: 20px;
  }

  .container.clip.int {
    padding-top: 20px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .pl-section-2.flores-bg {
    height: 300px;
  }

  .nc-inicio-top {
    min-height: 320px;
    background-size: auto 320px;
    background-attachment: fixed;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.nova-cintra {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .grid.das-flores {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .grid.proj-sust-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .grid.nossos-cafes-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .grid.galerias-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .grid.prod-mel {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.caracteristicas {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .heading.red {
    margin-bottom: 20px;
    text-align: center;
  }

  .heading.red.proj-sust._2 {
    margin-top: 0px;
  }

  .heading.black {
    margin-bottom: 20px;
    text-align: center;
  }

  .logo-top {
    width: 100px;
    padding-top: 0px;
  }

  .logo-top-2 {
    width: 100px;
  }

  .nc-top-bar-2 {
    width: 290px;
  }

  .heading-3.email {
    display: block;
  }

  .nc-section-menu-choice {
    top: 246px;
  }

  .menu-choice-div {
    margin-right: 50px;
    margin-left: 50px;
  }

  .menu-choice-div._2 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .nc-cafes-top {
    min-height: 320px;
    background-size: auto 320px;
  }

  .menu-choice-div-2 {
    width: 169px;
    height: 160px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .menu-choice-div-2._2 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .menu-choice-div-3 {
    margin-right: 88px;
    margin-left: 88px;
  }

  .menu-choice-div-3._2 {
    width: 169px;
    height: 160px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .nc-section-menu-choice-2 {
    top: 0px;
    min-height: 220px;
  }

  .menu-choice-div-4 {
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-choice-div-4._2 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .pl-cafes-top-2 {
    min-height: 300px;
  }

  .pl-cafes-top-2.gal {
    height: auto;
    min-height: 0px;
  }

  .slider {
    min-height: 300px;
  }

  .mask {
    min-height: 300px;
  }

  .slide {
    background-size: auto 300px;
  }

  .slide-2 {
    background-size: auto 300px;
  }

  .pl-navbar {
    display: block;
    background-color: transparent;
    box-shadow: none;
  }

  .nc-nav-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nova-cintra-col-1._2 {
    padding-top: 0px;
  }

  .nova-cintra-col-1._3 {
    padding-top: 0px;
  }

  .lateral-text._3.ml {
    margin-top: 0px;
  }

  .img-top-circle {
    display: inline-block;
  }

  .grao-1 {
    position: static;
    display: none;
  }

  .grao-2 {
    position: static;
    display: none;
    margin-top: -54%;
    margin-right: -53px;
  }

  .grao-2.das-flores {
    width: 170px;
    margin-left: 344px;
  }

  .action-showmenu {
    top: 300px;
  }

  .grid-2 {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2.premiacoes {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nc-origem {
    margin-right: 50px;
  }

  .origem-txt {
    text-align: left;
  }

  .origem-tit {
    text-align: left;
  }

  .mapa-origem {
    height: 355px;
  }

  .flores {
    width: 230px;
  }

  .folhas-proj {
    width: 200px;
    margin-left: 314px;
  }

  .gal-proj {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .txt-proj-sust {
    text-align: left;
  }

  .proj-sust-col-1._2 {
    padding-top: 0px;
  }

  .call-action-btn.caracteristicas {
    width: 150px;
  }

  .grao-1-prem {
    margin-top: -43px;
    margin-left: -25px;
  }

  .grao-2-prem {
    display: none;
    margin-left: 462px;
  }

  .nossos-cafes-col._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gal-cafes {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gal-cafes-tipos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tipos-cafes-2 {
    width: 150px;
  }

  .galeria-fotos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .anchor._11 {
    margin-top: 0px;
  }

  .anchor._1 {
    margin-top: -270px;
  }

  .anchor._2 {
    margin-top: 380px;
  }

  .anchor._3 {
    margin-top: -82px;
  }

  .anchor._4 {
    margin-top: 600px;
  }

  .anchor._5 {
    margin-top: -50px;
  }

  .anchor.gal {
    margin-top: -85px;
  }

  .logo-top-ml {
    width: 100px;
    padding-top: 0px;
  }

  .nc-top-bar-2-ml {
    width: 290px;
  }

  .logo-top-2-ml {
    width: 100px;
  }

  .mel-top-2 {
    min-height: 300px;
  }

  .slide-ml {
    background-size: auto 300px;
  }

  .ml-section.flores-bg {
    height: 300px;
  }

  .mel-div {
    width: 300px;
    height: 400px;
    margin-top: 70px;
    margin-left: 45%;
  }

  .abelha-1 {
    width: 115px;
    margin-top: 242px;
    margin-left: 436px;
  }

  .abelha-3 {
    margin-top: -179px;
    margin-left: 20px;
  }

  .abelha-2 {
    display: none;
    margin-top: -165px;
  }

  .abelha-4 {
    width: 100px;
    margin-left: 14px;
  }

  .ml-cintra-col-1._2 {
    padding-top: 0px;
  }

  .ml-cintra-col-1._3 {
    padding-top: 0px;
  }

  .ml-cintra-col-2._2 {
    padding-top: 0px;
  }

  .ml-cintra-col-2._3 {
    padding-top: 0px;
  }

  .ml-cintra-col-3._2 {
    padding-top: 0px;
  }

  .ml-cintra-col-3._3 {
    padding-top: 0px;
  }

  .ml-cintra-col-3._4 {
    padding-top: 0px;
  }

  .mel-nova-cintra-col-1._2 {
    padding-top: 0px;
  }

  .mel-nova-cintra-col-1._3 {
    padding-top: 0px;
  }

  .img-gal {
    display: inline-block;
  }

  .loader {
    z-index: 9999999;
    display: none;
  }

  .pl-nav-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pl-cafes-top-bg-1 {
    z-index: 3;
    min-height: 0px;
  }

  .pl-menu-div {
    display: none;
  }

  .pl-logo-top.fixed {
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .pl-menu-icon {
    font-family: 'Poligon Light', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
  }

  .pl-menu-button.w--open {
    background-color: #205b74;
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #205b74;
  }

  .pl-placa {
    height: 250px;
    margin-top: -239px;
  }

  .pl-imgs-origem {
    margin-bottom: 10px;
  }

  .pl-section.flores-bg {
    height: 300px;
  }

  .pl-section.galeria {
    height: auto;
  }

  .pl-section.contato {
    height: auto;
    min-height: 0px;
  }

  .pl-section.galeria-pag {
    height: auto;
  }

  .pl-section.clipping {
    height: auto;
  }

  .pl-section.clipping-pag {
    height: auto;
  }

  .pl-grid-cafes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cafes-img._1 {
    width: 40%;
    margin-top: 0px;
    margin-left: 2px;
    padding-bottom: 0px;
    text-align: center;
  }

  .cafes-img._2 {
    width: 70%;
  }

  .cafes-img._3 {
    width: 200px;
    margin-top: -175px;
    margin-left: 267px;
  }

  .cafes-img._4 {
    width: 110px;
    margin-left: 323px;
  }

  .cafes-img._5 {
    width: 130px;
    margin-top: -180px;
    margin-left: 60px;
  }

  .pl-cafes-top-bg-2 {
    display: none;
    height: 85px;
    min-height: 0px;
  }

  .pl-p-cafes {
    margin-top: 10px;
  }

  .pl-section-3.flores-bg {
    height: 300px;
  }

  .pl-grid-premios {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pl-grid-who {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pl-p-who-2._2 {
    padding-top: 0px;
  }

  .action-showmenu-bg._2 {
    top: 300px;
  }

  .pl-grid-contato {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pl-credito-div {
    position: static;
    margin-top: 100px;
  }

  .pl-social-bar {
    display: none;
  }

  .pl-social-bar.container._2 {
    padding-top: 33px;
    padding-right: 97px;
  }

  .pl-social-bar.container._2.portrait {
    padding: 10px 0px 20px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pl-social-bar.container._2.footer {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pl-social-bar.portrait {
    position: static;
    display: block;
  }

  .pl-social-icon.portrait {
    height: 25px;
  }

  .pl-social-link.footer {
    margin-right: 3px;
    margin-left: 3px;
  }

  .pl-form {
    margin-top: 30px;
  }

  .grid-galerias {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .galeria-item {
    width: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
  }

  .gal-item-image {
    border-radius: 500px;
  }

  .tl-gal {
    max-width: 170px;
  }

  .gal-image-div {
    border-radius: 500px;
  }

  .tl-galeria-pg {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
  }

  .txt-gal-div {
    max-width: 600px;
  }

  .fotos-galeria {
    width: 50%;
  }

  .pl-menu-div-2 {
    display: none;
  }

  .pl-cafes-top-bg-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    min-height: 0px;
  }

  .clipping-item-image {
    border-radius: 500px;
  }

  .pl-p-clipping {
    margin-top: 10px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .pl-tit-clipp {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.7px;
  }

  .tl-clipp {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container.projetos {
    padding: 20px;
  }

  .container.nossos-cafes {
    padding: 20px;
  }

  .container.galerias {
    padding: 20px;
  }

  .container.gal-mel {
    padding: 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .grid.proj-sust-grid {
    grid-row-gap: 16px;
  }

  .grid.nossos-cafes-grid {
    grid-row-gap: 16px;
  }

  .grid.galerias-grid {
    grid-row-gap: 16px;
  }

  .grid.prod-mel {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nc-contatos-footer {
    font-size: 14px;
  }

  .heading {
    line-height: 40px;
  }

  .heading.red {
    line-height: 36px;
  }

  .heading.red.proj-sust {
    font-size: 23px;
    line-height: 27px;
  }

  .heading.red.proj-sust._2 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 36px;
  }

  .heading.red.proj-sust._2._3 {
    margin-top: 30px;
  }

  .heading.red.galeria {
    font-size: 34px;
  }

  .heading-2 {
    line-height: 30px;
  }

  .logo-top {
    padding-top: 0px;
  }

  .nc-top-bar-2 {
    width: 100px;
    padding-left: 10px;
  }

  .heading-3 {
    line-height: 40px;
  }

  .heading-3.tel {
    display: block;
    line-height: 20px;
  }

  .heading-3.email {
    line-height: 20px;
  }

  .float-right {
    margin-right: -9px;
    margin-left: 0px;
  }

  .float-right.phone {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .float-right.social {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nc-section-menu-choice {
    top: 258px;
  }

  .menu-choice {
    font-size: 50px;
    line-height: 53px;
    text-decoration: none;
  }

  .menu-choice-div {
    margin-right: 80px;
    margin-left: 20px;
    float: left;
    text-decoration: none;
  }

  .menu-choice-div._2 {
    margin-right: 20px;
    margin-left: 0px;
  }

  .link-choices {
    text-decoration: none;
  }

  .nc-cafes-top {
    min-height: 320px;
  }

  .menu-choice-div-2 {
    width: 130px;
    height: 130px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-decoration: none;
  }

  .menu-choice-div-3 {
    float: none;
    text-decoration: none;
  }

  .menu-choice-div-3._2 {
    width: 130px;
    height: 130px;
    margin-right: 0px;
    margin-left: 0px;
    background-position: 0% -2px;
  }

  .nc-section-menu-choice-2 {
    top: 0px;
    min-height: 185px;
  }

  .menu-choice-div-4 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-decoration: none;
  }

  .pl-cafes-top-2 {
    min-height: 300px;
  }

  .lateral-text._2 {
    font-size: 16px;
  }

  .lateral-text._3 {
    font-size: 16px;
  }

  .lateral-text._3.ml {
    margin-top: 0px;
  }

  .grao-2 {
    width: 150px;
    margin-top: -746px;
    margin-right: -76px;
  }

  .grao-2.das-flores {
    display: none;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2.premiacoes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nc-origem {
    width: 210px;
    margin-right: 0px;
  }

  .flores {
    width: 200px;
    margin-top: -79px;
    margin-left: 95px;
  }

  .grid-3.proj-sust {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .folhas-proj {
    z-index: 999;
    margin-top: -115px;
    margin-left: 104px;
  }

  .gal-proj {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .call-action-btn.caracteristicas {
    width: 140px;
  }

  .grao-1-prem {
    width: 115px;
    margin-top: -9px;
    margin-left: -43px;
  }

  .grao-2-prem {
    width: 100px;
    margin-top: -112px;
    margin-left: 208px;
  }

  .nossos-cafes-col._2 {
    padding-bottom: 0px;
  }

  .gal-cafes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gal-cafes-tipos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tipos-cafes-2 {
    width: 140px;
  }

  .galeria-fotos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .anchor {
    margin-top: -50px;
  }

  .anchor._11 {
    margin-top: 0px;
  }

  .anchor._4 {
    margin-top: 240px;
  }

  .action-showmenu-2 {
    margin-top: -50px;
  }

  .logo-top-ml {
    padding-top: 0px;
  }

  .nc-top-bar-2-ml {
    width: 100px;
    padding-left: 10px;
  }

  .mel-top-2 {
    min-height: 300px;
  }

  .mel-div {
    width: 240px;
    height: 310px;
    margin-top: 75px;
    margin-right: -20px;
    margin-left: 98px;
  }

  .abelha-1 {
    display: none;
  }

  .abelha-3 {
    margin-top: -259px;
  }

  .abelha-2 {
    display: none;
  }

  .abelha-4 {
    width: 100px;
    margin-left: 102px;
  }

  .loader {
    display: none;
  }

  .pl-cafes-top-bg-1 {
    min-height: 300px;
  }

  .pl-placa {
    width: 100%;
    height: 230px;
    margin-top: -230px;
    background-position: 0% 0%;
  }

  .pl-grid-origem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cafes-img._1 {
    width: 50%;
    margin-left: 1px;
  }

  .cafes-img._2 {
    margin-top: -12px;
  }

  .cafes-img._3 {
    width: 150px;
    margin-top: -131px;
    margin-left: 110px;
  }

  .cafes-img._4 {
    width: 100px;
    margin-top: 10px;
    margin-left: 160px;
  }

  .cafes-img._5 {
    width: 110px;
    margin-top: -120px;
    margin-left: 0px;
  }

  .pl-cafes-top-bg-2 {
    min-height: 0px;
  }

  .pl-grid-premios {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pl-imgs-who {
    margin-top: 10px;
  }

  .action-showmenu-2-bg {
    margin-top: -50px;
  }

  .action-showmenu-3 {
    margin-top: -50px;
  }

  .action-showmenu-4 {
    margin-top: -50px;
  }

  .action-showmenu-5 {
    margin-top: -50px;
  }

  .pl-who-img-1 {
    min-height: 155px;
  }

  .pl-who-img-2 {
    min-height: 155px;
  }

  .pl-social-bar {
    display: none;
  }

  .pl-social-bar.container._2.portrait {
    padding: 10px 0px 20px 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pl-social-bar.portrait {
    position: static;
    display: block;
  }

  .pl-social-icon.portrait {
    height: 25px;
  }

  .grid-galerias {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .galeria-item {
    width: 100%;
  }

  .tl-gal {
    max-width: 200px;
  }

  .tl-galeria-pg {
    font-size: 25px;
    line-height: 30px;
  }

  .fotos-galeria {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pl-cafes-top-bg-3 {
    min-height: 0px;
  }

  .tl-clipp {
    max-width: 200px;
  }
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2d0c0c73 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2d0c0c73 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-2d0c0c73 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2d0c0c73 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2d0c0c73 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8a355d5f-5e2c-c523-5e33-3f39f3ac9543-190c0c7f {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_067ac7ae-7717-37f7-b9fa-aa84f014a518-190c0c7f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a3-f7ee302a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2d0c0c73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-2d0c0c73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-2d0c0c73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_067ac7ae-7717-37f7-b9fa-aa84f014a518-190c0c7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_045c0085-0e0b-411a-a4e5-7c9c90756cf7-190c0c7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_48601e4b-c396-95bf-fbd0-65409457f5af-190c0c7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a3-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a5-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362ab-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d6f784f3-0e36-a925-c110-500c25ee4a09-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5782aa26-3b06-afa3-8d38-1f8abe4831d5-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_067ac7ae-7717-37f7-b9fa-aa84f014a518-190c0c7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_045c0085-0e0b-411a-a4e5-7c9c90756cf7-190c0c7f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_48601e4b-c396-95bf-fbd0-65409457f5af-190c0c7f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a3-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a5-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362ab-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d6f784f3-0e36-a925-c110-500c25ee4a09-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5782aa26-3b06-afa3-8d38-1f8abe4831d5-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_067ac7ae-7717-37f7-b9fa-aa84f014a518-190c0c7f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4657a6f7-d2fe-83fe-572c-50a949a362a3-f7ee302a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d6f784f3-0e36-a925-c110-500c25ee4a09-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5782aa26-3b06-afa3-8d38-1f8abe4831d5-f7ee302a {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Poligon Black Link';
  src: url('../fonts/Poligon-Black-Link.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Light';
  src: url('../fonts/Poligon-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Black';
  src: url('../fonts/Poligon-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Bold Link';
  src: url('../fonts/Poligon-Bold-Link.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Bold';
  src: url('../fonts/Poligon-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Light Link';
  src: url('../fonts/Poligon-Light-Link.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Medium';
  src: url('../fonts/Poligon-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Medium Link';
  src: url('../fonts/Poligon-Medium-Link.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Regular';
  src: url('../fonts/Poligon-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poligon Regular Link';
  src: url('../fonts/Poligon-Regular-Link.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}


.grecaptcha-badge { 
    visibility: hidden;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

input,textarea,select,buttons,img {outline:none;}

.clr { clear:both; padding:0; margin:0; background:none; }