/* Global */
:root {
  --orange: #f67b14;
}

* {
  scroll-behavior: smooth;
}

footer img {
  width: 250px;
}

iframe {
  width: 30rem;
  height: 20rem;
}

#certificacoes,
#preventiva {
  padding: 40px 0;
}

#preditiva,
#corretiva,
#termo {
  padding: 40px 0;
  background-color: #f8f9fa;
}

.text-justify-left {
  text-align: justify;
  text-align-last: left;
}

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

.navbar-icon {
  color: #7c7c7d;
  border: 2px solid rgba(124, 124, 125, 0.5);
  border-radius: 10px;
  padding: 10px 15px;
}

#logo-navbar {
  width: 350px;
  padding: 20px;
}

@media (max-width: 992px) {
  .nav-item {
    padding-left: 20px;
  }
}

.btn-primary {
  background-color: var(--orange);
  border-color: var(--orange);
}

.btn-primary:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}

.form-select option:hover {
  color: var(--orange);
}

@media (max-width: 768px) {
  .navbar-icon {
    color: #7c7c7d;
    border: 2px solid rgba(124, 124, 125, 0.5);
    border-radius: 10px;
    padding: 2px 8px;
    margin-top: 5px;
  }
}

@media (max-width: 575.98px) {
  .navbar-icon {
    color: #7c7c7d;
    border: 2px solid rgba(124, 124, 125, 0.5);
    border-radius: 10px;
    padding: 5px 7.5px;
    margin-top: 5px;
  }

  .navbar-brand {
    width: 70%;
  }

  #logo-navbar {
    width: 200px;
  }
}

/* Left menu */
.left-menu {
  padding: 0;
  border: 1px solid red;
  margin-left: 100px;
}

.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-sort-up {
  transform: rotate(90deg);
}

.list-group-item.active {
  background-color: var(--orange);
  border-color: var(--orange);
}

/* Header */

#margin-header {
  margin-top: 50px;
}

/* footer */
footer div.main {
  background-color: #f3f3f3;
}

#links-rapidos ul li a {
  font-weight: 600;
}

@media (max-width: 992px) {
  #duvida {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #redes-sociais {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  #margin-header {
    margin-top: 50px;
  }

  #links-rapidos {
    margin-top: 10px;
  }

  #redes-sociais {
    margin-top: 20px;
  }

  #duvida {
    margin-top: 20px;
  }
}

/* Adiciona a lupa no input file, da página "Trabalhe conosco" */
#input-file-btn::after {
  content: "";
  background: url(/public/assets/images/singel/search-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
}

#pagina-links {
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 30px;
}

#minimizar-pagina-links {
  cursor: pointer;
  transition: all 4s;
}

#btn-pagina-links {
  transition: all 4s;
}

#contatos-icones:active {
  background-color: #f8f9fa;
}

.zap-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#footer-alguma-duvida {
  border-radius: 40px;
  padding: 10px 40px;
  font-size: 1.2em;
  font-weight: 600;
}

.container {
  max-width: 1300px;
}

/* Singel engenharia */
#img-singel {
  width: 80%;
}

.modal-reference {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  width: 12em;
}

@media (max-width: 1200px) {
  #img-singel {
    width: 90%;
  }
}

#missao-style {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  #img-singel {
    width: 70%;
    text-align: right;
  }

  #historico {
    margin-top: 20px;
  }

  #missao-style {
    width: 100%;
    margin: 0 auto;
  }
}

#historico-img {
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
}

/* Instalacoes-e-montagens */
.gray-background {
  background-color: #f8f9fa;
  padding: 20px;
}

/* Home */
#singel {
  border-bottom: 2px solid var(--orange);
}

a,
a:hover {
  color: var(--orange);
}

@media (max-width: 992px) {
  #singel {
    background: var(--orange);
    border: none;
  }

  #singel a {
    color: #fff;
  }
}

.my-btn {
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 600;
}

/* Navbar */
.navbar {
  /* position: fixed; */
  /* top: 50px; */
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
}

.nav-item.active {
  border-bottom: 2px solid #f67b14;
}

@media (min-width: 992px) {
  nav {
    background-color: transparent;
  }

  .nav-item {
    color: #fff;
  }
}

@media (max-width: 991px) {
  nav {
    background-color: #292b2c;
  }
}

.nav-item a {
  color: #6c757d;
  font-size: 1.1em;
}

.nav-item:hover {
  border-bottom: 2px solid #f67b14;
}

.nav-link:hover {
  color: #fff;
}

.nav-item:hover .nav-link {
  color: #000;
}

/* Header */

header img {
  border-bottom-left-radius: 20%;
  border-top-right-radius: 20%;
}

@media (max-width: 992px) {
  header img {
    border-radius: 5%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #servicos {
    margin-top: 20px;
  }
}

#header-content {
  display: flex;
  flex-direction: column;
}

.media {
  text-align: right;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1300 {
  max-width: 1300px;
}

.w-90 {
  width: 90%;
}

.underline {
  text-decoration: underline;
}

#certificacao-singel {
  width: 90%;
}

#certificados-data {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

#img-instalações-hidro-sanitárias {
  width: 90%;
}

.z-2 {
  z-index: 2;
}

/* POWER SINGEL */
#norteadores {
  padding: 40px 0;
  background-color: #f8f9fa;
}

#norteadores .area-card-norteadores {
  display: flex;
  justify-content: center;
}

#norteadores .area-card-norteadores .card-norteador {
  background-color: var(--orange);
  text-align: center;
  padding: 10px;
  margin: 10px 5px;
  width: 200px;
}

#norteadores .area-card-norteadores .card-norteador h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

#norteadores .area-card-norteadores .card-norteador p {
  font-size: 0.8rem;
}

@media (max-width: 1200px) {
  #norteadores .area-card-norteadores .card-norteador {
    width: 150px;
  }

  #norteadores .area-card-norteadores .card-norteador h2 {
    font-size: 1.3rem;
  }

  #norteadores .area-card-norteadores .card-norteador p {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  #norteadores .area-card-norteadores .card-norteador {
    width: 240px;
  }

  #norteadores .area-card-norteadores .card-norteador h2 {
    font-size: 1.5rem;
  }

  #norteadores .area-card-norteadores .card-norteador p {
    font-size: 0.9rem;
  }
}

@media (max-width: 769px) {
  #norteadores .area-card-norteadores {
    flex-wrap: wrap;
  }

  #norteadores .area-card-norteadores .card-norteador {
    width: 100%;
  }

  #norteadores .area-card-norteadores .card-norteador h2 {
    font-size: 1.5rem;
  }

  #norteadores .area-card-norteadores .card-norteador p {
    font-size: 0.9rem;
  }
}

.bold {
  font-weight: bold;
}

#recadastramento {
  padding: 40px 0;
  background-color: #f8f9fa;
  margin-top: 20px;
}

/* WHATSAPP */
#modalWhatsapp button.cta,
#modalLojaOnline button.cta {
  color: #000;
  background-color: #25d366;
  font-size: 1rem;
  font-weight: 500;
  padding: 20px 40px;
  transition: all 0.5s;
  border: none;
  outline: none;
  width: 100%;
  transition: all 0.3s;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

#modalWhatsapp button.cta:hover,
#modalLojaOnline button.cta:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  z-index: 90;
  position: fixed;
  bottom: 20px;
  right: 40px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

@media (max-width: 465px) {
  .btn-whatsapp-pulse {
    bottom: 40px;
  }
}

/* DENUNCIA */
#denuncia {
  padding-bottom: 40px;
}

#denuncia h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #f67b14;
}

#denuncia button {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background-color: #f67b14;
  font-size: 1.3rem;
  padding: 10px 15px;
  transition: all 0.3s;
}

#denuncia button:hover {
  cursor: pointer;
  scale: 1.03;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* Estilos para a barra de Plantão 24 Horas */
.plantao-24h-bar {
  background-color: var(--orange);
  color: white;
  font-size: 0.85rem;
  padding: 5px 0;
}

.plantao-24h-bar .plantao-text {
  font-weight: 500;
}

.plantao-24h-bar .fa-phone-alt {
  margin-right: 5px;
}
