:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigationlink {
  color: #b1b1b1;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: color .25s;
}

.navigationlink:hover, .navigationlink.w--current {
  color: #333;
}

.navigation-bar {
  text-transform: uppercase;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  min-height: 60px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.hamburger-button {
  cursor: pointer;
}

.navigation-menu {
  cursor: pointer;
  margin-top: 0;
}

.brand-text {
  cursor: pointer;
  background-image: url('../images/logo_animated_updated.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18vw;
  min-width: 100px;
  max-width: 300px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.brand-link.w--current {
  cursor: pointer;
  flex: 1;
  order: 0;
}

.section {
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  height: 80vh;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.social-icon-link {
  opacity: .87;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .3;
}

.footer {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: auto;
  width: 80vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.footer-text {
  color: #414141;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.photo-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 250px;
  max-height: 500px;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.blog-title {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.photo-page-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  text-transform: uppercase;
  font-size: 12px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  border-bottom: 1px solid #0000002b;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.description-text {
  margin-bottom: 23px;
}

.container {
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.body {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.collection-item {
  display: flex;
}

.image {
  display: block;
}

.heading {
  color: #222;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.thumbnailsection {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  height: 82vh;
  display: flex;
}

.projectthumbnail {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Buriti_IMG_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 48px;
  padding-right: 0;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.projectthumbnail:hover {
  transform: scale(1.15);
}

.projectthumbnail.centerleft {
  background-position: 50%;
}

.projectthumbnail.centertop {
  background-image: url('../images/Kinder_thumbnail_2.jpg');
  background-size: cover;
}

.projectthumbnail.topright {
  background-image: url('../images/PJ1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.projectthumbnail.middleleft {
  background-image: url('../images/ChamaWill_IMG_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.projectthumbnail.centermiddle {
  background-image: url('../images/luminaria-buriti.6.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.projectthumbnail.centerright {
  background-image: url('../images/Cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.projectthumbnail.bottomleft {
  background-image: url('../images/Recycling-Bin-Station.58.jpg');
  background-size: cover;
}

.projectthumbnail.bottomcenter {
  background-image: url('../images/LIU-thumbnail.2.jpg');
  background-position: 50%;
  background-size: cover;
}

.projectthumbnail.bottomright {
  background-image: url('../images/Spin_Vodka_IMG_1.JPG');
  background-position: 50%;
  background-size: cover;
}

.projectthumbnail.topleft {
  background-image: url('../images/Betil-Project-2.JPG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-right: 10px;
  padding-right: 0;
}

.thumbnailrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.thumbnailrow.bottom, .thumbnailrow.hide {
  display: none;
}

.thumbnaildiv {
  filter: grayscale();
  cursor: pointer;
  flex-flow: wrap;
  width: 100%;
  transition: filter .5s cubic-bezier(.455, .03, .515, .955);
  display: block;
  overflow: hidden;
}

.thumbnaildiv:hover {
  filter: none;
}

.thumbnaildiv.activeproject {
  display: none;
}

.footerdivblock {
  cursor: pointer;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.container-2 {
  display: block;
}

.meufooter {
  align-self: center;
  width: 75vw;
  height: 5vh;
  min-height: 35px;
  margin-top: 20px;
}

.footcontainer {
  justify-content: space-between;
  display: flex;
}

.mynavigationsection {
  display: none;
}

.navbarmaindiv {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns {
  height: 100%;
  display: flex;
}

.container-3 {
  height: 100%;
}

.column {
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
}

.column-2 {
  height: 100%;
}

.heading2 {
  color: #313131;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.aboutphotocontainer {
  background-image: url('../images/Me-arco.JPEG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: block;
}

.aboutpgdiv {
  justify-content: space-between;
  width: 75vw;
  height: auto;
  min-height: 600px;
  display: flex;
}

.section-2 {
  width: 75vw;
  height: auto;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.aboutcolumn {
  flex-direction: column;
  width: 36vw;
  height: 100%;
  min-height: 600px;
  display: flex;
  position: static;
  overflow: hidden;
}

.aboutcolumn.portuguese {
  position: absolute;
  left: auto;
}

.abouttextdiv {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: 88px;
}

.abouttextdiv.portuguese {
  float: none;
  width: 36vw;
  display: none;
  position: absolute;
  inset: auto;
}

.abouttextdiv.english {
  width: 36vw;
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.text {
  color: #414141;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  display: block;
  position: static;
  top: 39px;
}

.text.site_offline {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  width: 200px;
  height: 50vh;
  display: flex;
}

.body-3 {
  flex-direction: column;
  display: flex;
}

.projectssection {
  align-self: center;
  width: 75vw;
  height: auto;
  min-height: auto;
  margin-bottom: 50px;
  display: block;
}

.projectscolumn1 {
  flex-direction: column;
  width: 60%;
  height: 100%;
  margin-top: -5px;
  display: flex;
}

.projectscolumn2 {
  background-color: #0000;
  flex-direction: row;
  width: 30%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 90px;
  overflow: hidden;
}

.projectstextdiv {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: static;
  top: 88px;
}

.projectstextdiv.portuguese {
  height: 100%;
  padding-left: 10px;
  display: block;
  position: absolute;
  top: auto;
  left: 1000px;
}

.projectstextdiv.english {
  background-color: #fff;
  margin-left: 0;
  padding-left: 10px;
  display: block;
}

.projectname {
  color: #313131;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.body-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contactpagesection {
  justify-content: space-between;
  align-self: center;
  width: 75vw;
  height: 80vh;
  min-height: 600px;
  display: flex;
}

.contactcolum {
  background-color: #0000;
  width: 45%;
  height: 100%;
}

.contacttextdiv {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.contactformdiv {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.formfieldlabel {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form_multilinetext {
  height: 150px;
}

.submitformbuttom {
  cursor: pointer;
  background-color: #313131;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
}

.form-block {
  margin-top: 30px;
}

.thumbnailsection-mini {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  height: 100vh;
  display: none;
}

.projectpage-h2-div {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.heading3 {
  color: #313131;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link {
  display: none;
}

.bold-text {
  color: #333;
}

.linkedin-icon {
  cursor: pointer;
}

.projects-main-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
}

.project-image {
  flex: none;
  margin-top: 15px;
  margin-bottom: 25px;
}

.project-image.in-a-div {
  display: block;
}

.thumbnailtext {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #00000029;
  border-radius: 3px;
  width: 70%;
  padding: 6px 40px 6px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  display: block;
}

.cursor-wrapper {
  z-index: 1000;
  -webkit-text-fill-color: inherit;
  background-color: #b15757;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.cursor {
  background-color: #272727;
  border-radius: 19px;
  width: 16px;
  height: 16px;
}

.html-embed {
  display: none;
}

.italic-text {
  font-style: normal;
}

._3dviewer-sectio {
  align-self: center;
  width: 75vw;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

._3dviewer-container {
  display: none;
}

._3dviewer-div {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.html-embed-2 {
  width: 100%;
  height: 30vh;
  display: none;
}

.html-embed-3 {
  z-index: 5;
  height: 40vh;
  display: none;
  position: relative;
}

.html-embed-4 {
  width: 100%;
  height: 30vh;
  display: none;
}

.div-block-to-fix-3d-vectary {
  z-index: 10;
  float: left;
  clear: none;
  background-color: #efefef;
  width: 30%;
  height: 150px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
}

.div-block-to-fix-3d-back {
  z-index: 1;
  float: left;
  clear: none;
  background-color: #efefef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.projectname-for-mobile {
  color: #313131;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: none;
}

._3dviewer-legend {
  z-index: 6;
  background-image: url('../images/website-3d-viewer-legend.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.thumbnailsection-mini-8-grid {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 75vw;
  height: 30vh;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.languages-main-div {
  clear: none;
  background-color: #d6a1a1;
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
  right: 40px;
}

.div-block-2 {
  background-color: #c99191;
  width: 30px;
  height: 20px;
}

.br-flag-div {
  cursor: pointer;
  background-color: #0000;
  width: 30px;
  height: 20px;
  display: flex;
  position: fixed;
  left: auto;
  right: 0;
}

.language-arrow-div {
  background-image: url('../images/arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 65%;
}

.br-flag {
  background-image: url('../images/br-flag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.html-embed-5 {
  display: block;
}

.text-below-images {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.bento-brief {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  display: flex;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  background-image: url('../images/Recycling_6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.bento-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  height: 50%;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
}

.bento-column-text {
  background-color: #fff;
  width: 30%;
  min-width: 250px;
  height: 100%;
  margin-top: 10px;
}

.bento-column-image {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 35%;
  height: 100%;
  margin-left: 10px;
  margin-right: 0;
  display: block;
}

.bento-text-h1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}

.bento-text-h2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 8px;
  display: flex;
}

.bento-brief-text {
  padding-left: 0;
  padding-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bento-brief-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.bento-images {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.bento-brief-outer-text {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.spacer {
  width: 100%;
  height: 5vh;
}

.intro-text-div {
  width: 100%;
  height: auto;
  display: block;
}

.intro-text {
  width: auto;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  display: block;
}

.intro-text-bold {
  font-weight: 700;
}

.image-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-div-side-by-side {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 48%;
  height: 100%;
  display: flex;
}

.buriti-brief {
  width: 100%;
  height: auto;
  min-height: auto;
}

.buriti-brief-top {
  width: 100%;
  height: auto;
}

.buriti-brief-bottom {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 30px;
}

.buriti-brief-h1-text-holder {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  display: flex;
}

.buriti-brief-h1-holder {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 37px;
}

.svg-holder {
  background-image: url('../images/B.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 30px;
  height: 100%;
}

.image-2 {
  object-fit: contain;
  margin-left: 40px;
  display: inline-block;
  position: static;
}

.vertical_line {
  background-color: #e47839;
  width: 1%;
  max-width: 4px;
  height: auto;
  display: block;
}

.vertical_line.red {
  background-color: #b23f40;
  min-width: 2px;
}

.buriti_brief-text {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.buriti_brief-text.smaller {
  font-size: 14px;
  font-weight: 400;
}

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

.image-3 {
  object-fit: fill;
  margin-left: 40px;
}

.image_4 {
  object-fit: fill;
  margin-left: 3px;
}

.text-span {
  font-weight: 800;
}

.buriti-brief_h2-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 15%;
  padding-left: 37px;
  display: flex;
}

.buriti-brief-h2-text-holder {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.buriti_brief-h2-text-columns {
  width: 47%;
  height: auto;
  margin-right: 15px;
}

.buriti-brief-h2-text-paragraph-holder {
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding-left: 40px;
  display: flex;
}

.buriti-brief-h2-text-paragraph-holder.bottom {
  justify-content: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.buriti-brief-h2-text-paragraph-holder.no_padding {
  padding-left: 0;
}

.buriti-brief-h2-images-div {
  background-image: url('../images/pottery-wheel-white_600x600.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.5%;
  height: 100%;
}

.buriti-brief-h2-images-div.image_a {
  height: 10vw;
  min-height: 120px;
}

.buriti-brief-h2-images-div.image_b {
  background-image: url('../images/Sue_Pryke0890.jpeg');
  background-position: 100%;
  height: 10vw;
  min-height: 120px;
}

.buriti-brief-h2-images-div.image_c {
  background-image: url('../images/buriti2-670x670.jpeg');
  height: 10vw;
  min-height: 120px;
}

.buriti-brief-h2-images-div.image_d {
  background-image: url('../images/Buriti.jpeg');
  background-position: 100%;
  height: 10vw;
  min-height: 120px;
}

.image-4 {
  object-fit: contain;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 600;
}

.html-embed-3-copy {
  z-index: 5;
  height: 40vh;
  display: block;
  position: relative;
}

.html-embed-6 {
  z-index: 5;
  height: 40vh;
  display: none;
  position: relative;
}

.div-block-to-fix-3d-sketchfab {
  z-index: 10;
  float: left;
  clear: none;
  background-color: #ddd;
  width: 20%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
}

.brief_h2 {
  color: #313131;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.brief_text {
  color: #414141;
  font-family: Montserrat, sans-serif;
}

.html-embed-7 {
  z-index: 5;
  height: 40vh;
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navigationlink {
    color: #f1f1f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigationlink:hover {
    color: #fff;
  }

  .navigationlink:focus, .navigationlink:visited {
    color: #f2f2f2;
  }

  .navigationlink.w--current {
    color: #f3f3f3;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brand-text {
    width: 30vw;
  }

  .section {
    padding-bottom: 0;
  }

  .thumbnailsection {
    height: 80vh;
  }

  .thumbnaildiv {
    filter: none;
    margin: 2px;
    transition-property: none;
  }

  .aboutphotocontainer {
    background-position: 20%;
  }

  .thumbnailsection-mini {
    height: 80vh;
  }

  .thumbnailtext {
    width: auto;
  }

  .thumbnailsection-mini-8-grid {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    width: 40vw;
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .footer-text {
    text-align: center;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    text-align: center;
    margin-top: 56px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .thumbnailsection {
    height: 100%;
  }

  .projectthumbnail {
    height: 30vh;
  }

  .thumbnailrow {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    display: block;
  }

  .thumbnaildiv {
    height: 100%;
  }

  .meufooter {
    position: static;
    bottom: 0;
  }

  .footcontainer {
    flex-direction: column;
    align-items: center;
  }

  .projectscolumn1, .projectscolumn2 {
    width: 100%;
  }

  .thumbnailsection-mini {
    height: 100%;
  }

  .projects-main-div {
    flex-flow: column;
  }

  .projectname-for-mobile {
    text-align: center;
    display: block;
  }

  .thumbnailsection-mini-8-grid {
    height: 100%;
  }

  .intro-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .brand-text {
    width: 60vw;
    height: 50px;
  }

  .photo-link-block {
    margin-bottom: 0;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .thumbnailsection {
    width: 100vw;
  }

  .projectthumbnail {
    height: 20vh;
  }

  .body-2 {
    justify-content: flex-start;
  }

  .heading2 {
    margin-top: 10px;
  }

  .aboutphotocontainer {
    background-position: 50% 40%;
    height: 30vh;
    min-height: auto;
  }

  .aboutpgdiv {
    flex-direction: column;
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    min-height: auto;
    display: flex;
  }

  .aboutcolumn {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .abouttextdiv {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .abouttextdiv.english {
    width: 100vw;
  }

  .text {
    margin-top: 0;
  }

  .projectssection {
    width: 100vw;
  }

  .projectscolumn1 {
    width: 100%;
  }

  .projectscolumn2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .projectstextdiv.portuguese, .projectstextdiv.english {
    margin-top: 30px;
  }

  .projectname {
    margin-top: 10px;
  }

  .body-4 {
    justify-content: flex-start;
  }

  .contactpagesection {
    flex-direction: column;
    justify-content: flex-start;
    width: 85vw;
    height: auto;
    min-height: auto;
  }

  .contactcolum {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .contacttextdiv {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .projectpage-h2-div {
    margin-left: 30px;
  }

  .projects-main-div {
    flex-direction: column;
  }

  .project-image {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  ._3dviewer-sectio {
    width: 100vw;
  }

  .projectname-for-mobile {
    text-align: center;
    display: block;
  }

  .thumbnailsection-mini-8-grid {
    width: 100vw;
  }

  .br-flag-div {
    margin-top: 10px;
    position: absolute;
  }

  .text-below-images {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
}


