@charset "UTF-8";
.animation-1 .line-1 {
  animation: fadeInUp 1.5s ease-out forwards;
  animation-delay: 1s;
  opacity: 0;
}
.animation-1 .line-2 {
  animation: fadeInUp 1.5s ease-out 0.5s forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
.animation-1 .line-3 {
  animation: fadeInUp 1.5s ease-out 1s forwards;
  animation-delay: 2s;
  opacity: 0;
}
.animation-1 .line-4 {
  animation: fadeInUp 1.5s ease-out 1.8s forwards;
  animation-delay: 2.5s;
  opacity: 0;
}
.animation-1 .line-5 {
  animation: fadeInUp 1.5s ease-out 2.5s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.animation-1 .line-6 {
  animation: fadeInUp 1.5s ease-out 2.5s forwards;
  animation-delay: 3s;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.primary-text-color {
  color: #671911;
}

.primary-light-text-color {
  color: #ffbcbc;
}

.primary-medium-text-color {
  color: #81251b;
}

.secondary-text-color {
  color: #f4921e;
}

.white-text-color {
  color: rgba(255, 255, 255, 0.8);
}

.secondary-white-text-color {
  color: #c2c2c2;
}

.gray-text-color {
  color: #dadada;
}

.secondary-lighter-text-color {
  color: #ffd9ab;
}

.primary-bg-color {
  background-color: #671911;
}

.secondary-bg-color {
  background-color: #f4921e;
}

.secondary-lighter-bg-color {
  background-color: #ffd9ab;
}

.popup-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #671911;
  z-index: 9999;
}
.popup-overlay .popup-content-age-verifycation {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}
.popup-overlay .popup-content-age-verifycation img {
  width: 150px;
  margin-bottom: 1rem;
}
.popup-overlay .popup-content-age-verifycation .age-buttons .age-btn {
  padding: 0.5rem 2rem;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.popup-overlay .popup-content-age-verifycation .age-buttons .age-btn:hover {
  background-color: #ffffff;
  color: #671911;
  cursor: pointer;
}

@media (width >= 200px) {
  .bar {
    height: auto !important;
    padding: 0 40px;
  }
}
.bar__text {
  letter-spacing: 2px;
  font-weight: 700;
}
@media (width >= 200px) {
  .bar__text {
    font-size: 0.75rem !important;
    display: block;
    width: 100%;
  }
}
@media (width >= 768px) {
  .bar__text {
    font-size: 1rem !important;
    display: inline;
    margin-right: 10px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 12px;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
@media (width >= 200px) {
  .button {
    font-size: 0.625rem !important;
  }
}
@media (width >= 1024px) {
  .button {
    font-size: 0.625rem !important;
  }
}
@media (width >= 1200px) {
  .button {
    font-size: 0.8rem !important;
  }
}
.button.white-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button.white-outline:hover {
  background-color: #ffffff;
  color: #671911;
}
.button.primary-bg-color:hover {
  color: #ffffff;
  background-color: #460700;
}
.button.secondary-bg-color:hover {
  background-color: #671911;
  color: #ffffff;
}

#popup-cookie-container {
  position: fixed;
  left: 0;
  bottom: -1000px;
  z-index: 10000000000000000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: white;
  transition: ease-in-out 1s;
  border-top: 1px solid #ddd;
}

.show-cookie-popup {
  bottom: 0 !important;
}

body,
figure {
  padding: 0;
  margin: 0;
}
body *,
figure * {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
  box-sizing: border-box;
  text-decoration: none;
}

p,
li {
  font-weight: 400;
}

a {
  text-decoration: none;
  border: none;
}

@font-face {
  font-family: "josefine";
  src: url("../../assets/fonts/josefine.woff") format("woff"), url("../../assets/fonts/josefine.OTF") format("opentype"), url("../../assets/fonts/josefine.ttf") format("truetype"), url("../../assets/fonts/josefine.eot") format("truetype");
}
.text-josefine {
  font-family: "josefine", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (width > 1024px) {
  .border-radius {
    border-radius: 20px;
  }
}
@media (width < 1024px) {
  .border-radius {
    border-radius: 10px;
  }
}

.top-left-radius {
  border-top-left-radius: 20px;
}

.bottom-right-radius {
  border-bottom-right-radius: 20px;
}

@media (width > 1024px) {
  .galery-border-top-left-radius {
    border-top-left-radius: 100px;
  }
}
@media (width < 1024px) {
  .galery-border-top-left-radius {
    border-top-left-radius: 40px;
  }
}

@media (width > 1024px) {
  .galery-border-bottom-left-radius {
    border-bottom-left-radius: 100px;
  }
}
@media (width < 1024px) {
  .galery-border-bottom-left-radius {
    border-bottom-left-radius: 40px;
  }
}

@media (width > 1024px) {
  .galery-border-top-right-radius {
    border-top-right-radius: 100px;
  }
}
@media (width < 1024px) {
  .galery-border-top-right-radius {
    border-top-right-radius: 40px;
  }
}

@media (width > 1024px) {
  .galery-border-top-left-radius {
    border-top-left-radius: 100px;
  }
}
@media (width < 1024px) {
  .galery-border-top-left-radius {
    border-top-left-radius: 40px;
  }
}

.text-justify {
  text-align: justify;
}

@media (width >= 768px) {
  .desktop-text-center {
    text-align: center;
  }
}

.list-bullet {
  position: relative;
  padding-left: 13px;
}
.list-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
@media (width > 1023px) {
  .list-bullet::after {
    top: calc(50% - 3px);
  }
}
.list-bullet.list-bullet-primary::after {
  background-color: #671911;
}
.list-bullet.list-bullet-secondary::after {
  background-color: #ffd9ab;
}

@media (width > 768px) {
  .desk-ps-5 {
    padding-left: 3rem;
  }
}

@media (width > 768px) {
  .desk-pe-5 {
    padding-right: 3rem;
  }
}

.footer {
  padding-bottom: 4rem;
}
.footer__logo {
  width: 260px;
  margin: auto;
  padding: 80px;
}
.footer__item header * {
  font-weight: 900;
  color: #671911;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .footer__item header * {
    font-size: 0.8rem !important;
  }
}
.footer__item p,
.footer__item li,
.footer__item a {
  color: #671911;
}
@media (width >= 200px) {
  .footer__item p,
  .footer__item li,
  .footer__item a {
    font-size: 0.875rem !important;
  }
}
.footer__item a:hover {
  color: hsl(0, 0%, 9%);
}
@media (width < 768px) {
  .footer__item {
    padding-left: 40px;
  }
}
@media (width < 768px) {
  .footer #grupo-redentor {
    padding: 0 40px;
  }
  .footer #grupo-redentor #logo-raiz {
    max-width: 60px;
  }
}

.footer-2 .copy,
.footer-2 .link-curinga {
  color: hsl(0, 0%, 9%);
}
@media (width >= 200px) {
  .footer-2 .copy,
  .footer-2 .link-curinga {
    font-size: 0.5rem !important;
  }
}
@media (width >= 768px) {
  .footer-2 .copy,
  .footer-2 .link-curinga {
    font-size: 0.875rem !important;
  }
}
@media (width < 768px) {
  .footer-2 {
    padding: 0 10px 0 40px;
  }
}

.form-ajax input:not([type=radio], [type=submit], button),
.form-ajax select,
.form-ajax textarea {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  border: none;
  font-size: 0.75rem;
  padding: 0.75rem;
  background-color: #460700;
  color: #f4921e;
}
.form-ajax button,
.form-ajax [type=submit] {
  width: 100%;
  border: none;
}
.form-ajax label {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.form-ajax label::first-letter {
  text-transform: uppercase;
}
.form-ajax .equal,
.form-ajax .plus {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: auto;
}
.form-ajax [type=radio] {
  margin-right: 5px;
}
.form-ajax [type=text],
.form-ajax [type=email],
.form-ajax [type=tel],
.form-ajax [type=date],
.form-ajax select,
.form-ajax textarea {
  border-radius: 6px;
  transition: ease-in-out 0.2s;
  margin-bottom: 1rem;
}
.form-ajax [type=text]:focus, .form-ajax [type=text]:focus-visible,
.form-ajax [type=email]:focus,
.form-ajax [type=email]:focus-visible,
.form-ajax [type=tel]:focus,
.form-ajax [type=tel]:focus-visible,
.form-ajax [type=date]:focus,
.form-ajax [type=date]:focus-visible,
.form-ajax select:focus,
.form-ajax select:focus-visible,
.form-ajax textarea:focus,
.form-ajax textarea:focus-visible {
  box-shadow: none;
}
.form-ajax [type=submit] {
  padding: 1rem 0;
  border-radius: 6px;
}
.form-ajax select,
.form-ajax textarea {
  margin-bottom: 1rem;
}
.form-ajax textarea:focus,
.form-ajax select:focus,
.form-ajax input:focus {
  background-color: #81251b;
  color: #f4921e;
}
.form-ajax select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/img/layout/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 7px;
}
.form-ajax select option {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
}
.form-ajax .obrigatory {
  position: relative;
  padding-left: 12px;
}
.form-ajax .obrigatory::before {
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../../assets/img/layout/asterisco.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.form-alert {
  display: none;
  width: 100%;
  color: #671911;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-control-alert {
  border: 2px solid #ed6939 !important;
}

.success {
  background: #eaffea;
  color: #080;
  border: 1px solid #080;
}

.error {
  background: #ffeaea;
  color: #d00;
  border: 1px solid #d00;
}

/* Estilização do campo de upload */
.file-upload-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.file-upload-label {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 188, 188, 0.4);
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.file-upload-label:hover {
  border-color: #3498db;
  background-color: rgba(255, 255, 255, 0.5);
}

.file-upload-label.dragover {
  border-color: #2ecc71;
  background-color: #00d169;
}

.file-upload-icon {
  font-size: 1.5rem;
  color: #f4921e;
  margin-bottom: 10px;
}

.file-upload-text {
  font-weight: 600;
  color: #f4921e;
  margin-bottom: 5px;
}

.file-upload-hint {
  color: #ffffff;
  font-size: 0.75rem;
}

.file-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.file-info {
  margin-top: 15px;
  padding: 15px;
  background-color: #e8f6f3;
  border-radius: 6px;
  display: none;
}

.file-info.show {
  display: block;
}

.file-name {
  font-weight: 600;
  color: #27ae60;
  margin-bottom: 5px;
}

.file-size {
  color: #7f8c8d;
  font-size: 14px;
}

.remove-file {
  color: #671911;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.75rem !important;
  margin-top: 5px;
  text-decoration: underline;
}

/* Estilo para Campo input date */
input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  cursor: pointer;
}
input[type=date]::-moz-focus-inner {
  border: 0;
}
input[type=date]::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  pointer-events: none;
}

@supports not ((-webkit-mask-image: none) or (mask-image: none)) {
  input[type=date] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234CAF50" d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
  }
}
.piscante-suave {
  animation: piscarSuave 2s ease-in-out 1;
}

@keyframes piscarSuave {
  0%, 33%, 66%, 100% {
    opacity: 1;
  }
  16.5%, 49.5%, 82.5% {
    opacity: 0.2;
  }
}
.form-message {
  padding-top: 1rem;
}

.gallery-img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-img-container {
  text-align: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.close-btn {
  position: absolute;
  top: -50px;
  right: -30px;
  color: white;
  font-size: 35px;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #ff6b6b;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.prev-btn {
  left: -70px;
}

.next-btn {
  right: -70px;
}

.image-counter {
  color: white;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 300;
}

.image-caption {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .prev-btn {
    left: 10px;
  }
  .next-btn {
    right: 10px;
  }
  .close-btn {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
  .lightbox-img {
    max-height: 60vh;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
@media (width > 200px) and (width <= 1023px) {
  .hero {
    height: calc(100vh - 250px);
  }
}
@media (width > 1023px) {
  .hero {
    height: calc(100vh - 85px);
    padding-bottom: 6rem;
  }
}
.hero::after {
  content: "";
  position: fixed;
  z-index: 2;
  left: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 2200px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  animation: fadeInZoom 1.8s ease-out forwards;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .container .row {
  justify-content: center;
}
.hero .container .row * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero__caption-container {
  display: flex;
  align-items: center;
}
.hero__caption-container .hero__title {
  font-weight: 800;
  letter-spacing: 4px;
}
@media (width >= 200px) {
  .hero__caption-container .hero__title {
    font-size: 1.375rem !important;
  }
}
@media (width >= 1024px) {
  .hero__caption-container .hero__title {
    font-size: 1.5rem !important;
  }
}
@media (width >= 1366px) {
  .hero__caption-container .hero__title {
    font-size: 2.5rem !important;
  }
}
.hero__caption-container .hero__subtitle {
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media (width >= 200px) {
  .hero__caption-container .hero__subtitle {
    font-size: 1rem !important;
  }
}
@media (width >= 1024px) {
  .hero__caption-container .hero__subtitle {
    font-size: 1.125rem !important;
  }
}
@media (width >= 1366px) {
  .hero__caption-container .hero__subtitle {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .hero__caption-container {
    padding: 40px;
  }
}
.hero .mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* HEROS INTERNOS ( Alturas diferentes )*/
@media (width >= 200px) {
  .hero-internal {
    height: 290px !important;
  }
}
@media (width >= 768px) {
  .hero-internal {
    height: 340px !important;
  }
}
@media (width >= 1024px) {
  .hero-internal {
    height: 320px !important;
  }
}
@media (width >= 1366px) {
  .hero-internal {
    height: 427px !important;
  }
}
@media (width >= 1600px) {
  .hero-internal {
    height: 600px !important;
  }
}

/* HOME */
@media (width > 200px) and (width < 768px) {
  #hero-home::before {
    background-image: url("../../assets/img/layout/mobile/hero-home.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-home::before {
    background-image: url("../../assets/img/layout/tablet/hero-home.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-home::before {
    background-image: url("../../assets/img/layout/desktop/hero-home.jpg");
    background-repeat: no-repeat;
  }
}

/* O REDENTOR */
@media (width > 200px) and (width < 768px) {
  #hero-o-redentor::before {
    background-image: url("../../assets/img/layout/mobile/hero-o-redentor.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-o-redentor::before {
    background-image: url("../../assets/img/layout/tablet/hero-o-redentor.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-o-redentor::before {
    background-image: url("../../assets/img/layout/desktop/hero-o-redentor.jpg");
    background-repeat: no-repeat;
  }
}

/* CARDÁPIO */
@media (width > 200px) and (width < 768px) {
  #hero-cardapio::before {
    background-image: url("../../assets/img/layout/mobile/hero-cardapio.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-cardapio::before {
    background-image: url("../../assets/img/layout/tablet/hero-cardapio.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-cardapio::before {
    background-image: url("../../assets/img/layout/desktop/hero-cardapio.jpg");
    background-repeat: no-repeat;
  }
}

/* CHOPP */
@media (width > 200px) and (width < 768px) {
  #hero-chopp::before {
    background-image: url("../../assets/img/layout/mobile/hero-chopp.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-chopp::before {
    background-image: url("../../assets/img/layout/tablet/hero-chopp.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-chopp::before {
    background-image: url("../../assets/img/layout/desktop/hero-chopp.jpg");
    background-repeat: no-repeat;
  }
}

/* RESERVAS */
@media (width > 200px) and (width < 768px) {
  #hero-reservas::before {
    background-image: url("../../assets/img/layout/mobile/hero-reservas.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-reservas::before {
    background-image: url("../../assets/img/layout/tablet/hero-reservas.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-reservas::before {
    background-image: url("../../assets/img/layout/desktop/hero-reservas.jpg");
    background-repeat: no-repeat;
  }
}

/* MÚSICA */
@media (width > 200px) and (width < 768px) {
  #hero-musica::before {
    background-image: url("../../assets/img/layout/mobile/hero-musica.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-musica::before {
    background-image: url("../../assets/img/layout/tablet/hero-musica.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-musica::before {
    background-image: url("../../assets/img/layout/desktop/hero-musica.jpg");
    background-repeat: no-repeat;
  }
}

/* CONTATO */
@media (width > 200px) and (width < 768px) {
  #hero-contato::before {
    background-image: url("../../assets/img/layout/mobile/hero-contato.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-contato::before {
    background-image: url("../../assets/img/layout/tablet/hero-contato.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-contato::before {
    background-image: url("../../assets/img/layout/desktop/hero-contato.jpg");
    background-repeat: no-repeat;
  }
}

/* TRABALHE CONOSCO */
@media (width > 200px) and (width < 768px) {
  #hero-trabalhe-conosco::before {
    background-image: url("../../assets/img/layout/mobile/hero-trabalhe-conosco.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-trabalhe-conosco::before {
    background-image: url("../../assets/img/layout/tablet/hero-trabalhe-conosco.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-trabalhe-conosco::before {
    background-image: url("../../assets/img/layout/desktop/hero-trabalhe-conosco.jpg");
    background-repeat: no-repeat;
  }
}

/* CONFRATERNIZAÇÃO */
@media (width > 200px) and (width < 768px) {
  #hero-confraternizacao::before {
    background-image: url("../../assets/img/layout/mobile/hero-confraternizacao.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-confraternizacao::before {
    background-image: url("../../assets/img/layout/tablet/hero-confraternizacao.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-confraternizacao::before {
    background-image: url("../../assets/img/layout/desktop/hero-confraternizacao.jpg");
    background-repeat: no-repeat;
  }
}

/* POLÍTICA DE PRIVACIDADE */
@media (width > 200px) and (width < 768px) {
  #hero-politica-de-privacidade::before {
    background-image: url("../../assets/img/layout/mobile/hero-politica-de-privacidade.jpg");
    background-repeat: no-repeat;
  }
}
@media (width = 768px) {
  #hero-politica-de-privacidade::before {
    background-image: url("../../assets/img/layout/tablet/hero-politica-de-privacidade.jpg");
    background-repeat: no-repeat;
  }
}
@media (width > 768px) {
  #hero-politica-de-privacidade::before {
    background-image: url("../../assets/img/layout/desktop/hero-politica-de-privacidade.jpg");
    background-repeat: no-repeat;
  }
}

#dobra-quem-bebe-bossa {
  display: flex;
  align-items: center;
}
#dobra-quem-bebe-bossa article p {
  opacity: 0.6;
}
#dobra-quem-bebe-bossa article .icone-sol {
  display: block;
  margin: auto;
}
@media (width >= 200px) {
  #dobra-quem-bebe-bossa {
    height: auto !important;
  }
  #dobra-quem-bebe-bossa article {
    padding: 40px;
  }
  #dobra-quem-bebe-bossa article .icone-sol {
    width: 60px;
  }
  #dobra-quem-bebe-bossa article .text-josefine {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}
@media (width >= 1024px) {
  #dobra-quem-bebe-bossa {
    height: 700px !important;
  }
  #dobra-quem-bebe-bossa article {
    padding: 0;
  }
  #dobra-quem-bebe-bossa article p {
    font-size: 1.5rem;
  }
  #dobra-quem-bebe-bossa article .text-josefine {
    font-size: 4rem;
    line-height: 3.125rem;
  }
  #dobra-quem-bebe-bossa article .icone-sol {
    width: 80px;
  }
}

/*
* Dobra Serviços
*/
@media (width < 1024px) {
  #dobra-servicos .position-relative h2 {
    font-size: 1rem;
    padding-top: 5px;
  }
}
#dobra-servicos .position-relative a {
  display: block;
  width: 100%;
  height: 100%;
}
#dobra-servicos .position-relative .icone-servico {
  display: block;
  margin: auto;
  max-width: 60px;
}
#dobra-servicos .position-relative .nome-do-servico {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#dobra-servicos .position-relative::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(22.95, 22.95, 22.95, 0.6);
  transition: ease-in-out 0.2s;
}
#dobra-servicos .position-relative:hover::after {
  background-color: rgba(103, 25, 17, 0.9);
}

/*
* Dobra Faça sua Reserva
*/
.ondas-2 {
  background-image: url("../../assets/img/layout/ondas-2.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (width < 1200px) {
  .ondas-2 {
    background-image: none;
  }
}
@media (width >= 1200px) {
  .ondas-2 {
    background-position: 107% center;
  }
}
@media (width >= 1366px) {
  .ondas-2 {
    background-position: 100% center;
  }
}

/*
* Dobra Avalie-nos
*/
#avalie {
  display: flex;
  align-items: center;
  min-height: 300px;
}
#avalie .icone-avalie {
  border: 2px solid #f2f2f2;
  border-radius: 30px;
}
@media (width < 768px) {
  #avalie .icone-avalie {
    padding: 5px;
  }
}
@media (width > 768px) {
  #avalie .icone-avalie {
    padding: 12px;
  }
}

/*
* Dobra Pesquisa de Satisfação
*/
#pesquisa-de-satisfacao {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width >= 200px) {
  #pesquisa-de-satisfacao {
    height: 300px !important;
    background-image: url("../../assets/img/layout/mobile/bg-dobra-pesquisa-de-satisfacao.jpg");
  }
}
@media (width >= 1024px) {
  #pesquisa-de-satisfacao {
    height: 386px !important;
    background-image: url("../../assets/img/layout/desktop/bg-dobra-pesquisa-de-satisfacao.jpg");
  }
}
@media (width >= 1366px) {
  #pesquisa-de-satisfacao {
    height: 515px !important;
  }
}
@media (width >= 1600px) {
  #pesquisa-de-satisfacao {
    height: 724px !important;
  }
}
@media (width >= 200px) {
  #pesquisa-de-satisfacao h3 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 1200px) {
  #pesquisa-de-satisfacao h3 {
    font-size: 1.75rem !important;
  }
}
@media (width >= 200px) {
  #pesquisa-de-satisfacao p {
    font-size: 0.75rem !important;
  }
}
@media (width >= 1200px) {
  #pesquisa-de-satisfacao p {
    font-size: 1.25rem !important;
  }
}

/*
* Dobra Redes Sociais
*/
#dobra-redes-sociais {
  background-image: url("../../assets/img/layout/onda-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media (width > 992px) {
  #dobra-redes-sociais {
    height: 70px;
  }
}
@media (width < 992px) {
  #dobra-redes-sociais {
    height: 55px;
    padding: 0;
    margin-left: 40px;
    margin-right: 40px;
    background-position: 90% bottom;
  }
}
#dobra-redes-sociais ul {
  display: flex;
}
#dobra-redes-sociais ul li {
  margin-right: 10px;
}
#dobra-redes-sociais a i::before {
  font-family: "Bootstrap-icons";
  color: #671911;
}
@media (width < 576px) {
  #dobra-redes-sociais a i::before {
    font-size: 1rem;
  }
}
@media (width >= 992px) {
  #dobra-redes-sociais a i::before {
    font-size: 1.5rem;
  }
}

i::before {
  font-family: "Bootstrap-icons";
}

.instagram::before {
  content: "\f437";
}

.facebook::before {
  content: " \f344";
}

.youtube::before {
  content: "\f62b";
}

.google::before {
  content: "\f3f0";
}

.spotfy::before {
  content: "\f666";
}

.telephone::before {
  content: "\f5b4";
}

.location::before {
  content: "\f3e7";
}

.clock::before {
  content: "\f291";
}

/* Container do menu */
#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1000;
  transition: all 0.4s ease;
}

#main-menu.scrolled {
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scrolled-background {
  background-color: #671911 !important;
}

/* Menu fixo quando aplicado */
.menu-fixo {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (width > 768px) {
  .menu-fixo .menu-container {
    padding: 6px 0;
  }
}
.menu-fixo .logo img {
  display: block;
}

/* Container do menu para alinhamento */
.menu-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: ease-in-out 0.2s;
}

/* Logo */
.logo img {
  margin: 5px 0;
  transition: ease-in-out 0.2s;
}
@media (width >= 200px) {
  .logo img {
    width: 156px !important;
  }
}
@media (width >= 1024px) {
  .logo img {
    width: 85px !important;
  }
}
@media (width >= 1366px) {
  .logo img {
    width: 120px !important;
  }
}

/* Estilos da lista do menu - DESKTOP */
.menu {
  list-style: none;
  display: flex;
  position: relative;
}

.menu > li {
  position: relative;
}

.menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 18px 25px;
  display: block;
  transition: all 0.3s ease;
  font-weight: 300;
}
@media (width >= 1024px) {
  .menu a {
    font-size: 10px !important;
    padding: 18px 15px;
  }
}
@media (width >= 1366px) {
  .menu a {
    font-size: 18px !important;
  }
}

.menu a:hover {
  color: #f4921e;
}

.menu > li > a {
  border-bottom: 3px solid transparent;
}

.menu > li > a:hover {
  border-bottom: 3px solid #f4921e;
}

/* Submenu */
.submenu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  background-color: #671911;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu a {
  padding: 12px 20px;
  font-size: 0.95em;
}

.submenu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f4921e;
}

/* Mostrar submenu ao passar o mouse */
.menu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Indicador de submenu */
.has-submenu > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 8px;
}

/* Botão hamburger - escondido no desktop */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #f4921e;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* MEDIA QUERIES PARA RESPONSIVIDADE */
/* Tablet */
@media (max-width: 992px) {
  .menu a {
    padding: 15px 20px;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .menu-fixo .menu-container {
    height: 70px;
  }
  .menu-fixo .menu-container .logo {
    padding: 15px 0 15px 0;
  }
  /* Submenu no mobile */
  /* Animação do hamburger para X */
}
@media (max-width: 768px) and (width >= 200px) {
  .menu-fixo .menu-container .logo img {
    width: 85px !important;
  }
}
@media (max-width: 768px) {
  .menu-container {
    height: 150px;
    flex-direction: column;
  }
  .menu-container .logo {
    width: 100%;
    padding: 30px 0 5px 0;
  }
  .menu-container .logo img {
    display: block;
    margin: auto;
  }
  .hamburger {
    display: flex;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 60px);
    background-color: #671911;
    flex-direction: column;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 20px 0;
  }
  .menu.active {
    left: 0;
  }
  .menu > li {
    width: 100%;
  }
  .menu a {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu > li > a {
    border-bottom: none;
  }
  .submenu {
    position: static;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #671911;
  }
  .submenu.active {
    max-height: 300px;
  }
  .submenu a {
    padding-left: 40px;
    font-size: 0.9em;
  }
  .has-submenu > a::after {
    content: "▶";
    float: right;
    transition: transform 0.3s ease;
  }
  .has-submenu > a.active::after {
    transform: rotate(90deg);
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -8px);
  }
}
.modalMask {
  display: none;
  z-index: 999999999999999;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2rem 0;
  background: rgba(22.95, 22.95, 22.95, 0.7);
  transition: ease-in-out 0.3s;
}
.modalMask .modalContent {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 2px;
  cursor: pointer;
}

@keyframes showModalMask {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showModalContent {
  from {
    top: -1500px;
  }
  to {
    top: 0;
  }
}
.show {
  display: flex !important;
  animation: showModalMask 0.8s ease-in-out;
}

.showModalContent {
  display: flex !important;
  animation: showModalContent 0.8s ease-in-out;
}

@media (width < 768px) {
  .modalMask {
    height: 100vh;
  }
  .modalMask .modalContent {
    width: 98%;
  }
}
@media (width >= 768px) {
  #popup-chinelos-desktop {
    display: block;
  }
  #popup-chinelos-mobile {
    display: none;
  }
}
@media (width < 768px) {
  #popup-chinelos-desktop {
    display: none;
  }
  #popup-chinelos-mobile {
    display: block;
  }
}
/*
* Sections internas
*/
@media (width >= 768px) {
  .internal-content {
    padding: 5rem !important;
  }
}
@media (width >= 200px) {
  .internal-content article {
    padding: 40px !important;
  }
}

/*
* O Redentor
*/
@media (width >= 200px) {
  #chopp article,
  #chopes,
  #musica article {
    padding: 0 40px 0 40px !important;
  }
}
@media (width >= 769px) {
  #chopp article,
  #chopes,
  #musica article {
    padding: 40px 0 0 0 !important;
  }
}

@media (width >= 200px) {
  #chopp-grafismo {
    padding: 0 40px 0 40px !important;
  }
}
@media (width >= 769px) {
  #chopp-grafismo {
    padding: 0 !important;
  }
}

/*
* Dobra Depoimentos - O Redentor
*/
#carousel-depoimentos p span {
  font-style: italic;
}
@media (width >= 200px) {
  #carousel-depoimentos p {
    font-size: 14px !important;
  }
}
@media (width >= 768px) {
  #carousel-depoimentos p {
    font-size: 22px !important;
  }
}

/*
* Cardápio
*/
.capa-escolher-cardapio {
  border: none;
}
.capa-escolher-cardapio span {
  display: block;
  text-decoration: none;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media (width >= 200px) {
  .capa-escolher-cardapio span {
    font-size: 0.75rem !important;
  }
}
@media (width >= 768px) {
  .capa-escolher-cardapio span {
    font-size: 1rem !important;
  }
}
.capa-escolher-cardapio img {
  box-shadow: 5px 5px 10px rgba(22.95, 22.95, 22.95, 0.5);
  border-radius: 4px;
  transition: ease-in-out 0.2s;
}
.capa-escolher-cardapio img:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 15px rgba(22.95, 22.95, 22.95, 0.7);
}

/*
* Chopp (Chopes)
*/
@media (width < 1024px) {
  #chopes {
    background: none;
  }
}
#chopes figure img {
  border-radius: 3px;
}
@media (width < 768px) {
  #chopes figure img {
    margin-bottom: 1rem;
  }
}
#chopes figure figcaption header {
  display: flex;
  align-items: center;
  padding: 20px 0 6px 0;
}
#chopes figure figcaption header * {
  padding: 0;
  margin: 0;
}
#chopes figure figcaption p {
  color: rgba(22.95, 22.95, 22.95, 0.7);
}
@media (width > 768px) {
  #chopes figure figcaption p {
    height: 150px;
  }
}

/* Páginas: Contato, Reservas, Trabalhe Conosco */
@media (width >= 200px) {
  .page-form article {
    padding: 40px !important;
  }
}
@media (width >= 768px) {
  .page-form article {
    padding: 4rem !important;
  }
}
@media (width > 1362px) {
  .page-form article {
    max-width: 710px;
  }
}
@media (width >= 200px) {
  .page-form legend {
    font-size: 1rem !important;
  }
}
@media (width >= 768px) {
  .page-form legend {
    font-size: 1.25rem !important;
  }
}

@media (width < 768px) {
  .confraternizacao .list-bullet {
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .confraternizacao .list-bullet::after {
    display: none;
  }
  .confraternizacao .list-bullet:nth-child(odd) {
    background-color: rgba(244, 146, 30, 0.1);
  }
  .confraternizacao .list-bullet:nth-child(even) {
    background-color: rgba(103, 25, 17, 0.1);
  }
}

.card-post {
  overflow: hidden;
}
@media (width >= 200px) {
  .card-post__text {
    height: 130px !important;
  }
}
@media (width >= 768px) {
  .card-post__text {
    height: 200px !important;
  }
}
@media (width >= 1024px) {
  .card-post__text {
    height: 180px !important;
  }
}
@media (width >= 1200px) {
  .card-post__text {
    height: 170px !important;
  }
}
@media (width >= 1440px) {
  .card-post__text {
    height: 160px !important;
  }
}
.card-post .title {
  color: #671911;
  text-transform: uppercase;
}
@media (width >= 200px) {
  .card-post .title {
    font-size: 0.75rem !important;
  }
}
@media (width >= 1024px) {
  .card-post .title {
    font-size: 0.9rem !important;
  }
}
.card-post .preview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 4.2em;
}
@supports not (-webkit-line-clamp: 3) {
  .card-post .preview {
    position: relative;
    overflow: hidden;
  }
  .card-post .preview::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to left, white 40%, transparent 60%);
    padding-left: 5px;
  }
}
@media (width >= 200px) {
  .card-post .preview {
    font-size: 0.75rem !important;
  }
}
@media (width >= 1024px) {
  .card-post .preview {
    font-size: 0.875rem !important;
  }
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(103, 25, 17, 0.7);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #173833;
  border-radius: 8px;
  border: 2px solid rgba(103, 25, 17, 0.7);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(103, 25, 17, 0.7);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(103, 25, 17, 0.7);
}

* {
  scrollbar-color: #671911, 0.7 rgba(103, 25, 17, 0.7);
  scrollbar-width: thin;
}/*# sourceMappingURL=main.css.map */