/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  /* Font Bahnschrift */
  font-family: 'Bahnschrift';
  src: url('../font/Bahnschrift/BAHNSCHRIFT-1.eot');
  src: url('../font/Bahnschrift/BAHNSCHRIFT-1.eot');
  src: url('../font/Bahnschrift/BAHNSCHRIFT-1.eot?#iefix') format('embedded-opentype'),
       url('../font/Bahnschrift/BAHNSCHRIFT-1.woff2') format('woff2'),
       url('../font/Bahnschrift/BAHNSCHRIFT-1.woff') format('woff'),
       url('../font/Bahnschrift/BAHNSCHRIFT-1.ttf')  format('truetype'),
       url('../font/Bahnschrift/BAHNSCHRIFT-1.svg#Bahnschrift') format('svg');

  /* font Oferta do dia */
  font-family: 'Oferta do Dia';
  src: url('../font/Oferta-do-Dia/Oferta-do-Dia.eot');
  src: url('../font/Oferta-do-Dia/Oferta-do-Dia.eot');
  src: url('../font/Oferta-do-Dia/Oferta-do-Dia.eot?#iefix') format('embedded-opentype'),
       url('../font/Oferta-do-Dia/Oferta-do-Dia.woff2') format('woff2'),
       url('../font/Oferta-do-Dia/Oferta-do-Dia.woff') format('woff'),
       url('../font/Oferta-do-Dia/Oferta-do-Dia.ttf')  format('truetype'),
       url('../font/Oferta-do-Dia/Oferta-do-Dia.svg#Oferta do Dia') format('svg');
}

b {
  font-family: 'Bahnschrift', sans-serif;
}

.font-b {
  font-family: 'Oferta do Dia', sans-serif !important;
  font-weight: bolder !important;
}

.font-a{
  font-family: 'Bahnschrift', sans-serif !important;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* integrar fuente local open sans*/
@font-face {
  font-family: 'Open Sans';
  font-style: regular;
  font-weight: 300;
  font-stretch: 100%;
  src: url(../fonts/OpenSans/OpenSans-Regular.woff);
}

/* integrar fuente local Montserrat*/
@font-face {
  font-family: 'Montserrat';
  font-style: regular;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Montserrat/montserratlight.woff2);
}
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 200;
  background: #1a1814;
  color: #fff;
}

.titulos {
  font-family: 'Oferta do Dia', sans-serif;

}

a {
  color: #fafafa;
  font-family: 'Oferta do Dia', sans-serif;

}

a:hover {
  color: #e1251b;
  text-decoration: none;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Oferta do dia', sans-serif;
}

h3 {
  font-family: 'Bahnschrift', sans-serif;
}

h1 {
  font-size: 3.0rem;
}

a span {
  font-size: 20px;
  color: #e1251b;
  text-shadow: 0px 2px 2px #202020;
  font-weight: none;
}

span {
  color: #e1251b;
}

.title-2 {
  text-align: center;
}

.title-form {
  color: #e1251b;
  font-size: 20px;
  padding-bottom: 5px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #e1251b;
  border-bottom-color: #e1251b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #e1251b;
  transition: all 0.4s;
  border: 2px solid #e1251b;
}

.back-to-top i:hover {
  background: #e1251b;
  color: #1a1814;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  height: 28px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  color: white;
}

#topbar .contact-info i {
  color: #e1251b;
  padding-right: 4px;
}

#topbar .contact-info i+i {
  margin-left: 15px;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}


/* 
#header .logo img {
  max-height: 40px;
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

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

.nav-menu>ul {
  display: flex;
  align-items: center;
}

.nav-menu>li {
  float: left;
}

.nav-menu li ul {
  display: none;
  position: absolute;
  min-width: 140px;
}

.nav-menu li:hover>ul {
  display: block;
  background: #e1251b;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.nav-menu li a {
  padding: 10px 15px;
  color: #fff;
  font-family: 'Oferta do Dia', sans-serif;
  font-size: 1.3rem;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  /* padding-top: 1.3rem; */
  margin: 0 0.5rem;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover {
  color: #ee6f4c;
}

.nav-menu .book-a-table a {
  background: #e1251b;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1a1814;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #cda45e;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}


/* Mobile Navigation */

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #1a1814;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
  color: #fff;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #e1251b;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .book-a-table a {
  color: #fff;
  border: 2px solid #e1251b;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  display: inline-block;
}

.mobile-nav .book-a-table a:hover {
  background: #e2552e;
  color: #fff;
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  padding-top: 90px;
  padding-bottom: 0px
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 40px 0;
  overflow: hidden;
}

#menu {
  padding: 150px 0;
}

.section-bg {
  background-color: #1a1814;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f75e34;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f75e3486;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #ffffff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  /* background: #1d1b16; */
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 14px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  background: url("../img/aboutUs/about1.webp") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: "";
  background: rgba(0, 0, 0, 50%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 80%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  filter: brightness(50%);
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: -13px;
  top: -13px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us .box {
  padding: 50px 30px;
  margin: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #e1251b;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #e9e1d9;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #e7d8d8;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ec5d35;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #e1251b;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 100px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................""....................................................................""....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #e1251b;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #e9562d;
}

.menu .menu-ingredients {
  margin-left: 120px;
  font-style: italic;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/

.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #e1251b;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #e1251b;
}

.specials .nav-link.active {
  color: #f1efea;
  background: #e1251b;
  border-color: #e1251b;
}

.specials .nav-link:hover {
  border-color: #e1251b;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events {
  background: url(../img/menu/events-bg.webp) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 50%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #ec5930;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #e1251b;
}

.events .event-item .price {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #e1251b;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .owl-nav,
.events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.events .owl-dot.active {
  background-color: #e1251b !important;
}

@media (min-width: 992px) {
  .events .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/

.book-a-table .php-email-form {
  width: 100%;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #e1251b;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #c2b3af;
  color: white;
}

.book-a-table .php-email-form input::-webkit-input-placeholder,
.book-a-table .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-moz-placeholder,
.book-a-table .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:-ms-input-placeholder,
.book-a-table .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::-ms-input-placeholder,
.book-a-table .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: #a49b89;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: #e1251b;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type="submit"] {
  background: #e1251b;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type="submit"]:hover {
  background: #e1251b;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1251b;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #e1251b !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/

.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #cda45e;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1251b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #00000000;
  color: #000000;
  font-family: 'Montserrat';
}

.contact .php-email-form input::-webkit-input-placeholder,
.contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder,
.contact .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder,
.contact .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e1251b;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #e1251b;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e1251b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: url("../img/fondo-footer.webp") center center;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e1251b;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e1251b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e1251b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer-links .d-flex span {
  margin-right: 20px;
}

.footer-img img {
  margin-bottom: 25px;
  height: 75px;
}


/*******************MODAL*****************/

.modal-body,
.modal-title {
  color: #0c0b09;
}

.btn-primary1 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #e1251b;
  padding: 10px 40px;
  border-radius: 15px;
  transition: 0.3s;
  line-height: 2;
  color: white;
  border: 2px solid #e1251b;
  border-color: #e1251b;
  margin-bottom: 30px;
  margin-left: 20px;
}

.btn-primary1:hover {
  background: #ff5e31;
  color: #fff;
  border-color: #ff5e31;
  background-color: none;
}

.btn-primary:active {
  color: none;
}


/*END MODAL*/


/*knows-us*/

.section-title-knows-us h4 {
  color: #e1251b;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}


/*knows-us END*/


/*comments*/

.comments-img {
  border-radius: 50px;
  border: 3px #e1251b solid;
}


/* .w-100 {
  margin-top: 138px;
  width: 100%!important;
  height: 600px;
} */


/*end coments*/


/*modal informativo*/

.w-img {
  margin-top: 5px;
  width: 100% !important;
  height: 450px;
}

.btn-secondary {
  color: #f7edea;
  background-color: #e1251b;
  border-color: #e1251b;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e1251b;
  border-color: #e1251b;
}


/*end modal informativo*/

.btn-primary {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #e1251b;
  padding: 20px 40px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #e1251b;
  border-color: #e1251b;
  margin-bottom: 20px;
  margin-left: -1px;
  margin-top: 27px;
  text-transform: uppercase;
}

.btn-primary:hover {
  color: #fff;
  background: #e1251b;
  border-color: #e1251b;
}


/*Icons colors*/

.bx-chevron-right:before {
  content: "\ea1d";
  color: #e1251b;
}

.icofont-phone:before {
  content: "\efbb";
  color: #e1251b;
}

.icofont-clock-time:before {
  content: "\eedc";
  color: #e1251b;
}


/*Bottoms active colors*/

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f75e34;
  border-color: #f75e34;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 78, 34, 0.90);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f75e34;
  border-color: #f75e34;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #f75e34;
  border-color: #f75e34;
  box-shadow: rgb(221, 68, 25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ab4529b8;
}


/*a colors force element*/

#footer .footer-top .footer-links ul a:hover {
  color: #e1251b;
}

.carousel-caption {
  top: 40%;
}

@media (min-width: 300px) {
  .attractions-table p {
    font-size: 50%;
  }

  .section-title-new h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
  }

  .btn-primary1 {
    padding: 2%
  }

  .text-footer h3 {
    font-size: 12px;
  }
}

.carousel {
  padding: 0;
}

.carousel-item::before {
  content: '';
  color: white;
  font-family: arial;
  background-color: rgba(0, 0, 0, 20%);
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal-content {
  background-color: rgb(26, 24, 20, 86%) !important
}

.modal-header {
  border-bottom: 5px solid #e1251b !important;
}

.modal-body p {
  color: rgb(250, 246, 244, 82%);
}

.modal-footer {
  border-top: 0 !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #df1313;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  margin: 30px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #e1251b;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #080808;
  font-size: 26px;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: -80px;
  text-align: center;
}

.icofont-envelope:before {
  content: "\ef14";
  color: #e1251b;
}

.actionRight {
  position: fixed;
  bottom: 100px;
  right: -20px;
  height: auto;
  width: 100px;
  z-index: 100;
}

.actionRight a {
  font-size: 50px;
  margin-left: 15px;
  /* text-shadow: 0px 2px 5px #f8f9fa !important; */
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icofont-check-circled:before {
  content: "\eed7";
  color: #e1251b;
}

.about .video-box {
  background: url(../img/aboutUs/about2.webp) center center no-repeat;
  background-size: contain;
  min-height: 300px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e1251b 50%, rgb(219, 69, 31) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(226, 73, 26);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 50%);
}

.about .play-btn:hover::after {
  border-left: 15px solid #eb5a21;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.box-shadow {
  background-color: rgba(0, 0, 0, 0.466);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 80%;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }

  .attractions-table p {
    font-size: 90%;
  }
}

.popover-header {
  color: #000000;
}

#mostrarmodal {
  z-index: 1061;
}

#mostrarmodal .modal-body {
  padding: 0;
}

.closePopover {
  cursor: pointer;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  transition: 0.5s all;
}

.close:hover {
  color: #e1251b !important;
  font-size: 1.7rem;
}

@media (min-width: 360px) {

  .carouselExampleCaptions,
  .box-shadow {
    position: absolute;
    width: 100%;
    top: 0;
  }
}

.modal .modal-body .consentList {
  color: rgb(250, 246, 244, 82%);
  font-size: 1rem;
}

.modal .modal-body .consentList ul {
  list-style: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 90px;
  background-color: #e1251b;
  border-radius: 50px;
}

.icofont-book-mark {
  background-color: #e2552e;
  border-radius: 50px;
  height: 50;
}

.section-title-new {
  background-color: transparent;
  border-radius: 15px 50px 30px 5px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  letter-spacing: 10px;
  width: 100%;
}

.section-subtitle {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.img-sections {
  text-align: center;
  padding-bottom: 10px;
}

.attractions {
  background: url("../img/attractions/attractions.webp") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.attractions:before {
  content: "";
  background: rgb(9 27 4 / 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.attractions .about-img {
  position: relative;
  transition: .5s;
}

.attractions .about-img img {
  max-width: 80%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  filter: brightness(50%);
}

.img-qr {
  text-align: initial;
  margin-top: 300px;
}

#texto {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}

.section-title-attractions {
  background-color: #2c9942;
  border-radius: 15px 50px 30px 5px;
  font-family: 'Oferta do Dia', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  letter-spacing: 10px;
  padding-left: 3px;
}

.box-shadow-attractions {
  background-color: rgba(0 0 0 / 83%);
  width: 100%;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.titles-attractions {
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 2rem;
  font-family: 'Oferta do Dia', sans-serif;
}

.conocenos {
  background: url("../img/meetUs/fondo2-negro-motor.webp") center center;
  background-size: cover;
  position: relative;
  padding-top: 0;
  padding-bottom: 80px;
}

.conocenos:before {
  content: "";
  background: rgb(9 27 4 / 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.conocenos .about-img {
  position: relative;
  transition: .5s;
}

.conocenos .about-img img {
  max-width: 80%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  filter: brightness(50%);
}

.section-title-conocenos {
  background-color: #e1251b;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  letter-spacing: 10px;
  border-radius: 15px 50px 30px 5px;
}

.logos {
  background: #2c9942;
  border-radius: 20px;
  float: right;
  margin: 10px;
  padding: 15px;
}

.section-title-menu {
  background-color: #c31a1a;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 10px;
  border-radius: 15px 50px 30px 5px;
  float: right;
  margin-top: 80px;
}

.section-title-menu>h2 {
  float: left;
  padding-top: 45px;
}

.contact {
  background: url("../img/contactUs/fondo2-verde-picnic.webp") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0px 0px 0px;
}

.contact:before {
  content: "";
  background: rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .about-img {
  position: relative;
  transition: .5s;
}

.contact .about-img img {
  max-width: 80%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  filter: brightness(50%);
}

.bg {
  background: #2c99428c;
  border-radius: 10px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
  background: #ffffff;
  border-color: #00000000;
  color: #000000;
  font-family: 'Montserrat';
}

.section-title-contact {
  background-color: #131212;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 10px;
  border-radius: 34px 160px 0px 0px;
  float: right;
  bottom: -45px;
}

.section-title-contact>h2 {
  float: left;
  padding-top: 45px;
}

.section-title-contact-under {
  float: left;
  font-size: 25px;
}

.section-title-contact-under>h2 {
  float: left;
  padding-top: 25px;
}

.how-to-get {
  background: url("../img/aboutUs/about1.webp") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  text-align: center;
}

.how-to-get:before {
  content: "";
  background: rgb(0 0 0 / 70%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.how-to-get .about-img {
  position: relative;
  transition: .5s;
}

.how-to-get .about-img img {
  max-width: 80%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
  filter: brightness(50%);
}

.section-title-how-to-get>h2 {
  float: left;
  padding-top: 25px;
}

.modal-reservation {
  background-image: url('../img/reservation/backgroud_reservas.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
  height: auto;
  background-color: transparent !important;
  border: none;
}

.btn-close-modal {
  background-color: white !important;
  border-radius: 20px;
  margin-right: 10px !important;
  margin-top: 5px !important;
  opacity: 0.9;
}

.icons-form {
  width: 30px;
  margin: 5px;
  font-size: 28px;
  color: #f15a24;
  font-weight: none;
}

::placeholder {
  color: #f15a24;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f15a24;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f15a24;
}

.title-form {
  font-size: 20px;
  background: white;
  padding: 4px;
  color: #f15a24;
  border: none;
  font-weight: none;
  border-radius: 10px 0px 0px 10px;
}

.input-form {
  text-transform: uppercase;
  color: #f15a24;
  border-radius: 15px;
  /* padding-top: 20px; */
  padding: 10px 3px 0px 10px;
  font-weight: none;
}

@media screen and (max-width: 991px) {
  .car {
    display: none;
  }
}


/*Pantallas pequeñas (móviles en landscape de más de 576px)*/

@media (min-width: 360px) {
  .box-shadow {
    top: 50%;
  }

  .img-slide {
    position: relative;
    left: 0;
    right: 0;
    padding-top: 30px;
    width: 100%;
  }

  .section-title-new img {
    padding-top: 50px;
  }

  .h2-menu {
    left: 3px !important;
    top: -10px !important;
    margin-top: 10px;
  }

  .img-menu {
    margin-top: 15px;
  }

  .text-footer h3 {
    font-size: 15px;
  }
}


/*Pantallas pequeñas (móviles en landscape de más de 576px)*/

@media (min-width: 576px) {
  .box-shadow {
    top: 50%;
  }
}

.section-title-new h2 {
  left: 0;
}


/*Pantallas medianas (tablets de más de 768px)*/

@media (min-width: 768px) {
  .text-footer h3 {
    font-size: 25px;
  }
}


/*Pantallas grandes (desktops de más de 992px)*/

@media (min-width: 992px) {}


/*Pantallas muy grandes (desktops de más de 1200px)*/

@media (min-width: 1200px) {}

/* LAURA GRISALES */
#html_element_captcha {
  width: fit-content;
  margin: auto;
}

/* DIEGO CASALLAS */
body {
  font-family: 'Montserrat', sans-serif !important;
}

p,
span {
  font-family: 'Montserrat', sans-serif !important;
}

.icons-contact {
  background: #e1251b;
  text-align: center;
  padding: 3px;
  color: white !important;
  border-radius: 6px;
  margin: 0px 0px 5px 0px
}

#topbar .contact-info i {
  height: auto !important;
  margin-top: 4px;
}

#header {
  top: 27px;
  padding: 10px 0;
  border: none !important;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
}

.menu-icons li {
  width: auto;
  text-align: center;
  margin-left: 2px;
}

.menu-icons li:hover>img {
  margin-bottom: -10px;
  position: relative;
}

.menu-icons a {
  font-weight: none;
  padding: inherit;
}

.nav-menu .book-a-table a {
  font-size: 12px;
  letter-spacing: inherit;
  border-radius: 10px;
  margin-left: 10px;
}

.h3-slide {
  line-height: normal;
  margin-top: 15px;
  font-weight: none;
  font-size: 1.4rem;
}

.btn-slide {
  font-size: 12px;
  margin-top: 20px;
}

.carousel-caption {
  right: 10%;
  bottom: 150px;
  left: 10%;
  top: 10%;
}

.section-title-new {
  background: transparent;
}

.section-title-new h2,
.section-title-new .main-title {
  background: rgb(223, 19, 19);
  padding: 4px;
  border-radius: 7px;
  font-weight: none;
  width: 100%;
  z-index: 1;
  left: 22px;
}

.section-title-new .main-title {
  font-size: 1.5rem;
  font-family: 'Oferta do Dia', sans-serif;
}

.icons-know_us {
  color: #2c9942;
  background: white;
  border-radius: 40px;
  padding: 7px;
}

.attractions-table {
  font-size: 180%;
  font-weight: none;
  width: 100%;
}

.attractions-table p {
  font-size: 95%;
}

.attractions-table td {
  padding-left: 10px;
  padding-bottom: 10px;
}

.attractions-table tr:hover {
  transform: scale(1.05);
}

.logo-contact {
  position: absolute;
  z-index: 10;
  right: 0px;
}

.text-footer {
  font-family: 'Bahnschrift', sans-serif !important;
  font-weight: bolder;
}

.line-footer {
  width: 100%;
  height: 30px;
  margin: auto;
  background: url('../img/lineas2.webp') repeat-x
}

hr {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  height: 150px;
  width: 1px;
  background: white;
}

html,
body {
  height: 100%
}

@media (min-width: 576px) {
  .modal {
    height: 100%;
  }
}

.header_attractions {
  background-color: rgb(17 17 13);
  margin-top: 30px;
  margin-bottom: 60px;
}

.separator {
  background-image: url('../img/lineas2.webp');
  background-repeat: no-repeat;
  height: 33px;
  margin: 60px 0;
}

/* attractions styles */
.attraction-title {
  background-color: #f15a24;
  font-size: 26px;
  font-weight: 700;
  padding: 0 10px;
  width: fix-content;
  margin-bottom: 10px;
}

.norms strong,
.requirements i {
  font-weight: 600;
  color: #f15a24;
}

.requirements span {
  color: #ffffff;
}

#attractions_body{
  background-image: url('../img/attractions/attractions-bg.webp') !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.container-img img {
  width: 100%;
  height: 68px;
}

.section-title-new .main-title {
  padding: 20px !important;
}

#attractions .section-title-new .main-title {
  background: #fcdc3e !important;
  border-radius: 14px 14px 14px 14px;
}

#conocenos .section-title-new .main-title {
  background: #2c9942 !important;
  border-radius: 7px 78px 0px 7px;
}

#events .section-title-new .main-title {
  background: rgb(223, 19, 19) !important;
  padding: 0 20px !important;
}

#events .section-title-new .main-title a {
  color: rgb(223, 19, 19);
  border-radius: 10px;
  text-align: center;
  background: white;
  margin: 10px;
}

#events .section-title-new .main-title a i {
  font-size: 33px;
}

#events .section-title-new .logos {
  background: rgb(255, 255, 255, 0) !important;
  padding: 0 !important;
}

#events .section-title-new .logos img {
  padding-top: 0;
  height: 115px;
}

#contact .section-title-new .main-title {
  background: #2c9942 !important;
}

#contact .section-title-new .logos {
  background: rgb(255, 255, 255, 0) !important;
  padding: 0 !important;
}

#contact .section-title-new .logos img {
  padding-top: 0;
  height: 90px;
}

#map .section-title-new .main-title {
  background: #2c9942 !important;
}

#map .section-title-new .logos {
  background: rgb(255, 255, 255, 0) !important;
  padding: 0 !important;
}

#map .section-title-new .logos img {
  padding-top: 0;
  height: 90px;
}

@media (min-width: 992px) {
  .container-main-text {
    padding-right: 0;
  }

  .container-img {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .container-img img {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}

.youtube-channel a {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff0000 50%, rgba(219, 58, 36, 0.588) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.youtube-channel a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.youtube-channel a::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(236, 30, 30);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
@media (max-width: 576px) {
  .youtube-channel a {
    top: calc(50% - -61px);
  }
}

@media (min-width: 576px) {
  .youtube-channel a {
    top: calc(50% - -47px);
  }
}

@media (min-width: 767px) {
  .youtube-channel a {
    top: calc(50% - -100px);
  }
}

@media (min-width: 992px) {
  .youtube-channel a {
    top: calc(50% - 60px);
  }
}

@media (min-width: 1200px) {
  .youtube-channel a {
    top: calc(50% - 0px);
  }
}

.btn-all {
  background: #fcdc3e;
  border-radius: 7px;
  padding: 7px;
  transition: all 0.5s;
}

.btn-all:hover {
  color: #fcdc3e;
  background: #ffffff;
}

/* attractions license */
#formResponsable label {
  font-weight: 700;
}

#formResponsable input[type=text], #formResponsable input[type=email], #formResponsable input[type=number], #formResponsable select {
  text-transform: uppercase;
}

#formResponsable #button-addon2{
  background-color: #f15a24;
  color: #ffffff;
  transition: all 0.5s;
}

/* #formResponsable #button-addon2:hover {
  background: #e28969;
  border: 1px solid #e1251b;
} */

#formResponsable #button-addon2::before{
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  border: 5px solid rgb(236, 30, 30);
  top: -41%;
  left: -32%;
}

#formResponsable .input-group-append button{
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s;
}

#formResponsable .input-group-append button:hover{
  background-color: #ffffff !important;
  color: #f15a24 !important;
  border: 1px solid #f15a24 !important;
}

.buttons {
  background: #e1251b;
  color: #ffffff;
}

/*inicia los items del formulario ocultos*/
#formItems{
  display: none;
}
.loadPage {
  width: 100%;
  background:#3115157a;
  position: fixed;
  z-index: 2000;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;    
}
.block {
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 25% 10px 10px 0;
  width: 40px;
  height: 50px;
  border-radius: 3px;
  background: #fafafa;
  left: 45%;
}

.block:nth-child(4n+1) { animation: wave 2s ease .0s infinite; }
.block:nth-child(4n+2) { animation: wave 2s ease .2s infinite; }
.block:nth-child(4n+3) { animation: wave 2s ease .4s infinite; }
.block:nth-child(4n+4) { animation: wave 2s ease .6s infinite; margin-right: 0; }

@keyframes wave {
0%   { top: 0;     opacity: 1; }
50%  { top: 30px;  opacity: .2; }
100% { top: 0;     opacity: 1; }
}

#sendContact{
  background: white;
  color: #325712;
}

#sendContact:hover {
  color: #ffffff;
  background: #325712;
  transition: all 0.5s;
}

label a:hover {
  font-weight: 600;
  color: #fbb03b;
  text-decoration: underline;
  text-decoration-color: #fbb03b;
}

#reservation {
  background: url("../img/menu/events-bg.webp") center center no-repeat;
  padding: 60px 0 30px 0;
  background-size: cover;
  position: relative;  
}

#reservation::before {
  content: '';
  background-color: rgba(0, 0, 0, 78%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#card-reservation .card-body{
  font-size: 1.3rem;
}

#card-reservation .card-body img{
  width: 30%;
  height: auto;
}

#card-reservation .card-body .reservation-info p span{
  color: #ffffff;
}

#card-reservation .card-body .btn-confirm{
  background: #ffffff;
  color: #2c9942;  
  transition: 0.5s ease;
}

#card-reservation .card-body .btn-confirm:hover{
  background: #2c9942;
  color: #ffffff;
  transform: scale(1.1);
}

#card-reservation .card-body .btn-cancel{
  background: #ffffff;
  color: #fcdc3e;
  transition: 0.5s ease;
}

#card-reservation .card-body .btn-cancel:hover{
  background: #fcdc3e ;
  color: #ffffff;
  transition: 0.5s ease;
  transform: scale(1.1);
}
.btnMenu{
  background-color: transparent;
  font-size: 2rem;
  color: white;
  border-color: transparent;
  font-size: 2rem;
}


.ma{
  padding:0 !important;
}