#pluginAppObj_111 {
  width: 100%;
  --padding-item: 0.8em;
  --title-color: #243b4e;
  --title-text-align: center;
  --title-justify-content: center;
  --title-padding: 10px 10px 10px 10px;
  --description-color: rgba(204, 204, 204, 1);
  --description-text-align: center;
  --description-justify-content: center;
  --description-padding: 10px 10px 10px 10px;
  --price-color: rgba(67, 67, 67, 1);
  --price-text-align: center;
  --price-justify-content: center;
  --price-padding: 5px 10px 5px 10px;
  --property-color: rgba(67, 67, 67, 1);
  --property-text-align: justify;
  --property-justify-content: flex-end;
  --property-padding: 10px 20px 30px 20px;
  --button-color: rgba(255, 255, 255, 1);
  --button-text-align: center;
  --button-margin-left: auto;
  --button-margin-right: auto;
}
#pluginAppObj_111 #pluginAppObj_111_wrapper {
  display: flex;
  justify-content: center;
}
#pluginAppObj_111 #pluginAppObj_111_container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  width: 100%;
}
#pluginAppObj_111 #pluginAppObj_111_container.uipreview {
  margin: 0 10px 0 10px;
}
#pluginAppObj_111 #pluginAppObj_111_container.uipreview:not(.shadow) {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left center,
    right center,
    color-stop(0, transparent),
    color-stop(0.18, transparent),
    color-stop(0.25, rgba(0, 0, 0, 0.5)),
    color-stop(0.34, black),
    color-stop(0.66, black),
    color-stop(0.75, rgba(0, 0, 0, 0.5)),
    color-stop(0.82, transparent),
    color-stop(1, transparent)
  );
}
#pluginAppObj_111 #pluginAppObj_111_container.responsive {
  display: block;
}
#pluginAppObj_111 #pluginAppObj_111_container.mobile > .pricing__item {
  max-width: 100%;
}
#pluginAppObj_111
  #pluginAppObj_111_container.container.responsive
  .pricing__item:last-child {
  margin-right: 0;
}
#pluginAppObj_111 #pluginAppObj_111_container.responsive > .pricing__item,
#pluginAppObj_111 #pluginAppObj_111_container.mobile > .pricing__item {
  margin-right: 0;
  margin-bottom: 10px;
}
#pluginAppObj_111
  #pluginAppObj_111_container.responsive
  > .pricing__item:last-child,
#pluginAppObj_111
  #pluginAppObj_111_container.mobile
  > .pricing__item
  :last-child {
  margin-bottom: 0;
}
#pluginAppObj_111_container.mobile .pricing__item .pricing__feature-list {
  padding-top: 10px;
}
#pluginAppObj_111 .pricing__item {
  position: relative;
  background-color: rgba(243, 243, 243, 0.75);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  padding: var(--padding-item);
  margin-right: 10px;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
}
#pluginAppObj_111
  #pluginAppObj_111_container.container
  .pricing__item:last-child {
  margin-right: 0;
}
#pluginAppObj_111 .pricing__item .wrapper_image {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pluginAppObj_111 .pricing__item .pricing__image {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin-bottom: 0.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#pluginAppObj_111 .pricing__item[data-box='0'] .pricing__image {
  background-image: url('/images/gestão-de-condomínios-logo.jpg');
}
#pluginAppObj_111 .pricing__item[data-box='1'] .pricing__image {
  background-image: url('/images/elo-treinamento-de-equipe-apr.webp');
}
#pluginAppObj_111 .pricing__item[data-box='2'] .pricing__image {
  background-image: url('../../reformas.webp');
}
#pluginAppObj_111 .pricing__item[data-box='3'] .pricing__image {
  background-image: url('../../arrecadacao.webp');
}
#pluginAppObj_111 .pricing__item .pricing__image > img {
  visibility: hidden;
  max-width: 100%;
  max-height: 300px;
}
#pluginAppObj_111 .pricing__item .pricing__title {
  color: var(--title-color);
  padding: var(--title-padding);
  text-align: var(--title-text-align);
  text-shadow: none;
  vertical-align: middle;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: var(--title-justify-content);
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pluginAppObj_111 .pricing__item .pricing_price__period {
  color: var(--price-color);
  text-align: var(--price-text-align);
  padding: var(--price-padding);
}
#pluginAppObj_111 .pricing__item .pricing__sentence {
  color: var(--description-color);
  padding: var(--description-padding);
  text-align: var(--description-text-align);
  font-family: 'Raleway', sans-serif;
  font-size: 9pt;
}
#pluginAppObj_111 .pricing__item .pricing__details.hidden {
  display: none;
}
#pluginAppObj_111 .pricing__item .pricing__details {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--property-color);
  padding-bottom: 30px;
}
#pluginAppObj_111 .pricing__item .pricing__details .text {
  margin-right: 0.5em;
  cursor: pointer;
}
#pluginAppObj_111 .pricing__item .pricing__details .icon {
  transition-duration: 400ms;
  text-align: center;
  cursor: pointer;
}
#pluginAppObj_111 .pricing__item .pricing__details .icon.opened {
  transform: rotate3d(1, 0, 0, 180deg);
}
#pluginAppObj_111 .pricing__item .pricing__details .icon svg {
  width: 11.97px;
  height: 11.97px;
  fill: var(--property-color);
  vertical-align: middle;
  cursor: pointer;
}
#pluginAppObj_111 .pricing__item .pricing__feature-list.collapse {
  display: none;
}
#pluginAppObj_111 .pricing__item .pricing__feature-list {
  font-family: 'Raleway', sans-serif;
  font-size: 9pt;
  color: var(--property-color);
  padding: var(--property-padding);
  text-align: var(--property-text-align);
  margin: 0;
}
#pluginAppObj_111 .pricing__item .separator {
  margin: 0.5em 0;
}
#pluginAppObj_111 .pricing__item .pricing__action {
  font-family: 'Raleway', sans-serif;
  font-size: 9.45pt;
  margin-top: auto;
  margin-bottom: 0.5em;
  margin-left: var(--button-margin-left);
  margin-right: var(--button-margin-right);
  background: none;
  color: var(--button-color);
  text-align: var(--button-text-align);
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
  background-color: #243b4e;
  padding: 13px 13px 13px 13px;
  border-radius: 5px 5px 5px 5px;
  vertical-align: middle;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pluginAppObj_111 .pricing__action:focus {
  outline: none;
}
#pluginAppObj_111 .pricing__action:hover,
#pluginAppObj_111 .pricing__action:focus {
  background-color: #03396b;
}
#pluginAppObj_111 .style-1 .pricing__item {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#pluginAppObj_111 .style-1 .pricing__item:hover {
  background-color: rgba(213, 213, 213, 0.75);
}
#pluginAppObj_111 .style-1 .pricing__title {
  font-size: 18pt;
  width: 100%;
  margin: 0 0 0.25em;
  border-bottom: 3px solid rgba(228, 228, 228, 0.75);
}
#pluginAppObj_111
  .style-1
  .pricing__item.pricing__item--featured
  > .pricing__title {
  border-color: var(--title-color);
}
#pluginAppObj_111 .style-1 .pricing_price__period {
  font-size: 15.75pt;
}
#pluginAppObj_111 .style-1 .pricing__sentence {
  font-weight: bold;
}
#pluginAppObj_111 .style-1 .pricing__action {
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#pluginAppObj_111 .style-2 .pricing__item {
  border: 1px solid #243b4e;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
}
#pluginAppObj_111
  #pluginAppObj_111_container.style-2
  .pricing__item.pricing__item--featured {
  z-index: 10;
  border: 10px solid #243b4e;
}
#pluginAppObj_111 .style-2 .pricing__title {
  font-size: 18pt;
  width: 100%;
  margin: 0;
}
#pluginAppObj_111 .style-2 .pricing__price {
  font-size: 11.7pt;
  font-weight: bold;
  line-height: 95px;
  width: 100px;
  height: 100px;
  margin: 0 auto 0.4em;
  border-radius: 50%;
  background: #243b4e;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
#pluginAppObj_111 .style-2 .pricing__item:hover .pricing__price {
  background-color: var(--price-color);
  color: #243b4e;
}
#pluginAppObj_111 .style-2 .pricing__sentence {
  font-weight: bold;
}
#pluginAppObj_111 .style-2 .pricing__feature-list {
  margin: 0;
  list-style: none;
}
#pluginAppObj_111 .style-2 .pricing__action {
  font-weight: bold;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
#pluginAppObj_111 .style-2 .pricing__item:hover .pricing__action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 250px) {
  #pluginAppObj_111 .style-2 .pricing__item {
    width: 90%;
    flex: none;
  }
}
#pluginAppObj_111 .style-3 .pricing__item {
  text-align: left;
  border-top: 3px solid #eef0f3;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-color: transparent;
}
#pluginAppObj_111 .style-3 .pricing__item:hover {
  border-color: #243b4e;
}
#pluginAppObj_111 .style-3 .pricing__item--featured {
  border-color: #243b4e;
}
#pluginAppObj_111 .style-3 .pricing__title {
  font-size: 9.9pt;
  margin: 0 0 1em;
}
#pluginAppObj_111 .style-3 .pricing_price__period {
  font-weight: bold;
  border-top: 3px solid rgba(213, 213, 213, 0.75);
}
#pluginAppObj_111 .style-3 .pricing__price {
  font-size: 18pt;
}
#pluginAppObj_111 .style-3 .pricing__period {
  font-size: 9pt;
}
#pluginAppObj_111 .style-3 .pricing__sentence {
  font-weight: bold;
  border-bottom: 3px solid rgba(213, 213, 213, 0.75);
}
#pluginAppObj_111 .style-3 .pricing__details {
  font-size: 7.65pt;
}
#pluginAppObj_111 .style-3 .pricing__feature-list {
  font-size: 7.65pt;
  font-style: italic;
  margin: 0;
  list-style: none;
}
#pluginAppObj_111 .style-3 .pricing__action {
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#pluginAppObj_111 .style-3 .pricing__action:hover,
#pluginAppObj_111 .style-3 .pricing__action:focus {
  background-color: #243b4e;
}
#pluginAppObj_111 .style-4 .pricing__title {
  font-size: 21.15pt;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
}
#pluginAppObj_111 .style-4 .pricing_price__period {
  font-size: 18pt;
  font-weight: bold;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: rgba(228, 228, 228, 0.75);
}
#pluginAppObj_111 .style-4 .pricing__item:hover .pricing_price__period {
  color: var(--description-color);
}
#pluginAppObj_111 .style-4 .pricing_price__period::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(228, 228, 228, 0.75);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(-150%, 0, 0) skewX(40deg);
  transform: translate3d(-150%, 0, 0) skewX(40deg);
}
#pluginAppObj_111 .style-4 .pricing__item:hover .pricing_price__period::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) skewX(0deg);
  transform: translate3d(0, 0, 0) skewX(0deg);
}
#pluginAppObj_111 .style-4 .pricing__period {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
}
#pluginAppObj_111 .style-4 .pricing__feature-list {
  list-style: none;
}
#pluginAppObj_111 .style-4 .pricing__action {
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#pluginAppObj_111 .style-4 .pricing__action:hover,
#pluginAppObj_111 .style-4 .pricing__action:focus {
  color: #243b4e;
  background: var(--button-color);
}
#pluginAppObj_111 .style-4 .pricing__item--featured {
  font-size: 10.35pt;
}
#pluginAppObj_111 .style-4 .pricing__item:hover {
  z-index: 100;
}
#pluginAppObj_111 .style-5 .pricing__item {
  overflow: hidden;
}
#pluginAppObj_111 .style-5 .pricing__feature {
  padding: 0.15em 0;
}
#pluginAppObj_111 .style-5 .pricing__action {
  font-weight: bold;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#pluginAppObj_111 .style-5 .pricing__item--featured {
  font-size: 10.35pt;
}
#pluginAppObj_111 .style-5 .pricing__title {
  font-size: 18pt;
}
#pluginAppObj_111 .style-5 .pricing_price__period {
  font-size: 19.8pt;
  font-weight: 800;
  position: relative;
  z-index: 100;
}
#pluginAppObj_111 .style-5 .pricing__period {
  font-size: 0.4em;
  display: inline-block;
  padding: 0 0 0 0.2em;
}
#pluginAppObj_111 .style-5 .pricing__sentence {
  font-weight: bold;
}
#pluginAppObj_111 .style-5 .pricing__details {
  font-size: 8.55pt;
}
#pluginAppObj_111 .style-5 .pricing__feature-list {
  font-size: 8.55pt;
  margin: 0;
  list-style: none;
}
#pluginAppObj_111 .style-6 .pricing__item {
  cursor: default;
  border: 1px solid #243b4e;
}
#pluginAppObj_111 .style-6 .pricing__item:hover {
  z-index: 100;
}
#pluginAppObj_111 .style-6 .pricing__item:hover::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 99%;
  height: 99%;
  box-sizing: content-box;
  border: 5px solid #243b4e;
  border-radius: 10px 10px 10px 10px;
}
#pluginAppObj_111 .style-6 .pricing__item.pricing__item--featured {
  background-color: rgba(203, 203, 203, 0.75);
}
#pluginAppObj_111 .style-6 .pricing__title {
  font-size: 13.5pt;
  margin: 0 0 0.5em 0;
}
#pluginAppObj_111 .style-6 .pricing_price__period {
  font-size: 18pt;
  font-weight: bold;
}
#pluginAppObj_111 .style-6 .pricing__period {
  font-size: 0.4em;
  padding: 0 0 0 0.5em;
}
#pluginAppObj_111 .style-6 .pricing__feature-list {
  margin: 0;
  list-style: none;
  text-align: var(--property-text-align);
}
#pluginAppObj_111 .style-6 .pricing__feature {
  padding: 0.25em;
}
#pluginAppObj_111 .style-6 .pricing__action {
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
