.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: Googlesans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  height: 700px;
  padding-top: 168px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#130f37), to(#130f37));
  background-image: linear-gradient(180deg, #130f37, #130f37);
}

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

.brand {
  width: 15%;
  height: 80px;
  background-image: url('../images/6082c5003a7dfcc410be08bd_Weba-temporary-logo.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  padding-top: 5px;
  background-color: transparent;
}

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

.nav-link:hover {
  margin-top: 0px;
  color: #f76c5e;
  line-height: 80px;
}

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

.nav-link.contactos {
  margin-top: 12px;
  margin-left: 50px;
  padding-right: 42px;
  padding-left: 42px;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: #2fcab6;
  border-radius: 200px;
  background-color: #f76c5e;
  color: #fff;
  line-height: 50px;
}

.nav-link.contactos:hover {
  background-color: #85cdc8;
  background-image: -webkit-gradient(linear, left top, right top, from(#229fd5), to(#3df994));
  background-image: linear-gradient(90deg, #229fd5, #3df994);
  color: #fff;
}

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

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

.div-block {
  height: 350px;
  background-image: url('../images/AI_bigdata.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.section-2 {
  height: 500px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
}

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

.button {
  padding: 0px 40px;
  border-radius: 200px;
  background-color: #006291;
  line-height: 50px;
}

.button:hover {
  background-color: #85cdc8;
}

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

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

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

.cta.float-cta {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
  color: #17499f;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #09141e;
}

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

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

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

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

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

.flex-block._2 {
  display: block;
  padding-top: 10px;
  float: right;
  -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;
}

.flex-block._1 {
  display: block;
  width: 70%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

.body {
  background-color: #eee;
}

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

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

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

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

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

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

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

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

.plesk-e-cpanel {
  height: 400px;
  margin-top: 50px;
  border-radius: 5px;
  background-image: url('../images/Screen-Shot-2021-06-27-at-8.39.04-AM.png');
  background-position: 50% 0%;
  background-size: cover;
}

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

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

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

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

.noticia-imagem-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-image: url('../images/No-Innovation-Beyond-This-Point.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.noticias-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

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

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

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

.button-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
}

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

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

.button-2.text-button.noticia-cta {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 25px;
  color: #17499f;
  font-size: 12px;
  font-weight: 500;
}

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

.button-2.text-button.footer-text-link:hover {
  color: #85cdc8;
}

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

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

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

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

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

.h2-2.float-header.w {
  color: #fff;
}

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

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

.h2-2.quote {
  width: 90%;
  margin-bottom: 0px;
  font-family: Googlesans, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 120%;
  font-weight: 500;
}

.noticia-link {
  width: 33.33%;
  max-width: 33.33%;
  min-width: 33.33%;
  padding-right: 12.5px;
  padding-left: 12.5px;
  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: #fff;
}

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

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

.cta-button {
  height: 50px;
  margin-top: 0px;
  padding: 0px 50px;
  float: right;
  border-radius: 200px;
  background-color: #fff;
  color: #1a1a3f;
  font-size: 19px;
  line-height: 50px;
  font-weight: 500;
  text-transform: none;
}

.mid-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(#17499f), to(#85cdc8));
  background-image: linear-gradient(90deg, #17499f, #85cdc8);
}

.flex-wrap {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #09141e;
}

.footer {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #1a1a3f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 27, 43, 0.97)), to(rgba(13, 27, 43, 0.97))), url('../images/giphy.gif');
  background-image: linear-gradient(180deg, rgba(13, 27, 43, 0.97), rgba(13, 27, 43, 0.97)), url('../images/giphy.gif');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.flex-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-block-2.footer-block.empresa {
  max-width: 270px;
  margin-right: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

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

.footer-developer-wrap {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: transparent;
}

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

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

.section-3 {
  height: 350px;
}

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

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

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

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

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

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

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

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

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

.an-object.blue {
  background-color: #006291;
}

.text-block-2 {
  margin-bottom: 35px;
  font-family: Wibs, sans-serif;
  color: #85cdc8;
  font-size: 50px;
  line-height: 100%;
}

.text-block-2.w {
  color: #fff;
}

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

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

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

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

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

.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 {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}

.div-block-6 {
  margin-top: -161px;
  padding: 60px;
  border-radius: 4px;
  background-color: #fff;
}

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

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

.div-block-7 {
  padding: 90px 80px 80px;
  border-radius: 4px;
  background-color: #fff;
}

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

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

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

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

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

.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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 0px none transparent;
  background-color: #fff;
}

.price-table-container.flex-stretch.choosen {
  border-style: solid;
  border-width: 2px;
  border-color: #85cdc8;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 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;
}

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

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

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

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

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

.button-3.lg-wide {
  width: 100%;
  border-color: #85cdc8;
  background-color: #85cdc8;
  box-shadow: none;
  text-align: center;
}

.button-3.lg-wide.ghost {
  border-color: #006291;
  background-color: #006291;
  box-shadow: none;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.col.lg-6.centre-align {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -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;
}

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

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

.centre-align {
  display: block;
  -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;
  font-size: 32px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.text-block-2-copy {
  margin-bottom: 25px;
  font-family: Wibs, sans-serif;
  color: #85cdc8;
  font-size: 50px;
  line-height: 100%;
}

.text-block-2-copy.w {
  color: #fff;
}

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

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

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

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

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

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

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

.contact-section {
  overflow: hidden;
  padding: 80px 0px 100px;
  background-color: transparent;
}

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

.contact-form {
  height: 1050px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 60px;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
}

.button-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2121a4;
  font-size: 13px;
}

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

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

.button-4.filled-button._100 {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 200px;
  background-color: #006291;
  line-height: 50px;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.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 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.section-10 {
  height: auto;
  padding-top: 90px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 27, 43, 0.97)), to(rgba(13, 27, 43, 0.97))), url('../images/giphy.gif');
  background-image: linear-gradient(180deg, rgba(13, 27, 43, 0.97), rgba(13, 27, 43, 0.97)), url('../images/giphy.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}

.set-1 {
  width: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 70px;
}

.set-2 {
  width: 100%;
  height: 550px;
  margin-left: 0px;
  background-image: url('../images/32.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-3 {
  font-family: Kronaone, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

.heading-4 {
  margin-bottom: 25px;
  font-family: Googlesans, sans-serif;
  color: #fff;
  font-size: 52px;
  line-height: 130%;
}

.paragraph-8 {
  margin-bottom: 75px;
  color: hsla(0, 0%, 100%, 0.83);
  font-size: 19px;
  line-height: 150%;
}

.form-block {
  margin-top: 0px;
  padding: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 63, 0.21);
  border-radius: 8px;
  background-color: #fff;
  color: #fff;
}

.text-field {
  height: 50px;
  margin-bottom: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 63, 0.21);
  border-radius: 200px;
  background-color: rgba(88, 88, 88, 0.06);
  color: #181818;
  font-size: 16px;
}

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

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

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

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

.heading-5 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Kronaone, sans-serif;
  color: #1a1a3f;
  font-size: 20px;
}

.button-1 {
  width: 100%;
  height: 50px;
  border-radius: 200px;
  background-color: #1a1a3f;
  background-image: -webkit-gradient(linear, left top, right top, from(#229fd5), to(#3df994));
  background-image: linear-gradient(90deg, #229fd5, #3df994);
  font-size: 18px;
}

.button-1._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  -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: #0d1b2b;
  background-image: none;
}

.set-b {
  width: 50%;
  padding-top: 50px;
  padding-left: 0px;
}

.section-11 {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
}

.heading-6 {
  margin-bottom: 25px;
  font-family: Googlesans, sans-serif;
  color: #0c0c21;
  font-size: 28px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.heading-7 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Kronaone, sans-serif;
  font-size: 20px;
}

.image {
  width: 50px;
  height: 50px;
  margin-bottom: 35px;
}

.paragraph-9 {
  color: rgba(51, 51, 51, 0.89);
  font-size: 19px;
  line-height: 150%;
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0d1b2b;
}

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

.div-block-15 {
  height: 450px;
  border-style: none;
  border-width: 1px;
  border-color: #3df994;
  border-radius: 12px;
  background-image: url('../images/bizman.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15._2 {
  background-image: url('../images/bizman-2.jpg');
}

.div-block-15._3 {
  background-image: url('../images/bizman.jpg');
}

.div-block-16 {
  padding-right: 75px;
}

.div-block-16._1 {
  padding-right: 0px;
  padding-left: 75px;
}

.list {
  margin-top: 35px;
  margin-bottom: 30px;
}

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

.image-2 {
  width: 60%;
  margin-bottom: 25px;
}

.paragraph-10 {
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 16px;
  line-height: 140%;
}

.div-block-17 {
  padding-right: 50px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Googlesans, sans-serif;
  color: #fff;
  font-size: 22px;
}

.link {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
}

.div-block-18 {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
}

.text-block-4 {
  margin-bottom: 10px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-2 {
  width: 45px;
  height: 45px;
  margin-right: 0px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #3df994;
  border-radius: 200px;
  font-family: Socials, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-21 {
  padding-top: 20px;
}

.div-block-22 {
  padding-top: 20px;
}

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

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

  .brand {
    width: 30%;
  }

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

  .nav-link {
    display: block;
    color: #fff;
  }

  .nav-link:hover {
    color: #85cdc8;
  }

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

  .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;
    margin-bottom: 25px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-radius: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer {
    padding-bottom: 40px;
  }

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

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

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

  .nav-menu {
    width: 60%;
    height: 100vh;
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#229fd5), to(#3df994));
    background-image: linear-gradient(180deg, #229fd5, #3df994);
  }

  .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: 0px;
  }

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

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

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

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

  .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: 0px;
  }

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

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

  .row {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 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: 0px;
  }

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

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

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

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

  .menu-button {
    margin-right: -18px;
    padding-top: 24px;
    padding-right: 18px;
    color: #fff;
    font-size: 33px;
  }

  .menu-button.w--open {
    border-radius: 4px;
    background-color: #006291;
  }

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

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

  .div-block-12 {
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .set-1 {
    width: 100%;
    padding-left: 0px;
  }

  .set-2 {
    background-position: 50% 50%;
  }

  .set-b {
    width: 100%;
    text-align: center;
  }

  .heading-6 {
    margin-top: 0px;
  }

  .div-block-16 {
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .div-block-16._1 {
    padding-top: 50px;
    padding-left: 0px;
  }

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

  .image-2 {
    width: 40%;
  }

  .div-block-17 {
    width: 60%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

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

  .div-block-19 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-2 {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon {
    color: #fff;
  }
}

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

  .brand {
    width: 40%;
  }

  .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: 23px;
  }

  .noticia-link {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }

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

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

  .side-a {
    height: auto;
  }

  .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-right: auto;
    margin-left: auto;
  }

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

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

  .set-2 {
    height: 300px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-6 {
    font-size: 23px;
  }

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

  .div-block-15 {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 800px;
  }

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

  .brand {
    width: 50%;
  }

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

  .nav-link {
    line-height: 70px;
  }

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

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

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

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

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

  .flex-block.float-link-block.youuu {
    height: 360px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .flex-block.float-link-block.huuu {
    height: 420px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .h2 {
    font-size: 25px;
  }

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

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

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

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

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

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

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

  .noticia-link {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .cta-button {
    font-size: 17px;
  }

  .footer {
    padding-top: 80px;
  }

  .flex-block-2.footer-block.empresa {
    text-align: left;
  }

  .nav-menu {
    width: 70%;
    padding-left: 25px;
  }

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

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

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

  .columns {
    margin-right: 0px;
  }

  .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: 0px;
  }

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

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

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

  .menu-button {
    padding-top: 23px;
  }

  .section-10 {
    padding-bottom: 50px;
  }

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

  .set-2 {
    height: 350px;
    margin-bottom: 35px;
  }

  .heading-4 {
    font-size: 29px;
  }

  .paragraph-8 {
    margin-bottom: 50px;
    font-size: 17px;
  }

  .form-block {
    padding: 40px;
  }

  .heading-5 {
    font-size: 17px;
  }

  .button-1._1 {
    width: 100%;
  }

  .section-11 {
    padding-bottom: 90px;
  }

  .heading-6 {
    font-size: 22px;
  }

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

  .heading-7 {
    font-size: 18px;
  }

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

  .section-13 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .div-block-15 {
    height: 300px;
  }

  .div-block-16 {
    padding-bottom: 70px;
  }

  .div-block-16._1 {
    padding-bottom: 0px;
  }

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

  .heading-8 {
    font-size: 17px;
  }

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

#w-node-c4602a4b-ab37-5800-c17d-3d90f0ac7340-31dd39a5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95a22ffc-9059-f81e-a0c3-027be3808c2a-31dd39a5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08763238-537b-dd31-d5c1-4199aa024d39-31dd39a5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@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: 'Socials';
  src: url('../fonts/socials.eot') format('embedded-opentype'), url('../fonts/socials.woff') format('woff'), url('../fonts/socials.ttf') format('truetype'), url('../fonts/socials.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}
@font-face {
  font-family: 'Kronaone';
  src: url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans book';
  src: url('../fonts/BentonSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}