@font-face {
  font-family: Katondo fonts;
  src: url('../fonts/katondo-fonts.eot') format("embedded-opentype"), url('../fonts/katondo-fonts.woff') format("woff"), url('../fonts/katondo-fonts.ttf') format("truetype"), url('../fonts/katondo-fonts.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

:root {
  --dark-slate-grey: #0b4b6c;
  --steel-blue: #1d8aaf;
  --white: white;
  --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: Productsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-menu-2 {
  float: right;
  margin-left: 30px;
}

.brand-3 {
  float: left;
  background-image: url('../images/LOGO-CGK-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 105px;
  margin-top: -10px;
  top: 12px;
}

.brand-3.w--current {
  width: 280px;
  height: 105px;
  margin-right: 0;
}

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

.text-block-16 {
  margin-right: 0;
}

.div-block-9 {
  float: right;
  padding-top: 3px;
}

.dropdown-list {
  border-bottom-left-radius: 4px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  padding-top: 0;
  padding-bottom: 10px;
  right: -33.8594px;
  box-shadow: 1px 1px 3px #0000003b;
}

.navbar-3 {
  height: 93px;
  box-shadow: none;
  background-color: #0000;
  border-bottom: 1px solid #dedede;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-bar-2 {
  background-color: #0000;
  height: 70px;
  display: none;
}

.navbar-2 {
  background-color: #fff;
  height: 110px;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #e9e9e9;
}

.dropdown-link {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 25px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #fa6b17;
}

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

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

.nav-section {
  color: #fff;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.navvis {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110px;
  display: inline-block;
}

.navvis:hover {
  color: var(--steel-blue);
}

.navvis.w--current {
  color: #6a6a6a;
  border-bottom: 3px #f7b900;
  line-height: 110px;
}

.navvis._1 {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 50px;
  margin-top: 14px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  transition: all .2s;
}

.navvis._1:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.navvis._500 {
  padding-left: 0;
  padding-right: 0;
}

.navvis._700 {
  display: none;
}

.navvis._2 {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 200px;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.body {
  font-family: Productsans, sans-serif;
}

.section {
  margin-top: 160px;
}

.float-section {
  z-index: 1;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  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;
  inset: auto auto 50px 50px;
}

.cta.float-cta {
  z-index: 2;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

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

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

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

.flex-block.float-link-block {
  background-color: #fff;
  height: 350px;
  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 {
  background-color: var(--steel-blue);
  border-left: 2px #f8f6f5;
  border-right: 2px #f8f6f5;
}

.flex-block.float-link-block.huuu {
  background-color: var(--dark-slate-grey);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flex-block.float-link-block.youuu {
  background-color: #7dc2da;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.h2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 100%;
}

.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 {
  z-index: 10000;
  color: #fff;
  border-radius: 50px;
  margin: -110px 0 80px;
  display: block;
  position: relative;
}

.paragraph.float-paragraph {
  z-index: 2;
  z-index: 2;
  color: var(--white);
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  position: relative;
}

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

.h2-2.float-header {
  z-index: 2;
  color: var(--white);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

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

.float-section-2 {
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container-3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: 600px;
}

.slide-nav {
  font-size: 0;
}

.slide {
  background-image: url('../images/0601-Marketing-for-Doctors-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/5e4601e05d8e55380419f050_analises-clinicas-quais-sao-exames.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.consultas {
  background-image: url('../images/cirurgiaplasticareconstrutora.jpg');
}

.slide-2.cardiologia {
  background-image: url('../images/como-montar-um-consultorio-de-cardiologia.jpg');
}

.slide-2.cirurgia-geral {
  background-image: url('../images/CK_6.jpg');
}

.slide-3 {
  background-image: url('../images/e7092f74-a884-4d20-9081-c03a2fa485261.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-10 {
  background-image: url('../images/CGK_photo_exterieur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 420px;
}

.gogo {
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-11 {
  text-shadow: 1px 1px 6px #00000078;
  width: 60%;
  margin-top: 110px;
}

.div-block-11._4000 {
  width: 70%;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000000c7;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-17 {
  width: 90%;
  color: var(--white);
  font-size: 19px;
  line-height: 130%;
}

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

.div-block-12._400 {
  padding-top: 0;
}

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

.heading-2 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

.paragraph-2 {
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.columns._600 {
  margin-bottom: 25px;
}

.columns._600._900 {
  margin-bottom: 80px;
}

.columns._600._900.jk {
  margin-bottom: 50px;
}

.button {
  background-color: var(--steel-blue);
  border-radius: 200px;
  padding: 0 31px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.button:hover {
  background-color: var(--dark-slate-grey);
}

.section-2 {
  background-color: #eaeaea;
  padding: 100px 50px;
  display: none;
}

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

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

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

.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(--steel-blue);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 25px 0;
}

.noticia-link {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  text-decoration: none;
}

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

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

.short-paragraph.noticia-lead {
  color: #09141ea1;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 160%;
}

.short-paragraph.servico-short-description {
  color: #575757;
  margin-top: 25px;
  margin-bottom: 25px;
}

.short-paragraph.footer-about-paragraph {
  color: #cfcfcf;
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 300;
  line-height: 155%;
}

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

.noticia-imagem-block {
  border-radius: 5px;
  justify-content: center;
  height: 220px;
}

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

.noticias-section {
  background-color: #ededed;
  padding: 100px 50px;
  display: block;
}

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

.noticias-section._90._1 {
  background-color: #fff;
}

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

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

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

.flex-block-3 {
  width: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
}

.flex-block-3._33-percent {
  flex: none;
  width: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
}

.servicos-icon-2 {
  float: left;
  color: var(--steel-blue);
  margin-right: 25px;
  font-family: Katondo fonts, sans-serif;
  font-size: 35px;
  line-height: 100%;
  display: inline-block;
}

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

.h3.servico-title {
  height: 35px;
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
}

.h3.footer-section-heading {
  color: #23abda;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
}

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

.link {
  float: right;
  color: var(--steel-blue);
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.footer {
  background-color: #09141e;
  background-image: linear-gradient(#062d42f0, #062d42f0), url('../images/Edificio-8.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding: 70px 50px 40px;
}

.container-4 {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.flex-block-4.footer-block.empresa {
  flex: 0 auto;
  width: 100%;
  margin-right: 10vw;
}

.developer-link {
  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;
  width: 100px;
  height: 30px;
}

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

.footer-developer-wrap {
  background-color: #0000;
  border-top: 1px solid #ffffff1c;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.button-3.text-button {
  color: #2121a4;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
}

.button-3.text-button:hover {
  color: #2121a4;
}

.button-3.text-button.footer-text-link {
  color: #e2e2e2;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: none;
  display: block;
}

.button-3.text-button.footer-text-link:hover {
  color: #689fba;
}

.button-3.text-button.footer-text-link.w--current {
  color: #fff;
  font-weight: 700;
}

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

.button-3.text-button.footer-text-link._90000 {
  display: none;
}

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

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

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

.text-block-18 {
  color: #fff;
  border-top: 1px solid #fff;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
}

.section-3 {
  background-color: #eaeaea;
  margin-top: 160px;
  padding: 50px 50px 70px;
  position: relative;
}

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

.section-3._70._9000, .section-3._900, .section-3._100 {
  margin-top: 0;
}

.row-6 {
  margin-right: -25px;
}

.column-a {
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.c-funcionario-link_wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 10px 25px;
  font-size: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.c-funcionario-link_wrapper:hover {
  transform: translate(0, -10px);
}

.c-funcionario-link_wrapper.call-centre {
  height: 350px;
  margin-bottom: 0;
  margin-right: 0;
  transition-property: none;
}

.c-funcionario-link_wrapper.call-centre:hover {
  transform: none;
}

.c-funcionario-foto {
  background-image: url('../images/Profile.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e2e2e2;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
}

.c-funcionario-foto._500 {
  background-image: url('../images/1.jpg');
}

.c-funcionario-foto._200 {
  background-image: url('../images/1417044-the-new-york-department-of-education-is-seeking-to-prohibit-approved-caribbean-medical-schools-from-entering-black-doctor-png-570_439_preview.png');
}

.c-funcionario-foto._600 {
  background-image: url('../images/1557835839-drajaymarwaha.jpg');
}

.c-funcionario_name {
  color: #000;
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
}

.text-block-93 {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 150%;
}

.section-name {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/1942204.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 0;
  display: flex;
}

.section-name.contactos {
  background-image: linear-gradient(#00000059, #00000059), url('../images/original.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.contact-section {
  background-color: #fff;
  padding: 100px 50px;
  overflow: hidden;
}

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

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

.map {
  border-radius: 4px;
  height: 878px;
  display: none;
}

.contact-form {
  margin-bottom: 0;
  margin-right: 40px;
}

.contact-form-text-field-2 {
  color: #616161;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  height: 50px;
  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::placeholder {
  font-weight: 400;
}

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

.dropdown-toggle {
  padding: 0;
  display: block;
}

.text-block-94 {
  color: #0b4b6c;
}

.dropdown-link-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 150%;
}

.dropdown-link-2:hover {
  color: var(--steel-blue);
}

.dropdown-list-2 {
  width: 200px;
}

.dropdown-list-2.w--open {
  background-color: #ededed;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: auto;
  padding: 20px 10px;
  right: -135.802px;
}

.collection-list-wrapper, .collection-list-wrapper-2 {
  margin-right: -25px;
}

.link-block {
  background-color: var(--white);
  border-radius: 5px;
  height: 320px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.div-block-14 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 200px;
}

.div-block-15 {
  padding: 20px;
}

.heading-4 {
  color: #4b4b4b;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-95 {
  color: var(--steel-blue);
}

.div-block-16 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 400px;
}

.div-block-18 {
  height: 1000px;
}

.rich-text-block {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.div-block-19 {
  text-align: center;
  margin-top: 25px;
}

.collection-list-wrapper-3 {
  margin-right: 0;
}

.q_noticia {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  height: 450px;
  margin-bottom: 35px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-96 {
  margin-bottom: 25px;
  font-size: 18px;
}

.rich-text-block-2 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 150%;
}

.div-block-21 {
  background-image: url('../images/190023.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.div-block-22 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-3 {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.overplay {
  background-image: linear-gradient(#0000007a, #0000007a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: #fff;
  font-size: 41px;
  font-weight: 400;
}

.div-block-24 {
  text-align: center;
  max-width: 700px;
}

.text-block-97 {
  color: silver;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 45px 35px;
}

.div-block-25._100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.div-block-25._300 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 25px;
  display: flex;
}

.div-block-26 {
  border-left: 1px solid #c8c8c8;
  padding-left: 50px;
}

.div-block-26._900 {
  border-left-style: none;
}

.div-block-27 {
  background-image: url('../images/unnamed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.div-block-27.nossa {
  background-image: url('../images/NossaSeguros_logo.jpg');
  height: 30px;
  margin-top: 15px;
}

.div-block-27.tranq {
  background-image: url('../images/350x350.png');
  background-position: 50% 0;
}

.div-block-27.bic {
  background-image: url('../images/unnamed-1.png');
}

.div-block-27.global {
  background-image: url('../images/images.png');
}

.div-block-27.sol {
  background-image: url('../images/unnamed-2.png');
}

.div-block-27._5 {
  background-size: cover;
}

.div-block-27.protejja {
  background-image: url('../images/images-1.png');
}

.div-block-27.master {
  background-image: url('../images/MASTER-SEGUROS-LOGO-1.png');
}

.div-block-28 {
  background-image: url('../images/transferir-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 132px;
  width: 170px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28.mediplus {
  background-image: url('../images/picture15367684263392.png');
  background-size: cover;
  height: 65px;
}

.div-block-28.unisaude {
  background-image: url('../images/unisaude-200x116.png');
  background-size: cover;
}

.div-block-28.saham {
  background-image: url('../images/unnamed-3.png');
  background-size: contain;
}

.div-block-28.sos {
  background-image: url('../images/logo_isos_footer-new-215-X126.png');
  background-size: contain;
}

.heading-7 {
  color: #a3a3a3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
}

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

.paragraph-8 {
  margin-top: 10px;
}

.text-block-98 {
  color: var(--steel-blue);
  font-size: 11px;
  font-weight: 500;
}

.div-block-29 {
  margin-bottom: 25px;
}

.top-sec {
  background-color: var(--dark-slate-grey);
  height: 50px;
  color: var(--white);
  padding: 14px 50px 10px;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.text-block-99 {
  font-weight: 300;
  display: inline-block;
}

.text-block-99-copy {
  float: right;
  font-weight: 300;
  display: inline-block;
}

.div-block-30 {
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.div-block-31 {
  transform-style: preserve-3d;
  margin-bottom: 25px;
  margin-right: 25px;
  transition: transform 1s;
  position: relative;
}

.div-block-31:hover {
  transform: none;
}

.about-doctor {
  background-color: var(--dark-slate-grey);
  backface-visibility: hidden;
  height: 350px;
  color: var(--white);
  transform-style: preserve-3d;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-block-100 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.section-4 {
  background-image: url('../images/CK_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 350px;
  margin-top: 160px;
}

.overlay-2 {
  background-image: linear-gradient(#000000a8, #000000a8);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-8 {
  margin-top: 0;
}

.div-block-32 {
  text-align: center;
}

.link-block-2 {
  background-color: var(--white);
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  height: 180px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.link-block-2:hover {
  transform: translate(0, -7px);
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  margin-right: -25px;
}

.text-block-101 {
  color: #7e7f7f;
  margin-bottom: 15px;
  font-family: Katondo fonts, sans-serif;
  font-size: 42px;
  line-height: 100%;
  display: inline-block;
}

.heading-9 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-102 {
  color: var(--steel-blue);
  font-size: 12px;
  position: absolute;
  inset: auto auto 6% 11%;
}

.link-block-3 {
  background-color: var(--white);
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 300px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.link-block-3:hover {
  transform: translate(0, -7px);
}

.collection-list-2 {
  margin-right: -25px;
}

.div-block-33 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 190px;
}

.div-block-34 {
  height: 110px;
  padding: 15px 20px;
}

.heading-10 {
  color: #272727;
  font-weight: 400;
  text-decoration: none;
}

.section-5 {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.map-2 {
  height: 1000px;
}

.section-6 {
  margin-top: 160px;
}

.link-block-4 {
  float: right;
  color: #fff;
}

.link-2 {
  color: #fff;
  margin-top: 20px;
  font-size: 21px;
  display: block;
}

.div-block-35 {
  display: none;
}

.paragraph-9 {
  text-align: justify;
}

.section-7 {
  background-image: url('../images/Edificio-3.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  height: 500px;
  margin-top: 160px;
  position: relative;
}

.overlay_yrtyt {
  background-image: linear-gradient(#000000a1, #000000a1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-11 {
  color: #fff;
}

.paragraph-10 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.div-block-36 {
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-37 {
  background-image: url('../images/Assinatura_PCA_lkjj.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 100px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.text-block-103 {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-block-103._10 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  height: 130px;
  padding: 20px;
  display: flex;
}

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

.text-block-104 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.rich-text-block-4 {
  text-align: left;
  font-size: 13px;
  line-height: 150%;
}

.section-netflix {
  padding-top: 200px;
}

.div-block-39 {
  z-index: 1000;
  background-image: linear-gradient(#0b4b6cf2, #0b4b6cf2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 141px;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-8, .mobile-nav {
  display: none;
}

.navvis-copy {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 110px;
  display: inline-block;
}

.navvis-copy:hover {
  color: var(--steel-blue);
}

.navvis-copy.w--current {
  color: #6a6a6a;
  border-bottom: 3px #f7b900;
  line-height: 110px;
}

.navvis-copy._1 {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 50px;
  margin-top: 14px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  transition: all .2s;
}

.navvis-copy._1:hover {
  background-color: var(--steel-blue);
  color: #fff;
}

.navvis-copy._500 {
  padding-left: 0;
  padding-right: 0;
}

.navvis-copy._700 {
  display: none;
}

.section-9 {
  padding: 100px 50px 20px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.div-block-41 {
  border-radius: 12px;
  height: 200px;
  padding: 30px;
  box-shadow: 0 2px 5px 3px #0000000d;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section-10 {
  background-image: linear-gradient(85deg, #0d4261, #72bad5);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-2 {
  grid-template-rows: auto;
}

.heading-2-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
}

.paragraph-2-copy {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.button-copy {
  background-color: var(--white);
  color: #1f1f1f;
  text-align: center;
  border-radius: 200px;
  padding: 0 31px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.button-copy:hover {
  color: #fff;
  background-color: #27b2e1;
}

.div-block-42 {
  color: #fff;
  border: 1px #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 0;
}

.text-block-106 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 120%;
}

.text-block-107 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto;
}

.section-11 {
  min-height: 700px;
  padding-top: 250px;
}

.code-embed {
  width: 100%;
  min-height: 500px;
}

.section-12 {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-43 {
  width: 500px;
}

.div-block-44 {
  background-image: url('../images/WhatsApp-Image-2026-05-15-at-14.25.02.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  margin-bottom: 25px;
  display: block;
}

.grid-4 {
  grid-template-rows: auto;
}

.button-4 {
  background-color: var(--steel-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.button-4.white {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.button-4._2 {
  background-color: #1d8aaf00;
  margin-top: 10px;
}

.link-3 {
  color: #202020;
  background-color: #ffffffc4;
  border-radius: 200px;
  padding: 6px 15px 10px;
  font-size: 25px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-45 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  display: none;
}

.div-block-10-copy {
  background-image: url('../images/CGK_photo_exterieur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 420px;
}

.div-block-46 {
  display: flex;
}

.div-block-47 {
  background-image: url('../images/WhatsApp-Image-2026-05-15-at-14.25.02.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 750px;
}

.div-block-48 {
  width: 60%;
  padding-top: 20px;
  padding-left: 50px;
}

.grid-5 {
  grid-template-rows: auto;
  width: 60%;
}

.div-block-49 {
  padding-top: 70px;
}

.grid-6 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-3 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.div-block-50 {
  margin-bottom: 25px;
  padding-top: 15px;
}

.text-block-108 {
  color: #062535;
  font-size: 19px;
  line-height: 100%;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-4.avatar {
  border-radius: 500px;
}

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

.grid-8, .grid-9, .grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.route {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

.route.corren {
  color: #1fa3cf;
  font-weight: 700;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-109 {
  color: var(--white);
  font-size: 18px;
  line-height: 100%;
}

.grid-11, .grid-12, .grid-13 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-52 {
  background-color: var(--white);
  width: 60%;
  height: 100%;
  padding: 50px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-53 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-54 {
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.close-x {
  color: gray;
  font-size: 30px;
  font-weight: 100;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu-3 {
    background-color: #f8f8f8;
    padding-top: 20px;
  }

  .menu-button-2 {
    margin-top: 7px;
  }

  .menu-button-2.w--open {
    background-color: #00395f;
  }

  .nav-bar-2 {
    display: block;
    box-shadow: 1px 1px 3px #00000030;
  }

  .navbar-2 {
    display: none;
  }

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

  .navvis, .navvis.w--current {
    line-height: 60px;
  }

  .section {
    margin-top: 80px;
  }

  .flex-block.float-link-block.has-border-lines {
    height: 250px;
  }

  .flex-block.float-link-block.huuu {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding-top: 40px;
  }

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

  .flex-wrapper.float-flex-wrapper {
    margin-bottom: 40px;
  }

  .float-section-2 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    height: 450px;
  }

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

  .gogo {
    padding-top: 40px;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

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

  .short-paragraph.footer-about-paragraph {
    font-size: 15px;
  }

  .noticias-section._90 {
    padding: 50px 0 60px;
  }

  .link {
    float: none;
  }

  .div-block-13 {
    text-align: center;
    padding-top: 0;
  }

  .footer {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .flex-block-4.footer-block {
    margin-bottom: 35px;
  }

  .flex-block-4.footer-block.empresa {
    max-width: 100%;
  }

  .section-3 {
    margin-top: 80px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3._70._9000 {
    padding-top: 50px;
  }

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

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

  .map {
    height: 450px;
  }

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

  .collection-list-wrapper {
    margin-right: 0;
  }

  .collection-list-wrapper-2 {
    margin-right: -10px;
  }

  .link-block {
    margin-right: 10px;
  }

  .div-block-15 {
    overflow: hidden;
  }

  .div-block-16 {
    width: 95%;
    padding-left: 0;
  }

  .div-block-18 {
    height: 400px;
  }

  .q_noticia {
    width: 100%;
  }

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

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

  .rich-text-block-2 {
    font-size: 17px;
    line-height: 170%;
  }

  .div-block-21 {
    height: 250px;
  }

  .div-block-22 {
    width: 90%;
  }

  .top-sec {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-31 {
    margin-right: 0;
  }

  .about-doctor {
    overflow: hidden;
  }

  .section-4 {
    height: 230px;
    margin-top: 80px;
  }

  .link-block-3 {
    margin-right: 10px;
  }

  .collection-list-2 {
    margin-right: -10px;
  }

  .map-2 {
    height: 400px;
  }

  .section-6 {
    margin-top: 80px;
  }

  .div-block-35 {
    z-index: 900;
    background-color: #000;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .div-block-36 {
    width: 100%;
    margin-top: 50px;
  }

  .section-8 {
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-nav {
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    height: 80px;
    display: block;
  }

  .brand-4 {
    background-image: url('../images/LOGO-CGK-2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 80px;
  }

  .menu-button-3 {
    height: 80px;
    color: var(--dark-slate-grey);
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 80px;
  }

  .icon {
    margin-top: 5px;
    font-size: 35px;
  }

  .navvis-copy {
    color: var(--white);
    margin-left: 0;
    padding-left: 40px;
    line-height: 60px;
    display: block;
  }

  .navvis-copy.w--current {
    border-left: 6px solid var(--steel-blue);
    color: var(--steel-blue);
    line-height: 60px;
  }

  .navvis-copy._1 {
    margin-left: 20px;
    margin-right: 40px;
  }

  .nav-menu-4 {
    z-index: 100;
    background-color: var(--dark-slate-grey);
    width: 70%;
    height: 100vh;
    padding-top: 40px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding: 25px 25px 25px 0;
    display: flex;
    position: relative;
    inset: 63px auto 10px 40px;
  }

  .text-block-105 {
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
  }

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

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-2-copy {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .div-block-10-copy {
    height: 350px;
  }

  .div-block-47 {
    height: 400px;
  }

  .div-block-48 {
    padding-left: 35px;
  }

  .grid-6, .grid-13 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    height: 400px;
  }

  .gogo {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-11 {
    width: 90%;
  }

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

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

  .section-3._900 {
    padding-bottom: 35px;
  }

  .section-name {
    height: 300px;
  }

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

  .div-block-16 {
    padding-left: 0;
  }

  .div-block-21 {
    height: 230px;
  }

  .div-block-22 {
    width: 95%;
  }

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

  .text-block-104 {
    font-size: 27px;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .icon-3 {
    margin-left: 5px;
  }

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

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

  .div-block-48 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .brand-3 {
    padding-left: 0;
  }

  .menu-button-2 {
    top: 4px;
  }

  .nav-bar-2 {
    padding-left: 10px;
  }

  .cta.float-cta {
    bottom: 35px;
    left: 35px;
  }

  .flex-block.float-link-block.has-border-lines {
    height: auto;
    padding: 35px 35px 25px;
  }

  .flex-block.float-link-block.huuu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 35px 35px 25px;
  }

  .flex-block.float-link-block.youuu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 270px;
    padding: 35px;
  }

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

  .slider {
    height: 300px;
  }

  .div-block-10 {
    height: 220px;
  }

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

  .div-block-11 {
    width: 100%;
    margin-top: 100px;
  }

  .div-block-11._4000 {
    width: 90%;
    margin-top: 128px;
  }

  .heading {
    font-size: 31px;
  }

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

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

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

  .flex-block-4.footer-block {
    text-align: center;
  }

  .footer-logo-wrap {
    width: 250px;
    margin-bottom: 20px;
  }

  .section-3 {
    margin-top: 80px;
    padding: 30px 0 40px;
  }

  .section-3._70._9000 {
    padding-top: 35px;
  }

  .section-name {
    padding-top: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 35px;
  }

  .map {
    height: 300px;
  }

  .div-block-16 {
    padding-left: 0;
  }

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

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

  .heading-6 {
    margin-bottom: 5px;
    font-size: 29px;
  }

  .map-2 {
    height: 300px;
  }

  .text-block-104 {
    font-size: 23px;
  }

  .brand-4 {
    width: 170px;
  }

  .nav-menu-4 {
    width: 85%;
  }

  .icon-2, .icon-3 {
    font-size: 30px;
  }

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

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .div-block-41 {
    height: 150px;
  }

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

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

  .section-12 {
    justify-content: center;
    align-items: flex-start;
    padding: 104px 15px 25px;
  }

  .div-block-44 {
    height: 400px;
  }

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

  .div-block-10-copy {
    height: 220px;
  }

  .div-block-46 {
    flex-flow: column;
  }

  .div-block-47 {
    width: 100%;
    height: 600px;
  }

  .div-block-48 {
    width: 100%;
    padding-left: 0;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-3 {
    height: 200px;
  }

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


@font-face {
  font-family: 'Katondo fonts';
  src: url('../fonts/katondo-fonts.eot') format('embedded-opentype'), url('../fonts/katondo-fonts.woff') format('woff'), url('../fonts/katondo-fonts.ttf') format('truetype'), url('../fonts/katondo-fonts.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}