html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}

:root {
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra padrão */
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: #333;
  line-height: 1.6;
  padding: 20px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  margin-top: 0;
}

.container-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  gap: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hero-sites {
  width: 100vw;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  left: 50%;
  right: 50%;
  margin-bottom: 90px;
}

.hero-img img {
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    no-repeat center center/cover;
  height: 70vh;
  display: block;
  background-size: cover;
  width: 100%;
  object-fit: cover;
  display: block;
}

/*.hero-img:before {
  content: "Sensi Gastronomia";
  color: white;
  font-size: 4rem;
  transition: all 0.3s ease;
}
*/

.navbar {
  padding: 15px 10px;
  top: 0;
  padding: 10px 0;
  background-color: white;
  z-index: 1000;
  position: static;
  flex: 1;
}

.navbar-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  position: relative;
}

.nav-item-esq,
.nav-item-dir {
  display: flex;
  flex: 1;
  list-style: none;
  padding: 0;
  gap: 30px;
  align-items: center;
}

.nav-item-esq {
  justify-content: flex-start;
}

.nav-item-dir {
  justify-content: flex-end;
}

.nav-item-dir,
.nav-item-esq a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  position: relative;
}

.cardapio {
  display: none;
}

.nav-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}

.logo-container {
  justify-content: center;
  align-items: center;
  flex: 0 1 auto; /* Ocupa espaço igual aos menus */
}

.logo {
  height: 60px; /* Ajuste a altura conforme sua imagem */
  width: auto;
  max-width: 150px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content li {
  padding: 0;
}

.dropdown-content a {
  list-style: none;
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}

.dropdown-content a:hover {
  background-color: #f9f9f9;
}

.hamburger {
  background: none;
  border: none;
  font-size: 26px;
  color: var(--ink);
  cursor: pointer;
  display: none;
}

.sobre-sensi {
  text-align: justify;
  padding: 20px;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  align-items: stretch;
}

.sobre-text {
  align-items: center;
  align-self: stretch;
  margin-bottom: 20px;
  flex: 1;
  min-width: 50%;
  margin: 0px 1px 10px 180px;
}

.sobre-img img {
  width: 50%;
  height: auto;
  flex: 1;
  min-width: 300px;
  margin-top: 50px;
}

.pet-friendly-section .pet-section {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-bottom: 40px;
  padding: 10px;
  margin: 20px;
}

.pet-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  flex: 1;
}

.pet-section img {
  background: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Z2FzdHJvbm9taWElMjBmb29kfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60")
    no-repeat center center/cover;
  max-width: 80px;
  height: 80px;
  flex: 1;
  margin-bottom: 30px;
  margin-left: 150px;
}

.reservas-section {
  margin-bottom: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100vw;
  margin-left: calc(-50vw + 50%); /* Centraliza e compensa o padding */
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.reservas img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}

.reservas p {
  color: white;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
}

.reservas .section-subtitle {
  color: white;
  font-size: 2rem;
  margin-bottom: 10px;
  border-bottom: #eee 1px solid;
  display: inline-block;
  text-align: center;
  margin: 50px;
}

.reservas a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.reservas .section-subtitle {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  color: white;
  z-index: 2;
}

.reservas p {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  color: rgb(255, 255, 255);
  z-index: 2;
}

.reservas .section-subtitle {
  top: 20px;
}

.reservas p:nth-of-type(1) {
  top: 260px;
}

.reservas p:nth-of-type(2) {
  top: 360px;
}

.container-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  gap: 20px;
  background-size: cover;
}

.card {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 300px;
  align-items: center;
}

.eventos-card {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  background-size: cover;
  margin-left: calc(-50vw + 50%);
  min-width: 300px;
}

.eventos-card .eventos-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}

.eventos-content .section-subtitle {
  border-top: 1px solid black;
  display: inline-block;
  margin: 0 auto 20px auto;
  font-size: 50px;
  text-align: left;
  text-align: justify;
}

.eventos-img img {
  width: 1400px;
  min-width: 300px;
  height: auto;
  margin: 50px 150px;
  justify-content: center;
  justify-self: center;
  margin-right: 20px;
}

.eventos-content .eventos-text {
  flex: 1;
  line-height: 2rem;
}

.whatsapp-info {
  border: 1px solid black;
  padding: 10px 15px 15px 30px;
  margin-top: 70px;
}

.carousel-section {
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
}

.carousel-container {
  width: 100%;
  overflow: hidden; /* Esconde o que passa do limite */
  position: relative;
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden; /* Esconde o que passa do limite */
  margin: 0 auto;
  max-width: 900px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.carousel-slide {
  flex: 0 0 calc(100% / 3 - 20px);
  min-width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.carousel-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.carousel-slide {
  width: calc(100% / 3 - 20px);
  flex: 0 0 auto;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

/* Botões */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}

.carousel-dot.active {
  background-color: #8b4513;
}

.contato-card {
  background-color: #f5f5f5;
}

.contato-text {
  margin: 20px;
}

.contato-content .section-subtitle {
  font-size: 30px;
  margin: 20px 40px;
}

.section-subtitle {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f1f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eventos-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #333;
}

.nos-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 80px;
  padding-bottom: 40px;
  background-color: #381b07;
  color: rgb(246, 241, 238);
  padding: 20px;
  border-radius: 15px;
  margin-left: -40px;
  justify-content: space-between;
  align-content: stretch;
  position: relative;
  margin-bottom: 40px;
  min-width: 300px;
  overflow: auto;
  height: 600px;
  padding-top: 30px;
  gap: 30px;
}

.nos-text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: justify;
  overflow: hidden;
  padding: 15px;
  line-height: 40px;
  max-width: 100%;
  min-width: 200px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex: 1;
  overflow: auto;
  margin-right: 40px;
}

.nos-text .section-subtitle {
  font-size: 30px;
  text-align: start;
  margin-bottom: 30px;
}

.nos-img img {
  background: no-repeat center center/cover;
  width: 400px;
  min-width: 200px;
  height: 400px;
  min-height: 300px;
  flex: 1;
  flex-shrink: 0;
  margin: 0 0 10px 10px;
  max-height: 500px;
  border-radius: 15px;
  margin-top: 10px;
  float: right;
}

.nos-paragraph {
  display: none;
}

.origens-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 40px;
  background-color: #381b07;
  color: rgb(246, 241, 238);
  padding: 15px;
  border-radius: 15px;
  margin-left: 60px;
  justify-content: space-between;
  align-content: stretch;
  position: relative;
  margin-bottom: 40px;
}

.origens-text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: justify;
  overflow: hidden;
  padding: 30px;
  line-height: 40px;
  max-width: 100%;
  min-width: 200px;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  flex: 1;
  overflow: auto;
  margin-left: 40px;
}

.origens-text .section-subtitle {
  font-size: 30px;
  text-align: end;
  margin-bottom: 20px;
  text-wrap: wrap;
}

.origens-img img {
  background: no-repeat center center/cover;
  width: 500px;
  min-width: 300px;
  min-height: 400px;
  height: 300px;
  flex: 1;
  flex-shrink: 0;
  margin: 0 30px 20px;
  border-radius: 15px;
  margin-top: 10px;
  float: left;
}

.equipe-section {
  display: grid;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.equipe-section .section-subtitle {
  color: white;
  font-size: 40px;
  align-items: start;
}

.nossa-equipe {
  padding: 40px 20px;
}

.equipe-container {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  margin-bottom: 70px;
  background-color: #381b07;
  min-height: fit-content;
  max-width: 1200px;
  justify-content: space-between;
}

.full-width-bg {
  display: flex;
  flex-wrap: wrap;
  background-color: #381b07;
  text-align: left;
  gap: 40px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px;
  align-items: flex-start;
}

.full-width-bg .section-subtitle {
  color: white;
  font-size: 40px;
  align-items: start;
}

/* COLUNA ESQUERDA - Chef e Subchefe */
.coluna-principal {
  min-width: 350px;
  flex: 1;
  margin-left: 150px;
}

.chef-item {
  margin-bottom: 30px;
}

.chef-imagem img {
  width: 350px;
  height: 450px;
}

.membro-cargo {
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}

.membro-nome {
  font-size: 18px;
  color: white;
  font-weight: normal; /* Sem negrito forte */
}

.chef-item-chef-secundario {
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 350px;
  margin-right: 150px;
  margin-top: 100px;
}

.chef-secundario {
  color: white;
  flex: 1;
  line-height: 1.9;
  min-width: 350px;
  background: transparent;
  margin-top: 100px;
  margin-right: 100px;
}

.contato-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #333;
}

.contato-text:first-child {
  margin-top: 50px;
}

.contato-text:last-child {
  margin-bottom: 50px;
}

.eventos-content,
.contato-content {
  padding: 25px 20px;
}

/* WRAPPER PARA CONTROLAR O POSICIONAMENTO */
.contato-wrapper {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

/* IMAGEM ATRÁS */
.contato-img-overlap img {
  position: absolute;
  left: 0;
  width: 1100px;
  height: 480px; /* Altura da imagem */
  z-index: 1; /* ATRÁS do container */
  margin-left: -80px;
}

/* CONTAINER DO CONTATO */
.container-section#contato {
  position: relative;
  top: 10px;
  z-index: 2; /* NA FRENTE da imagem */
  margin-right: -150px;
}

.contato-card {
  background-color: rgb(243, 240, 240);
  box-shadow: var(--shadow);
  height: 420px;
}

.footer {
  background: white;
  color: black;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px 20px 20px;
  border-top: 1px solid #c1bdbd;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 220px;
}

.footer-logo {
  width: 220px;
  margin-bottom: 16px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a i {
  margin-right: 7px;
  color: black;
}

.footer .pet-friendly-icon {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact-info li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.reserve-line {
  font-size: 20px;
  height: 20px;
}

.social-icons {
  margin: 10px 0 10px;
}

.social-icons a {
  margin-right: 12px;
  font-size: 18px;
  color: black;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #c19a6b;
}

@media (max-width: 940px) {
  .hamburger /*garante a responsividade da navbar*/ {
    display: block;
    margin-left: 0;
  }

  .navbar-container:not(.active) .nav-menu,
  .navbar-container:not(.active) .nav-item-esq,
  .navbar-container:not(.active) .nav-item-dir /*esconde os itens da navbar*/ {
    display: none;
  }

  .navbar-container.active .nav-item-esq {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px; /* Abaixo da navbar */
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    padding: 20px 0;
  }

  .navbar-container.active .nav-item-dir {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 180px; /* Abaixo do nav-item-esq */
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
  }
  /* Ajuste do container para quebrar linha e permitir empilhamento */
  .navbar-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }

  /* Links em coluna ocupando toda a largura */
  .nav-item-esq,
  .nav-item-dir {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 12px;
    padding-top: 15px;
    margin-top: 0;
  }

  .nav-item-dir li,
  .nav-item-esq li {
    width: 100%;
  }

  .nav-item-dir a,
  .nav-item-esq a {
    padding: 10px 0;
    width: 100%;
    display: block;
  }

  .navbar-container.active .mobile-menu {
    display: flex;
  }

  .navbar-container.active .nav-item-dir {
    z-index: 997 !important; /* Abaixo do dropdown */
  }

  .dropdown-mobile-container {
    z-index: 998 !important; /* Acima do nav-item-dir */
  }

  .navbar-container.active .nav-item-esq {
    z-index: 999 !important; /* Acima de tudo */
  }

  .navbar-container.active .nav-item-dir {
    top: 200px;
  }

  /* Dropdown no Mobile: Ajuste para mostrar conteúdo ao clicar */
  .dropdown {
    position: relative;
  }

  .dropdown-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    padding: 10px 0;
  }

  .dropdown-content li {
    list-style: none;
  }

  .dropdown-content a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    color: black;
    text-decoration: none;
    transition:
      background-color 0.2s,
      color 0.2s;
  }

  .dropdown-content a:hover {
    background-color: #f0f0f0;
    color: black;
  }

  .dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .dropdown:not(.active):hover .dropdown-content {
    display: none;
  }

  .dropdown > a > i {
    margin-left: 6px;
    font-size: 0.75rem;
    vertical-align: middle;
    color: #0e1d60;
  }

  .dropdown-content a i {
    margin-right: 8px;
    color: #0e1d60;
  }

  .sobre-sensi {
    text-align: justify;
    padding: 20px;
    margin-bottom: 40px;
  }

  .sobre-text {
    align-items: center;
    margin-bottom: 20px;
    align-self: center;
    margin: 0 0 0 -1px;
    margin-left: 20px;
  }

  .sobre-img img {
    width: 450px;
    height: auto;
    min-width: 300px;
    margin-top: 50px;
    margin-left: -15px;
  }

  .pet-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
  }

  .nos-img img {
    background: no-repeat center center/cover;
    width: 400px;
    min-width: 300px;
    height: 100%;
    min-height: 300px;
    flex: 1;
    flex-shrink: 0;
    max-height: 500px;
    border-radius: 15px;
    margin-top: 10px;
    float: right;
    margin-left: 50px;
  }

  .coluna-principal {
    min-width: 350px;
    flex: 1;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .chef-imagem img {
    width: 200px;
    height: 300px;
  }

  .chef-secundario {
    margin-top: 0px;
  }

  .chef-item-chef-secundario {
    margin-top: 20px;
    margin-right: -10px;
  }

  .full-width-bg .section-subtitle {
    color: white;
    font-size: 40px;
    align-items: start;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .container-section {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .sobre-sensi {
    text-align: justify;
    padding: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .sobre-text {
    align-items: center;
    margin-bottom: 20px;
    align-self: center;
    margin: 0 0 0 -1px;
  }

  .sobre-img img {
    width: 350px;
    height: auto;
    margin-top: 50px;
  }
  .eventos-img img {
    width: 500px;
    height: auto;
    padding: 20px;
    margin: 0;
    margin-top: 30px;
    margin-left: -20px;
  }

  .pet-friendly-section .pet-section {
    padding-bottom: 40px;
    padding: 10px;
    display: inline;
  }

  .pet-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .pet-section img {
    background: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8Z2FzdHJvbm9taWElMjBmb29kfGVufDB8fDB8fHww&auto=format&fit=crop&w=800&q=60")
      no-repeat center center/cover;
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 30px;
    margin-left: -15px;
  }

  .origens-text .section-subtitle {
    font-size: 27px;
    text-align: end;
    margin-bottom: 20px;
    text-wrap: wrap;
    margin-right: 30px;
  }

  .origens-img img {
    background: no-repeat center center/cover;
    width: 100px;
    min-height: 400px;
    height: 300px;
    flex: 1;
    flex-shrink: 0;
    margin: 0 30px 20px;
    border-radius: 15px;
    margin-top: 10px;
    float: left;
  }

  .origens-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 40px;
    background-color: #381b07;
    color: rgb(246, 241, 238);
    padding: 20px;
    border-radius: 15px;
    margin-left: 60px;
    justify-content: space-between;
    align-content: stretch;
    position: relative;
    margin-bottom: 40px;
    max-width: 800px;
  }

  .origens-text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
    overflow: hidden;
    line-height: 40px;
    min-width: 200px;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    flex: 1;
    overflow: auto;
    margin-left: 10px;
    max-width: 800px;
  }

  .nos-section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px;
    padding-bottom: 40px;
    background-color: #381b07;
    color: rgb(246, 241, 238);
    padding: 20px;
    border-radius: 15px;
    margin-left: -40px;
    justify-content: space-between;
    align-content: stretch;
    position: relative;
    margin-bottom: 40px;
    min-width: 300px;
    overflow: auto;
    height: 1200px;
    padding-top: 30px;
    gap: 30px;
  }

  .nos-text {
    padding-bottom: 20px;
  }

  .nos-img img {
    background: no-repeat center center/cover;
    width: 200px;
    height: 300px;
    min-height: 300px;
    flex: 1;
    flex-shrink: 0;
    margin: 0 0 10px 10px;
    max-height: 500px;
    border-radius: 15px;
    margin-top: 10px;
    float: right;
  }

  .coluna-principal {
    min-width: 350px;
    flex: 1;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: -30px;
  }

  .chef-imagem img {
    width: 200px;
    height: 300px;
  }

  .chef-secundario {
    margin-top: 0px;
  }

  .chef-item-chef-secundario {
    margin-top: 20px;
    margin-right: -10px;
  }

  .full-width-bg .section-subtitle {
    color: white;
    font-size: 40px;
    align-items: start;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .footer .pet-friendly-icon {
    width: 100px;
    height: 100px;
    margin-left: 90px;
    border-radius: 50%;
  }
}
