@font-face {
  font-family: "utopia";
  src: url("../fonts/utopia.woff2") format("woff2"), url("../fonts/utopia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "special";
  src: url("../fonts/Chunkfive Ex.woff2") format("woff2"), url("../fonts/Chunkfive Ex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary: #E36100;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  touch-action: manipulation !important;
}

.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
}

::-webkit-scrollbar {
  width: 0.8rem;
  background-color: #333;
}

::-webkit-scrollbar-thumb {
  background-color: #E36100;
  border-radius: 1rem;
}

.compensate-for-scrollbar {
  margin: 0 !important;
  overflow: visible !important;
}

img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: auto;
}

.filtro, body main article.error .glitch__container .glitch__text__title, body main article.disclaimers section, body main article.menus div.disclaimer, body main article.menus div.mm div.menu-column div.section img, body main article.vips iframe, body main article.google-reviews, body main article.gallery div a, body main article.location button, body main article.content.maps section div.iframe, body main article.content section:nth-child(3) figure, body main article.content section:nth-child(3) picture img, body main article.content section:nth-child(2) div, body header nav div.links_wrap div.wrap_links div.orders div.nav-box, body header {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

[data-name] {
  position: relative;
}
[data-name]:not([data-name=""])::before {
  content: attr(data-name);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0.3rem 0 0;
  -webkit-border-radius: 0 0.3rem 0 0;
  -moz-border-radius: 0 0.3rem 0 0;
  -ms-border-radius: 0 0.3rem 0 0;
  -o-border-radius: 0 0.3rem 0 0;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0.3rem 0.8rem;
  font-size: 1.075rem;
  position: absolute;
  font-weight: 900;
  color: #0c0b0b;
  z-index: 1;
  bottom: 0;
  left: 0;
}
[data-name]:hover:not([data-name=""])::before {
  padding: 0.3rem 1.5rem;
}

.fancybox-image {
  border: 0.4rem solid #f5f5f5;
}

@keyframes brinca {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-3em);
  }
  60% {
    -webkit-transform: translateY(-1em);
  }
}
.brinca-brinca {
  animation-fill-mode: both;
  animation-name: brinca;
  animation-duration: 0.8s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.2s ease !important;
  -webkit-animation: fadeIn 0.2s ease !important;
}

.fadeTofade {
  animation: fadeIn 0.5s ease !important;
  -webkit-animation: fadeIn 0.5s ease !important;
}

.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-left {
  transform: translateX(-50px);
}
@media (max-width: 768px) {
  .fade-left {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .fade-left {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-right {
  transform: translateX(50px);
}
@media (max-width: 768px) {
  .fade-right {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .fade-right {
    transform: translateX(0);
    opacity: 1;
  }
}

.show {
  opacity: 1;
  transform: translateX(0);
}

.no-scroll {
  overflow-y: hidden;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

button.up {
  left: 100%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  color: #f5f5f5;
  position: fixed;
  cursor: pointer;
  border: 3px solid #f5f5f5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: #E36100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
button.up:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
button.up.show_btn {
  left: 95%;
  z-index: 3;
  bottom: 5%;
}
@media (max-width: 992px) {
  button.up.show_btn {
    left: 90%;
  }
}
@media (max-width: 768px) {
  button.up.show_btn {
    left: 90%;
  }
}
@media (max-width: 600px) {
  button.up.show_btn {
    left: 85%;
  }
}

.background, .texture1, body main article.error, body main article.disclaimers, body main article.forms, body main article.menus, body main article.vips, body main article.content.hours, body main article.content.maps, body main article.content.aboutC, .popup .popup-content div.content_modal {
  background-position: center top;
  background-size: cover;
}

.texture1, body main article.error, body main article.disclaimers, body main article.forms, body main article.menus, body main article.vips, body main article.content.hours, body main article.content.maps, body main article.content.aboutC, .popup .popup-content div.content_modal {
  background-image: url("../img/texture2.webp");
}

.hidden {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.popup {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup.visible {
  opacity: 1;
  visibility: visible;
}
.popup.visible .popup-content {
  animation: tvOn 0.5s ease-out forwards;
}
.popup.closing .popup-content {
  animation: tvOff 0.5s ease-in forwards;
}
.popup.hidden {
  visibility: hidden;
  opacity: 0;
}
.popup .popup-content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  height: 60%;
  width: 60%;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.popup .popup-content button#closePopup {
  background-color: transparent;
  background-position: center;
  position: absolute;
  cursor: pointer;
  margin: 0.5rem;
  border: none;
  right: 0;
  top: 0;
}
.popup .popup-content button#closePopup i {
  font-weight: 600;
  font-size: 2rem;
  color: #f5f5f5;
}
.popup .popup-content div {
  height: 100%;
}
.popup .popup-content div.photo_modal {
  flex: 0 0 60%;
  background-size: cover;
  background-color: #f5f5f5;
  background-position: center;
  background-image: url("../img/modal.webp");
}
.popup .popup-content div.content_modal {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.popup .popup-content div.content_modal picture {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .popup-content div.content_modal picture img {
  width: 100%;
}
.popup .popup-content div.content_modal p {
  width: 70%;
  color: #f5f5f5;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  margin: 0.5rem auto;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .popup-content div.content_modal button {
  text-transform: capitalize;
  background-color: #E36100;
  font-size: 1.2rem;
  border-radius: 50px;
  padding: 0.5vmin 0;
  margin: 0.3rem 0;
  color: #f5f5f5;
  border: none;
  width: 13rem;
}
.popup .popup-content div.content_modal button:hover {
  cursor: pointer;
}
.popup .popup-content div.content_modal button.order-pickup {
  position: relative;
  border: 2px solid #E36100;
  animation: borderPulse 1.5s infinite ease-in-out;
}
@media (max-width: 600px) {
  .popup .popup-content div.photo_modal {
    order: 1;
    height: 40%;
    flex: 0 0 100%;
  }
  .popup .popup-content div.content_modal {
    order: 0;
    height: 60%;
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .popup .popup-content {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .popup .popup-content {
    width: 90%;
    height: 80%;
  }
}

@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 101, 1, 0.7);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(255, 101, 1, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 101, 1, 0);
  }
}
@keyframes tvOn {
  0% {
    transform: scale(0.1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1, 0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes tvOff {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.1, 1);
    opacity: 0;
  }
}
body {
  font-family: "utopia", sans-serif !important;
  background-color: #333;
  font-size: 62.5%;
  color: #0c0b0b;
}
body header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9CC50D;
  flex-direction: column;
  position: sticky;
  width: 100%;
  z-index: 1;
  top: 0;
}
body header picture {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  width: 8rem;
}
body header picture img {
  width: 100%;
  margin: 1vmin auto 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body header nav {
  flex-wrap: wrap;
  padding: 0.275rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header nav div.links_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header nav div.links_wrap button.opn-cls {
  display: none;
}
body header nav div.links_wrap div.wrap_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.575rem;
}
body header nav div.links_wrap div.wrap_links a {
  color: #0c0b0b;
}
body header nav div.links_wrap div.wrap_links a.page {
  text-transform: capitalize;
  font-size: 1.2rem;
  cursor: pointer;
}
body header nav div.links_wrap div.wrap_links a.page.nav_activo {
  text-decoration: underline;
}
body header nav div.links_wrap div.wrap_links div.orders {
  position: relative;
}
body header nav div.links_wrap div.wrap_links div.orders span {
  color: #0c0b0b;
}
body header nav div.links_wrap div.wrap_links div.orders span.opn-cls-orders {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: capitalize;
}
body header nav div.links_wrap div.wrap_links div.orders span.opn-cls-orders i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin: 0 0.275rem;
}
body header nav div.links_wrap div.wrap_links div.orders span.opn-cls-orders i.rotate-it {
  transform: rotate(180deg);
}
body header nav div.links_wrap div.wrap_links div.orders div.nav-box {
  display: none;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  position: absolute;
  padding: 0 0.7rem;
  left: -0.375rem;
  margin: 0.275rem 0;
}
body header nav div.links_wrap div.wrap_links div.orders div.nav-box span {
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: capitalize;
  font-size: 1.075rem;
  padding: 0.275rem 0;
  position: relative;
  cursor: pointer;
  color: #0c0b0b;
  width: 100%;
}
body header nav div.links_wrap div.wrap_links div.orders div.expande {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #f5f5f5;
  flex-direction: column;
}
body header nav div.social_wrap div.box-social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.375rem;
}
body header nav div.social_wrap div.box-social span {
  width: 1.875rem;
  overflow: hidden;
  height: 1.875rem;
  margin: 0 0.125rem;
  background-color: #0c0b0b;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header nav div.social_wrap div.box-social span:hover {
  cursor: pointer;
}
body header nav div.social_wrap div.box-social span i {
  font-size: 1.2rem;
  color: #9CC50D;
}
body header.sticky_header picture {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
body header.sticky_header picture img {
  margin-bottom: -0.5vmin;
}
body header.sticky_header nav div.social_wrap div.box-social span {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
body header.sticky_header nav div.social_wrap div.box-social span i {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
@media (max-width: 768px) {
  body header picture {
    width: 25%;
  }
  body header picture img {
    width: 100% !important;
    margin: 1vmin 0;
  }
}
@media (max-width: 600px) {
  body header {
    flex-direction: row;
  }
  body header picture {
    flex: 0 0 40%;
    padding: 0 0.25rem;
  }
  body header picture img {
    width: 40% !important;
    margin: 1vmin auto;
  }
  body header nav {
    flex-direction: row;
    padding: 0 0.25rem;
    flex: 0 0 60%;
  }
  body header nav div.links_wrap {
    order: 1;
    flex: 0 0 25%;
  }
  body header nav div.links_wrap button.opn-cls {
    width: 70%;
    height: 3rem;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body header nav div.links_wrap button.opn-cls span {
    width: 95%;
    display: flex;
    margin: 0 auto;
    height: 0.375rem;
    position: relative;
    background-color: #0c0b0b;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  body header nav div.links_wrap button.opn-cls span::before, body header nav div.links_wrap button.opn-cls span::after {
    content: "";
    left: 5%;
    width: 90%;
    height: inherit;
    position: absolute;
    background-color: inherit;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
  }
  body header nav div.links_wrap button.opn-cls span::before {
    bottom: 0.675rem;
  }
  body header nav div.links_wrap button.opn-cls span::after {
    top: 0.675rem;
  }
  body header nav div.links_wrap button.opn-cls span.equis {
    background-color: transparent;
  }
  body header nav div.links_wrap button.opn-cls span.equis::before {
    top: 0;
    background-color: #0c0b0b;
    transform: rotate(45deg);
  }
  body header nav div.links_wrap button.opn-cls span.equis::after {
    top: 0;
    background-color: #0c0b0b;
    transform: rotate(-45deg);
  }
  body header nav div.links_wrap div.wrap_links {
    display: none;
  }
  body header nav div.links_wrap div.wrap_links.open--cls {
    left: 0;
    top: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: #f5f5f5;
  }
  body header nav div.links_wrap div.wrap_links.open--cls a.page {
    width: 100%;
    color: #0c0b0b;
    padding: 0.575rem 0.875rem;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  body header nav div.links_wrap div.wrap_links.open--cls a.page.nav_activo {
    text-decoration: none;
    position: relative;
  }
  body header nav div.links_wrap div.wrap_links.open--cls a.page.nav_activo::before {
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background-color: #E36100;
  }
  body header nav div.links_wrap div.wrap_links.open--cls div.orders {
    width: 100%;
    padding-bottom: 0.375rem;
  }
  body header nav div.links_wrap div.wrap_links.open--cls div.orders span {
    width: 100%;
    color: #0c0b0b;
    padding: 0.375rem 0.875rem;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  body header nav div.links_wrap div.wrap_links.open--cls div.orders div.expande {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    filter: none;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
  }
  body header nav div.links_wrap div.wrap_links.open--cls div.orders div.expande span {
    font-size: 1.2rem;
    padding: 0.575rem 0.875rem;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  body header nav div.links_wrap div.wrap_links.open--cls {
    gap: 0;
  }
}
@media (max-width: 600px) {
  body header nav div.social_wrap {
    order: 0;
    flex: 0 0 75%;
  }
  body header nav div.social_wrap div.box-social {
    justify-content: flex-end;
  }
  body header nav div.social_wrap div.box-social span {
    width: 2.175rem;
    height: 2.175rem;
  }
  body header.sticky_header picture img {
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  body header picture {
    flex: 0 0 30%;
  }
  body header picture img {
    width: 100% !important;
  }
  body header nav {
    flex: 0 0 70%;
  }
  body header nav div.social_wrap span {
    width: 2.075rem !important;
    height: 2.075rem !important;
  }
}
body main {
  position: relative;
}
body main article.video {
  background-image: url("../img/sa1.webp");
  background-color: #333;
  background-position: center;
  background-size: cover;
  line-height: 0;
}
body main article.video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -1px;
}
body main article.content {
  display: flex;
  justify-content: center;
  align-items: inherit;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 3rem 0;
}
body main article.content section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex: 0 0 40%;
  padding: 0.3rem;
}
body main article.content section:nth-child(2) div {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  flex-direction: column;
  padding: 1rem;
  width: 90%;
}
body main article.content section:nth-child(2) div span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body main article.content section:nth-child(2) div span.bold {
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 600;
}
body main article.content section:nth-child(2) div span.bold.big {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}
body main article.content section:nth-child(2) div span.location_name {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: "special", sans-serif;
  margin-top: 0.375rem;
  line-height: 2rem;
}
body main article.content section:nth-child(2) div span.indicator {
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: capitalize;
  font-size: 1.3rem;
  width: 100%;
}
body main article.content section:nth-child(2) div span.indicator i {
  margin: 0 0.375rem;
}
body main article.content section:nth-child(2) div span.phone, body main article.content section:nth-child(2) div span.address, body main article.content section:nth-child(2) div span.email {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.2rem;
  margin: 0.275rem;
  cursor: pointer;
  width: 100%;
}
body main article.content section:nth-child(2) div span.address {
  text-align: left;
}
body main article.content section:nth-child(2) div span.phone.button {
  border: 0.125rem solid #E36100;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #E36100;
  justify-content: center;
  padding: 0.275rem;
  width: 13rem;
  color: #f5f5f5 !important;
}
body main article.content section:nth-child(2) div p {
  color: #0c0b0b;
  text-align: center;
  font-size: 1.2rem;
}
body main article.content section:nth-child(2) div p.home_about {
  line-clamp: 4;
  overflow: hidden;
  max-height: 250px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
body main article.content section:nth-child(2) div button.about.button {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  background-color: #E36100;
  text-transform: capitalize;
  font-size: 1.2rem;
  padding: 0.125rem 2rem;
  color: #f5f5f5;
  border: none;
}
body main article.content section:nth-child(2) div button.about.button:hover {
  cursor: pointer;
}
body main article.content section:nth-child(3) picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
}
body main article.content section:nth-child(3) picture img {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  body main article.content section:nth-child(3) picture {
    width: 100%;
  }
}
body main article.content section:nth-child(3) figure {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  background-position: center;
  background-color: #E36100;
  background-size: cover;
  height: 100%;
  width: 90%;
}
body main article.content section:nth-child(3) figure.about-photo {
  padding: 13rem 0;
  background-image: url("../img/welcome.webp");
}
@media (max-width: 768px) {
  body main article.content section:nth-child(3) figure.about-photo {
    background-image: url("../img/welcome-med.webp") !important;
  }
}
body main article.content section:nth-child(3) figure.hours-photo {
  padding: 13rem 0;
  background-image: url("../img/hours.webp");
}
@media (max-width: 768px) {
  body main article.content section:nth-child(3) figure.hours-photo {
    background-image: url("../img/hours-med.webp");
  }
}
@media (max-width: 600px) {
  body main article.content section:nth-child(3) figure.hours-photo {
    display: none;
  }
}
body main article.content section:nth-child(3) figure.private-photo {
  padding: 13rem 0;
  background-image: url("../img/private.webp");
}
@media (max-width: 768px) {
  body main article.content section:nth-child(3) figure.private-photo {
    background-image: url("../img/private-med.webp");
  }
}
@media (max-width: 600px) {
  body main article.content section:nth-child(3) figure.private-photo {
    display: none;
  }
}
body main article.content.aboutC div {
  background-color: #E36100 !important;
}
body main article.content.aboutC div span.bold, body main article.content.aboutC div span.location_name {
  color: #f5f5f5;
}
body main article.content.aboutC div span.location_name {
  width: 80%;
}
body main article.content.aboutC div p {
  color: #f5f5f5 !important;
  margin: 0.5rem 0;
}
body main article.content.aboutC div button.about.button {
  cursor: auto;
  border: 2px solid #f5f5f5 !important;
}
@media (max-width: 768px) {
  body main article.content.aboutC {
    flex-direction: column-reverse;
  }
  body main article.content.aboutC section figure {
    height: 30rem;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  body main article.content.aboutC {
    padding: 0;
    flex-direction: column-reverse;
  }
  body main article.content.aboutC section {
    width: 100%;
  }
  body main article.content.aboutC section:nth-child(2) {
    padding: 2rem 0;
  }
  body main article.content.aboutC section:nth-child(2) div {
    width: 90%;
  }
  body main article.content.aboutC section:nth-child(3) {
    padding: 0;
  }
  body main article.content.aboutC section:nth-child(3) figure {
    padding: 0;
    width: 100%;
    height: 20rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
body main article.content.maps section div {
  background-color: #E36100 !important;
  gap: 0.375rem;
  overflow: hidden;
  align-items: flex-start;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
body main article.content.maps section div span {
  color: #f5f5f5 !important;
}
body main article.content.maps section div span i {
  color: #f5f5f5 !important;
}
body main article.content.maps section div span.phone.button {
  border: 2px solid #f5f5f5;
}
body main article.content.maps section div.iframe {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  background-color: #E36100;
  overflow: hidden;
  display: flex;
}
@media (max-width: 600px) {
  body main article.content.maps {
    flex-direction: column;
    padding: 0;
  }
  body main article.content.maps section {
    width: 100%;
  }
  body main article.content.maps section:nth-child(2) {
    padding: 2rem 0;
  }
  body main article.content.maps section:nth-child(2) div {
    width: 90%;
  }
  body main article.content.maps section:nth-child(3) iframe {
    display: flex;
    height: 20rem;
  }
}
body main article.content.hours section div {
  background-color: #E36100 !important;
}
body main article.content.hours section div span.bold-hours {
  display: flex;
  color: #f5f5f5;
  text-align: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 2.5rem;
}
body main article.content.hours section div span.bold-hours span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body main article.content.hours section div ul {
  text-align: center;
  margin-top: 0.375rem;
  flex-direction: column;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.content.hours section div ul li {
  color: #f5f5f5;
  padding: 0.125rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.content.hours section div ul li i {
  margin: 0 0.3rem;
  font-size: 1.2rem;
}
body main article.content.hours section div ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}
body main article.content.hours section div ul li:nth-child(odd) {
  text-transform: capitalize;
}
body main article.content.hours section div ul li:last-child span {
  margin: 0;
}
body main article.content.hours section div ul li:last-child picture {
  width: 2rem;
  height: 2rem;
}
body main article.content.hours section div ul:nth-child(3) {
  margin-top: 0.375rem;
}
@media (max-width: 768px) {
  body main article.content.hours section:nth-child(3) {
    display: none;
  }
}
@media (max-width: 600px) {
  body main article.content.hours {
    padding: 0;
    flex-direction: column;
  }
  body main article.content.hours section {
    width: 100%;
    flex: 0 0 100%;
    padding: 1rem 0;
  }
  body main article.content.hours section div {
    width: 90%;
  }
  body main article.content.hours section:nth-child(3) {
    display: none;
  }
}
body main article.content.private section div {
  gap: 0.675rem;
}
body main article.content.private section div span.bold {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0c0b0b;
}
body main article.content.private section div span.indicator-name {
  color: #9CC50D;
  text-transform: capitalize;
  font-size: 2.5rem;
}
body main article.content.private section div p {
  color: #0c0b0b;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 0.475rem;
}
body main article.content.private section div button.catering.button {
  color: #9CC50D;
  padding: 0.125rem 2rem;
  font-size: 1.2rem;
  background-color: #f5f5f5;
  border: 2px solid #9CC50D;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
body main article.content.private section div button.catering.button:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  body main article.content.private {
    padding: 0;
    flex-direction: column;
  }
  body main article.content.private section {
    width: 100%;
    flex: 0 0 100%;
    align-items: normal;
  }
  body main article.content.private section div {
    width: 90%;
  }
  body main article.content.private section:nth-child(2) {
    padding: 2rem 0;
  }
  body main article.content.private section:nth-child(3) {
    padding: 0;
  }
  body main article.content.private section:nth-child(3) img {
    width: 100%;
  }
}
body main article.content.especiales {
  padding: 5rem 0;
}
body main article.content.especiales section:nth-child(2) {
  flex-direction: column;
  gap: 1rem;
}
body main article.content.especiales section:nth-child(2) div {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem;
}
body main article.content.especiales section:nth-child(2) div span {
  z-index: 1;
  color: #0c0b0b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.content.especiales section:nth-child(2) div span.indicator-big {
  text-transform: uppercase;
  font-size: 1.5rem;
}
body main article.content.especiales section:nth-child(2) div span.indicator-medium {
  text-transform: capitalize;
  font-size: 1.3rem;
}
body main article.content.especiales section:nth-child(2) div span.indicator-small {
  text-transform: capitalize;
  font-size: 1.2rem;
  flex-direction: column;
  font-style: italic;
}
body main article.content.especiales section:nth-child(2) div span.indicator-small span {
  padding: 0.2rem 0;
}
body main article.content.especiales section:nth-child(3) figure {
  background-image: url("../img/specials.webp");
}
@media (max-width: 768px) {
  body main article.content.especiales {
    padding: 0;
  }
  body main article.content.especiales section:nth-child(3) figure {
    height: 30rem;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  body main article.content.especiales {
    padding: 0;
    flex-direction: column;
  }
  body main article.content.especiales section {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  body main article.content.especiales section:nth-child(2) {
    padding: 3rem 0;
  }
  body main article.content.especiales section:nth-child(3) figure {
    padding: 0;
    width: 100%;
    height: 17rem;
  }
}
@media (max-width: 992px) {
  body main article.content section {
    flex: 0 0 50%;
  }
  body main article.content section img {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  body main article.content {
    padding: 0;
    flex-direction: column;
    overflow-x: hidden;
  }
  body main article.content section {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
  }
  body main article.content section:nth-child(2) {
    padding: 2rem 0;
  }
  body main article.content section:nth-child(2) div {
    width: 90%;
  }
  body main article.content section:nth-child(3) img {
    width: 50rem;
  }
}
@media (max-width: 600px) {
  body main article.content {
    background-size: contain;
  }
  body main article.content section picture {
    width: 100%;
  }
}
body main article.location {
  background-color: #E36100;
}
body main article.location button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E36100;
  cursor: pointer;
  height: 5rem;
  border: none;
  width: 100%;
}
body main article.location button span {
  font-family: "utopia", sans-serif !important;
}
body main article.location button span,
body main article.location button i {
  margin: 0 5px;
  color: #f5f5f5;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  body main article.location button {
    height: 3.5rem;
  }
  body main article.location button span, body main article.location button i {
    font-size: 1rem;
  }
}
body main article.gallery {
  display: flex;
  flex-wrap: wrap;
}
body main article.gallery div a {
  display: flex;
  overflow: hidden;
}
body main article.gallery div a img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
body main article.gallery div a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
body main article.gallery div.grande {
  flex: 1 1 40%;
}
body main article.gallery div.grande a {
  margin: 0 0 0 -5px;
}
body main article.gallery div.chico {
  flex: 1 1 60%;
  display: flex;
  flex-wrap: wrap;
}
body main article.gallery div.chico a {
  flex: 1 1 33.33%;
}
@media (max-width: 600px) {
  body main article.gallery div.grande {
    flex: 0 0 100%;
  }
  body main article.gallery div.chico a {
    flex: 0 0 50%;
  }
}
body main article.slider {
  background-color: #333;
}
body main article.slider .hero-slider {
  width: 100%;
  height: 50rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
body main article.slider .hero-slider .swiper-slide {
  width: 100%;
  overflow: hidden;
}
body main article.slider .hero-slider .swiper-slide .slide-inner {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  text-align: left;
  position: absolute;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-position: center;
}
body main article.slider .hero-slider .swiper-slide .slide-inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body main article.slider .hero-slider .swiper-slide .slide-inner .container div span {
  color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.slider .hero-slider .swiper-slide .slide-inner .container div.slide-title span.identifier {
  font-size: 2.5rem;
}
body main article.slider .hero-slider .swiper-slide .slide-inner .container div.slide-btns span.theme-btn-s2 {
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
  border-radius: 0.735rem;
  -webkit-border-radius: 0.735rem;
  -moz-border-radius: 0.735rem;
  -ms-border-radius: 0.735rem;
  -o-border-radius: 0.735rem;
  font-size: 1.3rem;
  margin: 1rem auto 0;
  padding: 0.4rem 0;
  width: 18.5rem;
}
body main article.slider .hero-slider .swiper-slide .slide-inner .container div.slide-btns span.theme-btn-s2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body main article.slider .hero-slider .swiper-slide .slide-inner.loaded {
  transition: background-image 0.5s ease-in-out;
}
body main article.slider .hero-slider .prev-next, body main article.slider .hero-slider .swiper-button-next, body main article.slider .hero-slider .swiper-button-prev {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #f5f5f5;
  background: transparent;
  visibility: hidden;
  text-align: center;
  line-height: 3rem;
  margin-top: -1rem;
  height: 3rem;
  width: 3rem;
  opacity: 0;
}
@media (max-width: 600px) {
  body main article.slider .hero-slider .prev-next, body main article.slider .hero-slider .swiper-button-next, body main article.slider .hero-slider .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }
}
body main article.slider .hero-slider .contenido, body main article.slider .hero-slider .swiper-button-next:before, body main article.slider .hero-slider .swiper-button-prev::before {
  font-family: "Font Awesome 6 Free";
  justify-content: center;
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 900;
  color: #f5f5f5;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  body main article.slider .hero-slider .contenido, body main article.slider .hero-slider .swiper-button-next:before, body main article.slider .hero-slider .swiper-button-prev::before {
    font-size: 1.075rem;
  }
}
body main article.slider .hero-slider .swiper-button-prev {
  left: 1.5rem;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
}
body main article.slider .hero-slider .swiper-button-next {
  right: 1.5rem;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
}
body main article.slider .hero-slider .swiper-button-prev::before {
  content: "\f053";
}
body main article.slider .hero-slider .swiper-button-next:before {
  content: "\f054";
}
body main article.slider .hero-slider .swiper-pagination-bullet {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  line-height: 1.2rem;
  background: #f5f5f5;
  position: relative;
  font-size: 1.2rem;
  text-align: left;
  height: 0.7rem;
  width: 0.7rem;
  top: -0.4rem;
  opacity: 0.3;
}
body main article.slider .hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
body main article.slider .swiper-container {
  width: 100%;
  height: 100%;
}
body main article.slider .hero-slider:hover .swiper-button-prev,
body main article.slider .hero-slider:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
@media (max-width: 992px) {
  body main article.slider .hero-slider {
    height: 40rem;
  }
}
@media (max-width: 768px) {
  body main article.slider .hero-slider {
    height: 30rem;
  }
}
@media (max-width: 600px) {
  body main article.slider .hero-slider {
    height: 20rem;
  }
}
body main article.google-reviews {
  background-color: #E36100;
  padding: 3rem 0;
}
body main article.google-reviews span.indicator {
  color: #f5f5f5;
  text-align: center;
  margin: 0 0 0.675rem;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.google-reviews section {
  padding: 2rem 0 0;
}
body main article.google-reviews section iframe {
  width: 90%;
  border: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  body main article.google-reviews {
    padding: 2rem 1rem;
  }
  body main article.google-reviews span.indicator {
    padding: 0 0.575rem;
  }
  body main article.google-reviews section {
    padding: 0 1rem;
    margin-bottom: -6rem;
  }
  body main article.google-reviews section iframe {
    height: 500px;
    width: 100%;
  }
}
body main article.vips {
  padding: 2rem 1rem;
}
@media (max-width: 600px) {
  body main article.vips {
    background-size: contain;
  }
}
body main article.menus {
  padding: 3rem 0;
  background-size: contain;
}
body main article.menus div.tabs {
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  width: 60%;
  gap: 1rem;
}
body main article.menus div.tabs button {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #E36100;
  font-size: 1.2rem;
  padding: 1.3vmin 0;
  color: #f5f5f5;
  border: none;
  flex: 1;
}
body main article.menus div.tabs button:hover {
  cursor: pointer;
}
body main article.menus div.tabs button:hover button {
  flex: 1 1 100%;
}
@media (max-width: 600px) {
  body main article.menus div.tabs {
    width: 100%;
  }
  body main article.menus div.tabs button {
    flex: 1 1 100%;
  }
}
body main article.menus div.mm {
  gap: 1rem;
  width: 60%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
body main article.menus div.mm h2 {
  width: 100%;
  color: #E36100;
  padding: 2vmin 0;
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 2.5rem;
}
body main article.menus div.mm span.flag {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.2rem;
  color: #f5f5f5;
  width: 100%;
  gap: 1rem;
}
body main article.menus div.mm span.flag span.flg {
  width: 3rem;
  height: 1.5rem;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-image: url("../img/guatemala_flag.webp");
}
body main article.menus div.mm div.menu-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body main article.menus div.mm div.menu-column div.section {
  padding: 2vmin;
  margin: 0.5rem 0;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
body main article.menus div.mm div.menu-column div.section h3 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  text-transform: capitalize;
}
body main article.menus div.mm div.menu-column div.section span {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
body main article.menus div.mm div.menu-column div.section span.dish_name {
  margin: 0.5rem 0;
  text-transform: capitalize;
}
body main article.menus div.mm div.menu-column div.section span.dish_name strong {
  margin-right: 4px;
}
body main article.menus div.mm div.menu-column div.section img {
  height: auto;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
body main article.menus div.mm div.menu-column div.section p {
  font-size: 1.2rem;
}
body main article.menus div.mm div.menu-column div.section p.dish_description {
  margin: 0.25rem 0;
}
body main article.menus div.mm div.menu-column div.section p.section_description {
  color: #E36100;
  font-weight: 600;
}
body main article.menus div.mm div.menu-column div.section small {
  font-size: 1.075rem;
  margin: 0.8rem 0 0;
  font-weight: 600;
  display: block;
}
body main article.menus div.mm div.menu-column div.section hr {
  background-color: #E36100;
  margin: 0.25rem 0;
  display: block;
  border: none;
  height: 2px;
}
@media (max-width: 600px) {
  body main article.menus div.mm div.menu-column {
    flex: 1 1 100%;
  }
}
@media (max-width: 600px) {
  body main article.menus div.mm {
    width: 100%;
  }
}
body main article.menus div.disclaimer {
  width: 60%;
  margin: 2rem auto;
  padding: 0.875rem;
  background-color: #E36100;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
body main article.menus div.disclaimer section {
  flex-direction: column;
  display: flex;
  justify-content: start;
  align-items: center;
}
body main article.menus div.disclaimer section p,
body main article.menus div.disclaimer section span {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.865rem;
  color: #f5f5f5;
}
body main article.menus div.disclaimer section span {
  display: flex;
}
body main article.menus div.disclaimer section span div {
  display: flex;
  flex-wrap: wrap;
}
body main article.menus div.disclaimer section span svg {
  stroke: #f5f5f5;
  margin: 0 3px;
}
@media (max-width: 992px) {
  body main article.menus div.disclaimer {
    width: 80%;
    margin: 1rem auto;
  }
}
@media (max-width: 768px) {
  body main article.menus div.disclaimer {
    width: 90%;
    margin: 1rem auto;
  }
  body main article.menus div.disclaimer section span div {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  body main article.menus div.disclaimer {
    width: 100%;
    margin: 1rem auto;
  }
}
@media (max-width: 600px) {
  body main article.menus {
    background-size: contain;
    padding: 5vmin;
  }
}
body main article.forms {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  body main article.forms {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  body main article.forms {
    padding: 1rem 0;
  }
}
body main article.disclaimers {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.disclaimers section {
  padding: 3rem;
  background-color: #9CC50D;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
body main article.disclaimers section h2 {
  color: #0c0b0b;
  margin: 0.875rem 0;
  font-size: 1.5rem;
}
body main article.disclaimers section h2::before {
  content: "- ";
}
body main article.disclaimers section h2 em {
  text-decoration: underline;
}
body main article.disclaimers section h2 em.location_name {
  text-transform: capitalize;
  font-style: italic;
}
body main article.disclaimers section p {
  color: #0c0b0b;
  font-size: 1.2rem;
}
body main article.disclaimers section p em {
  text-decoration: underline;
}
body main article.disclaimers section p em.location_name {
  text-transform: capitalize;
  font-style: italic;
}
body main article.disclaimers section p em.phone, body main article.disclaimers section p em.email {
  cursor: pointer;
}
@media (max-width: 768px) {
  body main article.disclaimers {
    padding: 2rem;
  }
  body main article.disclaimers section {
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  body main article.disclaimers {
    background-size: 100rem;
    padding: 1rem;
  }
  body main article.disclaimers section {
    padding: 1rem;
  }
}
body main article.error {
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main article.error .glitch__container {
  font-family: "special", sans-serif;
}
body main article.error .glitch__container .glitch__text {
  color: #9CC50D;
  font-size: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
body main article.error .glitch__container .glitch__text strong.sp {
  font-size: 6rem;
}
body main article.error .glitch__container .glitch__text__title {
  padding: 1rem;
  font-weight: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: cover;
}
body main article.error .glitch__container .glitch__text__title.glitch-effect {
  position: relative;
  display: inline-block;
}
body main article.error .glitch__container .glitch__text__title.glitch-effect.slice::after {
  content: "";
  background-color: #0c0b0b;
  position: absolute;
  width: 110%;
  z-index: 1;
  height: 5%;
  left: -5%;
  top: 30%;
}
body main article.error .glitch__container .glitch__text__title.glitch-effect.slice::before {
  content: "";
  background-color: #0c0b0b;
  position: absolute;
  height: 10%;
  width: 110%;
  z-index: 1;
  left: -5%;
  top: 60%;
}
body main article.error .glitch__container .glitch__text__title.glitch-effect span {
  position: absolute;
  display: none;
  z-index: -1;
  top: 0;
}
@media (max-width: 768px) {
  body main article.error {
    height: 65vh;
  }
}
@media (max-width: 600px) {
  body main article.error {
    height: 50vh;
  }
}
body footer article:first-child {
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #E36100;
  padding: 1rem 0;
  flex-wrap: wrap;
}
body footer article:first-child section {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer article:first-child section span {
  color: #f5f5f5;
  text-align: center;
}
body footer article:first-child section span.indicator {
  gap: 1vmin;
  display: flex;
  font-weight: 500;
  margin: 0.735rem 0;
  font-size: 1.3rem;
  text-transform: capitalize;
}
body footer article:first-child section span.address {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: capitalize;
}
body footer article:first-child section span.phone, body footer article:first-child section span.email {
  font-size: 1.2rem;
  padding: 0.2rem 0;
  cursor: pointer;
}
body footer article:first-child section span.order-footer {
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: capitalize;
}
body footer article:first-child section ul {
  text-align: center;
}
body footer article:first-child section ul li {
  color: #f5f5f5;
  font-size: 1.1rem;
}
body footer article:first-child section div.social-media {
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer article:first-child section div.social-media span {
  width: 1.675rem;
  cursor: pointer;
  height: 1.675rem;
  margin: 0 0.125rem;
  background-color: #f5f5f5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer article:first-child section div.social-media span i {
  font-size: 1.2rem;
  color: #E36100;
}
@media (max-width: 600px) {
  body footer article:first-child section {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  body footer article:first-child section {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  body footer article:first-child section {
    padding: 0 2vmin;
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  body footer article:first-child {
    flex-direction: column;
  }
  body footer article:first-child section {
    width: 100%;
  }
}
body footer article:nth-child(2) {
  background-color: #0c0b0b;
}
body footer article:nth-child(2) span.copy {
  display: block;
  font-size: 1.075rem;
  padding: 0.735rem 0;
  text-align: center;
  color: #f5f5f5;
}
body footer article:nth-child(2) span.copy em.location_name {
  font-weight: 600;
  text-transform: capitalize;
}
body footer article:nth-child(2) span.copy em.year {
  font-style: italic;
  margin: 0 0.125rem;
}
body footer article:nth-child(2) span.copy span.agency {
  cursor: pointer;
  margin: 0 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: underline;
}
body footer article:nth-child(3) {
  padding: 0.735rem 1px;
  background-color: #f5f5f5;
}
body footer article:nth-child(3) span.disclaimer {
  font-size: 1.075rem;
  text-align: center;
  display: block;
  color: #0c0b0b;
}
body footer article:nth-child(3) span.disclaimer em {
  text-transform: capitalize;
  text-decoration: underline;
  text-align: center;
  margin: 0 0.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (max-width: 992px), (max-width: 768px), (max-width: 600px) {
  body footer article:nth-child(3) {
    margin-bottom: 3rem;
  }
  body footer article:nth-child(3) span {
    flex-direction: column;
  }
}
body footer article:last-child {
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 3rem;
  display: none;
  flex-wrap: wrap;
  position: fixed;
  background-color: #E36100;
  border-top: 2px solid #f5f5f5;
}
body footer article:last-child section {
  flex: 1;
  position: relative;
}
body footer article:last-child section::before {
  content: "";
  top: 15%;
  left: 0;
  height: 70%;
  width: 0.175rem;
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}
body footer article:last-child section:nth-child(2)::before {
  content: none;
}
body footer article:last-child section span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: transparent;
  height: 100%;
  width: 100%;
}
body footer article:last-child section span::after {
  content: attr(data-button);
  text-transform: capitalize;
  font-size: 1.2rem;
  position: absolute;
  color: #f5f5f5;
}
@media (max-width: 992px), (max-width: 768px), (max-width: 600px) {
  body footer article:last-child {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */