@charset "UTF-8";
.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1230px;
    min-width: 1230px;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.margin-top-sm {
  margin-top: clamp(10px, 2vw, 20px);
}

.margin-top-md {
  margin-top: clamp(20px, 4vw, 40px);
}

.margin-top-lg {
  margin-top: clamp(30px, 6vw, 50px);
}

.margin-top-xl {
  margin-top: clamp(40px, 8vw, 80px);
}

.margin-top-xxl {
  margin-top: clamp(40px, 10vw, 120px);
}

.padding-x-md {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .padding-x-md {
    padding: 35px 0;
  }
}

.padding-y-md {
  padding: 70px 0 50px;
}

.font-12 {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
}

.font-14 {
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 24px;
}

.font-16 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 24px;
}

.font-18 {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 28px;
}

.font-20 {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 28px;
}

.font-22 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 30px;
}

.font-24 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .font-24 {
    line-height: 32px;
  }
}

.font-26 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 32px;
}

.font-28 {
  font-size: clamp(26px, 2.6vw, 28px);
  line-height: 30px;
}

.font-30 {
  font-size: clamp(28px, 2.8vw, 30px);
  line-height: 36px;
}

.font-32 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .font-32 {
    line-height: 32px;
  }
}

.font-34 {
  font-size: clamp(32px, 3.2vw, 34px);
  line-height: 36px;
}

/* Classes de Cor */
.color-white {
  color: #fff;
}

.color-gray {
  color: #29292B;
}

.color-blue {
  color: #040426;
}

.color-black {
  color: #000;
}

.color-roxo {
  color: #60249E;
}

/* Classes de Background */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #29292B;
}

.bg-blue {
  background-color: #040426;
}

.bg-black {
  background-color: #000;
}

.bg-roxo {
  background-color: #60249E;
}

/* Classes de Font Weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

/* Normal */
.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

/* Desktop: Alinhamento normal */
.text-left {
  text-align: left;
}

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

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

/* Responsivo: Mudança de alinhamento em telas menores */
@media (max-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
}
.effectButton {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.effectButton:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.button-1 a {
  background: #60249E;
  padding: 15px 50px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-top: 40px;
}
.button-1 a.hover-black:hover {
  background: #000;
}

.title-1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  line-height: 53px;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 31px;
    line-height: 45px;
  }
}

.z-index {
  z-index: 99;
  position: relative;
}

.bg-left-center {
  background-position: left center;
}

.bg-center-center {
  background-position: center center;
}

.bg-right-top {
  background-position: right top;
}

.bg-right-center {
  background-position: right center;
}

.hero-pattern {
  background-image: url("../img/bg_pattern.png");
  background-repeat: no-repeat;
  position: relative;
  background-color: #F7F7F7;
}
.hero-pattern::before {
  content: "";
  background-color: #F7F7F7;
  opacity: 0.95;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}

.image-radius {
  border-radius: 20px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #333;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 84px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

#page {
  overflow: clip;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  border-bottom: 1px solid #f0f0f0;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9999;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
header .header .logo {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .nav-desktop {
    display: none;
  }
}
.nav-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .nav-desktop ul {
    gap: 0 30px;
  }
}
.nav-desktop ul > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.nav-desktop ul > li > a:after {
  content: "";
  height: 2px;
  background: #60249E;
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav-desktop ul > li > a:hover {
  color: #60249E;
}
.nav-desktop ul > li > a:hover:after {
  opacity: 1;
}
.nav-desktop ul > li > a.active {
  color: #60249E;
}
.nav-desktop ul > li > a.active:after {
  opacity: 1;
}
.nav-desktop ul > li.login-link > a {
  background: #60249E;
  padding: 10px 23px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-desktop ul > li.login-link > a:after {
  display: none;
}
.nav-desktop ul > li.login-link > a:hover {
  background: #000;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 116px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  z-index: 999;
  border-top: 1px solid #c2c2c2;
}
@media screen and (max-width: 991px) {
  .menu-mobile {
    top: 71px;
  }
}
@media screen and (min-width: 993px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
}
.menu-mobile > nav > ul {
  margin-bottom: 40px;
  padding: 0;
}
.menu-mobile > nav > ul > li {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.menu-mobile > nav > ul > li > a {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.menu-mobile > nav > ul > li.current-menu-item::before {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #60249E;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  position: absolute;
  opacity: 1;
}
.menu-mobile > nav > ul > li.login-link > a {
  background: #60249E;
  padding: 10px 23px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile > nav > ul > li.login-link > a:after {
  display: none;
}
.menu-mobile > nav > ul > li.login-link > a:hover {
  background: #000;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.menu-mobile > nav > ul > li.current-menu-item a {
  color: #60249E;
}
.menu-mobile .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile .sub-menu.visible {
  max-height: 300px;
}
.menu-mobile .sub-menu li {
  margin-top: 10px;
}
.menu-mobile .sub-menu li a {
  font-size: 16px;
}

footer {
  border-top: 4px solid #60249E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/img-bg-02-min-e1680790626984.png");
  background-color: #000;
  padding: 80px 0 50px;
  position: relative;
}
footer::before {
  content: "";
  opacity: 0.8;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
}
footer .divider {
  border: 1px dashed rgba(255, 255, 255, 0.4705882353);
  margin-top: 30px;
}
footer .footer {
  position: relative;
  z-index: 99;
}
footer .footer .row {
  gap: 40px 0;
}
footer .footer .logo-footer {
  width: 220px;
}
footer .footer .titulo {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer .nav-footer ul li {
  width: 100%;
  display: inline-block;
}
footer .footer .nav-footer ul li.login-link {
  display: none;
}
footer .footer .nav-footer ul li:nth-last-child(1) a {
  border-bottom: none;
}
footer .footer .nav-footer ul li a {
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.368627451);
  width: 100%;
  display: inline-block;
  padding: 10px 10px 10px 25px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer .nav-footer ul li a:hover {
  color: #60249E;
}
footer .footer .nav-footer ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer .infos-contato ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-left: 65px;
  line-height: 26px;
}
footer .infos-contato ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: #60249E;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}
footer .infos-contato ul li + li {
  margin-top: 25px;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 40px;
}
.social-footer a {
  width: 30px;
  height: 30px;
  background: #60249E;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.social-footer a:hover {
  color: #60249E;
  background: #fff;
}

.cop {
  background: #60249E;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #60249E;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
.back-to-top:hover {
  background: #6b21a8;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
  }
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #60249E;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #60249E;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 30px;
}

.btn-burguer .icon-bar {
  background: #60249E;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 30px;
  height: 2px;
  border-radius: 3px;
}

.hero {
  padding: 23.1rem 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .hero {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 20px 0 90rem;
  }
}
@media screen and (max-width: 639px) {
  .hero {
    padding: 20px 0 75rem;
  }
}
@media screen and (max-width: 479px) {
  .hero {
    padding: 20px 0 55rem;
  }
}
.hero .bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 993px) {
  .hero .bg-mobile {
    display: none;
  }
}
.hero .bg-desktop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .hero .bg-desktop {
    display: none;
  }
}
.hero .container {
  position: relative;
}
.hero .logo-parceiro {
  width: 240px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .hero .logo-parceiro {
    margin-top: 20px;
  }
}
.hero h1 {
  font-size: 46px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  line-height: 62px;
}
@media screen and (max-width: 991px) {
  .hero h1 {
    font-size: 31px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-destaques .row > div:not(:first-child) {
    margin-top: 20px;
  }
}
.section-destaques .item:hover .thumb-destaque img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.section-destaques .item:hover .title-destaque {
  color: #2575fc;
}
.section-destaques .thumb-destaque {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.section-destaques .thumb-destaque img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-destaques .bloco-texto {
  -webkit-box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 40px);
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -20px;
  width: 100%;
}
.section-destaques .title-destaque {
  color: #60249E;
  font-size: 38px;
  font-weight: 700;
}
.section-destaques .texto-destaque {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 993px) {
  .section-destaques .texto-destaque {
    height: 110px;
  }
}
.section-destaques .button-1 {
  margin-top: 20px;
}

.section-solucoes {
  background-color: #F7F7F7;
  background-image: url("../img/bg_pattern.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding: 4em 0 8em;
  position: relative;
}
.section-solucoes .bg-overlay {
  background-color: #F7F7F7;
  opacity: 0.95;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}
.section-solucoes .container {
  z-index: 99;
  position: relative;
}
.section-solucoes .content-solucoes {
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .section-solucoes .content-solucoes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-solucoes .content-solucoes .item {
  padding: 30px;
  -webkit-box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
}
.section-solucoes .content-solucoes .item .nome {
  font-weight: 700;
  margin: 15px 0;
}
.section-solucoes .content-solucoes .item:nth-child(2n) {
  background: #60249E;
  color: #fff;
}

.section-clientes {
  background-color: #F7F7F7;
  background-image: url("../img/bg_pattern.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 4em 0 8em;
  position: relative;
  background-attachment: fixed;
}
.section-clientes .bg-overlay {
  background-color: #F7F7F7;
  opacity: 0.95;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}
.section-clientes .container {
  position: relative;
  z-index: 99;
}
.section-clientes .carousel-logos .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  padding: 0px 40px;
}

@media(max-width: 767px) {
  .section-clientes .carousel-logos .item {
    padding: 0 15px;
  }
}
.section-clientes .carousel-logos .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-clientes .carousel-logos .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-clientes .carousel-logos .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 50px;
  padding: 0;
  gap: 15px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media(max-width: 767px) {
  .section-clientes .carousel-logos .slick-dots {
    margin-top: 30px;
  }
}
.section-clientes .carousel-logos .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.section-clientes .carousel-logos .slick-dots li.slick-active {
  background: #333;
  /* cor da bolinha ativa */
}
.section-clientes .carousel-logos .slick-dots button {
  opacity: 0;
  pointer-events: none;
}
.section-integracoes {
  background: #fff !important;
}
.section-action-contato {
  background-size: cover;
  position: relative;
  padding: 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 993px) {
  .section-action-contato {
    background-size: 70%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .section-action-contato {
    padding: 200px 15px 25px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: left bottom 170px;
    background-repeat: no-repeat;
  }
}
.section-action-contato::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(42%, #000), color-stop(68%, rgba(0, 0, 0, 0.2901960784)));
  background-image: linear-gradient(270deg, #000 42%, rgba(0, 0, 0, 0.2901960784) 68%);
  opacity: 0.9;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-action-contato::before {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(2%, #000), color-stop(68%, rgba(0, 0, 0, 0.2901960784)));
    background-image: linear-gradient(270deg, #000 2%, rgba(0, 0, 0, 0.2901960784) 68%);
  }
}
.section-action-contato .item {
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 999;
  border-left: 7px solid #60249E;
}
@media screen and (max-width: 767px) {
  .section-action-contato .item {
    padding: 20px;
  }
}
@media screen and (min-width: 993px) {
  .section-action-contato .item {
    width: 790px;
  }
}
.section-action-contato .item .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .section-action-contato .item .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-action-contato .item .texto {
  margin-top: 20px;
}
.section-action-contato .item .button-1 {
  margin-top: 20px;
}
.section-action-contato .item .button-1 a:hover {
  background: #000;
}

.section-noticias {
  padding: 80px 0;
  background-color: #F7F7F7;
  background-image: url("../img/bg_pattern.png");
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-noticias {
    padding: 40px 0;
  }
}
.section-noticias::before {
  content: "";
  background-color: #F7F7F7;
  opacity: 0.95;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  inset: 0;
}
.section-noticias .container {
  position: relative;
  z-index: 99;
}
.section-noticias .content-noticias .item .content-card {
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.09);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
.section-noticias .content-noticias .item .card-thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.section-noticias .content-noticias .item .card-titulo {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  text-decoration: underline;
}
.section-noticias .content-noticias .item .card-resumo {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  margin-top: 15px;
}
.section-noticias .content-noticias .item .leia-mais a {
  color: #60249E;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}

.section-form {
  background: #60249E;
}

.section-sobrenos {
  background: #fdfdfd;
}

.hero-interna {
  padding: 50px 0;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-interna {
    height: 50vh;
  }
}
.hero-interna::before {
  content: "";
  background-color: #60249E;
  opacity: 0.6;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.6s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.6s;
  inset: 0;
  position: absolute;
}
.hero-interna .container {
  position: relative;
  z-index: 99;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-interna .logoHero-inner img {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .hero-interna .logoHero-inner img {
    width: 380px;
  }
}
.hero-interna .title {
  font-weight: 700;
  letter-spacing: 0.1px;
  word-spacing: 2px;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .hero-interna .title {
    font-size: 44px;
    line-height: 54px;
  }
}
.hero-interna .logo-hero-inner {
  display: table;
  margin: 0 auto 40px;
}

.section-3-interna {
  background-color: #F7F7F7;
}
.section-3-interna::before {
  background-color: #ededed;
}
.section-3-interna .img-featured {
  display: table;
  margin: 60px auto;
  width: 820px;
}

.content-numeros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-numeros .item {
  width: calc(25% - 20px);
  -webkit-box-shadow: 0 0 12px 0 rgba(159, 159, 159, 0.5);
  box-shadow: 0 0 12px 0 rgba(159, 159, 159, 0.5);
  padding: 20px;
  text-align: center;
  border-bottom: 4px solid #60249E;
}
@media screen and (max-width: 991px) {
  .content-numeros .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .content-numeros .item {
    width: 100%;
  }
}
.content-numeros .item .number {
  font-size: 44px;
  font-weight: 700;
  color: #60249E;
}
@media screen and (max-width: 767px) {
  .content-numeros .item .number {
    font-size: 36px;
  }
}
.content-numeros .item .texto {
  font-size: 18px;
  color: #29292B;
  font-weight: 500;
}

.content-arsx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .content-arsx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-arsx .item {
  -webkit-box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.15);
  padding: 60px 40px 40px;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 993px) {
  .content-arsx .item {
    width: calc(50% - 20px);
  }
}
.content-arsx .item .numero {
  position: absolute;
  background: #60249E;
  padding: 3px 24px;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  left: 10px;
  top: -20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .content-arsx .item .numero {
    padding: 3px 20px;
  }
}
.content-arsx .item .titulo {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.content-arsx .item .texto {
  font-size: 16px;
  margin-top: 10px;
}

.section-4-interna .image-destacada {
  width: 720px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 991px) {
  .section-4-interna .image-destacada {
    width: 100%;
  }
}
.section-4-interna .content-solucoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-4-interna .content-solucoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px 40px;
    margin-top: 40px;
    text-align: center;
  }
}
.section-4-interna .content-solucoes .item {
  position: relative;
  -webkit-box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.15);
  padding: 70px 40px 40px;
  position: relative;
  background: #fff;
}
.section-4-interna .content-solucoes .item .icon {
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #60249E;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.section-4-interna .content-solucoes .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 993px) {
  .section-4-interna .content-solucoes .item:nth-child(4n+1), .section-4-interna .content-solucoes .item:nth-child(4n+4) {
    background-color: #60249E;
    color: #fff;
  }
  .section-4-interna .content-solucoes .item:nth-child(4n+1) .titulo,
  .section-4-interna .content-solucoes .item:nth-child(4n+1) .texto, .section-4-interna .content-solucoes .item:nth-child(4n+4) .titulo,
  .section-4-interna .content-solucoes .item:nth-child(4n+4) .texto {
    color: #fff;
  }
  .section-4-interna .content-solucoes .item:nth-child(4n+2), .section-4-interna .content-solucoes .item:nth-child(4n+3) {
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .section-4-interna .content-solucoes .item:nth-child(2n+1) {
    background-color: #60249E;
    color: #fff;
  }
  .section-4-interna .content-solucoes .item:nth-child(2n+1) .titulo,
  .section-4-interna .content-solucoes .item:nth-child(2n+1) .texto {
    color: #fff;
  }
}
@media screen and (min-width: 993px) {
  .section-4-interna .content-solucoes .item {
    width: calc(50% - 20px);
  }
}
.section-4-interna .content-solucoes .item .titulo {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.section-4-interna .content-solucoes .item .texto {
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}

.content-servicos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-servicos .item {
  width: calc(25% - 20px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-servicos .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .content-servicos .item {
    width: 100%;
  }
}
.content-servicos .item:after {
  content: "";
  height: 4px;
  background: #60249E;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-servicos .item:hover:after {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.content-servicos .item .content-texto {
  position: relative;
  padding-bottom: 30px;
}
.content-servicos .item .thumb img {
  border-radius: 20px 20px 0 0;
}
.section-alohaPDV img {
  display: table;
  margin: 50px auto 0;
  width: 800px;
}
@media screen and (max-width: 991px) {
  .section-alohaPDV img {
    width: 280px;
  }
}

.form-restaurante {
  max-width: 800px;
  margin: 40px auto 0;
}
.form-restaurante .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.form-restaurante .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-restaurante .wpcf7-form input[type=text],
.form-restaurante .wpcf7-form input[type=email],
.form-restaurante .wpcf7-form input[type=tel],
.form-restaurante .wpcf7-form input[type=url],
.form-restaurante .wpcf7-form textarea,
.form-restaurante .wpcf7-form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.form-restaurante .wpcf7-form input[type=text]:focus,
.form-restaurante .wpcf7-form input[type=email]:focus,
.form-restaurante .wpcf7-form input[type=tel]:focus,
.form-restaurante .wpcf7-form input[type=url]:focus,
.form-restaurante .wpcf7-form textarea:focus,
.form-restaurante .wpcf7-form select:focus {
  outline: none;
  border-color: #60249E;
  -webkit-box-shadow: 0 0 0 3px rgba(96, 36, 158, 0.1);
  box-shadow: 0 0 0 3px rgba(96, 36, 158, 0.1);
}
.form-restaurante .wpcf7-form input[type=text]::-webkit-input-placeholder,
.form-restaurante .wpcf7-form input[type=email]::-webkit-input-placeholder,
.form-restaurante .wpcf7-form input[type=tel]::-webkit-input-placeholder,
.form-restaurante .wpcf7-form input[type=url]::-webkit-input-placeholder,
.form-restaurante .wpcf7-form textarea::-webkit-input-placeholder,
.form-restaurante .wpcf7-form select::-webkit-input-placeholder {
  color: #999;
}
.form-restaurante .wpcf7-form input[type=text]::-moz-placeholder,
.form-restaurante .wpcf7-form input[type=email]::-moz-placeholder,
.form-restaurante .wpcf7-form input[type=tel]::-moz-placeholder,
.form-restaurante .wpcf7-form input[type=url]::-moz-placeholder,
.form-restaurante .wpcf7-form textarea::-moz-placeholder,
.form-restaurante .wpcf7-form select::-moz-placeholder {
  color: #999;
}
.form-restaurante .wpcf7-form input[type=text]::-ms-input-placeholder,
.form-restaurante .wpcf7-form input[type=email]::-ms-input-placeholder,
.form-restaurante .wpcf7-form input[type=tel]::-ms-input-placeholder,
.form-restaurante .wpcf7-form input[type=url]::-ms-input-placeholder,
.form-restaurante .wpcf7-form textarea::-ms-input-placeholder,
.form-restaurante .wpcf7-form select::-ms-input-placeholder {
  color: #999;
}
.form-restaurante .wpcf7-form input[type=text]::placeholder,
.form-restaurante .wpcf7-form input[type=email]::placeholder,
.form-restaurante .wpcf7-form input[type=tel]::placeholder,
.form-restaurante .wpcf7-form input[type=url]::placeholder,
.form-restaurante .wpcf7-form textarea::placeholder,
.form-restaurante .wpcf7-form select::placeholder {
  color: #999;
}
.form-restaurante .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}
.form-restaurante .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.form-restaurante .wpcf7-form .wpcf7-submit {
  background-color: #fff;
  color: #60249E;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: center;
  align-self: center;
  display: table;
  margin: 0 auto;
}
.form-restaurante .wpcf7-form .wpcf7-submit:hover {
  background-color: #fff;
  color: #60249E;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(96, 36, 158, 0.3);
  box-shadow: 0 5px 15px rgba(96, 36, 158, 0.3);
}
.form-restaurante .wpcf7-form .wpcf7-submit:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.form-restaurante .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.form-restaurante .wpcf7-form .wpcf7-response-output {
  border: 2px solid;
  padding: 15px 20px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.form-restaurante .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #dc3545;
  background-color: #f8d7da;
  color: #721c24;
}
.form-restaurante .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #28a745;
  background-color: #d4edda;
  color: #155724;
}
.form-restaurante .wpcf7-form .wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}
.form-restaurante .wpcf7-form label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.form-restaurante .wpcf7-form .wpcf7-list-item {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.form-restaurante .wpcf7-form .wpcf7-list-item label {
  display: inline;
  margin-left: 8px;
  font-weight: normal;
}
.form-restaurante .wpcf7-form .wpcf7-list-item input[type=checkbox],
.form-restaurante .wpcf7-form .wpcf7-list-item input[type=radio] {
  width: auto;
  margin: 0;
}
.form-restaurante .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .form-restaurante {
    padding: 0 15px;
  }
  .form-restaurante .wpcf7-form input[type=text],
  .form-restaurante .wpcf7-form input[type=email],
  .form-restaurante .wpcf7-form input[type=tel],
  .form-restaurante .wpcf7-form input[type=url],
  .form-restaurante .wpcf7-form textarea,
  .form-restaurante .wpcf7-form select {
    padding: 12px 15px;
    font-size: 14px;
  }
  .form-restaurante .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 12px 30px;
    font-size: 16px;
  }
}

.section-1-sobrenos .content-image {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .section-1-sobrenos .content-image {
    padding-bottom: 100px;
  }
}
.section-1-sobrenos .content-image .image-featured img {
  border-radius: 20px;
}
.section-1-sobrenos .content-image .image-circle {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .section-1-sobrenos .content-image .image-circle {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}
.section-1-sobrenos .content-image .image-circle img {
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 3.09px 9.511px 28.2px 1.8px rgba(25, 25, 25, 0.15);
  box-shadow: 3.09px 9.511px 28.2px 1.8px rgba(25, 25, 25, 0.15);
  border: 2px solid #fff;
  display: table;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .section-1-sobrenos .content-image .image-circle img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 991px) {
  .section-1-sobrenos .title {
    margin-top: 30px;
  }
}
.section-1-sobrenos .content-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
}
.section-1-sobrenos .content-text strong {
  font-weight: 700;
}
.section-1-sobrenos .content-text a {
  color: #c36;
}
.section-1-sobrenos .content-text a:hover {
  color: #60249E;
}

.hero-contato {
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-contato {
    padding: 140px 0;
  }
}
.hero-contato::before {
  content: "";
  background-color: #60249E;
  opacity: 0.4;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.hero-contato .title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-contato .title {
    font-size: 55px;
    line-height: 65px;
  }
}

.section-1-contato .infos-contato {
  margin-top: 15px;
}
.section-1-contato .infos-contato ul li {
  font-size: 15px;
  color: #000;
  position: relative;
  padding-left: 30px;
  line-height: 26px;
  font-weight: 500;
}
.section-1-contato .infos-contato ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #60249E;
}
.section-1-contato .infos-contato ul li + li {
  margin-top: 20px;
}
.section-1-contato .social-footer {
  margin-top: 20px;
}
.section-1-contato .social-footer a:hover {
  background: #000;
  color: #fff;
}
.section-1-contato .map {
  margin-top: 40px;
}
.section-1-contato .map iframe {
  width: 100%;
}

.form-contato {
  padding: 40px 30px 40px 30px;
  border-left: 4px solid #60249E;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 991px) {
  .form-contato {
    margin-top: 30px;
  }
}
.form-contato form .item {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.form-contato input[type=text],
.form-contato input[type=email] {
  height: 40px;
  border: 1px solid #d3d3d3;
  padding: 0 10px;
  font-size: 16px;
  width: 100%;
}
.form-contato textarea {
  height: 140px;
  border: 1px solid #d3d3d3;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}
.form-contato input[type=submit] {
  background: #60249E;
  padding: 10px 30px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  display: inline-block;
  border: none;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .form-contato input[type=submit] {
    width: 100%;
  }
}

.hero-blog {
  padding: 90px 0;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-blog {
    padding: 140px 0;
  }
}
.hero-blog::before {
  content: "";
  background-color: #000;
  opacity: 0.6;
  -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
.hero-blog .title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-blog .title {
    font-size: 55px;
    line-height: 65px;
  }
}

.blog-image img {
  margin-top: 30px;
  width: 80%;
  height: auto;
  border-radius: 8px;
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-image img {
    width: 100%;
    height: 220px;
  }
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-share .facebook {
  background: #1877f2;
}
.social-share .x {
  background: #000;
}
.social-share .linkedin {
  background: #0077b5;
}
.social-share .email {
  background: #666;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.blog-content p + p {
  margin-top: 10px;
}
.blog-content ul {
  padding-left: 20px;
}
.blog-content figure,
.blog-content img {
  margin: 20px 0;
}
.blog-content li {
  margin-bottom: 5px;
  list-style: disc;
}

.blog-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-navigation a {
  text-decoration: none;
  font-weight: bold;
  color: #60249E;
}

.blog-navigation a:hover {
  text-decoration: underline;
}

.pagination {
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #0073aa;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination span:hover,
.pagination a:hover {
  background-color: #040426;
  color: #fff;
}
.pagination .current {
  background-color: #040426;
  color: #fff;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
