:root {
  --black: #00000f;
  --orange: #f16c30;
  --blue: #00004b;
  --grey: #f0f0f0;
  --light-blue: #0d3aff;
  --beb-pink: #ff88e8;
  --green: #dcffc5;
  --blue-pool: #5af7dc;
  --pink: #ff16ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.bmg-intro {
  background-color: #dbdbdb00;
  margin-top: 100px;
  margin-bottom: 24px;
}

.image {
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
}

.image.mb-20 {
  margin-bottom: 20px;
}

.container {
  background-color: #f16c3000;
}

.container.container-footer {
  padding-bottom: 20px;
}

.paragraph {
  color: #000;
  letter-spacing: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.text-descricao-case {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.text-descricao-case.mb-20 {
  margin-bottom: 20px;
}

.image-2, .image-3 {
  margin-top: 24px;
}

.descricao-yara {
  color: #000;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.titulo-principal {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.titulo-principal.o-que-fizemos {
  margin-bottom: 60px;
}

.box-intro {
  background-color: #f0f0f0;
  border-radius: 15px;
  padding: 90px 80px;
}

.box-dna {
  background-color: var(--orange);
  border-radius: 15px;
  height: 547px;
  margin-top: 24px;
  padding: 77px 58px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.box-dna.box-uefa {
  background-color: var(--blue);
}

.box-dna.box-tabasco {
  background-color: #ffbe00;
  height: auto;
}

.section {
  margin-top: 24px;
}

.box-botoes {
  background-color: var(--grey);
  border-radius: 15px;
  padding: 52px 58px;
}

.botao {
  color: #000;
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 107px;
  margin-bottom: 17px;
  padding: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
}

.botao.botao-seo {
  width: 166px;
}

.botao.botao-seo.botao-md {
  text-align: center;
  width: 100%;
  display: block;
}

.botao.botao-layout {
  width: 250px;
}

.bg-yara {
  background-image: url('../images/Yara_Ribeiro-1.png');
  background-position: 0 0;
  background-size: auto;
}

.cell {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bloco-yara {
  background-color: var(--grey);
  border-radius: 15px;
  padding: 45px 40px;
}

.bloco-txt-yara {
  background-color: #fcfcfc;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 50px 40px;
}

.box-chat {
  background-color: var(--light-blue);
  border-radius: 15px;
  padding: 60px 50px;
}

.box-chat.mb-20 {
  margin-bottom: 20px;
}

.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-direction: column;
  width: 260px;
  display: flex;
}

.coluna-servicos-case {
  margin-top: 20px;
}

.slider-uefa {
  mix-blend-mode: normal;
  background-color: #fff;
  height: 470px;
}

.slide-1 {
  width: 50%;
  margin-bottom: 500px;
}

.slide-2 {
  width: 50%;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 8px;
  padding-right: 8px;
}

.mask {
  overflow: visible;
}

.slide-nav {
  display: none;
}

.image-6 {
  margin-right: 0;
  padding-right: 8px;
}

.image-7 {
  background-color: #0000;
  padding-left: 8px;
}

.column {
  text-align: left;
}

.paragraph-9 {
  color: #000;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 100%;
}

.dna-text {
  color: #fff;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.botao-2 {
  color: #000;
  text-align: center;
  background-color: #fcfcfc;
  border-radius: 107px;
  margin-bottom: 17px;
  padding: 24px;
  font-size: 20px;
}

.botao-2.botao-layout {
  width: 250px;
}

.botao-2.botao-seo {
  width: 166px;
}

.botao-2.botao-seo.botao-md {
  text-align: center;
  width: 100%;
  display: block;
}

.secao-interna {
  margin-bottom: 24px;
}

.menu-nav-link-3 {
  color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.menu-footer-header {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-social-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.ths13-menu-contact-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  overflow: hidden;
}

.ths13-social-icon {
  width: 22px;
}

.body {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
}

.ths13-menu-icon-bar-top {
  background-color: #f2f2f2;
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-menu-link-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths13-menu-link-text-wrapper {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.ths13-nav-link {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths13-menu-icon-wrapper {
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.ths13-menu-icon-bar-bottom {
  background-color: #f2f2f2;
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.sidenav {
  z-index: 999;
  border-right: 1px solid #cccccb;
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  height: 100vh;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.content {
  width: 69%;
  padding: 24px;
}

.video {
  border-radius: 15px;
}

.hero {
  padding: 24px;
}

.case-item {
  margin-top: 24px;
}

.button-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  color: #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.border-30 {
  border-radius: 30px;
}

.border-30.banner-mobile {
  display: none;
}

.coluna-txt-direita {
  text-align: right;
  padding-right: 0;
}

.button {
  background-color: var(--grey);
  border-radius: 40px;
  padding: 12px 20px;
}

.button.button-menu {
  color: #00000f;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}

.button.button-menu.green {
  background-color: #a3f270;
}

.button.button-menu.language {
  display: none;
}

.button.button-logo {
  background-color: var(--black);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.box-content-grey {
  background-color: var(--grey);
  border-radius: 15px;
  padding: 24px;
}

.box-content-grey.p-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.border-line {
  background-color: #cccccb;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 0;
}

.case-cover-item {
  background-image: url('../images/GIF-LOGO-ENCONTRO-LFU.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 400px;
  padding: 16px;
  position: relative;
}

.case-cover-item.bmg {
  background-image: url('../images/img_case_bmg-584x584.png');
}

.case-cover-item.uefa {
  background-image: url('../images/img_case_uefa-584x584.jpg');
}

.case-cover-item.danki-carnaval {
  background-image: url('../images/danki-carnaval-3D-584x584.jpg');
}

.case-cover-item.utrail {
  background-image: url('../images/capa-utrail-584x584.jpg');
}

.case-cover-item.plant {
  background-image: url('../images/img_case_gk-584x584.jpg');
}

.case-cover-item.osklen {
  background-image: url('../images/img_case_danki_osklen-584x584.jpg');
}

.label-case-item {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start;
  height: 100%;
  padding: 16px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.label-case {
  background-color: #eee9;
  border-radius: 40px;
  padding: 16px;
}

.label-case.title {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.coluna-esquerda {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 8px;
  display: flex;
}

.coluna-direita {
  padding-left: 8px;
  padding-right: 0;
}

.div-block-4 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

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

.coluna-case {
  border-bottom: 1px solid #cccccb;
  padding-bottom: 24px;
}

.title-box {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.footer {
  background-color: var(--beb-pink);
  border-radius: 15px;
  margin-top: 24px;
  padding: 24px;
}

.list-item {
  margin-bottom: 12px;
  font-size: 15px;
  text-decoration: underline;
}

.title-footer {
  font-size: 16px;
}

.menu-footer.space-footer {
  margin-bottom: 70px;
}

.p-none {
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  width: 103px;
}

.heading-3 {
  margin-top: 200px;
  margin-bottom: 40px;
  font-size: 103px;
  line-height: 100px;
}

.since {
  text-align: left;
}

.descricao-case {
  margin-bottom: 20px;
}

.text-block {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.ths13-menu-link-hover-text-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
  position: absolute;
}

.ths13-logo-2 {
  width: 55px;
}

.ths13-menu-link-text-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.header-grid {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-footer-link {
  color: #f2f2f2a6;
}

.menu-nav-link-1 {
  color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nav-link-2, .menu-nav-link-4 {
  color: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-conteudo {
  z-index: 8;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: -100% 0% 0%;
}

.ths13-contact-address-2 {
  color: #f2f2f2;
  text-align: right;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths13-social-links-divider-2 {
  color: #ffc000;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.titulo-menu {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 70px;
  line-height: 100px;
}

.header-wrapper.mobile {
  display: none;
}

.link-block {
  color: var(--black);
}

.header-interna {
  z-index: 99;
  background-color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.grid.grid-servicos {
  margin-top: 24px;
}

.box-content-green {
  background-color: var(--green);
  border-radius: 15px;
  padding: 24px;
}

.cliente-item {
  color: #e5eadf;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
}

.cliente-item:hover {
  color: #ff78ce;
}

.tool-headline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.image-preview-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-preview {
  border-radius: 4px;
}

.box-clientes {
  background-color: var(--grey);
  border-radius: 15px;
  margin-top: 24px;
  padding: 24px;
}

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

.grid-fundadores {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.titulo-fundador {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-2 {
  font-size: 16px;
  line-height: 24px;
}

.left-arrow {
  z-index: 5;
  height: 15%;
  inset: 53% -2% 0% auto;
}

.slider-equipe {
  height: 450px;
  position: relative;
}

.right-arrow {
  height: 25%;
  bottom: -95%;
  left: auto;
  right: -2%;
}

.slide-nav-2 {
  display: none;
}

.bloco-seta {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ededed99;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.seta-slide {
  opacity: .7;
  width: 1.4rem;
  transform: translate(0);
}

.seta-slide.down {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.slide-item-1 {
  background-image: url('../images/equipe-beb-agencia-02-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-item-2 {
  background-image: url('../images/equipe-beb-agencia-01-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-item-4 {
  background-image: url('../images/equipe-beb-agencia-03-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-item-5 {
  background-image: url('../images/equipe-beb-agencia-04-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-item-3 {
  background-image: url('../images/equipe-beb-agencia-05-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-2 {
  border-radius: 15px;
}

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

.descricao-principal-case {
  color: #000;
  letter-spacing: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.b-b-chat-frame {
  z-index: 1;
  position: relative;
}

.ms-chat-submit-button {
  background-color: #4baeb2;
  border-radius: 4px;
  width: 100%;
  padding: 15px;
}

.ms-chat-icon-img {
  transform: rotate(-30deg);
}

.ms-exit-icon {
  display: none;
}

.ms-chat-label {
  z-index: 2;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
}

.b-b-chat-animation {
  height: 190px;
  overflow: hidden;
}

.ms-chat-smaller-text {
  opacity: .75;
  font-size: 90%;
}

.chat-b-b {
  z-index: 2;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 30px -10px #555e6980;
}

.chat-b-b:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.ms-chat-header {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px 17px 45px;
  font-size: 14px;
  display: flex;
}

.ms-chat-channel-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ms-chat-channel-icon.wpp {
  background-color: var(--black);
  border-radius: 99px;
  padding: 10px;
}

.success-message {
  background-color: #0000;
}

.b-b-chat-wrapper {
  z-index: 1001;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.ms-chat-field {
  border: 1px solid #aaa9a9;
  border-radius: 4px;
  margin-top: -1.1em;
}

.ms-chat-field.ms-chat-message {
  min-height: 150px;
}

.ms-chat-profile-img-wrap {
  width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-chat-profile {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: 0 0 0 3px #fff, 0 10px 10px -1px #555e6940;
}

.b-b-chat-channel-wrap {
  margin-top: -25px;
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat-bottom-text {
  opacity: .75;
  margin-top: 80px;
  padding-bottom: 10px;
  font-size: 90%;
  position: relative;
  inset: auto 0% 0%;
}

.ms-chat-back {
  background-image: url('../images/noun_back_2627267.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-chat-bold {
  font-weight: 700;
}

.ms-chat-channel-btn {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.ms-chat-channel-btn:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px #555e694d;
}

.ms-chat-channel-form {
  z-index: 1;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px #555e6933;
}

.chat-box {
  z-index: 1;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  width: 100vw;
  max-width: 350px;
  height: 630px;
  max-height: 75vh;
  line-height: 1.5em;
  display: block;
  position: absolute;
  inset: auto -5px 24px auto;
  overflow: auto;
  box-shadow: 0 20px 40px -5px #555e6940;
}

.ms-chat {
  opacity: .75;
  font-size: 13px;
}

.b-b-chat-bg {
  background-color: var(--black);
  height: 190px;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .image {
    border-radius: 20px;
  }

  .container {
    background-color: #f16c3000;
    max-width: 1140px;
  }

  .paragraph {
    font-size: 33px;
    font-weight: 400;
    line-height: 120%;
  }

  .text-descricao-case {
    font-size: 40px;
  }

  .image-2 {
    border-radius: 15px;
  }

  .descricao-yara {
    font-size: 32px;
    line-height: 110%;
  }

  .titulo-principal {
    font-size: 80px;
  }

  .botao {
    padding: 36px;
    font-size: 32px;
    font-weight: 500;
  }

  .botao.botao-layout {
    width: 350px;
  }

  .cell {
    background-position: 50%;
  }

  .bloco-txt-yara {
    margin-left: 40px;
  }

  .cell-2 {
    text-align: left;
  }

  .image-5 {
    width: 100%;
    margin-left: 40px;
    padding-right: 40px;
  }

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

  .coluna-servicos-case {
    margin-top: 20px;
  }

  .slider-uefa {
    height: 570px;
  }

  .slide-2 {
    margin-left: 10px;
  }

  .paragraph-9 {
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
  }

  .dna-text {
    font-size: 40px;
  }

  .botao-2 {
    padding: 36px;
    font-size: 40px;
    font-weight: 500;
  }

  .botao-2.botao-layout {
    width: 350px;
  }

  .case-cover-item {
    height: 500px;
  }

  .case-cover-item.bmg {
    background-image: url('../images/img_case_bmg-584x584.png');
    background-position: 50%;
    background-size: cover;
    height: 500px;
  }

  .case-cover-item.uefa {
    background-image: url('../images/img_case_uefa-584x584.jpg');
  }

  .case-cover-item.danki-carnaval {
    background-image: url('../images/danki-carnaval-3D-584x584.jpg');
  }

  .case-cover-item.utrail {
    background-image: url('../images/capa-utrail-584x584.jpg');
  }

  .case-cover-item.plant {
    background-image: url('../images/img_case_gk-584x584.jpg');
  }

  .case-cover-item.osklen {
    background-image: url('../images/img_case_danki_osklen-584x584.jpg');
  }

  .label-case.title {
    font-size: 16px;
  }

  .title-box {
    font-size: 46px;
  }

  .heading-3 {
    font-size: 116px;
    line-height: 118px;
  }

  .descricao-case {
    font-size: 16px;
    line-height: 24px;
  }

  .header-grid {
    max-width: 1140px;
  }

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

  .grid-fundador {
    place-items: center;
    height: 100%;
  }

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

  .slider-equipe {
    height: 450px;
  }

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

  .descricao-principal-case {
    font-size: 33px;
    font-weight: 400;
    line-height: 120%;
  }

  .ms-chat-submit-button {
    background-color: var(--beb-pink);
  }

  .chat-b-b {
    background-color: var(--black);
    inset: -29px 10% 40% -14px;
  }

  .ms-chat-header {
    justify-content: center;
  }

  .ms-chat-channel-icon {
    width: 50px;
    min-width: 50px;
    overflow: clip;
  }

  .ms-chat-channel-icon.wpp {
    background-color: var(--black);
    border-radius: 99px;
    width: 50px;
    min-width: 50px;
    padding: 10px;
  }

  .chat-box {
    display: block;
  }

  .b-b-chat-bg {
    background-color: var(--black);
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1299px;
  }

  .body {
    font-size: 16px;
  }

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

  .title-box {
    font-size: 52px;
    line-height: 56px;
  }

  .list-item {
    font-size: 17px;
  }

  .title-footer {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 128px;
    line-height: 138px;
  }

  .descricao-case {
    font-size: 18px;
    line-height: 26px;
  }

  .header-grid {
    max-width: 1299px;
  }

  .titulo-menu {
    font-size: 60px;
    line-height: 95px;
  }

  .slider-equipe {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-descricao-case, .text-descricao-case.mb-20, .descricao-yara {
    font-size: 25px;
  }

  .titulo-principal {
    font-size: 50px;
  }

  .box-dna.box-uefa {
    height: 700px;
  }

  .box-chat.mb-20 {
    margin-bottom: 20px;
  }

  .paragraph-9 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .dna-text {
    font-size: 25px;
  }

  .border-30.banner-mobile {
    display: none;
  }

  .coluna-txt-direita {
    text-align: left;
    padding-top: 10px;
    padding-left: 0;
  }

  .coluna-txt-direita.logo-footer {
    display: none;
  }

  .button.button-menu {
    font-size: 12px;
  }

  .coluna-direita {
    padding-left: 0;
  }

  .title-box {
    font-size: 28px;
  }

  .menu-footer.space-footer {
    margin-bottom: 40px;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .header-interna {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-content-green.equipe {
    margin-bottom: 16px;
  }

  .cliente-item {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .tool-headline {
    margin-bottom: 0;
    font-size: 34px;
  }

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

  .descricao-principal-case {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    overflow: clip;
  }

  .image.mb-20 {
    margin-top: 70px;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 22px;
  }

  .text-descricao-case {
    font-size: 23px;
    line-height: 30px;
  }

  .descricao-yara {
    font-size: 20px;
    line-height: 110%;
  }

  .titulo-principal {
    text-align: center;
    font-size: 45px;
  }

  .titulo-principal.o-que-fizemos {
    text-align: center;
  }

  .box-dna.box-uefa {
    height: auto;
  }

  .botao.botao-seo, .botao.botao-layout {
    width: 100%;
  }

  .bloco-txt-yara {
    padding: 20px;
  }

  .slider-uefa {
    height: 280px;
  }

  .slide-1 {
    margin-bottom: 0;
  }

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

  .botao-2.botao-layout {
    width: 100%;
  }

  .sidenav {
    display: none;
  }

  .content {
    width: 100%;
  }

  .hero {
    text-align: center;
    margin-top: 70px;
  }

  .border-30.banner-mobile, .coluna-txt-direita.logo-footer {
    display: none;
  }

  .coluna-direita {
    margin-top: 24px;
  }

  .menu-footer.space-footer {
    margin-bottom: 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 48px;
    line-height: 1;
  }

  .header-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ths13-social-links-divider-2 {
    display: none;
  }

  .titulo-menu {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .header-wrapper.mobile {
    display: block;
  }

  .cliente-item {
    margin-bottom: 25px;
  }

  .tool-headline {
    font-size: 40px;
  }

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

  .descricao-principal-case {
    margin-top: 20px;
    font-size: 22px;
  }

  .b-b-chat-wrapper {
    bottom: 45px;
  }

  .ms-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .chat-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 84vh;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }
}

@media screen and (max-width: 479px) {
  .bmg-intro {
    margin-top: 40px;
  }

  .bmg-intro.uefa-intro {
    margin-top: 100px;
  }

  .paragraph {
    font-size: 22px;
  }

  .text-descricao-case {
    font-size: 22px;
    line-height: 140%;
  }

  .titulo-principal {
    text-align: left;
    font-size: 42px;
  }

  .titulo-principal.o-que-fizemos {
    text-align: center;
  }

  .box-intro {
    padding: 40px 20px;
  }

  .box-dna {
    height: 450px;
    padding: 40px 20px;
  }

  .box-dna.box-uefa {
    height: 100%;
    margin-top: 0;
  }

  .box-botoes {
    padding: 40px 20px;
  }

  .botao {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .botao.botao-seo, .botao.botao-layout {
    width: auto;
  }

  .box-chat {
    padding: 20px 10px;
  }

  .div-block {
    height: 300px;
  }

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

  .dna-text {
    font-size: 18px;
    line-height: 140%;
  }

  .botao-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .botao-2.botao-layout, .botao-2.botao-seo {
    width: auto;
  }

  .content, .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-link {
    font-size: 16px;
  }

  .border-30 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .border-30.banner-desktop {
    display: none;
  }

  .border-30.banner-mobile {
    display: block;
  }

  .coluna-txt-direita {
    text-align: right;
    align-self: center;
  }

  .title-box {
    font-size: 24px;
  }

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

  .header-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .tool-headline {
    font-size: 22px;
  }

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

  .text-block-3 {
    font-size: 14px;
  }

  .descricao-principal-case {
    font-size: 22px;
  }
}

#w-node-bb9ef6da-ea9c-19b2-9929-6b2318eaf44f-af359e69 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f507c00a-388e-5bb2-3810-73edb45e6c9a-ebeb09cf {
  justify-self: end;
}

#w-node-bee2bdbb-d13d-5fdc-b0e6-875f51a5fac9-ebeb09cf {
  place-self: end;
}

#w-node-bee2bdbb-d13d-5fdc-b0e6-875f51a5facc-ebeb09cf {
  justify-self: start;
}

#w-node-_01b3bb05-486b-4564-f2dd-bb647fb2adb1-ebeb09cf {
  justify-self: end;
}

#w-node-_01b3bb05-486b-4564-f2dd-bb647fb2adb3-ebeb09cf {
  place-self: end;
}

#w-node-_01b3bb05-486b-4564-f2dd-bb647fb2adb4-ebeb09cf, #w-node-_6012ca3b-98a3-75d1-b680-32dd69ca7433-ebeb09cf {
  justify-self: end;
}

#w-node-_6012ca3b-98a3-75d1-b680-32dd69ca7435-ebeb09cf {
  place-self: end;
}

#w-node-_6012ca3b-98a3-75d1-b680-32dd69ca7436-ebeb09cf, #w-node-_69849f01-df19-a9ad-4602-b84fa06bfd9a-ebeb09cf {
  justify-self: end;
}

#w-node-_69849f01-df19-a9ad-4602-b84fa06bfd9c-ebeb09cf {
  place-self: end;
}

#w-node-_69849f01-df19-a9ad-4602-b84fa06bfd9d-ebeb09cf, #w-node-_818b08a5-b8a1-0f8c-a1d2-926a37264bba-ebeb09cf {
  justify-self: end;
}

#w-node-_818b08a5-b8a1-0f8c-a1d2-926a37264bbc-ebeb09cf {
  place-self: end;
}

#w-node-_818b08a5-b8a1-0f8c-a1d2-926a37264bbd-ebeb09cf, #w-node-_9ec37dcf-fc8d-a8d4-d691-0f40d01b023e-ebeb09cf {
  justify-self: end;
}

#w-node-_9ec37dcf-fc8d-a8d4-d691-0f40d01b0240-ebeb09cf {
  place-self: end;
}

#w-node-_9ec37dcf-fc8d-a8d4-d691-0f40d01b0241-ebeb09cf, #w-node-_6d8dbe30-09d9-1504-c7b6-51d9231c20e2-ebeb09cf {
  justify-self: end;
}

#w-node-_6d8dbe30-09d9-1504-c7b6-51d9231c20e4-ebeb09cf {
  place-self: end;
}

#w-node-_6d8dbe30-09d9-1504-c7b6-51d9231c20e5-ebeb09cf {
  justify-self: end;
}

#w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8cfb-0d757322, #w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8d03-0d757322 {
  align-self: center;
}

#w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8d08-0d757322 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_01b3bb05-486b-4564-f2dd-bb647fb2adb4-ebeb09cf, #w-node-_6012ca3b-98a3-75d1-b680-32dd69ca7436-ebeb09cf, #w-node-_69849f01-df19-a9ad-4602-b84fa06bfd9d-ebeb09cf, #w-node-_818b08a5-b8a1-0f8c-a1d2-926a37264bbd-ebeb09cf, #w-node-_9ec37dcf-fc8d-a8d4-d691-0f40d01b0241-ebeb09cf, #w-node-_6d8dbe30-09d9-1504-c7b6-51d9231c20e5-ebeb09cf {
    justify-self: start;
  }

  #w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8d08-0d757322 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb9ef6da-ea9c-19b2-9929-6b2318eaf44f-af359e69 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8cf8-0d757322, #w-node-_7de953dd-3ae8-57f1-d160-fb66c46a8d00-0d757322 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


