#servicesEstetica .about-col {
  background: #fff;
  border-radius: 10px 10px 4px 4px;
  border: 1px solid black;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#servicesEstetica .about-col .img {
  position: relative;
}

#servicesEstetica .about-col .img img {
  border-radius: 10px 10px 0 0;
}

#servicesEstetica .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0080ff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#servicesEstetica .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#servicesEstetica .about-col:hover .icon {
  background-color: #fff;
}

#servicesEstetica .about-col:hover i {
  color: #0080ff;
}

#servicesEstetica .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#servicesEstetica .about-col h2 a {
  color: #000;
}

#servicesEstetica .about-col h2 a:hover {
  color: #0080ff;
}

#servicesEstetica .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#servicesCabelereiro .about-col {
  background: #fff;
  border-radius: 10px 10px 4px 4px;
  border: 1px solid black;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#servicesCabelereiro .about-col .img {
  position: relative;
}

#servicesCabelereiro .about-col .img img {
  border-radius: 10px 10px 0 0;
}

#servicesCabelereiro .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0080ff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#servicesCabelereiro .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#servicesCabelereiro .about-col:hover .icon {
  background-color: #fff;
}

#servicesCabelereiro .about-col:hover i {
  color: #0080ff;
}

#servicesCabelereiro .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#servicesCabelereiro .about-col h2 a {
  color: #000;
}

#servicesCabelereiro .about-col h2 a:hover {
  color: #0080ff;
}

#servicesCabelereiro .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

.bordaTexto {
	border: 2px solid white;
	border-radius: 10px;
	padding: 8px;
}

.botao1 {
  background-color: #0066ff;
}

.footer {
  background-color: black;
}