.text-18 {
  font-size: 18px !important;
  line-height: 1.5555555556 !important;
}
.text-20 {
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.title-70 h1 {
  font-size: 70px !important;
  line-height: 1.1428571429 !important;
}
@media only screen and (max-width: 960px) {
  .title-70:not(.text-unresponsive) h1 {
    font-size: 40px !important;
    line-height: 1.25 !important;
  }
}
.title-50 h2 {
  font-size: 50px !important;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 960px) {
  .title-50:not(.text-unresponsive) h2 {
    font-size: 32px !important;
    line-height: 1.3125 !important;
  }
}

.kb-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}
.kb-form-group {
  position: relative !important;
  transition: margin 0.2s ease-in-out !important;
}
.kb-form-group-label {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: "Arial", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: #403f41 !important;
  /* Adding the transition property */
  transition: all 0.2s ease-in-out !important;
}
.kb-form-group .wpcf7-form-control-wrap {
  margin: 0 !important;
}
.kb-form-group .wpcf7-not-valid-tip {
  position: absolute;
  left: 3px !important;
  bottom: -28px !important;
}
.kb-form-group input,
.kb-form-group textarea {
  border-color: #e4e1e7 !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  border-style: solid !important;
  min-height: 60px !important;
}
.kb-form-group input[type=text],
.kb-form-group input[type=email],
.kb-form-group input[type=tel],
.kb-form-group textarea {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.kb-form-group input[type=checkbox] {
  border-color: #c18767 !important;
  margin-right: 10px !important;
  min-height: auto !important;
}
.kb-form-group a {
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
.kb-form-group:has(textarea) .kb-form-group-label {
  top: 11px !important;
  transform: none !important;
}
.kb-form-group:has(.wpcf7-not-valid-tip) {
  margin-bottom: 28px !important;
  transition: margin 0.2s ease-in-out !important;
}
.kb-form-group:has(input:focus, textarea:focus) .kb-form-group-label, .kb-form-group.kb-form-group-filled .kb-form-group-label {
  font-size: 14px !important;
  color: #c18767 !important;
  left: 15px !important;
  top: -16px !important;
  transform: none !important;
  background-color: #fff !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.kb-form-submit {
  margin-top: 5px !important;
}
.kb-form-submit p {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}
.kb-form-submit p input[type=submit] {
  background-color: #c18767 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.kb-form-submit p input[type=submit]:hover {
  background-color: #fff !important;
}

html,
body,
main {
  overflow-x: clip !important;
}

.relative_container {
  position: relative !important;
}
.relative_container .l-section-h {
  position: static !important;
}
.relative_container .wpb_column {
  position: static !important;
}

@media only screen and (max-width: 960px) {
  .kb_grid_alternating .w-grid-list .w-vwrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.kb_grid_alternating .w-grid-list article:nth-child(2n) .w-grid-item-h > .w-hwrapper {
  flex-direction: row-reverse !important;
}
.kb_grid_alternating .w-grid-list article:nth-child(2n) .w-grid-item-h > .w-hwrapper .w-vwrapper {
  margin-right: 0 !important;
  margin-left: 2.7rem !important;
}
@media only screen and (max-width: 960px) {
  .kb_grid_alternating .w-grid-list article:nth-child(2n) .w-grid-item-h > .w-hwrapper .w-vwrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.block {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .gap-30-mobile {
    gap: 1.875rem !important;
  }
  .gap-30-mobile > .l-section-h > .g-cols {
    gap: 1.875rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .gap-25-mobile {
    gap: 1.5625rem !important;
  }
  .gap-25-mobile > .l-section-h > .g-cols {
    gap: 1.5625rem !important;
  }
}

.gap-7 .g-cols {
  gap: 7rem;
}
@media only screen and (max-width: 960px) {
  .gap-7 .g-cols {
    gap: 2.5rem !important;
  }
}

.col-full {
  height: 100% !important;
}
.col-full > .vc_column-inner {
  height: 100% !important;
}
.col-flex > .vc_column-inner {
  display: flex !important;
  flex-direction: column !important;
}

.flex-1 {
  flex: 1 !important;
}

@media only screen and (min-width: 960px) {
  .hwrapper-column-desktop {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: var(--hwrapper-gap, 1.2rem);
  }
}

@media only screen and (min-width: 960px) {
  .section-cols-6-5 > .l-section-h > .g-cols {
    grid-template-columns: 6fr 5fr !important;
  }
}

@media only screen and (max-width: 960px) {
  .px-20-mobile {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.section-relative {
  position: relative !important;
}
.section-relative > .l-section-h {
  position: static !important;
}
.section-relative > .l-section-h > .g-cols {
  position: static !important;
}
.section-relative > .l-section-h > .g-cols > .wpb_column {
  position: static !important;
}

.rotate--15 {
  transform: rotate(-15deg) !important;
}
.rotate--2 {
  transform: rotate(-2deg) !important;
}
.rotate-5 {
  transform: rotate(5deg) !important;
}
.rotate-15 {
  rotate: 15deg !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.img_cover {
  width: 100%;
}
.img_cover img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}

.pb_image_symbol {
  position: relative;
}
.pb_image_symbol img {
  position: relative;
  z-index: 2 !important;
}
.pb_image_symbol::before {
  content: "";
  display: block;
  width: 208px;
  height: 202px;
  z-index: 1 !important;
  position: absolute;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pb_image_symbol_left::before {
  bottom: -60px;
  left: -60px;
  transform: rotateY(180deg);
}
.pb_image_symbol_right::before {
  bottom: -60px;
  right: -60px;
}

.pb_image_slope {
  position: relative;
  background-color: #fff;
  flex-shrink: 1 !important;
}
.pb_image_slope::after {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border: none;
}
.pb_image_slope_left::after {
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/slope-vertical.svg");
  top: 0;
  left: -1px;
  height: 100%;
  width: 22px;
}
.pb_image_slope_bottom::after {
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/slope-horizontal.svg");
  bottom: 0;
  left: 0;
  height: 22px;
  width: 100%;
}

.w-btn-wrapper:has(.btn_mt_auto) {
  margin-top: auto !important;
}

.pb_button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb_button span::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pb_button:hover span::after {
  filter: invert(62%) sepia(24%) saturate(708%) hue-rotate(337deg) brightness(89%) contrast(85%);
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.pb_button_food span::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/utensils.svg");
}
.pb_button_beer span::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/beer.svg");
}
.pb_button_more span::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/arrow-outlined.svg");
}
.pb_button_wine span::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/wine.svg");
}

header .kb_header_logo {
  position: relative;
  z-index: 4 !important;
}
header .header_text {
  white-space: normal !important;
}
header.menu_opened .kb_header_logo {
  width: 120px !important;
  height: 120px !important;
  position: fixed;
  top: 30px;
  left: 50px;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1100px) {
  header.menu_opened .kb_header_logo {
    width: 70px !important;
    height: 70px !important;
    top: 20px;
    left: 20px;
  }
}
header.bg_transparent .kb_header_logo {
  filter: brightness(0) invert(1);
}
header.bg_transparent .w-nav-control {
  color: #403f41 !important;
  border: 2px solid #fff !important;
  background-color: #fff !important;
}
header.bg_transparent .w-nav-control:hover {
  background-color: #403f41 !important;
  border-color: #403f41 !important;
  color: #fff !important;
}
@media only screen and (max-width: 1100px) {
  header.bg_transparent .w-nav-control {
    border: 2px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
  }
  header.bg_transparent .w-nav-control:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #403f41 !important;
  }
}
header.bg_transparent .w-socials-list i {
  color: #fff !important;
}
header.bg_transparent #header_text {
  color: #fff !important;
}
@media only screen and (max-width: 1100px) {
  header .l-subheader-cell.at_left, header .l-subheader-cell.at_middle, header .l-subheader-cell.at_right {
    flex-basis: auto !important;
  }
}

#kb_menu .w-nav-control {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #403f41;
  border-radius: 30px;
  border: 2px solid #403f41;
  display: flex;
  padding: 18px 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#kb_menu .w-nav-control:hover {
  background-color: transparent;
  color: #403f41;
}
@media only screen and (max-width: 1100px) {
  #kb_menu .w-nav-control {
    padding: 15px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 100% !important;
    margin-right: 0 !important;
    background-color: transparent;
    color: #403f41;
  }
  #kb_menu .w-nav-control:hover {
    color: #fff;
    background-color: #403f41;
  }
  #kb_menu .w-nav-control span {
    display: none;
  }
}
#kb_menu ul.w-nav-list {
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/header-menu-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list {
    overflow: hidden;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
#kb_menu ul.w-nav-list li {
  z-index: 4;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#kb_menu ul.w-nav-list li:first-child {
  padding-top: 2rem;
}
#kb_menu ul.w-nav-list li > a {
  line-height: 1.2em !important;
}
@media only screen and (min-width: 1100px) {
  #kb_menu ul.w-nav-list li > a {
    padding: 12.5px !important;
  }
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list li > a {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
#kb_menu ul.w-nav-list li > a > span {
  line-height: 1.2em !important;
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list li > a > span {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
#kb_menu ul.w-nav-list .w-nav-close {
  top: 40px !important;
  right: 40px !important;
  width: 35px !important;
  height: 35px !important;
  opacity: 1 !important;
}
#kb_menu ul.w-nav-list .w-nav-close:hover {
  opacity: 0.8 !important;
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list .w-nav-close {
    width: 27px !important;
    height: 27px !important;
    top: 30px !important;
    right: 30px !important;
  }
}
#kb_menu ul.w-nav-list .w-nav-close::before {
  content: "" !important;
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/close.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list .w-nav-close::before {
    width: 27px !important;
    height: 27px !important;
  }
}
#kb_menu ul.w-nav-list::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  #kb_menu ul.w-nav-list::after {
    width: 100vw;
    height: 100vh;
  }
}
#kb_menu.kb_menu_subpage .w-nav-control {
  color: #ffffff;
  border-color: #ffffff;
}

.kb_menu_item {
  width: 100%;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
.kb_menu_item > div:first-child {
  width: 50px;
}
.kb_menu_item > div:nth-child(2) {
  margin-left: 15px;
}
.kb_menu_item > div:last-child {
  margin-left: auto !important;
}
@media only screen and (max-width: 960px) {
  .kb_menu_item {
    position: relative;
  }
  .kb_menu_item > div:first-child {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .kb_menu_item > div:nth-child(2) {
    padding-top: 24px !important;
  }
  .kb_menu_item > div:last-child {
    position: absolute;
    top: 8px;
    right: 0;
  }
}

.gl_menu_switch_item {
  position: relative;
  z-index: 1;
  height: 60px;
  width: 100%;
  max-width: 140px;
  padding: 8px 32px;
  background: #fff;
  box-shadow: 0 0 0 2px #403f41;
  margin: 0 0 2px 2px;
  color: #403f41;
  font-family: "American Typewriter", sans-serif;
  font-size: 24px;
  line-height: 42px;
}
@media only screen and (max-width: 960px) {
  .gl_menu_switch_item {
    font-size: 20px !important;
    line-height: 46px !important;
    height: 46px !important;
  }
}
.gl_menu_switch_item a {
  color: #403f41 !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  line-height: 60px;
}
@media only screen and (max-width: 960px) {
  .gl_menu_switch_item a {
    font-size: 20px !important;
    line-height: 46px !important;
    height: 46px !important;
  }
}
.gl_menu_switch_item:nth-child(2) {
  border-left: none;
  border-right: none;
}
.gl_menu_switch_item:hover {
  z-index: 2;
  cursor: pointer;
}
.gl_menu_switch_item:hover a {
  color: #403f41 !important;
  transform: scale(1.1);
}
.gl_menu_switch_item.selected {
  background-color: #403f41;
  color: #fff;
}
.gl_menu_switch_item.selected a {
  color: #fff !important;
}
.gl_menu_switch_item.selected::after {
  content: "";
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/arrow-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.map a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.map .gmnoprint a,
.map .gmnoprint span,
.map .gm-style-cc {
  display: none;
}
.map .gmnoprint div {
  background: none !important;
}

@media only screen and (min-width: 960px) {
  .pb_carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .pb_carousel .owl-stage-outer .owl-stage {
    gap: 3rem !important;
  }
}
.pb_carousel_pagination {
  display: block !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .pb_carousel_pagination {
    bottom: 1.7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .pb_carousel_pagination {
    left: auto !important;
    right: 100px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pb_carousel_pagination {
    right: 78px !important;
    bottom: 2rem !important;
  }
}
.pb_carousel .owl-nav {
  display: block !important;
}
.pb_carousel .owl-nav .owl-prev,
.pb_carousel .owl-nav .owl-next {
  height: 24px;
  width: 40px;
  z-index: 11 !important;
  flex-shrink: 0 !important;
  top: auto !important;
  bottom: -5.7rem !important;
}
.pb_carousel .owl-nav .owl-prev::after,
.pb_carousel .owl-nav .owl-next::after {
  content: "" !important;
  display: block;
  height: 24px;
  width: 60px;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/arrow-fancy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0 !important;
}
@media only screen and (max-width: 960px) {
  .pb_carousel .owl-nav .owl-prev,
  .pb_carousel .owl-nav .owl-next {
    bottom: -4.3rem !important;
  }
}
.pb_carousel .owl-nav .owl-prev {
  left: 50%;
  transform: translateX(calc(-50% - 56px));
}
.pb_carousel .owl-nav .owl-prev::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 960px) {
  .pb_carousel .owl-nav .owl-prev {
    left: auto !important;
    right: 50px !important;
  }
}
.pb_carousel .owl-nav .owl-next {
  left: 50% !important;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (max-width: 960px) {
  .pb_carousel .owl-nav .owl-next {
    left: auto !important;
    right: 40px !important;
  }
}
@media only screen and (max-width: 600px) {
  .pb_carousel .owl-nav .owl-next {
    right: 24px !important;
  }
}

.kb_accordion .w-tabs-section {
  border: none !important;
}
.kb_accordion .w-tabs-section-content {
  margin-top: 1rem;
}
.kb_accordion .w-tabs-section-title {
  text-decoration: underline;
}

.clickbox {
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s ease;
}
.clickbox:hover {
  transform: scale(0.98);
  transition: 0.3s ease;
}
.clickbox.no_effect:hover {
  transform: none;
}

.kb_newsletter {
  position: relative;
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
}
.kb_newsletter_form {
  display: flex;
  flex-direction: column;
}
.kb_newsletter_form_group {
  display: flex;
  align-items: center;
}
.kb_newsletter_form_group_1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0.5rem;
  gap: 7px;
}
@media only screen and (max-width: 640px) {
  .kb_newsletter_form_group_1 {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.kb_newsletter_form_group_1_wrapper {
  flex: 5;
  position: relative;
}
.kb_newsletter_form_group_1_wrapper input[type=email] {
  padding: 12px 1em 0 14px !important;
  height: 48px;
  border-radius: 3px;
  border: 2px solid #fff;
  background: #fff;
}
.kb_newsletter_form_group_1_wrapper input[type=email]:focus + label {
  transform: scale(0.8) translateX(-5%);
  top: 0;
  padding-top: 5px;
}
.kb_newsletter_form_group_1_wrapper_label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: text;
  position: absolute;
  padding: 0 14px;
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  color: #403f41;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.kb_newsletter_form_group_1_wrapper_label_activated {
  transform: scale(0.8) translateX(-5%);
  top: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 640px) {
  .kb_newsletter_form_group_1_wrapper_label {
    font-size: 14px;
  }
}
.kb_newsletter_form_group_1 input[type=submit] {
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  border: 2px solid #fff !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #403f41 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 1.3px !important;
  text-transform: uppercase !important;
  padding: 12px 25px !important;
  justify-content: center;
  align-items: center;
}
.kb_newsletter_form_group_1_error {
  position: absolute;
  top: -125%;
  right: 0;
  background-color: white;
  border: 1px solid #fff;
  font-size: 0.8rem;
  text-align: center;
}
.kb_newsletter_form_group_1_error_container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  color: #484c54;
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  padding: 15px;
}
.kb_newsletter_form_group_1_error_container button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb_newsletter_form_group_1_error_container button img {
  min-width: 12px;
  min-height: 12px;
}
.kb_newsletter_form_group_1_error_container span {
  text-align: start;
  line-height: 19px;
}
.kb_newsletter_form_group_1_success {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  border: 1px solid #fff;
  text-align: center;
  z-index: 10;
  width: 100%;
}
.kb_newsletter_form_group_1_success_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #484c54;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  padding: 15px;
}
.kb_newsletter_form_group_1_success_container button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kb_newsletter_form_group_1_success_container button img {
  min-width: 16px;
  min-height: 16px;
}
.kb_newsletter_form_group_1_success_container span {
  text-align: start;
  color: #484c54;
  font-size: 16px;
  line-height: 19px;
}
.kb_newsletter_form_group_1_success_container img {
  min-width: 16px;
  min-height: 16px;
}
.kb_newsletter_form_group_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.kb_newsletter_form_group_2 a {
  text-decoration: underline;
  padding-left: 3px;
}

#kb_newsletter_form_group_1_submit:hover {
  color: #403f41 !important;
  transform: scale(1.05);
  transition: all 0.2s ease;
}

.kb_newsletter_error_hidden {
  display: none !important;
}
.kb_newsletter_error_visible {
  display: block !important;
}

.kb_newsletter_success_hidden {
  display: none !important;
}
.kb_newsletter_success_visible {
  display: block !important;
}

#kb_newsletter_error_icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}

.kb_form-control {
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  gap: 0.5rem;
  text-align: start;
}
.kb_form-control span {
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: start;
  color: #fff !important;
}
.kb_form-control a {
  text-decoration: underline;
  color: #fff !important;
}
.kb_form-control input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  font: inherit !important;
  min-width: 22px !important;
  min-height: 22px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 3px !important;
  border: 2px solid #fff !important;
  transform: translateY(-0.075em) !important;
  display: grid !important;
  place-content: center !important;
}
.kb_form-control input[type=checkbox]::before {
  content: "" !important;
  min-width: 16px !important;
  min-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%) !important;
  transform: scale(0) !important;
  transition: all ease-in-out 0.1s !important;
  background-color: transparent !important;
  border-radius: 3px !important;
  border: 2px solid #fff !important;
}
.kb_form-control input[type=checkbox]:checked::before {
  transform: scale(1) !important;
  background-color: #fff !important;
}
.kb_form-control input[type=checkbox]:checked {
  transition: all ease-in-out 0.2s !important;
}
.kb_form-control input[type=checkbox]:focus {
  background: transparent !important;
  border-color: #fff !important;
}

#modal_reserve {
  display: none;
  position: fixed !important;
}
#modal_reserve.active {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
#modal_reserve_close {
  cursor: pointer;
}
#modal_reserve_close img {
  width: 100%;
  height: 100%;
}

.footer_logos {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex !important;
}
.footer_logos .vc_column_container {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#page-footer {
  position: relative;
}

.footer___branding {
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.footer___branding::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
@media only screen and (max-width: 960px) {
  .footer___branding {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 600px) {
  .footer___branding {
    margin-right: -24px;
    margin-left: -24px;
  }
}

#kb_footer::after {
  content: "";
  background: linear-gradient(90deg, rgba(64, 63, 65, 0) 0%, #403f41 100%);
  position: absolute;
  height: 50%;
  width: 60px;
  top: 0;
  right: 0;
  z-index: 1;
}

#kb_footer::before {
  content: "";
  background: linear-gradient(90deg, rgba(64, 63, 65, 0) 0%, #403f41 100%);
  position: absolute;
  height: 50%;
  width: 60px;
  top: 0;
  left: 0;
  transform: scaleX(-1);
  z-index: 1;
}

.footer___brands {
  display: flex;
  align-items: flex-end;
  max-width: 1440px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.footer___brands a {
  margin-right: 45px;
}
.footer___brands a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .footer___brands {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .footer___brands {
    padding: 24px;
  }
}

.pb_language_switch {
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
}
.pb_language_switch a {
  height: 44px;
  padding: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.pb_language_switch a span {
  line-height: normal !important;
}

header .pb_language_switch {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  header .pb_language_switch {
    display: none !important;
  }
}
header.bg_transparent .pb_language_switch {
  top: 14px;
  color: #fff;
}

#kb_menu .pb_language_switch {
  position: static;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  #kb_menu .pb_language_switch {
    display: block !important;
  }
}

.kb-dropdown-locations > .w-dropdown-h {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.375em !important;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item::after {
  content: "" !important;
  display: block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  position: static !important;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/chevron.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media only screen and (max-width: 960px) {
  .kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item::after {
    width: 1rem !important;
    height: 1rem !important;
  }
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item > .w-dropdown-item-title {
  font-weight: 700 !important;
  color: #403f41 !important;
}
@media only screen and (max-width: 960px) {
  .kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item > .w-dropdown-item-title {
    font-size: 0.875rem !important;
    line-height: 1.17em !important;
  }
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list {
  display: block !important;
  padding-top: 0.9375rem !important;
  padding-bottom: 0.875rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.4375rem !important;
  margin: 0 !important;
  position: absolute !important;
  top: 1.625rem !important;
  left: 0 !important;
  background-color: #ffffff !important;
  border-radius: 3px !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2) !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 960px) {
  .kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list {
    top: 1.4375rem !important;
  }
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list > .w-dropdown-list-h {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.625rem !important;
  color: #403f41;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list > .w-dropdown-list-h > a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.625rem !important;
  padding: 0 !important;
  margin: 0 !important;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list > .w-dropdown-list-h > a:hover {
  color: #c18767 !important;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list > .w-dropdown-list-h > a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/check-brown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.kb-dropdown-locations > .w-dropdown-h > .w-dropdown-list > .w-dropdown-list-h > a:first-of-type::after {
  opacity: 1;
}

header.bg_transparent .kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item::after {
  background-image: url("/wp-content/plugins/restauraciakb-ui/public/images/chevron-white.svg") !important;
}
header.bg_transparent .kb-dropdown-locations > .w-dropdown-h > .w-dropdown-current > .w-dropdown-item > .w-dropdown-item-title {
  color: #ffffff !important;
}

.kb_joboffers {
  display: grid;
  flex-direction: column;
}
.kb_joboffers_card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 960px) {
  .kb_joboffers_card {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.kb_joboffers_card_title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #403f41;
}
.kb_joboffers_card_description {
  font-size: 16px;
  line-height: 28px;
  color: #6f6d71;
  margin-left: auto;
  max-width: 466px;
  width: 100%;
  flex: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .kb_joboffers_card_description {
    margin-left: 0;
    max-width: 100%;
    flex: auto;
    padding-right: 0;
  }
}
.kb_joboffers_card_icon {
  display: block !important;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.kb_joboffers_card_icon > img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.kb_joboffers_cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px !important;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 10px;
  min-height: 70px;
  max-width: 469px;
  width: calc(100% - 14px);
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
}
.kb_joboffers_cta_swiper .swiper-wrapper {
  align-items: center !important;
}
.kb_joboffers_cta_item {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: center !important;
}
.kb_joboffers_cta_item_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.kb_joboffers_cta_item_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kb_joboffers_cta_item_title {
  font-size: 16px;
  line-height: 1.25;
  color: #403f41;
}
@media only screen and (max-width: 960px) {
  .kb_joboffers_cta_item_title {
    display: flex !important;
    flex-direction: column !important;
  }
}
.kb_joboffers_cta_button {
  display: block !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background-color: #403f41 !important;
  color: white !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 50px !important;
  flex-shrink: 0 !important;
}
.kb_joboffers_cta:has(.kb_joboffers_cta_none) .kb_joboffers_cta_button {
  display: none !important;
}
.kb-admin-form-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.kb-admin-form-inline > .field_group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.kb-admin-form-inline > .field_group > label {
  font-weight: 600;
  font-size: 0.85rem;
}
.kb-admin-form-inline > .submit {
  margin: 0 !important;
  padding: 0 !important;
}
.kb-admin-success {
  color: #4caf50;
}
.kb-admin-error {
  color: #f44336;
}

body {
  scroll-behavior: smooth !important;
}

.noscroll body {
  overflow-y: hidden !important;
}

.shortcode_href_content {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
