@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap");

.body {
  background: cadetblue;
  padding: 0;
  font-family: "Kanit", sans-serif;
}

.topbar {
  padding: 4px 0;
}

.bg-light {
  background: url("../img/barra-nav.jpg");
  background-size: cover;
}

.arc-heading.arc-headingbottom {
  left: 25px !important;
  top: 10px !important;
}

div#circle_v2 {
  text-align: center;
  margin: 0 auto !important;
}

.header {
  background: url("../img/bg-flowers.jpg") repeat-y top center;
  padding: 40px 0;
}

.lang {
  margin-top: 20px;
  background: rgb(255 255 255 / 70%);
  padding: 20px;
}

.lang a {
  text-decoration: none;
}

.lang a span {
  color: #333;
  display: block;
}

.flag {
  width: 30px;
  padding: 10px 0;
}

.link {
  color: #2c9a25;
}

.ws-round {
  position: fixed;
  right: 12px;
  bottom: 100px;
  background: rgba(0, 207, 87, 0.87);
  width: auto !important;
  text-align: center;
  border-radius: 35px;
  padding: 16px;
  z-index: 999;
}

.text-right {
  text-align: right;
}

.img-fluid {
  margin: 0 auto !important;
}

.tab {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

a.pill {
  width: 20%;
  display: inline-block;
  text-align: center;
  color: white;
  padding: 10px 0;
}

a.pill-menu {
  width: 33.3%;
  display: inline-block;
  text-align: center;
  color: #333;
  padding: 10px 0;
  text-decoration: none;
}

.pill-menu span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

.border-right {
  border-right: 1px solid #222;
}

.icon-tab {
  height: 24px;
  fill: white;
}

.pill-menu .icon-tab {
  fill: #333 !important;
}

.fb {
  background: #3b5998;
}

.ig {
  background: #c13584;
}

.trip {
  background: #00af87;
}

.maps {
  background: #ff9166;
}

.call {
  background: #006f2e;
}

.green1 {
  background: #00ecc1;
}

.green2 {
  background: aquamarine;
}

.peach {
  background: #ff8383;
}

.p-bottom {
  padding-bottom: 50px;
}

.box-footer .col-4 {
  font-size: 12px !important;
  text-align: center;
}

img.icon-round {
  width: 50px;
  margin-top: 5px !important;
}

@media screen and (max-width: 680px) {
  .container {
    padding: 0;
  }

  .kitchen {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  img.icon-round {
    width: 30px;
  }
}