:root {
  --blue: #353ce7;
  --midnight-blue: #151b51;
  --white: white;
  --dark-slate-blue: #17499f;
  --steel-blue: #006291;
  --medium-turquoise: #85cdc8;
  --black: black;
}

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

body {
  color: #333;
  font-family: Googlesans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 100vh;
  background-image: linear-gradient(83deg, var(--blue), #14184e);
  padding-top: 160px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand {
  width: 20%;
  height: 80px;
  background-image: url('../images/Merkeido-13_WHITE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.w--current {
  background-image: url('../images/logo-Merkeido-NEGATIVO-2.png');
}

.navbar {
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
}

.nav-link:hover {
  margin-top: 0;
  line-height: 80px;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.nav-link.contactos {
  float: right;
  background-color: var(--blue);
  color: #fff;
  border-radius: 200px;
  margin-top: 12px;
  margin-left: 50px;
  padding-left: 42px;
  padding-right: 42px;
  line-height: 50px;
}

.nav-link.contactos:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.nav-link.contactos.dif {
  float: none;
  margin-left: 0;
}

.nav-link._200 {
  display: none;
}

.div-block {
  height: 500px;
  background-image: url('../images/3-money.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  padding-top: 25px;
  padding-right: 50px;
}

.section-2 {
  height: 500px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 120%;
}

.paragraph {
  color: #fff;
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 150%;
}

.button {
  background-color: var(--white);
  color: #000;
  border-radius: 200px;
  padding: 0 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.button._1 {
  background-color: var(--blue);
  color: #fff;
}

.float-section {
  z-index: 1;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.cta {
  color: #e78949;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  top: auto;
  bottom: 50px;
  left: 50px;
  right: auto;
}

.cta.float-cta {
  z-index: 2;
  color: var(--dark-slate-blue);
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.flex-block {
  color: #09141e;
  flex: 1;
  transition: color .35s;
  display: flex;
}

.flex-block.float-link-block {
  height: 300px;
  background-color: #fff;
  padding: 50px 50px 70px;
  text-decoration: none;
  display: block;
  position: relative;
}

.flex-block.float-link-block:hover {
  background-color: #fff;
}

.flex-block.float-link-block.has-border-lines {
  height: 300px;
  border-left: 2px solid #f8f6f5;
  border-right: 2px solid #f8f6f5;
}

.flex-block.float-link-block.youuu {
  height: 300px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.flex-block.float-link-block.huuu {
  height: 300px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flex-block._2 {
  float: right;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.flex-block._1 {
  width: 70%;
  float: left;
  flex-direction: column;
  display: block;
}

.h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 130%;
}

.h2.float-header {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.flex-wrapper {
  display: flex;
}

.flex-wrapper.float-flex-wrapper {
  border-radius: 50px;
  margin-top: -123px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph-2.float-paragraph {
  z-index: 2;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}

.body {
  background-color: #eee;
}

.ceo-talk-wrap {
  padding-top: 97px;
  padding-right: 50px;
}

.ceo-name {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 100%;
}

.ceo-cargo {
  color: #818181;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 39px;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.ceo-section {
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.ceo-image {
  height: 670px;
  background-image: url('../images/man2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 580px;
}

.section-subheading {
  color: #818181;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.assinatura {
  width: 200px;
  height: 80px;
}

.bold-text {
  font-size: 17px;
  font-weight: 600;
}

.plesk-e-cpanel {
  height: 450px;
  background-image: url('../images/merkeido_4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-top: 50px;
}

.paragraph-3 {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 150%;
}

.imagem {
  filter: saturate(67%);
}

.noticia-content-wrap {
  color: #09141e;
}

.noticia-text-block {
  height: 230px;
  max-height: 230px;
  min-height: 230px;
  background-color: #fff;
  border: 1px #e2e2e2;
  padding: 25px 25px 25px 0;
  position: relative;
  overflow: hidden;
}

.noticia-imagem-block {
  height: 350px;
  background-image: url('../images/merkeido_6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  display: flex;
}

.noticia-imagem-block.marketing {
  background-image: url('../images/merkeido_3.jpg');
}

.noticia-imagem-block.website {
  background-image: url('../images/merkeido_1.jpg');
}

.noticias-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.negative-margin.noticia {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.header-wrap {
  margin-bottom: 100px;
}

.header-wrap._2 {
  margin-bottom: 0;
}

.button-2 {
  font-size: 13px;
  transition: all .2s;
}

.button-2.text-button {
  color: #689fba;
  text-transform: uppercase;
  font-weight: 700;
}

.button-2.text-button:hover {
  color: #858e72;
}

.button-2.text-button.noticia-cta {
  color: var(--dark-slate-blue);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0;
  right: auto;
}

.button-2.text-button.footer-text-link {
  color: #eaeaea;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: none;
  display: block;
}

.button-2.text-button.footer-text-link:hover {
  color: #fff;
  text-decoration: underline;
}

.button-2.text-button.footer-text-link.w--current {
  color: #689fba;
}

.button-2.text-button.footer-text-link.less-important {
  height: 30px;
  float: left;
  margin-bottom: 0;
  margin-right: 35px;
  font-size: 11px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.noticia-publish-date {
  color: #6d7883;
  text-transform: uppercase;
  margin-right: 3px;
  font-size: 11px;
  display: inline;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 100%;
}

.h2-2.float-header {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.h2-2.float-header.w {
  color: var(--white);
}

.h2-2.float-header.yuo {
  width: 70%;
  line-height: 150%;
}

.h2-2.float-header.tooo {
  margin-bottom: 15px;
}

.h2-2.quote {
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.noticia-link {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.noticia-link:hover {
  color: #59b3df;
}

.noticia-publish-date-wrap {
  margin-bottom: 12.5px;
}

.short-paragraph {
  font-size: 16px;
}

.short-paragraph.noticia-lead {
  max-height: none;
  margin-bottom: 25px;
  line-height: 150%;
}

.short-paragraph.noticia-lead._100 {
  max-height: none;
}

.short-paragraph.noticia-lead._100.w {
  color: var(--white);
}

.short-paragraph.noticia-lead._100.uo {
  width: 80%;
}

.short-paragraph.copyright-text {
  color: #f1f1f1;
  margin-bottom: 35px;
  font-size: 13px;
}

.cta-button {
  height: 60px;
  float: right;
  color: #09141e;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 200px;
  margin-top: 20px;
  padding: 0 50px;
  font-size: 13px;
  font-weight: 500;
  line-height: 60px;
}

.mid-section {
  background-image: linear-gradient(to right, var(--blue), var(--midnight-blue));
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-wrap {
  color: #09141e;
  flex: 1;
  transition: color .35s;
  display: block;
}

.footer {
  background-color: #09141e;
  background-image: linear-gradient(rgba(21, 27, 81, .97), rgba(21, 27, 81, .97)), url('../images/giphy.gif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-wrap-2 {
  display: flex;
}

.flex-block-2 {
  width: 50%;
}

.flex-block-2.footer-block {
  width: auto;
  flex: 1;
}

.flex-block-2.footer-block.social {
  width: 25px;
  flex: 0 auto;
  padding-top: 57px;
}

.flex-block-2.footer-block.empresa {
  max-width: 100%;
  flex: 0 auto;
  margin-right: 5vw;
}

.developer-link {
  width: 100px;
  height: 30px;
  float: right;
  opacity: .45;
  background-image: url('../images/Select-Midia-Design-App-Website-White.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.h3 {
  color: #2c4e5f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 100%;
}

.h3.footer-section-heading {
  color: #f8f6f5;
  margin-bottom: 35px;
  font-weight: 500;
}

.footer-social-button {
  color: #e78949;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.footer-social-button:hover {
  color: #689fba;
}

.footer-logo-wrap {
  width: 200px;
  margin-bottom: 35px;
}

.footer-developer-wrap {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .11);
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-3 {
  z-index: 1000;
  background-color: #091a38;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 80%;
  float: left;
  padding-left: 50px;
}

.section-3 {
  height: 350px;
}

.interior-section {
  height: 420px;
  background-image: linear-gradient(174deg, rgba(0, 221, 255, .86), #003367), url('../images/internet.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
}

.interior-section.hosting {
  background-image: linear-gradient(174deg, rgba(0, 221, 255, .86), #003367), url('../images/hosting1.jpg');
}

.interior-section.emails {
  background-image: linear-gradient(174deg, rgba(0, 221, 255, .86), #003367), url('../images/VRSN_CompanyBrandedEmail_BlogImage8_201712-670x446-2.png');
}

.interior-section.telefone {
  background-image: linear-gradient(174deg, rgba(0, 221, 255, .86), #003367), url('../images/original.png');
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.div-block-4 {
  width: 60%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-size: 19px;
  line-height: 150%;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.an-object {
  max-height: 400px;
  min-height: 400px;
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 40px;
}

.an-object.blue {
  background-color: var(--steel-blue);
}

.text-block-2 {
  color: var(--medium-turquoise);
  margin-bottom: 35px;
  font-family: Wibs, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-2.w {
  color: var(--white);
}

.columns {
  margin-right: -25px;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 100px;
}

.side-a {
  height: 650px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 60px;
}

.side-b {
  height: 650px;
  background-color: #006291;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 60px;
}

.section-6 {
  height: 520px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Cyber-security-in-Centurion.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-7 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-5 {
  width: 50%;
  margin-top: 40px;
}

.div-block-5.to {
  margin-top: 40px;
}

.heading-2-copy {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}

.div-block-6 {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: -161px;
  padding: 60px;
}

.text-block-3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.section-8 {
  padding-bottom: 100px;
}

.div-block-7 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 90px 80px 80px;
}

.div-block-8 {
  width: 60%;
  text-align: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 150%;
}

.div-block-9 {
  text-align: center;
  margin-bottom: 35px;
  margin-right: 35px;
}

.columns-2 {
  margin-right: -35px;
}

.img-rede {
  height: 100px;
  background-image: url('../images/wordpress.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.img-rede.drupal {
  background-image: url('../images/Drupal_8_logo_Stacked.png');
}

.img-rede.joomla {
  background-image: url('../images/joomla.png');
}

.img-rede.mangeto {
  background-image: url('../images/334972_preview.png');
}

.img-rede.sugarcrm {
  background-image: url('../images/SugarCRM-Stacked-Full-Color.png');
}

.img-rede.moodle {
  background-image: url('../images/Moodle-Logo-RGB.png');
}

.img-rede.presta {
  background-image: url('../images/6a52784ef608aae4062a753089c8.png');
}

.section-9 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-small {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-margins {
  color: #333;
}

.paragraph-small.align-to-h1 {
  color: #333;
  margin-bottom: 6px;
  margin-left: 5px;
}

.price-table-container {
  border: 1px solid rgba(9, 106, 208, .2);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  background-color: var(--white);
  border: 0 rgba(0, 0, 0, 0);
  align-items: stretch;
  margin-bottom: 25px;
  margin-right: 25px;
}

.price-table-container.flex-stretch.choosen {
  border: 2px solid var(--medium-turquoise);
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.no-bottom-margins {
  margin-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.button-3 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button-3:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.button-3.lg-wide {
  width: 100%;
  border-color: var(--medium-turquoise);
  background-color: var(--medium-turquoise);
  box-shadow: none;
  text-align: center;
}

.button-3.lg-wide.ghost {
  border-color: var(--steel-blue);
  background-color: var(--steel-blue);
  box-shadow: none;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  display: block;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.tick-icon {
  margin-right: 8px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: #c9c9c9;
}

.section-6-copy {
  height: 520px;
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/web-hosting-server.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-5-copy {
  width: 100%;
  margin-top: 40px;
}

.div-block-5-copy.to {
  margin-top: 40px;
}

.heading-2-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
}

.text-block-2-copy {
  color: var(--medium-turquoise);
  margin-bottom: 25px;
  font-family: Wibs, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.text-block-2-copy.w {
  color: var(--white);
}

.div-block-10 {
  width: 90%;
  margin-top: 40px;
}

.columns-3 {
  margin-right: -25px;
}

.emails-price-section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.map-form {
  border-top: 1px #e4e4e4;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-2.mapped {
  padding-left: 0;
}

.map {
  height: 1050px;
  border-radius: 0 4px 4px 0;
}

.contact-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0 100px;
  overflow: hidden;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-form {
  height: 1050px;
  background-color: var(--white);
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 60px;
}

.button-4 {
  color: #2121a4;
  font-size: 13px;
  transition: all .2s;
}

.button-4.filled-button {
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  background-color: #2121a4;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 45px;
  transition: all .2s;
  display: inline-block;
}

.button-4.filled-button:hover {
  background-color: #689fba;
}

.button-4.filled-button._100 {
  width: 100%;
  height: 50px;
  background-color: var(--steel-blue);
  text-transform: uppercase;
  border-radius: 200px;
  line-height: 50px;
  display: block;
}

.title-wrap {
  color: #0a2230;
  margin-bottom: 30px;
}

.title-wrap._2 {
  margin-bottom: 50px;
}

.contact-form-text-field-2 {
  height: 50px;
  color: #616161;
  background-color: #ececec;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.contact-form-text-field-2:hover {
  border-color: #7a9ad0;
}

.contact-form-text-field-2:focus {
  background-color: #fff;
  border-width: 3px;
  border-color: #7a9ad0;
}

.contact-form-text-field-2::-ms-input-placeholder {
  font-weight: 400;
}

.contact-form-text-field-2::placeholder {
  font-weight: 400;
}

.contact-form-text-field-2.message {
  height: 140px;
  padding-top: 13px;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.paragraph-7 {
  color: #616161;
  margin-bottom: 20px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.contact-form-fied-label {
  color: #3d3d3d;
  margin-bottom: 12.5px;
  font-size: 16px;
  font-weight: 600;
}

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

.mais-sobre {
  z-index: 1000;
  width: 50%;
  height: 100vh;
  background-color: #fff;
  padding: 45px 57px 57px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
  box-shadow: -2px 0 5px 8px rgba(0, 0, 0, .09);
}

.link {
  color: #2f2f2f;
}

.div-block-13 {
  text-align: right;
  margin-bottom: 50px;
}

.heading-3 {
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 150%;
}

.div-block-14 {
  padding: 91px;
}

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

html.w-mod-js [data-ix="merkeidio-main"] {
  display: none;
  transform: translate(100%);
}

@media screen and (max-width: 991px) {
  .section {
    padding-bottom: 50px;
  }

  .brand.w--current {
    width: 25%;
  }

  .nav-link {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    line-height: 120%;
    display: block;
  }

  .nav-link:hover {
    color: #9fa2ff;
    line-height: 120%;
  }

  .nav-link.contactos {
    float: left;
    margin-left: 0;
    display: none;
  }

  .nav-link._200 {
    display: block;
  }

  .div-block {
    margin-bottom: 40px;
  }

  .div-block-2 {
    padding-top: 40px;
  }

  .heading {
    font-size: 38px;
  }

  .paragraph {
    font-size: 19px;
  }

  .flex-block.float-link-block.has-border-lines {
    height: 250px;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 5px;
    margin-bottom: 25px;
  }

  .flex-block.float-link-block.youuu {
    height: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 25px;
  }

  .flex-block.float-link-block.huuu {
    height: 250px;
    border-radius: 5px;
  }

  .flex-block._2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block._1 {
    width: 60%;
  }

  .flex-wrapper.float-flex-wrapper {
    margin-top: -39px;
  }

  .ceo-talk-wrap {
    padding-top: 0;
  }

  .noticia-imagem-block {
    height: 250px;
  }

  .noticias-section {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .h2-2.float-header.yuo {
    width: 80%;
  }

  .h2-2.quote {
    font-size: 30px;
  }

  .noticia-link {
    margin-bottom: 35px;
  }

  .cta-button {
    float: none;
    margin-top: 30px;
  }

  .flex-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-2.footer-block {
    margin-bottom: 50px;
  }

  .flex-block-2.footer-block.empresa {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
  }

  .div-block-3 {
    display: block;
  }

  .nav-menu {
    width: 70%;
    height: 100vh;
    background-color: rgba(21, 27, 81, .98);
    padding-top: 70px;
    padding-left: 0;
  }

  .interior-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .text-block {
    font-size: 17px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .an-object {
    min-height: auto;
  }

  .text-block-2 {
    margin-bottom: 25px;
  }

  .side-a {
    height: auto;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 40px;
  }

  .side-b {
    height: auto;
    border-radius: 5px;
    padding: 40px;
  }

  .section-6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .div-block-5 {
    width: 80%;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .section-9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.align-centre {
    justify-content: center;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .section-6-copy {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-2-copy {
    font-size: 32px;
  }

  .emails-price-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-2.mapped {
    padding-left: 0;
  }

  .map {
    height: 450px;
    border-radius: 5px;
  }

  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-form {
    border-radius: 5px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .title-wrap {
    margin-bottom: 15px;
  }

  .menu-button {
    color: var(--white);
    margin-right: -18px;
    padding-right: 18px;
    font-size: 33px;
  }

  .menu-button.w--open {
    background-color: var(--steel-blue);
    border-radius: 4px;
  }

  .div-block-11 {
    margin-bottom: 40px;
  }

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

  .mais-sobre {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    width: 25%;
  }

  .brand.w--current {
    width: 32%;
  }

  .div-block {
    height: 300px;
  }

  .div-block-2 {
    margin-bottom: 40px;
  }

  .heading {
    font-size: 32px;
  }

  .flex-block.float-link-block.huuu {
    height: 300px;
  }

  .flex-block._2 {
    float: left;
  }

  .flex-block._1 {
    width: 100%;
  }

  .ceo-section {
    padding-bottom: 80px;
  }

  .plesk-e-cpanel {
    height: 300px;
  }

  .noticia-text-block {
    height: 270px;
    max-height: 270px;
    min-height: 270px;
  }

  .h2-2.quote {
    font-size: 28px;
  }

  .flex-wrap {
    text-align: center;
  }

  .div-block-4 {
    width: 80%;
  }

  .side-a, .side-b {
    height: auto;
  }

  .section-6 {
    height: auto;
    padding-bottom: 70px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    padding: 50px;
  }

  .div-block-7 {
    padding-top: 80px;
  }

  .div-block-8 {
    width: 100%;
  }

  .img-rede {
    height: 80px;
  }

  .img-rede.moodle {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-table-container {
    padding: 40px;
  }

  .row {
    flex-wrap: wrap;
  }

  .col.lg-6, .col.lg-6.centre-align {
    width: 100%;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .div-block-11 {
    margin-bottom: 50px;
  }

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

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
    padding-top: 110px;
  }

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

  .brand, .brand.w--current {
    width: 40%;
  }

  .nav-link {
    margin-bottom: 15px;
    padding-left: 35px;
  }

  .div-block-2 {
    padding-top: 25px;
  }

  .heading {
    font-size: 21px;
    line-height: 130%;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .float-section {
    padding-top: 40px;
  }

  .flex-block.float-link-block.has-border-lines, .flex-block.float-link-block.youuu, .flex-block.float-link-block.huuu {
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2 {
    font-size: 25px;
  }

  .flex-wrapper.float-flex-wrapper {
    margin-top: 0;
  }

  .ceo-talk-wrap {
    padding-right: 0;
  }

  .section-subheading {
    line-height: 120%;
  }

  .noticia-text-block {
    height: auto;
    max-height: 260px;
    min-height: auto;
  }

  .noticias-section {
    padding-top: 70px;
  }

  .h2-2 {
    font-size: 30px;
    line-height: 120%;
  }

  .h2-2.quote {
    font-size: 25px;
  }

  .short-paragraph.noticia-lead {
    margin-bottom: 42px;
  }

  .footer {
    padding-top: 80px;
  }

  .flex-block-2.footer-block.empresa {
    text-align: center;
    padding-right: 0;
  }

  .nav-menu {
    width: 80%;
    padding-top: 80px;
  }

  .div-block-4 {
    width: 100%;
  }

  .text-block {
    font-size: 16px;
  }

  .an-object {
    max-height: 500px;
    margin-right: 0;
  }

  .columns {
    margin-right: 0;
  }

  .section-5 {
    padding-bottom: 70px;
  }

  .section-6 {
    height: auto;
  }

  .section-7 {
    padding-bottom: 70px;
  }

  .div-block-6 {
    padding: 40px;
  }

  .div-block-7 {
    padding: 60px 40px;
  }

  .paragraph-small.no-margins {
    text-align: left;
  }

  .price-table-container {
    padding: 35px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.centre-align, .col.lg-4 {
    width: 100%;
  }

  .section-6-copy {
    padding-bottom: 80px;
  }

  .div-block-5-copy {
    margin-top: 30px;
  }

  .heading-2-copy {
    font-size: 27px;
    line-height: 130%;
  }

  .div-block-10 {
    width: 100%;
  }

  .map {
    height: 300px;
  }

  .contact-section {
    padding-top: 40px;
  }

  .contact-form {
    margin-bottom: 35px;
    padding: 50px 40px;
  }

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

  .mais-sobre {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Wibs';
  src: url('../fonts/wibs.eot') format('embedded-opentype'), url('../fonts/wibs.woff') format('woff'), url('../fonts/wibs.ttf') format('truetype'), url('../fonts/wibs.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Googlesans';
  src: url('../fonts/GoogleSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}