﻿html,
body {
  scroll-behavior: smooth !important;
  font-family: Poppins, sans-serif !important;
}

#parceiros-container {
  display: block;
  width: 100%;
}

#logo {
  transition: 0.3s;
}

#whatswidget-conversation-message-outer {
  display: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fb6c2c;
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d78c2c;
}

.btn-mais-produtos-ative {
  display: none;
}

.container-mais-produtos-ative {
  display: flex;
}

.card-box {
  flex: 1;
  background: #f7f7f7 !important;
}

.preco-produto {
  margin: 20px 20px 0;
  text-align: right;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fb6c2c;
}

.preco-produto > span {
  font-size: 1.2rem;
  font-weight: normal;
}

.card-equipe {
  display: flex;
  flex: 1;
  border-radius: 5px;
  flex-direction: row;
  background: #fff;
}

.card-equipe .card-img {
  display: flex;
  width: 195px;
  height: 100%;
  align-items: center;
  background: black;
  border-radius: 0 !important;
}

.card-equipe > .card-img > div {
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.card-equipe > .card-box > h4 {
  font-size: 1.7rem;
  margin: 0 0 5px;
  display: flex;
}

.card-equipe > .card-box > h4 > a {
  margin-left: 15px;
}

.card-equipe > .card-box > h4 > a > img{
  width: 30px;
}

.card-equipe > .card-box > h5 {
  font-size: 0.8rem;
  margin: 0 0 20px;
}

.card-equipe > .card-box > p {
  font-size: 0.9rem;
  margin: 0;
  color: #3a3a3a;
  font-style: unset;
  font-size: 1rem;
}

.empresas-parceiras-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
  margin: 50px 0 20px;
}

.empresas-parceiras {
  width: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 40px;
  transition: 0.3s;
}

/* .empresas-parceiras:hover {
  transform: scale(1.1);
} */

.empresas-parceiras > img {
  width: auto;
  height: 100%;
  max-height: 80px;
}

.logoQuadrada > img {
    height: 70px !important;
    width: unset !important;
}

.container-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 10px;
}

.container-social > img {
  margin: 0 2%;
  width: 48%;
  height: 100%;
  border-radius: 5px;
}

@media (max-width: 800px) {
  .empresas-parceiras-container {
    padding: 0;
    margin: 30px 10px;
  }

  .empresas-parceiras {
    display: flex;
    width: 25%;
    margin: 0 0 10px;
  }

  .logoHorizontal {
        margin: 0 20px !important;
    }

  .empresas-parceiras > img {
    max-height: 60px;
    max-width: 100%;
  }

  .card-equipe {
    flex-direction: column;
  }

  .card-equipe .card-img {
    display: flex;
    width: 260px;
    height: 300px;
    justify-content: center;
    max-height: 300px;
    margin: 0 auto;
  }

  .card-equipe > .card-img > img {
    border-radius: 0;
    width: auto;
    height: 100%;
  }

  .container-social {
    display: flex;
    flex-direction: column;
    padding: 0 2%;
    margin: 25px 0 10px;
  }

  .container-social > img {
    margin: 0;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
}

@media (max-width: 400px) {
    .empresas-parceiras {
        display: flex;
        width: 35%;
        margin: 0 0 10px;
    }

    .logoHorizontal {
        margin: 0 20px !important;
    }

    .logoQuadrada {
        margin-top: 10px;
    }

    .logoQuadrada > img {
        height: 40px !important;
        width: unset !important;
    }
}

.container-nav {
  width: 100%;
  display: flex;
  padding: 0 5%;
}

.cid-s2aFVBaqE1 {
  transition: 0.5s;
}

#footer {
  overflow-x: hidden;
}

.card-parceiros {
  display: flex;
}

.card-parceiros-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin-right: 100px;
}

.card-parceiros-image > a {
  max-width: 100%;
  display: flex;
  height: auto;
}

.card-parceiros-image > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150px;
}

.card-parceiros-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-parceiros-info > h1 {
  margin: 0;
  color: #3a3a3a;
}

.card-parceiros-info > p {
  text-align: justify !important;
}

@media (max-width: 800px) {
  .card-parceiros {
    flex-direction: column;
    padding: 0 20px;
  }

  .card-parceiros-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .card-parceiros-image > a > img {
    width: 120px;
    height: auto;
    max-width: 100%;
  }

  .card-parceiros-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .card-parceiros-info > h1 {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

section {
  padding-top: 80px !important;
}

@media (max-width: 800px) {
  section {
    padding-top: 30px;
  }
}

footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.footer-description {
  width: 100%;
  text-align: center;
  height: auto;
  margin-top: 50px;
  background: #0a0a0a;
  margin-bottom: 0;
}

.footer-description > p {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: 0.8rem;
}

.alert-success {
  display: flex;
  background: #4caf50d0;
  color: white;
  padding: 10px;
  border-radius: 10px;
}

.alert-warning {
    display: flex;
    background: #d52b27;
    color: white;
    padding: 10px;
    border-radius: 10px;
}