/* line 4, ../sass/sheets.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 10, ../sass/sheets.scss */
h2 {
  color: #3D3D3D;
}

/* line 13, ../sass/sheets.scss */
p {
  color: #707070;
  text-align: justify;
}

/* line 18, ../sass/sheets.scss */
.box-ouvidoria {
  margin: 10% auto;
}
/* line 22, ../sass/sheets.scss */
.box-ouvidoria h2 {
  font-weight: 900;
}
/* line 26, ../sass/sheets.scss */
.box-ouvidoria p {
  max-width: 450px;
  margin-top: 3%;
}

/* line 33, ../sass/sheets.scss */
#desc-ouvidoria {
  padding: 8% 0;
  background-color: rgba(0, 98, 146, 0.2);
}
/* line 37, ../sass/sheets.scss */
#desc-ouvidoria .box-text-ouvidoria {
  padding: 5% 0;
}
/* line 40, ../sass/sheets.scss */
#desc-ouvidoria .box-text-ouvidoria h2 {
  font-weight: 400;
}
/* line 44, ../sass/sheets.scss */
#desc-ouvidoria .box-text-ouvidoria p {
  font-weight: 100;
}

/* line 50, ../sass/sheets.scss */
#desc-footer {
  padding: 5% 0;
}
/* line 53, ../sass/sheets.scss */
#desc-footer .box-ouvidoria-footer {
  padding-bottom: 5%;
}
/* line 55, ../sass/sheets.scss */
#desc-footer .box-ouvidoria-footer h5 {
  font-size: 18px;
}
/* line 59, ../sass/sheets.scss */
#desc-footer .box-ouvidoria-footer P {
  padding-top: 2%;
}
/* line 63, ../sass/sheets.scss */
#desc-footer .box-ouvidoria-footer a {
  text-decoration: none;
  color: #707070;
  font-size: 16px;
}
/* line 70, ../sass/sheets.scss */
#desc-footer .btn-ouvidoria {
  margin: 5% auto;
}

/* From uiverse.io by @Zena4L */
/* line 75, ../sass/sheets.scss */
.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 30px;
  border: 1px solid;
  border-radius: 1000px;
  display: inline-block;
  transition: all .2s;
  position: relative;
}

/* line 88, ../sass/sheets.scss */
.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(27, 27, 27, 0.5);
}

/* line 93, ../sass/sheets.scss */
.btn:active {
  transform: translateY(-3px);
}

/* line 97, ../sass/sheets.scss */
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all .3s;
}

/* line 110, ../sass/sheets.scss */
.btn:hover::after {
  background-color: #00eeff;
  transform: scaleX(1.4) scaleY(1.5);
  opacity: 0;
}
