:root {
  --azul_tropical: #243675;
  --laranja_tropical: #F18900;
  --amarelo_tropical: #FBC800;
  --preto: #373737;
}

a:hover,
a:visited {
  cursor: pointer;
  text-decoration: none !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;

}

body {
  max-height: 2500px;
  margin: 0 auto !important;
}

.top_bar_wrapper {
  background-color: var(--azul_tropical);
  color: white;
  margin: auto;
  padding: 4px;
}

.top_bar_content_wrapper .redes-sociais a {
  text-decoration: none;

}


.fa-envelope,
.fa-briefcase {
  color: var(--amarelo_tropical);
}

.top_bar_content_wrapper {
  display: flex;
  justify-content: space-between;

}

.navbar_content-wrapper {
  display: flex;
  justify-content: space-between;
}


.centralDeAtendimento {
  background-color: var(--laranja_tropical);
  width: 15vw;

}

.centralDeAtendimento img {
  object-fit: contain;
  margin: 10px;
}

.navbar-nav a,
.navbar-nav a:visited {
  color: var(--preto);
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}

.navbar-nav a:hover {
  border-bottom: 3px solid var(--laranja_tropical);

}

@media (max-width:992px) {

  .navbar-nav svg {
    color: var(--azul_tropical);
  }
}


/* // CARROSSEL ------------------------------------ */


.carrossel-wrapper {
  position: relative;
}

.carrossel-wrapper .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.carrossel-wrapper .button-container {
  justify-content: flex-end !important;
}

.carrossel-wrapper .button-container a {
  justify-content: flex-end !important;
  height: 40px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.carrossel-wrapper .carrossel-list a {
  display: flex;
  position: relative;
  aspect-ratio: 1920/768;
}

.carrossel-wrapper .carrossel-list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* // SIMULADOR ----------------------------- */


.simulador-blog-dicas-wrapper {
  text-align: center;
  position: relative;
  padding: 65px 0;
}

.simulador-blog-dicas-wrapper .background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.simulador-blog-dicas-wrapper:before {
  content: '';
  background: white;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fa-paint-roller {
  color: var(--amarelo_tropical);
  font-size: 2rem;
  align-self: center;
  padding: 3px;
}

.simulador_blog_dicas_content .simulador {
  position: relative;
  height: 320px;


}

.simulador img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.simulador span {
  color: white;
  font-size: 1rem;
  font-weight: 800;
  padding: 10px;
  line-height: 1rem;
  text-align: left;
}


.retangulo-azul {
  position: absolute;
  top: 0;
  left: 10;
  padding: 2px 8px;
  display: flex;
  align-content: center;
  background-color: var(--azul_tropical);
}

.simulador_blog_dicas_content .blog {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--amarelo_tropical);
  color: white;
  font-size: 1.3rem;
}

.simulador_blog_dicas_content .blog span {
  font-size: 2rem;
  color: var(--laranja_tropical);
  font-weight: 900;
}

.simulador_blog_dicas_content .blog .fa-newspaper {
  color: var(--laranja_tropical);
  font-size: 5rem;

}

.simulador_blog_dicas_content .blog button {
  all: unset;
  color: var(--laranja_tropical);
  border: 1px solid white;
  align-self: center;
  font-size: 1rem;
  padding: 1px 3px;
  height: 28px;
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  gap: 10px;
  padding: 0 7px;
}

.simulador_blog_dicas_content a,
.simulador_blog_dicas_content a:visited {
  text-decoration: none;
}

.dicas {
  height: 320px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--laranja_tropical);
  color: var(--amarelo_tropical);
  font-size: 1.3rem;
}

.dicas span {
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

.dicas .fa-lightbulb {
  color: white;
  font-size: 5rem;

}

.dicas button {
  color: white;
  background-color: var(--laranja_tropical);
  border: 1px solid white;
  align-self: center;
  font-size: 1rem;
  height: 28px;
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  gap: 10px;
  padding: 0 7px;
}

/* //---------------------SAIBA MAIS ---------------- */

.saiba-mais-wrapper {
  position: relative;
  padding: 70px 0;
}

.saiba-mais-wrapper::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .75;
  top: 0;
  left: 0;
}

.saiba-mais-wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -3;
  filter: grayscale(1);
}

.saiba-mais-wrapper .saiba-mais-container {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.saiba-mais-wrapper .saiba-mais-container img {
  width: 120px;
}

.saiba-mais-wrapper .saiba-mais-container h3 {
  font-size: 55px;
  text-align: center;
  font-weight: 900;
  color: white;
}




/* // --------------------------- LINHA DE PRODUTOS */


.linha-produtos-content {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

.linha-produtos-content>h1 {
  margin: 30px auto;
  font-weight: 100;
  color: var(--azul_tropical);
  font-size: 2.5rem;
}

.linha-produtos-content>h1>span {
  font-weight: 700;
  border-bottom: 5px solid var(--laranja_tropical);
}


.linha-produtos-content .container-produtos {
  padding-top: 30px;
}


.linha-produtos-content .produto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.linha-produtos-content .produto a,
.linha-produtos-content .produto a:visited {
  text-decoration: none;

}

.linha-produtos-content .produto a:hover {
  font-weight: bolder;

}

.linha-produtos-content .produto img {

  object-fit: contain;

}

.linha-produtos-content .nome-produto {
  color: var(--preto);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 15px auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

.linha-produtos-wrapper .produto a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.linha-produtos-wrapper .produto button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--azul_tropical);
  font-size: 15px;
  font-weight: 400;
  border: 1px solid var(--amarelo_tropical);
  background-color: white;
  width: fit-content;
  padding: 0 15px;
}

.linha-produtos-wrapper .produto svg {
  color: var(--laranja_tropical);
  padding: 5px 0;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.button-container a,
.button-container a:visited {
  width: 85px;
  height: 27px;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  text-align: center;
  vertical-align: text-top;
  font-weight: 700;
}

.button-container a:hover {
  color: white;
  transform: scale(1.08);
}



.button-container a:nth-child(1) {
  background-color: var(--laranja_tropical);
}

.button-container a:nth-child(2) {
  background-color: var(--amarelo_tropical);
}



/* // ------------------------------- CLIENTES */


.clientes-wrapper {
  background-color: var(--azul_tropical);
  position: relative;
  padding: 50px 0;
  width: 100%;
}

.clientes-wrapper .clientes-background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 200px;
  object-fit: cover;
  z-index: 0;
}

.texto-clientes-intro {
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.texto-clientes-intro span {
  font-size: 1.2rem;
  letter-spacing: 3px;
  text-align: left;
  position: relative;
  font-weight: 400;
}

.texto-clientes-intro span::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  height: 5px;
  background: var(--laranja_tropical);
  width: 50%;
}

.texto-clientes-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 2.7rem;
  width: 300px;
  margin-top: 20px;
}

.texto-clientes-intro p {
  text-align: justify;
  margin: 0;
  line-height: 1.2;
}

.cliente-blocos-container {
  display: flex;
  justify-content: center;
}

.cliente {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  height: 400px;
  position: relative;
  margin-top: 50px;
  text-align: center;
  padding: 1rem;
  width: 33.3333%;
}

.cliente img {
  width: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}


.cliente p {
  font-weight: 400;
  font-size: 0.9rem;
  width: auto;
  margin: 25px auto;
  color: var(--preto);
  font-weight: 600;
  padding: 0 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cliente .nome-cliente {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--laranja_tropical);
}

.cliente:nth-child(2) {
  background-color: #F5F5F5;
}

/* // ---------------- FOOTER */
footer {
  background: white;
}

footer .footer-content {
  padding: 50px 0 20px;
}

footer .logo-footer {
  display: flex;
  width: 400px;
  max-width: 100%;
}

footer .menus-footer {
  margin-bottom: 35px;
  position: relative;
}

footer .menus-footer:before {
  content: '';
  position: absolute;
  background: #707070;
  width: 1.5px;
  height: 100%;
  left: 36%;
}

footer .menus-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .menus-footer ul li {
  margin: 7px 0;
}


footer .menus-footer ul li a,
footer .menus-footer ul li a:visited {
  text-decoration: none;
  color: var(--preto);
}

footer .menus-footer .coluna-1 {
  text-align: start;
}

footer .redes-footer {
  width: max-content;
  padding: 4px 8px;
  background-color: #e6e6e6;
  text-align: start;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

footer .redes-footer a,
footer .redes-footer a:visited {
  display: flex;
  text-decoration: none;
  color: var(--azul_tropical);
}

footer .redes-footer span {
  display: flex;
  text-decoration: none;
}

footer .bottom-bar {
  width: 100%;
  letter-spacing: 1px;
  line-height: 2rem;
  color: white;
  font-weight: 100;
  background-color: var(--laranja_tropical);
  display: flex;
  justify-content: space-around;
}

footer .bottom-bar .bottom-bar-content {
  height: 40px;
}

footer .bottom-bar span a,
footer .bottom-bar span a:visited {
  color: white;
  text-decoration: none;
}

footer .bottom-bar span a:hover {
  font-weight: bold;
}

/*--------------------- PÁGINA Sobre a empresa -------------------*/

.title-wrapper {
  position: relative;
  height: 170px;
}

.title-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.title-wrapper .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.title-wrapper .container h1 {
  color: var(--azul_tropical);
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 10px;
}

/* A tinta do Brasil */



.tinta-do-brasil-content {
  position: relative;
  padding: 4rem 0;
}

.wrapper-texto {
  width: 100%;
}

.wrapper-texto span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  position: relative;
  text-transform: uppercase;
}

.wrapper-texto span::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 70px;
  background: var(--laranja_tropical);
  left: 0;
  top: -5px;
}


.wrapper-texto h1 {
  font-weight: 800;
  color: var(--azul_tropical);
}

.profissional-tintas {
  width: 30%;
  position: absolute;
  right: 0;
  top: 5%;
}

.tucano {
  width: 30%;
  position: absolute;
  right: 20%;
  top: 15%;
  z-index: 2;
}

.tinta-do-brasil-content .page-thumb {
  width: 100%;
}


/* ------------ Nossa HIstória -------------- */

.nossa-historia-wrapper {
  background-color: #F5F5F5;
}

.nossa-historia-content {
  padding-top: 60px;
  margin-top: -100px;
  text-align: center;
}

.nossa-historia-content>h1>span {
  font-weight: 800;
  border-bottom: 8px solid var(--laranja_tropical);
}

.nossa-historia-content>h1 {
  color: var(--azul_tropical);
  padding-bottom: 4rem;
}

.nossa-historia-time-line {
  display: flex;
  gap: 10px;
}

.nossa-historia-time-line .time-line-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 35px;
}

.nossa-historia-time-line .time-line-item:nth-child(even) {
  flex-direction: column-reverse;
}

.nossa-historia-time-line .time-line-item::after {
  content: '';
  height: 20px;
  background: var(--azul_tropical);
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.nossa-historia-time-line .time-line-item::before {
  content: '';
  position: absolute;
  top: 257px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid var(--azul_tropical);
}

.nossa-historia-time-line .time-line-item:nth-child(even)::after {
  background: var(--laranja_tropical);
}

.nossa-historia-time-line .time-line-item:first-child::after {
  border-radius: 15px 0 0 15px;
}

.nossa-historia-time-line .time-line-item:last-child::after {
  border-radius: 0 15px 15px 0;
}

.nossa-historia-time-line .time-line-item:nth-child(even)::before {
  border-top: none;
  top: 224px;
  border-bottom: 15px solid var(--laranja_tropical);
}

.nossa-historia-time-line .time-line-item .time-line-icon-wrapper {
  height: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nossa-historia-time-line .time-line-item .time-line-icon {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: var(--azul_tropical);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nossa-historia-time-line .time-line-item:nth-child(even) .time-line-icon {
  background: var(--laranja_tropical);
}

.nossa-historia-time-line .time-line-item .time-line-icon svg {
  height: 40px;
}

.nossa-historia-time-line .time-line-item .time-line-content {
  height: 230px;
  padding: 20px 0;
}

.nossa-historia-time-line .time-line-item .time-line-content h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 20px;
  color: var(--azul_tropical);
  text-align: center;
}

.nossa-historia-time-line .time-line-item .time-line-content h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: var(--azul_tropical);
}

.nossa-historia-time-line .time-line-item:nth-child(even) .time-line-content h4,
.nossa-historia-time-line .time-line-item:nth-child(even) .time-line-content h5 {
  color: var(--laranja_tropical);
}


.nossa-historia-time-line .time-line-item .time-line-content p {
  font-size: 14px;
  padding: 0 20px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 992px) {
  .nossa-historia-time-line {
    flex-direction: column;
  }

  .nossa-historia-time-line .time-line-item {
    width: 100%;
  }

  .nossa-historia-time-line .time-line-item:nth-child(even) {
    flex-direction: column;
  }

  .nossa-historia-time-line .time-line-item::before {
    display: none !important;
  }

  .nossa-historia-time-line .time-line-item:first-child::after,
  .nossa-historia-time-line .time-line-item:last-child::after {
    border-radius: 0;
  }

  .nossa-historia-time-line .time-line-item .time-line-icon-wrapper,
  .nossa-historia-time-line .time-line-item .time-line-content {
    height: unset;
  }

  .nossa-historia-time-line .time-line-item .time-line-content {
    padding: 40px 0 0;
  }
}

/* ---------------------Visão Missão Valores -----------*/

.visao-missao-valores-content {
  padding: 6rem 0;
}

.visao-missao-valores-content h1 {
  font-weight: 800;
  color: var(--laranja_tropical);
  margin: 35px 0;
  position: relative;
}

.visao-missao-valores-content h1::after {
  content: '';
  width: 60px;
  background: var(--azul_tropical);
  height: 4px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.missao,
.visao,
.valores {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.missao img,
.visao img,
.valores img {
  height: 120px;
}

.missao p,
.visao p,
.valores p {
  color: #333;
}



/*---------- PÁGINA PROFISSIONAIS---------------- */

.profissionais-header-wrapper {
  position: relative;
  height: 170px;
}

.profissionais-header-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.profissionais-header-wrapper .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.profissionais-header-wrapper .container h1 {
  color: var(--azul_tropical);
  font-size: 2.5rem;
  font-weight: 900;
  margin: 0 0 5px;
  line-height: 1;
}

.profissionais-header-wrapper .container p {
  color: var(--preto);
  margin: 0;
  width: 100%;
  max-width: 700px;
}

.profissionais-content-wrapper {
  text-align: center;
  position: relative;
  padding-bottom: 4rem;
}

.profissionais-content-wrapper .content>span {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-top: 50px;
  display: block;
}

.profissionais-content-wrapper .content>span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 120px;
  background-color: var(--laranja_tropical);
  height: 4px;
  transform: translateX(-50%);

}

.profissionais-content-wrapper .content>h1 {
  color: var(--azul_tropical);
  font-weight: bold;
  font-size: 30px;

}

.profissionais-content-wrapper .item-curso {
  text-align: left;
  background-color: #F5F5F5;

}

.profissionais-content-wrapper .item-curso h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  color: var(--azul_tropical);
}

.profissionais-content-wrapper .item-curso h3::after {
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--laranja_tropical);
}

.profissionais-content-wrapper .item-curso p {
  font-size: 15px;
  margin-top: 20px;
}

.profissionais-content-wrapper .item-curso button {
  font-size: 15px;
  border: none;
  background-color: var(--laranja_tropical);
  color: white;
  border-radius: 0;


}

.profissionais-content-wrapper .item-curso .item-curso-text-container {
  padding: 1rem;
}

.profissionais-content-wrapper .background-image {
  position: absolute;
  top: 180px;
  left: 0;
  height: 320px;
  width: 100%;
  text-align: center;
  z-index: -1;

}

/* ---------- PAGINA BLOG ------------------ */


.blog-header-wrapper {
  position: relative;
  padding-bottom: 3rem;
}

.blog-header-wrapper h1 {
  color: var(--azul_tropical);
  font-weight: 900;
  font-size: 55px;
  position: absolute;
  top: 0;
}

.blog-header-wrapper img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.blog-content-wrapper form {
  padding: 1rem 0;
}

.blog-content-wrapper h3 {
  color: #373737;
  font-size: 20px;
  position: relative;
  padding: 10px 0;
  text-transform: uppercase;
}

.blog-content-wrapper h3::before {
  content: "";
  width: 122px;
  height: 5px;
  background-color: var(--laranja_tropical);
  position: absolute;
  left: 0;
  bottom: -8px;
}

.blog-content-wrapper form input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #707070;
  padding-right: 30px;
}

.blog-content-wrapper .search-input-wrapper {
  position: relative;
}

.blog-content-wrapper .search-input-wrapper svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: var(--laranja_tropical);

}


.blog-content-wrapper form select {
  background-color: #f5f5f5;
  border: 1px solid #707070;
  height: 100%;
  width: 100%;

}

.blog-content-wrapper .post {
  text-align: left;
  background-color: #F5F5F5;
  max-height: fit-content;
}

.blog-content-wrapper .post>img {
  width: 100%;
  aspect-ratio: 320/188;
  object-fit: cover;
}


.blog-content-wrapper .content {
  padding: 1rem 0;
}

.blog-content-wrapper .post h3,
.casos-de-sucesso .post h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  color: var(--azul_tropical);
  width: 75%;
}

.blog-content-wrapper .post h3::after {
  /* content: "";  */
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--laranja_tropical);
}

.blog-content-wrapper .post p {
  font-size: 15px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.blog-content-wrapper .post .categoria-post {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 21px;
  background-color: var(--laranja_tropical);
  color: white;
  width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-content-wrapper .post a,
.blog-content-wrapper .post a:visited {
  text-decoration: none;
  color: var(--laranja_tropical);
}

.blog-content-wrapper .post a:hover {
  font-weight: bold;
}

.blog-content-wrapper .post .post-text-container {
  position: relative;
  padding: 1rem;
}

.casos-de-sucesso {
  text-align: center;

}

.casos-de-sucesso .post {
  text-align: left;
  max-height: fit-content;
  height: 255px;
}

.casos-de-sucesso h1 {
  color: #243675;
  font-size: 20px;
  padding: 3rem;
}

.casos-de-sucesso h1 span {
  font-weight: bold;
  border-bottom: 4px solid var(--laranja_tropical);

}

.casos-de-sucesso .post img {
  width: 50%;
}

.casos-de-sucesso .post h3 {
  margin: 0!important;
}



.blog-content-wrapper .background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 320px;
  width: 100%;
  text-align: center;
  z-index: -1;
  opacity: 50%;

}

/* --------------- PÁGINA PRODUTOS ---------------  */

.produtos-header-wrapper {
  position: relative;
  height: 170px;
}

.produtos-header-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.produtos-header-wrapper .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.produtos-header-wrapper .container h1 {
  color: var(--azul_tropical);
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 10px;
}

.produtos-content-wrapper {
  padding: 40px 0;
}

.produtos-content-wrapper .content>h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  color: #373737;
  margin-bottom: 40px;
}

.produtos-content-wrapper .content>h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 120px;
  height: 5px;
  background: var(--laranja_tropical);
  left: 0;
}

.produtos-content-wrapper .search-input-wrapper {
  position: relative;
}

.produtos-content-wrapper .search-input-wrapper input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #707070;
  padding-right: 30px;
  background-color: #f5f5f5;
  color: #202020;
  width: 100%;
}

.produtos-content-wrapper .search-input-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  margin: 0;
  padding: 0 8px;
}

.produtos-content-wrapper .search-input-wrapper button svg {
  color: var(--laranja_tropical);
}

.produtos-content-wrapper .search-select-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.produtos-content-wrapper .search-select-wrapper label {
  white-space: nowrap;
}

.produtos-content-wrapper .search-select-wrapper select {
  background-color: #f5f5f5;
  border: 1px solid #707070;
  height: 32px;
  width: 100%;
  padding-left: 10px;
}

.produtos-content-wrapper .container-produtos {
  margin-top: 60px;
}

.produtos-content-wrapper .produto {
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
  padding: 20px;
}

.produtos-content-wrapper .produto:hover {
  background-color: #eeeded;
}


.produtos-content-wrapper .produto img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.produtos-content-wrapper .produto h3 {
  font-size: 20px;
  color: #373737;
  text-align: left;
  margin: 25px 0 20px;
}

.produtos-content-wrapper .produto .rendimento {
  border: 1px solid var(--laranja_tropical);
  background-color: white;
  color: var(--laranja_tropical);
  font-size: 15px;
  font-weight: bold;
  padding: 2px 15px;
  border-radius: 5px;
  margin: 15px 0;
  text-align: left;
  width: fit-content;
}

.produtos-content-wrapper .produto .caracteristicas-produto {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.produtos-content-wrapper .produto .caracteristicas-produto>div {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: start;
  align-content: center;
  justify-items: center;
  width: 100%;
  padding: 10px;
  text-align: left;
  max-height: fit-content;
  gap: 10px;
}

.produtos-content-wrapper .produto .caracteristicas-produto>div svg {
  color: var(--azul_tropical);
  font-size: 22px;
}

.produtos-content-wrapper .produto .caracteristicas-produto>div p {
  margin: 0;
  line-height: 1;
  font-size: 15px;
  color: #373737;
}

/* PÁGINA  Representantes e Revendedores */

.representantes-header {
  position: relative;
}

.representantes-header img {
  width: 100%;
  height: 190px;
}

.representantes-header h1 {
  font-size: 55px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.representantes-container {
  margin-bottom: 140px;
}

.representantes-content .representante {
  position: relative;
  margin-bottom: 50px;
}

.representantes-content .representante .info-representante {
  background-color: #f5f5f5;
  width: 90%;
  border-top: 3px solid var(--laranja_tropical);
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-53%);
  bottom: -130px;
  padding: 1rem 2rem;
  text-align: center;


}

.representantes-content .representante .info-representante h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--azul_tropical);
}

.representante .info-representante .telefone,
.representante .info-representante .whatsapp {
  font-size: 15;
  color: #373737;
}

.representantes-content .representante .info-representante svg {
  color: var(--laranja_tropical);
}

.representante .info-representante .whatsapp svg {
  color: #5ACF29;
}

.representante .info-representante .redes-sociais {
  padding: 2px 20px;
  background-color: white;
  width: fit-content;
  margin: 0 auto;
}

.representantes-content .lojas-parceiras {
  margin: 30px auto;
  color: var(--azul_tropical);
  text-align: center;
}

.representantes-content .container-lojas-parceiras {
  margin-top: 60px;
}

.representantes-content .lojas-parceiras span {
  font-weight: bold;
  border-bottom: 4px solid var(--laranja_tropical);
}

.representantes-content .loja-parceira button {
  background-color: var(--azul_tropical);
  color: white;
  font-size: 13px;
}

.representantes-content .loja-parceira button svg {
  color: var(--amarelo_tropical)
}


/* -------------- PAGE LOGIN -------------- */

.login-wrapper {
  position: relative;
  width: 100%;
  height: 770px;

}

.login-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.login-wrapper .login-box {

  height: fit-content;
  width: 90%;
  max-width: 750px;
  background-color: #f5f5f5;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
  padding: 20px 110px;
}

@media (max-width: 992px) {
  .login-wrapper .login-box {
    padding: 0 1rem;
  }
}

.form-title {
  text-align: center;
  color: white;
  font-size: 20px;
}


.login-wrapper .login-box h1 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: var(--azul_tropical);
  margin: 30px 0;
}

.login-wrapper .login-box h1::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  background-color: var(--laranja_tropical);
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.login-wrapper .login-box .form-title {
  margin: 2rem 0;
}

.login-wrapper .login-box form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.login-wrapper .login-box input {
  border-radius: 10px;

  margin: 5px 0;
  padding: 10px 20px;

}

.login-wrapper .login-box input[type=submit] {
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  background-color: var(--laranja_tropical);
  color: white;
}

.login-box a,
.login-box a:visited {
  color: #373737;
  text-decoration: none;
  text-align: center;
  margin: 20px;

}

.login-box .password-wrapper {
  position: relative;
  width: 100%;
}


.login-box .password-wrapper .fa-eye {
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c8c8c8;
}


/********** PAGINA DE PRODUTO *********/

#single-produto {
  padding: 50px 0;
}

#single-produto .informacoes-principais .single-thumb {
  width: 100%;
  aspect-ratio: 1;
  background: #f5f5f5;
  position: relative;
}

#single-produto .informacoes-principais .single-thumb img {
  position: absolute;
  width: 90%;
  height: 90%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#single-produto .informacoes-principais .produto-info {
  padding-left: 10px;
}

#single-produto .informacoes-principais .produto-info h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  font-style: normal;
  text-align: left;
  color: #373737;
}

#single-produto .informacoes-principais .produto-info .rendimento {
  display: flex;
  gap: 25px;
  margin: 10px 0;
}

#single-produto .informacoes-principais .produto-info .rendimento>span {
  border-color: #f18900;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #f18900;
  padding: 0 20px;
  height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

#single-produto .informacoes-principais .produto-info .rendimento .tamanhos {
  display: flex;
  gap: 15px;
}

#single-produto .informacoes-principais .produto-info .rendimento .tamanhos .tamanho-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#single-produto .informacoes-principais .produto-info .rendimento .tamanhos .tamanho-item img {
  height: 26px;
}

#single-produto .informacoes-principais .produto-info .rendimento .tamanhos .tamanho-item span {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  color: #373737;
  display: block;
}

#single-produto .informacoes-principais .produto-info .descricao {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #373737;
  min-height: 88px;
  margin-bottom: 10px;
}

#single-produto .informacoes-principais .produto-info .paleta-cores h4 {
  height: 35px;
  background: #f18900;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  width: fit-content;
  color: #ffffff;
}

#single-produto .informacoes-principais .produto-info .paleta-cores img {
  max-width: 100%;
}

#single-produto .caracteristicas .caracteristicas-left {
  padding-right: 30px;
}


#single-produto .caracteristicas .caracteristicas-left h3 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #373737;
  position: relative;
  margin: 50px 0;
}

#single-produto .caracteristicas .caracteristicas-left h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 122px;
  height: 4px;
  background: #f18900;
  left: 0;
}


#single-produto .caracteristicas .caracteristicas-left ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 7px;
}

#single-produto .caracteristicas .caracteristicas-left li {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #f5f5f5;
  width: 100%;
  gap: 15px;
  padding: 8px 13px;
}

#single-produto .caracteristicas .caracteristicas-left li img {
  height: 18px;
  width: 30px;
  object-fit: contain;
}

#single-produto .caracteristicas .caracteristicas-left li span {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  color: #373737;
}

#single-produto .caracteristicas .caracteristicas-right {
  border-radius: 5px;
  background: #f5f5f5;
  padding: 30px 60px;
  margin: 122px 0 30px;
}

#single-produto .caracteristicas .caracteristicas-right h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#single-produto .caracteristicas .caracteristicas-right h3 img {
  width: 20px;
}

#single-produto .caracteristicas .caracteristicas-right h3 span {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #373737;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul>li>ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul>li>ul>li {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  color: #373737;
  position: relative;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  margin: 2px 0;
  padding: 0 0 0 10px;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul>li>ul>li:first-child {
  color: #f18900;
  margin-bottom: 5px;
  padding: 0;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul>li>ul>li:first-child::before {
  display: none;
}

#single-produto .caracteristicas .caracteristicas-right .informacoes-lists>ul>li>ul>li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f18900;
  margin-top: 6px;
  position: absolute;
  left: 0;
}

/* #single-produto .caracteristicas .ambientes {} */

#single-produto .caracteristicas .ambientes h3 {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #373737;
  width: 100%;
  margin: 40px 0 25px;
  font-weight: bold;
}

#single-produto .caracteristicas .ambientes .ambientes-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#single-produto .caracteristicas .ambientes .ambientes-list img {
  width: 100%;
  aspect-ratio: 216/153;
  border-radius: 5px;
  object-fit: cover;
}

#single-blog {
  padding-bottom: 40px;
}

#single-blog .thumbnail-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1319/293;
  margin-bottom: 40px;
}

#single-blog .thumbnail-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#single-blog .blog-content {
  min-height: 400px;
}

#single-blog .blog-content h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  font-style: normal;
  text-align: left;
  color: #243675;
  position: relative;
}

#single-blog .blog-content h2::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 120px;
  left: 0;
  top: -15px;
  background: #f18900
}

#single-blog .blog-content p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #373737;
}


.clube-vantagens-wrapper .clube-item-out {
  padding: 0 20px;
}

.clube-vantagens-wrapper .clube-item img {
  width: 90%;
  margin: auto;
  aspect-ratio: 250/198;
  object-fit: contain;
}

.clube-vantagens-wrapper .clube-item .clube-item-content {
  background: #f5f5f5;
  padding: 25px;
  width: 100%;
  margin-top: 15px;
}

.clube-vantagens-wrapper .clube-item .clube-item-content h3 {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.clube-vantagens-wrapper .clube-item .clube-item-content .valor-box {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  margin: 12px 0;
  padding: 15px 0;
}

.clube-vantagens-wrapper .clube-item .clube-item-content .valor-box span {
  color: var(--azul_tropical);
  font-size: 28px;
  font-weight: bolder;
}

.clube-vantagens-wrapper .clube-item .clube-item-content .valor-box span small {
  color: var(--laranja_tropical);
  font-size: 14px;
  margin-left: 4px;
}


.clube-vantagens-wrapper .clube-item .clube-item-content .valor-box svg {
  color: var(--laranja_tropical);
  font-size: 26px;
}


.clube-vantagens-wrapper .clube-item .clube-item-content button {
  background: var(--laranja_tropical);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  height: 32px;
  border: none;
  padding: 0;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Página de Cadastro */

.register-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  padding: 30px 0;

}

.register-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}


.register-form {
  width: 90%;
  max-width: 500px;
  background-color: #f5f5f5;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));

  margin: 0 auto;
}

.register-form form label {
  font-size: 14px;
  padding: 0 3px;
  color: #7d7d7d
}


.register-form form input {
  height: 45px;
  border-radius: 10px;
  padding: 10px 20px;
}

.register-form select {
  background-color: white;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
}


.register-form button {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  background-color: var(--laranja_tropical);
  color: white;
}

#passwordError {
  font-size: 15px;
  font-weight: bold;
  color: red;
}


/* Form para trocar pontos */

#trocar-pontos {
  width: 90%;
  max-width: 500px;
  background-color: #f5f5f5;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
  padding: 20px 60px;
  margin: 0 auto;
}

#trocar-pontos input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 10px 20px;
}

#trocar-pontos button {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  background-color: var(--laranja_tropical);
  color: white;
}

#trocar-pontos label {
  font-weight: bold;
  font-size: 20px;
  color: var(--azul_tropical);
}


/* Treinamentos */

.treinamentos-wrapper {
  position: relative;
  padding: 60px 0;
}

.treinamentos-wrapper::before {
  content: "";
  height: 400px;
  background-color: var(--azul_tropical);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -2;
}

.treinamentos-wrapper h1 {
  color: var(--amarelo_tropical);
  position: relative;
  font-weight: bold;
}

.treinamentos-wrapper h1::before {
  background-color: var(--laranja_tropical);
  content: "";
  height: 3px;
  width: 120px;
  position: absolute;
  top: -10px;

}

.treinamentos-wrapper p {
  color: white;
  margin-bottom: 60px;
}


.treinamentos-wrapper .item-treinamento {
  text-align: left;
  background-color: #F5F5F5;
  padding: 0;

}

.treinamentos-wrapper .item-treinamento img {
  aspect-ratio: 1;
  object-fit: cover;
}


.treinamentos-wrapper .item-treinamento h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  color: var(--azul_tropical);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.treinamentos-wrapper .item-treinamento h3::after {
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--laranja_tropical);
}

.treinamentos-wrapper .item-treinamento p {
  font-size: 15px;
  color: #373737;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin: 15px 0 20px;
  line-height: 1.4;
}

.treinamentos-wrapper .item-treinamento button {
  font-size: 14px;
  border: none;
  background-color: var(--laranja_tropical);
  color: white;
  border-radius: 0;
  padding: 4px 18px
}

.treinamentos-wrapper .item-treinamento .item-treinamento-text-container {
  padding: 1rem;
  background-color: #F5F5F5;
}


/*  ÁREA LOGADA - CONTEÚDO */
.conteudo-wrapper {
  position: relative;
  padding: 40px 0;

}

.conteudo-wrapper>img {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 400px;
  z-index: -2;
}

.conteudo-wrapper h1 {
  position: relative;
  font-size: 30px;
  color: var(--azul_tropical);
  font-weight: bold;
}

.conteudo-wrapper p {
  max-width: 700px;
  margin: 0 auto;
}

.conteudo-wrapper h1::before {
  background-color: var(--laranja_tropical);
  content: "";
  height: 4px;
  width: 130px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);

}

.conteudo-wrapper .text-container {
  text-align: center;
  padding-bottom: 30px;


}


.conteudo-wrapper .post {
  text-align: left;
  background-color: #F5F5F5;
  max-height: fit-content;
}

.conteudo-wrapper .post>img {
  width: 100%;
  aspect-ratio: 320/188;
  object-fit: cover;
}


.conteudo-wrapper .content {
  padding: 1rem 0;
}

.conteudo-wrapper .post h3,
.casos-de-sucesso .post h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  color: var(--azul_tropical);
  width: 75%;
}

.conteudo-wrapper .post h3::after {
  content: "";
  height: 3px;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--laranja_tropical);
}

.conteudo-wrapper .post p {
  font-size: 15px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.conteudo-wrapper .post .categoria-post {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: var(--laranja_tropical);
  color: white;
  width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
}

.conteudo-wrapper .post a,
.conteudo-wrapper .post a:visited {
  text-decoration: none;
  color: var(--laranja_tropical);
}

.conteudo-wrapper .post a:hover {
  font-weight: bold;
}

.conteudo-wrapper .post .post-text-container {
  position: relative;
  padding: 1rem;
}

/* Menu Logado */

.menu-logado-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 30px;
}

.menu-logado {
  position: absolute;
  padding: 15px 15px;
  top: -35px;
  
  background-color: var(--laranja_tropical);
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  


}

.menu-logado-wrapper ul {
  list-style-type: none;

}


.menu-logado li {
  margin: 0 10px;
}

.menu-logado li:hover {
  opacity: 0.7;
}

.menu-logado li a,
.menu-logado li a:visited {
  text-decoration: none;
  color: white;
}

@media (max-width:992px) {
  .menu-logado-wrapper{
    display: none;
  }
}


.user-info {
  background: var(--laranja_tropical);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0 35px 20px;
  gap: 15px;
  height: 180px;
}

.user-info > svg {
  font-size: 90px;
  color: #ffffff;
}

.user-info > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info .user-info-content {
  width: 100%;
}

.user-info .user-info-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.user-info .user-info-content p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.user-info .user-info-content .user-saldo { 
  background: var(--azul_tropical);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.user-info .user-info-content .user-saldo > span {
  font-size: 32px;
  color: var(--amarelo_tropical);
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.user-info .user-info-content .user-saldo > span small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.user-info .user-info-content .user-saldo button {
  background: var(--amarelo_tropical);
  border: none;
  padding: 0;
  height: 110%;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.user-info .user-info-content .user-saldo button svg {
  color: var(--laranja_tropical);
  font-size: 30px;
  margin-right: 5px;
  border-radius: 0;
}

.user-info .user-info-content .user-saldo button span {
  font-size: 9px;
  text-align: left;
}

.extrato-wrapper {
  background: #ffd533;
  height: 100%;
  display: flex;
  align-items: center;
}

.extrato-wrapper .extrato-image {
  background: #fbc800;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.extrato-wrapper .extrato-image img {
  width: 100%;
}

.extrato-wrapper .extrato-list {
  width: 80%;
  padding: 15px;
}

.extrato-wrapper .extrato-list .table-wrapper {
  height: 150px;
  overflow-y: scroll;
}

.extrato-wrapper .extrato-list .table-wrapper::-webkit-scrollbar {
  width: 5px;
  background: #f18900;
}

.extrato-wrapper .extrato-list .table-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.extrato-wrapper .extrato-list .table-wrapper::-webkit-scrollbar-thumb {
  background: #b56700; 
  border-radius: 10px;
}


.extrato-wrapper .extrato-list table {
  border-collapse: separate; 
  border-spacing: 5px 10px;
  margin: 0;
}

.extrato-wrapper .extrato-list table tr {
  margin-bottom: 5px;
}

.extrato-wrapper .extrato-list table tr td {
  border-right: 1px solid var(--laranja_tropical);
  padding: 0 7px;
}

.extrato-wrapper .extrato-list table tr td.pts{
  background: var(--laranja_tropical);
  color: #fff;
  font-size: 18px;
}

.extrato-wrapper .extrato-list table tr td.last {
  border: none;
}




.vanilla-calendar-container {
  margin-top: -15px;
}
.vanilla-calendar-container .head-content {
  display: flex;
  background: #fd8d14;
  color: #fff;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.vanilla-calendar-container .head-content h5 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 15px;
}
.vanilla-calendar-container .head-content svg {
  color: #8f2524;
}
.vanilla-calendar-container #vanilla-calendar {
  width: 100%;
  border-radius: 0;
  background: #fffaeb;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-header {
  border-bottom: 1px solid #fd8d14;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-header button {
  color: #8f2524;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-header button::before {
  background: #8f2524;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-week b {
  color: #333;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days {
  row-gap: 1px;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days .vanilla-calendar-day button {
  background: none;
  outline: none;
  color: #333;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_selected, .vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days .vanilla-calendar-day button:hover {
  background: #8f2524;
  color: #fff;
}
.vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_prev, .vanilla-calendar-container #vanilla-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_next {
  display: none;
}

.calendar-wrapper {
  width: 100%;
  position: relative;
  margin-top: -40%;
}
@media (max-width: 992px) {
  .calendar-wrapper {
    max-width: 300px;
    margin: 25px auto;
  }
}
.calendar-wrapper::before {
  content: "";
  position: absolute;
  background: #fbc800;
  height: 100%;
  width: 100%;
  top: 35px;
  left: 25px;
  z-index: 0;
}
.calendar-wrapper #events-calendar {
  width: 100%;
  background: #243675;
  border-radius: 0;
}
.calendar-wrapper #events-calendar .vanilla-calendar-header {
  border-bottom: 1px solid #9fa6c2;
}
.calendar-wrapper #events-calendar .vanilla-calendar-header button {
  color: #fbc800;
  visibility: visible !important;
  margin-bottom: 15px;
}
.calendar-wrapper #events-calendar .vanilla-calendar-header button::before {
  background: #9fa6c2;
}
.calendar-wrapper #events-calendar .vanilla-calendar-week b {
  color: #fbc800;
}
.calendar-wrapper #events-calendar .vanilla-calendar-days .vanilla-calendar-day button {
  background: none;
  color: #9fa6c2;
  aspect-ratio: 1;
  border-radius: 50%;
  outline: none;
  cursor: default;
}
.calendar-wrapper #events-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_selected {
  background: #fbc800;
  color: #243675;
  height: 10px;
  width: 10px;
}
.calendar-wrapper #events-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_prev, .calendar-wrapper #events-calendar .vanilla-calendar-days .vanilla-calendar-day button.vanilla-calendar-day__btn_next {
  display: none;
}

.eventos-wrapper {
  padding: 60px 0 50px;
  background: #fff;
}
.eventos-wrapper h2.title {
  font-size: 30px;
  text-transform: uppercase;
  color: #243675;
  position: relative;
  width: fit-content;
  margin-bottom: 35px;
}
.eventos-wrapper h2.title::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 5px;
  background-color: #fd8d14;
  top: -5px;
  left: 0;
}
.eventos-wrapper p.sub-title {
  width: 100%;
  max-width: 700px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.eventos-wrapper .evento-card-out {
  padding: 0 10px;
}

.eventos-wrapper .evento-card-out .evento-card {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .eventos-wrapper .evento-card-out .evento-card {
    max-width: 80%;
    margin: auto;
  }
}
.eventos-wrapper .evento-card-out .evento-card .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 15/9;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.eventos-wrapper .evento-card-out .evento-card .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.eventos-wrapper .evento-card-out .evento-card .img-box .data-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 10px;
  display: flex;
  flex-direction: column;
}
.eventos-wrapper .evento-card-out .evento-card .img-box .data-box .dia {
  background: #f18900;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 0 0 2px;
  font-weight: 800;
}
.eventos-wrapper .evento-card-out .evento-card .img-box .data-box .mes {
  font-size: 13px;
  text-align: center;
  color: #243675;
  background: #fbc800;
  padding: 0 10px 4px;
}
.eventos-wrapper .evento-card-out .evento-card .img-box .category {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10px;
  color: #dad4b5;
  background: #c43c29;
  width: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
}
.eventos-wrapper .evento-card-out .evento-card .img-box .category.promocao {
  background: #dad4b5;
  color: #c43c29;
}
@media (max-width: 992px) {
  .eventos-wrapper .evento-card-out .evento-card .evento-content {
    background: #f2f2f2;
    padding: 25px 10px 15px;
  }
}

.eventos-wrapper .evento-card-out .evento-card .evento-content {
  padding: 2px 11px 20px;
}

.eventos-wrapper .evento-card-out .evento-card .evento-content h4 {
  font-family: "Open Sans", sans-serif;
  color: #fd8d14;
  font-weight: bold;
  font-size: 18px;
}
.eventos-wrapper .evento-card-out .evento-card .evento-content p {
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.pintores-busca {
  position: relative;
  width: 100%;
  aspect-ratio: 1319/329;
  margin-bottom: 50px;
}

.pintores-busca:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--amarelo_tropical);
  position: absolute;
  opacity: .6;
  z-index: 1;
}


.pintores-busca img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pintores-busca .form-busca {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 2;
  padding: 0 15px;
}

.pintores-busca .form-busca input {
  width: calc(80% - 5px);
  height: 50px;
  padding: 0 15px;
  border: none;
}

.pintores-busca .form-busca button {
  height: 50px;
  width: calc(20% - 5px);
  background: var(--azul_tropical);
  color: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.pintores-list .item-pintor > img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.pintores-list .item-pintor .item-pintor-text-container {
  background: #f5f5f5;
  border-top: 3px solid var(--laranja_tropical);
  position: relative;
  margin: -24px auto 0;
  width: 88%;
  padding: 16px;
}

.pintores-list .item-pintor .item-pintor-text-container h3 {
  text-align: center;
  color: var(--azul_tropical);
  font-size: 24px;
  font-weight: bold;
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-contato {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-contato svg {
  font-size: 14px;
  color: var(--laranja_tropical);
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-contato span {
  font-size: 14px;
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  padding: 2px 12px;
  margin-top: 12px;
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-redes a {
  text-decoration: none;
  color: var(--laranja_tropical);
}

.pintores-list .item-pintor .item-pintor-text-container .item-pintor-redes a svg {
  font-size: 18px;
}
