@import url("./vars.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("./bootstrap.css");

@font-face {
  font-family: Bookman Old Style;
  src: url("../fonts/bookman\ old\ style.ttf");
}

/*GENERAL*/
* {
  font-family: "Roboto", sans-serif;
}

.section-title {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}

.section-title .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  width: 60%;
  height: 4px;
  background: var(--primary);
}

.section-title .title h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-title span {
  font-size: 16px;
  margin-top: 10px;
}

#sobre,
#como_funciona,
#procedimento {
  padding: 150px 0;
}

/*FIM GENERAL*/

/*HEADER*/
header {
  width: 100%;
  background-color: #333;
}

.header_contacts {
  background-color: var(--primary);
  padding: 5px 0;
  font-size: 14px;
}

.header_contacts a {
  color: #333;
  text-decoration: none;
}

.navbar-nav {
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 62px;
}

.navbar-brand p {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  font-family: "Bookman Old Style";
}

.nav-link {
  margin-left: 20px;
  color: #fff !important;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.navbar-toggler {
  border-color: #fff !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.contact-button {
  padding: 10px 40px !important;
  background-color: var(--primary);
  border-radius: 100px;
  text-align: center;
  color: #fff !important;
}

.contact-button:hover {
  color: #fff !important;
}

/*FIM HEADER*/

/*HOME*/
#home {
  position: relative;
  margin-top: 110px;
}

#home .carousel-item img {
  height: 700px;
  object-fit: contain;
}

#home .carousel-item .blured-image {
  position: absolute;
  left: 0;
  z-index: -1;
  object-fit: cover;
  filter: blur(5px);
}
/*FIM HOME*/

/*DIVIDER-HOME*/
.divider-home {
  background-color: #f5f5f5;
  padding: 20px 0px;
}

.divider-home img {
  width: 24px;
}

.divider-home p {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
}

.divider-home span {
  font-size: 14px;
  font-weight: 500;
}
/*FIM DIVIDER-HOME*/

/*SOBRE*/
#sobre {
}

.sobre-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sobre-lista li {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
}

.sobre-lista li img {
  width: 24px;
  margin-right: 10px;
}

/*FIM SOBRE*/

/*COMO FUNCIONA*/
#como_funciona {
  background-color: #f5f5f5;
  padding: 100px 0;
}

#como_funciona ul {
  margin-bottom: 77px;
  padding: 0;
}

#como_funciona ul li {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
}

#como_funciona img {
  width: 24px;
  margin-right: 10px;
}

.como_funciona-orcamento {
  width: calc(100% - 25px);
  height: 48px;
  bottom: 0;
  line-height: 48px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
}

.como_funciona-orcamento a {
  color: #fff;
  text-decoration: none;
}

.como_funciona-orcamento a:hover {
  color: #fff;
}
/*FIM COMO FUNCIONA*/

/*PROCEDIMENTO*/
#procedimento {
}

#procedimento ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#procedimento ul li {
  display: flex;
  align-items: baseline;
  margin: 0;
}

#procedimento ul li p {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
}

#procedimento video {
  width: 100%;
}
/*FIM PROCEDIMENTO*/

/*PASSO A PASSO*/
#passo_a_passo {
}

#passo_a_passo .card {
  min-height: 185px;
  margin: 20px 0;
  margin-top: 40px;
}

#passo_a_passo .card p {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary);
}

.linha-tempo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.linha-tempo .passo {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.linha-tempo .passo span {
  padding: 30px 40px;
  line-height: 100px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 100%;
  background-color: var(--primary);
  color: #fff;
}

.linha-tempo .passo::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  height: 32px;
  z-index: -1;
  background-color: var(--primary);
}
/*FIM PASSO A PASSO*/

/*PROJETOS*/
#projetos {
  padding: 100px 0;
}

#projetos .carousel-item {
  position: relative;
}

#projetos .carousel-item img {
  height: 700px;
  object-fit: contain;
}

#projetos .carousel-item .blured-image {
  position: absolute;
  left: 0;
  z-index: -1;
  object-fit: cover;
  filter: blur(5px);
}

#projetos .carousel-item .carousel-caption p {
  background: var(--primary);
  display: inline-block;
  padding: 8px;
}
/*FIM PROJETOS*/

/*ENERGIA*/
#energia {
  padding: 80px 0;
  background-color: #f5f5f5;
}

#energia video {
  width: 100%;
}

#energia .carousel-control-prev,
#energia .carousel-control-next {
  top: 45%;
  height: 32px;
}

#energia .carousel-indicators {
  bottom: 40px;
}
/*FIM ENERGIA*/

/*MANUTENCAO*/
#manutencao {
  padding: 100px 0;
}

.manutencao_sub-title {
  max-width: 80%;
  margin-bottom: 20px;
}

.manutencao_card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.manutencao_card .card {
  height: 100%;
}

.manutencao_card p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--primary);
}

.manutencao_card .card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.manutencao_card .card ul li {
  display: flex;
  align-items: flex-start;
}

.manutencao_card .card ul li img {
  width: 42px;
  padding: 8px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--primary);
}

.manutencao_card .card ul li img.dark-bg {
  background-color: #333;
}
/*FIM MANUTENCAO*/

/*CONTATO*/
#contato {
  padding: 100px 0;
}

.form-button {
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  border-radius: 100px;
  border: none;
  background-color: var(--primary);
  color: #fff;
}

.form-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-label span {
  color: var(--primary);
}
/*FIM CONTATO*/

/*FOOTER*/
footer {
  padding: 30px 0;
  background-color: #333;
  border-top: 10px solid var(--primary);
}

.footer_logo {
  width: 120px;
}

.footer-column {
  font-size: 14px;
  font-weight: 300;
  border-right: 1px solid var(--primary);
}

.footer-column:last-of-type {
  border: none;
}

.footer-column a {
  color: #fff;
  text-decoration: none !important;
}

.footer-column a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.footer-column p {
  padding: 0 10px;
  font-size: 20px;
  color: var(--primary);
}

.footer-column p::after {
  content: "";
  height: 10px;
  width: 100%;
  background-color: var(--primary);
}

.footer-column ul {
  margin: 0;
  padding: 0px 20px;
}

.footer-column ul li {
  color: #fff;
  margin-bottom: 10px;
}

.footer-column:nth-child(2) ul,
.footer-column:nth-child(3) ul {
  list-style: none;
}

.footer-column:nth-child(2) ul li {
  margin-bottom: 20px;
}

.footer-column:nth-child(2) ul li img {
  filter: invert(1);
  width: 22px;
  margin-right: 10px;
}

.facebook {
  width: 100%;
  max-width: 340px;
  height: 130px;
  position: relative;
}

.top-info {
  position: relative;
  z-index: 2;
}

.top-info a {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
  text-decoration: none;
}

.top-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.bottom-info {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  top: 20px;
}

.bottom-info a {
  background-color: #f5f6f7;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #4b4f56;
  font-size: 12px;
  padding: 5px 12px;
  text-decoration: none;
  box-shadow: 0 1px 6px rgb(0 0 0 / 50%);
}

.bottom-info a img {
  width: 12px;
  margin-right: 6px;
}

.profile-pic {
  width: 54px;
  height: 54px;
  margin: 10px;
  position: relative;
  z-index: 2;
  object-fit: contain;
  border: 2px solid #fff;
  box-shadow: 0 1px 6px rgb(0 0 0 / 50%);
  background-color: #fff;
}

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

.instagram {
  display: flex;
  flex-direction: column;
}

.instagram img {
  width: 32px;
  margin-top: 5px;
  margin-right: 10px;
  filter: invert(1);
}

.instagram a {
  color: #fff;
  text-decoration: none;
}

.instagram a:hover {
  color: #fff;
  text-decoration: underline;
}
/*FIM FOOTER*/

.divider-manutencao {
  width: 100%;
  height: 170px;
  background-image: url("../img/divider-manutencao.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.rsn-brand {
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
}

.rsn-brand a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.rsn-brand a:hover {
  color: #333;
}

.rsn-brand b {
  color: #191d56;
}

@media only screen and (max-width: 600px) {
  #sobre,
  #como_funciona,
  #procedimento {
    padding: 60px 0;
  }

  #home .carousel-item img,
  #projetos .carousel-item img {
    height: auto;
  }

  #como_funciona img,
  #procedimento video {
    margin-top: 40px;
  }

  .linha-tempo {
    display: none;
    flex-direction: column;
  }

  .manutencao_sub-title {
    max-width: 100%;
    font-size: 14px;
    margin: 0;
  }

  .manutencao_card p {
    padding-top: 30px;
  }

  .contato_logo {
    display: none;
  }

  footer .container .row {
    display: flex;
    justify-content: center;
  }

  .footer-column {
    border: none;
    padding: 15px 0 15px 0 !important;
    border-bottom: 1px solid var(--primary);
  }
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}
