/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/lgpd_brazil.scss ***!
  \**************************************************************************************************************************/
/* --------------------------------------------------------- */
.hero {
  width: 100%;
  margin-top: 100px;
  padding: 175px 0;
  background: url(../../0fcb5ddb2524e8d11782cc8a94ba8b89.jpg) no-repeat center left;
  background-size: cover;
}
@media (max-width: 400px) {
  .hero {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    margin-top: 120px;
    padding: 100px 0;
  }
}
.hero-text h2 {
  font-size: 66px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
}
@media (max-width: 400px) {
  .hero-text h2 {
    font-size: 32px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero-text h2 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-text h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text h2 {
    font-size: 32px;
  }
}
.hero-text h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.content {
  padding: 85px 0;
}
.content .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .content .inner {
    flex-direction: column;
    margin-bottom: 65px;
    text-align: center;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .content .inner {
    flex-direction: column;
    margin-bottom: 65px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .inner {
    flex-direction: column;
    margin-bottom: 65px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .inner {
    flex-direction: column;
    margin-bottom: 65px;
    text-align: center;
  }
}
.content .inner p {
  margin: 0;
}
.content .inner a {
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-left: 25px;
  padding: 13px 25px;
  transition: 0.15s;
  color: #fff;
  border-radius: 90px;
  background-color: #e92f61;
}
@media (max-width: 400px) {
  .content .inner a {
    margin-left: 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .content .inner a {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .content .inner a {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content .inner a {
    margin-left: 0;
  }
}
.content .inner a:hover {
  text-decoration: none;
  background-color: #cf1648;
}
.content .inner a:hover #Path_1280 {
  transform: translateY(0px);
}
.content .inner a svg {
  margin-left: 10px;
}
.content .inner a svg #Path_1280 {
  transition: 0.15s;
  transform: translateY(-2px);
}
