/**
* Template Name: Yummy - v1.1.0
* Template URL: https://bootstrapmade.com/yummy-bootstrap-restaurant-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-base: "Lato", sans-serif;
  --font-styled: "Zain", sans-serif;
}

/* Colors */
:root {
  --color-default: #3d3d3d;
  --color-primary: #e6212f;
  --color-primary-hover: #bd1621;
  --color-secondary: #15669e;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}


/* Fonts */
.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}



.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  padding-top: 90px !important;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-styled);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .e-con>.e-con-inner {
        max-width: 960px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .e-con>.e-con-inner {
        max-width: 540px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .e-con>.e-con-inner {
        max-width: 720px;
    }
}


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

.section-ptop {padding-top: 40px;}
.section-pbottom {padding-bottom: 40px;}

.section-bg {
  background-color: #eee;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #7f7f90;
  text-transform: uppercase;
  font-family: var(--font-default);
}

.section-header p {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-base);
}

.section-header p span {
  color: var(--color-primary);
}


@media (min-width: 330px) and (max-width: 767px) {
  .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container, 
  .wppb-carousel-content-wrap .wppb-container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container, 
  .wppb-carousel-content-wrap .wppb-container {
    max-width: 720px !important;
  }
}
@media (min-width: 998px) and (max-width: 1199px) {
  .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container, 
  .wppb-carousel-content-wrap .wppb-container {
    max-width: 960px !important;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .wppb-builder-container#wppb-builder-container .wppb-row-parent > .wppb-container, 
  .wppb-carousel-content-wrap .wppb-container {
    max-width: 1140px !important;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(55, 55, 63, 0.05);
  margin-top: 90px;
}

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

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.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: #676775;
  content: "/";
}

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

  .breadcrumbs h2 {
    margin-bottom: 10px;
  }

  .breadcrumbs ol {
    display: block;
  }

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

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ec2727;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 575px) {
  .mheader {
    height: 70px;
  }
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

.header .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  font-family: var(--font-styled);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.header .contatos > div {margin: 10px 0;}
.header .contatos p {margin: 0 5px;}
.header .contatos .tel { margin-right: 20px;}
.header .contatos i.bi {color: var(--color-primary);}

.header .btn-book-a-table,
.header .btn-book-a-table:focus,
.eael-contact-form input[type=submit] {
  font-size: 14px;
  color: #fff;
  background: var(--color-primary);
  font-family: var(--font-default);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0 0 0 0;
}


.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover,
.eael-contact-form input[type=submit]:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}
.eael-contact-form input[type=submit] {
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 600;
}
section {
  scroll-margin-top: 90px;
}

@media (max-width: 768px) {
  .header .contatos {justify-content: center !important;}
}

@media (min-width: 1200px) {
  .header .logo img { margin-top: -40px;}
}

@media (min-width: 991px) and (max-width: 1280px) {
  .logo {flex-grow: 1 !important;}
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 15px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: 2px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-styled);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #7f7f90;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #000;
    border-color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: var(--color-default);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-default);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

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

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
  min-height: 500px;
}

.about h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: var(--font-styled);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 10%;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--font-default);
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

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

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

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

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(206, 18, 18, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.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 rgba(206, 18, 18, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.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: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;
}

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

@-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;
  }
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  padding: 30px;
  background: var(--color-primary);
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--color-primary);
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-styled);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/stats-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .stats-counter {
    background-attachment: fixed;
  }
}

.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  margin: 0 10px;
  padding: 10px 5px;
  transition: 0.3s;
  color: var(--color-default);
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #b6b6bf;
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--font-styled);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--color-primary);
}

.menu .nav-link.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: #676775;
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}

.menu .tab-content .menu-item {
  -moz-text-align-last: center;
  text-align-last: center;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 60px;
  margin-bottom: 15px;
}

.menu .tab-content .menu-item h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-default);
  font-family: var(--font-styled);
  font-weight: 30px;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--font-styled);
  color: #8d8d9b;
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-styled);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-styled);
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

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

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
#events {
    padding: 0 0;
}

.events .container-fluid {
  padding: 0;
}



.events .event-item {
  background-size: cover;
  background-position: center;
  padding: 0px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}



.events .event-item .e-con-inner {
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}


.events .event-item .event-text {
    padding: 30px;
    margin: 0 0 0;
    transition: all ease .2s;
}

.events .event-item:hover .event-text {
    background: #000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all ease .2s;
}

.events .event-item .event-img {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.events .event-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-height: 100%;
    width: auto !important;
    max-width: none;
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  transition: all ease .2s;
}

.events .event-item:hover:before {
  background: rgba(0, 0, 0, 0.2);
  transition: all ease .2s;
}


/*
.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}
*/

.events .event-item h3 {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.events .event-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.chefs .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.chefs .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.chefs .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.chefs .chef-member .social i {
  font-size: 18px;
}

.chefs .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.chefs .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.chefs .chef-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.chefs .chef-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.chefs .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: rgba(55, 55, 63, 0.04);
}

.book-a-table .php-email-form {
  padding: 40px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}

.book-a-table .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.book-a-table .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.book-a-table .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.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 #059652;
  border-top-color: #fff;
  -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;
  border-radius: 0;
}

.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.book-a-table .php-email-form input {
  padding: 12px 15px;
}

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

.book-a-table .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid var(--color-primary);
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: #f4f4f4;
  padding: 30px;
  height: 100%;
}

.contact .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  color: rgba(55, 55, 63, 0.7);
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
}

.contact .info-item .social-links a:hover {
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

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

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

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

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

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  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 #059652;
  border-top-color: #fff;
  -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: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

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

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

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 60vh;
  padding: 160px 0 60px 0;
}

.hero h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
  font-family: var(--font-styled);
}

.hero h2 span {
  color: var(--color-primary);
}

.hero p {
  color: #4f4f5a;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-book-a-table {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.2);
}

.hero .btn-book-a-table:hover {
  background: rgba(206, 18, 18, 0.8);
  box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--font-styled);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--color-primary);
}

.hero .btn-watch-video:hover i {
  color: rgba(206, 18, 18, 0.8);
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--color-primary);
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-info {
    background: #969696;
    padding: 40px 0 30px 0;
}
.footer .footer-logo { padding: 15px 0;}

.footer .footer-logo .texto img { margin: 0 5px;    display: inline-block;}

.footer .logo img {
    max-width: 215px;
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0px;
  color: #fff;
  margin-bottom: 5px;
}
.footer p {
    color: #FFF;
    line-height: 1.3;
    margin: 0;
}

.footer .footer-links {
  margin-bottom: 10px;
}

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

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

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

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  border-radius: 50%;
  border: 0px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 20px;
  transition: 0.3s;
}
.footer .social-links a i {
    font-size: 24px;
}
.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.footer .footer-links.social { text-align: right;}

@media (max-width: 768px) {
  .footer .footer-links.social { text-align: left;}
  .footer .footer-links.social .social-links.justify-content-end { justify-content: flex-start !important;}
  .footer .social-links a {margin-left: 0; margin-right: 15px;}
  .footer-logo .container.creditos {
    display: block !important;
    margin: 0 auto;
    text-align: center;
  }
  .creditos .logo { margin: 0 0 30px 0;}
  .creditos .texto img {display: block;    margin: 0 auto !important;}
}

/* HOME */
@media (max-width: 768px) {
.n2-ss-slide-backgrounds {background-image: url(../img/bg-slider-mobile.jpg) !important; background-size: cover;}
.n2-ss-slide-background {display: none;}
}

.n2-ss-slider .n2-ss-item-image-content img {
  max-height: 500px;
  width: auto;
}
.slider-home h2 {
    color: var(--color-default) !important;
    line-height: 1 !important;
    font-family: var(--font-styled) !important;
    font-size: 60px !important;
    font-weight: 600 !important;
}
.slider-home p {
    color: var(--color-default) !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin: 20px 0 !important;
    font-family: var(--font-default) !important;
    font-weight: 400 !important;
    max-width: 350px;
}

.slider-home a {
    background: red !important;
    border-radius: 100px !important;
    line-height: 1 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-family: 'Lato' !important;
    letter-spacing: 1.1px !important;
}

.nextend-bullet-bar .n2-bullet.n2-active {
    background: var(--color-primary) !important;
}

/* Produtos */
.topo,
.topo-produto {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    padding: 60px 0 !important;
}

.topo-produto {background-image: url(../img/bg-produtos.jpg);}

.topo-produto p, 
.topo-produto p span, 
.topo-produto span, 
.topo-produto small {
    margin: 0 0;
    padding: 0 0 0;
    line-height: 1;
    font-size: 18px !important;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-default);
    font-weight: 500;
}
.topo h1, 
.topo-produto h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0;
    padding: 0;
        line-height: 1;
    color: var(--color-default);
}

.produtos-list .eael-grid-post-holder { position: relative; background: #f8f8f8;    overflow: hidden;
    border-radius: 10px;}


.produtos-list .eael-grid-post-holder .eael-entry-thumbnail img {
  position: relative; 
  margin: 0 0 0 0 !important;
  z-index: 4;
  transition: all ease .2s;
}


.produtos-list .eael-grid-post-holder .eael-entry-thumbnail:after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #060606;
    z-index: 0;
  transition: all ease .2s;
}

.produtos-list .eael-grid-post-holder:hover .eael-entry-thumbnail:after {
  transition: all ease .2s;
      opacity: 1;
}
.produtos-list .eael-grid-post-holder:hover img {
    position: relative;
    opacity: 0.4;
  transition: all ease .2s;
}


.produtos-list .eael-grid-post-holder .eael-entry-wrapper{
    background-color: var(--color-secondary);
    color: #FFF;
    padding: 30px 10px 30px 35px;
    border-radius: 0 0 10px 10px;
    display: block;
    font-size: 30px !important;
    line-height: 1;
    margin: 0;
height: 80px;
position: relative;
  transition: all ease .2s;
}

.produtos-list .eael-grid-post-holder:hover .eael-entry-wrapper{
    background-color: var(--color-default) !important;
  transition: all ease .2s;
  }
.produtos-list .eael-grid-post-holder .eael-entry-wrapper .eael-entry-title {position: relative;}

.produtos-list .eael-grid-post-holder .eael-entry-wrapper .eael-entry-title::before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 45%;
    position: absolute;
    left: -14px;
    transform: translateY(-50%);
    font-size: 26px;
  }

.produtos-list .eael-grid-post-holder .eael-entry-wrapper h2,.item-produto h3 {margin: 0; padding: 0;line-height: 21px;}
.produtos-list .eael-grid-post-holder .eael-entry-wrapper .eael-entry-title,
.produtos-list .eael-grid-post-holder .eael-entry-wrapper a {color: #FFF !important;line-height: 21px;}


.produtos-list .eael-grid-post-holder .eael-entry-wrapper h2 a,
.item-produto h3{
    color: #FFF !important;
    font-size: 30px !important;
    line-height: 21px;
    margin: 0;
  }

  .produtos-list .eael-grid-post-holder .eael-entry-wrapper .eael-entry-title {
    position: absolute;
    width: 85%;
    display: block;
    top: 50%;
    left: 50%;
    padding-left: 15px;
    transform: translate(-50%, -50%);
}


.produtos-list a.eael-post-elements-readmore-btn {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    padding: 5px 17px !important;
    width: 100%;
    max-width: 148px;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    opacity: 0;
  transition: all ease .2s;
  z-index: 7;
  font-size: 15px;
}
.produtos-list .eael-grid-post-holder:hover a.eael-post-elements-readmore-btn {
  opacity: 1;
  transition: all ease .2s;
}

.produtos-list .eael-entry-overlay.fade-in {
    display: none;
}



/* Relacionados */

.relacionados {
    padding: 50px 0 100px 0;
}


.relacionados .container { padding: 0 0;}
.item-produto {
    background-color: var(--color-secondary);
    color: #FFF;
    border-radius: 10px 10px;
    display: block;
    font-size: 30px !important;
    line-height: 1;
    margin: 10;
    transition: all ease .2s;
    overflow: hidden;
}
.item-produto img {
  max-width: 100%;
    opacity: 1;
    transition: all ease .2s;
}


.item-produto .titulo-relacionado {
    background-color: var(--color-secondary);
    color: #FFF;
    padding: 30px 0;
    border-radius: 0 0 10px 10px;
    display: block;
    font-size: 30px !important;
    line-height: 1;
    margin: 0;
    height: 80px;
    position: relative;
    transition: all ease .2s;
}

.item-produto:hover .titulo-relacionado{
    background-color: var(--color-default) !important;
  transition: all ease .2s;
  }

  .imagem-relacionado {
    background: #000;
}


  .item-produto span.btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease .2s;


    background: red;
    padding: 5px 17px !important;
    width: 100%;
    max-width: 148px;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    text-transform: none;
    font-size: 15px;


}
.item-produto:hover span.btn {
    opacity: 1;
    transition: all ease .2s;
  }

.item-produto:hover img {
    opacity: 0.5;
    transition: all ease .2s;
}
.item-produto .titulo-relacionado h3 {
    position: absolute;
    width: 85%;
    display: block;
    top: 50%;
    left: 50%;
    padding-left: 15px;
    transform: translate(-50%, -50%);
}


.item-produto .titulo-relacionado h3 {position: relative;}

.item-produto .titulo-relacionado h3::before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 45%;
    position: absolute;
    left: -14px;
    transform: translateY(-50%);
    font-size: 26px;
  }

  .relacionados .swiper-button-next, 
  .relacionados .swiper-button-prev {
    opacity: .4;
    color: var(--color-secondary);
  }
  .relacionados .swiper-button-next:hover, 
  .relacionados .swiper-button-prev:hover {
    opacity: 1;
    color: var(--color-primary);
  }
/* Relacionados */


.box-sobre .e-con-inner {
    background: var(--color-default);
    color: #FFF;
    padding: 0 0 0 0 !important;
    border-radius: 20px;
    overflow: hidden;
}

.box-sobre .elementor-element {padding: 0 0 0 0;}

.box-sobre .elementor-widget-button,
.box-sobre .box-sobre-text {
    padding: 0 35px;
}

.box-sobre .box-sobre-text h2 {
    font-size: 50px;
    font-weight: 600;
}
@media (max-width: 768px) {
.box-sobre .elementor-widget-button {
        margin-bottom: 30px !important;
        padding: 0 15px;
    }  
  .box-sobre .box-sobre-text {padding: 25px 15px 0 15px;}
  .box-sobre {
    width: 93%;
    margin: 0 auto;
    margin-bottom: 30px;
  } 
}

.box-sobre  a.elementor-button,
.faixa-cta a.elementor-button, 
.box-cta a.elementor-button,
.btn {
    background: var(--color-primary);
    color: #FFF;
    padding: 4px 15px 5px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all ease .2s;
}

.box-sobre  a.elementor-button:hover, 
.faixa-cta a.elementor-button:hover,
.box-cta a.elementor-button:hover,
.btn:hover {
    background: var(--color-primary-hover);
    color: #FFF;
    text-decoration: none;
    transition: all ease .2s;
}


.box-cta .e-con-inner {
    background: var(--color-primary);
    color: #FFF;
    padding: 40px !important;
    border-radius: 20px;
    overflow: hidden;
}

.box-cta .elementor-element {padding: 0 0 0 0;}


.box-cta h2 {font-size: 55px;}
.box-cta a.elementor-button {
    font-size: 20px;
    padding: 10px 30px;
    background: var(--color-default);
}


/* Titulo */

.titulo-bloco p, .titulo-bloco p span, .titulo-bloco span, .titulo-bloco small {
    margin: 0 0;
    padding: 0 0 0;
    line-height: 1;
    font-size: 18px !important;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-default);
    font-weight: 500;
}
.titulo-bloco h2 {
    font-size: 56px;
    font-weight: 600;
    margin: 0 0;
    padding: 0;
    line-height: 1;
    color: var(--color-default);
}




/* Faixa CTA Destaque */
.faixa-cta{
    background: #f8f8f8;
}

.faixa-cta.faixa-vermelha {
    background: #e6212f;
    color: #FFF;
}

.faixa-cta h2 {
    font-size: 55px;
    line-height: 48px;
    font-weight: 600;
}

.faixa-cta a.elementor-button {
  padding: 10px 30px;
  font-size: 17px;
  background: #3c3c3c;}
.faixa-cta a.elementor-button:hover {background: #000;}

/* Produtos */
@media (max-width: 998px) {
  .titulo-bloco.pag-produtos{padding: 40px 20px 0 20px;}
}
.texto-produtos {
    border-left: 2px solid red;
    padding-left: 20px;
}


.tabela-produto {
    border-radius: 10px !important;
    overflow: hidden;
}
.tabela-produto table {
  background: #f9f9f9;
  overflow-x: auto;
  border-top: 0;
  border-collapse: collapse;
  width: 100%;
}
.tabela-produto table small {
  display: block;
  font-weight: lighter;
  font-size: 11px;
}

.tabela-produto thead  {
    background: #15669e;
  color: #FFF;
}
.tabela-produto thead th {
    padding: 10px;line-height: 1;
  text-align: center;
}
.tabela-produto tbody tr:nth-child(even) {background-color: #ededed;}

.tabela-produto table tr td {
    border-bottom: 1px solid #FFF;
  text-align: center;
  padding: 5px;
}

@media (max-width: 768px) {
  .tabela-produto {overflow-x: auto;}
}

.text-box {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 0 10px;
}

.titulo-caracteristicas {overflow: hidden; width: 100%;    text-align: center;}
.titulo-caracteristicas h2 {
    font-weight: 600;
    font-size: 42px;
    display: inline-block;
    position: relative;
    background: #FFF;
    padding: 0 16px;
    z-index: 1;
}

.titulo-caracteristicas h2:after {
    content: '';
    border-bottom: 2px solid red;
    top: 50%;
    width: 100%;
    position: absolute;
    z-index: 0;
    margin-left: 20px;
}

.titulo-caracteristicas h2:before {
    content: '';
    border-bottom: 2px solid red;
    top: 50%;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 100%;
}

.slider-imagens {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    box-shadow: 0 0 10px #ededed;
}

.slider-imagens .elementor-swiper-button{
    border: 2px solid var(--color-primary);
    border-radius: 100px;
    opacity: 0.5;
}
.slider-imagens .elementor-swiper-button:hover { opacity: 1; background: #FFF; }

.slider-imagens .elementor-swiper-button svg {fill: var(--color-primary) !important;}

/* Empresa */
.topo-paginas h1 {color: #FFF;}


/* Contato*/
.nf-before-form-content { display: none;}

.formulario {
    box-shadow: 0 0 25px #ededed;
    padding: 20px 25px 0 25px;
    border-radius: 10px;
}
.formulario .forminator-field {
    position: relative;
}
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-input, 
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-input input, 
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-textarea,
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-textarea textarea, 
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-select,  
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-select select, 
.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-iti-input .iti__selected-dial-code {
    border-radius: 10px !important;
    background: #f8f8f8 !important;
    overflow: hidden;
}

.formulario .forminator-ui#forminator-module-647.forminator-design--flat .forminator-label { display: none;}

.formulario div#radio-1 .forminator-label {
    display: block !important;
    font-size: 18px !important;
    line-height: 1;
    color: #000000 !important;
}

.forminator-ui#forminator-module-647.forminator-design--flat .forminator-error-message {
    line-height: 1 !important;
    margin: 0 0 0 !important;
    border-radius: 10px !important;
    position: relative !important;
}

.formulario .forminator-row { margin-bottom: 20px !important;}

.formulario .forminator-field-textarea .forminator-description{
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
}

.formulario .forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
    background: #e6212f;
    border-radius: 100px;
    padding: 4px 10px !important;
    font-weight: 800 !important;
}
