.main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  padding: 2% 5%;
}

.main--left {
  align-items: flex-start;
  justify-content: flex-start;
}

.main--content {
  padding: 2% 5%;
}
@media screen and (min-width: 0) {
  .main--content {
    box-sizing: initial;
    margin: initial;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .main--content {
    box-sizing: border-box;
    margin: 0 auto;
    width: 75%;
  }
}

.breadcrumbs {
  color: #858585;
  font-size: 0.9rem;
  padding: 10px 0 20px 0;
  text-align: left;
  width: 100%;
}

.breadcrumbs a {
  color: #858585;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0rem 0 1rem 0;
  width: 100%;
}
@media screen and (min-width: 0) {
  .title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .title {
    text-align: left;
  }
}

.title--left {
  text-align: left;
}

.title {
  font-size: 2.5rem !important;
  text-align: center !important;
  margin-bottom: 2rem;
  background: #fbbb25;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) {
  .title {
    height: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .title {
    height: 4rem;
  }
}

.privacy {
  margin-bottom: 7rem;
}

.privacy_subtitulo {
  margin-bottom: 2rem;
}

.privacy_texto {
  margin-bottom: 3rem;
}/*# sourceMappingURL=privacy.css.map */