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

[class*="sectionTitle"] {
  text-align: center;
  text-decoration-line: underline;
}

#carouselFade {
  margin-top: 85px;
  margin-bottom: 85px;
}

.carousel-inner > div > img {
  overflow: hidden; margin: 0 auto; max-height: 500px; max-width: 1000px;
}

p {
  text-align: justify;
}

#empresasGrupo h3 {
  text-align: center;
}

[class*="divGroup"] {
  display: inline-flexbox;
}

#empresasGrupo [class*="divGroup"] {
  background-color: rgb(243, 243, 243);
  border-radius: 10%;
}


[class*="divContent"] {
  margin: auto;
}

#imagens {
  size: 100%;
}

.img-fluid {
  margin-bottom: 15px;
}

.contato {
  display: inline-flexbox;
}

#personPhone, #companyPhone {
  display: flex  !important;
  justify-content: center;
}

#btn-whatsapp a{
  color: inherit; 
  text-decoration: none !important;
}

#mapa {
  width: 100%;
}

/*Ajustes fontes*/
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}