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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
b,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Sora, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  box-sizing: border-box;
}

::selection {
  background-color: #1e5949;
  color: white;
}

::-moz-selection {
  background-color: #1e5949;
  color: white;
}

.show-mob {
  display: none;
}

img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.grecaptcha-badge {
  display: none !important;
}

.lightwidget__lightbox {
  z-index: 9999 !important;
}
.modal-privacidade {
  display: none;

  .modal-content {
    .grey-page {
      padding-top: 60px;
    }
  }
}

.page-404 {
  padding: 240px 0 30px;
  background: #f0efec;
  text-align: center;

  h1 {
    color: #1e5949;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 200px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
  }

  h2 {
    margin-bottom: 40px;
    color: #1e5949;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 120px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 156px */
  }

  .desc {
    color: #1e5949;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 40px;
  }

  p {
    a {
      display: flex;
      width: 270px;
      height: 50px;
      padding: 16px 18px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 30px;
      border: 2px solid #1e5949;
      color: #1e5949;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 19.6px */
      margin: 0 auto;
      transition: all 0.5s ease;

      &:hover {
        background: #1e5949;
        color: #fff;
      }
    }
  }
}

.grey-page {
  padding: 170px 0 30px;
  background: #f0efec;

  h1 {
    color: #1e5949;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    margin-bottom: 32px;
  }

  .line {
    display: block;
    width: 120px;
    height: 1px;
    background: #1e5949;
    margin-bottom: 32px;
  }

  h3 {
    color: #1e5949;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px;
    li {
      list-style: disc;
    }
  }
  p,
  li {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  p {
    margin-bottom: 30px;
  }
}

svg,
svg path {
  transition: all 0.5s;
}

header {
  transition: all 0.5s;
  padding: 30px 0;
  width: 100%;
  z-index: 5;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;

  &.green-page {
    background: #1e5949 !important;

    .header-container {
      .menus {
        ul {
          li {
            a {
              transition: all 0.5s ease;
            }

            &:hover {
              a {
                color: #fff;
              }
            }
          }
        }
      }
      a {
        transition: all 0.5s ease;

        svg {
          transition: all 0.5s ease;
          path,
          rect {
            transition: all 0.5s ease;
          }
        }

        &:hover {
          opacity: 0.7;
          color: #fff;
          svg {
            opacity: 0.7;
            path {
              fill: #fff;
            }

            rect {
              stroke: #fff;
            }
          }
        }
      }
    }
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    a {
      transition: all 0.5s ease;

      svg {
        path,
        rect {
          transition: all 0.5s ease;
        }
      }

      &:hover {
        opacity: 0.6;
      }
    }

    .btn {
      a {
        display: flex;
        padding: 16px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 30px;
        border: 2px solid var(--Lighter, #fff);

        color: var(--Lighter, #fff);
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        transition: all 0.5s ease;

        &:hover {
          background: #fff;
          color: #1e5949;
        }
      }
    }

    .menus {
      display: flex;
      gap: 32px;
      align-items: center;

      .links {
        li {
          a {
            &::after {
              display: block;
              width: 55px;
              height: 1px;
              background: #fff;
              position: absolute;
              bottom: -10px;
              left: 50%;
              transform: translateX(-50%);
              content: "";
              opacity: 0;
              transition: all 0.5s ease;
            }

            &:hover {
              &::after {
                opacity: 1;
              }
            }
          }
        }
      }

      ul {
        display: flex;
        gap: 16px;

        li {
          a {
            color: var(--Lighter, #fff);
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: Sora;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 16.8px */
            transition: all 0.5s ease;
            position: relative;
          }
        }
      }
    }
  }
}

.fancybox__container {
  background: rgba(30, 89, 73, 0.5);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

header .botoes {
  display: flex;
  align-items: center;
  gap: 30px;
}

.redes {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .menu {
  display: none;
}

.f-html {
  padding: 0;
}

.topo {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.topo .container {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  top: 50%;
  left: 50%;
}

.topo .item {
  height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
  box-sizing: border-box;
}

.topo .item iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  border: none;
}

/* Garantir que o iframe do YouTube cubra toda a área */
.topo .item iframe {
  min-width: 100vw;
  min-height: 100vh;
  width: 177.77vh; /* 16:9 aspect ratio */
  height: 56.25vw; /* 16:9 aspect ratio */
  max-width: none;
  max-height: none;
}

.topo .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      113.49% 34.23% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      rgba(30, 89, 73, 0.2) 100%
    ),
    rgba(30, 89, 73, 0.2);
}

.topo .infos h1 {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;

  &::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  span {
    font-weight: 400;
  }
}

#barra-fixa {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  z-index: 1000;
  display: flex;
  height: 80px;
  border-radius: 200px;
  align-items: center;
  gap: 10px;

  .btn-whatsapp {
    a {
      border-radius: 100px;
      background: #1e5949;
      height: 62px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-right: 10px;
      transition: all 0.5s;

      .label {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 15.6px */
        text-transform: uppercase;
        transition: all 0.5s;
      }

      .icon {
        svg {
          path {
            transition: all 0.5s ease;
          }
        }
      }

      &:hover {
        background: #178d6d;
      }
    }
  }

  .logo-t {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: #ddd9d4;
  }

  .contato-links {
    display: flex;

    a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 20px;
      transition: all 0.5s ease;

      &.um {
        border-right: 1px solid #ddd9d4;
      }

      .label {
        color: #1e5949;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 15.6px */
        text-transform: uppercase;
        transition: all 0.5s ease;
      }

      .icon {
        svg {
          path,
          rect {
            transition: all 0.5s ease;
          }
        }
      }

      &:hover {
        .icon {
          svg {
            rect {
              stroke: #178d6d;
            }
            path {
              fill: #178d6d;
            }
          }
        }
        .label {
          color: #178d6d;
        }
      }
    }
  }
}

.modal-contato {
  height: 500px;
  display: none;
  .modal-content {
    height: 100%;
    display: flex;

    .right {
      box-sizing: border-box;
      padding: 64px;
      display: flex;
      flex-direction: column;
      justify-content: center;

      .content-telefone {
        text-align: center;
        width: 370px;

        .numero {
          color: #1e5949;
          text-align: center;
          font-family: Sora;
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          transition: all 0.5s ease;

          &:hover {
            color: #18463a;
          }
        }

        .btn {
          a {
            display: flex;
            width: 182px;
            height: 50px;
            padding: 16px 18px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 30px;
            border: 2px solid #1e5949;
            color: #1e5949;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: Sora;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 16.8px */
            transition: all 0.5s ease;
            margin: 20px auto;

            &:hover {
              background: #1e5949;
              color: #fff;
            }
          }
        }
      }

      .check-button {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        align-items: center;

        button {
          display: flex;
          width: 188px;
          height: 50px;
          padding: 16px 18px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 30px;
          border: 2px solid #1e5949;
          transition: all 0.5s ease;
          cursor: pointer;
          background: #fff;

          color: #1e5949;
          text-align: center;
          leading-trim: both;
          text-edge: cap;
          font-family: Sora;
          font-size: 12px;
          font-style: normal;
          font-weight: 400;

          &:hover {
            background: #1e5949;
            color: #fff;
          }
        }

        .checkbox {
          display: flex;
          align-items: center;
          gap: 10px;

          span {
            color: #1e5949;
            font-family: Sora;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;

            a {
              color: #1e5949;
              font-family: Sora;
              font-size: 10px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              text-decoration-line: underline;
              text-decoration-style: solid;
              text-decoration-skip-ink: none;
              text-decoration-thickness: auto;
              text-underline-offset: auto;
              text-underline-position: from-font;
            }
          }
        }
      }

      .field {
        input,
        select {
          display: flex;
          height: 62px;
          padding: 14px 0;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-bottom: 1px solid var(--600, rgba(0, 0, 0, 0.1));
          background: var(--100, #fff);
          width: 370px;
          color: #3d3d3d;
          font-family: Sora;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
        }
      }
    }

    .left {
      width: 295px;
      background: #1e5949;
      box-sizing: border-box;
      padding: 60px 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      .label {
        color: #ddd9d4;
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5px;
      }

      h3 {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 33.8px */
        text-transform: uppercase;
      }

      .legend {
        color: #ddd9d4;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
      }
    }
  }
}

.topo .numeros {
  li {
    display: flex;
    align-items: center;
    gap: 10px;
    strong {
      color: #fff;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%; /* 52px */
    }

    span {
      color: #fff;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; /* 20.8px */
      text-transform: uppercase;
    }
  }
}

.destaques {
  height: 851px;
  padding: 80px 0;
  background: #f0efec;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: -1px;

  .title-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.destaques .container {
  position: relative;
  z-index: 2;
}

.destaques img::selection {
  background: none;
}

.destaques .mask-azul {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  object-position: top right;
  pointer-events: none;
  display: none;
}

.destaques .mask-verde {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 40.6%;
  object-fit: cover;
  object-position: top left;
  display: none;
}

.destaques h3 {
  color: #1e5949;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
}

.destaques .info-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}

.destaques .nav-destaques {
  display: flex;
  gap: 14px;
  align-items: center;
}

.destaques .nav-destaques .icon {
  display: flex;
  width: 50px;
  cursor: pointer;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border-radius: 100px;
  background: #1e5949;
  transition: all 0.5s;
}

.destaques .nav-destaques .icon:hover {
  border-color: #fff;
  transform: scale(1.1);
  background: #178d6d;
}

.destaques .slide-destaques {
  margin: 45px 0 30px 0;
  position: relative;
  left: -15px;
}

.destaques .slide-destaques .slick-list {
  overflow: visible;
}

.destaques .slide-destaques .item {
  margin: 0 15px;
}

.destaques .slide-destaques .card {
  border-radius: 0px;
  display: flex;
  height: 575px;
  align-items: end;
  padding: 45px;
  gap: 20px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;

  &:hover {
    &::before {
      top: -110px;
    }
  }
}

.destaques .slide-destaques .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: -40px;
  transition: all 0.5s ease;
  background: radial-gradient(
    300.8% 132.01% at 0% 0%,
    rgb(0 0 0 / 20%) 41.12%,
    rgba(0, 0, 0, 0.7) 65.11%
  );
  z-index: 2;
}

.destaques .slide-destaques .card .localizacao {
  z-index: 3;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Lighter, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-transform: uppercase;
}

.destaques .slide-destaques .card .logo {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 200px;
  z-index: 3;
  height: auto;
}

.destaques .slide-destaques .card:hover .logo {
  transform: translate(-50%, -50%) scale(0.9);
}

.destaques .slide-destaques .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  top: 0;
  object-fit: cover;
  left: 0;
}

.destaques .slide-destaques .card:hover img {
  transform: scale(1.07);
}

.destaques .slide-destaques .card h4 {
  color: var(--Lighter, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  position: relative;
  z-index: 3;
  width: 100%;

  .status {
    color: var(--Lighter, #fff);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: 5.6px;
    text-transform: uppercase;
  }

  .title-emp {
    color: var(--Lighter, #fff);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    margin: 10px 0;
    text-transform: uppercase;
  }

  .localizacao-emp {
    color: var(--Lighter, #fff);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    letter-spacing: 6.4px;
    text-transform: uppercase;
  }
}

.destaques .slide-destaques .card .itens {
  display: flex;
  gap: 8px;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 100%;
  transition: all 0.5s ease;
  left: 0;
  bottom: -150px;
  box-sizing: border-box;
  height: 40px;

  &::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    position: absolute;
    top: -20px;
    background-color: #fff;
  }

  p {
    color: var(--Lighter, #fff);
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
  }
}

#list-reels {
  margin-top: 40px;
}

.destaques .slide-destaques .card {
  flex-direction: column;
  justify-content: flex-end;
  position: relative;

  h4 {
    position: relative;
    transition: all 0.5s ease;
    bottom: -62px;
  }

  &.tres {
    &:hover {
      h4 {
        transform: translateY(-90px);
      }
      .itens {
        bottom: 10px;
      }
    }
  }

  &.dois {
    &:hover {
      h4 {
        transform: translateY(-80px);
      }
      .itens {
        bottom: -10px;
      }
    }
  }

  &.um {
    &:hover {
      h4 {
        transform: translateY(-50px);
      }
      .itens {
        bottom: -30px;
      }
    }
  }
}

.destaques .slide-destaques .card h4 span {
  display: block;
}

.destaques .slide-destaques .card .botao {
  position: relative;
  z-index: 4;
}

.destaques .slide-destaques .card:hover .botao {
  background: #fff;
  color: #00ce58;
  transform: scale(1);
}

.destaques .slide-destaques .card:hover .botao::after {
  right: -1px;
  top: -1px;
}

.destaques .icon-bottom {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 2px;
  border: 1px solid var(--Lighter, #fff);
}

.destaques .icon-bottom:hover {
  background: #00ce58;
  border-color: #00ce58;
}

.sobre {
  padding: 30px 0 30px 0;
  height: 851px;
  background: url(../img/bg-sobre.webp);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

.sobre .container {
  height: 100%;
}

.sobre .mask-sobre {
  width: 1549px;
  height: 100%;
  position: absolute;
  left: 0%;
  bottom: 0;
  object-fit: cover;
  object-position: top left;
  display: none;
}

.sobre .container {
  display: flex;
  justify-content: space-between;
}

.sobre .left {
  height: 100%;
  display: flex;
  gap: 25px;
  flex-direction: column;
  width: 55%;
  justify-content: center;
  position: relative;
}

.sobre .left .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 2px;
  border: 1px solid var(--Lighter, #fff);
}

.sobre .left .icon:hover {
  background: #00ce58;
  border-color: #00ce58;
}

.sobre .left h3 {
  color: var(--Blue-Primary, #fff);
  text-align: start;
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  margin-bottom: 25px;
}

.sobre .left h2 {
  color: var(--Secundary, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 46.2px */
}

.sobre .left h2 span {
  color: var(--Light, #00ce58);
  display: block;
}

.sobre .left p {
  color: var(--Light, #efe8da);
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  margin: 25px 0;
  opacity: 0.6;
  max-width: 460px;
}

.sobre .left .botao {
  padding: 0;
  border: none;
  background: #03384d;
  gap: 20px;
  padding-right: 25px;
}

.sobre .left .botao::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-90deg, #00ce58 10%, transparent 60%);
  width: 416.98px;
  height: 62px;
  right: -0.8px;
  z-index: -1;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-49.7%);
}

.sobre .left .botao:hover::before {
  transition: all 0.5s;
  width: 0%;
}

.sobre .left .botao:hover::after {
  top: 0;
  right: 0;
}

.sobre .left .botao:hover {
  transform: none;
  background: #0f303d;
}

.sobre .left .botao svg {
  background: #0f303d;
  width: 60px;
  height: 60px;
  padding: 15px;
}

.sobre .right {
  max-width: 350px;
  display: flex;
  align-items: center;
}

.sobre .right .slide-sobre {
  height: 402px;
}

.sobre .right .slide-sobre::after {
  content: "";
  display: block;
  width: 100%;
}

.sobre .right .slick-list {
  overflow: visible;
}

.sobre .right .item {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-direction: column;
  margin: 55px auto;
  opacity: 0.4;
  transition: all 0.5s;
  cursor: all-scroll;
}

.sobre .right .item span {
  font-size: 40px !important;
}

.sobre .right .item p {
  font-size: 20px;
}

.sobre .right .item[tabindex="0"] {
  opacity: 1;
}

.sobre .right .item .icone {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.sobre .right .item span {
  color: var(--Primary, #024863);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 70.4px */
}

.sobre .right .item p {
  color: var(--Primary, #024863);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Sora;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
}

#grupo {
  background: url("../img/bg-grupo.png") top center;
  background-size: 100%;
  padding: 120px 0;

  h2 {
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 46.2px */
    text-transform: uppercase;
    margin-bottom: 60px;

    span {
      display: block;
      color: #fff;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 42px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      text-transform: uppercase;
    }
  }
  .main-grupo {
    display: flex;

    .numeros {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      justify-items: center;
      margin-bottom: 30px;
    }

    .numero-solo {
      .item {
        justify-content: center;
        flex-direction: row;
        gap: 30px;
        padding: 45px 15px;
      }
    }

    .item {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
      border: 0.921px solid #fff;
      background: #1e5949;
      text-align: center;
      padding: 25px 15px;

      .title {
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 38.695px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 54.174px */
      }

      .label {
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 12.898px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 15.478px */
        text-transform: uppercase;
      }
    }

    .left,
    .right {
      width: 50%;
      box-sizing: border-box;
    }

    .left {
      padding-right: 70px;
    }

    .right {
      padding-left: 50px;
    }
    .box-ft {
      border: solid 1px #000;
      padding: 32px;
      padding-bottom: 50px;

      figure {
        margin-bottom: 30px;
      }

      p {
        color: #606060;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin-bottom: 20px;
      }

      .assinatura {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0px;

        .ass {
          color: #1e5949;
          leading-trim: both;
          text-edge: cap;
          font-family: Sora;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; /* 30px */
          margin-top: 30px;
        }

        .graf {
          position: relative;
          width: 130px;

          .quadrado {
            position: absolute;
            top: -25px;
            right: 36px;
            background: #fff;
          }
        }
      }
    }
  }
}

#instagram {
  padding: 120px 0;
  background: #f0efec;

  .title-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    h3 {
      color: #1e5949;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%; /* 28px */
      text-transform: uppercase;
    }

    .btn-link {
      a {
        display: flex;
        align-items: center;
        gap: 10px;
        display: flex;
        height: 50px;
        padding: 16px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 30px;
        border: 2px solid #1e5949;
        transition: all 0.5s ease;

        .icon {
          position: relative;
          top: 1px;

          svg {
            path {
              transition: all 0.5s ease;
            }
          }
        }

        .label {
          color: #1e5949;
          text-align: center;
          leading-trim: both;
          text-edge: cap;
          font-family: Sora;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%; /* 19.6px */
          transition: all 0.5s ease;
        }

        &:hover {
          background: #1e5949;
          .icon {
            svg {
              path {
                fill: #fff;
              }
            }
          }

          .label {
            color: #fff;
          }
        }
      }
    }
  }
}

#banner {
  background: url("../img/bg-banner.png") center center;
  background-size: cover;
  height: 800px;
  background-attachment: fixed;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  p {
    color: var(--Lighter, #fff);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 38.4px */

    strong {
      font-weight: 700;
    }

    &.text-banner {
      margin-top: 30px;
    }
  }
}

.copysite {
  display: flex;
  padding: 15px 135px;
  align-items: center;
  align-self: stretch;
  background: #1e5949;

  .menu-copy {
    display: flex;
    gap: 20px;
  }

  .main-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    p {
      color: var(--Lighter, #fff);
      text-align: right;
      leading-trim: both;
      text-edge: cap;
      font-family: Sora;
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%;
      text-transform: uppercase;
      a {
        color: var(--Lighter, #fff);
        text-align: right;
        leading-trim: both;
        text-edge: cap;
        font-family: Sora;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 16.8px */
        text-transform: uppercase;
        transition: all 0.5s ease;

        &:hover {
          opacity: 0.4;
        }
      }
    }
  }
}

.no-desktop {
  display: none;
}

.toggle-menu {
  display: none;
}

@media (width < 992px) {
  #grupo {
    & .main-grupo {
      & .numero-solo {
        .item {
          justify-content: center;
          flex-direction: column;
          gap: 20px;

          .label {
            width: 120px;
          }
        }
      }
    }
  }
  .modal-contato {
    & .modal-content {
      & .right {
        & .content-telefone {
          .numero {
            font-size: 26px;
            display: block;
            margin-bottom: 20px;
          }
        }
      }
    }
  }
  .modal-contato {
    & .modal-content {
      .right {
        padding: 64px 20px;
      }
    }
  }
  #barra-fixa {
    & .btn-whatsapp {
      a {
        padding: 0 13px;
      }
    }
  }
  header {
    & .header-container {
      & .menus {
        & ul {
          & li {
            margin: 10px 0;
            a {
              font-size: 16px;
              letter-spacing: 3px;

              svg {
                width: 40px;
                height: 40px;
              }
            }
          }
        }
      }
    }
  }
  .page-404 {
    h1 {
      font-size: 80px;
    }

    h2 {
      font-size: 50px;
    }

    .desc {
      font-size: 14px;
    }
  }
  #grupo {
    background: #fff;
    padding: 0;

    .main-grupo {
      flex-direction: column;
      .left,
      .right {
        width: 100%;
        padding: 0 170px;
      }

      .left {
        background: #1e5949;
        padding: 60px 170px;
      }

      .right {
        padding: 60px 170px 100px;
      }
    }

    .container {
      max-width: 100%;
      width: 100%;
      padding: 0;
    }
  }

  header {
    transition: all 0.5s ease;
    background: transparent;

    .no-desktop {
      display: block;
    }

    .header-container {
      flex-direction: column;
      align-items: start;
      position: relative;

      .toggle-menu {
        display: block;
        position: absolute;
        top: -5px;
        right: 15px;
        cursor: pointer;

        span {
          position: absolute;
          top: 0;
          right: 0;

          svg {
            transition: all 0.5s ease;
          }
        }

        &:hover {
          svg {
            opacity: 0.6;
          }
        }
      }

      & .btn {
        a {
          width: 240px;
          margin: 0 auto;
        }
      }

      .menus {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 60px;

        ul {
          text-align: center;
          justify-content: center;
        }

        .redes {
          margin: 40px 0;
        }

        .links {
          flex-direction: column;
          text-align: center;

          a {
            text-transform: uppercase;
          }
        }
      }
    }

    &.opened {
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
    }
  }
  .container {
    max-width: 650px;
  }

  * {
    animation: none;
  }

  .show-desk {
    display: none;
  }

  .show-mob {
    display: block;
  }

  .botao {
    text-align: center;
  }

  .redes {
    gap: 30px;
  }

  .redes svg {
    width: 26px;
    height: 26px;
  }

  .topo {
    position: static;
  }

  .topo::after {
    display: none;
  }

  .topo .item {
    min-height: 80vh;
    height: auto;
    padding: 0;
  }

  .topo .item::after {
    display: none;
  }

  .topo .item img {
    object-position: 75% 50%;
  }

  /* Ajustes responsivos para o iframe do YouTube */
  .topo .item iframe {
    min-width: 100vw;
    min-height: 100vh;
    width: 177.77vh;
    height: 56.25vw;
  }

  .topo .infos {
    max-width: 450px;
    margin: 0 auto;
  }

  .topo .infos .botao {
    margin: 0 auto;
    width: 100%;
  }

  .topo .infos h2 {
    font-size: 15px;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .topo .infos h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .destaques {
    padding: 60px 0 80px 0;
    height: auto;
    min-height: auto;
  }

  .destaques .slide-destaques .card {
    height: 450px;
  }

  .destaques .icon-bottom {
    border-color: #024863;
  }

  .destaques .slide-destaques .card h4 {
    font-size: 35px;
  }

  .destaques .icon-bottom path {
    stroke: #024863;
  }

  .destaques .nav-destaques .icon:hover,
  .destaques .nav-destaques .icon:hover path {
    stroke: #024863;
    border-color: #024863;
  }

  .destaques .slide-destaques .card .botao {
    display: none;
  }

  .sobre {
    min-height: auto;
    height: auto;
    padding: 65px 0 0 0;
    background: #024863;
    position: static;
  }

  .sobre .container {
    display: block;
  }

  .sobre .left {
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
  }

  .sobre .left h3 {
    text-align: center;
  }

  .sobre .left .infos {
    text-align: center;
  }

  .sobre .left .infos .botao {
    margin: 0 auto;
    font-size: 13px;
    text-align: start;
  }

  .sobre .right {
    background: #fff;
    display: block;
    margin: 50px auto 0 auto;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 390px;
  }

  .sobre .right .slide-sobre {
    height: auto;
  }

  .sobre .right .item {
    margin: 30px auto;
    gap: 5px;
  }

  .sobre .left .icon {
    display: none;
  }

  .banner-bottom {
    position: static;
    height: 70vh;
  }

  .banner-bottom .container {
    flex-direction: column;
    gap: 50px;
  }

  .banner-bottom .botoes {
    gap: 15px;
    flex-direction: column;
  }

  footer {
    padding: 50px 0;
    position: static;
    height: 70vh;
    background-position: 30% 50%;
  }

  .legal .redes {
    display: none;
  }

  footer .info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 auto;
  }

  footer .info h2 {
    font-size: 25px;
    text-align: center;
  }

  .legal .container {
    flex-direction: column;
    gap: 10px;
  }

  #modal {
    padding: 45px 35px;
    height: auto;
  }

  .grato404 h1 {
    font-size: 100px !important;
    font-weight: 700;
  }

  .grato404 h1.obrigado {
    font-size: 53px !important;
    font-weight: 700;
  }
}

@media (width < 790px) {
  .modal-contato {
    & .modal-content {
      & .right {
        & .field {
          input,
          select {
            width: 100%;
            max-width: 370px;
          }
        }

        .content-telefone {
          text-align: center;
          width: auto;
        }
      }
    }
  }
  #banner {
    height: 500px;
  }
  destaques .slide-destaques .card h4 {
    .title-emp {
      font-size: 24px;
    }

    .status {
      font-size: 12px;
    }

    .localizacao-emp {
      font-size: 12px;
    }
  }
  .modal-contato {
    width: 100%;
    height: auto;

    .modal-content {
      flex-direction: column;
      width: 100%;

      .left {
        gap: 30px;
        text-align: center;
      }
      .left,
      .right {
        width: 100%;
      }
    }
  }
  .grey-page {
    h1 {
      font-size: 28px;
    }

    h3 {
      font-size: 18px;
    }

    p,
    li {
      font-size: 14px;
    }
  }
  #grupo {
    .main-grupo {
      .numeros {
        grid-template-columns: 1fr;
        margin: 0 auto 20px;
      }

      flex-direction: column;
      .left,
      .right {
        width: 100%;
        padding: 0 50px;
      }

      .left {
        background: #1e5949;
        padding: 60px 50px;
      }

      .right {
        padding: 60px 50px 100px;
      }
    }

    .container {
      max-width: 100%;
      width: 100%;
      padding: 0;
    }
  }
}

@media (width < 600px) {
  .destaques h3 {
    text-align: left;
    font-size: 16px;
  }
  #instagram {
    .title-btn {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      gap: 20px;
    }
  }
  .copysite {
    padding: 40px 20px 140px;

    .menu-copy {
      display: flex;
      gap: 20px;
      flex-direction: column;
      justify-items: center;
      align-items: center;
      margin: 20px 0;

      a {
        text-align: center;
      }
    }

    & .main-copy {
      flex-direction: column;
      gap: 20px;
      p {
        text-align: center;
      }
    }
  }
  #grupo {
    h2 {
      font-size: 25px;

      span {
        font-size: 25px;
      }
    }
  }
  #barra-fixa {
    right: 50%;
    transform: translateX(50%);
  }
  #barra-fixa {
    & .btn-whatsapp {
      & a {
        .label {
          display: none;
        }
      }
    }
  }
  #barra-fixa {
    & .contato-links {
      & a {
        .label {
          display: none;
        }
      }
    }
  }
  #banner {
    p {
      font-size: 20px;
    }
  }
  #grupo {
    & .main-grupo {
      & .box-ft {
        & .assinatura {
          & .graf {
            .quadrado {
              position: absolute;
              top: -25px;
              right: -55px;
              background: #fff;
            }
          }
        }
      }
    }
  }
}

@media (width < 500px) {
  .modal-contato {
    & .modal-content {
      & .right {
        .check-button {
          display: flex;
          justify-content: space-between;
          margin-top: 30px;
          align-items: center;
          flex-direction: column;
          gap: 30px;
        }
      }
    }
  }

  .topo .infos h1 {
    font-size: 24px;
  }

  .topo .numeros {
    & li {
      strong {
        font-size: 26px;
      }
    }
  }
  .destaques .slide-destaques .card h4{font-size:32px;}
  .logo-modal{display: none;}
  .modal-contato {
        & .modal-content {
            .right {
                padding: 30px 20px;
            }
        }
  }
  .modal-contato {
    & .modal-content {
        .left {
          padding:30px;
        }
    }
  }
}
