.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;
}

.dac-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  color: #1c526d;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.dac-button {
  padding: 15px 18px;
  border-radius: 5px;
  background-color: #f88419;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dac-button.dac-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dac-button.dac-color-blue {
  background-color: #1eb4ff;
}

.dac-button.whatsapp {
  padding-left: 60px;
  background-image: url('../images/icon-whatsapp.png');
  background-position: 7% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-button.dac-button-header {
  margin-top: 40px;
}

.dac-title {
  font-family: Montserrat, sans-serif;
  color: #1c526d;
}

.dac-title.dac-card-title {
  color: #000;
  font-size: 16px;
}

.dac-title.dac-card-blog-title {
  color: #000;
}

.dac-title.dac-white {
  margin-bottom: 40px;
  color: #fff;
}

.dac-lead {
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #7f98a4;
  font-size: 16px;
  line-height: 30px;
}

.dac-lead.dac-lead-depo {
  padding: 20px 10px;
  line-height: 25px;
}

.dac-lead.dac-lead-depo.dac-lead-depo-bigger {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  line-height: 27px;
}

.dac-lead.dac-lead-footer {
  padding-top: 40px;
}

.dac-hero-wrapper {
  height: 40vw;
  background-image: url('../images/dac-hero-img.png');
  background-position: 100% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
}

.dac-col-1 {
  padding-top: 60px;
}

.dac-form-lead {
  max-width: 600px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.15);
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  margin-right: 10px;
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 5px;
}

.dac-container.dac-newsletter {
  height: 327px;
  padding-top: 40px;
  padding-right: 210px;
  padding-left: 210px;
  background-image: url('../images/dac-background-newsletter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.dac-container.dac-center {
  text-align: center;
}

.dac-label-uptitle {
  font-family: 'Open Sans', sans-serif;
  color: #f88419;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.dac-label-uptitle.span {
  margin-top: 40px;
}

.dac-column.dac-column-solution {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dac-column.dac-blog-list {
  margin-top: 20px;
}

.dac-column.dac-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dac-column.dac-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dac-card {
  margin-bottom: 10px;
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #f3f8ff;
  text-align: center;
}

.dac-card-button {
  padding-right: 35px;
  background-color: transparent;
  background-image: url('../images/dac-icon-arrow.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #337df3;
  font-size: 15px;
  font-weight: 600;
}

.dac-section-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dac-section-wrapper.dac-blue {
  background-color: #1c526d;
  color: #fff;
}

.dac-section-wrapper.hidden {
  display: none;
}

.dac-img.dac-padding-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dac-partiner-logo {
  height: 70px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.dac-partiner-logo.parceiro-1 {
  background-image: url('../images/parceiro-sebrae.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-partiner-logo.parceiro-2 {
  background-image: url('../images/parceiro-microsoft.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-partiner-logo.parceiro-3 {
  background-image: url('../images/parceiros-microsoft-partner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dac-partiner-logo.parceiro-4 {
  background-image: url('../images/parceiro-microsoft-specialist.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-partiner-logo.parceiro-5 {
  background-image: url('../images/parceiro-embratel.png');
  background-position: 50% 50%;
  background-size: contain;
}

.dac-partiner-logo.parceiro-6 {
  background-image: url('../images/parceiro-cisco.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dac-list-check {
  margin-top: 10px;
  padding-left: 35px;
  background-image: url('../images/dac-icon-check.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-blog-card-item {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
}

.dac-blog-card-item-img {
  width: 100%;
  border-radius: 5px;
}

.subscribe-form-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper-2 {
  text-align: left;
}

.subscribe-form-input-2 {
  margin-bottom: 0px;
}

.dac-newsletter-button {
  border-radius: 0px 5px 5px 0px;
  background-color: #f88419;
}

.dac-list-uncheck {
  margin-top: 10px;
  padding-left: 35px;
  background-image: url('../images/dac-list-uncheck.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dac-depo-item {
  min-height: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.1);
}

.dac-depo-item.depo-bigger {
  margin-top: 40px;
}

.dac-depo-name {
  font-family: Montserrat, sans-serif;
  color: #1c526d;
  font-size: 15px;
  font-weight: 700;
}

.dac-depo-row {
  opacity: 0.57;
  font-family: Montserrat, sans-serif;
  color: #1c526d;
  font-weight: 600;
}

.dac-number {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 700;
}

.column {
  padding-top: 60px;
  padding-bottom: 40px;
}

.dac-form-input {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #4b84a1;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.dac-form-input:focus {
  border-bottom-color: #fff;
}

.dac-select-field {
  border: 0px solid #000;
  background-color: #4f85a1;
}

.dac-textarea-field {
  border: 0px solid #000;
  background-color: #4f85a1;
}

.grid {
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.dac-footer-link {
  display: inline-block;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1c526d;
  font-weight: 600;
  text-decoration: none;
}

.success-message {
  background-color: transparent;
}

.div-block {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.success-message-2 {
  background-color: transparent;
}

.div-block-2 {
  color: #805050;
}

.error-message {
  border-radius: 100px;
}

.success-message-3 {
  background-color: transparent;
}

.text-block {
  color: #7c5f5f;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.container.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-line.cc-header {
  background-color: #fff;
}

.dac-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 180px 30px 90px;
  -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: #f88419;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph.cc-gray {
  opacity: 0.72;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.h3.cc-header {
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
  letter-spacing: -1px;
}

.header-inner-content {
  width: 57%;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.h2.cc-white-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 800;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-image.cc-bottom {
  margin-right: 0px;
}

._2-row-image.cc-row-spacing {
  margin-right: 40px;
}

.premium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 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;
  background-color: #fafafa;
}

.premium.cc-background {
  background-color: transparent;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #5ab963;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button:hover {
  background-color: #48944f;
}

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

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.cc-cta {
  margin-top: 0px;
}

.text-span-2 {
  color: #000;
  font-weight: 800;
}

.text-span-2.cc-white-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.premium-banner-inner {
  max-width: 370px;
  padding: 60px 50px;
  background-color: #f88419;
}

.premium-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 720px;
  padding: 120px 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;
  background-image: url('../images/azure-ad-connect.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 180px 30px 90px;
  -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: #5ab963;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
  background-color: #f88419;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
  letter-spacing: -1px;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-right: 30px;
  padding-left: 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;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 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;
  background-color: #fafafa;
}

.blog-posts-item-container {
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-date {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-info {
  padding: 30px;
}

.text-block-2 {
  opacity: 0.57;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .dac-col-1 {
    padding-top: 0px;
  }

  .header-inner-content {
    width: 80%;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  .blog-posts-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .dac-nav-wrapper {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .dac-hero-wrapper {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dac-header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .header-inner-content {
    width: 100%;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .row {
    -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;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .h1-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 479px) {
  .dac-nav-wrapper {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }


  .dac-hero-wrapper {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

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

  .dac-container.dac-newsletter {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #424242;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .dac-section-wrapper.newsletter {
    display: block;
  }

  .dac-partiner-logo.parceiro-5 {
    background-repeat: no-repeat;
  }

  .subscribe-form-input-wrapper-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input-2 {
    width: 100%;
  }

  .dac-depo-item {
    margin-bottom: 20px;
  }

  .dac-header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .premium-banner-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    font-size: 20px;
  }
}

#w-node-_527b93dd-6254-7bb2-78e7-2cb6d2ec0c2b-d2ec0c28 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_527b93dd-6254-7bb2-78e7-2cb6d2ec0c2b-d2ec0c28 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}