@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

/*! 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;
  -webkit-font-smoothing: antialiased;
}

/* 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;
}

a:hover {
  text-decoration: underline;
}

/* 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: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

body {
  font-size: 14px;
}

body, html, p, address {
  font-family: "Raleway", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: #4d4dff;
}

p, span, address, label {
  color: #808b8b;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 21px;
}

ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  color: blue;
  font-weight: 400;
}

ul li {
  list-style: none;
}

.line {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  width: 1185px;
  margin: 0 auto;
}

.full-wrapper .center {
  width: 1102px;
}

.textcenter {
  text-align: center;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: blue;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

/* ALINHAMENTO DAS IMAGENS */
.alignnone {
  margin: 0px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

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

@media screen and (max-width: 1185px) {
  .center, .full-wrapper .center {
    width: 95%;
  }
}
::-webkit-input-placeholder {
  color: #bababa;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-moz-placeholder {
  color: #bababa;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-style: normal;
}

::-moz-placeholder {
  color: #bababa;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #bababa;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-style: normal;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  border: none;
  color: #fff;
  padding: 12px 35px;
  font-size: 1.55em;
  font-weight: bold;
  background-color: #aa7060;
  width: auto;
  margin: 0 auto;
  border-radius: 100px;
}
input[type=submit]:hover {
  background-color: #9d6454;
}

.group-acceptance {
  margin-top: -20px;
}

.elements .wrapper-inner-page-section-1 .recaptcha span.wpcf7-not-valid-tip {
  right: inherit;
}

.wrapper-inner-page-section-1 label {
  color: #f7f9f9;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
}
.wrapper-inner-page-section-1 label span {
  color: #f7f9f9;
}
.wrapper-inner-page-section-1 label span a {
  color: #f7f9f9;
  text-decoration: underline;
}
.wrapper-inner-page-section-1 label span a:hover {
  text-decoration: none;
}
.wrapper-inner-page-section-1 select {
  border-radius: 35px;
  padding: 15px;
  height: 57px;
  line-height: 1;
}
.wrapper-inner-page-section-1 span.wpcf7-not-valid-tip {
  right: 15px;
  top: -19px;
  font-size: 12px;
  color: #fff;
}
.wrapper-inner-page-section-1 .wpcf7 form.invalid .wpcf7-response-output,
.wrapper-inner-page-section-1 .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
}
.wrapper-inner-page-section-1 .wpcf7 .ajax-loader {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.wrapper-inner-page-section-1 .total-one .col-2 form {
  text-align: left;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper {
  position: relative;
  margin: 0 auto;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper label {
  overflow: hidden;
  font-size: 1.8em;
  position: absolute;
  top: 0px;
  display: inline-block;
  line-height: 1.4em;
  transition: top 0.2s linear;
  color: #646464;
  z-index: 2;
  padding: 11px 22px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-align: left;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper.focused label {
  transition: top 0.2s linear;
  top: -8px;
  background-color: #000;
  padding: 0 12px;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper textarea {
  border-radius: 38px;
  height: 226px;
  text-align: left;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper input[type=submit] {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
  position: relative;
}

.wrapper-inner-page-section-1 .total-one .col-2 form label input[type=checkbox] {
  width: 30px;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .wpcf7-list-item {
  margin-left: 0;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .col-12 {
  text-align: left;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .text-policy {
  color: #fff;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.wrapper-inner-page-section-1 .total-one .col-2 form .text-policy a {
  color: inherit !important;
  text-decoration: underline;
}

.select-wrapper {
  position: relative;
  text-align: center;
}
.select-wrapper:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  border-top: 7px solid #838e8e;
  right: 25px;
  top: 31px;
  position: absolute;
  pointer-events: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  color: blue;
  font-size: 1.2em;
}

input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
select,
textarea, .wpcf7-form-control-wrap.arquivo {
  padding: 22px;
  margin-bottom: 0;
  width: 100%;
  background-color: #f7f9f9;
  border: 1px solid #ced3d3;
  color: #595959;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  border-radius: 17px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus, .wpcf7-form-control-wrap.arquivo:focus {
  outline: 0;
  background-color: #f2f2f2;
  border: 1px solid #ced3d3;
}

.wpcf7-form-control-wrap.arquivo {
  width: 100%;
}

textarea {
  height: 125px;
  overflow: auto;
  vertical-align: top;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
  margin-bottom: 20px;
}

select {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-appearance: none; /* Remove estilo padrão do Chrome */
  -moz-appearance: none; /* Remove estilo padrão do FireFox */
  appearance: none; /* Remove estilo padrão do FireFox*/
  height: 65px;
  font-family: "Raleway", sans-serif;
  color: #a0a0a0;
}

div.wpcf7-response-output {
  background-color: #FCF4D4;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  padding: 4px 10px;
  width: 100%;
  float: left;
  margin: 0;
  top: 0px;
  position: relative;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -19px;
  font-size: 0.9em;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 0;
  text-align: center;
  top: 20px;
  position: relative;
}

.col6 {
  width: 50%;
  display: inline-block;
  margin-right: 0;
  float: left;
  margin-bottom: 10px;
}
.col6:nth-of-type(1), .col6:nth-of-type(3), .col6:nth-of-type(5), .col6:nth-of-type(7) {
  padding-right: 15px;
}
.col6:nth-of-type(2), .col6:nth-of-type(4), .col6:nth-of-type(6), .col6:nth-of-type(8) {
  padding-left: 15px;
}

.col12 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

:-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

::-moz-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

:-ms-input-placeholder {
  color: #919b9b;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.wrapper-form {
  display: block;
  width: 850px;
  margin: 0 auto;
}

.search-top {
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.search-top .title {
  display: inline-block;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 40px;
}
.search-top #searchform {
  display: inline-block;
  vertical-align: middle;
}
.search-top .wrapper {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}
.search-top input[type=text] {
  width: 265px;
  height: 48px;
  background-color: #eceae8;
  padding: 0;
  padding-top: 5px;
  padding-left: 25px;
  border-radius: 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  font-size: 12px;
  vertical-align: top;
}
.search-top input[type=submit]:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1185px) {
  .search-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .search-top .wrapper {
    width: 100%;
  }
  .search-top .wrapper .title {
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 30px;
    width: 100%;
    margin-right: 0;
  }
  .formulario {
    padding-right: 30px;
    padding-left: 30px;
  }
  .formulario .center:after {
    right: -80px;
    top: -180px;
    transform: scale(0.4);
  }
}
@media screen and (max-width: 850px) {
  .group-acceptance,
  .group-recapctha {
    margin-left: 20px;
    margin-right: 20px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper textarea {
    height: 170px;
  }
  .wrapper-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=password],
  input[type=date],
  select,
  textarea {
    padding: 15px;
  }
  .formulario {
    margin-top: 70px;
  }
  .col6 {
    width: 100%;
  }
  .col6:nth-of-type(1), .col6:nth-of-type(3) {
    padding-right: 0;
  }
  .col6:nth-of-type(2), .col6:nth-of-type(4) {
    padding-left: 0;
  }
  input[type=submit] {
    font-size: 1em;
  }
}
@media screen and (max-width: 560px) {
  .wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper {
    width: 90%;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form .field-wrapper input[type=submit] {
    width: 100%;
    margin-left: 0;
  }
}
select {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

header.principal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  color: #000 !important;
  font-size: 28px;
}
header.principal-header .wrapper-header {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
header.principal-header .wrapper-logo {
  width: 334px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
}
header.principal-header .wrapper-logo img {
  width: 100%;
  height: 100%;
}

.all.empresas .menu-multinivel .menu li.contact {
  background-color: #886e49;
}
.all.empresas .menu-multinivel .menu li.contact a {
  background: #886e49;
}

.all.previdenciario .menu-multinivel .menu li.contact {
  background-color: #457574;
}
.all.previdenciario .menu-multinivel .menu li.contact a {
  background: #457574;
}

.all.bancario .menu-multinivel .menu li.contact {
  background-color: #315e46;
}
.all.bancario .menu-multinivel .menu li.contact a {
  background: #315e46;
}

@media screen and (max-width: 1200px) {
  header.principal-header {
    padding-right: 25px;
    padding-left: 25px;
  }
  header.principal-header .wrapper-header {
    height: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
  }
  header.principal-header .wrapper-logo {
    width: 200px;
    height: 34px;
  }
}
.footer-logo {
  width: 340px;
  height: 62px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #aa7060;
  padding: 35px 0;
  color: white;
}
.footer .wrapper-footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer .textwidget a:hover {
  text-decoration: none;
}
.footer .textwidget .wrapper-logo {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 40px;
  align-items: center;
}
.footer .textwidget .wrapper-logo__img {
  width: 250px;
}
.footer .widget {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}
.footer .widget .widget__title {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding: 20px 0;
  color: white;
  margin: 0;
}
.footer .widget .widget__title:after {
  content: "";
  border-bottom: 4px solid #F5C0B2;
  padding: 0 78px;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.footer .footer__p {
  font-size: 0.9sem;
  color: white;
}
.footer .widget__address {
  display: flex;
  align-items: self-start;
  gap: 10px;
}
.footer .widget__address__location {
  display: flex;
  flex-direction: column;
}
.footer .widget__address--img {
  position: relative;
  top: 6px;
}
.footer .widget__address__location--city {
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.footer .widget__address__location--street {
  font-size: 14px;
}
.footer .wrapper-widget {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 15px;
}
.footer .wrapper-widget .widget__menu__list, .footer .wrapper-widget ul {
  padding-left: 20px;
}
.footer .wrapper-widget .widget__menu__list--item,
.footer .wrapper-widget .widget__address__location--street,
.footer .wrapper-widget .widget_categories .cat-item,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category {
  font-size: 14px;
  color: white;
  line-height: 17px;
  margin-bottom: 21px;
}
.footer .wrapper-widget .widget__menu__list--item:hover,
.footer .wrapper-widget .widget__address__location--street:hover,
.footer .wrapper-widget .widget_categories .cat-item:hover,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category:hover {
  color: #36211b;
}
.footer .wrapper-widget .widget__menu__list--item a,
.footer .wrapper-widget .widget__address__location--street a,
.footer .wrapper-widget .widget_categories .cat-item a,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category a {
  color: white;
}
.footer .wrapper-widget .widget__menu__list--item a:hover,
.footer .wrapper-widget .widget__address__location--street a:hover,
.footer .wrapper-widget .widget_categories .cat-item a:hover,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category a:hover {
  color: #36211b;
  text-decoration: none;
}
.footer .wrapper-widget .widget__menu__list--item a:hover:before,
.footer .wrapper-widget .widget__address__location--street a:hover:before,
.footer .wrapper-widget .widget_categories .cat-item a:hover:before,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category a:hover:before {
  opacity: 0.7;
}
.footer .wrapper-widget .widget__menu__list--item a:before,
.footer .wrapper-widget .widget__address__location--street a:before,
.footer .wrapper-widget .widget_categories .cat-item a:before,
.footer .wrapper-widget .widget_nav_menu .menu-item-object-category a:before {
  content: "";
  display: block;
  background: url("../../src/images/next.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 3px 0px 0px -20px;
}
.footer .wrapper-widget .widget__address__location--street {
  margin-bottom: 0;
}
.footer .wrapper-widget .cat-item a:hover {
  color: #36211b;
}
.footer .wrapper-widget .textwidget {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 35px 15px;
  }
  .footer .textwidget .wrapper-logo {
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 0;
    text-align: center;
    justify-items: center;
  }
  .footer .wrapper-widget {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .footer .wrapper-widget {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1185px) {
  .menu-item-has-children a {
    padding-right: 20px;
  }
  .menu-item-has-children:after {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #00b0a0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    right: 0;
    top: 5px;
  }
}
.wrapper-menu {
  width: 70%;
  vertical-align: middle;
  display: inline-block;
}

.menu-multinivel {
  float: right;
}
.menu-multinivel .menu {
  margin: 0;
  padding: 0;
}
.menu-multinivel .menu li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.menu-multinivel .menu li:last-child .sub-menu {
  left: inherit;
  right: 0;
}
.menu-multinivel .menu li:last-child .sub-menu li {
  text-align: right;
}
.menu-multinivel .menu li .icon-submenu {
  position: absolute;
  right: -16px;
  top: -5px;
  width: 25px;
  height: 27px;
  background: url(../../src/images/icon-bottom.png) no-repeat right center;
  cursor: pointer;
  filter: invert(40%);
  z-index: 2;
}
.menu-multinivel .menu li .icon-submenu.active {
  background: url(../../src/images/icon-top.png) no-repeat right center;
}
.menu-multinivel .menu li.contact {
  background: #aa7060;
  padding: 3px 14px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: white;
}
.menu-multinivel .menu li.contact:hover {
  background-color: #8e5c4e;
  color: #fff;
  transition: all 0.6s;
}
.menu-multinivel .menu li.contact:hover a {
  text-decoration: none;
}
.menu-multinivel .menu li.contact a {
  color: #fff;
}
.menu-multinivel .menu li:first-child {
  margin-left: 0;
}
.menu-multinivel .menu li a {
  border: 3px solid transparent;
  color: #000;
  font-weight: 600;
}
.menu-multinivel .menu li a:after {
  height: 3px;
  background-color: #415f59;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
.menu-multinivel .menu .sub-menu {
  width: 170px;
  z-index: 9;
  margin-top: 0px;
  margin: 0;
  padding: 0;
  top: 25px;
  background-color: #e4e9e8;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.38);
}
.menu-multinivel .menu .sub-menu.sub-menu-show {
  display: block;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #595959;
  border: none;
  width: 100%;
  white-space: normal;
}
.menu-multinivel .menu .sub-menu li {
  text-align: left;
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.menu-multinivel .menu .sub-menu li.menu-item-has-children:after {
  position: absolute;
  right: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  content: "";
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.menu-multinivel .menu .sub-menu li:hover.menu-item-has-children:after {
  border-color: #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu {
  display: block;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #415f59;
  left: 170px;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li {
  border-bottom: 1px solid #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:hover {
  background-color: #37504b;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li.menu-item-has-children:after {
  border-color: #fff;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:last-child {
  border-bottom: none;
}
.menu-multinivel .menu .sub-menu li:hover .sub-menu li:hover .sub-menu {
  display: block;
  position: absolute;
  left: 170px;
}
.menu-multinivel .menu .sub-menu li.menu-item-active a:before {
  display: none;
}
.menu-multinivel .menu .sub-menu li.menu-item-has-children .icon-submenu {
  right: 0px;
  top: 0px;
  width: 100%;
  height: 44px;
  filter: invert(0%);
  background-position: right center;
  border-right: 8px solid transparent;
}
.menu-multinivel .menu .sub-menu li .sub-menu {
  display: none;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show {
  display: block;
  background-color: #4c4c4c;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li {
  white-space: initial;
  background-color: #c4c300;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li:hover {
  background-color: #b4b300;
}
.menu-multinivel .menu .sub-menu li .sub-menu.sub-menu-show li a {
  font-size: 0.9em;
  padding-left: 25px;
  padding-right: 25px;
}
.menu-multinivel .menu .sub-menu li .sub-menu li .sub-menu {
  display: none;
}
.menu-multinivel .menu .sub-menu li .sub-menu li .sub-menu.sub-menu-show {
  display: block;
  background-color: #2d2828;
}
.menu-multinivel .menu .sub-menu li:last-child {
  border-bottom: none;
}
.menu-multinivel .menu .sub-menu li:last-child:hover a:before {
  display: none;
}
.menu-multinivel .menu .sub-menu li:hover {
  background: #415f59;
}
.menu-multinivel .menu .sub-menu li:hover a {
  color: #fff;
}
.menu-multinivel .menu .sub-menu li a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 1.1em;
  color: #415f59;
  font-weight: 300;
}
.menu-multinivel .menu .sub-menu li a:after {
  display: none;
}
.menu-multinivel ul ul {
  display: none;
  position: absolute;
  top: 40px;
}
.menu-multinivel ul ul li {
  float: none;
  width: 170px;
  text-align: left;
}
.menu-multinivel ul ul li:last-child {
  border-bottom: none;
}
.menu-multinivel ul ul li:hover a {
  text-decoration: none;
}
.menu-multinivel ul ul li ul {
  left: 170px;
  top: 0;
}
.menu-multinivel ul ul li a {
  padding: 5px 10px;
}
.menu-multinivel li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-multinivel li a {
  display: block;
}

@media screen and (min-width: 1185px) {
  .menu-multinivel ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
    z-index: 9;
  }
  .menu li:hover .sub-menu {
    display: block;
  }
}
.nav-item {
  display: none;
}

@media screen and (max-width: 1185px) {
  .menu li .icon-submenu {
    right: 12px;
    top: 8px;
    filter: invert(0%);
    width: 100%;
    background-position: right center;
  }
  .menu .sub-menu {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu .sub-menu.sub-menu-show-mobile {
    position: initial;
    border-top: 0;
    width: 100%;
    display: block;
  }
  .menu .sub-menu li {
    white-space: initial;
  }
  .menu .sub-menu li.menu-item-has-children:after {
    display: none;
  }
  .menu .sub-menu li a {
    color: #dddc00;
  }
  .menu .sub-menu li:hover {
    background-color: #aaa900;
  }
  .menu .sub-menu li:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li:hover .sub-menu li:hover .sub-menu {
    display: none;
  }
  .menu .sub-menu li.menu-item-has-children .icon-submenu {
    right: 5px;
    top: -3px;
    filter: invert(100%);
  }
  .menu .sub-menu li .sub-menu {
    display: none;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile {
    display: block;
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #fff;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li {
    white-space: initial;
    display: block;
    background-color: #37504b;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li a {
    color: #fff;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li:hover .sub-menu-show-mobile {
    display: block;
    position: initial;
    left: 0;
    width: 100%;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show-mobile li:hover .sub-menu-show-mobile li a {
    background-color: #304742;
  }
  .menu .sub-menu li .sub-menu.sub-menu-show {
    display: none;
  }
  .nav-item {
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.05s ease-in-out;
    -moz-transition: 0.05s ease-in-out;
    -o-transition: 0.05s ease-in-out;
    transition: 0.05s ease-in-out;
    cursor: pointer;
    z-index: 99999999;
    right: 10px;
    padding: 10px;
    display: block;
    top: 10px;
    background: #415f59;
    width: 38px;
    height: 44px;
  }
  .nav-item.open .tap-mobile {
    display: block;
  }
  .nav-item .tap-mobile {
    height: 100vh;
    width: 100vw;
    position: absolute;
    content: "";
    top: 44px;
    right: -30px;
    display: none;
  }
  .nav-item i {
    position: absolute;
    left: -1px;
    top: 28px;
    right: 0;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    display: block;
  }
  .nav-item span {
    display: block;
    position: absolute;
    height: 3px;
    width: 28px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .nav-item span:nth-child(1) {
    top: 5px;
  }
  .nav-item span:nth-child(2), .nav-item span:nth-child(3) {
    top: 13px;
  }
  .nav-item span:nth-child(4) {
    top: 21px;
  }
  .nav-item.open span:nth-child(1) {
    top: 13px;
    width: 0%;
    left: 50%;
  }
  .nav-item.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-item.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-item.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .rmm {
    width: 230px;
    position: fixed;
    left: -230px;
    top: 0;
    z-index: 9999999999999;
    height: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: left 0.35s linear, opacity 0.25s linear;
    -moz-transition: left 0.35s linear, opacity 0.25s linear;
    -ms-transition: left 0.35s linear, opacity 0.25s linear;
    transition: left 0.35s linear, opacity 0.25s linear;
    background: #0d0d0d;
    overflow: auto;
    padding: 0;
  }
  .rmm.open {
    left: 0;
  }
  .rmm .menu {
    margin: 0px;
    padding: 0;
  }
  .rmm .menu li {
    width: 100%;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .rmm .menu li:last-child {
    border-bottom: 0;
  }
  .rmm .menu li .sub-menu li:hover a {
    color: #fff;
    background-color: #415f59;
  }
  .rmm .menu li .sub-menu li:last-child {
    border-bottom: none;
  }
  .rmm .menu li .sub-menu li a {
    font-size: 13px;
    color: #dddc00;
  }
  .rmm .menu li .sub-menu li a:focus {
    color: #fff;
  }
  .rmm .menu li.menu-item-active a:before {
    display: none;
  }
  .rmm .menu li a {
    width: 100%;
    padding: 10px;
    display: inline-block;
    margin: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rmm .menu li a:hover {
    text-decoration: none;
    color: #fff;
  }
  .menu-multinivel .menu li.contact {
    border-radius: 0;
  }
}
@media screen and (max-width: 520px) {
  .nav-item {
    top: 10px;
    right: 10px;
  }
}
.btn {
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  font-weight: 800;
  text-align: center;
}
.btn:hover {
  text-decoration: none;
}

.btn--orange {
  background-color: #eb8129;
  color: #fff;
  box-shadow: 20px 17px 20px 0px rgba(235, 129, 41, 0);
  font-size: 1.3em;
}
.btn--orange:hover {
  background-color: #ce6813;
  color: #fff;
}

.btn--big {
  font-weight: bold;
  font-size: 1.8em;
  padding: 10px 30px;
}

@media screen and (max-width: 580px) {
  .btn--big {
    font-size: 1.2em;
  }
}
.col {
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
}
.col.col-2 {
  width: 50%;
}
.col.col-3 {
  width: 33.33%;
}
.col.col-4 {
  width: 25%;
}
.col.col-5 {
  width: 20%;
}
.col.col-6 {
  width: 16.6%;
}

@media screen and (max-width: 860px) {
  .col.col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .col.col-4 {
    width: 100%;
  }
}
.h1-hide {
  position: absolute;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
  opacity: 0;
}

.wrapper-body .bg-inicial {
  position: relative;
}
.wrapper-body .bg-inicial h1 {
  margin: 0;
  margin-bottom: 20px;
}
.wrapper-body .bg-inicial div.total {
  width: 100%;
}
.wrapper-body .bg-inicial div.total .col-1 {
  width: 50%;
  padding-top: 28px;
}
.wrapper-body .bg-inicial div.total .col-1 .title {
  color: #fff;
  font-weight: 700;
  font-size: 5em;
  margin-top: 38px;
  margin-bottom: 0;
  line-height: 114%;
}
.wrapper-body .bg-inicial div.total .col-1 p {
  color: #fff;
  font-size: 2.6em;
  line-height: 105%;
  margin-top: -6px;
  padding-bottom: 30px;
  padding-top: 20px;
  font-weight: 500;
}
.wrapper-body .bg-inicial div.total-two {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 47px;
  padding-bottom: 52px;
}
.wrapper-body .bg-inicial div.total-two .col-1 {
  width: 50%;
  padding-top: 28px;
  padding-bottom: 210px;
}
.wrapper-body .bg-inicial div.total-two .col-1 h1 {
  color: #fff;
  font-weight: bold;
  font-size: 55px;
}
.wrapper-body .bg-inicial div.total-two .col-1 a {
  background-color: #fff;
  font-size: 32px;
  color: #aa7060;
  padding: 19px 17px;
  border: 3px solid #fff;
  border-radius: 47px;
  font-weight: bold;
  text-decoration: none;
}
.wrapper-body .bg-inicial div.total-two .col-1 a:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.6s;
}
.wrapper-body .bg-inicial div.total-two .col-1 p {
  color: #fff;
  font-size: 1.8em;
  line-height: 119%;
  margin-top: 51px;
  padding-bottom: 32px;
  text-align: end;
  padding-right: 95px;
  font-weight: 500;
}
.wrapper-body .bg-inicial div.bg-wave {
  height: 255px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../../src/images/wave-transparent.png);
  background-position: center;
}
.wrapper-body .geral {
  background: #fff;
  padding-top: 20px;
}
.wrapper-body .geral .itens {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.wrapper-body .geral .itens .item {
  background-repeat: no-repeat;
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 87px 30px 30px 30px;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  background-size: cover;
}
.wrapper-body .geral .itens .item.item-2 {
  border-radius: 30px 30px 30px 30px;
}
.wrapper-body .geral .itens .item.item-3 {
  border-radius: 30px 30px 87px 30px;
}
.wrapper-body .geral .itens .item .color {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  align-content: space-between;
}
.wrapper-body .geral .itens .item .color h2 {
  color: #fff;
  text-align: center;
  font-size: 2.6em;
  font-weight: bold;
  margin: 0;
}
.wrapper-body .geral .itens .item .color p {
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 105px;
  font-weight: 600;
}
.wrapper-body .geral .itens .item .color a {
  width: 100%;
  border: 5px solid white;
  border-radius: 40px;
  display: flex;
  padding: 28px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  height: 40px;
}
.wrapper-body .geral .itens .item .color a:hover {
  background-color: #fff;
}
.wrapper-body .geral .itens-principal {
  display: flex;
  justify-content: space-around;
  width: 68%;
  margin: 60px auto;
}
.wrapper-body .geral .itens-principal div {
  background: #b2b2b2;
  width: 30%;
}
.wrapper-body .geral .itens-principal div h2 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  padding: 35px 16px 0px 16px;
  text-align: center;
}
.wrapper-body .geral .itens-principal div.item {
  border-radius: 30px 30px 30px 100px;
}
.wrapper-body .geral .itens-principal div.item-2 {
  border-radius: 30px 30px 30px 30px;
}
.wrapper-body .geral .itens-principal div.item-3 {
  border-radius: 30px 100px 30px 30px;
}
.wrapper-body .geral .especialista {
  position: relative;
  top: -83px;
  display: flex;
}
.wrapper-body .geral .especialista a {
  background-color: #aa7060;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding: 7px 20px;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  margin-bottom: -40px;
  border-radius: 30px;
  text-decoration: none;
}
.wrapper-body .geral .especialista a:hover {
  background-color: #8e5c4e;
  transition: all 0.6s;
}

@media screen and (max-width: 1210px) {
  .wrapper-body .bg-inicial {
    padding-right: 25px;
    padding-left: 25px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 a {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper-body .bg-inicial div.bg-wave:after {
    left: 0px;
    bottom: -154px;
  }
  .wrapper-body .geral .itens-principal {
    width: 83%;
  }
  .wrapper-body .bg-inicial div.total .col-1 {
    width: 62%;
    padding-left: 40px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 a {
    font-size: 17px;
    color: #aa7060;
  }
  .wrapper-body .geral .itens {
    gap: 20px;
  }
  .wrapper-body .geral .itens .item {
    width: 100%;
  }
  .wrapper-body .geral .itens .item .color {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrapper-body .geral .itens .item .color h2 {
    text-align: left;
  }
  .wrapper-body .geral .itens .item .color p {
    display: none;
  }
  .wrapper-body .geral .itens .item .color a svg {
    width: 70%;
  }
  .wrapper-body .bg-inicial div.total .col-1 {
    width: 62%;
    padding-left: 40px;
    margin: 0 auto;
  }
  .wrapper-body .bg-inicial div.total-two {
    justify-content: center;
    text-align: center;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 p {
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 942px) {
  body .wrapper-body .bg-inicial {
    background-size: cover;
  }
  .wrapper-body .bg-inicial {
    padding-bottom: 10px;
  }
  .wrapper-body .bg-inicial div.total .col-1 p br {
    display: none;
  }
  .wrapper-body .geral {
    padding: 0;
    float: left;
  }
  .wrapper-body .geral .itens {
    flex-direction: inherit;
    width: 100%;
    margin: 0 auto;
    gap: inherit;
    margin-bottom: 12px;
    display: block;
  }
  .wrapper-body .geral .itens .item {
    border-radius: 30px;
    margin-bottom: 23px;
    display: inline-block;
    float: left;
  }
  .wrapper-body .geral .itens .item .color {
    display: inline-block;
    gap: initial;
    align-items: center;
    grid-template-columns: inherit;
    float: left;
    vertical-align: top;
    padding: 20px 144px 20px 20px;
    position: relative;
  }
  .wrapper-body .geral .itens .item .color h2 {
    float: left;
  }
  .wrapper-body .geral .itens .item a.seta {
    width: 122px;
    margin: 16px 0 0 0;
    padding: 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .wrapper-body .geral .itens .item a.seta svg {
    width: 150px;
  }
  .wrapper-body .geral .itens .item.item-3 {
    border-radius: 30px;
    margin-bottom: 70px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 {
    width: 60%;
  }
  .wrapper-body .bg-inicial div.bg-wave:after {
    bottom: -187px;
  }
  .wrapper-body .geral .especialista a {
    width: 50%;
  }
  .wrapper-body .geral .itens-principal div h2 {
    font-size: 28px;
    padding: 50px 16px 0px 16px;
  }
}
@media screen and (max-width: 798px) {
  .wrapper-body .bg-inicial div.total .col-1 {
    width: 85%;
  }
  .wrapper-body .bg-inicial div.bg-wave:after {
    bottom: -292px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
  .wrapper-body .bg-inicial div.total .col-1 .title {
    font-size: 44px;
  }
  .wrapper-body .bg-inicial div.total .col-1 p {
    font-size: 28px;
  }
  .wrapper-body .geral .itens-principal div.item-1:after {
    left: 39px;
  }
  .wrapper-body .geral .itens-principal div.item-2:after {
    left: 39px;
  }
  .wrapper-body .geral .itens-principal div.item-3:after {
    left: 39px;
  }
}
@media screen and (max-width: 711px) {
  .wrapper-body .geral .itens-principal div.item-1:after {
    width: 100px;
    height: 100px;
  }
  .wrapper-body .geral .itens-principal div.item-2:after {
    width: 100px;
    height: 100px;
  }
  .wrapper-body .geral .itens-principal div.item-3:after {
    width: 100px;
    height: 100px;
  }
  .wrapper-body .geral .itens-principal div h2 {
    font-size: 20px;
  }
  .wrapper-body .bg-inicial div.total .col-1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 516px) {
  .wrapper-body .bg-inicial div.total-two {
    padding-bottom: 0;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 p {
    font-size: 16px;
    line-height: 21px;
  }
  .wrapper-body .bg-inicial div.total .col-1 .title {
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .wrapper-body .bg-inicial div.total .col-1 .title br {
    display: none;
  }
  .wrapper-body .bg-inicial div.total .col-1 p {
    font-size: 20px;
    line-height: 25px;
    padding-top: 0;
  }
  .wrapper-body .geral .itens .item .color a {
    padding: 5px;
  }
  .wrapper-body .geral .itens-principal div.item-1:after {
    background-repeat: no-repeat;
    background-position: center;
    left: 25px;
    width: 80px;
    height: 80px;
    top: -44px;
  }
  .wrapper-body .geral .itens-principal div.item-2:after {
    background-repeat: no-repeat;
    background-position: center;
    left: 25px;
    width: 80px;
    height: 80px;
    top: -44px;
  }
  .wrapper-body .geral .itens-principal div.item-3:after {
    background-repeat: no-repeat;
    background-position: center;
    left: 25px;
    width: 80px;
    height: 80px;
    top: -44px;
  }
  .wrapper-body .geral .itens-principal div h2 {
    font-size: 15px;
    line-height: 26px;
  }
  .wrapper-body .geral .itens-principal div.item-3 {
    border-radius: 30px 68px 30px 30px;
  }
  .wrapper-body .geral .itens-principal div.item-1 {
    border-radius: 30px 30px 30px 68px;
  }
  .wrapper-body .bg-inicial div.bg-wave:after {
    bottom: -206px;
  }
}
@media screen and (max-width: 424px) {
  .wrapper-body .bg-inicial div.bg-wave:after {
    bottom: -420px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 a {
    font-size: 16px;
  }
  .wrapper-body .geral .itens-principal {
    width: 100%;
  }
  .wrapper-body .geral .especialista a {
    width: 73%;
  }
  .wrapper-body .bg-inicial div.bg-wave:after {
    bottom: -374px;
  }
  .nav-item {
    background: #AA7060;
  }
  .wrapper-body .bg-inicial div.total .col-1 {
    width: 82%;
  }
}
@media screen and (max-width: 350px) {
  .wrapper-body .bg-inicial div.total-two .col-1 a {
    font-size: 12px;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 {
    margin-top: -40px;
  }
  .wrapper-body .bg-inicial div.total-two {
    padding-bottom: 0;
  }
  .wrapper-body .bg-inicial div.total-two .col-1 {
    padding-bottom: 17px;
  }
  .wrapper-body .geral .itens-principal {
    flex-direction: column;
    align-items: center;
  }
  .wrapper-body .geral .itens-principal div {
    width: 93%;
  }
  .wrapper-body .geral .itens-principal div.item-1 {
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 70px;
  }
  .wrapper-body .geral .itens-principal div.item-2 {
    height: 154px;
    border-radius: 30px 30px 30px 30px;
    margin-bottom: 70px;
  }
  .wrapper-body .geral .itens-principal div.item-3 {
    height: 154px;
    border-radius: 30px 30px 30px 30px;
  }
  .wrapper-body .geral .itens-principal div.item-1:after {
    left: 116px;
  }
  .wrapper-body .geral .itens-principal div.item-2:after {
    left: 116px;
  }
  .wrapper-body .geral .itens-principal div.item-3:after {
    left: 116px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper-inner-page-section-1 .bg-wave:after {
    background: url(../../src/images/wave-transparent.png);
    height: 254px;
  }
  .total-one {
    padding-bottom: 226px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .wrapper-inner-page-section-1 .total-one {
    padding-bottom: 161px;
  }
  .wrapper-inner-page-section-1 .bg-wave:after {
    background: url(../../src/images/wave-transparent-medium.png);
    height: 165px;
  }
}
@media screen and (max-width: 799px) {
  .wrapper-inner-page-section-1 .total-one {
    padding-bottom: 161px;
  }
  .wrapper-inner-page-section-1 .bg-wave:after {
    background: url(../../src/images/wave-transparent-small.png);
    height: 165px;
  }
}
body.page-id-1530 .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button a {
  color: #fff !important;
  display: inline-block;
}
body.page-id-1530 .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button a:hover {
  color: #000000 !important;
}

.text-center, .title-main.text-center {
  text-align: center;
}

.title-main.text-center {
  width: 100%;
}

.bnt-internal {
  background-color: #1c1c1c;
  padding: 12px 17px;
  font-size: 2.5em;
  border: 3px solid #1c1c1c;
  border-radius: 35px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}
.bnt-internal:hover {
  background-color: #fff !important;
  color: #000 !important;
  transition: all, 0.6;
  text-decoration: none;
}

.steps .circle {
  width: 100px;
  height: 100px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 0, 0);
  line-height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 80px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}
.steps .circle:before {
  content: "";
  width: 9px;
  height: 100px;
  background: #000;
  display: block;
  position: absolute;
  top: -64px;
  z-index: -1;
  left: 46px;
}
.steps .wrapper-inner-page-section-1 {
  background: url(../../src/images/background.jpg);
  background-position: 2px -208px;
  position: relative;
}
.steps .wrapper-inner-page-section-1 .total-one .col-1 h1 {
  color: #fff;
}
.steps .wrapper-inner-page-section-1 .total-one .col-1 p {
  color: #fff;
  font-weight: 700;
}
.steps .wrapper-inner-page-section-1 .total-one .col-1 a {
  background-color: #1c1c1c;
  text-decoration: none;
}
.steps .wrapper-inner-page-section-1 .total-one .col-1 a:hover {
  background-color: transparent;
  transition: all 0.5s;
}
.steps .wrapper-inner-page-section-1 .total-one .col-2 form input {
  border: 1px solid transparent;
  border-radius: 39px;
  width: 65%;
  padding: 14px 22px;
  color: #1F5D5C;
  font-size: 25px;
}
.steps .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
  background-color: #1c1c1c;
  border: 3px solid #000;
  color: #fff;
  margin-top: -31px;
  width: 31%;
  position: relative;
}
.steps .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit]:hover {
  background-color: #fff;
  transition: all 0.5s;
  color: #1c1c1c;
}
.steps .wrapper-inner-page-section-1 .total-one .col-2 form ::-webkit-input-placeholder {
  color: #1F5D5C;
}
.steps .wrapper-inner-page-section-1 .total-one .col-2 form textarea.mensagem {
  color: #0e1134;
}
.steps .wrapper-inner-page-section-2 .conteudo .col-1 h2 {
  font-weight: bold;
}
.steps .wrapper-inner-page-section-2 .itens-principal div.item-1:after {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-2 .itens-principal div.item-2:after {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-2 .itens-principal div.item-3:after {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-2 .especialista a {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-2 .especialista a:hover {
  background-color: #174747;
}
.steps .wrapper-inner-page-section-2 .conteudo-two .title-conteudo {
  margin: 0 auto;
  width: 37%;
  margin-bottom: 91px;
}
.steps .wrapper-inner-page-section-2 .conteudo-two .title-conteudo h2 {
  text-align: center;
  color: #1f5d5c;
  font-size: 5em;
  font-weight: 900;
  line-height: 100%;
  margin-top: 10px;
  font-family: "Raleway", sans-serif;
}
.steps .wrapper-inner-page-section-2 .conteudo-text {
  flex-direction: column;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item {
  background-color: #1f5d5c;
  width: 70%;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  margin-bottom: 106px;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item:nth-child(1) .circle:before {
  display: none;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item:last-child {
  margin-bottom: 0;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item.three {
  margin-bottom: 30px;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item.no-line:after {
  width: 0;
}
.steps .wrapper-inner-page-section-2 .conteudo-text .item p {
  color: #fff;
  text-align: center;
  font-size: 3em;
  padding: 40px 16px 0;
  line-height: 49px;
  font-weight: 900;
  margin-bottom: 28px;
  font-family: "Raleway", sans-serif;
}
.steps .wrapper-inner-page-section-2 .link {
  text-align: center;
  margin-bottom: 50px;
}
.steps .wrapper-inner-page-section-3 .advogado-empresarial {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button a {
  color: #fff;
}
.steps .wrapper-inner-page-section-4 {
  margin-bottom: 135px;
}
.steps .wrapper-inner-page-section-4 .box .title {
  color: #1f5d5c;
}
.steps .wrapper-inner-page-section-4 .box .title span {
  color: #1f5d5c;
}
.steps .wrapper-inner-page-section-4 .box a.button-end {
  background-color: #1f5d5c;
  border: 3px solid #1f5d5c;
  width: 400px;
}
.steps .wrapper-inner-page-section-4 .box a.button-end:hover {
  background-color: #fff;
  color: #1f5d5c;
}
.steps .wrapper-inner-page-section-5 .text-one .title {
  color: #1f5d5c;
}
.steps .wrapper-inner-page-section-5 .text-one.section-two .milhoes {
  width: 40%;
}
.steps .wrapper-inner-page-section-5 .text-one.section-two .milhoes h2 {
  font-size: 40px;
  color: #1c1c1c;
}
.steps .wrapper-inner-page-section-5 .text-one.section-two .milhoes h2 span {
  color: #1f5d5c;
}
.steps .wrapper-inner-page-section-5 .text-two p.blue {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-end .title-box {
  background-color: #1f5d5c;
}
.steps .wrapper-inner-page-section-end .box-perguntas h2 {
  color: #1f5d5c;
}

.wrapper-inner-page-section-1 {
  background: url(../../src/images/bg.jpg);
  background-position: 2px -208px;
  position: relative;
}
.wrapper-inner-page-section-1 .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.wrapper-inner-page-section-1 .total-one {
  display: flex;
  padding-top: 77px;
}
.wrapper-inner-page-section-1 .total-one .col-1 {
  width: 50%;
}
.wrapper-inner-page-section-1 .total-one .col-1 h1 {
  font-size: 5em;
  color: #fff;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 80px;
  margin: 24px 0 10px 0;
}
.wrapper-inner-page-section-1 .total-one .col-1 p {
  margin: 0 0 68px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 37px;
}
.wrapper-inner-page-section-1 .total-one .col-1 a {
  background-color: #1c1c1c;
  padding: 12px 17px;
  font-size: 2.5em;
  border: 3px solid #1c1c1c;
  border-radius: 35px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}
.wrapper-inner-page-section-1 .total-one .col-1 a:hover {
  background-color: transparent;
  transition: all 0.5s;
  color: #060505;
}
.wrapper-inner-page-section-1 .total-one .col-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0 60px 7%;
}
.wrapper-inner-page-section-1 .total-one .col-2 .wpcf7 {
  width: 100%;
}
.wrapper-inner-page-section-1 .total-one .col-2 form input {
  border: 1px solid transparent;
  border-radius: 39px;
  width: 100%;
  padding: 14px 22px;
  color: #0e1134;
  font-size: 1.4em;
}
.wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  margin-top: -31px;
  width: auto;
  position: relative;
  text-transform: uppercase;
  padding: 13px 40px;
  text-align: center;
  font-size: 2em;
}
.wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit]:hover {
  background-color: #fff;
  transition: all 0.5s;
  color: #1c1c1c;
}
.wrapper-inner-page-section-1 .total-one .col-2 form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d7350;
  font-size: 1.1em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.wrapper-inner-page-section-1 .total-one .col-2 form textarea.mensagem {
  height: 226px;
  position: relative;
  width: 100%;
  border-radius: 38px;
  color: #0e1134;
  font-size: 1.1em;
  line-height: 100%;
  margin-bottom: -26px;
  position: relative;
  z-index: 0;
}
.wrapper-inner-page-section-1 .total-one .col-2 form textarea.mensagem::-webkit-input-placeholder {
  position: absolute;
}
.wrapper-inner-page-section-1 .bg-wave:after {
  content: "";
  background-position: center bottom;
  position: absolute;
  left: 0px;
  width: 100%;
  background-repeat: no-repeat;
  bottom: -1px;
}

.wrapper-inner-page-section-2 .itens-principal {
  display: flex;
  justify-content: space-around;
  width: 73%;
  margin: 88px auto 30px auto;
}
.wrapper-inner-page-section-2 .itens-principal div {
  background: #b2b2b2;
  width: 30%;
  position: relative;
  min-height: 350px;
}
.wrapper-inner-page-section-2 .itens-principal div:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper-inner-page-section-2 .itens-principal div h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  padding: 55px 16px 0px 16px;
  text-align: center;
}
.wrapper-inner-page-section-2 .itens-principal div.item-1 {
  border-radius: 30px 30px 30px 100px;
}
.wrapper-inner-page-section-2 .itens-principal div.item-2 {
  border-radius: 30px 30px 30px 30px;
}
.wrapper-inner-page-section-2 .itens-principal div.item-3 {
  border-radius: 30px 100px 30px 30px;
}
.wrapper-inner-page-section-2 .especialista {
  position: relative;
  top: -63px;
  text-align: center;
}
.wrapper-inner-page-section-2 .especialista a {
  background-color: #aa7060;
  border-color: #aa7060;
}
.wrapper-inner-page-section-2 .especialista a:hover {
  color: rgb(6, 5, 5);
}
.wrapper-inner-page-section-2 .conteudo .col-1 {
  width: 100%;
}
.wrapper-inner-page-section-2 .conteudo .col-1 h2 {
  font-size: 5em;
  font-weight: 900;
  color: #1c1c1c;
  font-family: "Raleway", sans-serif;
}
.wrapper-inner-page-section-2 .conteudo-two {
  position: relative;
}
.wrapper-inner-page-section-2 .conteudo-two .barra-preta:after {
  content: "";
  width: 1000px;
  height: 85px;
  background-color: #1c1c1c;
  position: absolute;
  left: -420px;
  top: 10px;
  z-index: 0;
}
.wrapper-inner-page-section-2 .conteudo-two .destaque {
  overflow: hidden;
}
.wrapper-inner-page-section-2 .conteudo-two .destaque h3 {
  font-size: 3em;
  background-color: #1c1c1c;
  width: auto;
  padding: 18px 19px 18px 0;
  color: #fff;
  border-radius: 0 55px 53px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-weight: 900;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  margin: 10px 0;
}
.wrapper-inner-page-section-2 .conteudo-two .title-conteudo {
  margin-top: 60px;
  width: 29%;
}
.wrapper-inner-page-section-2 .conteudo-two .title-conteudo h2 {
  font-size: 5em;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
  line-height: 100%;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text {
  display: flex;
  margin-bottom: 44px;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text .text {
  width: 50%;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text .text p {
  color: #1c1c1c;
  font-size: 2em;
  line-height: 117%;
  font-weight: 900;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img {
  width: 50%;
  margin-top: -134px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img a {
  margin: 0 auto;
  text-align: center;
}
.wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img a:hover {
  transition: all 0.5s;
  opacity: 0.9;
}

body.page-template .especialista a {
  background-color: #000000;
  border-color: #000000;
}

.wrapper-inner-page-section-3 {
  padding-top: 71px;
}
.wrapper-inner-page-section-3 .advogado-empresarial {
  border-radius: 80px;
  padding-top: 0;
  position: relative;
  margin-bottom: 40px;
}
.wrapper-inner-page-section-3 .advogado-empresarial .text-principal {
  border-radius: 244px;
  background-color: #1c1c1c;
  width: 95%;
  text-align: center;
  margin: -49px auto 0 auto;
  padding: 23px 104px;
  z-index: 2;
  display: block;
}
.wrapper-inner-page-section-3 .advogado-empresarial .text-principal p {
  font-weight: 900;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  line-height: 128%;
  margin: 0;
}
.wrapper-inner-page-section-3 .advogado-empresarial.margin {
  margin-top: 20px;
  display: inline-block;
}
.wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 45px;
  padding-top: 29px;
}
.wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
  background-color: #fff;
  font-size: 1.2em;
  padding: 0 35px;
  border-radius: 20px;
  width: 23%;
  margin-bottom: 30px;
  text-align: center;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item p {
  color: #000;
  font-weight: 900;
  margin: 0;
  line-height: 119%;
}
.wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button {
  text-align: center;
  position: absolute;
  bottom: -38px;
  width: 100%;
}

.wrapper-inner-page-section-4 .box {
  background-color: #fff;
  box-shadow: 0 0 50px 12px rgba(0, 0, 0, 0.2);
  border-radius: 140px;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  margin-top: 90px;
}
.wrapper-inner-page-section-4 .box .title {
  text-align: center;
  padding-top: 34px;
  font-size: 5em;
  text-transform: uppercase;
  color: #8d734e;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}
.wrapper-inner-page-section-4 .box .title span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1em;
}
.wrapper-inner-page-section-4 .box .title span:after {
  content: "";
  width: 100%;
  border-radius: 10px;
  height: 7px;
  background-color: red;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.wrapper-inner-page-section-4 .box .section-itens {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 80px;
}
.wrapper-inner-page-section-4 .box .section-itens:nth-child(2) .text p:before {
  content: "";
  width: 280px;
  height: 99px;
  position: absolute;
  top: -97px;
  left: 0px;
  background: transparent url(../../src/images/bg-cloud.jpg) no-repeat scroll 0 0;
}
.wrapper-inner-page-section-4 .box .section-itens.reverse {
  flex-direction: row-reverse;
}
.wrapper-inner-page-section-4 .box .section-itens .text {
  width: 50%;
}
.wrapper-inner-page-section-4 .box .section-itens .text p {
  font-size: 2em;
  line-height: 39px;
  color: #000;
  text-align: justify;
  font-weight: 900;
  position: relative;
}
.wrapper-inner-page-section-4 .box .section-itens .image {
  width: 50%;
  text-align: center;
}
.wrapper-inner-page-section-4 .box .section-itens .image-new {
  width: 29%;
  padding-left: 10px;
}
.wrapper-inner-page-section-4 .box .column-itens {
  display: flex;
  flex-direction: column;
}
.wrapper-inner-page-section-4 .box .column-itens .image {
  width: 56%;
  margin: 0 auto;
}
.wrapper-inner-page-section-4 .box .column-itens .text {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.wrapper-inner-page-section-4 .box .column-itens .text p {
  font-size: 2em;
  line-height: 39px;
  padding: 29px 63px;
  color: #000;
  font-weight: 900;
  text-align: justify;
}
.wrapper-inner-page-section-4 .box a.button-end {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: -26px;
}
.wrapper-inner-page-section-4 .box a.button-end:hover {
  background-color: #fff;
  transition: all 0.5s;
  opacity: 0.9;
}

.wrapper-inner-page-section-5 .text-one .title {
  text-align: left;
  margin-top: 0;
  font-size: 4em;
  color: #8d734e;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
  margin-right: 20px;
}
.wrapper-inner-page-section-5 .text-two p.black {
  background-color: #1c1c1c;
  color: #fff;
  padding: 24px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  margin: 10px 0;
}
.wrapper-inner-page-section-5 .text-two p.gold {
  background-color: #8d734e;
  color: #fff;
  padding: 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
.wrapper-inner-page-section-5 .section-two {
  display: flex;
  flex-direction: column;
  width: 1100px;
}
.wrapper-inner-page-section-5 .section-two .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 35px;
  gap: 50px;
}
.wrapper-inner-page-section-5 .section-two .total a {
  background-color: #000;
  width: 250px;
  height: 250px;
  color: #fff;
  font-size: 2.9em;
  padding: 0 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  border: 5px solid #000;
  margin-right: 0;
  flex: none;
}
.wrapper-inner-page-section-5 .section-two .total a:hover {
  background-color: transparent;
  color: #000;
  transition: all 0.5s;
}
.wrapper-inner-page-section-5 .section-two .imgs {
  display: grid;
  justify-content: center;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.wrapper-inner-page-section-5 .section-two .imgs.space {
  margin-bottom: 60px;
}
.wrapper-inner-page-section-5 .section-two .books {
  text-align: center;
  margin: 90px 0;
}

.wrapper-inner-page-section-end .title-box {
  background-color: #8d734e;
  width: 89%;
  text-align: center;
  margin: 0 auto;
  border-radius: 40px;
  padding: 15px 0;
  margin-bottom: 60px;
}
.wrapper-inner-page-section-end .title-box .title {
  color: #fff;
  font-size: 4em;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  padding: 0 30px;
}
.wrapper-inner-page-section-end .title-box .button {
  margin-bottom: -29px;
}
.wrapper-inner-page-section-end .box-perguntas {
  box-shadow: 0 0 50px 12px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  margin-top: 109px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  padding-bottom: 90px;
}
.wrapper-inner-page-section-end .box-perguntas h2 {
  font-size: 4em;
}
.wrapper-inner-page-section-end .box-perguntas ul {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.wrapper-inner-page-section-end .box-perguntas ul li {
  border: 1px solid #000;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 10px 25px;
  color: #000;
}

@media screen and (max-width: 1315px) {
  .wrapper-inner-page-section-2 .conteudo-two .barra-preta:after {
    left: 0;
    width: 161px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 12px;
  }
  .wrapper-inner-page-section-5 .section-two {
    width: 95%;
  }
  .wrapper-inner-page-section-2 .conteudo-two .barra-preta:after {
    height: 78px;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper-inner-page-section-2 .conteudo-two .barra-preta:after {
    left: 0;
    width: 161px;
  }
  .wrapper-inner-page-section-2 .itens-principal div.item-1, .wrapper-inner-page-section-2 .itens-principal div.item-2, .wrapper-inner-page-section-2 .itens-principal div.item-3 {
    border-radius: 30px;
  }
  .wrapper-inner-page-section-2 .itens-principal div h2 {
    font-size: 28px;
  }
  .wrapper-inner-page-section-4 .box a.button-end {
    width: 30%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper-inner-page-section-2 .itens-principal div h2 {
    font-size: 25px;
  }
  .wrapper-inner-page-section-2 .conteudo-two .barra-preta:after {
    left: -565px;
  }
  .steps .wrapper-inner-page-section-2 .conteudo-two .title-conteudo {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .wrapper-inner-page-section-3 .advogado-empresarial {
    padding-top: 41px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa {
    width: 95%;
    padding-top: 29px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
    width: 31%;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .text-principal {
    border-radius: 119px;
    padding: 23px;
    width: 95%;
    padding: 40px 40px;
    z-index: 2;
    position: inherit;
    top: auto;
    left: auto;
    margin-top: -100px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .text-principal p {
    font-size: 2em;
  }
  .barra-preta {
    display: none;
  }
  .steps .circle {
    width: 70px;
    height: 70px;
    line-height: 96%;
    font-size: 63px;
    top: -35px;
  }
  .steps .circle:before {
    left: 30px;
  }
  .steps .wrapper-inner-page-section-2 .link a {
    display: inline-block;
    width: auto;
  }
  .steps .wrapper-inner-page-section-2 .conteudo-text .item {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
  .steps .wrapper-inner-page-section-2 .conteudo-text .item p {
    font-size: 2.3em;
    padding-top: 15px;
    line-height: 120%;
    margin-top: 30px;
  }
  .steps .wrapper-inner-page-section-2 .conteudo-text .item p br {
    display: none;
  }
  .steps .wrapper-inner-page-section-2 .conteudo-two .title-conteudo {
    width: 100%;
    margin-bottom: 50px;
  }
  .wrapper-inner-page-section-end .title-box {
    padding: 15px;
  }
  .wrapper-inner-page-section-end .title-box .title {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .wrapper-inner-page-section-5 .section-two .imgs {
    display: grid;
    gap: 40px;
    margin: 0 auto;
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  .wrapper-inner-page-section-5 .section-two .total a {
    margin-right: 0;
  }
  .wrapper-inner-page-section-5 .text-one .title {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .wrapper-inner-page-section-5 .section-two .total {
    flex-direction: column;
    gap: 10px;
  }
  .wrapper-inner-page-section-4 .box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrapper-inner-page-section-4 .box .title {
    font-size: 3.4em;
    padding: 7px 15px 0 15px;
  }
  .wrapper-inner-page-section-4 .box .title span:after {
    height: 4px;
  }
  .wrapper-inner-page-section-4 .box .column-itens {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper-inner-page-section-4 .box .column-itens .text {
    width: 100%;
  }
  .wrapper-inner-page-section-4 .box .column-itens .text p {
    padding: 0;
  }
  .wrapper-inner-page-section-4 .box .column-itens .image {
    width: 94%;
  }
  .wrapper-inner-page-section-4 .box .section-itens {
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 0;
  }
  .wrapper-inner-page-section-4 .box .section-itens:nth-child(2) {
    margin-top: 61px;
  }
  .wrapper-inner-page-section-4 .box .section-itens:nth-child(2) .text p:before {
    content: "";
    width: 169px;
    height: 60px;
    top: -59px;
    background-size: 100%;
  }
  .wrapper-inner-page-section-4 .box .section-itens.reverse {
    flex-direction: column;
  }
  .wrapper-inner-page-section-4 .box .section-itens .text,
  .wrapper-inner-page-section-4 .box .section-itens .image {
    width: 100%;
  }
  .wrapper-inner-page-section-2 .itens-principal {
    width: 100%;
    flex-direction: column;
    margin-top: 72px;
  }
  .wrapper-inner-page-section-2 .itens-principal div {
    width: 100%;
    min-height: auto;
    margin-bottom: 63px;
  }
  .wrapper-inner-page-section-2 .itens-principal div h2 {
    padding-top: 17px;
    font-size: 2.3em;
  }
  .wrapper-inner-page-section-2 .itens-principal div:after {
    background-size: 58%;
    width: 70px;
    height: 70px;
    top: -38px;
  }
  .wrapper-inner-page-section-2 .conteudo .col-1 {
    width: 100%;
    text-align: center;
  }
  .wrapper-inner-page-section-2 .conteudo-two .title-conteudo {
    width: 100%;
  }
  .wrapper-inner-page-section-2 .conteudo-two .destaque {
    margin-left: -26px;
  }
  .wrapper-inner-page-section-2 .conteudo-two .destaque h3 {
    padding-right: 30px;
    padding-left: 30px;
    width: max-content;
  }
  .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img {
    width: 100%;
    margin-top: 0;
  }
  .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .text {
    width: 100%;
  }
  .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .text p {
    line-height: 30px;
    font-size: 23px;
  }
  .wrapper-inner-page-section-1 .total-one .col-1 {
    width: 100%;
    text-align: center;
  }
  .wrapper-inner-page-section-1 .total-one .col-1 h1 {
    font-size: 4em;
    line-height: 98%;
  }
  .wrapper-inner-page-section-1 .total-one .col-1 p {
    font-size: 2em;
    line-height: 98%;
    margin-bottom: 33px;
  }
  .wrapper-inner-page-section-1 .total-one {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 160px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 {
    width: 100%;
    padding: 20px 0 0;
  }
  .wrapper-inner-page-section-1 .total-one .col-1 {
    padding-left: 0;
    width: 79%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 42px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    margin-right: -67px;
    margin-left: 0;
  }
  .wrapper-inner-page-section-3 p.text-principal {
    font-size: 19px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
    padding: 9px 15px;
  }
  .wrapper-inner-page-section-4 .box h1 {
    padding-top: 23px;
  }
}
@media screen and (max-width: 780px) {
  .testimonial {
    margin-bottom: 24px;
  }
  .wrapper-inner-page-section-5 .section-two .total {
    padding-top: 20px;
  }
  .wrapper-inner-page-section-end .box-perguntas {
    margin-top: 40px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form input,
  .wrapper-inner-page-section-1 .total-one .col-2 form textarea.mensagem {
    width: 100%;
  }
  .wrapper-inner-page-section-4 .box {
    border-radius: 44px;
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
    height: 96px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .text-principal {
    border-radius: 44px;
    padding: 23px;
    width: 95%;
    padding: 20px 10px;
    z-index: 2;
    position: inherit;
    top: auto;
    left: auto;
    margin-top: -100px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .text-principal p {
    font-size: 1.9em;
    line-height: 149%;
  }
}
@media screen and (max-width: 560px) {
  .wrapper-body .bg-inicial {
    margin-bottom: 25px;
  }
  .wrapper-body .bg-inicial div.bg-wave {
    height: 190px;
  }
  .wrapper-inner-page-section-end .title-box .title {
    font-size: 22px;
    padding-bottom: 0;
  }
  .wrapper-inner-page-section-end .box-perguntas {
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 30px;
    margin-top: 68px;
  }
  .wrapper-inner-page-section-end .box-perguntas h2 {
    font-size: 29px;
  }
  .wrapper-inner-page-section-5 .section-two .total a {
    width: 200px;
    height: 200px;
  }
  .wrapper-inner-page-section-5 .text-two p,
  .wrapper-inner-page-section-5 .text-two p.black {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-inner-page-section-5 .text-one .title {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }
  .wrapper-inner-page-section-4 .box .title {
    padding-top: 7px;
  }
  .wrapper-inner-page-section-4 .box .column-itens .text p {
    font-size: 19px;
    line-height: 30px;
  }
  .wrapper-inner-page-section-4 .box .section-itens .text p {
    font-size: 19px;
    line-height: 30px;
  }
  .wrapper-inner-page-section-3 {
    padding-top: 58px;
  }
  .wrapper-inner-page-section-3 .text-principal p {
    font-size: 17px;
    line-height: 25px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
    width: 48%;
    height: 80px;
    font-size: 1.4em;
  }
  .wrapper-inner-page-section-2 .especialista a {
    margin-bottom: 0;
    font-size: 19px;
  }
  .wrapper-inner-page-section-2 .conteudo-two .title-conteudo h2 {
    font-size: 45px;
  }
  .wrapper-inner-page-section-2 .conteudo-two .conteudo-text {
    flex-direction: column;
  }
  .wrapper-inner-page-section-2 .conteudo-two .destaque h3 {
    width: 93%;
    font-size: 24px;
  }
  .wrapper-inner-page-section-2 .conteudo .col-1 h2 {
    margin-top: 0;
  }
  .wrapper-inner-page-section-2 .itens-principal div h2 {
    padding: 20px 15px 10px 15px;
    font-size: 19px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    width: 50%;
  }
  .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img a {
    font-size: 17px;
  }
  .wrapper-inner-page-section-3 p.text-principal {
    padding: 40px 25px;
  }
  .wrapper-inner-page-section-4 .box .section-itens .text {
    width: 100%;
  }
  .wrapper-inner-page-section-4 .box .section-itens .image {
    width: 79%;
  }
  .wrapper-inner-page-section-4 .box .section-itens .image img {
    margin: 0 auto;
  }
  .wrapper-inner-page-section-4 .box .section-itens .image-new {
    width: 50%;
  }
  .wrapper-inner-page-section-4 .box a.button-end {
    width: 41%;
  }
  .wrapper-inner-page-section-5 .section-two .total a {
    margin-right: 0;
  }
  .wrapper-inner-page-section-5 .section-two .imgs {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .wrapper-inner-page-section-5 .section-two .books {
    margin: 30px 0;
  }
  .wrapper-inner-page-section-end .title-box .button a {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .wrapper-inner-page-section-2 .itens-principal div:after {
    width: 57px;
    height: 57px;
  }
  body {
    font-size: 9px;
  }
  .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .itens-empresa .item {
    margin-bottom: 14px;
  }
}
.page-id-1153 .wrapper-inner-page-section-2 .itens-principal div.item-1:after {
  background-color: #000;
}

.all.bancario .wrapper-inner-page-section-1 {
  background: url(../../src/images/bg-green.png);
  background-position: 2px -208px;
  position: relative;
}
.all.bancario .wrapper-inner-page-section-1 .total-one .col-2 form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #325e47;
}
.all.bancario .wrapper-inner-page-section-2 .especialista a {
  background-color: #325E47;
}
.all.bancario .wrapper-inner-page-section-2 .especialista a:hover {
  background-color: #224231;
}
.all.bancario .wrapper-inner-page-section-2 .conteudo-two .title-conteudo h2 {
  color: #325E47;
}
.all.bancario .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img a {
  background-color: #325E47;
  margin: 20px auto;
}
.all.bancario .wrapper-inner-page-section-2 .conteudo-two .conteudo-text .img a:hover {
  opacity: 0.8;
  color: #fff;
}
.all.bancario .wrapper-inner-page-section-3 .advogado-empresarial {
  background-color: #325E47;
}
.all.bancario .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button a {
  color: #fff;
}
.all.bancario .wrapper-inner-page-section-3 .advogado-empresarial .col-1 .link-button a:hover {
  background-color: #fff;
  color: #325E47;
}
.all.bancario .wrapper-inner-page-section-4 .box .title {
  color: #325E47;
}
.all.bancario .wrapper-inner-page-section-4 .box a.button-end {
  background-color: #325E47;
  border: 3px solid #325E47;
}
.all.bancario .wrapper-inner-page-section-4 .box a.button-end:hover {
  background-color: #fff;
  color: #325E47;
}
.all.bancario .wrapper-inner-page-section-5 .text-one .title {
  color: #325E47;
}
.all.bancario .wrapper-inner-page-section-5 .text-two p.green {
  background-color: #325E47;
}
.all.bancario .wrapper-inner-page-section-end .title-box {
  background-color: #325E47;
}
.all.bancario .wrapper-inner-page-section-end .box-perguntas h2 {
  color: #325E47;
}

.page-error {
  text-align: center;
}
.page-error h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #ab7061;
  font-size: 170px;
  margin: 0 auto;
}
.page-error h1 span {
  color: #ab7061;
  font-weight: bold;
  font-size: 170px;
}
.page-error .total-error {
  display: flex;
  justify-content: space-between;
  height: 404px;
}
.page-error .total-error .col-1 {
  width: 50%;
  position: relative;
  top: -190px;
  left: 57px;
}
.page-error .total-error .col-2 {
  width: 50%;
}
.page-error .total-error .col-2 h2 {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.page-error .total-error .col-2 p {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-error .total-error .col-2 .back-home {
  background-color: #aa7060;
  color: #fff;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  padding: 10px 15px;
  border: 3px solid #aa7060;
  border-radius: 30px;
  font-weight: 700;
  text-align: left;
  margin-left: -211px;
  text-decoration: none;
}
.page-error .total-error .col-2 .back-home:hover {
  background-color: transparent;
  transition: all 0.5s;
  color: #aa7060;
}
.page-error .total-error .col-2 .lists {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.page-error .total-error .col-2 .lists .list-one {
  text-align: left;
  margin-left: 11px;
}
.page-error .total-error .col-2 .lists .list-one ul li {
  color: #ab7061;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.page-error .total-error .col-2 .lists .list-one ul li a {
  color: inherit;
}
.page-error .total-error .col-2 .lists .list-two {
  text-align: right;
}
.page-error .total-error .col-2 .lists .list-two ul li {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.page-error .total-error .col-2 .lists .list-two ul li:nth-child(even) a {
  color: #92744f;
}
.page-error .total-error .col-2 .lists .list-two ul li a {
  color: #325e47;
}

@media screen and (max-width: 928px) {
  .page-error h1 {
    margin-bottom: 120px;
  }
  .page-error h1 span {
    display: none;
  }
  .page-error .total-error {
    flex-direction: column-reverse;
    justify-content: center;
    height: 604px;
  }
  .page-error .total-error .col-1 {
    top: 0;
    left: 57px;
    margin: 0 auto;
    margin-bottom: 133px;
  }
  .page-error .total-error .col-2 {
    width: 100%;
  }
  .page-error .total-error .col-2 .back-home {
    margin-left: 0;
  }
  .page-error .total-error .col-2 .lists {
    width: 50%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 629px) {
  .page-error h1 {
    margin-bottom: 70px;
  }
  .page-error .total-error .col-1 {
    margin-bottom: 122px;
    width: 67%;
  }
  .page-error .total-error .col-2 .lists {
    width: 60%;
  }
}
@media screen and (max-width: 370px) {
  .page-error h1 {
    font-size: 129px;
  }
  .page-error .total-error .col-1 {
    margin-bottom: 67px;
    width: 89%;
    left: 15px;
  }
  .page-error .total-error .col-2 .lists {
    width: 100%;
  }
}
.accordion .item {
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion .item h2.title-accordion {
  margin-top: 0;
  font-size: 2em;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  color: #000;
  padding: 15px 20px;
  border-radius: 36px;
  text-transform: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding-right: 50px;
  font-weight: 600;
}
.accordion .item h2.title-accordion:hover:after {
  background-image: url("../../src/images/arrow-down.svg") no-repeat;
  background-size: 100%;
}
.accordion .item h2.title-accordion.active {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #dedede;
  font-weight: 600;
}
.accordion .item h2.title-accordion.active:after {
  background-image: url("../../src/images/arrow-up.svg");
  background-size: 100%;
}
.accordion .item h2.title-accordion:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 23px;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("../../src/images/arrow-down.svg");
  background-size: 100%;
}
.accordion .item .description-accordion {
  height: 0;
  overflow: hidden;
  cursor: default;
  padding: 0px;
}
.accordion .item .description-accordion h2 {
  font-size: 1.5em;
  margin-bottom: 0px;
}
.accordion .item .description-accordion p {
  font-family: "Raleway", sans-serif;
  color: #070909;
  padding-bottom: 0;
  font-size: 1.8em;
  line-height: 134%;
  margin: 0;
}
.accordion .item .description-accordion.active {
  height: auto;
  overflow: auto;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 20px;
}

.group-ask .group {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1185px) {
  .group-ask .group {
    width: 95%;
  }
}
@media screen and (max-width: 560px) {
  .accordion .item .description-accordion.active {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordion .item h2.title-accordion {
    padding: 15px;
    padding-right: 39px;
    padding-left: 20px;
  }
  .accordion .item h2.title-accordion:after {
    right: 6px;
  }
  .group-ask .group {
    width: 90%;
  }
}
/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.testimonial {
  margin-bottom: 50px;
}
.testimonial .group-photo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: 100%;
}
.testimonial .swiper-button-prev:hover,
.testimonial .swiper-button-next:hover {
  opacity: 0.8;
}
.testimonial .swiper-button-prev:after,
.testimonial .swiper-button-next:after {
  display: none;
}
.testimonial .swiper-button-prev {
  left: -65px;
  background-image: url("../../src/images/arrow-left-testimonial.png");
}
.testimonial .swiper-button-next {
  right: -65px;
  background-image: url("../../src/images/arrow-right-testimonial.png");
}
.testimonial .wrapper-slider {
  border: 4px solid #1f5d5c;
  height: 325px;
  padding: 15px;
  border-radius: 30px;
}
.testimonial .wrapper-slider p {
  color: #000;
  padding-top: 0;
  font-weight: 600;
}
.testimonial .wrapper-slider .title {
  color: #000;
  font-weight: 600;
}
.testimonial .wrapper-slider .image {
  width: 80px;
}
.testimonial .wrapper-slider img {
  border-radius: 100%;
}
.testimonial .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

@media screen and (max-width: 1334px) {
  .testimonial .swiper-button-next {
    right: 0;
    top: -31px;
  }
  .testimonial .swiper-button-prev {
    left: auto;
    right: 66px;
    top: -31px;
  }
}
@media screen and (max-width: 1185px) {
  .testimonial .swiper-button-next,
  .testimonial .swiper-button-prev {
    display: none;
  }
  .testimonial .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 45px;
    display: block;
  }
  .testimonial .wrapper-slider {
    height: auto;
  }
  .testimonial .wrapper-slider p {
    height: 100px;
    overflow: auto;
  }
}
.format-post {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.format-post a {
  color: #aa7060;
}
.format-post a:hover {
  text-decoration: none;
  color: #8e5c4e;
}
.format-post p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: rgb(29, 29, 29);
}
.format-post p span {
  color: rgb(68, 64, 60);
}
.format-post .wp-caption-text {
  font-size: 12px;
  padding: 5px;
}
.format-post #gallery-1 .gallery-item {
  margin: 0 !important;
}
.format-post .gallery {
  margin-bottom: 30px !important;
}
.format-post ol,
.format-post ul {
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.format-post ol li,
.format-post ul li {
  color: #1d1d1d;
}
.format-post ol li span,
.format-post ul li span {
  color: rgb(68, 64, 60);
}
.format-post ol li {
  list-style: inside decimal;
}
.format-post ul li {
  list-style: url(../../src/images/icon-list-limborco.png);
  margin-left: 18px;
}
.format-post h1 {
  font-size: 3.5em;
  font-weight: bold;
}
.format-post h2 {
  font-size: 1.5em;
}
.format-post h3 {
  font-size: 1.4em;
}
.format-post h4 {
  font-size: 1.3em;
}
.format-post h5 {
  font-size: 1.2em;
}
.format-post h6 {
  font-size: 1.1em;
}
.format-post h1,
.format-post h2,
.format-post h3,
.format-post h4,
.format-post h5,
.format-post h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #AA7060;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}
.format-post table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.format-post td,
.format-post th {
  border: 1px solid #333;
  text-align: left;
  padding: 8px;
  color: #8e5c4e;
}
.format-post tr th {
  color: #fff;
}
.format-post tr:first-child td {
  color: #fff;
  background-color: #8e5c4e;
}
.format-post tr:nth-child(even) {
  background-color: transparent;
}
.format-post tr:nth-child(odd) {
  background-color: #aa7060;
}
.format-post tr:nth-child(odd) th, .format-post tr:nth-child(odd) td {
  color: #fff;
}
.format-post .wp-block-table {
  margin: 0;
}
.format-post .wp-block-table figcaption {
  text-align: center;
}
.format-post .wp-block-button__link {
  background-color: #AA7060;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.format-post .wp-block-button__link:hover {
  color: white;
  background-color: #8e5c4e;
}
.format-post blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #8e5c4e;
  width: 100%;
  background-color: #b2b2b2;
  margin-bottom: 30px;
}
.format-post blockquote p {
  line-height: 21px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.format-post blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -5px;
  top: -10px;
  color: #aa7060;
}
.format-post blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.format-post blockquote cite:before {
  content: "— ";
}
.format-post .wp-block-gallery.is-cropped .blocks-gallery-item img {
  cursor: pointer;
}
.format-post .blocks-gallery-grid, .format-post .wp-block-gallery {
  flex-direction: row;
  margin: 0;
}
.format-post .blocks-gallery-grid figcaption, .format-post .wp-block-gallery figcaption {
  display: block;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body .format-post #gallery-1 .gallery-item {
    width: 30%;
  }
}
.cookie-notice {
  background-color: #000;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 9999999999;
}
.cookie-notice .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookie-notice span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.cookie-notice .notice-text a {
  color: #fff;
  text-decoration: underline;
}
.cookie-notice .notice-text a:hover {
  text-decoration: none;
}
.cookie-notice .notice-buttons .btn-cookie {
  padding: 5px 15px;
}
.cookie-notice .btn-cookie {
  display: inline-block;
  background-color: #c3a984;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
}
.cookie-notice .btn-cookie:hover {
  background-color: #b29162;
}

@media screen and (max-width: 800px) {
  .cookie-notice {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cookie-notice .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .cookie-notice .notice-text,
  .cookie-notice .notice-buttons {
    width: 100%;
    text-align: center;
  }
  .cookie-notice .close-cookie {
    right: 0;
  }
  .cookie-notice .btn-cookie {
    margin-top: 10px;
    width: 50%;
  }
}
.elements .modal-contact .ajax-loader {
  left: -135px;
}
.elements .modal-contact .text-policy {
  font-size: 1rem;
  color: white;
}
.elements .wrapper-inner-page-section-1 span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  top: 0;
}
.elements .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
  margin-top: 0;
}

.modal-contact-js {
  cursor: pointer;
}

.bg-modal-contact {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}

.close-modal-contact {
  color: #fff;
  position: absolute;
  right: 0;
  top: -35px;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  font-size: 2em;
  z-index: 9999;
}

.modal-contact {
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal-contact form .text-policy {
  margin-left: 10px;
}
.modal-contact .ajax-loader {
  left: -56px;
}
.modal-contact .wrapper-modal-contact {
  overflow-y: auto;
  padding: 40px 0;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.modal-contact .wrapper-modal-contact .col-2 {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.modal-contact .wrapper-modal-contact .wpcf7-acceptance .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 15px auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.modal-contact .wrapper-modal-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
  vertical-align: middle;
}
.modal-contact .wrapper-modal-contact .center-wrapper {
  vertical-align: middle;
}
.modal-contact .wrapper-modal-contact .center-wrapper .content {
  text-align: center;
  background-color: transparent;
  margin: 0 auto;
  display: inline-block;
  width: 600px;
  z-index: 99999999;
  padding: 0px;
  position: relative;
}
.modal-contact .wrapper-modal-contact .center-wrapper .content form {
  display: grid;
  gap: 10px;
}
.modal-contact .wrapper-modal-contact .center-wrapper .content form .input-control {
  height: 75px;
  border: none;
  text-align: left;
  padding: 20px 15px 20px 15px;
  font-size: 1em;
}
.modal-contact .wrapper-modal-contact .center-wrapper .content form .input-control:focus {
  background-color: #fff;
}

.col-2 .wpcf7-response-output {
  height: fit-content;
}
.col-2 form input {
  border: 1px solid transparent;
  border-radius: 39px;
  width: 70%;
  padding: 14px 22px;
  color: #1F5D5C;
  font-size: 1.4em;
}
.col-2 form input[type=submit] {
  background-color: #1c1c1c;
  border: 3px solid #000;
  color: #fff;
  margin-top: -31px;
  width: 31%;
  position: relative;
}
.col-2 form input[type=submit]:hover {
  background-color: #fff;
  transition: all 0.5s;
  color: #1c1c1c;
}
.col-2 form ::-webkit-input-placeholder {
  color: #1F5D5C;
}
.col-2 form textarea {
  font-size: 1.4em;
}
.col-2 form textarea.mensagem {
  color: #0e1134;
}

@media screen and (max-width: 965px) {
  .modal-contact {
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .elements .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    margin-top: 0;
    margin-right: 0;
  }
  .elements .modal-contact .ajax-loader {
    left: 0;
    bottom: -30px;
  }
  .elements .modal-contact .recaptcha span.wpcf7-not-valid-tip {
    left: 0;
    top: -17px;
    text-align: left;
    color: #fff;
    font-size: 12px;
  }
  .nld-chatbot .nld-avatar {
    bottom: 25px !important;
  }
}
@media screen and (max-width: 640px) {
  .modal-contact .wrapper-modal-contact .center-wrapper .content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .elements .modal-contact .text-policy {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) and (max-width: 560px) {
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    width: unset;
  }
}
@media screen and (max-width: 600px) and (max-width: 436px) {
  .modal-contact .wrapper-modal-contact .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    display: block;
    margin-bottom: 19px;
  }
  .wrapper-inner-page-section-1 .total-one .col-2 form input[type=submit] {
    width: unset;
  }
}
@media screen and (max-width: 600px) {
  #contact .content {
    background-color: transparent;
  }
}
@media screen and (max-width: 600px) {
  .modal-contact .wrapper-modal-contact .center-wrapper .content.contact-content {
    width: 100%;
  }
}
.button-whatsapp-animated,
.button-whatsapp-animated-fill {
  border-radius: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}

.button-whatsapp-animated {
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.5;
}

.zoomIn {
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.effect {
  animation-name: effect;
}

@-webkit-keyframes effect {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.button-whatsapp-animated-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -ms-transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.button-whatsapp-animated,
.mypage-alo-phone:hover .button-whatsapp-animated {
  border-color: #43b91e;
}

.whatsapp-circle {
  top: 17px;
  left: 17px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
  width: 58px;
  height: 58px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 14px 12px;
  background-color: #4ec95e;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.button-whatsapp-flutuante {
  position: fixed;
  bottom: 15px;
  right: 25px;
  width: 115px;
  height: 115px;
  z-index: 9999;
}
.button-whatsapp-flutuante span {
  background-color: #777;
  color: #fff;
  padding: 2px 8px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  top: 0;
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
.button-whatsapp-flutuante span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #777 transparent transparent;
}
.button-whatsapp-flutuante:hover {
  text-decoration: none;
}

.text-center, .title-main.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.title-main {
  color: #000;
  font-weight: bold;
  font-size: 4em;
  padding-left: 0;
  text-align: left;
  width: 643px;
}
.title-main span {
  color: #1F5D5C;
  font-weight: inherit;
}

.wrapper-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.breadcrumb {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .title-main {
    font-size: 2em;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrapper-page {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=global.css.map */
