/*********************************************************************/
/* GLOBALS AND RESET */
/*********************************************************************/

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
}
.flex{
  display: flex ;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.container-fluid2{
  max-width: 100vw;
}
.text-facial{
  font-family: "Roboto", sans-serif;
}
.text-facial h1 {
  font-size: 1.9rem;
  font-weight: bold;
  color: hsl(0deg 0% 27.06%);
  margin:0;
}

.text-facial h2 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--blue);
  margin:0 0 20px 0 ;
}
.text-facial p {
  font-size: 0.9rem;
  color: var(--grey);
  margin:0;
}

.bkg-face{
  background-color: white;

}
.grecaptcha-badge { visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  font-family: "Inter", sans-serif !important;
  background-image: url("/assets/img/fundo.webp");
  background-repeat: repeat;
}

p {
  color: var(--grey);
}

.modal {
  z-index: 9999999999 !important;
}

.relative {
  position: relative !important;
}

.container {
  padding: 0 !important;
}

.fw-semibold {
  font-weight: 500;
}

.bg-white-container {
  padding: 0 20px !important;
  background-color: var(--white);
}

.bg-white-container-border {
  padding: 0 20px !important;
  background-color: var(--white);
  border-radius: 0 0 20px 20px;
}

.highlight {

  background: linear-gradient(
    120deg,
    var(--light-blue) 0%,
    var(--light-blue) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 90%;
}

.color-blue {
  color: var(--blue);
}

.btn-primary-blue {
  background-color: var(--blue);
  color: var(--white);
  padding: 12px 0;
  font-size: 15px;
  border-radius: 8px
}

.btn-primary-blue:hover {
  text-decoration: none;
  color: var(--white);
  background-color: #2f4ab8;
}


:root {
  --white: #f5f5f5;
  --blue: #1E3387;
  --secondary-blue: #61bcee;
  --yellow: #f6db6c;
  --grey: #636363;
  --mid-grey: #b4b4b4;
  --light-grey: #e0e0e0;
  --light-blue: #a6e0ff;
  --pastel-light-blue: #dae9ef;
  --green: #32cb67;
  --error: #d48282;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter var", sans-serif;
  }
}


#megasac-button, #megasac-info {
    z-index: 99999 !important;
}


/*
/*
/*
/*
/*********************************************************************/
/* NAVBAR */
/*********************************************************************/
.logo-transform {
  transition: all 200ms ease-in-out;
}

.navbar-brand {
  text-decoration: none !important;
}

.navbar-brand span {
  color: var(--mid-grey);
  font-size: 80%;
}

.logo-transform:hover {
  transform: scale(1.04);
}

.header-links a,
.btn-dropdown,
.dropdown-toggle {
  font-size: calc(0.8rem + 0.2vw);
  font-weight: 600 !important;
  transition: all 200ms ease-in-out;
}

.header-links a:hover {
  color: var(--mid-grey);
}

.link-div {
  border-right: 1.4px solid var(--white);
  padding: 12px 0;
}

.link-div a {
  padding: 6px 20px;
}

.link-div:last-child {
  border-right: none;
}

.link-div button {
  border: none;
  background-color: var(--blue);
}

.dropdown-div {
  padding: 0px !important;
}

.dropdown-div a {
  background-color: var(--blue);
  padding: 20px;
}

.dropdown-div a:hover {
  color: var(--mid-grey);
  background-color: var(--blue);
  text-decoration: none;
}

.header-bottom {
  background-color: var(--blue) !important;
  border-bottom: 3px solid var(--yellow) !important;
}

.header-bottom a {
  color: var(--white);
}

.btn-dropdown button {
  color: var(--white);
  font-weight: bold;
}

.btn-dropdown button:hover {
  color: var(--light-grey);
}

.hidden-logo {
  display: none;
}

#nav1 {
  top: -1px !important;
}

#nav1,
#nav2 {
  max-width: 100vw;
}

#nav2 {
  flex-direction: row;
  align-items: flex-start;
  z-index: 10;
}

#nav2 .link-div,
#nav2 .dropdown-div {
  font-size: calc(8px + 0.4vw);
}

#nav2 span {
  font-size: 12px;
  color: var(--white);
}

.header-links {
  width: 100%;
}

/* .brand-custom {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
} */

.brand-custom img {
  height: 2.425rem;
}

/*
/*
/*
/*
/*********************************************************************/
/* BUTTONS */
/*********************************************************************/
.blue-btn-3d,
.yellow-btn-3d,
.green-btn-3d,
.white-btn-3d {
  font-size: calc(0.6rem + .3vw);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid var(--blue) !important;
  box-shadow: 0px 3px 0px 0px var(--blue) !important;
  -webkit-box-shadow: 0px 3px 0px 0px var(--blue) !important;
  -moz-box-shadow: 0px 3px 0px 0px var(--blue) !important;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  color: var(--blue) !important;
}

.blue-btn-3d:active,
.yellow-btn-3d:active,
.green-btn-3d:active,
.white-btn-3d:active {
  box-shadow: 0px 1px 0px 0px #4b6096 !important;
  transform: translateY(3px);
  transition: 150ms cubic-bezier(0.5, 0.7, 0.4, 1);
}

.blue-btn-3d {
  background-color: var(--light-blue);
}
.blue-btn-3d:hover {
  background-color: #4f9bce;
}

.yellow-btn-3d {
  background-color: var(--yellow);
}

.yellow-btn-3d:hover {
  background-color: #d6c789;
}

.green-btn-3d {
  background-color: #acf6e1;
}

.green-btn-3d:hover {
  background-color: #8bd6c2;
}

.white-btn-3d {
  background-color: rgb(252, 252, 252);
}

.white-btn-3d:hover {
  background-color: rgb(235, 235, 235);
}

/*
/*
/*
/*
/*********************************************************************/
/* YELLOW BORDER TEXT */
/*********************************************************************/
#txt-borda-amarela > div > div > div {
  margin-left: 10%;
  margin-top: 2%;
  padding: 5%;
}

.texto-banner {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;

  --b: 3px; /* grossura da borda */
  --c: #0000 25%, var(--yellow) 0; /* definir cor */
  padding: 10px;
  background: conic-gradient(from 90deg at top var(--b) left var(--b), var(--c))
      0 0,
    conic-gradient(from 180deg at top var(--b) right var(--b), var(--c)) 100% 0,
    conic-gradient(from 0deg at bottom var(--b) left var(--b), var(--c)) 0 100%,
    conic-gradient(from -90deg at bottom var(--b) right var(--b), var(--c)) 100%
      100%;
  background-size: 50px 50px; /* tamanho da borda */
  background-repeat: no-repeat;
  transition: 0.6s !important;
  cursor: pointer;
}

.texto-banner h2 {
  padding: 10px;
  font-size: 1rem;
  margin: 0;
}

.texto-banner h5 {
  padding: 20px 15px;
  font-size: calc(0.5rem + 0.5vw) !important;
  font-weight: 400 !important;
  color: var(--grey) !important;
}

.texto-banner:hover {
  background-size: 51% 51%;
}

.texto-banner-boleto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45%;
  width: 52%;
  text-align: left;
  z-index: 1;
}

.texto-banner-boleto img {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}

/*
/*
/*
/*
/*********************************************************************/
/* HOME */
/*********************************************************************/
.banner-header-home {
  background: url("/assets/img/banner-home-fit.webp");
  background-position-x: 82%;
  background-size: cover;
  min-height: 422px;
}

.banner-header-home-mobile {
  background: url("/assets/img/banner-home-fit.webp");
  background-size: cover;
  background-position: start;
  min-height: 422px;
}

.gridposts {
  background-color: var(--white);
}

.yellow-card {
  background-color: var(--yellow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px !important;
  border-radius: 30px 0 0 0;
  min-height: 280px;
}

.grey-card {
  background-color: var(--grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px !important;
  min-height: 280px;
}

.blue-card {
  background-color: var(--blue);
  border-radius: 0 30px 30px 0;
}

.blog-cards {
  background-color: white;
  border-radius: 0 0 0 30px;
  height: 100%;
}

.yellow-card,
.grey-card {
  transition: all 0.2s ease-in-out;
}

.yellow-card:hover,
.grey-card:hover {
  transform: scale(1.02);
}

.yellow-card,
.grey-card {
  text-decoration: none;
}

.yellow-card:hover,
.grey-card:hover {
  text-decoration: none;
}

.blog-cards img {
  transition: all 0.2s ease-in-out;
}

.blog-cards img:hover {
  transform: scale(1.02);
}

.blog-cards .post-title {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.5 !important;
  margin: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 300px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-cards p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  overflow: hidden;
  margin-bottom: 10px !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 300px;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.post-description {
  font-family: "Inter", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  max-height: 75px; /* fallback */
  line-clamp: 2; /* number of lines to show */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.img-blog {
    width: 100%;
    height: 8.2rem;
    object-fit: cover;
    object-position: 50% 50%;
    border: 5px solid var(--light-grey);
}

.leia-mais {
  font-size: 12px;
  font-weight: bold;
}

/* CARD DA DIREITA AREA DE INFOS + BLOG ----------------------------------------- */
.figure-img {
  transition: all 0.2s ease-in-out;
  border: 2px solid var(--white);
}

.figure-img:hover {
  filter: grayscale(0%);
  transform: scale(1.02);
}

/*
/*
/*
/*
/*********************************************************************/
/* BANNERS */
/*********************************************************************/
.banner-header {
  text-align: center;
  background-color: white;
}

.banner-header {
  text-align: start;
}

.border-banner-header {
  position: relative;
  border-top: 5px solid var(--blue);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  margin-top: -5px;
  width: 100%;
}

.banner-header h1 {
  font-size: 30px;
  margin-bottom: 0;
}

.banner-header-produto h1 {
  font-size: 30px;
  margin-bottom: 0;
}


.banner-header h5 {
  margin: 0;
  font-weight: bold;
  color: var(--blue);
}

.banner-header-produto h5 {
  margin: 0;
  font-weight: bold;
  color: var(--blue);
}

.banner-header span {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.icons-banner-product > div {
  width: 30%;
  height: 50%;
  text-align: center;
  margin: 15px 0;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  width: 100px;
  height: 60px;
}

.icon-wrapper img {
  margin: 0 auto;
}

.icons-banner-product span {
  height: 30px;
  font-size: 12px;
  align-items: start;
}

.header-mobile {
  display: none;
}

.treinamento-banner-content {
  position: absolute;
  top: 0;
  padding: 10px 0;
}

.icons-nav-container ul {
  display: flex;
  gap: 20px;
}

.icons-nav-container ul li {
  padding: 10px 6px;
}

/*
/*
/*
/*
/*********************************************************************/
/* SLIDER MULTI PRODUTOS */
/*********************************************************************/
#div-slider {
  padding: 60px 0;
  max-width: 100%;
  overflow-x: hidden;
}

.slider-arrows {
  padding: 35px;
}

.uk-panel {
  margin-top: 99px;
}

.slider-item {
  padding: 5px 50px 5px 50px;
  border-top: 3px solid var(--yellow);
  background-color: var(--white);
  transition: all 150ms ease-in-out;
  margin-right: 20px;
  font-size: 1.05em;
  font-weight: 500;
}

.slider-item-product {
  padding: 5px 10px;
  font-size: 0.8em;
  max-width: 200px;
  margin: 0 auto;
}

.img-slider {
  padding: 20px 0px 20px 0px;
}

.link-produto a {
  text-decoration: none !important;
}

li.link-produto {
  transition: transform 300ms ease-in-out;
}

li.link-produto:hover {
  transform: scale(1.1);
}

.link-produto h4 {
  font-size: 14px;
  padding: 5px 10px;
}

/*
/*
/*
/*
/*********************************************************************/
/* CARDS */
/*********************************************************************/
.solucoes-card {
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  display: flex;
  min-height: 100%;
}

.solucoes-card img {
  height: 170px;
  max-width: 200px;
  padding: 20px;
}

.solucoes-card h3 {
  font-weight: bold;
  color: var(--blue) !important;
}

.solucoes-card-product {
  display: flex;
  border: 1px solid var(--light-grey);
  border-radius: 10px 0 0 10px;
  margin: 0 10px;
  height: 120px !important;
}

.solucoes-card-img {
  min-width: 125px;
  background-color: var(--light-grey);
  border-radius: 10px 0 0 10px;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0px;
}

.solucoes-card-img img {
  padding: 12px;
  height: 100%;
}

.solucoes-card-product p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

/*
/*
/*
/*
/*********************************************************************/
/* VIDEO PRODUTO */
/*********************************************************************/
.video-bottom {
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  height: 300px;
}

/*
/*
/*
/*
/*********************************************************************/
/* DEPOIMENTOS*/
/*********************************************************************/
.depoimento-card {
  background-color: white !important;
  padding: 20px;
  border-radius: 50px 0 50px 0 !important;
  text-align: center;
  min-height: 340px;
}

.depoimento-card img {
  width: calc(100px + 1vw);
  height: 30px;
  margin: 0 auto;
}

.depoimento-card p {
  font-size: 12px;
  padding: 10px 10px;
  margin: 10px 0;
  border-top: 1px solid var(--grey);
}

.depoimento-card h5 {
  font-size: 12px;
}

.title-modal-orcamento h2 {
  font-weight: bold;
  color: var(--blue);
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA RELÓGIO PONTO */
/*********************************************************************/
.icons-relogio-ponto img {
  width: 100px;
  height: 100px;
}

.nome-produto {
  color: var(--blue);
  padding: 8px 0;
}
.icons-beneficios img {
  min-width: 90px !important;
  min-height: 90px !important;
}

#container-produtos img {
  max-height: 245px;
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA PRODUTOS */
/*********************************************************************/
.card-product {
  position: relative;
}

.card-product > div {
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-product .badge {
  position: absolute;
  top: 25px;
  right: 45px;
}

#category-filter {
  width: 280px;
}

.chevron-down {
  position: absolute;
  top: 7px;
  right: 22px;
  cursor: not-allowed;
  pointer-events: none;
}

/* VISIO ACESSO  */
.logo-visio {
  text-align: center;
  position: absolute;
  margin: 0 auto;
  top: 80px;
  left: 50%;
  width: 20vw;
  min-height: 220px;
  padding: 20px;
  transform: translateX(-58%);
  background-color: var(--light-grey);
  border-radius: 15px;
}

.logo-visio img {
  width: 150px;
  height: 60px;
  margin: 0 auto;
}

.logo-visio p {
  font-size: 18px;
  color: var(--grey);
  font-weight: 600;
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA SOBRE A DIXI */
/*********************************************************************/
.historia-dixi-container p {
  font-size: 20px;
}

.missao-visao-valores h3 {
  border-bottom: 2px solid var(--light-grey);
}
.missao-visao-valores-icon img {
  max-width: 140px !important;
  height: 140px !important;
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA CONTATO */
/*********************************************************************/
.info-contato-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.info-contato-icon {
  width: 80px !important;
  text-align: center;
}

.info-contato-box {
  width: 340px;
  margin: 0 auto;
}

.contato-phones-container h4 {
  margin: 5px;
  font-weight: 600;
}

.atendimento-paragraph {
  width: 350px !important;
  text-align: center;
  font-weight: 600;
}

.bg-form-contato {
  background: url("/assets/img/form-bg-contato.webp");
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
/*
/*
/*
/*********************************************************************/
/* CARDS FOOTER */
/*********************************************************************/
.cards-footer:hover {
  transform: scale(1.04);
  transition: all 200ms ease-in-out;
}

/*
/*
/*
/*
/*********************************************************************/
/* BOLETO */
/*********************************************************************/
.boleto2v {
  height: 100%;
}

.dixi {
  background-image: url("/assets/img/fundo-dixi.jpg");
  height: 579px;
}

.vext {
  background-image: url("/assets/img/fundo-vext.jpg");
  height: 579px;
}

.quadro {
  height: 95%;
  margin: 10px;
  text-align: center;
  border: 2px solid white;
}

.quadro img {
  margin: 40px 0;
}

.bullet {
  background-color: white;
  padding: 20px;
  width: 300px;
  margin: auto;
  border: 2px solid var(--light-grey);
  box-shadow: 1px 1px 2px white;
  border-radius: 13px;
  color: var(--grey);
  bottom: 10px;
}

.bullet h1 {
  font-size: 20px;
  font-weight: bold;
}

.bullet p {
  font-size: 10px;
}

.bullet button {
  background-color: var(--light-grey);
  padding: 10px 50px;
  border: 1px solid var(--grey);
}

.instrucao {
  padding: 0 40px;
  margin-bottom: 60px;
}

.logo {
  height: 200px;
}

.boletos-mostrar {
  display: block;
  width: 100%;
  margin: 10px 5px;
  border: 2px solid var(--blue);
  border-radius: 10px;
  padding: 10px;
}

.container-boleto .boletos-gerados {
  min-height: 500px;
  display: block;
}
.boleto-label {
  font-weight: bold;
  padding: 5px;
  text-transform: uppercase;
}
/*	.boleto-gerar{
		width: 100%;
	}*/
.boleto-gerar {
  text-align: center;
}
button.boleto-link,
a.boleto-baixar {
  margin: auto;
  display: inline-block;
  border: solid 2px var(--blue);
  margin: 10px 0;
  text-decoration: none;
  border-radius: 10px;
}
a.boleto-baixar {
  border: solid 2px var(--blue);
}
button.boleto-link:hover,
a.boleto-baixar:hover {
  border: solid 2px var(--blue);
  margin: 10px 0;
  color: #fff;
  background-color: var(--blue);
  transition: 0.5s;
}
a.boleto-baixar:hover {
  border: solid 2px var(--green);
  background-color: var(--green);
  color: #fff;
}

.loader-boleto img {
  width: 120px;
  height: 100px;
}

.loader-boleto > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.search-boleto-container {
  border-bottom: 0.5px solid var(--light-grey);
}

.search-boleto-container button {
  border-radius: 8px;
  background-color: white;
  border: 1px solid var(--green);
  color: var(--green);
  min-width: 145px !important;
  max-width: fit-content;
  padding: 14px 0;
}

.search-boleto-container button:hover {
  background-color: var(--green);
  color: var(--white);
}

.boleto-banner img {
  box-shadow: 0 4px 2px -2px var(--grey);
}

.bg-white-border {
  border-radius: 0 0 20px 20px;
}

.boletoInput {
  border: 1px solid var(--grey) !important;
  margin-bottom: 0 !important;
  min-width: 10rem !important;
}

.boleto-list {
  list-style-type: disc;
}

.cpfOuCnpj {
  min-width: 200px;
}

.container-boletos-gerados > div {
  border-radius: 0 0 20px 20px;
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA SAC */
/*********************************************************************/
.sac-banner {
  background-image: url("/assets/img/banner-sac.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sac-txt-banner h1 {
  font-size: 5rem;
  font-weight: bold;
  color: white;
}

.sac-txt-banner p {
  font-size: 24px;
  color: whitesmoke;
}

.sac-links li a {
  font-weight: 600;
  color: var(--blue) !important;
}

.sac-contatos h2 {
  color: var(--blue);
  font-weight: bold;
}

.modal-body {
  color: rgba(0, 0, 0, 0.548);
}

.url-field-wrapper {
  display: none;
}

/*
/*
/*
/*
/*********************************************************************/
/* POPUP COOKIES */
/*********************************************************************/
.cookie-popup {
  position: fixed;
  bottom: 0px;
  background-color: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 10px 10px 0 0 ;
  width: 100vw;
  z-index: 9999999999;
}

.cookie-popup {
  display: none;
}

.cookie-popup.active {
  display: block;
}

.cookies-phrase {
  font-size: 12px;
}

#acceptButton {
  background-color: var(--blue);
  color: white;
  font-weight: bold;
  margin-right: 30px;
  padding: 10px 30px;
  border-radius: 10px;
}

#acceptButton:hover {
  background-color: rgb(60, 174, 219);
  transition: 0.2s ease-out;
}

#rejectButton {
  font-weight: 600;
  background-color: transparent;
}

#rejectButton:hover {
  text-decoration: underline;
}

/*
/*
/*
/*
/*********************************************************************/
/* BOTÃO FLUTUANTE WHATSAPP */
/*********************************************************************/

#button_whatsapp {
  left: 20px !important;
  bottom: 20px !important;
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

.float-icon-wpp {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 11;
}

.float-icon-wpp {
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px);
  }
  5% {
    transform: translate(-5px, 0px);
  }
  10% {
    transform: translate(5px, 0px);
  }
  15% {
    transform: translate(-10px, 0px);
  }
  20% {
    transform: translate(10px, 0px);
  }
  25% {
    transform: translate(-10px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  5% {
    -moz-transform: translate(-5px, 0px);
  }
  10% {
    -moz-transform: translate(5px, 0px);
  }
  15% {
    -moz-transform: translate(-10px, 0px);
  }
  20% {
    -moz-transform: translate(10px, 0px);
  }
  25% {
    -moz-transform: translate(-10px, 0px);
  }
  30% {
    -moz-transform: translate(0px, 0px);
  }
  35% {
    -moz-transform: translate(0px, 0px);
  }
  40% {
    -moz-transform: translate(0px, 0px);
  }
  45% {
    -moz-transform: translate(0px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(-5px, 0px);
  }
  10% {
    -webkit-transform: translate(5px, 0px);
  }
  15% {
    -webkit-transform: translate(-10px, 0px);
  }
  20% {
    -webkit-transform: translate(10px, 0px);
  }
  25% {
    -webkit-transform: translate(-10px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  35% {
    -webkit-transform: translate(0px, 0px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
  }
  45% {
    -webkit-transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(0px, 0px);
  }
  5% {
    -o-transform: translate(-5px, 0px);
  }
  10% {
    -o-transform: translate(5px, 0px);
  }
  15% {
    -o-transform: translate(-10px, 0px);
  }
  20% {
    -o-transform: translate(10px, 0px);
  }
  25% {
    -o-transform: translate(-10px, 0px);
  }
  30% {
    -o-transform: translate(0px, 0px);
  }
  35% {
    -o-transform: translate(0px, 0px);
  }
  40% {
    -o-transform: translate(0px, 0px);
  }
  45% {
    -o-transform: translate(0px, 0px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  5% {
    -ms-transform: translate(-5px, 0px);
  }
  10% {
    -ms-transform: translate(5px, 0px);
  }
  15% {
    -ms-transform: translate(-10px, 0px);
  }
  20% {
    -ms-transform: translate(10px, 0px);
  }
  25% {
    -ms-transform: translate(-10px, 0px);
  }
  30% {
    -ms-transform: translate(0px, 0px);
  }
  35% {
    -ms-transform: translate(0px, 0px);
  }
  40% {
    -ms-transform: translate(0px, 0px);
  }
  45% {
    -ms-transform: translate(0px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

/*
/*
/*
/*
/*********************************************************************/
/* FOOTER */
/*********************************************************************/
.logo-white {
  filter: brightness(0) invert(1);
}

.links-footer {
  text-decoration: none !important;
  color: var(--white);
  transition: all 0.16s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.links-footer:hover {
  cursor: pointer;
  color: var(--light-grey);
}

.links-footer-nums {
  text-decoration: none !important;
  color: var(--white) !important;
  transition: all 0.16s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
}

.titulo-foot {
  text-align: center;
  color: white !important;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 3px solid var(--yellow);
  padding-top: 50px;
  padding-bottom: 10px;
  white-space: nowrap;
}

#emailFooter {
  color: white;
  transition: all 0.16s ease-in-out;
}

#emailFooter:hover {
  color: var(--light-grey);
}

/*
/*
/*
/*
/*********************************************************************/
/* BOTÃO "SCROLL TO TOP" */
/*********************************************************************/
#scrollTop {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--white);
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 150ms ease-in-out;
}

#scrollTop::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
}

#scrollTop:hover {
  cursor: pointer;
  transform: scale(0.95);
}

#scrollTop.show {
  opacity: 1;
  visibility: visible;
}

/*
/*
/*
/*
/*********************************************************************/
/* FORMULÁRIOS */
/*********************************************************************/

/* Input honey pot */
.first-name-input {
  display: none !important;
}

form input,
form select {
  margin-bottom: 10px;
  height: 55px !important;
}

form textarea {
  margin-bottom: 10px;
  height: 70px !important;
}

form label {
  margin-left: 10px;
  font-size: 14px;
  color: var(--grey);
}

.form-floating > .form-select {
  padding-top: 1.4rem !important;
  padding-bottom: 0.625rem;
}

form button {
  width: 50%;
  padding: 15px 0;
  color: white;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  background-color: var(--secondary-blue);
}

form button:hover {
  background-color: #2e83b1;
}

form button:disabled {
  background-color: var(--light-grey);
}

.required {
  font-size: 12px;
  font-weight: 600;
  color: var(--error);
}

/* SMALL FORM  */
.small-form input,
.small-form select {
  margin-bottom: 10px;
  height: 40px !important;
}

.small-form textarea {
  margin-bottom: 10px;
  height: 50px !important;
}

.small-form .form-floating > label {
  padding: 0.5rem !important;
}

.small-form .form-floating > .form-select,
.small-form .form-floating > .form-control {
  padding: 14px 7px 0px !important;
  font-size: 14px;
}

.small-form .form-floating > .form-select option {
  font-size: 14px;
  margin-left: 15px !important;
}

.small-form .form-floating > .form-select option::selection {
  font-size: 6px;
}

.small-form .submit-btn {
  width: 100%;
  padding: 12px 0;
  font-size: 15px;
  background-color: var(--blue);
}

.small-form .submit-btn-blue:hover {
  background-color: #2f4ab8;
}

.small-form .submit-btn-secondary-blue:hover {
  background-color: rgb(110, 166, 189);
}

.loader,
.sendForm {
  display: none;
}

.loader {
  border: 4px solid var(--white);
  border-top: 4px solid var(--blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA CERTIFICAÇÕES */
/*********************************************************************/
.info-certificacoes-bg {
  position: absolute;
  top: 50px;
  left: 0;
}

.info-certificacoes {
  background-color: var(--blue);
  width: fit-content;
}

.info-certificacoes > p {
  font-size: x-large;
  color: var(--white);
  padding: 0 4px 0 4px;
  margin: 0 0 8px 0;
}

.title-certificacoes {
  color: var(--blue);
}

.text-certificacoes {
  font-size: large;
  line-height: 2;
}

.wrapper-selo-img {
  background-color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shadow-banner-bottom {
-webkit-box-shadow: 0px 26px 88px -36px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 26px 88px -36px rgba(0,0,0,0.56);
box-shadow: 0px 26px 88px -36px rgba(0,0,0,0.56);
}

.container-certificacoes-bottom {
  background-image: url('/assets/img/iso-certificacao.webp');
  background-position: center;
  width: 100%;
  min-height: 420px;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 12px;
  margin: 0px 12px 36px;
}

.saiba-mais-certificacoes-btn {
  background-color: var(--blue) !important;
  color: white !important;
  border-radius: 8px !important;
  padding: 8px 38px 8px 38px !important;
}

.saiba-mais-certificacoes-btn > span {
  font-size: larger; 
}

.saiba-mais-certificacoes-btn:hover {
  background-color: #2f4ab8 !important;
}


/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA LICITAÇÃO */
/*********************************************************************/
.banner-header-licitacao {
  background: url("/assets/img/banner-licitacao.webp");
  background-position-x: 20%;
  /* colocar esse background posicionado no eixo y em baixo, ou seja, deixar o conteudo dele alinhado com o conteudo abaixo */
  background-position-y: bottom;
  background-size: cover;
  min-height: 422px; 
}

.card-licitacao-wrapper {
  flex-wrap: wrap;
}

.card-licitacao-container {
  flex: 1;
  min-width: 200px;
  max-width: 272px;
}

.card-licitacao-header {
  font-size: small;
  margin-bottom: 0;
  padding: 8px 16px;
  background-color: var(--mid-grey);
  border-radius: 20px 20px 0 0;
  color: var(--blue);
  font-weight: bold;
}

.card-licitacao-description {
  text-align: start;
  font-size: small;
  margin-top: 0;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  min-height: 150px;

}


/*
/*
/*
/*
/*********************************************************************/
/* PÁGINA SUPRIMENTOS */
/*********************************************************************/
.banner-header-suprimentos {
  background: url("/assets/img/banner-supri.webp");
  background-position-x: 20%;
  background-size: cover;
  min-height: 422px; 
}



/*
/*
/*
/*
/*********************************************************************/
/*                                                                   */
/*                          MEDIA-QUERIES                            */
/*                                                                   */
/*********************************************************************/
@media only screen and (max-width: 300px) {
  .info-contato-box {
    flex-direction: column;
    gap: 0 !important;
    width: 260px;
  }

  .info-contato-bg > div {
    gap: 0 !important;
  }
}

@media only screen and (max-width: 450px) {
  .solucoes-card-product {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--light-grey);
    border-radius: 10px;
    margin: 0 10px;
    height: 100% !important;
  }

  .solucoes-card-img {
    width: 100% !important;
    background-color: var(--light-grey);
    border-radius: 10px 10px 0 0;
    height: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .solucoes-card-img img {
    height: 100%;
    max-height: 90px;
    max-width: 200px;
  }

  .solucoes-card-product p {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .texto-banner-boleto {
    font-size: 14px;
  }

  .texto-banner-boleto p {
    margin: 10px 0;
  }

  .texto-banner-boleto img {
    width: 30px;
    height: 30px;
  }

  .info-contato-icon {
    width: 50px !important;
  }

  .logo-transform {
    width: 80px;
  }

  /* VISIO ACESSO  */
  .logo-visio {
    max-height: fit-content;
    width: 280px !important;
    padding: 5px !important;
  }

  .logo-visio img {
    width: 70px !important;
    height: 30px !important;
  }

  .logo-visio p {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header-desktop {
    display: none !important;
  }

  .header-mobile {
    display: block !important;
  }

  .header-mobile img {
    width: 100%;
  }

  .container-certificacoes-bottom {
    background-image: url('/assets/img/iso-certificacao-p.webp');
      margin: 0px 12px;
  }

  .texto-banner {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 80% !important;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
  }

  .texto-banner-boleto {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 90%;
    text-align: left;
    z-index: 1;
    font-size: 18px;
  }

  .texto-banner-boleto p {
    margin: 20px 0;
  }

  .texto-banner-boleto img {
    width: 35px;
    height: 35px;
  }

  /* VISIO ACESSO  */
  .logo-visio {
    top: 165px !important;
    left: 70% !important;
    max-width: 200px !important;
  }

  .logo-visio p {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 992px) {
  #nav1 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 9;
  }

  #nav2 .brand-white {
    display: none;
  }

  .link-div {
    padding: 10px 0;
    border: none;
  }

  .header-links a,
  .btn-dropdown,
  .dropdown-toggle {
    text-align: end !important;
    font-size: calc(1rem + 0.4vw);
    font-weight: 600 !important;
    transition: all 200ms ease-in-out;
  }

  /* VISIO ACESSO  */
  .logo-visio {
    top: 10px;
    left: 60%;
    width: 40vw;
    min-height: 50px;
    padding: 15px;
  }

  .logo-visio p {
    font-size: 16px;
  }

  .bg-form-contato {
    background: var(--blue) !important;
  }

  .header-links {
    padding-right: 0px !important;
  }
}
