* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

.container {
  max-width: 70%;
}

.banner {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}

.ddd {
  font-size: 80%;
}

.titulo {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  color: #00616e;
}
.titulo-light {
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}

.botao {
  display: inline-block;
  background-color: #00616e;
  color: #fff;
  padding: 10px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  border-radius: 5px;
}
.botao:hover {
  color: #fff;
}

header {
  text-transform: uppercase;
  font-size: 16px;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
}
header.active {
  background-color: #00616e;
}
header nav .navbar-brand {
  max-width: 265px;
}
header nav .navbar-brand img {
  display: block;
  max-width: 100%;
  height: auto;
}
header nav button i {
  color: #fff;
}
header nav #nav {
  justify-content: flex-end;
}
header nav #nav ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header nav #nav ul .nav-item {
  white-space: nowrap;
}
header nav #nav ul .nav-item a {
  color: #fff;
}
header nav #nav ul .nav-item.whats {
  font-family: "Playfair Display", serif;
  border-radius: 8px;
  background-color: #4db540;
}

main.home {
  margin-top: -280px;
  position: relative;
  z-index: 2;
}
main.home h1 {
  margin-bottom: 35vh;
  margin-top: 50px;
}
main.home section.cards .item {
  height: 100%;
  background-color: #00616e;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
}
main.home section.cards .item .titulo {
  color: inherit;
  font-size: 30px;
  margin: 15px 0;
}
main.home section.cards .item p {
  margin-bottom: 0;
}
main.home section.cards [class*=col] {
  margin-bottom: 10px;
}
main.home section.sobre {
  padding: 100px 0;
}
main.home section.sobre .texto p {
  margin: 20px 0;
}
main.home section.espacos p {
  margin: 50px 0;
}
main.home section.espacos .mosaico {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
main.home section.espacos .mosaico img {
  height: 350px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home section.estrutura {
  padding: 50px 0;
  background-color: #fff0d8;
  position: relative;
}
main.home section.estrutura .carrosel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 57%;
  overflow: hidden;
}
main.home section.estrutura .carrosel .item {
  height: 100%;
}
main.home section.estrutura .carrosel .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home section.estrutura .carrosel .texto {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 50%;
  background-color: #00616e;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  height: 150px;
  overflow: hidden;
}
main.home section.estrutura .carrosel .texto .titulo {
  font-size: 18px;
}
main.home section.estrutura .carrosel .owl-carousel,
main.home section.estrutura .carrosel .owl-stage-outer,
main.home section.estrutura .carrosel .owl-stage,
main.home section.estrutura .carrosel .owl-item {
  height: 100%;
}
main.home section.estrutura .carrosel .nav-est {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  background-color: #000;
  height: 150px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
main.home section.estrutura .carrosel .nav-est button {
  width: 100%;
  height: 50%;
  background-color: rgba(0, 97, 110, 0.6);
  border: none;
  color: #fff;
  font-size: 22px;
}
main.home section.gastronomia {
  padding: 50px 0;
}
main.home section.gastronomia .texto {
  padding: 50px 0;
}
main.home section.gastronomia .texto p {
  margin: 30px 0;
}
main.home section.depoimentos {
  background-color: #fff0d8;
  padding: 75px 0;
}
main.home section.depoimentos .owl-theme .owl-dots .owl-dot:not(.active) span {
  background-color: #fff;
}
main.home section.depoimentos .item .cabecalho {
  display: grid;
  grid-template-columns: 50px 300px 50px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
main.home section.depoimentos .item .cabecalho img {
  border-radius: 100%;
}
main.home section.depoimentos .item .cabecalho button {
  font-size: 22px;
  background: none;
  border: none;
}
main.home section.depoimentos .item .titulo {
  margin: 20px 0;
}
main.sobre .text-center .titulo {
  margin-bottom: 50px;
}
main.sobre .chamada {
  padding: 100px 0;
}
main.sobre .chamada .row {
  align-items: center;
  justify-content: space-between;
}
main.sobre .chamada .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #00aeef;
  margin: 30px 0;
}
main.sobre .espaco {
  background-color: #00616e;
  padding: 50px 0;
  color: #fff;
  position: relative;
}
main.sobre .espaco img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.sobre .espaco .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #00aeef;
  margin: 30px 0;
}
main.sobre .valores {
  padding: 100px 0;
}
main.sobre .valores .text-center .titulo {
  margin: 0;
}
main.sobre .valores .text-center .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #00aeef;
  margin: 30px auto;
}
main.sobre .valores .item {
  background-color: #00616e;
  color: #fff;
  text-align: center;
  height: 100%;
  padding: 15px;
  border-radius: 20px;
}
main.sobre .valores .item img {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto;
}
main.sobre .valores .item .titulo {
  color: #00aeef;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 35px;
}
main.sobre .valores .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.estrutura h1 {
  margin-bottom: 150px;
}
main.estrutura .item {
  margin-bottom: 50px;
  justify-content: space-between;
}
main.estrutura .item img {
  border-radius: 15px;
}
main.estrutura .item .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #00aeef;
  margin: 30px 0;
}
main.gastronomia h1 {
  margin-bottom: 150px;
}
main.gastronomia .chamada {
  padding: 50px 0;
}
main.gastronomia .chamada .row {
  justify-content: space-between;
}
main.gastronomia .chamada .row .titulo {
  color: #cb3126;
}
main.gastronomia .chamada .row .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #5e6c2f;
  margin: 30px 0;
}
main.gastronomia .equipe {
  background-color: #5e6c2f;
  position: relative;
  color: #fff;
  padding: 100px 0;
}
main.gastronomia .equipe img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.gastronomia .equipe .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #cb3126;
  margin: 30px 0;
}
main.gastronomia .cardapios {
  padding: 100px 0;
}
main.gastronomia .cardapios .titulo {
  color: #cb3126;
}
main.gastronomia .cardapios .titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  background-color: #5e6c2f;
  margin: 30px auto;
}
main.gastronomia .cardapios p {
  margin-bottom: 50px;
}
main.gastronomia .cardapios .item {
  background-color: #cb3126;
  border-radius: 20px;
  color: #fff;
  padding: 25px 5px;
  text-align: center;
  font-size: 16px;
  height: 100%;
}
main.gastronomia .cardapios .item img {
  height: 100px;
  width: auto;
}
main.gastronomia .cardapios .item .titulo {
  color: #fff;
  font-size: 30px;
  margin: 15px 0;
}
main.gastronomia .cardapios .item .titulo::after {
  content: unset;
}
main.gastronomia .cardapios .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.galeria h1 {
  margin-bottom: 150px;
}
main.galeria .categorias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
main.galeria .categorias a.active {
  color: #00616e;
}
main.galeria #fotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-bottom: 100px;
}
main.galeria #fotos a {
  width: 100%;
  overflow: hidden;
  height: 300px;
  background-color: #000;
}
main.galeria #fotos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  opacity: 0.8;
}
main.galeria #fotos a:hover {
  opacity: 1;
}
main.galeria #fotos a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
main.contato h1 {
  margin-bottom: 150px;
}
main.contato section {
  padding-bottom: 100px;
}
main.contato section .texto {
  background-color: #00616e;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}
main.contato section .texto .titulo {
  margin-bottom: 25px;
}
main.contato section .texto a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 25px;
}
main.contato section .texto a i {
  font-size: 35px;
}
main.contato section form {
  margin-top: 25px;
}
main.contato section form small {
  opacity: 0.5;
  font-weight: bold;
  padding-bottom: 25px;
  display: block;
}
main.contato section form .form-control {
  margin-bottom: 10px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3137254902);
  border-radius: 0;
}
main.contato section form .form-control:focus, main.contato section form .form-control:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 110, 0.25);
  border-color: #00616e;
}
main.contato section form button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background-color: #00616e;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  border-radius: 8px;
  margin-top: 25px;
}
main.contato iframe {
  transform: translateY(15px);
}

footer {
  background-color: #00616e;
  color: #fff;
  padding: 100px 0;
}
footer .row {
  justify-content: space-between;
}
footer h4 {
  color: #00aeef;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 2;
       column-count: 2;
}
footer ul li {
  margin-bottom: 10px;
  font-size: 15px;
}
footer .siga {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 25px;
}
footer .siga i {
  font-size: 50px;
}

.copy {
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}

.whatsapp {
  position: fixed;
  z-index: 6000;
  bottom: 30px;
  right: 30px;
}
.whatsapp a {
  border-radius: 60px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #22d16b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.whatsapp a:hover {
  background-color: #128c7e;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .navbar-toggler {
    position: absolute !important;
    right: 15px !important;
    top: 50px !important;
  }
  header {
    background-color: #00616e;
    position: sticky !important;
  }
  .banner {
    margin-bottom: 30px !important;
  }
  main.home {
    margin-top: 0px !important;
  }
  main.home h1 {
    margin-top: 170px;
    color: #000;
    margin-bottom: 50px;
  }
  main.home section.estrutura {
    padding-top: 0;
  }
  main.home section.estrutura .carrosel {
    position: relative;
    width: 100%;
  }
  main.home section.estrutura [class*=col] .titulo {
    padding-top: 50px;
  }
  main.home section.espacos .mosaico {
    grid-template-columns: repeat(2, 1fr);
  }
  main.home section.espacos .mosaico img {
    height: 120px;
  }
  main.sobre h1 {
    color: #00616e;
  }
  main.sobre .chamada {
    padding: 50px 0;
  }
  main.sobre .chamada img {
    display: block;
    margin: 0 auto;
  }
  main.sobre .chamada .titulo {
    margin-top: 25px;
  }
  main.sobre .espaco {
    padding-bottom: 0;
  }
  main.sobre .espaco img {
    position: static;
    width: 100%;
    height: auto;
  }
  main.sobre .espaco .texto {
    margin-bottom: 25px;
  }
  main.sobre .valores .text-center .titulo br {
    display: none;
  }
  main.sobre .valores [class*=col] {
    margin-bottom: 10px;
  }
  main.estrutura h1 {
    color: #000;
    margin-bottom: 50px;
  }
  main.estrutura .item img {
    display: block;
    margin: 0 auto;
  }
  main.contato h1 {
    color: #000;
    margin: 50px 0;
  }
  main.galeria h1 {
    color: #000;
    margin: 50px 0;
  }
  main.galeria #fotos {
    grid-template-columns: 1fr;
  }
  main.galeria .categorias {
    flex-direction: column;
  }
  main.gastronomia br {
    display: none;
  }
  main.gastronomia h1 {
    color: #000;
    margin: 50px 0;
  }
  main.gastronomia .chamada .titulo {
    margin-top: 25px;
  }
  main.gastronomia .equipe {
    padding-bottom: 0;
  }
  main.gastronomia .equipe img {
    position: static;
    width: 100%;
    height: auto;
  }
  main.gastronomia .cardapios [class*=col] {
    margin-bottom: 10px;
  }
  footer [class*=col] {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=main.css.map */