/* Version 1.6.0 */

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

:root {
  --cor-fundo: #b67328;
  --cor-texto: #fff;
  --cor-cinza: #e4e4e4;
}

body[data-theme="bege"] {
  --cor-fundo: #b67328;
  --cor-texto: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
}

body,
*,
::-webkit-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
}

body {
  top: 0 !important;
  font-family: Arial, sans-serif;
  word-wrap: break-word;
  word-break: break-word;

  & h1,
  & h2,
  & h3,
  & h4,
  & h5,
  & h6 {
    font-family: "Jost", sans-serif;
  }

  & .eagle-container {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  & .t-cor-principal {
    color: var(--cor-fundo);
  }

  & .cor-principal {
    background-color: var(--cor-fundo);
  }

  /* elementos */
  & .titulo {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #1b1b1b;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  & .suptitulo {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cor-fundo);
    margin-bottom: 5px;
    border-left: 4px solid var(--cor-fundo);
    padding-left: 14px;
    line-height: 1;
    display: block;
  }

  & p {
    font-size: 19px;
    color: #3f403f;
    line-height: 1.7;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  & .clearfix {
    zoom: 1;
  }

  & .clearfix::after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}

/* Footer */
footer {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;

  & #logo-eagle-branco-footer {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
  }

  & .footer-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: var(--cor-fundo);
    margin-top: 30px;
    margin-bottom: 35px;
  }

  & .footer-texto {
    font-size: 16px;
  }

  & .footer-menu-container {
    padding-left: 20px;
    padding-right: 20px;

    & ul li {
      height: 30px;
    }

    & #menu-menu-rodape-3 {
      & li {
        display: inline-block;
      }

      & a {
        background-color: #fff;
        color: #000;
        padding: 10px;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      & a:hover {
        color: #fff;
        background-color: var(--cor-fundo);
      }
    }
  }

  & #footer-copyright {
    margin-top: 20px;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }

  & p {
    color: #fff;
  }

  & a:hover {
    color: var(--cor-fundo);
  }

  & .footer-map-container {
    width: 100%;
    margin-top: 10px;
    position: relative;

    & .footer-map-wrapper {
      position: relative;
      width: 100%;
      height: 280px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);

      &:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4),
          0 0 0 2px var(--cor-fundo),
          inset 0 1px 0 rgba(255, 255, 255, 0.15);
      }

      & iframe {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 10px;
        filter: grayscale(30%) brightness(0.8) contrast(1.1);
        transition: filter 0.5s ease;
        position: relative;
        z-index: 1;
      }

      &:hover iframe {
        filter: grayscale(0%) brightness(1) contrast(1);
      }

      & .footer-map-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.1) 0%,
            transparent 50%,
            rgba(0, 0, 0, 0.1) 100%);
        pointer-events: none;
        z-index: 2;
        opacity: 0.6;
        transition: opacity 0.4s ease;
      }

      &:hover .footer-map-overlay {
        opacity: 0.2;
      }

      /* Decoração adicional - borda interna */
      &::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 6px;
        pointer-events: none;
        z-index: 3;
        transition: border-color 0.4s ease;
      }

      &:hover::before {
        border-color: rgba(255, 255, 255, 0.2);
      }

      /* Indicador de localização decorativo */
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        background: var(--cor-fundo);
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2),
          0 0 0 8px rgba(255, 255, 255, 0.1),
          0 4px 12px rgba(0, 0, 0, 0.4);
        opacity: 0.8;
        z-index: 4;
        pointer-events: none;
        animation: pulse 2s ease-in-out infinite;
      }

      &:hover::after {
        opacity: 1;
        animation: pulseHover 1.5s ease-in-out infinite;
      }
    }
  }

  @keyframes pulse {

    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.8;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.1);
      opacity: 1;
    }
  }

  @keyframes pulseHover {

    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.15);
      opacity: 0.9;
    }
  }
}

/* Navbar */
.navbar {
  background-color: #000;
}

#top-bar-background {
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;

  & .top-lista-linguas {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;

    & li {
      display: flex;
      align-items: center;
      color: var(--cor-cinza);
      font-size: 12px;
      cursor: pointer;
      height: 25px;
      border-right: 1px solid #fff;
      width: 35px;
      margin-right: 15px;

      &:last-child {
        border-right: none;
      }

      & span {
        transition: all 0.3s ease;
      }

      & span:hover {
        color: var(--cor-fundo);
      }
    }
  }
}

.top-lista-redes-sociais {
  display: flex;
  justify-items: center;
  justify-content: flex-end;

  & li {
    transition: all 0.3s ease;
    color: var(--cor-cinza);
    font-size: 16px;
    margin-left: 25px;

    &:hover {
      color: var(--cor-fundo);
    }
  }
}

#top-header-background {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 50px;
  background: rgb(0, 0, 0);
  z-index: 100;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.577) 60%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;

  &.sticky-active {
    position: fixed;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  & .ig {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  & #logo-eagle-branco {
    width: 200px;
    padding-left: 20px;
  }

  & #top-lista-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Jost', sans-serif;

    & .item-menu {
      display: none;
      color: #fff;

      & button {
        background: none;
        border: none;
        color: var(--cor-cinza);
        font-size: 24px;
        cursor: pointer;
        padding: 0;
        margin: 0;
        transition: color 0.3s ease;

        &:hover {
          color: var(--cor-fundo);
        }
      }
    }

    @media (max-width: 950px) {
      & .item-menu {
        display: block;
      }
    }

    & li {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--cor-cinza);
      font-size: 19px;
      cursor: pointer;
      padding-left: 5px;
      padding-right: 5px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      position: relative;

      & a:hover {
        color: var(--cor-fundo);
      }

      &.has-submenu {
        display: flex;
        align-items: center;
        gap: 5px;

        & .submenu-link {
          text-decoration: none;
          color: inherit;
        }

        & .submenu-toggle {
          background: none;
          border: none;
          color: var(--cor-cinza);
          cursor: pointer;
          padding: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 10px;
          transition: all 0.3s ease;
          width: 20px;
          height: 20px;

          &:hover {
            color: var(--cor-fundo);
          }

          & .submenu-indicator {
            font-size: 10px;
            transition: transform 0.3s ease;
          }

          @media (min-width: 951px) {
            display: none;
          }
        }

        &:hover .submenu-indicator,
        &.active .submenu-indicator {
          transform: rotate(180deg);
        }

        &:hover .submenu,
        &.active .submenu {
          display: block;
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
        }

        @media (min-width: 951px) {
          &::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            height: 10px;
            z-index: 199;
          }
        }
      }

      & .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #000;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px;
        margin-top: 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 200;

        @media (min-width: 951px) {
          padding-top: 10px;

          &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: transparent;
          }
        }

        @media (max-width: 950px) {
          &::after {
            content: '';
            position: absolute;
            top: -8px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #000;
          }
        }

        & a {
          display: block;
          padding: 10px 20px;
          color: var(--cor-cinza);
          font-size: 16px;
          text-decoration: none;
          transition: all 0.3s ease;
          white-space: nowrap;

          &:hover {
            color: var(--cor-fundo);
            background-color: rgba(255, 255, 255, 0.05);
            padding-left: 25px;
          }
        }
      }
    }


    @media (max-width: 950px) {

      & .item,
      & .item.has-submenu {
        display: none;
      }
    }
  }
}

@media only screen and (max-width: 950px) {
  #top-header-background #top-lista-menu {
    gap: 10px;
    overflow-x: hidden;

    & li.has-submenu .submenu {
      position: fixed;
      left: 50%;
      transform: translateX(-50%) translateY(-10px);
      min-width: 250px;
      max-width: 90vw;

      &::before {
        left: 50%;
        transform: translateX(-50%);
      }
    }

    & li.has-submenu.active .submenu {
      transform: translateX(-50%) translateY(0);
    }
  }
}

/* Floating Buttons */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.floating-btn-whatsapp {
  background: #25d366;
  animation: pulse-whatsapp 2s infinite;
}

.floating-btn-whatsapp:hover {
  background: #20ba5a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.floating-btn-theme {
  background: var(--cor-fundo);
}

.floating-btn-theme:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.8), 0 0 0 10px rgba(37, 211, 102, 0.1);
  }

  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .floating-buttons {
    right: 15px;
    bottom: 15px;
    gap: 12px;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Side Nav */
.side-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;

  &.active {
    opacity: 1;
    visibility: visible;
  }
}

.side-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.5);
  transition: right 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;

  &.active {
    right: 0;
  }

  & .side-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    gap: 15px;
    min-height: 80px;
  }

  & .side-nav-logo {
    width: 120px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
  }

  & .side-nav-close {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 10;

    &:hover {
      color: #ffffff;
      background-color: var(--cor-fundo);
      border-color: var(--cor-fundo);
      transform: rotate(90deg) scale(1.1);
      box-shadow: 0 4px 12px rgba(211, 37, 37, 0.4);
    }

    &:active {
      background-color: rgba(211, 37, 37, 0.9);
      transform: rotate(90deg) scale(0.95);
    }

    & i {
      pointer-events: none;
    }
  }

  & .side-nav-menu {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    flex: 1;
  }

  & .side-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 5px;

    &.side-nav-item-has-submenu {
      & .side-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      &.active .side-nav-chevron {
        transform: rotate(180deg);
        color: var(--cor-fundo);
      }

      &.active .side-nav-link {
        color: var(--cor-fundo);
        background-color: rgba(211, 37, 37, 0.1);
      }

      &.active .side-nav-submenu {
        max-height: 500px;
        opacity: 1;
      }
    }
  }

  & .side-nav-link {
    display: block;
    padding: 20px 25px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0 10px;

    &:hover {
      color: #ffffff;
      background-color: var(--cor-fundo);
      padding-left: 30px;
      transform: translateX(5px);
    }

    &:active {
      background-color: rgba(211, 37, 37, 0.8);
    }
  }

  & .side-nav-chevron {
    font-size: 11px;
    transition: all 0.3s ease;
    color: #ffffff;
    margin-left: 10px;
  }

  & .side-nav-submenu {
    list-style: none;
    margin: 0 10px;
    padding: 10px 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;

    & li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);

      &:last-child {
        border-bottom: none;
      }
    }

    & a {
      display: block;
      padding: 16px 20px 16px 35px;
      color: #e4e4e4;
      font-size: 15px;
      font-weight: 400;
      text-decoration: none;
      transition: all 0.3s ease;
      border-radius: 3px;
      margin: 2px 5px;

      &:hover {
        color: #ffffff;
        background-color: rgba(211, 37, 37, 0.2);
        padding-left: 40px;
        transform: translateX(3px);
      }

      &:active {
        background-color: rgba(211, 37, 37, 0.4);
      }
    }
  }
}

@media (max-width: 480px) {
  .side-nav {
    width: 100%;
    max-width: 100vw;
  }
}

/* Link Folder PDF (final das páginas de produtos e serviços) */
.folder-pdf-section {
  padding: 40px 20px 60px;
  text-align: center;
  background-color: #f8f9fa;
}

.folder-pdf-section .folder-pdf-texto {
  font-size: 16px;
  font-weight: 400;
  color: #6d6a6a;
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 24px;
}

.folder-pdf-section .link-folder-pdf {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--cor-fundo);
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid var(--cor-fundo);
  border-radius: 8px;
  transition: all 0.25s ease;
}

.folder-pdf-section .link-folder-pdf:hover {
  color: #ffffff;
  background-color: var(--cor-fundo);
}

.folder-pdf-section .link-folder-pdf i {
  font-size: 20px;
}

.pagina-hero {
  position: relative;
  width: 100%;
  min-height: 320px;
  background-color: #1b1b1b;
  background-image: var(--bg-hero-pagina);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 60px;

  & .hero-overlay {
    text-align: center;
    padding: 0 20px;

    & .hero-titulo {
      font-size: 42px;
      font-weight: 600;
      letter-spacing: 0;
      color: #fff;
      margin: 0;
      line-height: 1.2;
      text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    }
  }
}
