html {
  scroll-padding-top: 60px;
}
body{
  font-family: "Montserrat", sans-serif!important
}

:root {
  --primary-color: #375948;
  --primary-color-lighten: #3759481b;
  --primary-color-darken: #142c20;
  --secondary-color: #BEBFC1;
  --white: #fff;
  --black: #000;
  --gray: #fafafa;
  --tertiary-color: #171717;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;

}
.bg-secundario{
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-primario{
  padding: 8px 16px;
  color: var(--white)!important;
  background-color: var(--primary-color);
  border-radius: 4px;
  text-transform: none;
  text-decoration: none;
  /* text-align: left; */
  /* display: flex;
  gap: 16px; */
  /* align-items: center; */
}

.btn-secundario{
  padding: 8px 16px;
  color: var(--primary-color);
  background-color: transparent;
  border-radius: 4px;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  /* display: flex; */
  /* gap: 16px; */
  /* align-items: center; */
}
.btn-primario:hover{
  background-color: var(--primary-color-lighten);
  color: var(--primary-color)!important;
  gap: 20px;
  transition: all 0.3s ease;
}
.btn-secundario:hover{
  background-color: var(--primary-color);
  color: var(--white)!important;
  gap: 20px;
  transition: all 0.3s ease;
}
nav{
  font-family: "Montserrat", sans-serif;
}
#sobre{
  height: 100%;
}

.sobre-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sobre-dir{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  color: var(--white);
  gap: 16px;
  padding: 20px;
  background-color: var(--primary-color);
  height: 100%;
  padding: 40px 0;
}
.sobre-dir > .sobre-texto{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
.sobre-dir > .sobre-texto > h2{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sobre-esq{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.sobre-esq > .sobre-porque {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
.sobre-esq > .sobre-porque > h2{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.sobre-esq > .sobre-porque > p{
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  line-height: 2rem;
}
.sobre-esq > .sobre-porque > ul{
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  line-height: 2rem;
}
.sobre-esq > .sobre-porque > ul > li {
  list-style-image: url("../images/check.png");
}

/* HERO - LIMPEZA */
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero-limpeza{
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/hero-limpeza.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 30vh;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

#hero-limpeza > .container > h1{
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  color: var(--white)!important;
}
.context-limpeza{
  background: color-mix(in srgb, var(--primary-color-darken) 85%, transparent);
  position: absolute;
  padding: 30px;
  right: 0;
  bottom: 0;
  color: var(--white);
  max-width: 45%;
}

/* HERO - HOME */
#hero-home{
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}

#hero-home > .container{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.context-home{
  background: color-mix(in srgb, var(--primary-color-darken) 85%, transparent);
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 0;
  color: var(--white);
  max-width: 45%;
}

/* RESPONSIVE */

@media screen and (max-width: 768px) {
  .context{
    max-width: 90%;
  }
  .sobre-wrapper{
    flex-direction: column;
  }
  .infos-wrapper > p{
    text-align: center;
    width: 100%;
  }
  .infos-wrapper > img{
    margin: 0 auto;
  }
  .context-home{
    max-width: 90%;
  }
}

@media screen and (min-width: 992px) {
}
.context > p {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
}

/* #servicos{
  height: 100px;
} */

/* Serviços */
.hero-title{
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.active {
  color: var(--primary-color)!important;
  border-bottom: 2px solid var(--primary-color);
}

.service-card {
  background-color: var(--gray);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px; 
  gap: 0px;
}
.service-card:hover {
  background-color: var(--primary-color-lighten);
  cursor: pointer;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}
.service-card-title{
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.service-card > .service-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.service-card > p{
  font-family: 'Montserrat', sans-serif;
}
.service-card > .service-card-title > h2 {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--black);
}
.service-card > .service-card-title > img{
  width: 40px;
  height: 40px;
  margin-left: 10px;
}


.fab__whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  font-size: 2.1rem;
  z-index: 100;
  background-color: #25d366;
}

.iconFab {
  padding: 0;
  color: #000;
}

.fab__whatsapp > a {
  padding: 0;
  color:var(--white) !important;
}

.fab__whatsapp:hover {
  transform: scale(1.1);
}

/* CONTACTO */

form.contactos-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: var(--gray);
  padding: 32px;
}
form.contactos-wrapper > div{
  width: 100%;
}

.infos-wrapper{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}
.infos-wrapper > p{
  font-size: 1.0rem;
  line-height: 2rem;
}
a{
  color: var(--primary-color)!important;
}

footer{
  padding-top: 40px;
  text-align: center;
  display: flex;
  gap: 8px;
}
p.by {
  font-size: 0.7rem;
}

/* LIMPEZA */

.servicos-limpeza{
  background-color: var(--gray);
  padding: 24px;
  border-radius: 12px;
  margin: 32px 0;
}
.servicos-limpeza:hover {
  border-radius: 12px;
  color: var(--primary-color)!important;
  background-color: var(--primary-color-lighten)!important;
}
.servicos-limpeza-titulo{
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 0;
}
.servicos-limpeza-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control{
box-shadow: none!important;
}
.form-control:focus{
  border: 1px solid var(--primary-color);
}