:root {
  --white-color: #FFF;
  --bg-color: #0B030A;
  --green-color: #109819;
  --color-gray: #e5e5e5;
  --color-theme: #196DCE;
}


/* BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--light-green-color);
  border-radius: 10px;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
button, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
html, body {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  transition:         0.2s ease-in;
  -o-transition:      0.2s ease-in;
  -ms-transition:     0.2s ease-in;
  -moz-transition:    0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--green-color);
  border-radius: 20px;
  max-width: 280px;
  height: 54px;
}
button:hover {
  background-color: #0165A8;
}
h1, h2, h3, h4, h5, h6, p, span, address {
  margin: 0;
  padding: 0;
  font-style: normal;
}

.logo {
  font-family: "Pompiere", sans-serif;
  color: var(--white-color);
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}

header .centralizar,
main .centralizar {
  display: flex;
  width: 100%;
  max-width: 1170px;
  flex-direction: column;
  padding: 0 24px;
  align-items: center;
}

header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
header .banner {
  display: flex;
  width: 100%;
  height: 683px;
  background-image: url('../images/banner.jpg');
  padding: 60px 24px;
  flex-direction: column;
  align-items: center;
}
header .banner-shape {
  display: flex;
  width: 100%;
  height: 204px;
  margin-top: -204px;
  background-image: url('../images/banner-shape.svg');
  background-position: center center;
  position: relative;
  z-index: 1;
}
header h1 {
  font-size: 70px;
  line-height: 80px;
  color: var(--white-color);
  font-weight: 800;
  text-transform: uppercase;
  max-width: 930px;
  margin-top: 20px;
  text-align: center;
}
header h2 {
  font-size: 22px;
  line-height: 34px;
  color: var(--white-color);
  font-weight: 600;
  max-width: 470px;
  margin: 10px 0 30px 0;
  text-align: center;
}

main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
main .servicos {
  display: flex;
  width: 100%;
  background-color: #F1F9FF;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 60px 0;
}
main .servicos h2 {
  font-size: 36px;
  color: #0A2663;
  font-weight: 600;
  text-align: center;
}
main .centralizar-boxes {
  display: flex;
  width: 100%;
  gap: 30px;
  margin-top: 50px;
}
main .box {
  display: flex;
  width: 33.3%;
  flex-direction: column;
  box-shadow: 0px 4px 12px 0px rgba(25,109,206,0.1);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(25,109,206,0.1);
  -moz-box-shadow: 0px 4px 12px 0px rgba(25,109,206,0.1);
  border-radius: 20px;
}
main .imagens {
  display: flex;
  width: 100%;
  height: 334px;
  border-radius: 20px 20px 0 0;
}
main .imagem1 {
  background-image: url('../images/drenagem-e-limpeza.jpg');
}
main .imagem2 {
  background-image: url('../images/limpeza-de-superficies.jpg');
}
main .imagem3 {
  background-image: url('../images/limpezas-em-geral.jpg');
}
main .servicos h3 {
  display: flex;
  font-size: 22px;
  color: #196DCE;
  font-weight: 600;
  background-color: var(--white-color);
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 30px;
  height: calc(100% - 334px);
  align-items: center;
  justify-content: center;
}
main .sobre {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 70px 0;
  flex-direction: row;
}
main .sobre .centralizar {
  flex-direction: row;
  gap: 80px;
}
main .sobre .img {
  width: 100%;
  max-width: 530px;
  height: 100%;
  max-height: 590px;
}
main .sobre .textos {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
main .sobre h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--bg-color);
}
main .sobre p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: ;
}
main .sobre button {
  margin-top: 20px;
}

footer {
  display: flex;
  width: 100%;
  border-top: 1px solid rgb(255, 255, 255, 0.2);
  background-color: #000;
  padding: 60px 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
footer .logo {
  font-size: 50px;
  line-height: 50px;
}
footer .telefones {
  display: flex;
  align-content: center;
  gap: 10px;
}
footer .icon {
  display: flex;
  height: 44px;
  align-items: center;
}
footer .tel {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: var(--white-color);
}
footer .botoes {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/*RESPONSIVE*/
@media screen and (max-width: 980px){
  main .sobre .centralizar {
    flex-direction: column;
    gap: 30px;
  }
  main .sobre h2,
  main .sobre p {
    text-align: center;
  }
  main .sobre .textos {
    align-items: center;
  }
}

@media screen and (max-width: 960px){
  header h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 826px){
 .logo {
    font-size: 60px;
    line-height: 70px;
  }
  header .banner {
    padding: 70px 24px;
  }
  header h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 770px){
  main .centralizar-boxes {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  main .box {
    width: 100%;
    max-width: 370px;
  }
}

@media screen and (max-width: 584px){
 .logo {
    font-size: 54px;
    line-height: 64px;
  }
  header .banner {
    padding: 70px 24px;
  }
  header h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 480px){
  header .banner {
    padding: 100px 24px;
  }
  header h1 {
    font-size: 32px;
    line-height: 46px;
  }
  header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 400px){
  header .banner {
    padding: 60px 24px;
  }
}

@media screen and (max-width: 342px){
  header .banner {
    padding: 70px 24px;
  }
  .logo {
    font-size: 40px;
    line-height: 50px;
  }
  header h1 {
    font-size: 28px;
    line-height: 36px;
  }
  header h2 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .botoes {
    flex-direction: column;
  }
  footer .tel {
    text-align: center;
    font-size: 24px;
  }
  footer .logo {
    font-size: 40px;
    line-height: 40px;
  }
}


.faq {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  padding-block: 24px 70px;
}

.c-collapse {
	 width: 100%;
	 padding: 12px;
	 border: 1px solid var(--color-gray);
	 border-radius: 8px;
	 transition: background-color 0.25s;
	 will-change: background-color;
   background: white;
   box-shadow: 0px 4px 12px 0px rgba(25,109,206,0.1);
   /* background: #f1f9ff; */
}
 .c-collapse:not(:last-child) {
	 margin-block-end: 10px;
}
 .c-collapse:hover {
	 background: #f1f9ff;
	 border-color: var(--color-theme);
}
 .c-collapse__title {
	 position: relative;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 12px;
   color: var(--color-theme);
	 font-size: 16px;
	 font-weight: 600;
	 line-height: 1;
   padding-block: 8px;
   cursor: pointer;
}
 /* .c-collapse__title:after {
	 content: "";
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 9px;
	 height: 15px;
	 background: url(../images/angle-arrow-down.svg) no-repeat center red;
	 background-size: contain;
	 transition: all 0.3s ease;
} */
 .c-collapse__title > span {
	 flex: 1 1 100%;
}

 .c-collapse__text {
	 padding-block-start: 12px;
}

.c-collapse__text p {
	font-size: 14px;
  line-height: 1.7;
}

.c-collapse__text ul {
  font-size: 14px;
  line-height: 1.65;
}

.c-collapse__text p:not(:last-child) {
	margin-block-end: 12px;
}

 /* .c-collapse[open] .c-collapse__title:after {
	 transform: rotate(180deg);
	 transition: all 0.3s ease;
} */
 