.no-underline p {
  text-decoration: none !important;
}

* {
  margin: 0;
  box-sizing: border-box;
}

nav {
  transition: all 0.5s;
  z-index: 1;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #fff;
  max-height: 80px;
}
@media (min-width: 1268px) {
  .navbar {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.navbar-nav .nav-item .nav-link {
  white-space: nowrap;
  /* padding-right: 20px; */
}

.nav-link {
  border-bottom: 1px solid transparent !important;
  color: #041215 !important;
  transition: border-bottom 0.5s; /* Adicione uma transição suave */
}
.nav-link:hover {
  border-bottom: 1px solid #2394ac !important;
  transition: border-bottom 1s;
  color: #2394ac !important;
  transition: color 0.5s;
}
.header-line {
  font-size: 3.5rem;
}

.card-header {
  font-family: "Montserrat", sans-serif;
}

#header {
  margin-left: 0;
  margin-right: 0;
}

#about {
  padding: 5% 7%;
}

#prices {
  padding: 5% 7%;
}

#contact .col-md-6:nth-child(1) {
  padding: 5% 7%;
}

#contact .col-md-6:nth-child(2) {
  padding: 5% 7%;
}

@media only screen and (max-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
  }
}

@media only screen and (max-width: 768px) {
  #about {
    padding: 4rem 7%;
  }
}

@media only screen and (max-width: 600px) {
  .header-line {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .header-line {
    font-size: 2rem;
  }
}
header img {
  width: 12rem;
}

ul.opcoes-links li {
  display: inline-block;
  padding: 0;
  margin: 7px;
  transition: all 0.3s; /* Adicione uma transição suave para suavizar a mudança de tamanho */
}

.icone-redes-sociais {
  width: 27px;
  height: 27px;
}
.icone-redes-sociais:hover {
  border: 1px solid transparent;
  border-radius: 20px;
}

.search-container {
  margin-right: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 6px;
}

.search-container:hover {
  border: 1px solid #2394ac;
  transition: border 0.9s;

  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}
.search-input::placeholder {
  font-size: 13px;
}

/* ícone de lupa */
.search-icon {
  color: gray;
  margin-right: 5px;
}
.search-icon:hover {
  color: #2394ac;
  transition: color 0.9s;
}

/* campo de entrada de texto */
.search-input {
  border: none;
  outline: none;
  background: none;
  width: 100%;
}

.navbar-nav li {
  display: inline-block;
  margin-right: 10px;
}

/* fim header */

/* div imagem */
.bg-image-section {
  background-image: url("../../assets/img/Supplyclean - Carrossel início (1) (2).png"); /* Substitua com o URL da sua imagem de fundo */
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/* fim div imagem */

/* CARROSSEL CATEGORIAS */

.carousel-control-prev {
  margin-left: -90px;
}
.carousel-control-next {
  margin-right: -90px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .carousel-control-prev {
    margin-left: 0px;
  }
  .carousel-control-next {
    margin-right: 0px;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.slide {
  background-color: transparent;
}
/* solucoes-praticas */
#solucoes-praticas {
  background-color: #cef1f0;
  color: #16718d;
  padding: 5rem;
}
#solucoes-praticas button {
  background-color: #16718d;
  color: #e0eceb;
  border: 1px solid #e0eceb;
  border-radius: 20px;
  padding: 5px 0px;
}
#solucoes-praticas button:hover {
  background-color: #e0eceb;
  color: #16718d;
  box-shadow: 1px 0px 5px 5px rgba(255, 255, 255, 0.1);
  transition: background-color 0.4s;
  border: 1px solid #16718d;
}
/* OFERTAS */
.div-ofertas {
  display: flex;
  flex-direction: column;
}

.card-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1268px) {
  .card-container {
    flex-direction: row;
  }
  .card-container img {
    max-width: 50%;
  }
}

/* @media (max-width: 1268px) {
  .div-ofertas {
    display: flex;
    flex-direction: row;
  }
} */

/* receber ofertas */
.div-ofertas {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  weight: 100%;
}

.receber-ofertas {
  padding: 10px;
  background-color: #e0eceb;
  weight: 100%;
  padding: 20px;
  /* z-index: -1; */
}

@media (max-width: 768px) {
  .receber-ofertas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.receber-ofertas p {
  font-size: 20px;
  color: #2a9c9c;
}

.botao-azul {
  background-color: #2a9c9c;
  color: #f8eeee;
  border-radius: 5px;
  border: solid 1px transparent;
}

.botao-azul:hover {
  background-color: #217c7c;
  color: #f8eeee;
  /* box-shadow: 1px 0px 2px 2px rgba(0, 0, 0, 0.1); */
  border: solid 1px #217c7c;
  transition: all 0.4s;
}

.botao-laranja {
  background-color: orange;
  color: #f8eeee;
  border-radius: 20px;
  margin-top: -14px;
  border: solid 1px #fff;
}

.botao-laranja:hover {
  background-color: #16718d;
  color: #f8eeee;
  /* box-shadow: 1px 0px 2px 2px rgba(0, 0, 0, 0.1); */
  border: solid 1px #16718d;
  transition: all 0.4s;
}
.div-alinhamento {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

@media only screen and (max-width: 668px) {
  .div-alinhamento {
    display: block;
    align-items: left;
  }
}

/* o-futuro-e-agora */
#o-futuro-e-agora {
  background-color: #16718d;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.o-futuro-e-agora-div {
  max-width: 900px;
}
.o-futuro-e-agora-div h1 {
  font-size: 50px;
}
.o-futuro-e-agora-div p {
  font-size: 28px;
}
/* INSTITUCIONAL */
#institucional p,
h3 {
  color: #0b3846;
}
/* formulario */

.formulario {
  box-shadow: 1px 0px 8px 8px rgba(0, 0, 0, 0.1);
}
.formulario:hover {
  box-shadow: 1px 2px 12px 12px rgba(0, 0, 0, 0.1);
}
.formulario h2 {
  color: #2c4750;
}

.div-form {
  margin-top: -30px;
  margin-bottom: -30px;
  padding: 60px;
}
#contact {
  padding-right: 60px;
}
@media only screen and (max-width: 1268px) {
  #contact {
    padding-right: 0px;
    padding-left: 0px;
    /* margin-left: 20px; */
  }
  .formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .div-form {
    margin-right: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

/* rodape */
ul.opcoes-links-rodape li {
  display: inline-block;
  padding: 0;
  margin: 7px;
  transition: all 0.3s;
}

.icone-redes-sociais-rodape {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
}
.icone-redes-sociais-rodape:hover {
  border: 1px solid transparent;

  border-radius: 20px;
}
.div-copyright {
  border-top: 1px solid gray;
}
.imagem {
  width: 25vh;
}
.section-footer p {
  font-size: 12px;
  /* font-family: roboto, sans-serif; */
}

/* WHATSAPP ICONE FIXADO */
.whatsapp-icone {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 10vh;
  height: 10vh;
  z-index: 9999; /* Para garantir que a imagem esteja sempre acima de outros elementos */
}
.whatsapp-icone:hover {
  bottom: 13px;
  left: 13x;
  width: 12vh;
  height: 12vh;
  transition: all 0.3s;
}

/* icone up */
.up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 7vh;
  height: 7vh;
  z-index: 9999;
}
