@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("./uicons-regular-straight.css");
@import url("./uicons-regular-rounded.css");
@import url("./reset.css");

.error-404 {
  img {
    max-width: 300px;
    height: auto;
  }
}

:root {
  --primary-color: rgb(52, 89, 255);
  --text-color: rgb(53, 59, 85);
}

/* .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="https://www.w3.org/2000/svg"><path stroke="rgba(52, 89, 255, 0.9)" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="https://www.w3.org/2000/svg"><path stroke="rgba(52, 89, 255, 0.9)" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
} */

.navbar-toggler:focus {
  box-shadow: none;
}

body,
html {
  font-family: "Geist", serif;
  color: var(--text-color);
}

.navbar {
  padding-top: 25px;
}
.nav-link.btn-light-white {
  i {
    transform: scaleX(-1);
  }
}

.nav-link.btn-solid-blue {
  i {
    transform: scale(1.2);
    padding-left: 0;
  }
}

.nav-link.btn-light-white {
  font-size: 95%;
}
.navbar-brand {
  img {
    width: 100%;
    max-width: 150px;
  }
}
.nav-link {
  color: #353b55;
  font-size: 90%;
  font-weight: 500;
}

#banner {
  padding: 25px 0;
  h1 {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  }
  .row {
    align-items: center;
  }
  .box-banner {
    position: relative;
    display: flex;
    align-items: flex-end;

    img {
      width: 100%;
      border-radius: 1rem;
    }

    .col-left {
      flex: 0 0 60%;
      padding-right: 1rem;
    }
    .col-right {
      flex: 0 0 40%;
      padding-left: 1rem;
    }
    p {
      margin-bottom: 0;
      line-height: 1.1;
      font-size: 90%;
      color: #00000069;
      padding: 3rem 1rem 0.75rem 1rem;
      border-left: 0.35rem solid var(--primary-color);
      border-radius: 5px;
      margin-top: 2rem;

      strong {
        font-weight: bolder;
        display: block;
        font-size: 1.5rem;
        color: #353b55;
      }
    }
  }
  .p-social {
    font-weight: 300;
    font-size: 90%;

    i {
      color: var(--text-color);
      padding: 0.2rem;
      font-size: 100%;
    }
  }
}

#intro {
  margin-bottom: 100px;

  h2 {
    max-width: 350px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .box-img-intro {
    position: relative;

    p {
      margin-top: 0;
      margin-bottom: 0;
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      background: #fff;
      padding: 0.85rem 1rem;
      border-radius: 0.5rem;
      font-weight: 600;
      font-size: 90%;

      i {
        color: var(--primary-color);
        padding-left: 1rem;
      }
    }
  }
  img {
    width: 100%;
    height: 350px;
    border-radius: 1rem;
    object-fit: cover;
  }
}

#quemSomos {
  margin-bottom: 100px;

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    opacity: 0.5;
  }
  .row {
    align-items: center;
  }
  .box-img-quem-somos {
    position: relative;

    img {
      width: 100%;
      border-radius: 1rem;
    }

    .overlay {
      position: absolute;
      left: 1rem;
      bottom: 1rem;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      align-items: flex-start;

      p {
        opacity: 1;
        background-color: #fff;
        display: inline-block;
        margin-bottom: 0;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;

        i {
          color: var(--primary-color);
        }
      }
    }
  }
}

.box-produto {
  padding: 2rem;
  border: 1px #e1e1e1 solid;
  border-radius: 1rem;
  max-width: 450px;

  h5 {
    border-left: 5px var(--primary-color) solid;
    border-radius: 5px;
    padding: 1.5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;

    strong {
      font-weight: 700;
      display: block;
      text-transform: capitalize;
      font-size: 2.25rem;
    }
  }
  p {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 75px;
    margin-top: 20px;
    font-weight: 300;
  }
}

.box-produto.adicional {
  padding: 2rem;
  border: 1px #e1e1e1 solid;
  border-radius: 1rem;
  max-width: 450px;
  background-color: var(--text-color);

  h5 {
    border-left: 5px white solid;
    border-radius: 5px;
    padding: 1.5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;

    strong {
      font-weight: 700;
      display: block;
      text-transform: none !important;
      font-size: 2.25rem;
    }
  }
  p {
    font-size: 1rem;
    opacity: 0.7;
    margin-bottom: 75px;
    margin-top: 20px;
    font-weight: 300;
    color: white;
  }
}

.slideProdutos {
  padding: 50px 0 75px 50px;
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
    left: 50px;
  }

  .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    display: inline-block;
    border-radius: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: scale(0.7);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: auto;
    right: 80px;
  }
}

#diferenciais {
  background-color: var(--primary-color);
  margin: 100px 0;
  padding: 100px 0;

  h4 {
    color: #fff;

    &::before {
      background-color: #fff;
    }
  }

  h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
  }

  .box-diferenciais {
    margin-top: 50px;

    img {
      max-width: 60px;
      width: 100%;
      margin-bottom: 20px;
    }
    h6 {
      font-size: 1.65rem;
      color: #fff;
      font-weight: 400;
    }
    p {
      color: #fff;
      opacity: 0.6;
      font-weight: 300;
    }
  }
}
#diferenciaisLight {
  margin: 100px 0;

  h4 {
    color: var(--text-color);

    &::before {
      background-color: var(--primary-color);
    }
  }

  h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-color);
  }

  .box-diferenciais {
    margin-top: 50px;

    img {
      max-width: 60px;
      width: 100%;
      margin-bottom: 20px;
      filter: invert(1);
    }
    h6 {
      font-size: 1.65rem;
      color: var(--text-color);
      font-weight: 400;
    }
    p {
      color: var(--text-color);
      opacity: 0.6;
      font-weight: 300;
    }
  }
}

.testemunhoClientes {
  padding: 50px 0 75px 50px;

  .row {
    align-items: center;
  }
  img {
    border-radius: 1rem;
    width: 100%;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 300;
    opacity: 0.7;
  }
  small {
    font-size: 1rem;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100%;
    left: 50px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
  }
}

.box-contato {
  background-color: var(--text-color);
  padding: 4rem 3rem;
  border-radius: 1rem;
  margin: 0px 0 100px 0px;
  display: flex;
  align-items: end;

  h4 {
    color: #fff;

    &::before {
      background-color: #fff;
    }
  }
  h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
  }
  .col-left {
    flex: 0 0 60%;
    padding-left: 8%;
  }
  .col-right {
    flex: 0 0 40%;
    text-align: end;
  }
}
#footer {
  background-color: #f5f5f6;
  padding: 80px 0px 40px 0px;

  img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 0.5rem;
  }
  p {
    font-size: 90%;
    margin-bottom: 1rem;
    color: var(--text-color);
    opacity: 0.7;
    font-weight: 300;
  }
  h6 {
    font-weight: 300;
    margin-bottom: 0.5rem;
  }
  .list-links {
    list-style: none;
    padding-left: 0.5rem;
    margin: 0;

    li {
      margin-bottom: 0.2rem;

      a {
        color: var(--text-color);
        opacity: 0.7;
        font-size: 90%;
        font-weight: 300;
        text-decoration: none;
      }
    }
  }
  .social-icons {
    display: flex;
    list-style: none;
    padding-left: 0;

    a {
      color: var(--text-color);
      opacity: 0.5;
      font-size: 110%;
      font-weight: 300;
      text-decoration: none;
      padding: 0 0.25rem;
    }
  }
}

footer {
  background-color: #f5f5f6;
  padding: 1rem 0;

  p {
    font-size: 85%;
    margin-bottom: 0.5rem;
    color: var(--text-color);
    opacity: 0.7;
    font-weight: 300;

    a {
      font-weight: 500;
      color: var(--text-color);
      text-decoration: none;
    }
  }
}

.round-img {
  border-radius: 1rem;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  margin-left: 65px;

  &::before {
    content: "";
    position: absolute;
    left: -63px;
    top: 14px;
    width: 50px;
    height: 0.25rem;
    background-color: var(--primary-color);
    border-radius: 10px;
  }
}
h4 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 0.5rem;

  &::before {
    content: "";
    position: absolute;
    left: -63px;
    top: 9px;
    width: 50px;
    height: 0.25rem;
    background-color: var(--primary-color);
    border-radius: 10px;
  }
}
.btn-solid-white {
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.5rem !important;
  display: inline-block;
  border-radius: 0.5rem;
  background: #fff;
  color: var(--text-color);
  text-decoration: none;

  i {
    color: var(--text-color);
    padding-left: 2.5rem;
  }
}
.btn-light-white {
  font-size: 1rem;
  font-weight: 500;
  border: 1px #e1e1e1 solid;
  padding: 0.75rem 1.25rem !important;
  display: inline-block;
  border-radius: 0.5rem;
  color: var(--text-color);
  text-decoration: none;

  i {
    color: var(--primary-color);
  }
}
.btn-solid-blue {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem !important;
  display: inline-block;
  border-radius: 0.5rem;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  max-width: max-content;

  i {
    color: #ffffff;
    padding-left: 2.5rem;
  }
}
.btn-solid-dark {
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.5rem !important;
  display: inline-block;
  border-radius: 0.5rem;
  background: var(--text-color);
  color: #ffffff;
  text-decoration: none;

  i {
    color: #ffffff;
    padding-left: 2.5rem;
  }
}
.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 30px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}
.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}
.btn-whatsapp i {
  position: relative;
  top: -5px;
}

/* Páginas Internas */

#titleHeader {
  background-color: var(--primary-color);
  padding: 80px 0;
  margin-bottom: 100px;

  .row {
    align-items: center;
  }

  h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
  }

  p {
    color: #fff;
    margin-bottom: 0;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
      display: inline-block;
      a {
        color: #fff;
        font-size: 1.25rem;
        transition: all 0.3s ease;
        padding: 3px;
        &:hover {
          color: #fff;
          opacity: 0.8;
        }
      }
    }
  }
}

#contentDefault {
  margin-bottom: 100px;

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    opacity: 0.5;
  }
}

.slideLogos {
  img {
    display: flex;
    margin: 0 auto;
  }
}

.slideGaleria {
  padding: 25px 25px 75px 25px;

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
    left: 25px;
  }

  .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    display: inline-block;
    border-radius: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: scale(0.7);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: auto;
    right: 80px;
  }
}

.slideBanner {
  img {
    width: 100%;
    height: 500px;
    border-radius: 1rem;
    object-fit: cover;
  }
  .overlay-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    background: linear-gradient(0deg, #303030, #30303000);
    display: flex;
    flex-direction: column;
    padding: 3.5rem;
    justify-content: end;
  }
  p {
    color: white;
    max-width: 400px;
    font-size: 1.15rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.01rem;
  }
  h2 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 40px;
    bottom: 40px;
  }
  .swiper-pagination-bullet {
    background: #ffffff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff;
  }

  .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: scale(0.7);
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: auto;
    right: 80px;
  }
}

.btn-img-cover {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 15px 0;

  img {
    width: 100%;
    height: 175px;
    border-radius: 1rem;
    object-fit: cover;
  }
  .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #303030d0, #30303043);
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 1rem;
    text-align: center;
    width: 100%;

    span {
      display: inline-block;
      flex: 0 0 100%;
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff;
    }
  }
}

#boxForm {
  .box-form {
    padding: 4rem;
    background: #f5f5f6;
    border-radius: 1rem;
    margin-bottom: 100px;

    hr {
      margin: 0;
      color: inherit;
      border: 0;
      border-top: 5px solid;
      opacity: 1;
      border-color: #3458fc;
      border-radius: 5px;
      max-width: 50px;
      margin: 0 auto;
    }
    h6 {
      font-size: 1rem;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.15rem;
      margin-top: 5px;
      font-weight: 400;
      color: #3458fc;
      letter-spacing: 1px;
      margin-bottom: 5px;
      margin-top: 15px;
    }
    h5 {
      font-size: 1.75rem;
      text-align: center;
      font-weight: 600;
      margin-bottom: 25px;
    }
  }
}
.form {
  label {
    display: inline-block;
    padding-left: 15px;
    color: var(--text-color);
    font-weight: 500;
    font-size: 90%;
    margin-bottom: 3px;
  }
  input {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 15px;
    border-radius: 0.5rem;
    border: 1px #dadada solid;
  }
  textarea {
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
    padding: 18px 15px;
    border-radius: 0.5rem;
    border: 1px #dadada solid;
  }

  ::placeholder {
    color: #9a9daa;
    font-weight: 300;
  }
}
.accordionPrevenir {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: 500;
  border: 1px #e1e1e1 solid;
  padding: 1.25rem !important;
  border-radius: 0.5rem;
  color: var(--text-color);
}
.activePrevenir,
.accordionPrevenir:hover {
  background-color: #f4f4f4;
}

.accordionPrevenir:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activePrevenir:after {
  content: "\2212";
}

.panelPrevenir {
  padding: 15px 18px 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panelPrevenir {
  li {
    color: var(--text-color);
    opacity: 0.5;
  }
}

.linksContato {
  list-style: none;

  a {
    border-left: 3px var(--primary-color) solid;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.25rem;
    border-radius: 0.15rem;

    &:hover {
      color: var(--text-color);
      text-decoration: none;
    }

    i {
      margin-right: 0.5rem;
      font-size: 1.5rem;
      color: var(--text-color);
    }
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

@media (min-width: 1440px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .box-img-intro {
    margin: 12px;
  }
  .box-produto,
  .box-produto.adicional {
    max-width: 100%;
  }

  .navbar-collapse {
    position: absolute;
    top: 95px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 25px;
    border-radius: 4px;
    background: rgb(255 255 255);
    z-index: 9999;
    border: 1px #dadbdc8c solid;

    .ms-auto .nav-item {
      margin: 5px 0;
    }
  }
  .navbar-toggler {
    border: none;
    font-size: 160%;
  }
  #banner {
    .row {
      align-items: center;
      gap: 5rem;
      padding: 2rem 0;
    }

    .box-banner {
      .col-left {
        flex: 0 0 60%;
        padding-right: 0.5rem;
      }
      .col-right {
        flex: 0 0 40%;
        padding-left: 0.5rem;
      }
    }

    .p-social {
      font-weight: 300;
      font-size: 90%;
      text-align: center;
    }
  }
  #quemSomos {
    .row {
      align-items: center;
      gap: 5rem;
    }
  }
  /*   .box-logos {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
  } */
  .slideProdutos {
    padding: 25px 25px 50px 25px;
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      width: auto;
      left: 25px;
    }
    .swiper-pagination-bullet {
      width: 40px;
    }
  }
  .testemunhoClientes {
    padding: 25px 25px 50px 25px;

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      left: 0px;
    }

    .row {
      align-items: center;
      gap: 2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }
  }
  .box-contato {
    flex-wrap: wrap;
    gap: 1.25rem;

    .col-left {
      flex: 0 0 100%;
      padding-left: 8%;
    }
    h2 {
      font-size: 1.75rem;
    }
    h4 {
      font-size: 1rem;

      &::before {
        left: -55px;
        top: 8px;
        width: 40px;
        height: 0.2rem;
      }
    }
    .col-right {
      flex: 0 0 100%;
      text-align: center;
    }
  }
  #footer {
    padding-bottom: 2rem;

    .row {
      gap: 2rem;
    }
  }

  #titleHeader {
    text-align: center;

    h1 {
      margin-bottom: 1rem;
    }
    .text-end {
      text-align: center !important;
    }
  }
  .slideGaleria {
    .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      display: inline-block;
      border-radius: 10px;
    }
  }
  #boxForm {
    .box-form {
      padding: 2rem 1rem;
      background: #f5f5f6;
      border-radius: 1rem;
    }
  }
  .box-produto {
    p {
      margin-top: 10px;
    }
  }

  .slideLogos {
    img {
      display: flex;
      margin: 0 auto;
    }
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 20px !important;
    bottom: 20px !important;
  }

  .slideProdutos {
    .swiper-button-next,
    .swiper-button-prev {
      display: none;
      top: auto;
      bottom: 0;
      transform: scale(0.7);
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
      display: none;
      left: auto;
      right: 80px;
    }
  }
}

/* .slideBanner {
  opacity: 0;
  transition: opacity 0.3s ease;
} */

@media (max-width: 425px) {
}
@media (max-width: 376px) {
}
