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

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

@font-face {
  font-family: Tiles icons;
  src: url('../fonts/tiles-icons.eot') format("embedded-opentype"), url('../fonts/tiles-icons.woff') format("woff"), url('../fonts/tiles-icons.ttf') format("truetype"), url('../fonts/tiles-icons.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-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  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-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  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-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  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-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  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-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  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-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

:root {
  --royal-blue: #e30040;
  --dark-slate-blue: #004379;
  --white: white;
  --midnight-blue: #0c2030;
  --black: black;
  --red: #ff3328;
  --midnight-blue-2: #1e2c38;
  --gold: #ffc400;
  --light-sky-blue: #a6d6fc;
  --gainsboro: #d9d9d9;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  color: #555;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 170%;
}

.nav-menu-2 {
  float: left;
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: block;
  position: relative;
}

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

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link-2 {
  color: #004479;
  cursor: pointer;
  height: 80px;
  padding: 0 20px 0 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 80px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--royal-blue);
}

.nav-link-2.w--current {
  color: var(--royal-blue);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  background-color: var(--dark-slate-blue);
  opacity: 1;
  color: #fff;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.nav-cta-button-container {
  float: right;
  margin-top: 17px;
}

.menu-button-2.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding: 12px 50px;
  box-shadow: 1px 1px 3px -1px #00000052;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
}

.nav-logo-2 {
  background-image: url('../images/APRESENTAÇÃO-DA-AG-_CEFA-_PLANO-DE-ATIVIDADES_300519-FINAL-V3-1-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 60px;
}

.nav-logo-2.w--current {
  float: left;
  background-image: url('../images/LOGOFINAL-01.png');
  width: 130px;
  height: 80px;
}

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

.container.nav {
  max-width: 1300px;
}

.section {
  padding: 50px;
}

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

.column._1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.column._34 {
  padding-right: 40px;
}

.column._12 {
  padding-left: 50px;
}

.column._200 {
  padding-right: 50px;
}

.hero-news {
  color: #333;
  text-decoration: none;
  display: block;
}

.div-block-9 {
  background-image: url('../images/20190201141209china.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-bottom: 25px;
}

.div-block-9._1 {
  background-image: url('../images/image_content_96270_20190128115626.jpg');
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 34px;
  line-height: 130%;
}

.div-block-10 {
  float: left;
  color: #333;
  border-bottom: 1px #d1d1d1;
  width: 60%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  text-decoration: none;
}

.heading-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 130%;
}

.heading-2._1 {
  font-size: 15px;
  line-height: 150%;
}

.heading-2._1:hover {
  color: var(--royal-blue);
}

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

.slider {
  background-color: #0000;
  height: 600px;
  margin-right: 50px;
}

.body {
  background-color: #0000;
  font-family: Lato, sans-serif;
}

.bold-text, .text-block {
  font-weight: 400;
}

.text {
  color: #727272;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2 {
  color: gray;
  font-size: 12px;
  font-weight: 400;
}

.more-news {
  background-color: var(--white);
  padding: 50px;
  display: none;
}

.more-news._1 {
  background-color: #fff;
}

.text-block-3 {
  background-color: var(--royal-blue);
  color: #fff;
  letter-spacing: 0;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.text-block-3._1 {
  background-color: var(--dark-slate-blue);
}

.text-block-3.inside {
  margin-bottom: 7px;
}

.text-block-4 {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: 400;
}

.section-2 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/1386380_img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-2.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-2.full-screen.background-image-side {
  background-color: #096ad033;
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.short-paragraph {
  color: #a9a9a9;
  width: 75%;
}

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

.row._1 {
  z-index: 1000;
  position: relative;
}

.button {
  background-color: #006cc3;
  border: 1px #096ad0;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

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

.button.ghost {
  box-shadow: none;
  color: #096ad0;
  background-color: #0000;
  border: 1px solid #096ad0;
}

.button.ghost:hover {
  color: #fff;
  background-color: #096ad0;
  background-image: none;
  transform: none;
}

.button.margin-left {
  background-color: var(--dark-slate-blue);
  border-style: none;
  margin-right: 20px;
  font-weight: 400;
}

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

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

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

.col.lg-4.sm-2 {
  border-right-width: 1px;
  border-right-color: #9e9e9e63;
}

.col.lg-4.sm-2._1 {
  border-right-style: none;
}

.value-proposition-container {
  color: #fff;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.paragraph-small {
  font-size: 15px;
}

.paragraph-small.no-bottom-margins {
  color: #464646b0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  height: 200px;
  max-height: 200px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.blog-thumbnail-container {
  border: 1px solid #096ad033;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
  border-radius: 0;
  margin-bottom: 35px;
  margin-right: 25px;
  display: block;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.flex-horizontal {
  color: var(--royal-blue);
  font-weight: 700;
  display: flex;
}

.section-header {
  color: var(--midnight-blue);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  display: inline-block;
}

.section-header._1 {
  background-color: var(--black);
  color: var(--white);
}

.heading-3 {
  color: #333;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 150%;
}

.div-block-11 {
  background-image: url('../images/20180327082722embaixador.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 220px;
}

.div-block-11._1 {
  background-image: url('../images/image_content_96270_20190128115626.jpg');
}

.div-block-11._3 {
  background-image: url('../images/transferir.jpeg');
}

.section-3 {
  background-color: #132b3e;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small-2.no-bottom-margins {
  color: #7c7c7cd9;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.column-image {
  height: 400px;
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.flex-horizontal-2 {
  color: #959595;
  display: flex;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.heading-4 {
  color: #fff;
  font-family: Merriweather, serif;
}

.link {
  color: var(--royal-blue);
  text-decoration: none;
}

.div-block-12 {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 350px;
  margin-bottom: 25px;
}

.div-block-12._2 {
  background-image: url('../images/1386380_img.jpg');
}

.link-block, .link-block-2 {
  display: block;
}

.footer {
  background-color: #000;
  padding: 50px;
}

.text-block-5 {
  float: left;
  color: #959595;
  display: inline-block;
}

.text-block-5._1 {
  float: right;
}

.div-block-13 {
  z-index: 1000;
  background-color: #000000d1;
  padding: 53px;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-5 {
  color: #fff;
  font-size: 29px;
}

.noticia_section {
  border: 1px solid #d1d1d1;
  padding: 50px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 140%;
}

.div-block-14 {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 35px;
}

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

.div-block-15 {
  margin-right: 50px;
}

.div-block-16 {
  border-left: 1px solid #cfcfcf;
  padding-bottom: 25px;
  padding-left: 25px;
}

.page-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1386380_img.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 200px;
  padding: 50px;
}

.page-1._12 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/assessoria-de-imprensa.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-1.members {
  background-image: linear-gradient(#00000080, #00000080), url('../images/landing_membership.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-1.publicacoes {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/livros-abre-720x320.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-1.angola {
  background-image: linear-gradient(#00000052, #00000052), url('../images/2018-08-21t175719z_717103573_rc126fd22240_rtrmadp_3_angola-imf_0.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-1.investorss {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
}

.text-block-6 {
  color: #9e9e9e;
  text-align: center;
}

.text-block-6._44 {
  color: #d8d8d8;
}

.section-4 {
  background-color: #f0f0f0;
  padding: 70px 50px 80px;
}

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

.div-block-17 {
  margin-right: 25px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.div-block-18 {
  background-image: url('../images/Captura-de-ecrã-2019-08-07-às-10.14.58.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  margin-left: 25px;
}

.div-block-18-copy {
  background-image: url('../images/Captura-de-ecrã-2019-08-07-às-10.15.09.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  margin-left: 25px;
}

.div-block-19 {
  text-align: center;
  margin-right: 25px;
  padding: 25px;
  font-family: Lato, sans-serif;
}

.text-block-7 {
  color: var(--royal-blue);
  margin-bottom: 25px;
  font-family: Cefa, sans-serif;
  font-size: 55px;
  line-height: 100%;
}

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

.heading-9 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.div-block-20 {
  float: right;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-2 {
  width: 35px;
  height: 35px;
  color: var(--dark-slate-blue);
  background-color: #0000;
  background-image: url('../images/shutterstock-95764384.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-radius: 200px;
  margin-left: 5px;
  padding: 10px;
  font-family: Social media, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2.insta {
  background-color: var(--royal-blue);
}

.link-2.youtube {
  background-color: #e20004;
}

.link-2.linked {
  background-color: #3789ca;
}

.link-2.green {
  background-color: #11be48;
}

.link-2.ins {
  color: var(--royal-blue);
}

.link-2.whts {
  color: #10af20;
}

.link-2.you {
  color: var(--red);
  background-image: url('../images/1200px-Flag_of_Angola.svg.png');
  background-position: 50%;
  background-size: cover;
}

.link-2.link {
  color: #2882ca;
}

.hero_master {
  background-color: var(--midnight-blue-2);
  height: 600px;
  display: none;
}

.slider-2 {
  height: 600px;
}

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

.link-and-overlay {
  z-index: 10;
  background-image: linear-gradient(to top, #000 11%, #0000 64%);
  padding-left: 70px;
  position: absolute;
  inset: 0%;
}

.titulo_wrapper {
  z-index: 100;
  max-width: 70%;
  position: absolute;
  inset: auto auto 10% 10%;
}

.background {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background._1 {
  background-image: url('../images/20180327082722embaixador.jpg');
}

.background._3 {
  background-image: url('../images/1386380_img.jpg');
}

.other-news-wrapper {
  height: 133px;
  margin-bottom: 25px;
  padding: 0 50px 0 25px;
  text-decoration: none;
  display: block;
}

.other-news-wrapper._1 {
  padding-bottom: 25px;
}

.picture {
  float: left;
  background-image: url('../images/1386380_img.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  height: 100%;
}

.picture._2 {
  background-image: url('../images/20180327082722embaixador.jpg');
}

.picture._3 {
  background-image: url('../images/image_content_96270_20190128115626.jpg');
  border-radius: 4px;
}

.title-and-other {
  float: left;
  width: 70%;
  height: 100%;
  padding-top: 15px;
  padding-left: 25px;
}

.heading-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-8 {
  color: var(--gold);
  font-size: 16px;
}

.red-section {
  background-color: var(--dark-slate-blue);
  padding: 50px 50px 70px;
  display: none;
}

.publicacao_wrapper {
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.publicao_foto {
  background-image: url('../images/92c664c504888ef3673b622299d24316.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 250px;
  margin-bottom: 20px;
  position: static;
}

.publicao_foto._1 {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
}

.publicao_foto._2 {
  background-image: url('../images/transferir.jpeg');
}

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

.div-block-21 {
  background-color: var(--gold);
  height: 100px;
  padding: 20px;
}

.overlay {
  background-image: linear-gradient(to top, #000, #00000014 57%, #0000);
  position: absolute;
  inset: 0%;
}

.div-block-22 {
  z-index: 10;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  line-height: 130%;
}

.div-block-23 {
  border-bottom-width: 1px;
  border-bottom-color: var(--royal-blue);
  margin-bottom: 40px;
}

.div-block-23._1 {
  border-bottom-style: none;
  border-bottom-color: var(--black);
}

.section-6 {
  padding: 50px;
}

.sidebar {
  background-color: #f1f1f1;
  border: 1px solid #0000;
  width: 390px;
  margin-left: 10px;
}

.social-line {
  background-color: #fff;
  border-right: 4px solid #000;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.social-line.whatsapp {
  border-right-color: #3ca32e;
}

.social-line.insta {
  border-right-color: #3f729b;
}

.social-line.face {
  border-right-color: #3b5998;
}

.social-line.youtube {
  border-right-color: #c4302b;
}

.arrow {
  font-size: 23px;
  position: relative;
  top: 2px;
}

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

.content-wrapper {
  margin-right: 50px;
}

.hide-line {
  background-color: #fff;
  height: 40px;
  margin-top: -30px;
}

.see-more-link {
  color: #279dcd;
  text-transform: uppercase;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.see-more-link:hover {
  color: #15191b;
  text-decoration: none;
}

.line-long {
  background-color: #b6b6b6;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.line-long.darkest {
  background-color: #fff;
}

.social-name {
  color: #15191b;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.dyntitle {
  align-items: center;
  display: flex;
}

.dyntitle.vid-ti {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.dyntitle.vid-ti.side {
  margin-left: 0;
  margin-right: 0;
}

.more-news-wrapper {
  margin-bottom: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.hero-wrapper {
  height: 500px;
  display: flex;
}

.hero-wrapper.sections {
  height: auto;
}

.dyntitle-text {
  color: #5c5c5c;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 18px;
  line-height: 150%;
}

.social-div-wrapper {
  margin: 50px;
}

.news {
  flex: 1;
}

.line-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.pub-div {
  padding: 5px;
  display: none;
}

.social-icon-wrapper-2 {
  color: #fff;
  background-color: #15191b;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 1px;
  font-size: 20px;
  line-height: 50px;
  display: flex;
  overflow: hidden;
}

.social-icon-wrapper-2.whatsapp {
  background-color: #3ca32e;
}

.social-icon-wrapper-2.face {
  background-color: #3b5998;
}

.social-icon-wrapper-2.youtube {
  background-color: #c4302b;
}

.social-icon-wrapper-2.insta {
  background-color: #3f729b;
}

.link-block-3 {
  text-decoration: none;
  display: block;
}

.div-block-24 {
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 200px;
}

.secnd-news_wrapper {
  background-image: url('../images/20180327082722embaixador.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  display: block;
  position: relative;
}

.secnd-news_wrapper._1 {
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
}

.div-block-25 {
  max-width: 70%;
  position: absolute;
  inset: auto auto 11% 11%;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 400;
}

.text-block-9 {
  color: var(--gold);
}

.overlay_1 {
  background-image: linear-gradient(to top, #000, #0000 82%);
  position: absolute;
  inset: 0%;
}

.slider-3 {
  background-color: #0000;
  height: 75vh;
}

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

.news-wrapper_master {
  height: 75vh;
  padding-right: 0;
}

.master-news {
  float: left;
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 100%;
  margin-right: 0;
  display: block;
  position: relative;
}

.master-news._23 {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
  width: 30%;
}

.master-news._23._87 {
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
}

.master-news._800 {
  background-image: url('../images/IMG_2368_1111.png');
}

.overlay_22 {
  background-image: linear-gradient(to top, #000, #0000 63%);
  position: absolute;
  inset: 0%;
}

.news2_main {
  float: left;
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  height: 100%;
  margin-right: 0;
  position: relative;
}

.news2_main._1 {
  background-image: url('../images/transferir.jpeg');
  margin-right: 0;
}

.news2_main._44 {
  background-image: url('../images/transferir.jpeg');
}

.news2_main._34 {
  background-image: url('../images/92c664c504888ef3673b622299d24316.jpg');
}

.news2_main._50 {
  background-image: url('../images/1386380_img.jpg');
}

.div-block-26 {
  z-index: 100;
  max-width: 60%;
  position: absolute;
  inset: auto auto 15% 11%;
}

.div-block-26._2 {
  max-width: 80%;
}

.div-block-26._8 {
  max-width: 70%;
}

.heading-13 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 33px;
  line-height: 130%;
}

.heading-13.i {
  font-size: 25px;
}

.text-block-10 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 16px;
  display: inline-block;
}

.heading-13-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.section-7 {
  padding: 10px 50px;
  display: block;
}

.importante-div {
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 300px;
  margin-right: 10px;
  display: block;
  position: relative;
}

.importante-div.france {
  background-image: url('../images/1386380_img.jpg');
  background-position: 100%;
}

.importante-div.docs {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
}

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

.div-block-27 {
  background-color: #e30040c2;
  border-radius: 5px;
  padding: 35px;
  position: absolute;
  inset: 0%;
}

.div-block-27.yellow {
  background-color: #ffc400de;
}

.div-block-27.blue {
  background-color: #004379d4;
}

.div-block-27.other {
  background-color: #ff3328db;
}

.text-block-11 {
  max-width: 70%;
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: auto auto 10% 15%;
}

.text-block-12 {
  color: var(--white);
  font-family: Tiles icons, sans-serif;
  font-size: 35px;
  line-height: 100%;
}

.section-8 {
  padding: 50px;
  display: block;
}

.heading-14 {
  color: #cfcfcf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 19px;
  display: inline-block;
}

.heading-14._8 {
  color: #b4b4b4;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-4 {
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.div-block-28 {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 300px;
  margin-bottom: 25px;
}

.heading-15 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 27px;
  font-weight: 700;
}

.paragraph-5 {
  color: #969696;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 150%;
}

.text-block-13 {
  color: var(--royal-blue);
  font-weight: 700;
  display: inline-block;
}

.more_1 {
  margin-bottom: 25px;
  display: block;
}

.pic {
  float: left;
  background-image: url('../images/92c664c504888ef3673b622299d24316.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 30%;
  height: 120px;
}

.pic._1 {
  background-image: url('../images/1386380_img.jpg');
}

.pic._2 {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
}

.data {
  float: left;
  width: 70%;
  padding-top: 15px;
  padding-left: 25px;
}

.heading-16 {
  color: #1b1b1b;
  margin-top: 0;
  font-family: Merriweather, serif;
}

.text-block-14 {
  color: #6b6b6b;
}

.section-9 {
  padding: 50px;
  display: block;
}

.div-block-29 {
  background-image: url('../images/Employed-tourist-visa.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 200px;
  display: block;
}

.section-10 {
  background-color: #eee;
  padding: 80px 0;
  display: block;
}

.div-block-30 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin-left: 25px;
  padding: 5% 3% 11%;
}

.submit-button {
  display: block;
}

.submit-button-2 {
  background-color: var(--midnight-blue);
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.link-block-5 {
  border: 1px #000;
  width: 90%;
  margin-bottom: 40px;
  display: block;
}

.div-block-31 {
  float: left;
  background-image: url('../images/2022-08-11-at-11.06.582-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 40%;
  height: 200px;
}

.div-block-31._2 {
  background-image: url('../images/IMG_2368_1111.png');
}

.div-block-31._70 {
  background-image: url('../images/92c664c504888ef3673b622299d24316.jpg');
}

.div-block-31._75 {
  background-image: url('../images/image_content_96270_20190128115626.jpg');
}

.div-block-31._43 {
  background-image: url('../images/2022-08-11-at-11.06.582-2.jpeg');
}

.div-block-32 {
  float: left;
  width: 60%;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-17 {
  color: #222;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 130%;
}

.heading-17._2 {
  font-size: 19px;
}

.heading-17._3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.heading-17._500 {
  width: 50%;
  margin-bottom: 35px;
}

.div-block-33 {
  background-image: url('../images/france-banner-set_1284-5984.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-top: 50px;
}

.text-block-15 {
  color: #acacac;
  font-size: 16px;
}

.text-field {
  border: 2px solid #bebebe;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
}

.section-11 {
  display: block;
}

.text-block-16 {
  color: #fff;
  letter-spacing: 0;
  background-color: #e30040;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

.text-block-17 {
  color: #ffc400;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 400;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 34px;
  line-height: 130%;
}

.hero_master-2 {
  background-color: #1e2c38;
  height: 600px;
  display: block;
}

.section-12 {
  padding: 50px;
}

.link-block-6 {
  color: #444;
  height: 350px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.div-block-34 {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
}

.div-block-34._12 {
  background-image: url('../images/Estão-abertas-as-inscrições-para-a-FILDA-2017.jpg');
}

.div-block-34._45 {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
}

.heading-20 {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-18 {
  color: #8d8d8d;
  font-family: Lato, sans-serif;
}

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

.section-13 {
  background-color: #f5f5f5;
  padding: 50px;
}

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

.form-block {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 50px;
}

.text-field-2 {
  height: 50px;
}

.fomrs {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  width: 80%;
  padding: 50px;
}

.section-14 {
  padding: 50px;
}

.link-block-7 {
  color: #202020;
  text-align: center;
  height: 220px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  text-decoration: none;
  display: block;
}

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

.div-block-36._2 {
  background-image: url('../images/simbolos-de-angola-2-1024x683.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-36._34 {
  background-image: url('../images/0e9abf147-fc91-4fde-afb8-4589deb2b1d2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-36.capas {
  background-image: url('../images/vever.png');
}

.div-block-36._47 {
  background-image: url('../images/Total-logo-EB3BAE27A4-seeklogo.com.png');
}

.div-block-36.uui {
  background-image: url('../images/TechnipFMC_PLC_Logo-1024x538.png');
}

.div-block-36.rttt {
  background-image: url('../images/more-icon-png-27.png');
}

.paragraph-6, .heading-21 {
  font-family: Lato, sans-serif;
}

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

.section-15 {
  padding: 50px;
}

.heading-22 {
  color: #999;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.link-block-8 {
  color: #414141;
  height: 420px;
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.div-block-37 {
  background-image: url('../images/relatorio-A6.jpg');
  background-position: 50%;
  background-size: cover;
  height: 280px;
  margin-bottom: 25px;
  display: block;
}

.div-block-37._34 {
  background-image: url('../images/FCOJB_CAPA_RELATORIO_16.jpg');
}

.heading-23 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.button-2 {
  text-align: center;
  border-radius: 5px;
  width: 100%;
}

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

.div-block-38 {
  background-image: url('../images/Attraction_Angola.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  margin-bottom: 25px;
}

.div-block-38.franca {
  background-image: url('../images/tudo-sobre-a-franca.jpg');
}

.main-slider-section {
  padding: 30px 50px 50px;
}

.slider-4 {
  background-color: #0000;
  height: 500px;
}

.icon {
  font-size: 18px;
}

.icon-2 {
  font-size: 16px;
}

.slide-nav-4 {
  font-size: 5px;
}

.slide {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.slide._78 {
  background-image: url('../images/2018-08-21t175719z_717103573_rc126fd22240_rtrmadp_3_angola-imf_0.jpg');
}

.div-block-39 {
  z-index: 1000;
  max-width: 55%;
  position: relative;
}

.heading-24 {
  color: #fff;
  text-shadow: 1px 1px 10px #000000db;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 130%;
}

.link-block-9 {
  position: absolute;
  inset: 0%;
}

.section-16 {
  padding: 50px;
}

.heading-25 {
  color: #bebebe;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 24px;
}

.link-block-10 {
  color: var(--white);
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.image1 {
  background-image: url('../images/IMG_2368_1111.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
}

.image1._12 {
  background-image: url('../images/Attraction_Angola.jpg');
}

.image1._43 {
  background-image: url('../images/92c664c504888ef3673b622299d24316.jpg');
}

.image1._45 {
  background-image: url('../images/Abertura-e-Fechamento-de-Empresas-Exatus-Assessoria.jpg');
}

.name {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100px;
  padding: 20px;
  font-size: 11px;
}

.heading-26 {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
}

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

._1m {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 17%;
  height: 200px;
  margin-right: 20px;
}

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

.section-17 {
  background-color: #ebebeb;
  padding: 50px;
}

.div-block-41 {
  background-image: url('../images/air_france_2014_ad_campaign_05-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.icon-3, .text-block-19 {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #d6d0d0;
}

.dropdown-list.w--open {
  border-top: 3px solid var(--dark-slate-blue);
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown-link {
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 700;
  line-height: 40px;
}

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

.paragraph-7 {
  color: #454545;
  font-size: 16px;
}

.section-18 {
  padding: 50px;
}

.link-block-11 {
  display: block;
}

.div-block-42 {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.paragraph-8 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 130%;
}

.nav-link-3 {
  height: 80px;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
  padding: 0 5px;
  font-family: Productsans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 80px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-3:hover {
  opacity: 1;
  color: var(--light-sky-blue);
}

.nav-link-3.w--current {
  color: var(--light-sky-blue);
  font-weight: 700;
  transition-property: none;
}

.nav-link-3.border {
  opacity: 1;
  color: #fff;
  background-color: #006cc3;
  border-radius: 50px;
  height: 0;
  padding: 23px 25px;
  font-weight: 700;
  line-height: 0;
  transition: background-color .2s;
}

.nav-link-3.border:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.nav-logo-3 {
  float: left;
  background-image: url('../images/ADVM---Nova-Imagem_converted_by_abcdpdf-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
  margin-right: 10px;
}

.nav-bar-2 {
  z-index: 200;
  background-color: var(--dark-slate-blue);
  border-bottom: 3px #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 10px 0;
  box-shadow: 1px 1px 3px #00000026;
}

.nav-menu-3 {
  float: left;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.flex-horizontal-3 {
  color: #afafaf;
  display: flex;
}

.heading-27 {
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.section-header-2 {
  color: #919191;
  text-align: left;
  justify-content: center;
  margin: 0 auto 37.5px;
  font-size: 32px;
  display: block;
}

.section-header-2._100 {
  color: #333;
  margin-bottom: 25px;
}

.div-block-43 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 250px;
}

.div-block-43._1 {
  background-image: url('../images/African_American_Graduates.jpg');
}

.div-block-43._3 {
  background-image: url('../images/Study-in-Africa.jpg');
}

.div-block-43.curs {
  background-image: url('../images/_DSC0778.jpg');
}

.div-block-43.linguas {
  background-image: url('../images/_DSC0772.jpg');
}

.div-block-43._90 {
  background-image: url('../images/_DSC0743.jpg');
}

.more-news-2 {
  background-color: #ffffff8a;
  padding: 90px 0;
}

.new-pdf {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-44 {
  float: left;
  background-image: url('../images/adobe-pdf-icon-logo-vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 80px;
}

.text-block-20 {
  color: #fff;
  background-color: #e30040;
  border-radius: 5px;
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

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

.div-block-45 {
  background-image: linear-gradient(#0006, #0006), url('../images/20190201141209china.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 400px;
  padding: 42px;
  position: relative;
}

.div-block-46 {
  max-width: 70%;
  position: absolute;
  inset: auto auto 11% 8%;
}

.heading-29 {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  margin-top: 0;
  font-family: Merriweather, serif;
}

.button-3 {
  background-color: var(--red);
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
}

.paragraph-9 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.heading-30 {
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 35px;
  line-height: 13%;
}

.text-block-21 {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: 300;
}

.bold-text-2 {
  font-size: 16px;
}

.heading-31 {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 26px;
}

.paragraph-10 {
  color: #818181;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 130%;
}

.text-block-22 {
  color: var(--royal-blue);
  font-weight: 700;
  display: inline-block;
}

.div-block-47 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.submit-button-3 {
  background-color: #502014;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 40px;
  display: block;
}

.paragraph-11 {
  color: #f8f3f3;
  margin-bottom: 50px;
}

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

.text-field-3 {
  border-radius: 5px;
  height: 55px;
  margin-bottom: 20px;
}

.text-block-23 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-24 {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.sidebar-2 {
  background-color: #eb7234;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-left: 0;
}

.sidebar-2._2 {
  background-color: #fff;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.social-div-wrapper-2 {
  margin: 50px;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #141414;
  border-bottom: 1px solid #a2a2a23b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  padding-bottom: 20px;
  display: block;
}

.dyntitle-text-2 {
  text-transform: none;
  margin-right: 30px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.textarea {
  border-radius: 5px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.dropdown {
  color: #fff;
  height: 80px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
}

.dropdown-toggle {
  z-index: 10;
  color: #fff;
  margin-right: 0;
  padding: 0 20px 0 0;
  font-family: Lato, sans-serif;
  display: block;
}

.dropdown-toggle:hover {
  color: var(--light-sky-blue);
}

.text-block-25 {
  text-transform: uppercase;
  font-family: Productsans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

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

.slider-5 {
  border-radius: 8px;
  height: 500px;
}

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

.link-block-12 {
  height: auto;
  max-height: 170px;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.div-block-51 {
  float: left;
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.39.52-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 40%;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-51._2 {
  background-image: url('../images/SAM_0882.JPG');
}

.div-block-51._3 {
  background-image: url('../images/20190201141209china.jpg');
}

.div-block-52 {
  float: left;
  padding-top: 10px;
}

.slide-2 {
  background-image: url('../images/DSC_0191.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2.io {
  background-image: url('../images/IMG_5213.JPG');
}

.slide-nav-5 {
  font-size: 7px;
}

.div-block-53 {
  background-image: linear-gradient(360deg, #000000d1, #0000 53%);
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.div-block-54 {
  width: auto;
  max-width: 70%;
  position: absolute;
  inset: auto auto 15% 5%;
}

.heading-33 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
}

.text-block-26 {
  color: #d7d7d7;
  margin-bottom: 15px;
  font-size: 16px;
}

.category-wrapper {
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}

.category {
  float: left;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #da0004;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.category.blue {
  background-color: #006cc3;
  padding-left: 10px;
}

.category._2 {
  padding-left: 5px;
  padding-right: 10px;
  font-size: 9px;
}

.triangle {
  float: left;
  background-color: #da0004;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -7px;
  transform: rotate(45deg);
}

.triangle.blue {
  background-color: #006cc3;
}

.mask {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}

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

.slide-4 {
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.44.08.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4._2 {
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.39.50-1.jpeg');
}

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

.div-block-55 {
  background-image: url('../images/IMG_5213.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 500px;
}

.div-block-56 {
  padding-top: 0;
  padding-left: 35px;
}

.paragraph-12 {
  color: #7c7c7cd9;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 150%;
}

.buttao {
  background-color: #004379;
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 700;
}

.buttao:hover {
  background-color: #fe4639;
}

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

.h3.footer-section-heading {
  color: #fff;
  margin-bottom: 35px;
  font-family: Merriweather, serif;
  font-weight: 700;
}

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

.short-paragraph-2.footer-about-paragraph {
  color: #cfcfcf;
  text-align: justify;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.short-paragraph-2._500 {
  color: #333333c4;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 150%;
}

.short-paragraph-2._500._5000 {
  color: #fffffff0;
  margin-bottom: 25px;
}

.short-paragraph-2._500._566, .short-paragraph-2._800 {
  margin-bottom: 40px;
}

.footer-2 {
  background-color: #0f1f2c;
  padding-top: 80px;
  padding-bottom: 50px;
}

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

.flex-block {
  width: 50%;
}

.flex-block.footer-block {
  flex: 1;
  width: auto;
  padding-right: 25px;
}

.flex-block.footer-block.empresa {
  flex: 0 auto;
  max-width: 400px;
  margin-right: 0;
}

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

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

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

.button-4.text-button.footer-text-link {
  color: #b8babb;
  margin-bottom: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: none;
  display: block;
}

.button-4.text-button.footer-text-link:hover {
  color: var(--light-sky-blue);
}

.button-4.text-button.footer-text-link.w--current {
  color: #fff;
}

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

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

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

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

.dropdown-list-2.w--open {
  z-index: 100;
  background-color: #004379;
  border-top: 1px solid #ffffff42;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: auto;
  min-width: 200px;
  padding-bottom: 20px;
  padding-right: 25px;
  top: 90px;
}

.dropdown-list-2._3.w--open {
  left: -105%;
}

.dropdown-link-2 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: var(--light-sky-blue);
}

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

.section-21 {
  position: relative;
}

.div-block-58 {
  background-color: #012c4f;
  width: 40%;
}

.img-side {
  background-image: url('../images/_DSC0722.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
}

.div-block-59 {
  height: 700px;
  display: flex;
}

.div-block-60 {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-wrapper-main {
  background-color: var(--white);
  border-radius: 5px;
  width: 600px;
  height: 450px;
  margin-top: 100px;
  padding: 50px 65px;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 120%;
}

.noticias-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.heading-36 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 38px;
  line-height: 38px;
}

.heads {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.link-3 {
  color: #0863ac;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
}

.noticia-wrapper {
  display: flex;
}

.side-a {
  width: 65%;
}

.div-block-61 {
  flex: 1;
  padding-left: 25px;
}

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

.estudos-estrategicos-section {
  background-image: url('../images/istockphoto-1205797486-170667a.jpeg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  padding-left: 78px;
  display: flex;
  position: relative;
}

.div-block-62 {
  background-color: #00437999;
  width: 50%;
}

.div-block-63 {
  color: #fff;
  text-align: center;
  background-color: #004379e0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 75%;
  padding: 60px 100px;
  display: flex;
}

.button-5 {
  background-color: var(--red);
  text-align: center;
  border-radius: 5px;
  width: 200px;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

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

.div-block-65 {
  justify-content: center;
  display: flex;
}

.hero-in-pages {
  height: 300px;
  position: relative;
}

.hero-in-pages._120 {
  height: 400px;
}

.in-overlay {
  z-index: 100;
  background-image: linear-gradient(360deg, #000000db, #0000 89%);
  position: absolute;
  inset: 0%;
}

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

.imgsx {
  z-index: 90;
  position: absolute;
  inset: 0%;
}

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

.in_hero_tittle {
  padding-bottom: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-37 {
  width: 80%;
  color: var(--white);
  font-family: Merriweather, serif;
  font-size: 46px;
  line-height: 120%;
}

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

.main_column {
  margin-bottom: 80px;
  display: flex;
}

.side-1 {
  width: 50%;
}

.side-1.img {
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.39.52-1.jpeg');
}

.side-2 {
  width: 50%;
}

.side-2._25-left {
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.side-2._50-right {
  padding-top: 25px;
  padding-right: 70px;
}

.side-2._50-right._2 {
  padding-top: 0;
}

.side-2._74 {
  padding-right: 50px;
}

.img-on-side-1 {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  height: 400px;
}

.img-on-side-1._2 {
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.39.49.jpeg');
}

.img-on-side-1.ingles {
  background-image: url('../images/2020-09-23-aumentar-vocabulario-em-ingles-3.jpeg');
}

.img-on-side-1.venancio {
  background-image: url('../images/_DSC0717.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-on-side-1._900 {
  background-image: url('../images/1b_16766386706037898ba023a.jpeg');
}

.img-on-side-1._700 {
  background-image: url('../images/_DSC0853.jpg');
}

.img-on-side-1.servi {
  background-image: url('../images/_DSC0810.jpg');
}

.img-on-side-1.coop {
  background-image: url('../images/_DSC0784.jpg');
}

.img-on-side-1.coopk {
  background-image: url('../images/istockphoto-1133850964-612x612.jpeg');
}

.img-on-side-1.linguas {
  background-image: url('../images/_DSC0772.jpg');
}

.img-on-side-1.ui {
  background-image: url('../images/_DSC0774.jpg');
}

.img-on-side-1._400 {
  background-image: url('../images/building-blocks.jpeg');
}

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

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

.section-23 {
  background-color: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.tab-link-tab-2 {
  color: #333;
  border-radius: 8px;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 10px;
  line-height: 30px;
}

.tab-link-tab-2.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-weight: 500;
}

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

.tab-pane {
  padding-left: 50px;
}

.tabs-content {
  flex: 1;
}

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

.link-block-13 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: #333;
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 35px 23px 23px;
  text-decoration: none;
  display: flex;
}

.div-block-67 {
  border: 1px solid var(--gainsboro);
  background-image: url('../images/WhatsApp-Image-2022-02-18-at-12.44.08.jpeg');
  background-position: 0%;
  background-size: cover;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 120%;
}

.text-block-28 {
  color: #5ca8e5d4;
}

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

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

.div-block-69 {
  z-index: 1000;
  background-color: var(--gold);
  display: none;
  position: fixed;
  inset: 0%;
}

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

.grey-section {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-70 {
  background-color: #fff;
  border: 1px #00000029;
  border-radius: 5px;
  height: 300px;
  padding: 35px;
}

.div-block-71 {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 450px;
  padding: 50px;
}

.div-block-72 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

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

._1-guy {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-73 {
  border-radius: 5px;
  width: 320px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-73._2 {
  width: 300px;
}

.div-block-74 {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-15.11.55.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  height: 350px;
}

.div-block-74._2 {
  background-image: url('../images/IMG_5758-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-74._3 {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-14.47.29.jpeg');
  background-position: 50% 100%;
}

.div-block-75 {
  padding-top: 25px;
  padding-left: 0;
}

.cargo {
  color: #767676;
  border-top: 1px dashed #00000059;
  padding-top: 10px;
  font-size: 20px;
  line-height: 140%;
}

.cargo._2 {
  font-size: 15px;
  line-height: 120%;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.new {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  height: 350px;
}

.new._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.new.edvirg {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-14.48.54.jpeg');
}

.new.carlos {
  background-image: url('../images/Dr.-Correia.jpeg');
  background-position: 50% 100%;
}

.new.sapalo {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-14.47.57.jpeg');
  background-position: 50% 100%;
}

.new.kina {
  background-image: url('../images/Dra.-Lilian.jpeg');
  background-position: 50%;
}

.new.josi {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-14.47.04.jpeg');
  background-position: 50% 100%;
}

.new.teresa {
  background-image: url('../images/Dr.-Quitongo.jpeg');
}

.div-block-75-copy {
  padding-top: 15px;
  padding-left: 0;
}

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

.divs {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.heading-17-copy {
  color: #222;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 130%;
}

.heading-17-copy._2 {
  font-size: 19px;
}

.heading-17-copy._3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.white-section {
  padding: 80px 0 50px;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.divam {
  background-color: #fff;
  border-radius: 5px;
  height: 580px;
  padding: 50px;
}

.divam._20 {
  height: auto;
}

.divam._20._40 {
  margin-bottom: 25px;
}

.slider-6 {
  background-color: #0000;
  height: 500px;
}

.icon-5 {
  color: var(--black);
}

.div-block-76 {
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.lightbox-link._1 {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-15.39.01.jpeg');
}

.lightbox-link._2 {
  background-image: url('../images/_DSC0717.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/_DSC0728.jpg');
}

.lightbox-link._4 {
  background-image: url('../images/_DSC0803.jpg');
}

.lightbox-link._5 {
  background-image: url('../images/WhatsApp-Image-2022-06-23-at-14.53.08.jpeg');
}

.lightbox-link._6 {
  background-image: url('../images/WhatsApp-Image-2022-07-13-at-15.00.13-2.jpeg');
}

.div-block-77 {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 50px;
}

.text-block-29 {
  color: #fff;
  background-color: #004379d1;
  border-radius: 200px;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
}

.icon-6 {
  color: var(--black);
}

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

.div-block-78 {
  padding: 75px;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-link-2 {
  text-decoration: none;
}

.text-block-30 {
  color: var(--royal-blue);
  margin-top: 5px;
  font-size: 17px;
  text-decoration: underline;
}

.div-block-79 {
  background-color: #00000052;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.image-4 {
  object-fit: cover;
  height: 300px;
}

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

.text-block-31 {
  color: #989898;
  font-size: 16px;
  font-weight: 500;
}

.section-24 {
  background-color: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 50px;
}

.noticia-img {
  border: 1px solid #0000000f;
  border-radius: 12px;
  width: 1000px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.conteudos {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.div-block-80 {
  max-width: 1000px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.heading-39 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
}

.text-block-32 {
  color: #adadad;
  font-size: 24px;
}

.text-block-33 {
  color: #373737;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.heading-40 {
  font-size: 17px;
  font-weight: 400;
}

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

.columns-7 {
  flex-flow: column;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .burger-icon {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

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

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    height: 80px;
    padding: 20px 0 0;
    font-size: 40px;
    line-height: 80px;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

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

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

  .section-2.full-screen {
    min-height: 800px;
  }

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

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

  .col.lg-6.md-3 {
    width: 75%;
  }

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

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

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

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

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

  .content-wrapper {
    margin-right: 0;
  }

  .dyntitle.vid-ti.side {
    margin-bottom: 15px;
  }

  .hero-wrapper {
    flex-direction: column;
    height: 700px;
  }

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

  .nav-link-3 {
    text-align: left;
    flex: 1;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-link-3.border {
    flex: 0 auto;
  }

  .nav-logo-3 {
    flex: 1;
  }

  .nav-bar-2 {
    background-color: var(--dark-slate-blue);
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-3 {
    background-color: #003057;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 80%;
    height: 100vh;
    max-height: 100vh;
    padding: 80px 50px 30px 80px;
    display: block;
  }

  .heading-27 {
    font-size: 16px;
  }

  .section-header-2 {
    margin-bottom: 40px;
  }

  .div-block-43.cap {
    height: 200px;
  }

  .more-news-2 {
    padding-top: 21%;
    padding-bottom: 47px;
  }

  .more-news-2._2 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .submit-button-3 {
    margin-top: 15px;
    padding: 12px 20px;
  }

  .paragraph-11 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .div-block-48 {
    margin-bottom: 30px;
  }

  .text-field-3 {
    height: 35px;
    margin-bottom: 12px;
    font-size: 12px;
  }

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

  .text-block-24 {
    font-size: 13px;
  }

  .sidebar-2 {
    background-color: #eb7234;
    display: block;
  }

  .sidebar-2._2 {
    display: none;
  }

  .heading-32 {
    font-size: 13px;
  }

  .social-div-wrapper-2 {
    margin: 30px 25px;
  }

  .dyntitle-text-2 {
    font-size: 15px;
  }

  .textarea {
    padding: 10px;
    font-size: 12px;
  }

  .dropdown {
    z-index: 1;
    margin-bottom: -29px;
    display: block;
  }

  .dropdown-toggle {
    width: 100%;
    line-height: 60px;
    display: block;
  }

  .text-block-25 {
    z-index: 10;
    position: relative;
  }

  .category.blue {
    font-size: 8px;
  }

  .h3.footer-section-heading {
    font-size: 17px;
  }

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

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

  .footer-2 {
    padding-top: 70px;
  }

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

  .button-4.text-button.footer-text-link {
    font-size: 11px;
  }

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

  .dropdown-list-2.w--open {
    z-index: 100;
    background-color: #042a48;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 40px;
    top: 58px;
  }

  .dropdown-link-2 {
    white-space: normal;
    padding-left: 0;
    line-height: 130%;
    text-decoration: none;
    display: block;
  }

  .div-block-57 {
    z-index: 1000;
    background-color: var(--dark-slate-blue);
    padding: 86px;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .heading-34 {
    color: #fff;
    font-size: 25px;
    line-height: 100%;
  }

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

  .img-side {
    width: 100%;
  }

  .div-block-59 {
    height: 450px;
  }

  .hero-wrapper-main {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: auto;
    margin-top: 271px;
    padding: 40px 45px;
  }

  .heading-35, .heading-36 {
    font-size: 30px;
  }

  .heads {
    margin-bottom: 35px;
  }

  .estudos-estrategicos-section {
    background-position: 50%;
    justify-content: center;
    padding-left: 0;
  }

  .div-block-63 {
    width: 80%;
    height: 60%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-37 {
    font-size: 37px;
  }

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

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

  .div-block-70 {
    height: 500px;
  }

  .div-block-71 {
    height: 600px;
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .map {
    height: 600px;
  }

  .div-block-73 {
    width: 80%;
    margin-bottom: 0;
  }

  .div-block-73._2 {
    width: 100%;
  }

  .div-block-73._300 {
    width: 45%;
  }

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

  .cargo {
    font-size: 17px;
    line-height: 130%;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

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

  .new {
    height: 250px;
  }

  .div-block-76 {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .noticia-img {
    width: 100%;
    height: 400px;
  }

  .conteudos {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .section-2.full-screen {
    min-height: 600px;
  }

  .row {
    flex-wrap: wrap;
  }

  .col.lg-6, .col.lg-6.md-3.sm-2, .col.lg-4.sm-2, .col.lg-4.sm-2 {
    width: 100%;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .more-news-2 {
    padding-top: 43%;
  }

  .submit-button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .estudos-estrategicos-section {
    background-position: 50%;
  }

  .div-block-76 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-4 {
    object-fit: cover;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .burger-icon {
    font-size: 34px;
  }

  .menu-button-2 {
    flex: 0 auto;
    width: auto;
    margin-right: 0;
    padding-top: 23px;
  }

  .nav-bar {
    position: relative;
  }

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

  .short-paragraph {
    width: 100%;
  }

  .col {
    margin-bottom: 0;
  }

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

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

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .blog-thumbnail-container.no-border {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .heading-17 {
    margin-bottom: 5px;
  }

  .heading-17._500 {
    width: 100%;
  }

  .nav-link-3 {
    height: 60px;
  }

  .nav-bar-2 {
    position: relative;
  }

  .nav-menu-3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-27 {
    margin-top: 10px;
    font-size: 17px;
  }

  .more-news-2 {
    padding-top: 339px;
  }

  .social-div-wrapper-2 {
    margin: 25px;
  }

  .short-paragraph-2._500 {
    font-size: 15px;
    line-height: 140%;
  }

  .flex-block.footer-block {
    margin-bottom: 50px;
    padding-right: 0;
  }

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

  .dropdown-list-2.w--open {
    background-color: #052743;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-wrapper-main {
    width: auto;
    height: 450px;
    margin-top: 264px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-35, .heading-36 {
    font-size: 23px;
  }

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

  .estudos-estrategicos-section {
    background-position: 50%;
  }

  .div-block-63 {
    width: 90%;
    height: 80%;
  }

  .button-5 {
    font-size: 15px;
  }

  .hero-in-pages {
    height: 250px;
  }

  .heading-37 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 120%;
  }

  .section-22 {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .main_column {
    flex-direction: column;
  }

  .side-1 {
    width: 100%;
  }

  .side-2._25-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-2._50-right {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .side-2._50-right._2 {
    width: 100%;
    padding-right: 0;
  }

  .img-on-side-1 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .img-on-side-1.venancio {
    height: 300px;
  }

  .section-23 {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .div-block-68 {
    margin-bottom: 35px;
  }

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

  .grey-section {
    padding-top: 60px;
  }

  .div-block-70 {
    height: auto;
  }

  .div-block-71 {
    height: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .map {
    height: 400px;
  }

  .div-block-73, .div-block-73._300 {
    width: 100%;
  }

  .div-block-74 {
    background-position: 50%;
    height: 350px;
  }

  .div-block-74._2, .div-block-74._3 {
    height: 200px;
  }

  .cargo {
    width: 100%;
    font-size: 15px;
    line-height: 120%;
  }

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

  .new {
    height: 200px;
  }

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

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

  .white-section {
    padding-top: 60px;
  }

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

  .divam {
    height: auto;
    padding: 50px 30px 30px;
  }

  .slider-6 {
    height: 700px;
    min-height: 500px;
  }

  .div-block-76 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link {
    width: 100%;
    height: 300px;
  }

  .div-block-77 {
    padding-top: 0;
    padding-right: 0;
  }

  .image-4 {
    height: 250px;
  }

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

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

  .noticia-img {
    border-radius: 5px;
    height: 250px;
  }

  .heading-39 {
    font-size: 24px;
    line-height: 120%;
  }

  .text-block-32 {
    font-size: 19px;
  }
}

#w-node-_3dcd3e07-8348-d7c6-7656-3825feb1beb7-708cf8ad, #w-node-e27bd86d-c272-0d37-c887-13b5f116263c-708cf8ad, #w-node-_44a488b6-20b2-1662-dc6e-415b85ecc26f-708cf8ad, #w-node-_1346a628-1aa3-eabe-d0f4-76fa7473c872-708cf8b2, #w-node-a996735f-a865-eb53-7745-9322e84ba5f6-708cf8b2, #w-node-bc1f0818-de80-2fa2-4767-d7115750f504-708cf8b2, #w-node-_969a9454-f9a2-f6f9-0575-7b77d4a82a68-708cf8b2, #w-node-faf166d1-dbf1-46ac-466a-9ae45c2a79ff-708cf8b2, #w-node-a7081dd5-295c-95c4-fb1e-d376fa58c652-708cf8bf, #w-node-_00b8bdb0-742c-5218-8d7e-43af6ea9afa8-708cf8bf, #w-node-e9d94fd6-c0b5-0be6-bc90-b69e36ca1570-708cf8bf, #w-node-d81d1036-5e07-c1f6-5a0c-129ebda7de6e-708cf8bf, #w-node-_5bf3a0e9-9b8a-dbaf-f199-b267f2571056-708cf8bf, #w-node-_32d82768-1ae5-ad7f-aed2-49ae8a13eb4a-708cf8bf, #w-node-ac497c4b-96c2-287f-f427-9d66b7524600-708cf8bf, #w-node-_0f77903f-f054-1663-ed37-dba9bf46fde1-708cf8bf, #w-node-e0a57351-3a02-6d35-dd2a-007f2d9ec6b5-708cf8bf, #w-node-fe5cb002-37ee-4f61-df24-64f29d4d43dc-708cf8bf, #w-node-c908bda0-0bca-b363-2841-1ace1f7b5f59-708cf8bf, #w-node-fa055f56-63d9-66aa-056b-1aef63a0711d-708cf8bf, #w-node-a5545c23-ddea-df1d-eb63-60f30ce0ed43-708cf8bf, #w-node-_2b7db100-11e0-301d-06a4-d257e998f3c3-708cf8bf, #w-node-f192d8fa-bdec-7d51-ed96-af56a1932f2d-708cf8bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cefa';
  src: url('../fonts/cefa.eot') format('embedded-opentype'), url('../fonts/cefa.woff') format('woff'), url('../fonts/cefa.ttf') format('truetype'), url('../fonts/cefa.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Social media';
  src: url('../fonts/social_media.eot') format('embedded-opentype'), url('../fonts/social_media.woff') format('woff'), url('../fonts/social_media.ttf') format('truetype'), url('../fonts/social_media.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiles icons';
  src: url('../fonts/tiles-icons.eot') format('embedded-opentype'), url('../fonts/tiles-icons.woff') format('woff'), url('../fonts/tiles-icons.ttf') format('truetype'), url('../fonts/tiles-icons.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-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  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-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  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-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  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-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  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-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  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-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}