@import url("https://use.typekit.net/mvm3nvg.css");

/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1040px){
  .container{
    max-width: 1040px;
  }
}

@media (min-width: 1248px){
  .container{
    max-width: 1248px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1445px){
  .container{
    max-width: 1445px;
  }
}

@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.top-\[84px\]{
  top: 84px;
}

.top-\[27px\]{
  top: 27px;
}

.right-\[100px\]{
  right: 100px;
}

.bottom-0{
  bottom: 0px;
}

.-bottom-\[190px\]{
  bottom: -190px;
}

.top-1\/2{
  top: 50%;
}

.right-0{
  right: 0px;
}

.top-\[30px\]{
  top: 30px;
}

.right-\[20px\]{
  right: 20px;
}

.top-\[11px\]{
  top: 11px;
}

.right-\[16px\]{
  right: 16px;
}

.top-\[23px\]{
  top: 23px;
}

.top-\[42px\]{
  top: 42px;
}

.bottom-\[56px\]{
  bottom: 56px;
}

.top-\[36px\]{
  top: 36px;
}

.left-1\/2{
  left: 50%;
}

.top-\[92px\]{
  top: 92px;
}

.top-\[5px\]{
  top: 5px;
}

.z-\[200\]{
  z-index: 200;
}

.z-\[2\]{
  z-index: 2;
}

.z-0{
  z-index: 0;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[1\]{
  z-index: 1;
}

.-z-\[1\]{
  z-index: -1;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.\!my-\[200px\]{
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.mx-\[1rem\]{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-\[48px\]{
  margin-top: 48px;
}

.mt-\[135px\]{
  margin-top: 135px;
}

.mt-\[26px\]{
  margin-top: 26px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mr-0{
  margin-right: 0px;
}

.mr-\[15px\]{
  margin-right: 15px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[41px\]{
  margin-bottom: 41px;
}

.mb-\[56px\]{
  margin-bottom: 56px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.mb-\[16px\]{
  margin-bottom: 16px;
}

.mb-\[46px\]{
  margin-bottom: 46px;
}

.mb-\[28px\]{
  margin-bottom: 28px;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 128px;
}

.mb-1{
  margin-bottom: 22px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-\[48px\]{
  margin-bottom: 48px;
}

.mb-\[24px\]{
  margin-bottom: 24px;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.\!mb-\[158px\]{
  margin-bottom: 158px !important;
}

.\!mb-\[0px\]{
  margin-bottom: 0px !important;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[110px\]{
  margin-top: 110px;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.mt-\[12px\]{
  margin-top: 12px;
}

.mr-\[20px\]{
  margin-right: 20px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[154px\]{
  margin-bottom: 154px;
}

.mr-\[5px\]{
  margin-right: 5px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mr-\[44px\]{
  margin-right: 44px;
}

.mb-\[47px\]{
  margin-bottom: 47px;
}

.mb-\[21px\]{
  margin-bottom: 21px;
}

.mr-\[9px\]{
  margin-right: 9px;
}

.-mr-\[1rem\]{
  margin-right: -1rem;
}

.-ml-\[1rem\]{
  margin-left: -1rem;
}

.mt-\[46px\]{
  margin-top: 46px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mt-\[27px\]{
  margin-top: 27px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[42px\]{
  margin-bottom: 42px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mt-\[38px\]{
  margin-top: 38px;
}

.mb-\[29px\]{
  margin-bottom: 29px;
}

.ml-\[7px\]{
  margin-left: 7px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-\[32px\]{
  height: 32px;
}

.h-7{
  height: 1.75rem;
}

.h-\[92px\]{
  height: 92px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[94px\]{
  height: 94px;
}

.h-\[20px\]{
  height: 20px;
}

.\!h-\[28px\]{
  height: 28px !important;
}

.\!h-\[20px\]{
  height: 20px !important;
}

.h-\[264px\]{
  height: 264px;
}

.h-full{
  height: 100%;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[58px\]{
  height: 58px;
}

.h-\[36px\]{
  height: 36px;
}

.h-\[105px\]{
  height: 105px;
}

.h-\[26px\]{
  height: 26px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[23px\]{
  height: 23px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[120px\]{
  height: 120px;
}

.\!h-\[9\.56px\]{
  height: 9.56px !important;
}

.h-\[55px\]{
  height: 55px;
}

.h-\[180px\]{
  height: 180px;
}

.h-\[160px\]{
  height: 160px;
}

.h-\[200px\]{
  height: 200px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-\[24px\]{
  min-height: 24px;
}

.min-h-\[38px\]{
  min-height: 38px;
}

.min-h-\[65px\]{
  min-height: 65px;
}

.min-h-\[280px\]{
  min-height: 280px;
}

.min-h-\[356px\]{
  min-height: 356px;
}

.w-full{
  width: 100%;
}

.w-7{
  width: 1.75rem;
}

.w-\[25px\]{
  width: 25px;
}

.w-\[72px\]{
  width: 72px;
}

.w-\[139px\]{
  width: 139px;
}

.w-\[150px\]{
  width: 150px;
}

.\!w-\[16px\]{
  width: 16px !important;
}

.\!w-\[28px\]{
  width: 28px !important;
}

.w-\[20px\]{
  width: 20px;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/2{
  width: 50%;
}

.w-\[350px\]{
  width: 350px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[70\%\]{
  width: 70%;
}

.w-auto{
  width: auto;
}

.w-\[162px\]{
  width: 162px;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[30px\]{
  width: 30px;
}

.w-\[90px\]{
  width: 90px;
}

.\!w-\[12\.29px\]{
  width: 12.29px !important;
}

.w-\[42px\]{
  width: 42px;
}

.w-\[36px\]{
  width: 36px;
}

.w-\[5\%\]{
  width: 5%;
}

.min-w-\[72px\]{
  min-width: 72px;
}

.min-w-\[18px\]{
  min-width: 18px;
}

.min-w-\[240px\]{
  min-width: 240px;
}

.min-w-\[162px\]{
  min-width: 162px;
}

.min-w-\[90px\]{
  min-width: 90px;
}

.max-w-none{
  max-width: none;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[900px\]{
  max-width: 900px;
}

.max-w-\[466px\]{
  max-width: 466px;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[100\%\]{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.\!flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

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

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-start{
  justify-items: start;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[0px\]{
  gap: 0px;
}

.gap-\[8px\]{
  gap: 8px;
}

.gap-\[35px\]{
  gap: 35px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[48px\]{
  gap: 48px;
}

.gap-0{
  gap: 0px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[26px\]{
  gap: 26px;
}

.gap-\[32px\]{
  gap: 32px;
}

.gap-\[46px\]{
  gap: 46px;
}

.gap-\[7px\]{
  gap: 7px;
}

.gap-\[13px\]{
  gap: 13px;
}

.gap-\[45px\]{
  gap: 45px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-\[92px\]{
  gap: 92px;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[23px\]{
  gap: 23px;
}

.gap-x-\[3px\]{
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.gap-y-\[8px\]{
  row-gap: 8px;
}

.gap-x-\[46px\]{
  -moz-column-gap: 46px;
       column-gap: 46px;
}

.gap-y-\[18px\]{
  row-gap: 18px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[19px\]{
  border-radius: 19px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border{
  border-width: 1px;
}

.border-b-\[4px\]{
  border-bottom-width: 4px;
}

.border-\[\#C3C9D599\]{
  border-color: #C3C9D599;
}

.border-b-\[\#FBCE07\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 206 7 / var(--tw-border-opacity));
}

.bg-\[rgba\(10\2c 72\2c 118\2c 0\.04\)\]{
  background-color: rgba(10,72,118,0.04);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-\[\#0A4876\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 72 118 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#C3C9D533\]{
  background-color: #C3C9D533;
}

.bg-\[\#E6ECF1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 241 / var(--tw-bg-opacity));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[22px\]{
  padding: 22px;
}

.p-\[24px\]{
  padding: 24px;
}

.p-\[34px\]{
  padding: 34px;
}

.py-2{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-4{
  padding-left: 128px;
  padding-right: 128px;
}

.px-3{
  padding-left: 80px;
  padding-right: 80px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[19px\]{
  padding-top: 19px;
  padding-bottom: 19px;
}

.px-\[100px\]{
  padding-left: 100px;
  padding-right: 100px;
}

.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[55px\]{
  padding-top: 55px;
  padding-bottom: 55px;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[45px\]{
  padding-left: 45px;
  padding-right: 45px;
}

.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}

.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[34px\]{
  padding-top: 34px;
  padding-bottom: 34px;
}

.px-\[1rem\]{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[46px\]{
  padding-left: 46px;
  padding-right: 46px;
}

.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-\[36px\]{
  padding-left: 36px;
  padding-right: 36px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[38px\]{
  padding-top: 38px;
  padding-bottom: 38px;
}

.px-\[2rem\]{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[35px\]{
  padding-top: 35px;
  padding-bottom: 35px;
}

.pt-\[38px\]{
  padding-top: 38px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pb-\[4px\]{
  padding-bottom: 4px;
}

.pr-\[27px\]{
  padding-right: 27px;
}

.pt-\[54px\]{
  padding-top: 54px;
}

.pb-\[20px\]{
  padding-bottom: 20px;
}

.pt-\[55px\]{
  padding-top: 55px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pt-\[20px\]{
  padding-top: 20px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pt-\[12px\]{
  padding-top: 12px;
}

.pt-\[28px\]{
  padding-top: 28px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pb-\[58px\]{
  padding-bottom: 58px;
}

.pb-\[28px\]{
  padding-bottom: 28px;
}

.pt-\[3px\]{
  padding-top: 3px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pt-\[23px\]{
  padding-top: 23px;
}

.pl-\[13px\]{
  padding-left: 13px;
}

.pt-\[14px\]{
  padding-top: 14px;
}

.pt-\[6px\]{
  padding-top: 6px;
}

.pr-\[8px\]{
  padding-right: 8px;
}

.pb-\[46px\]{
  padding-bottom: 46px;
}

.pb-\[45px\]{
  padding-bottom: 45px;
}

.pb-\[16px\]{
  padding-bottom: 16px;
}

.pt-\[35px\]{
  padding-top: 35px;
}

.pb-\[37px\]{
  padding-bottom: 37px;
}

.pb-\[5px\]{
  padding-bottom: 5px;
}

.pt-\[9px\]{
  padding-top: 9px;
}

.pt-\[32px\]{
  padding-top: 32px;
}

.pt-\[8px\]{
  padding-top: 8px;
}

.pt-\[24px\]{
  padding-top: 24px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-\[9px\]{
  padding-bottom: 9px;
}

.pt-\[61px\]{
  padding-top: 61px;
}

.pt-\[22px\]{
  padding-top: 22px;
}

.pb-\[35px\]{
  padding-bottom: 35px;
}

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

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[8rem\]{
  font-size: 8rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.\!text-\[14px\]{
  font-size: 14px !important;
}

.\!text-\[20px\]{
  font-size: 20px !important;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[14px\]{
  line-height: 14px;
}

.\!leading-\[22px\]{
  line-height: 22px !important;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-\[32px\]{
  line-height: 32px;
}

.\!leading-\[18px\]{
  line-height: 18px !important;
}

.\!leading-\[26px\]{
  line-height: 26px !important;
}

.text-\[\#0A4876\]{
  --tw-text-opacity: 1;
  color: rgb(10 72 118 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!text-\[\#0A4876\]{
  --tw-text-opacity: 1 !important;
  color: rgb(10 72 118 / var(--tw-text-opacity)) !important;
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-\[\#90959E\]{
  --tw-text-opacity: 1;
  color: rgb(144 149 158 / var(--tw-text-opacity));
}

.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#5B6270\]{
  --tw-text-opacity: 1;
  color: rgb(91 98 112 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#262A34\]{
  --tw-text-opacity: 1;
  color: rgb(38 42 52 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-\[0\.27\]{
  opacity: 0.27;
}

.opacity-30{
  opacity: 0.3;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1445px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

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

@media (min-width: 768px){
  .alignleft:not(.wp-block-button){
    margin-right: 60px;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 60px;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 128px;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 128px;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 60px;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

/* common css */

.related-articles > p,
  .related-articles > div {
  border-bottom: 2px solid var(--c_C3C9D5_lighter_5);
}

.related-articles .article-title {
  color: var(--c_5B6270);
  font-size: 20px;
  line-height: 26px;
}

.related-articles > div span {
  color: var(--c_90959E);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.single-post article .entry-content .breadcrumbs p span {
  font-weight: 600;
}

.single-post article .entry-content .breadcrumbs p span:first-child {
  color: var(--c_90959E) !important;
}

.single-post article .entry-content .the-content .is-layout-flex.wp-block-columns {
  gap: 48px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.single-post article .entry-content .the-content .is-layout-flex.wp-block-columns figure.wp-block-image {
  margin-bottom: 0;
}

.single-post article .entry-content .sidebar .social a {
  transition: all 300ms ease;
  opacity: 0;
}

.single-post article .entry-content .sidebar .social:hover a {
  opacity: 1;
}

.single-post article .entry-content .sidebar .tags span {
  background-color: var(--c_C3C9D5_lighter_3);
  line-height: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (max-width: 768px) {
  .wp-block-spacer.s-144 {
    height: 72px;
  }
}

@media (min-width: 769px) {
  .wp-block-spacer.s-144 {
    height: 144px;
  }
}

/*--- common code ---*/

.swiper-slide {
  /*common.scss (elemnts) .arrow{
        background-color: var(--c_C3C9D5_lighter_2);
        border-radius: 50%;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        @media screen and (min-width:768px) {
            width: 38px;
            height: 38px;
            min-width: 38px;
            min-height: 38px;
        }
    }*/
}

.swiper-pagination {
  bottom: 18px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  margin-right: 10px;
  border-radius: 0;
  background-color: var(--c_0A4876_lighter_037);
}

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

/*   margin-bottom: 0; */

div:not(.pag-gama) .breadcrumbs p {
  font-family: var(--font_gibson);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 22px;
}

div:not(.pag-gama) .breadcrumbs p strong{
  font-weight: 600;
}

div:not(.pag-gama) .breadcrumbs span:not(:last-child) {
  font-weight: 500;
}

div:not(.pag-gama) .breadcrumbs span:last-child {
  font-weight: 600;
}

.alignfull {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

.costum-gradient.wp-block-spacer {
  height: 37px;
  width: 100%;
  opacity: 0.04;
  background: linear-gradient(180deg, #0a4876 0%, rgba(0, 111, 189, 0) 100%);
}

.tags span {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--c_5B6270);
  background-color: var(--c_C3C9D5_lighter_3);
  padding: 7px 12px;
  border-radius: 19px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tags span {
    font-size: 0.875rem
  }
}

select.filtro {
  width: 192px;
  padding: 0 20px;
  height: 42px;
  border: 0.5px solid #c3c9d5;
  background: url("../assets/svg/SPIN23_Icones/Icn-Gerais/Icn-Drop.svg")
    no-repeat right;
  -webkit-appearance: none;
  background-position-x: calc(100% - 20px);
}

@media (max-width: 768px) {
  select.filtro.filtro-mobile{
    width: 100%
  }
}

.short-banner{
  height: 594px;
}

.section-tabs ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.section-tabs ul li {
  list-style: none;
  display: block;
}

.container {
  margin: auto;
  padding-left: 92px;
  padding-right: 92px;
}

@media (max-width: 1240px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

@media (max-width: 1040px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.container.container2{
  margin-right: 0;
}

@media (min-width: 1040px){
  .container2{
    max-width: calc(1040px / 2)
  }
}

@media (max-width: 1160px){
  .container2{
    max-width: calc(1000px / 2)
  }
}

@media (min-width: 1248px){
  .container2{
    max-width: calc(1248px / 2)
  }
}

@media (min-width: 1445px){
  .container2{
    max-width: calc(1445px / 2)
  }
}

@media (min-width: 1600px){
  .container2{
    max-width: calc(1600px / 2)
  }
}

#page header .container {
  margin: auto;
  padding-left: 46px;
  padding-right: 46px;
}

@media (max-width: 1240px) {
  #page header .container {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (max-width: 768px) {
  #page header .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

/*-------------------------COOKIES-----------------------*/

.cky-title{
  font-family: var(--font_gibson);
  font-size: 22px !important;
  letter-spacing: 0;
  font-weight: normal !important;
}

.cky-notice-des{
  font-family: var(--font_gibson);
  font-size: 16px !important;
  letter-spacing: 0.5px;
  padding-right: 5rem;
}

.cky-btn{
  border-radius: 4px !important;
}

.cky-notice{
  padding-left: 46px;
  padding-right: 46px;
  max-width: 1600px;
  margin: 30px auto;
}

@media (max-width: 768px){
  .cky-notice {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper, 
  .cky-consent-container .cky-consent-bar {
    padding: 0 !important;
  }
}

@media (max-width: 1080px){
  .cky-notice {
    max-width: 991px;
  }
}

@media (max-width: 1160px){
  .cky-notice {
    max-width: 782px;
  }
}

@media (min-width: 1040px){
  .cky-notice {
    max-width: 1040px;
  }
}

@media (min-width: 1248px){
  .cky-notice {
    max-width: 1248px;
  }
}

@media (min-width: 1445px){
  .cky-notice {
    max-width: 1445px;
  }
}

@media (min-width: 1600px){
  .cky-notice {
    max-width: 1600px;
  }
}

iframe.app__sidebar-nav{
  border-bottom: solid 3px var(--c_0A4876);
}

iframe.directions-icon__background {
  stroke: var(--c_0A4876);
}

iframe.directions-button:hover, .directions-button:focus-visible {
  --icon-bg-colour: var(--c_0A4876);
}

iframe.info-window__title{
  -webkit-border-after: 5px solid var(--c_0A4876);
          border-block-end: 5px solid var(--c_0A4876);
}

.is-layout-flex{
  margin-bottom: 0;
}

.align_left{
  float:left;
}

.align_left img{
  transform: rotate(180deg);
}

.align_right{
  float:right;
}

html {
  margin: 0;
  scroll-behavior: smooth;
}

html,
body,
::before,
::after {
  box-sizing: border-box;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--c_262A34) !important;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: var(--c_262A34) !important;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ol, ul, menu {
  list-style: disc;
  margin: 16px 0;
  padding: 0 0 0 40px;
}

/* ul {
  margin: 0;
  padding: 0;
  text-align: left;
  li {
    list-style: none;
    display: block;
  }
} */

.grecaptcha-badge {
  display: none;
}

a {
  text-decoration: none;
}

.cursor:hover {
  cursor: pointer;
}

form input {
  outline: none !important;
}

.container {
  margin: auto;
}

/* buttons */

.btn {
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: var(--c_FFFFFF);
  font-family: var(--font_gibson);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  padding: 15px 24px;
}

.btn:hover {
  color: var(--c_262A34);
  background-color: var(--c_FFFFFF);
}

.btn.btn-dark {
  color: var(--c_FFFFFF);
  background-color: var(--c_0A4876);
  border-color: var(--c_0A4876);
}

.btn.btn-dark:not(.btn-form):hover {
  color: var(--c_262A34);
  background-color: var(--c_FFFFFF);
  border-color: var(--c_FFFFFF);
}

.btn.btn-white {
  color: var(--c_262A34);
  background-color: var(--c_FFFFFF);
  border-color: var(--c_FFFFFF);
}

.btn.btn-white:hover {
  color: var(--c_FFFFFF);
  border-color: var(--c_FFFFFF);
  background-color: transparent;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 94px;
  color: rgb(144 149 158 / var(--tw-text-opacity));
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -68%;
  left: 50%;
  margin-left: -48px;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.arrow {
  background-color: var(--c_C3C9D5_lighter_2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-width: 13px;
  min-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* &:not(.active) img{
      filter: invert(100%) sepia(12%) saturate(6584%) hue-rotate(177deg) brightness(85%) contrast(95%);
    } */

.arrow.arrow-sidebar:not(.active) {
  background-color: var(--c_C3C9D5_lighter_2);
}

.arrow.arrow-sidebar:not(.active) img {
  opacity: 0.2;
}

.arrow.arrow-left {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .arrow {
    min-width: 42px;
    min-height: 42px
  }

  .arrow.arrow-sidebar {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }
}

footer ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

footer ul li {
  list-style: none;
  display: block;
}

footer{
  background-color: var(--c_0A4876);
}

footer *{
  color: var(--c_FFFFFF);
}

footer .footer-newsletter *{
  font-family: var(--font_gibson);
}

footer .footer-newsletter form{
  padding: 38px 0 30px;
}

footer .footer-newsletter form .wpcf7-form-control-wrap{
  width: calc(100% - 28px);
  float: left;
}

footer .footer-newsletter form .wpcf7-form-control-wrap input[type="email"]{
  color:var(--c_404040_lighter);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  height: 42px;
  width: 100%;
  padding: 10px;
}

footer .footer-newsletter form .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--c_404040_lighter) !important;
}

footer .footer-newsletter form .wpcf7-form-control-wrap input[type="email"]::placeholder {
  /* Most modern browsers support this now. */
  color: var(--c_404040_lighter) !important;
}

footer .footer-newsletter form input[type="submit"]{
  height: 42px;
  min-width: auto;
  background-color: var(--c_C3C9D5_lighter);
  color: #5B6270;
}

@media (max-width: 768px){
  footer .footer-newsletter form input[type="submit"]{
    width: 28px;
    text-indent: -9999px;
    background-image: url('../assets/svg/SPIN23_Icones/Icn-Gerais/Icn-Drop.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 19px
  }
}

footer .footer-newsletter form .wpcf7-acceptance span{
  margin: 7px 0 0;
}

footer .footer-newsletter form .wpcf7-acceptance span label{
  display: flex;
  align-items: center;
}

footer .footer-newsletter form .wpcf7-acceptance span label input[type="checkbox"]{
  height: 17px;
  width: 17px;
  margin-right: 7px;
}

footer .footer-newsletter form .wpcf7-acceptance span label input[type="checkbox"]:not(:checked) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: var(--c_FFFFFF);
}

footer .footer-newsletter form .wpcf7-acceptance span label .wpcf7-list-item-label{
  margin: 0;
}

footer .footer-newsletter form .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 17px;
}

footer .footer-newsletter form .wpcf7-spinner{
  margin: 30px auto 0;
  display: block;
}

footer .footer-contatos .footer-menu-container > p,
        footer .footer-contatos .social-title {
  font-family: var(--font_gibson);
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
}

footer .footer-contatos .address,
        footer .footer-contatos .social-title {
  font-family: var(--font_gibson);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 300;
}

footer .footer-contatos ul li.bold a{
  font-family: var(--font_salis);
}

footer .footer-contatos ul li:not(.bold) a{
  font-family: var(--font_gibson);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

footer .footer-contatos ul li.bold a{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}

footer .footer-contatos ul li.semi-bold a{
  font-weight: 500;
}

footer .footer-contatos ul li .sub-menu li a{
  font-weight: 300;
}

footer .footer-contatos .social{
  gap: 15px;
}

footer .footer-contatos .social figure, footer .footer-contatos .social figure figcaption{
  margin: 0;
}

footer .footer-copyright .menu-item{
  font-family: var(--font_gibson);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 17px;
}

footer .footer-copyright span{
  font-size: 12px;
  line-height: 14px;
}

@media (min-width: 768px){
  footer .footer-newsletter form{
    padding: 38px 0 11px;
  }

  footer .footer-newsletter form .wpcf7-form-control-wrap{
    width: calc(100% - 208px);
  }

  footer .footer-newsletter form .wpcf7-form-control-wrap input[type="email"]{
    height: 48px;
    padding: 15px;
  }

  footer .footer-newsletter form input[type="submit"]{
    width: 208px;
    height: 48px;
    color: var(--c_262A34);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }

  footer .footer-newsletter form .wpcf7-acceptance span label .wpcf7-list-item-label{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
  }

  footer .footer-contatos .social{
    gap: 7px;
  }

  footer .footer-contatos .social figure svg,footer .footer-contatos .social figure figcaption svg{
    height: 16px;
  }
}

#menu-footer-3 a,#menu-footer-4 a{
  line-height: 32px;
}

#menu.show header.white-header{
  background-color: #0A4876;
  box-shadow: none;
}

#menu.show header.white-header .toogle-menu {
  filter: none;
}

.search-container #search::-moz-placeholder {
  opacity: 0.3;
  color: #FFFFFF !important;
}

.search-container #search::placeholder {
  opacity: 0.3;
  color: #FFFFFF !important;
}

.search-container #search::-ms-input-placeholder {
  opacity: 0.3;
  color: #FFFFFF !important;
}

.search-container #search::-moz-placeholder {
  opacity: 0.3;
  color: #FFFFFF !important;
}

.search-container .arrow{
  background-color: transparent;
  border: 1px solid #fff;
}

.search-container a .arrow-img.arrow-img-on-hover {
  opacity: 0;
}

.search-container a .arrow-img.arrow-img-active {
  opacity: 1;
}

.search-container a:hover {
  background-color: #fff;
}

.search-container a:hover .arrow-img.arrow-img-on-hover {
  opacity: 1;
}

.search-container a:hover .arrow-img.arrow-img-active {
  opacity: 0;
}

header ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

header ul li {
  list-style: none;
  display: block;
}

header.white-header {
  background-color: var(--c_FFFFFF);
  box-shadow: 6px 1px 20px 0px rgba(0, 111, 189, .1);
}

header.white-header .navbar li {
  color: #000000;
}

header.white-header .sub-menu li{
  color:#fff;
}

header.white-header .custom-logo-link .custom-logo.dark-logo {
  opacity: 1;
}

header.white-header .custom-logo-link .custom-logo:not(.dark-logo) {
  opacity: 0;
}

header .custom-logo-link {
  position: relative;
}

header .custom-logo-link .dark-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header.white-header .search-btn img, header.white-header .user-account img {
  filter: invert(1);
}

header.white-header .toogle-menu{
  filter: invert(1);
}

header .navbar>ul>li:hover>.sub-menu {
  display: block;
  animation: w .2s cubic-bezier(.25,.46,.45,.94) forwards;
}

header .navbar>ul>li.menu-item-has-children {
  transition: all .3s ease-in-out;
}

header .navbar>ul>li .sub-menu {
  border-top: 2px solid #fff;
  padding: 20px 20px 20px 15px;
  display: none;
  position: absolute;
  text-align: left;
  font-size: 1rem;
  left: -15px;
  background-color: #0A4876;
  z-index: 99;
  white-space: nowrap;
  animation: w .2s cubic-bezier(.25,.46,.45,.94) forwards;
}

header .navbar>ul>li {
  position: relative;
  font-size: 1.125rem;
}

header .navbar ul {
  letter-spacing: 0;
  padding: 0;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  header .custom-logo {
    height: 32px;
  }

  header .toogle-menu{
    display: flex;
    align-items: center;
  }
}

header .navbar li {
  color: var(--c_FFFFFF);
  font-weight: 500;
  line-height: 2;
}

header .navbar li.current-menu-parent a, header .navbar li.current-menu-item a{
  color: var(--c_90959E);
}

header .navbar li.current-menu-parent .sub-menu li:not(.current_page_item) a{
  color: var(--c_FFFFFF);
}

@keyframes w{
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

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

#menu{
  display: flex;
  flex-direction: column;
  position: fixed;
  transition: all 0.2s ease-in-out;
  width: 100vw;
  height: 100vh;
  left: 100%;
  opacity: 1;
}

#menu ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

#menu ul li {
  list-style: none;
  display: block;
}

#menu .content{
  /*    display: flex;
    flex-direction: column;
    justify-content: start;
    height: calc(100% - 43px);
    transition: none; */
  overflow: scroll;
}

#menu .content #mobile-menu{
  /*    max-width: 100% !important;
      max-height: 100%; */
  padding: 19px 1rem 0;
}

/*      margin: 0; */

#menu .content #mobile-menu ul{
  display: flex;
  flex-direction: column;
  justify-content: start;
}

#menu .content #mobile-menu ul li{
  position: relative;
  transition: none;
  padding: 0 7.5px;
  width: 100%;
}

#menu .content #mobile-menu ul li.menu-item-has-children:after{
  content: "";
  display: inline-block;
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/Icn-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  top: 1.4rem;
  position: absolute;
  right: 9px;
}

#menu .content #mobile-menu ul li.menu-item-has-children.show:after{
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/Icn-arrow-up.svg");
}

#menu .content #mobile-menu ul li .sub-menu {
  display: none;
}

#menu .content #mobile-menu ul li.show .sub-menu {
  display: block;
}

#menu .content #mobile-menu ul li:not(.menu-mobile-login){
  border-top: 0.5px solid #FFFFFF;
}

#menu .content #mobile-menu ul li a{
  display: flex;
  position: relative;
  width: 100%;
  padding: 17px 0;
  transition: none;
  text-transform: none;
  z-index: 2;
  font-family: var(--font_gibson);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  color: var(--c_FFFFFF);
}

#menu .content #mobile-menu ul li.menu-mobile-login a{
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  font-weight: 300!important;
}

#menu .content #mobile-menu ul li.menu-mobile-login a::before{
  content: "";
  display: inline-block;
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/Icn-Log-in.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

#menu .content #mobile-menu ul.sub-menu{
  padding-top: 0;
}

#menu .content #mobile-menu ul.sub-menu > li{
  border-top: none;
}

#menu .content #mobile-menu ul.sub-menu > li > a{
  padding: 0 0 17px 17px;
  font-family: var(--font_salis);
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
}

#menu.show {
  left: 0;
  z-index: 99999;
}

/**
 * Fonts, Icon Fonts & Sprites
 * ( - Each one requests external resources, keep out of critical css? - )
 */

/**
  * Vendor Styles
  * ( - Not Modified for Maintainability - )
  * ( - Reset/Normalize First - )
  */

/**
  * Your Custom Styles
  */

/* init font and color vars */

:root {
  --font_salis: "salis-mvb", sans-serif;
  --font_gibson: "canada-type-gibson", sans-serif;
  --c_5B6270: #5b6270;
  --c_5B6270_lighter_5: rgba(91, 98, 112, 0.5);
  --c_FFFFFF: #ffffff;
  --c_262A34: #262a34;
  --c_404040: #404040;
  --c_404040_lighter: rgba(64, 64, 64, 0.5);
  --c_0A4876: #0a4876;
  --c_0A4876_lighter: rgba(10, 72, 118, 0.1);
  --c_0A4876_lighter: rgba(10, 72, 118, 0.5);
  --c_0A4876_lighter_037: rgba(10, 72, 118, 0.37);
  --c_0A4876_lighter_05: rgba(10, 72, 118, 0.05);
  --c_0A4876_lighter_7: rgba(10, 72, 118, 0.7);
  --c_C3C9D5: #c3c9d5;
  /*--c_C3C9D5_lighter:rgba(195,201,213, 0.5);*/
  --c_C3C9D5_lighter: rgba(195, 201, 213, 1);
  --c_C3C9D5_lighter_2: rgba(195, 201, 213, 0.2);
  --c_C3C9D5_lighter_3: rgba(195, 201, 213, 0.3);
  --c_C3C9D5_lighter_5: rgba(195, 201, 213, 0.5);
  --c_90959E: #90959e;
  --c_F6F6F6: #f6f6f6;
  --c_FFFFFF_lighter_7: rgba(255, 255, 255, 0.7);
  --c_0A70D8_lighter_1: rgba(195, 201, 213, 0.3);
  /* swiper settings */
}

/* #0A70D8*/

:root .bg-f6f6f6 {
  background-color: var(--c_F6F6F6);
}

:root{
  --swiper-pagination-bullet-width: 50px;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

@media (max-width: 768px) {
  :root {
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}

* {
  font-family: var(--font_gibson);
  transition: all 0.3s ease-in-out;
  color: var(--c_262A34);
}

b,
strong {
  font-weight: 600;
  color: #5B6270;
}

/* :root :where(a:where(:not(.wp-element-button))){
  text-decoration: none;
} */

h1,
h2,
h3,
h4,
p {
  letter-spacing: 0;
}

h1,
h1 * {
  font-family: var(--font_salis);
  font-size: 3.625rem;
  /* 58px */
  font-weight: 900;
  line-height: 3.875rem;
  /* 62px */
}

h2,
h2 *,
h1.h2,
h1.h2 * {
  font-family: var(--font_salis);
  font-size: 2.625rem;
  /* 42px */
  font-weight: 900;
  line-height: 2.875rem;
  /* 46px */
}

h3,
h3 * {
  font-family: var(--font_salis);
  font-size: 2rem;
  /* 32px */
  font-weight: 700;
  line-height: 2rem;
  /* 32px */
}

h4,
h4 * {
  font-family: var(--font_salis);
  font-size: 1.375rem;
  /* 22px */
  font-weight: 700;
  line-height: 24px;
}

p {
  font-family: var(--font_gibson);
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #5B6270;
}

p.p1 {
  font-size: 1.5rem;
  /* 24px */
  font-weight: 400;
  line-height: 30px;
}

p.p2 {
  font-size: 1rem;
  /* 16px */
  line-height: 30px;
}

p.p3 {
  font-size: 0.875rem;
  /* 14px */
  line-height: 22px;
}

@media (max-width: 767px) {
  h1,
  h1 * {
    font-size: 2.625rem;
    /* 42px */
    line-height: 2.75rem;
  }

  h2,
  h2 * {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  h3,
  h3 * {
    font-size: 1.625rem;
    /* 26px */
    line-height: 2rem;
  }

  h4,
  h4 * {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  p {
    font-size: 1rem;
    line-height: 20px;
  }

  p.p1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  p.p3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* pages */

.bloco-sustentabilidade-e-inovacao .container > .relative > .absolute {
  background-color: rgba(10, 72, 118, 0.1) !important;
}

.bloco-sustentabilidade-e-inovacao .left-block {
  background-color: transparent !important;
}

.tabs .swiper-slide{
  height: auto;
}

@media (min-width: 769px) {
  .bloco-spinerg-e-shell .left-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  /*  .left-block {
      padding-left: 20px;
      padding-right: 20px;
    } */

  .bloco-spinerg-e-shell > div:not(.left-block) img {
    height: 100%;
  }
}

section.banner.homepage-banner {
  height: 744px;
}

section.banner.homepage-banner .title-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  section.banner.homepage-banner .title-wrapper {
    align-items: flex-end
  }
}

figure.icons-list figure.wp-block-image img {
  max-width: 42px !important;
}

@media (min-width: 769px) {
  .banner-category {
    height: 586px
  }
}

.category-page .carousel {
  background-color: var(--c_F6F6F6);
}

/* section.banner {
  height: 600px;
  background: none;

  .breadcrumbs p {
    .parent-page {
      color: #5b6270;
    }
    .current-page {
      color: #0a4876;
    }
  }
} */

.negocio-page {
  background-color: var(--c_FFFFFF);
}

.contact-form-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--c_5B6270_lighter_5) !important;
  opacity: 1;
}

.contact-form-wrapper ::placeholder {
  /* Most modern browsers support this now. */
  color: var(--c_5B6270_lighter_5) !important;
}

@media (min-width: 769px) {
  .contact-form-wrapper {
    width: 556px
  }
}

.contact-form-wrapper br {
  display: none;
}

.contact-form-wrapper span {
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper span:not([data-name="mensagem"]) {
  margin-bottom: 12px;
}

.contact-form-wrapper span:not([data-name="mensagem"]) input {
  height: 42px;
}

.contact-form-wrapper span[data-name="mensagem"] {
  margin-bottom: 26px;
}

.contact-form-wrapper span input,
    .contact-form-wrapper span textarea {
  background-color: rgba(195, 201, 213, 0.2);
  color: var(--c_5B6270);
  font-family: var(--font_salis);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 8px 13px;
}

.contact-form-wrapper .wpcf7-not-valid-tip {
  font-size: 18px;
  padding: 0 13px;
  margin-bottom: 0 !important;
}

.contacts-page ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.contacts-page ul li {
  list-style: none;
  display: block;
}

@media (min-width: 769px) {
  .contacts-page form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.contacts-page .contacts-info * {
  font-size: 1.125rem;
}

.contacts-page .contacts-info ul {
  margin-top: 18px;
}

.contacts-page .contacts-info ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.contacts-page .contacts-info ul li::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.contacts-page .contacts-info ul li:first-child::before {
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/pin-grey.svg");
}

.contacts-page .contacts-info ul li:nth-child(2)::before {
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/telephone-grey.svg");
}

.contacts-page .contacts-info ul li:last-child::before {
  background-image: url("../assets/svg/SPIN23_Icones/Icn-Gerais/mail-grey.svg");
}

.gama-page .breadcrumbs p, .tax-gama .breadcrumbs p, .lista-de-produtos .breadcrumbs p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.gama-page .product-description p, .gama-page .product-description strong, .gama-page .product-description ul, .gama-page .product-description li, .gama-page .product-description h4, .tax-gama .product-description p, .tax-gama .product-description strong, .tax-gama .product-description ul, .tax-gama .product-description li, .tax-gama .product-description h4, .lista-de-produtos .product-description p, .lista-de-produtos .product-description strong, .lista-de-produtos .product-description ul, .lista-de-produtos .product-description li, .lista-de-produtos .product-description h4 {
  color: #5b6270;
  /*     font-family: var(--font_gibson);
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px; */
}

.gama-page .product-description h4,.tax-gama .product-description h4,.lista-de-produtos .product-description h4{
  margin-bottom: 1rem;
}

.gama-page .product-description strong,.tax-gama .product-description strong,.lista-de-produtos .product-description strong{
  font-weight: 600;
}

.gama-page .table-header, .tax-gama .table-header, .lista-de-produtos .table-header {
  background-color: rgba(0, 60, 136, 0.1);
}

.gama-page .table-header div h4, .tax-gama .table-header div h4, .lista-de-produtos .table-header div h4 {
  color: var(--c_0A4876);
  padding: 0 42px;
}

.gama-page .table-header div.active, .tax-gama .table-header div.active, .lista-de-produtos .table-header div.active {
  border-bottom: 3px solid var(--c_0A4876);
}

.gama-page .table-header div:not(.active) h4, .tax-gama .table-header div:not(.active) h4, .lista-de-produtos .table-header div:not(.active) h4 {
  opacity: 0.3;
}

.gama-page .table-header div:not(.active):hover, .tax-gama .table-header div:not(.active):hover, .lista-de-produtos .table-header div:not(.active):hover {
  cursor: pointer;
}

.gama-page .row-content-pag-gama, .tax-gama .row-content-pag-gama, .lista-de-produtos .row-content-pag-gama {
  border-bottom: 2px solid rgba(195, 201, 213, 0.5);
}

.gama-page .row-content-pag-gama.table-format:not(.active), .tax-gama .row-content-pag-gama.table-format:not(.active), .lista-de-produtos .row-content-pag-gama.table-format:not(.active) {
  display: none;
}

.gama-page .row-content-pag-gama:hover, .tax-gama .row-content-pag-gama:hover, .lista-de-produtos .row-content-pag-gama:hover {
  border-bottom: 2px solid #0a4876;
  background-color: var(--c_0A4876_lighter_05);
}

.gama-page .row-content-pag-gama:hover h4, .tax-gama .row-content-pag-gama:hover h4, .lista-de-produtos .row-content-pag-gama:hover h4 {
  color: #003c88;
}

.gama-page .row-content-pag-gama:hover .arrow, .tax-gama .row-content-pag-gama:hover .arrow, .lista-de-produtos .row-content-pag-gama:hover .arrow {
  background-color: var(--c_0A4876);
}

.gama-page .row-content-pag-gama:hover .arrow img, .tax-gama .row-content-pag-gama:hover .arrow img, .lista-de-produtos .row-content-pag-gama:hover .arrow img {
  filter: brightness(0) invert(1);
}

.gama-page .row-content-pag-gama p, .tax-gama .row-content-pag-gama p, .lista-de-produtos .row-content-pag-gama p {
  color: var(--c_262A34);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 300;
}

.gama-page section.bloco-outros-produtos, .tax-gama section.bloco-outros-produtos, .lista-de-produtos section.bloco-outros-produtos {
  background-color: var(--c_F6F6F6);
}

.gama-page section.bloco-outros-produtos .tags > span, .tax-gama section.bloco-outros-produtos .tags > span, .lista-de-produtos section.bloco-outros-produtos .tags > span {
  display: flex;
  border: 1px solid rgba(195, 201, 213, 0.6);
  color: var(--c_262A34);
  background-color: var(--c_FFFFFF);
  font-family: var(--font_salis);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 0;
  padding: 0;
}

/*  height: 62px;
      width: 280px;
      box-shadow: 0 12px 18px 0 rgba(8, 18, 120, 0.17); */

.gama-page section.bloco-outros-produtos .tags > span a, .tax-gama section.bloco-outros-produtos .tags > span a, .lista-de-produtos section.bloco-outros-produtos .tags > span a {
  /* display: flex;
        justify-content: space-between;
        align-items: center; */
  padding: 18px 20px;
}

/*  width: 100%; */

.gama-page section.bloco-outros-produtos .tags > span a span.img-wrapper, .tax-gama section.bloco-outros-produtos .tags > span a span.img-wrapper, .lista-de-produtos section.bloco-outros-produtos .tags > span a span.img-wrapper {
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gama-page section.bloco-outros-produtos .tags > span a:hover, .tax-gama section.bloco-outros-produtos .tags > span a:hover, .lista-de-produtos section.bloco-outros-produtos .tags > span a:hover {
  background-color: var(--c_0A4876);
  color: var(--c_FFFFFF);
}

.gama-page section.bloco-outros-produtos .tags > span a:hover span, .tax-gama section.bloco-outros-produtos .tags > span a:hover span, .lista-de-produtos section.bloco-outros-produtos .tags > span a:hover span {
  background-color: var(--c_FFFFFF);
}

/*   .swiper .swiper-pagination-bloco-outros-produtos .swiper-pagination-bullet {
      width: 32px;
      height: 3px;
      border-radius: 0;
      background-color: rgba(0, 60, 136, 0.1);
      &.swiper-pagination-bullet-active {
        background-color: var(--c_0A4876);
      }
    } */

@media (min-width: 769px) {
  .gama-page section.bloco-outros-produtos .container, .tax-gama section.bloco-outros-produtos .container, .lista-de-produtos section.bloco-outros-produtos .container {
    padding-right: 0;
  }
}

.produtos-page .bloco-procura .container {
  margin-top: 90px;
  margin-bottom: 50px;
}

/* single-gamas */

body.single-gamas .bloco-procura .container {
  margin-top: 90px;
  margin-bottom: 50px;
}

/* box-shadow: 0 12px 18px 0 rgba(8, 18, 120, 0.17);
 */

body.single-gamas section.bloco-recomendamos .swiper-slide:hover .arrow {
  background-color: var(--c_0A4876);
  color: var(--c_FFFFFF);
}

body.single-gamas section.bloco-recomendamos .swiper-slide:hover .arrow img {
  filter: invert(1);
}

.img-gama{
  width: 100%;
}

.img-gama img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.noticias-page {
  font-family: var(--font_gibson);
}

.noticias-page section.banner {
  height: 584px;
  background: none;
}

.noticias-page section.banner .breadcrumbs p .parent-page {
  color: #5b6270;
}

.noticias-page section.banner .breadcrumbs p .current-page {
  color: #0a4876;
}

.noticias-page section.banner {
  background: none;
}

.noticias-page section.banner .breadcrumbs p .parent-page {
  color: #5b6270;
}

.noticias-page section.banner .breadcrumbs p .current-page {
  color: #0a4876;
}

@media (min-width: 769px) {
  .noticias-page section.banner {
    height: 584px;
  }
}

.lista-de-produtos .search-results-title{
  color: var(--c_90959E);
  font-family: var(--font_gibson);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}

.lista-de-produtos .spec-description {
  color: var(--c_90959E);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

@media (min-width: 769px) {
  .politica-de-privacidade-page .content > div {
    padding: 0 94px;
  }
}

.politica-de-privacidade-page .content p {
  color: var(--c_5B6270);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.gama-page main {
  background-color: var(--c_F6F6F6);
}

.gama-page main .card {
  transition: all 300ms ease;
  border: 1px solid rgba(195, 201, 213, 0.6);
  background-color: var(--c_FFFFFF);
}

.gama-page main .card.active {
  background-color: var(--c_0A4876);
}

.gama-page main .card.active * {
  color: var(--c_FFFFFF);
}

.gama-page main .card.active .arrow {
  background-color: var(--c_FFFFFF);
}

/* newsletter page */

.newsletter-page .breadcrumbs {
  height: 92px;
  background-color: var(--c_F6F6F6);
  display: flex;
  align-items: center;
}

.recrutamento-page .wp-container-7 {
  gap: 94px;
}

@media (max-width: 768px) {
  .recrutamento-page .wp-container-7 {
    gap: 47px
  }
}

.recrutamento-page .wp-container-7 .last-row {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.recrutamento-page .wp-container-7 .last-row .wpcf7-form-control-wrap span[data-name="field_phone"] {
  flex: 1;
}

.recrutamento-page .wp-container-7 .last-row .wpcf7-form-control-wrap input {
  width: 100%;
}

.recrutamento-page .wp-container-7 .last-row .btn-attach{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px;
  background-color: transparent;
  gap: 12px;
  cursor: pointer;
}

.recrutamento-page .wp-container-7 .last-row .btn-attach span {
  color: var(--c_5B6270);
  font-family: var(--font_salis);
  text-wrap: nowrap;
  margin: 0;
}

.recrutamento-page .wp-container-7 .last-row .btn-attach .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(195, 201, 213, 0.2);
}

.recrutamento-page .wp-container-7 .last-row .btn-attach p {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  align-items: center;
}

.recrutamento-page .wp-container-7 .wpcf7-file {
  display: none;
}

.recrutamento-page .wp-container-7 .wpcf7-spinner {
  margin-left: 10px;
  display: inline-block !important;
  height: 100%;
}

.sustentabilidade-page {
  /*  @media (min-width: 769px) {
    section.imagem-e-icons > .container > .relative {
       > div {
        &:not(.left-block) {
          min-height: 570px;
        }
        &.left-block {
          height: 486px;
        }
      } 
      > div > img.object-cover {
        height: 486px;
      }
    }
  } */
}

/*     height: 594px; */

.sustentabilidade-page section.banner.sustentabilidade-banner img.object-cover {
  -o-object-position: bottom;
     object-position: bottom;
}

.sustentabilidade-page section.banner.sustentabilidade-banner .overlay {
  mix-blend-mode: multiply;
  background-color: rgba(0, 60, 136, 0.6);
}

.sustentabilidade-page section.banner.sustentabilidade-banner .title-wrapper h1 {
  padding-left: 0;
}

.sustentabilidade-page section.imagem-e-icons
    > .container
    > .relative
    > div:not(.left-block)
    .overlay {
  display: block;
  mix-blend-mode: multiply;
  background-color: rgba(0, 60, 136, 0.1);
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .sustentabilidade-page section.imagem-e-icons
    > .container
    > .relative
    > div:not(.left-block)
    .overlay {
    top: 0
  }
}

.page-sobre-nos section.banner {
  height: 594px;
}

.page-sobre-nos section.banner .breadcrumbs p {
  font-weight: 600;
}

.page-sobre-nos section.banner h1 {
  padding: 0;
}

.page-sobre-nos .shell-e-spinerg > .container > .relative {
  gap: 92px;
}

@media (max-width: 768px) {
  .page-sobre-nos .shell-e-spinerg > .container > .relative {
    gap: 46px
  }
}

.page-sobre-nos .shell-e-spinerg > .container > .relative{
  padding: 0;
}

.page-sobre-nos .shell-e-spinerg > .container > .relative > div.left-block {
  height: auto !important;
  padding: 0;
}

.page-sobre-nos .shell-e-spinerg > .container > .relative > div:not(.left-block) {
  min-height: auto !important;
}

@media (max-width: 768px) {
  .page-sobre-nos .shell-e-spinerg > .container > .relative > div:not(.left-block) {
    height: 246px;
    min-height: 246px !important
  }
}

@media (min-width: 769px) {
  .page-sobre-nos .shell-e-spinerg > .container > .relative > div:not(.left-block) {
    height: 492px;
    min-height: 492px
  }
}

.page-sobre-nos .shell-e-spinerg .sub-title,
    .page-sobre-nos .shell-e-spinerg h2 {
  color: var(--c_0A4876) !important;
}

.page-sobre-nos .shell-e-spinerg .sub-title {
  padding: 0;
}

.page-sobre-nos .shell-e-spinerg h2 {
  margin-bottom: 8px;
}

.page-sobre-nos .shell-e-spinerg .text-left * {
  color: var(--c_262A34) !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

/* lazyblocks */

.banner-footer .container *:not(.btn){
  color: var(--c_FFFFFF);
}

.banner {
  background: linear-gradient(180deg, rgba(77, 85, 100, 0) 0%, #262a34 100%);
}

.banner .breadcrumbs p,
  .banner .breadcrumbs p * {
  color: var(--c_FFFFFF);
}

.banner .tabs .tab {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.banner .tabs .tab p{
  margin-bottom: 0;
  font-weight: 600;
}

.banner .tabs .tab a.arrow {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .tabs .tab a.arrow .arrow-img {
  position: absolute;
}

.banner .tabs .tab.active {
  background-color: var(--c_FFFFFF);
  border-bottom: 3px solid #fbce07;
}

.banner .tabs .tab.active p {
  color: var(--c_262A34);
}

.banner .tabs .tab.active a .arrow-img.arrow-img-opacity-7,
          .banner .tabs .tab.active a .arrow-img.arrow-img-on-hover {
  opacity: 0;
}

.banner .tabs .tab.active a .arrow-img.arrow-img-active {
  opacity: 1;
}

.banner .tabs .tab.active a:hover {
  border: 1px solid var(--c_0A4876);
  background-color: var(--c_0A4876);
}

.banner .tabs .tab.active a:hover .arrow-img.arrow-img-on-hover {
  opacity: 1;
}

.banner .tabs .tab.active a:hover .arrow-img.arrow-img-opacity-7,
            .banner .tabs .tab.active a:hover .arrow-img.arrow-img-active {
  opacity: 0;
}

.banner .tabs .tab:not(.active) {
  border-bottom: 3px solid transparent;
}

.banner .tabs .tab:not(.active) p {
  color: var(--c_FFFFFF_lighter_7);
}

.banner .tabs .tab:not(.active) a.arrow {
  border: 1px solid var(--c_FFFFFF_lighter_7);
  background-color: transparent;
}

.banner .tabs .tab:not(.active) a.arrow .arrow-img.arrow-img-opacity-7 {
  opacity: 0.7;
}

.banner .tabs .tab:not(.active) a.arrow .arrow-img.arrow-img-on-hover,
            .banner .tabs .tab:not(.active) a.arrow .arrow-img.arrow-img-active {
  opacity: 0;
}

.banner .tabs .tab:not(.active) a.arrow:hover {
  border: 1px solid var(--c_0A4876_lighter_7);
  background-color: var(--c_0A4876_lighter_7);
}

.banner .tabs .tab:not(.active) a.arrow:hover .arrow-img.arrow-img-on-hover {
  opacity: 1;
}

.banner .tabs .tab:not(.active) a.arrow:hover .arrow-img.arrow-img-o,
              .banner .tabs .tab:not(.active) a.arrow:hover .arrow-img.arrow-img-active {
  opacity: 0;
}

.banner .tabs .tab:last-child {
  border-right: 1px solid #efefef;
}

.banner .tabs .tab:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 450px;
  }

  .tabs {
    max-height: 100px;
  }

  .tabs .tab {
    padding: 25px 16px;
  }

  .tabs .tab p {
    font-size: 20px;
    line-height: 22px;
  }

  .tabs .tab a {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
  }

  .video-container {
    width: calc(100% - 32px);
  }

  .container.mySwiper-1{
    padding: 0;
  }
}

.banners-com-tags {
  transition: all 300ms ease;
  background-color: var(--c_F6F6F6);
}

.banners-com-tags .card:hover .ico {
  filter: brightness(0) invert(1);
}

.banners-com-tags .card:hover h3 {
  color: #ffffff;
}

.banners-com-tags .card:hover .tags span {
  background-color: rgba(255, 255, 255, 0.76);
}

.banners-com-tags .card:hover .background {
  width: 100%;
}

section.bloco-de-texto .container > p:first-child,
  section.bloco-de-texto h2{
  color: var(--c_0A4876);
}

.bloco-procura{
  color:var(--c_404040_lighter);
}

.bloco-procura input:not([type="submit"]) {
  font-family: var(--font_gibson);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

@media (max-width: 768px){
  .bloco-procura input:not([type="submit"]) {
    font-size: 1rem
  }
}

.bloco-procura .search-box::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--c_404040_lighter)!important;
}

.bloco-procura .search-box::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--c_404040_lighter)!important;
}

.bloco-procura .search-box:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--c_404040_lighter)!important;
}

.bloco-procura .search-box::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--c_404040_lighter)!important;
}

.bloco-procura .filter-box{
  height: 64px;
  border: 1px solid #EFEFEF;
  border-left: none;
}

.bloco-procura .filter-box *{
  color: var(--c_404040);
  font-family: var(--font_gibson);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
}

.bloco-procura .filter-box span:not(.arrow){
  /*font-weight: 500;*/
  font-weight: 600;
}

.bloco-procura .filter-box .filter-title{
  margin-bottom: -16px;
}

.bloco-procura .filter-box select{
  padding: 16px 0 0;
  font-weight: 300;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  z-index:1;
}

.bloco-procura .filter-box select::-ms-expand{
  display: none;
}

.bloco-procura .filter-box select#filtro-select_s_5 option:not(.hide-s2, .hide-s4){
  display: block;
}

.bloco-procura .filter-box select#filtro-select_s_5 option.hide-s2,
          .bloco-procura .filter-box select#filtro-select_s_5 option.hide-s4{
  display: none;
}

.bloco-procura .filter-wrapper .filter-box:last-child{
  border-right: none;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 36px;
  color: #fff;
}

.select-styled {
  padding: 14px 36px;
  @include transition(all 0.2s ease-in);
}

.select-styled:after {
  content:"";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  z-index: 1;
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 6px 1px rgba(10,72,118,0.1);
}

.select-options li {
  margin: 0;
  padding: 12px 36px;
  @include transition(all 0.15s ease-in);
}

.select-options li:hover, 
    .select-options li.is-selected {
  color: #003C88;
  background: rgba(10, 72, 118, 0.04);
}

.select-options li[rel="hide"] {
  display: none;
}

section.bloco-produto .specs .spec-title {
  color: var(--c_5B6270);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
}

section.bloco-produto .specs .spec-description {
  color: var(--c_90959E);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}

section.bloco-recomendamos {
  background-color: var(--c_F6F6F6);
}

section.bloco-recomendamos h3 {
  color: var(--c_0A4876);
}

section.bloco-recomendamos .swiper-slide {
  border: 1px solid rgba(195, 201, 213, 0.6);
}

section.bloco-recomendamos .swiper-slide h3 {
  color: var(--c_0A4876);
  line-height: 32px;
}

section.bloco-recomendamos .swiper-slide .title a {
  font-family: var(--font_salis);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.bloco-recomendamos .swiper .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(0, 60, 136, 0.1);
}

section.bloco-recomendamos .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c_0A4876);
}

@media (min-width: 769px) {
  section.bloco-recomendamos .container {
    padding-right: 0;
  }
}

.blog {
  background-color: var(--c_F6F6F6);
}

.blog .card {
  border: 1px solid rgba(195, 201, 213, 0.35);
  border-top: 4px solid #fbce07;
  background-color: #ffffff;
}

.blog .card .blog-img{
  aspect-ratio: 1 / .75;
  width: 100%;
  overflow: hidden;
}

.blog .card .blog-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all .9s ease;
}

.blog .card h6 {
  color: var(--c_90959E);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
}

.blog .card.active {
  box-shadow: 0 12px 18px 0 rgba(8, 18, 120, 0.17);
}

.blog .card.active a.arrow {
  border: 1px solid var(--c_0A4876);
  background-color: var(--c_0A4876);
}

.blog .card.active a.arrow img {
  filter: invert(1);
}

article .w-full-img > img, article .w-full > img {
  width: 100%;
}

article p + figure.wp-block-image, article p + figure, article figure + p {
  margin: 26px 0 0 !important;
}

article .wp-block-buttons + figure {
  margin-top: 48px;
}

article .wp-block-image.aligncenter {
  margin: 26px auto !important;
}

article .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

article .wp-block-embed__wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

article .the-content p{
  color: #5B6270;
}

article .the-content a{
  text-decoration: underline;
}

article .the-content a:hover{
  color: var(--c_0A4876)
}

article .the-content ul {
  font-size: 18px;
  margin: 18px 0;
  padding-left: 40px;
}

article .the-content ul li {
  list-style: disc;
  display: list-item;
  color: #5B6270;
}

article .the-content .wp-element-button, article .the-content .wp-block-button__link{
  height: 48px;
  border: 1px solid var(--c_0A4876);
  border-radius: 4px;
  color: var(--c_FFFFFF);
  background-color: var(--c_0A4876);
  font-family: var(--font_gibson);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  padding: 15px 24px;
  text-decoration: none;
  margin-top: 40px;
}

article .the-content .wp-element-button:hover,article .the-content .wp-block-button__link:hover{
  background-color: var(--c_FFFFFF);
}

section.carousel .swiper-wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}

section.carousel .swiper-slide{
  border: 1px solid rgba(195,201,213,0.6);
  background-color: var(--c_FFFFFF);
  transition: all 300ms ease;
  height: auto !important;
}

/*      @media (min-width: 769px) {
            min-width: 326px;
        } */

/*    &:first-child{
            margin-left: 1rem;
        } */

section.carousel .swiper-slide *{
  color: var(--c_5B6270);
}

section.carousel .swiper-slide:hover{
  background-color: var(--c_0A4876);
  border-color: var(--c_0A4876);
}

section.carousel .swiper-slide:hover *{
  color: var(--c_FFFFFF);
}

section.carousel .swiper-slide:hover .arrow{
  background-color: var(--c_FFFFFF);
}

section.carousel .swiper-slide:hover .logo img,
            section.carousel .swiper-slide:hover .row-icons{
  filter: brightness(0) invert(1);
}

section.carousel .swiper-slide .icons{
  height: 23px;
  width: auto;
  opacity: 0.3;
}

section.carousel .swiper-slide .conteudo{
  line-height: 22px;
}

section.cronologia .swiper-slide {
  /*   height: 264px; */
  border: 1px solid rgba(195, 201, 213, 0.35);
  background-color: #ffffff;
  /* 
    box-shadow: 0 4px 11px 0 rgba(38, 42, 52, 0.08); */
  transition: all 300ms ease;
}

section.cronologia .swiper-slide .border-inactive {
  width: 100%;
  height: 2px;
  opacity: 0.39;
  background: var(--c_5B6270);
  margin-top: 6px;
}

section.cronologia .swiper-slide.swiper-slide-active {
  border-top: 4px solid #fbce07;
  background-color: #FFFFFF;
  box-shadow: 0 4px 11px 0 rgba(38,42,52,0.08);
  z-index:1;
}

section.cronologia .swiper-slide.swiper-slide-active .border-inactive {
  background: transparent;
}

section.cronologia .swiper-slide:not(.swiper-slide-active) {
  border: none;
  border-top: 4px solid transparent;
}

section.cronologia .swiper-slide:not(.swiper-slide-active) .content .event-date,
        section.cronologia .swiper-slide:not(.swiper-slide-active) .content .event-title,
        section.cronologia .swiper-slide:not(.swiper-slide-active) .content .event-description {
  opacity: 0.39;
}

section.cronologia .swiper-slide .content {
  padding: 24px;
  /* .event-title {
        transition: all 300ms ease;

        font-size: 32px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 36px;
      } */
  /*   .event-description {
        transition: all 300ms ease;

        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 22px;
      } */
}

/* 
      height: calc(100% - 12px); */

section.cronologia .swiper-slide .content * {
  color: var(--c_5B6270);
  text-align: left;
}

section.cronologia .swiper-slide .content .event-date {
  transition: all 300ms ease;
  color: var(--c_5B6270);
  font-family: var(--font_salis);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 5px;
}

/*.t1 {
    font-family: salis-mvb, sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    margin-top: 54px;
    margin-left: 94px;
}

.t2 {
    position: absolute;
    height: 46px;
    width: 332px;
    color: #FFFFFF;
    font-family: salis-mvb, sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    margin-top: 54px;
    margin-left: 800px;
}

.di-botao {
    position: absolute;
    height: 45px;
    width: 137px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    color: black;
    margin-left: 94px;
    margin-top: 131px;
    text-align: center;
    text-decoration: none;
}

.di-botao2 {
    position: absolute;
    height: 45px;
    width: 137px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    color: black;
    margin-left: 850px;
    margin-top: 131px;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 425px) {
    img {
        margin-right: 0;
    }
}*/

/*.dt-subtitulo {
    height: 22px;
    width: 187px;
    color: #0A4876;
    font-family: canada-type-gibson, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 18px;
}

.dt-conteudo {
    height: 264px;
    width: 605px;
    color: #262A34;
    font-family: canada-type-gibson, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.dt-titulo {
    height: 101px;
    width: 605px;
    color: #0A4876;
    font-family: salis-mvb, sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 32px;
}

.dt-conteudo2 {
    height: 264px;
    width: 605px;
    color: #262A34;
    font-family: canada-type-gibson, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 170px;
}*/

section.imagem-e-icons .dark-theme *:not(.btn) {
  color: var(--c_FFFFFF);
}

section.imagem-e-icons .light-theme *:not(.btn) {
  color: var(--c_0A4876);
}

section.imagem-e-texto .info.dark-theme *:not(.btn){
  color: var(--c_FFFFFF);
}

section.imagem-e-texto .info.light-theme .sub-title{
  color: var(--c_0A4876);
}

section.imagem-e-texto .info.light-theme .title{
  color: var(--c_0A4876);
}

.video-e-texto .vid_style{
  width: calc(50% + 88px);
  margin-right: -44px;
  box-shadow: 0 12px 18px 0 rgba(8,18,120,0.17);
}

@media (max-width: 1040px) {
  .video-e-texto .vid_style{
    width: 100%;
    margin-bottom: -84px
  }
}

@media (min-width: 769px) {
  .video-e-itens .container .video-container video {
    min-width: 976px;
    width: 976px;
  }
}

.video-e-itens .container > .relative {
  background-color: var(--c_C3C9D5_lighter_5);
}

.video-e-itens .container > .relative * {
  color: var(--c_0A4876);
}

.video-e-itens .container > .relative .sub-title {
  padding-top: 123px;
  text-align: center;
}

.video-e-itens .container > .relative .title {
  text-align: center;
}

.js_tap_btn{
  margin-right: 29px;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #0A4876;
  font-size: 22px;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-family: var(--font_salis);
}

@media (max-width: 769px) {
  .js_tap_btn{
    font-size: 18px;
    margin-right: 0
  }
}

.js_tap_btn.active{
  border-bottom: 3px solid #0A4876;
  opacity:1;
}

.js_tap_btn:hover{
  opacity:1;
}

.js_tab_view span{
  color: #5B6270;
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }

  .sm\:\!mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:mt-\[100px\]{
    margin-top: 100px;
  }

  .sm\:mt-\[0\]{
    margin-top: 0;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-\[68px\]{
    height: 68px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-\[0px\]{
    gap: 0px;
  }
}

@media (min-width: 1040px){
  .md\:container{
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media (min-width: 1040px){
    .md\:container{
      max-width: 1040px;
    }
  }

  @media (min-width: 1248px){
    .md\:container{
      max-width: 1248px;
      padding-right: 30px;
      padding-left: 30px;
    }
  }

  @media (min-width: 1445px){
    .md\:container{
      max-width: 1445px;
    }
  }

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:top-\[375px\]{
    top: 375px;
  }

  .md\:right-\[92px\]{
    right: 92px;
  }

  .md\:bottom-\[16px\]{
    bottom: 16px;
  }

  .md\:mx-\[0\]{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-\[17px\]{
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .md\:mt-\[92px\]{
    margin-top: 92px;
  }

  .md\:mb-\[26px\]{
    margin-bottom: 26px;
  }

  .md\:mr-\[10\%\]{
    margin-right: 10%;
  }

  .md\:mt-\[62px\]{
    margin-top: 62px;
  }

  .md\:mb-\[84px\]{
    margin-bottom: 84px;
  }

  .md\:\!mb-auto{
    margin-bottom: auto !important;
  }

  .md\:mt-\[34px\]{
    margin-top: 34px;
  }

  .md\:mb-\[62px\]{
    margin-bottom: 62px;
  }

  .md\:mt-\[130px\]{
    margin-top: 130px;
  }

  .md\:mr-\[43px\]{
    margin-right: 43px;
  }

  .md\:mr-\[0\]{
    margin-right: 0;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:-mt-\[110px\]{
    margin-top: -110px;
  }

  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .md\:mb-\[0\]{
    margin-bottom: 0;
  }

  .md\:mb-\[56px\]{
    margin-bottom: 56px;
  }

  .md\:mr-\[18px\]{
    margin-right: 18px;
  }

  .md\:mb-\[15px\]{
    margin-bottom: 15px;
  }

  .md\:mb-\[25px\]{
    margin-bottom: 25px;
  }

  .md\:mb-\[92px\]{
    margin-bottom: 92px;
  }

  .md\:block{
    display: block;
  }

  .md\:\!block{
    display: block !important;
  }

  .md\:flex{
    display: flex;
  }

  .md\:\!flex{
    display: flex !important;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:h-\[45px\]{
    height: 45px;
  }

  .md\:\!h-\[9\.56px\]{
    height: 9.56px !important;
  }

  .md\:h-\[116px\]{
    height: 116px;
  }

  .md\:h-\[42px\]{
    height: 42px;
  }

  .md\:\!h-\[382px\]{
    height: 382px !important;
  }

  .md\:h-\[35px\]{
    height: 35px;
  }

  .md\:h-\[40px\]{
    height: 40px;
  }

  .md\:h-\[62px\]{
    height: 62px;
  }

  .md\:h-\[24px\]{
    height: 24px;
  }

  .md\:h-\[496px\]{
    height: 496px;
  }

  .md\:h-\[512px\]{
    height: 512px;
  }

  .md\:h-\[546px\]{
    height: 546px;
  }

  .md\:min-h-\[580px\]{
    min-height: 580px;
  }

  .md\:min-h-\[400px\]{
    min-height: 400px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-\[35\%\]{
    width: 35%;
  }

  .md\:w-\[15\%\]{
    width: 15%;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

  .md\:\!w-\[12\.29px\]{
    width: 12.29px !important;
  }

  .md\:\!w-\[604px\]{
    width: 604px !important;
  }

  .md\:w-\[45\%\]{
    width: 45%;
  }

  .md\:w-\[55\%\]{
    width: 55%;
  }

  .md\:w-\[380px\]{
    width: 380px;
  }

  .md\:w-\[304px\]{
    width: 304px;
  }

  .md\:w-\[236px\]{
    width: 236px;
  }

  .md\:w-\[42px\]{
    width: 42px;
  }

  .md\:w-\[62\%\]{
    width: 62%;
  }

  .md\:w-\[38\%\]{
    width: 38%;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:\!w-\[976px\]{
    width: 976px !important;
  }

  .md\:w-\[92\.7\%\]{
    width: 92.7%;
  }

  .md\:min-w-\[304px\]{
    min-width: 304px;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:shrink{
    flex-shrink: 1;
  }

  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-\[73px\]{
    gap: 73px;
  }

  .md\:gap-\[6px\]{
    gap: 6px;
  }

  .md\:gap-\[42px\]{
    gap: 42px;
  }

  .md\:gap-\[10px\]{
    gap: 10px;
  }

  .md\:gap-\[48px\]{
    gap: 48px;
  }

  .md\:gap-\[92px\]{
    gap: 92px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:gap-\[100px\]{
    gap: 100px;
  }

  .md\:gap-\[40px\]{
    gap: 40px;
  }

  .md\:gap-\[46px\]{
    gap: 46px;
  }

  .md\:gap-\[47px\]{
    gap: 47px;
  }

  .md\:gap-\[16px\]{
    gap: 16px;
  }

  .md\:gap-\[0\]{
    gap: 0;
  }

  .md\:gap-y-\[50px\]{
    row-gap: 50px;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:p-\[44px\]{
    padding: 44px;
  }

  .md\:p-\[30px\]{
    padding: 30px;
  }

  .md\:p-\[56px\]{
    padding: 56px;
  }

  .md\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .md\:px-\[26px\]{
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[43px\]{
    padding-left: 43px;
    padding-right: 43px;
  }

  .md\:py-\[92px\]{
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .md\:px-\[75px\]{
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:px-\[34px\]{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:px-\[28px\]{
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:px-\[0\]{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-\[44px\]{
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:py-\[56px\]{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .md\:px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
  }

  .md\:py-\[112px\]{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:px-\[92px\]{
    padding-left: 92px;
    padding-right: 92px;
  }

  .md\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:py-\[42px\]{
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .md\:pt-\[76px\]{
    padding-top: 76px;
  }

  .md\:pt-\[56px\]{
    padding-top: 56px;
  }

  .md\:pb-\[10px\]{
    padding-bottom: 10px;
  }

  .md\:pt-\[58px\]{
    padding-top: 58px;
  }

  .md\:pb-\[80px\]{
    padding-bottom: 80px;
  }

  .md\:pt-\[12px\]{
    padding-top: 12px;
  }

  .md\:pt-\[0\]{
    padding-top: 0;
  }

  .md\:pb-\[54px\]{
    padding-bottom: 54px;
  }

  .md\:pt-\[18px\]{
    padding-top: 18px;
  }

  .md\:pb-\[32px\]{
    padding-bottom: 32px;
  }

  .md\:pl-\[0\]{
    padding-left: 0;
  }

  .md\:pr-\[70px\]{
    padding-right: 70px;
  }

  .md\:pl-\[16px\]{
    padding-left: 16px;
  }

  .md\:pr-\[16px\]{
    padding-right: 16px;
  }

  .md\:pt-\[57px\]{
    padding-top: 57px;
  }

  .md\:pb-\[92px\]{
    padding-bottom: 92px;
  }

  .md\:pb-\[62px\]{
    padding-bottom: 62px;
  }

  .md\:pb-\[55px\]{
    padding-bottom: 55px;
  }

  .md\:pt-\[54px\]{
    padding-top: 54px;
  }

  .md\:pl-\[94px\]{
    padding-left: 94px;
  }

  .md\:pb-\[42px\]{
    padding-bottom: 42px;
  }

  .md\:pt-\[14px\]{
    padding-top: 14px;
  }

  .md\:pb-\[20px\]{
    padding-bottom: 20px;
  }

  .md\:pb-\[18px\]{
    padding-bottom: 18px;
  }

  .md\:pb-\[56px\]{
    padding-bottom: 56px;
  }

  .md\:pt-\[24px\]{
    padding-top: 24px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[208px\]{
    font-size: 208px;
  }

  .md\:text-\[38px\]{
    font-size: 38px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1248px){
  .lg\:bottom-\[22px\]{
    bottom: 22px;
  }

  .lg\:mr-\[88px\]{
    margin-right: 88px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-\[90px\]{
    gap: 90px;
  }

  .lg\:gap-\[100px\]{
    gap: 100px;
  }

  .lg\:pt-\[0\]{
    padding-top: 0;
  }
}

@media (min-width: 1445px){
  .xl\:gap-\[50px\]{
    gap: 50px;
  }
}
