/*
! tailwindcss v3.3.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-3 {
  padding: 0.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/* --- MOBILE ONLY FIXES: max-width 480px --- */
@media (max-width: 480px) {

  html,
  body {
    overflow-x: hidden !important;
    max-width: 100vw;
  }

  .quem-somos-section {
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .quem-somos__block1,
  .quem-somos__block2 {
    padding: 32px 0.5rem 20px 0.5rem;
    min-height: 120px;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .quem-somos__block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .quem-somos__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
    width: 92vw;
    max-width: 420px;
    min-width: 0;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    position: static;
    top: unset;
    left: unset;
    right: unset;
    z-index: 1;
  }

  .quem-somos__block1 {
    position: relative;
    min-height: unset;
    padding-top: 1.2rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: none;
  }

  .quem-somos__h1 {
    position: static;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.15;
    padding: 0 0.5rem;
    flex-wrap: wrap;
    text-align: center;
    margin-top: -1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 90vw;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }

  .quem-somos__h2 {
    font-size: 0.95rem;
    margin-top: 0.7rem;
    padding: 0 0.2rem;
    line-height: 1.3;
  }

  .quem-somos__block2 h2,
  .quem-somos__block2 h3 {
    font-size: 0.95rem;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }

  .quem-somos__logo-bg {
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
  }
}

/* Quem Somos - Stacked Responsive Layout */
.quem-somos-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: none;
}

.quem-somos__block1 {
  min-height: 420px;
  background: url('../assets/2.jpg') center center/cover no-repeat, #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 1.5rem 120px 1.5rem;
  position: relative;
}

.quem-somos__logo {
  width: 50%;
  height: auto;
  margin-top: 120px;
  margin-bottom: -30px;
}

.quem-somos__h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;

}

.quem-somos__h1-bullet {
  font-size: 1.7rem;
  color: #00b6e6;
  margin: 0 0.5rem;
  min-width: 18px;
}

.quem-somos__h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
  margin-top: 5rem;
  line-height: 3rem;
}

.quem-somos__block2 {
  background: #111;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 1.5rem 60px 1.5rem;
  box-sizing: border-box;
}

.quem-somos__block2 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  z-index: 2;
  text-transform: uppercase;
  padding-left: 10%;
  width: 45%;
}

.quem-somos__block2 h3 {
  font-size: 1.8rem;
  color: #00b6e6;
  font-weight: 600;
  z-index: 2;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  max-width: 600px;
  padding-left: 10%;
  width: 40%;
  text-transform: uppercase;
}

.quem-somos__logo-bg {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 405px;
  transform: rotate(-45deg);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 900px) {

  .quem-somos__block1,
  .quem-somos__block2 {
    padding: 80px 1rem 40px 1rem;
    min-height: 260px;
  }
  .quem-somos__block1 {
    padding: 0px 1rem 40px 1rem;
  }
  .quem-somos__block2 h2 {
    font-size: 1.4rem;
  }

  .quem-somos__block2 h3 {
    font-size: 1rem;
  }

  .quem-somos__logo-bg {
    width: 180px;
    height: 180px;
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 600px) {

  .quem-somos__block1,
  .quem-somos__block2 {
    padding: 60px 0.5rem 30px 0.5rem;
    min-height: 180px;
  }

  .quem-somos__logo {
    width: 100%;
    margin-top: 4rem;
    padding-bottom: 5.5rem;
  }

  .quem-somos__h1 {
    font-size: 1.6rem;
    line-height: 0.9rem;
  }

  .quem-somos__h1-bullet {
    padding: 10px 0px;
    width: 100%;
  }

  .quem-somos__logo-bg {
    width: 110px;
    height: 110px;
    right: -10px;
    bottom: -10px;
  }

  .quem-somos__h2 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-top: 3rem;
  }

  .quem-somos__block2 h2 {
    font-size: 2rem;
    width: 75%;
    padding-bottom: 2rem;
  }

  .quem-somos__block2 h3 {
    width: 75%;
  }

  .services-section h2 {
    padding: 0px 5%;
    font-size: 3rem !important;
    padding-top: 10% !important;
  }

  .services-blocks {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 10.5rem;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
  }

  .services-section p {
    padding: 0px 5%;
  }
  .services-list{
    padding: 0px 5%!important;
  }

}


/* styles.css - SPA for Step2Emotion */
:root {
  --primary: #1a1a2e;
  --accent: #0cc2d4;
  --bg: #f5f6fa;
  --text: #222;
  --white: #fff;
  --gray: #888;
  --footer-bg: #232946;
  --footer-text: #eaeaea;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bg1: #0cc2d4;
  --bg2: #1c8493;
  --bg3: #044455;
  --bg4: #426c7a;
  --bg5: #317a94;
  --bg6: #58cacd;
  --bg7: #4c94a6;
}

.container h1 {
    text-align: center;
    color: var(--primary);
    margin-bottom: 2rem;
    text-transform: uppercase;
            font-size: 2.25rem;
            font-weight: 700;
        line-height: 2.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 1rem;
  background: #0cc2d4;
  color: white;
  padding: 0.5rem;
  z-index: 20000;
  transition: top 0.2s;
}

.skip-link:focus {
  top: 1rem;
}

/* 2) Foco mais visível nos links de navegação */
.nav__link:focus {
  outline: 3px dashed var(--accent);
  outline-offset: 4px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  z-index: 1000;
  width: 100%;
  transition: background var(--transition);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.logo {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 1px;
}

.nav {
  position: relative;
}

.nav__menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
  font-weight: bold;
}

.nav__link.active,
.nav__link:focus,
.nav__link:hover {
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
}

.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav__hamburger,
.nav__hamburger::before,
.nav__hamburger::after {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  position: relative;
  transition: all var(--transition);
}

.nav__hamburger::before,
.nav__hamburger::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav__hamburger::before {
  top: -8px;
}

.nav__hamburger::after {
  top: 8px;
}

@media (max-width: 900px) {

  /* garante que o header fica acima do menu */
  .header {
    z-index: 10000;
  }

  .nav__menu {
    position: absolute;
    top: 70px;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), opacity var(--transition);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
  }


  .nav__menu.open {
    position: fixed;
    /* <-- passa a fixed, não absolute */
    top: 70px;
    /* abaixo do header */
    left: 0;
    /* ponta esquerda do viewport */
    right: 0;
    /* ponta direita do viewport */
    width: 100vw;
    /* toda a largura do viewport */
    max-height: calc(100vh - 70px);
    /* não ultrapassar o ecrã */
    overflow-y: auto;
    background: var(--white);
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    opacity: 1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }




  .nav__link {
    padding: 1rem 1.5rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }


  .nav__toggle {
    display: block;
  }

  .nav__toggle[aria-expanded="true"] .nav__hamburger {
    background: transparent;
  }

  .nav__toggle[aria-expanded="true"] .nav__hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }

  .nav__toggle[aria-expanded="true"] .nav__hamburger::after {
    transform: rotate(-45deg);
    top: 0;
  }

  header,
  .header,
  .header__container {
    position: relative;
    z-index: 1000;
  }

}

.hero-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  background: var(--bg);
  overflow: hidden;
  z-index: 1;
}

.hero-content {
  z-index: 2;
  max-width: 600px;
  margin-left: 5vw;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: var(--primary);
}

.hero-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 2rem 0;
  color: var(--gray);
}

.cta-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  padding: 0.9rem 2.2rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(233, 69, 96, 0.08);
  transition: background var(--transition), box-shadow var(--transition);
  border: none;
  cursor: pointer;
}

.cta-btn:hover,
.cta-btn:focus {
  background: #d7263d;
  box-shadow: 0 4px 16px rgba(233, 69, 96, 0.16);
}

.hero-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  background: url("./assets/hero-bg.png") no-repeat bottom right/cover;
  opacity: 0.18;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero-section {
    flex-direction: column;
    min-height: 80vh;
  }

  .hero-content {
    margin: 2rem 1rem 0 1rem;
    text-align: center;
  }

  .hero-bg {
    width: 90vw;
    height: 50vw;
    max-width: 400px;
    max-height: 300px;
    left: 0;
    right: auto;
    bottom: 0;
  }
}

.services-section {
  position: relative;
  background: url(../assets/4.jpg) center center / cover no-repeat;
  background-color: #111;
  /* fallback */
  color: #fff;
  /* para o texto ficar legível sobre o fundo escuro */
  z-index: 0;
  overflow: hidden;
  padding: 0 1rem 3rem;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.services-section h2 {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--white);
  text-transform: uppercase;
  font-size: 4rem;
  position: relative;
  z-index: 2;
  padding-top: 3rem;
}

.services-blocks {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 10.5rem;
  position: relative;
  z-index: 2;
}

.service-block {
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem;
  flex: 1 1 0;
  min-width: 220px;
  max-width: 340px;
  text-align: center;
}

.sblock1 {
  background: var(--bg1);
}

.sblock2 {
  background: var(--bg2);
}

.sblock3 {
  background: var(--bg3);
}

.service-block h3 {
  color: var(--accent);
  margin-bottom: 1rem;
}

.services-section h3 {
  text-align: center;
  margin: 2.5rem 0 1.5rem 0;
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.services-section p {
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.1rem;
  list-style: none;
  padding: 0;
  margin: 0 auto 1.5rem auto;
  max-width: 950px;
}

.services-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 30px;
  padding: 0.7rem 1.2rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.services-list li.sbg1 {
  background: var(--bg4, #426c7a);
}

.services-list li.sbg2 {
  background: var(--bg5, #317a94);
}

.services-list li.sbg3 {
  background: var(--bg6, #58cacd);
}

.services-list li.sbg4 {
  background: var(--bg7, #4c94a6);
}

.services-list li:hover,
.services-list li:focus {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.services-list-bg {
  position: relative;
  /* background: url("../assets/services-bg-pattern.png") repeat center center; */
  /* background-size: 340px auto; */
  border-radius: 0 0 32px 32px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 2;
}

.services-list-bg li {
  position: relative;
  z-index: 1;
}

@media (max-width: 700px) {
  .services-list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.7rem;
  }


}

.portfolio-section {
  padding: 5rem 0 2rem 0;
  background: var(--bg);
}

.portfolio-section h2 , .instagram-section h2{
  text-align: center;
  color: var(--primary);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 2rem;
}
.portfolio-section h3 , .instagram-section h3{
  text-align: center;
  color: var(--primary);
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.portfolio-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1.5rem 0 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-track {
  display: flex;
  gap: 2rem;
  transition: transform var(--transition);
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}

.slider-item {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 1rem 0.5rem;
  min-width: 120px;
  max-width: 140px;
}

.slider-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}

.slider-item span {
  font-size: 0.95rem;
  color: var(--primary);
  text-align: center;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 3;
  transition: background var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-arrow--left {
  left: -120px;
}

.slider-arrow--right {
  right: -120px;
}

@media (max-width: 1300px) {
  .slider-arrow--left {
    left: -48px;
  }

  .slider-arrow--right {
    right: -48px;
  }
}

@media (max-width: 1100px) {
  .slider-arrow--left {
    left: -28px;
  }

  .slider-arrow--right {
    right: -28px;
  }
}

@media (max-width: 900px) {
  .slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }

  .slider-arrow--left {
    left: -12px;
  }

  .slider-arrow--right {
    right: -12px;
  }
}

@media (max-width: 600px) {
  .slider-arrow {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .slider-arrow--left {
    left: -6px;
  }

  .slider-arrow--right {
    right: -6px;
  }
}

.slider-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.slider-pagination button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--gray);
  cursor: pointer;
  transition: background var(--transition);
}

.slider-pagination button.active {
  background: var(--accent);
}

@media (max-width: 900px) {
  .slider-item {
    min-width: 90px;
    max-width: 100px;
    padding: 0.5rem 0.2rem;
  }

  .slider-item img {
    width: 50px;
    height: 50px;
  }
}

.blog-section {
  padding: 5rem 0 2rem 0;
  background: var(--white);
  text-align: center;
}

.contact-section {
  padding: 5rem 1.5rem;
  background: var(--bg);
  text-align: center;
}

.contact-heading {
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

input,
textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  background: #fafafa;
  color: var(--text);
  transition: border 0.2s;
}

input:focus,
textarea:focus {
  border: 1.5px solid var(--accent);
  outline: none;
  background: #fff;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.primary-btn {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: bold;
}

.primary-btn:hover {
  background: #0899ab;
}

/* Swiper custom styles for portfolio */
.portfolio-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  background: none;
  box-sizing: border-box;
}

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

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-width: 140px;
  max-width: 160px;
  height: 170px;
  margin: 0 0.5rem;
  padding: 1.2rem 0.7rem 0.7rem 0.7rem;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
}

.swiper-slide img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.7rem;
  display: block;
}

.swiper-slide span {
  font-size: 1.05rem;
  color: var(--primary);
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--accent);
  background: var(--white);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: -32px;
}

.swiper-button-prev {
  left: -32px;
}

.swiper-pagination-bullet {
  background: var(--gray);
  opacity: 1;
}

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

@media (max-width: 900px) {
  .portfolio-swiper {
    max-width: 98vw;
  }

  .swiper-slide {
    min-width: 90px;
    max-width: 110px;
    height: 120px;
    padding: 0.7rem 0.2rem 0.5rem 0.2rem;
  }

  .swiper-slide img {
    width: 50px;
    height: 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
  }

  .swiper-button-next {
    right: -12px;
  }

  .swiper-button-prev {
    left: -12px;
  }
}

/* Glide.js custom styles for portfolio slider */
.portfolio-glide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  background: none;
  box-sizing: border-box;
}

.portfolio-glide .glide__slides {
  display: flex;
  align-items: stretch;
}

.portfolio-glide .glide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  min-width: 140px;
  max-width: 160px;
  height: 170px;
  margin: 0 0.5rem;
  padding: 1.2rem 0.7rem 0.7rem 0.7rem;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
}

.portfolio-glide .glide__slide img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.7rem;
  display: block;
}

.portfolio-glide .glide__slide span {
  font-size: 1.05rem;
  color: var(--primary);
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
  width: 100%;
  word-break: break-word;
}

.portfolio-glide .glide__arrow--right {
  right: -1rem !important;
}

.portfolio-glide .glide__arrow--left {
  left: -1rem !important;
}

.portfolio-glide .glide__bullets {
  display: none !important;
}

.portfolio-glide .glide__arrow--left::after {
  content: "‹";
  /* seta esquerda */
  font-size: 2rem;
  color: var(--accent);
}

.portfolio-glide .glide__arrow--right::after {
  content: "›";
  /* seta direita */
  font-size: 2rem;
  color: var(--accent);
}

.portfolio-glide .glide__arrow {
  box-shadow: none !important;
  border: none !important;
  top: 40% !important;
}

.service-modal {
    position: fixed; /* fora de qualquer contexto de empilhamento */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999; /* deve estar acima de qualquer coisa */
}

.service-modal.open {
    opacity: 1;
    visibility: visible;
}

.service-clickable {
    cursor: pointer;
}

.modal-content {
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.modal-content h3 {
    margin-top: 0;
    font-size: 1.5em;
    color:var(--primary);
}

.modal-text {
    margin-top: 15px;
    font-size: 1em;
    color:var(--primary);
    line-height: 1.5;
}
.modal-text p  , .modal-text span{
    color:var(--primary);
    margin:0;
    font-size: 1em;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

.close-modal:hover {
    color: #000;
}

/* Classe que bloqueia o scroll do body */
.no-scroll {
    overflow: hidden;
    height: 100vh;
}


/* Glide */
.glide,
.glide__track,
.glide__slides,
.glide__slide,
.glide__arrows,
.glide__bullets {
    z-index: 1; /* garante que o modal fique acima */
}

.instagram_feed {
	overflow: hidden;
	width: 100%;
  margin-bottom: 50px;
}

.instagram_feed .instagram_new {
	width: 12.5%;
	float: left;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
}

.instagram_feed img.insta-image {
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.instagram_feed .insta-link {
	position: relative;
	display: block;
	background: #337ab7;
	padding-top: 100%;
}

@media(max-width: 769px) {
	.instagram_feed{
		padding-left: 10px;
	}
	.instagram_feed .instagram_new {
		width: 25%;
	}
}
.instagram_feed .instagram_new .fa{
position: absolute;
z-index: 1000;
color: white;
font-size: 40px;
left: 50%;
top: 50%;
margin-top: -20px;
margin-left: -20px;
opacity: 0.8;
}

.instagram_feed .insta-link:hover .insta-image {
	opacity: 0.5;
}

@media (max-width: 480px) {
    .services-list li {
      font-size: 0.85rem;
    }
}

/* Telemóvel médio/grande */
@media (min-width: 481px) and (max-width: 768px) {
  
    .quem-somos__logo{
          margin-bottom: -22px;
          margin-top: 80px;
    }
    .quem-somos__h1 {
    font-size: 1.4rem;
  }
  .quem-somos__h2 {
    line-height: 2rem;
    font-size: 1.2rem;
  }
  .services-section h2 {
    font-size: 3rem;
  }
  .service-block h3{
    font-size: 1.4rem;
  }
  .services-section h3 {
    font-size: 1.4rem;
                margin-top: 1.2rem;

  }
  
      .services-blocks {
      gap: 1rem;
    }
    
    .service-block{
      min-width: 175px;
      padding:2rem 1rem;
    }
    
      .services-section p {
    font-size: 0.9rem;
  }
  
    .services-list li {
    font-size: 0.75rem;
    padding: 0.6rem 0.2rem;
  }

}
/* Tablet vertical */
@media (min-width: 769px) and (max-width: 1024px) {
    .quem-somos__h1 {
      font-size: 2rem;
    }
    .services-blocks {
      gap: 1rem;
    }
    
    .service-block{
      min-width: 175px;
    }

       .services-section h3 {
    font-size:1.7rem;
            margin-top: 1.4rem;
  }

  .services-section p {
    font-size: 0.9rem;
  }
}
/* Tablet horizontal / Laptop pequeno */
@media (min-width: 1025px) and (max-width: 1280px) {
    .services-section h3 {
    font-size:1.7rem;
  }
}



@media (min-width: 1025px) {
  .portfolio-glide .glide__arrow--right{
    right: -3rem !important;
  }
  .portfolio-glide .glide__arrow--left {
left: -3rem !important;
}
}



.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}



.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}



.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}



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



.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}



.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}



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



.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}



.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}



.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity));
}



.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity));
}



.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}



@media (min-width: 768px) {

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}



@media (min-width: 1024px) {

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